436
The Axe Parser Project / Re: Features Wishlist
« on: June 24, 2015, 02:11:11 pm »
Be awesome option. Surprise us on what it does.
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. 436
The Axe Parser Project / Re: Features Wishlist« on: June 24, 2015, 02:11:11 pm »
Be awesome option. Surprise us on what it does.
437
Axe / Re: Specific Tutorials List (Axe)« on: May 19, 2015, 11:59:16 pm »It would be helpful if there was a tutorial explaining even more basic things in Axe, because I just can't seem to figure out how to make a simple game.http://z80.education/program-flow-platformer/ this may be helpful for basics on a simple platformer game. It's rather dated though (Axe hadn't been around for long when I wrote it). 438
The Axe Parser Project / Re: Features Wishlist« on: May 06, 2015, 04:01:18 pm »Can you make it so..Why do you want to back up an archived program? It sounds like you have another issue if the one in the archive is being deleted. 439
Axe / Re: Specific Tutorials List (Axe)« on: May 06, 2015, 03:45:58 pm »The Pseudo-Huffman Compression by shmibs and the Huffman Compression by Runer112 tutorials are linked to the same pageThey link to different posts though. Wait for the page to completely load and it will take you to the correct place. 440
Site Feedback and Questions / Re: Sending PM« on: April 29, 2015, 06:18:13 pm »
Looks like cloudflare decided to check to make sure you are a human. This shouldn't happen again at your current IP address. If it keeps on happening let me know and I can follow up with them about it.
441
News / Re: z80 and ez80 ASM Support Added to SourceCoder 3« on: April 20, 2015, 03:02:43 pm »
Woo! Can't wait to play around with this!
442
Other / Re: TECHNOLOGY EMERGENCY!« on: March 19, 2015, 04:25:45 pm »
I fail to see how the the subject of this topic applies to the actual content of this topic.
443
Axe / Re: Axe Q&A« on: March 17, 2015, 03:47:39 pm »
Hey Alex Just an fyi, edit your posts instead of adding a second post. Adding a second post like that is called double posting and it's a bit of a no-no around here.
Thanks! 445
Computer Projects and Ideas / Re: Ping meter« on: March 04, 2015, 06:59:53 pm »I just added a new "settings" window with the features that Eeems and Sorunome requested:I noticed that you force the user to add http:// to the setting. You could probably do some url parsing to figure out if it's been added or not. It's best to make the user think less when you design things 446
Computer Projects and Ideas / Re: Ping meter« on: March 04, 2015, 12:43:12 pm »
This is quite useful actually, may I suggest allowing the user to choose what host to ping?
447
OmnomIRC Development / Re: IRC Client Integration« on: February 27, 2015, 08:28:57 pm »
Sorunome: Mind adding this info to the IRC page?
448
Web Programming and Design / Re: Corest web programming« on: February 19, 2015, 01:35:23 pm »Just like every programming language is compiled to Machine code, what is Web programming compiled down to?Not every programming language is compiled to machine code. Most popular programming languages are interpreted. Kind of same for Javascript, but that's indeed a programming language. The Javascript engine shipped with your browser would interpret and execute each line, line by line, or something like that.Most JavaScript engines make use of bytecode to increase speed. Bytecode is almost like machine code, but it is still not run directly by the computer, instead it's more of just short-hand for interpreted code. Aside from all that, the three languages (Programming, Markup, etc) you will want to familiarize yourself with are JavaScript, HTML and CSS. This is only for the in browser stuff. If you want to start looking into programming server side stuff (database etc) then there are a number of options. Most people start with php+mysql. I myself would recommend looking at node.js though. A great resource for learning web programming is w3schools as Sorunome mentioned. If you want to look more in depth at HTML+CSS+JavaScript though, I'd recommend Mozilla's Developer Network. 449
Computer Programming / Re: x86 machine code« on: February 19, 2015, 01:15:08 pm »
A quick google search will answer this question for you.
This forum is not a search engine, please use it for asking specific questions about the language, or about specific tutorials you have already found. 450
Introduce Yourself! / Re: DragonLord says hello to Omnimaga« on: February 16, 2015, 11:48:58 pm »
Hi and welcome to Omnimaga!
I was taking a peek at the benchmarking test you wrote. I wrote something a little more optimized (size and speed) for the 84+ benchmark. Code: [Select] :1 It ran in ~2:22.47 and resulted in 2.499.999992I took another look and realized I could improve it a bit by merging two lines into this: Code: [Select] :1 This completed in 2:18.36 and returned the exact same result. I'm not sure if there is any way to optimize it more since I don't play around with BASIC much anymore.
|
|