256
Music Showcase / Re: new NES music
« on: July 17, 2014, 08:10:51 am »
The silver surfer soundtrack is awesome. Why didn't I listen to it before?
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. 256
Music Showcase / Re: new NES music« on: July 17, 2014, 08:10:51 am »
The silver surfer soundtrack is awesome. Why didn't I listen to it before?
258
Introduce Yourself! / Re: Hello,World!« on: July 16, 2014, 10:00:28 am »
Hey ShenZhen is where I get all of my components from
![]() 259
TI Calculators / Re: Doors CSE release candidate 2 trouble in paradise« on: July 15, 2014, 02:10:44 pm »
It's a good idea to make backups of your device regularly when you are developing software. You can just fall back on a backup in case of a fatal reset.
260
HP Calculators / Re: Let's hack the HP Prime!« on: July 14, 2014, 06:06:12 pm »
But why would a swap partition be called HP calc dev?
261
HP Calculators / Re: Let's hack the HP Prime!« on: July 14, 2014, 05:25:17 pm »
Perhaps it's a place for us to put our own software on
![]() 262
HP Calculators / Re: Let's hack the HP Prime!« on: July 14, 2014, 05:12:37 pm »
Welcome to omnimaga!
Does this partition contain any files? 263
Web Programming and Design / Re: Blog Redesign - 8times8« on: July 13, 2014, 07:24:10 am »
Nah this was an iframe in the article content. It is not used in the structure of the website.
Edit: Fixed links to articles as well. Used a preg_replace to convert the old url's to link to the new blog. 264
Web Programming and Design / Re: Blog Redesign - 8times8« on: July 13, 2014, 07:21:13 am »
That was because of an unclosed iframe tag in the article. Fixed it.
265
Web Programming and Design / 8times8 archive online« on: July 13, 2014, 07:17:00 am »Major update: + Visual overhaul + Added archive section that includes all of my old blog posts.http://8times8.eeems.me:81/blog/index.php?archive Some links and images might be broken. I am working on that. + New subdomain thanks to eeems! ![]() 266
Miscellaneous / Re: How would I organize a monthly Code Golf contest here?« on: July 12, 2014, 03:18:10 pm »
Sounds cool
![]() 267
Web Programming and Design / Re: js - Relative Jump Calculator« on: July 12, 2014, 12:17:12 pm »
Good idea. I was thinking about that actually. I am going to implement it in the regex which will also get rid of inputs like: Derp and asdf, cause javascript just parses the hexadecimal number until it sees a character that is not valid and spits out the result.
268
Web Programming and Design / Re: js - Relative Jump Calculator« on: July 12, 2014, 10:31:55 am »
Oops there was a typo in that jsfiddle. Updated version: http://jsfiddle.net/4h5YD/20/
269
Other / Re: C64 Programming Adventures« on: July 12, 2014, 10:02:39 am »
Program for drawing blocks on the screen:
Code: [Select] // Draw blocks on screen You can draw blocks at any memory location. You must specify the base address of the ram area you want to use. To draw a block of characters on the screen the base address is $0400 To change the color you simply fill a block in color ram. The base address for color ram is $D800 270
Web Programming and Design / Calculator applet from url« on: July 11, 2014, 03:21:14 pm »
Inspired by haroldbot, regular expressions and javascript applets for converting hex to decimal I introduce: Calculator applet generator.
I have not coded it up but this is what is might look like. Example: Relative jump calculator applet: Code: [Select] 1x(0..65535) "Jump From:", This describes the following applet: Jump From: [Hexadecimal input] (range 16 bits) To: [Hexadecimal input] (range 16 bits) Enable -2? [Yes] Offset: [Hexadecimal output] (range 8 bits signed) The url to this applet would look like this: mypage.com/?d='1x(0..65535) "Jump From:",2x(0..65535) "To:",0x(-127..128) "Offset:" :$2 - $1 [ ! - 2]' What do you think? |
|