Jesse

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 297 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #5318

    Jesse
    Participant

    This editor is looking really good. I haven’t installed the latest update but so far I find it quite useful as I am using it.

    I don’t know if you have fixed the command-x to cut. you have it described in the edit window as command-x but its actually control-x on the keyboard. for all purpose it should be command-x. thats for OS X.

    in reply to: 16 Shades of color mode? #5315

    Jesse
    Participant

    Gimp says that the image has more than 700 unique colors:

    in reply to: need help solving a logic problem. #5312

    Jesse
    Participant

    I’m going to have to scrap that idea somewhat and use vector sequence instead. It’ll help me freshen up on my vector math.

    in reply to: need help solving a logic problem. #5280

    Jesse
    Participant

    sorry I forgot about that. Corrected source code!

    in reply to: Loop through only part of list? #5275

    Jesse
    Participant

    To go through a complete list:

    [/crayon]

    There is no simple way to go trough part of the list. list are made to go from the first to the last or vice versa. you can convert it “ToArray” and then index it that way but converting it to array is slow. or you can use an index variable to find the ones you want to process:

    [/crayon]

    or

    [/crayon]
    in reply to: would $1 patreon be insulting? #4961

    Jesse
    Participant

    I get you Mark. I am also having a hard time. i have been in disability for the last 8 months living only on disability insurance which is a misery. Supporting a wife and two dogs. I still donate because I don’t see my small donation and don’t miss it.

    in reply to: would $1 patreon be insulting? #4958

    Jesse
    Participant

    Do users really think that Mark work is not worth more than $1?
    I guess, considering that that there are users not contributing at all than $1 is better than nothing.

    in reply to: My first go with MX2 (spinning 3d cube) #4904

    Jesse
    Participant

    I wish it was that easy. 🙁

    in reply to: My first go with MX2 (spinning 3d cube) #4902

    Jesse
    Participant

    I like Linux. I just don’t like the way it runs on my Macbook. It doesn’t feel right. I had it installed on it but when my HD started to fail, I removed the partition. I need to get a new HD but the hassle of reinstalling software and moving files has deterred me from doing it. I know I have to do it, I just have been too busy and too lazy to want to tackle it.

    in reply to: My first go with MX2 (spinning 3d cube) #4898

    Jesse
    Participant

    I believe it’s updated through Xcode and I got the latest version for my model number with El Capitan. It just seems to be the outdated hardware. if there is some other way to update it, I don’t know.

    in reply to: My first go with MX2 (spinning 3d cube) #4892

    Jesse
    Participant

    I just tried to run it and keep getting an error. It compiles fine but fails to execute with a “Memory access violation” in this line:

    [/crayon]

    I wonder if its because its an older computer. I tried to run the banana’s “sdl2Ttest” and it gives me the same error.

    Early 2011 Macbook pro 2.3 GHz Intel Core i5 El Capitan.

    in reply to: Concurrent list modification error. #4743

    Jesse
    Participant

    > Does that even work? Isn’t link.Succ null after the Remove()?

    You should know. you wrote it! :).
    but yes it works.

    >And of course, List.Clear() is fastest…
    yes its faster. but for my usage which is not as simple as that, mine is a better option.

    [/crayon]

    I don’t see that as much of a stunt as its all part of List’s public functionality.

    in reply to: Concurrent list modification error. #4739

    Jesse
    Participant

    I guess we are crossing posts. Hahahah!

    I usually only do it like this:

    [/crayon]

    This should be a bit faster. I suspect.

    in reply to: Concurrent list modification error. #4737

    Jesse
    Participant

    correction I did get the error by adding an item to the list:

    [/crayon]
    in reply to: Concurrent list modification error. #4735

    Jesse
    Participant

    @Richard
    Your code on the first post works fine as is. I tried it and it does not give any errors compiling it with the latest MX2. The error must be somewhere else in your code.

Viewing 15 posts - 211 through 225 (of 297 total)