Show Posts

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 - ben_g

Pages: 1 ... 46 47 [48] 49 50 ... 71
706
Everybody who programs z80 or an other low-level programming language has to do a lot of converting between decimal, binary and hexadecimal numbers. This can easily be done by using the windows calculator with normal integers, but when you use signed integers or fixed-point numbers, it gets harder, and takes more time to calculate them. Because I have to do that a lot, I decided to make a tool which can convert all kinds of binary, hexadecimal and decimal numbers to each other, including fixed-point and signed numbers, and I thought this might be useful to other people too, so I decided to distribute it.

It's easy to use it: You just select the base of the input and output, you check if the numbers are signed, select the form (integer or fixed-point) and click the convert key.

For now, the number of bits is ignored, so you may have to use only the last few characters ore add prefix zero's, but it can

And here's the link to the program itself:
http://dl.dropbox.com/u/11215358/base%20converter.jar
It's a java program and uses no libraries, so it should work on all operating systems, when java is installed.

Do you find bugs or do you have problems with this program? please post. If you find this program completely useless and you think I shouldn't have distributed it, please post too.

707
I think it looks great!  Keep up the good work!  As you probably know, I might have to make some adjustments when we test it for difficulty.

In the future, please don't post screenshots of the level editor.  The .lev and .inc files are all that are needed :)
ok, I removed the screenshot.

That's the aborethum level, btw.

708
Elimination / Re: Elimination: Vote on Powerups to include
« on: October 19, 2011, 03:56:20 pm »
I could vote too, so I don't think he restricted the post count.

709
Elimination / Re: Elimination: Vote on Powerups to include
« on: October 19, 2011, 03:42:18 pm »
still doesn't work.

710
Elimination / Re: Elimination: Vote on Powerups to include
« on: October 19, 2011, 03:32:58 pm »
there seems to be something wrong with the poll: I can't vote.

712
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 19, 2011, 12:44:37 pm »
2301:You killed someone for his calc(True) You own a ti-89 :P
* Ben_g quitely steps away from Stefan Bauwens

2302: You logg in here almost every day (true).

713
Other Calculators / Re: Glow in the Calc
« on: October 16, 2011, 04:01:11 pm »
I think the best is still: use a flashlight that you can wear on your head. It emits enough light to read the screen, it uses absolutely no power from the calc's batteries and you don't have to modify hardware for it.

714
TI Z80 / Re: Golf Tour 2011 - Not mini golf!
« on: October 16, 2011, 03:43:37 pm »
If you use integer math, your variables can't contain decimal numbers and can't be bigger than 65536, or between 32768 and -32768 when you use signed integers.

If you use fixed-point math, the numbers can be decimal, but with an accuracy of .004, and they can only contain values between 228 and -228.

715
TI Z80 / Re: Golf Tour 2011 - Not mini golf!
« on: October 16, 2011, 03:35:57 pm »
you can write it in HEX in your program, then when it's run, create an other program from that data, use the opcode to run that program and delete the program afterwards.

716
Other Calculators / Re: Glow in the Calc
« on: October 16, 2011, 03:12:53 pm »
If you want to backlight your calc, it wil probably be best to do it in an electrical way (like with LEDs or other energi-efficient lights). If you do it with glow-in-the-dark material, It will give enough light too see what's on the screen, but only if it's charged. You'd have to leave the slide case of your calc and the calc has to bee somewere where there is enough light to charge the material to make it work.

717
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 16, 2011, 02:38:42 pm »
2254: you start counting from 0 (sometimes true).
2255: reading sign # 2255 made you lose the game.

718
General Calculator Help / Re: Omnicalc problem
« on: October 15, 2011, 04:40:43 pm »
library's are uninstalled at ram clears, so that real(32,0) gets executed as normal basic code.

719
Miscellaneous / Re: Random YouTube Videos
« on: October 15, 2011, 03:06:56 pm »
I wish this was real

Just to name a few points:

EDIT: sorry, Some text fell off. The blue text must read 'borders of screen not illuminated by backlight'.

a youtube video:

720
Miscellaneous / Re: Which word do you most likely to mistype?
« on: October 13, 2011, 04:21:28 pm »
I don't have to press shift to get the ยต sign. I have to press shift to get the * next to the enter key.

Pages: 1 ... 46 47 [48] 49 50 ... 71