I've wrote tons of code over the last few days and that's great
I've got better at it every single day solving some dead ends i've had which is great
I want to keep doing better
and I also want to keep releasing things
in the past week i've wrote about 30 .py's that I need to figure out what I want to do with
finding the right thing tweaking the code to make it stable
and finding a proper place for it
there's still so much I want to learn
I'm sticking with python it has been the best to me
something like
GetNextChatLine()
public EliteAPI.ChatEntry GetNextChatLine()
{
this.UpdateInternalLog();
if (this._chatLog.Count == 0)
{
return null;
}
return this._chatLog.Dequeue();
}
{
this.UpdateInternalLog();
if (this._chatLog.Count == 0)
{
return null;
}
return this._chatLog.Dequeue();
}
I have literally no idea how to make something like this work
and I really want to solve this riddle of making this small section of code work
11:55 did a little more research too tired to try anything
time for sleep
I waited all day to see if the thc ban got signed not signed or veto'd
looks like it's going to be not signed and still pass
No comments:
Post a Comment