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 - Munchor
Pages: 1 ... 144 145 [146] 147 148 ... 424
2176
« on: April 16, 2011, 11:26:42 am »
Colors good! Well, not the current ones. I think it should be based on whether you are admin/cot/anti-riot/lobster. Also, we need to have an acronym for that. caral? maybe? C: Coders of Tomorrow AR: Anti-Riot Squad A: Admin L: Lobster
I agree with Graphmastur: Each group as a colour, and all members have the same colour (Bad for me  ). colors no good! Sorry if I crash the party, but after all these nice new updates, I can't access the site unless DJ disables omnomIRC for me. 
So far, nobody has issues, so I guess it's a client thing, have you tried rebooting?
2177
« on: April 16, 2011, 11:12:19 am »
@alberthrocks: I get the same VALIDATION error with every single Application, it only works the second time I sent it
2178
« on: April 16, 2011, 10:57:50 am »
So I just tried this and so far I am absolutely going to love this! Can make a teeny request pretty please?!? Um, it would be reallllly cool if I could include labels for the hex. Like, if I did:
Then (.text) could return the little endian address of the point after the C9. It isn't really too important, but I bet there would be more hex programmers if that happened! Plus, I have been wanting to add that ability to a calc program I made...
Zeda, I'll think about it and see how it could be implemented, but I can't promise you I'll do it.
2179
« on: April 16, 2011, 10:55:28 am »
YOUR_STRING_HERE.replace(/\s/g, '');
/ denotes the start (and end) of a regex expression, \s matches all whitespace, and /g ends the regex and tells it to replace every match (instead of just the first one).
What about spaces? I have this code: inputText = inputText.replace(/[^A-Fa-f0-9]+/g,'').replace(/(\r\n|\n|\r)/gm,"").toUpperCase(); To remove all non-hex characters and linebreaks, does it include spaces? Cos I doubt not.
2180
« on: April 16, 2011, 10:07:42 am »
I like the colours, but I think the XChat algorithm isn't ok, what about a colour for mods, a colour for managers and a colour for users and a colour for lobsters?
2181
« on: April 16, 2011, 09:19:02 am »
I have a new question.
How to remove all spaces and lines breaks from a string using regular expressions? Thanks.
2182
« on: April 16, 2011, 09:16:23 am »
Awesome stuff! I'm curious - is the Wabbitemu execution feature automatic, or do you have to input the keypresses yourself? (And if it's automatic, how the heck did you do it?? O_O)
Hahahahah, if it was automatic, wouldn't it be awesome? No, I just know the codes by heart and I don't have a key plate for some reason. To run Wabbitemu I just do: (import os is needed) os.system('wabbitemu.exe filename.8xp')
2183
« on: April 16, 2011, 09:03:11 am »
Wow, scout, this is really coming along very nicely 
Does it also do the conversion from hex to mnemonic in the opposite direction?
Thanks, you mean mnemonics to hex, that's what you call an Assembler. No it doesn't, but I could try and implement one, it shouldn't be too hard.
2184
« on: April 16, 2011, 07:17:53 am »
Hint: new grass is old grass, just not magnified 300% 
It still looks better =D
2185
« on: April 16, 2011, 07:15:44 am »
New version (all-in-one included, except 7zip) of the shell script :
http://www.mirari.fr/DWGG
Edit : link working Edit2 : new version
Thanks for sharing source =D
2186
« on: April 16, 2011, 07:14:43 am »
Those bricks are looking very good! The new grass is cool too
2187
« on: April 16, 2011, 06:34:58 am »
After some hard work on polishing Assemblex and adding 'Export to 8XP' and 'Run in WabbitEmu' function, Assemblex is now called Assemblex IDE and I decided to create a new topic for several reasons. Here's a video of it working: Sorry for the lack of DJ O's music. Assemblex IDE is a Z80 Assembly IDE aimed at Hexadecimal programmers, but also useful for assembly programmers. It features a disassembler, an assembler, a real time disassembler and many other assembly and hexadecimal tools. This program was made by David Gomes and it should not be released anywhere without his approval. The 8XP files creator of this program was made by Kerm Martian. Assemblex IDE is not just for hexadecimal Assembly coders, but for Assembly coders too. However, it focuses on hexadecimal programmers. The most important part of Assemblex is the disassembler, followed by the 8xp maker. How does this work? Press "Load 8XP" and choose a game or a program, it will open it and disassemble it. Then, you can change the hexadecimal code to edit it. Right after, press 'Run on Wabbitemu' to run it!Note: In order to Run in Wabbitemu, you need 'wabbitemu.exe' in the same folder as ASSEMBLEX. There is also a bug in this function, but in the main release I'll fix it (instead of what's desired, you have to press 'Export to 8XP' before 'Run in Wabbitemu', but in the next version, the latter will do both). For the beta testing, I'm only releasing the Windows version. However, you still need Python installed on your machine to run it. Please report any bugs you find. Attached is the .7z file, you'll need 7Zip to open it. However, if you don't have 7ZIP, you can just download a .zip version of it here. To run the program, just press 'Assemblex IDE.exe'. Enjoy! EDIT: I felt I had to credit Kerm Martian for making binpac8x more, since I use binpac8x.py to create 8xp files based on the code made by the user.
2188
« on: April 16, 2011, 04:58:12 am »
This code just keeps growing
Trying to write an interpreter in Assembly really gives you an appreciation for why they're so large.
That's likely, it's a Java interpreter for a calculator
2189
« on: April 16, 2011, 04:43:07 am »
I didn't know the 83+ game was a port of a DOS game, though. I was sure it was the original. 
It was based on "Block-man 1" by Soleau Software. Levels 1-10 of Block Dude are pretty much identical to levels A-J of Block-man (levels 11+ are new).
I didn't know it wasn't an original too, so we can say apcalc's games aren't ports of Block Dude but of Block-Man 1
2190
« on: April 16, 2011, 04:42:07 am »
So you want it to just Pause and wait for enter, or do you want it to Pause and wait for a key?
I want the little thing scrolling on the right top of the screen and only [ENTER] will work.
Pages: 1 ... 144 145 [146] 147 148 ... 424
|