This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - AngelFish
Pages: 1 ... 21 22 [23] 24 25 ... 215
332
« on: October 08, 2011, 11:58:13 pm »
Brainf*ck was actually designed to have the smallest compiler possible for a Turing complete language.
333
« on: October 08, 2011, 07:31:43 pm »
If you want negative feedback, it looks like the app is a bit jerky/slow in manipulating the screen (although it's understandable why). Otherwise, it looks awesome and I definitely want it.
334
« on: October 07, 2011, 11:16:00 pm »
I've been banned 4 or 5 times
335
« on: October 07, 2011, 10:54:28 pm »
336
« on: October 07, 2011, 03:29:33 pm »
By the way, anybody want to help write it?
I'd be happy to contribute a few things if you want to PM me. I think Runer is the Axe expert though
337
« on: October 07, 2011, 03:23:27 pm »
true... a lack of for loops limits it ALOT...
What? Regular brainf*ck has For loops... ++++[>+<-] is equivalent to For(4){+}
Also, using goto makes conforming to the original BF spec very difficult because it's difficult to confirm that each open bracket has a closing bracket. PS: What do = and ' do? If = copies the value at the byte pointed to by the current memory cell into the current memory cell, then I think it's an excellent addition to the language.
338
« on: October 07, 2011, 12:46:22 pm »
I used the Zwiadowca skin as the base for mine, although I made some modifications to it.
339
« on: October 06, 2011, 10:11:42 pm »
VoxelBox (if you can get in) is an excellent server. [creative] Evocat.us is decent, although it tends to be unstable. [PvP/creative, with the emphasis on PvP] Sacred Labyrinth has a decent population, but good luck surviving for an extended period of time. [hardcore PvP]
340
« on: October 06, 2011, 12:37:51 am »
Well, they supposedly have experience with Java, but they've been unable to understand Android.
341
« on: October 06, 2011, 12:31:20 am »
A classmate of mine with whom I am working on a project has decided to learn Android programming. Unfortunately, he's in over his head and didn't really know where to begin, to he asked me for help. Does anyone know of any good resources for an absolute beginner to programming for Android devices?
342
« on: October 05, 2011, 09:44:42 am »
Code snippets in spoiler tags are messed up in Chrome. Yay for one line source viewing!
343
« on: October 04, 2011, 10:29:13 pm »
Also, in other news, I am working on the particle effects suggestion, currently, and I am just stitching up the code and debugging at the moment Hopefully we will have water effects to work with in the near future 
Would it be possible to have user defined automata rules and multiple particle types? Also, new avatar
344
« on: October 04, 2011, 10:19:45 pm »
Sometimes files are built for earlier versions of windows and windows will return bad errors like that occasionally because the program does strange things.
A more unlikely possibility (that would admittedly make more sense of the error) is that the program is designed to run on a windows CE platform and not necessarily x86.
345
« on: October 04, 2011, 06:40:42 pm »
Hmmm how would updating only part of the screen make smoothscrolling faster?
I can't see any reason why it wouldn't because you don't have to send the data to the screen. That said, I can't see how you might do it since smoothscrolling tends to involve updating the entire screen...
Pages: 1 ... 21 22 [23] 24 25 ... 215
|