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

Pages: 1 ... 4 5 [6] 7 8 ... 23
76
Community Contests / Codegolf - The Reboot #6
« on: July 06, 2015, 09:54:24 am »
While taking PSAT practice tests, I invented a sort of game to be played on the answer grid. For those who don't know what the PSAT answer sheet looks like, it's basically a 4 by X grid of bubbles, with each row representing a different problem, and each bubble in the row representing an answer choice. I would pretend that four balls began falling down the top of the grid, and the filled bubbles would block their path and cause them to split. The goal of this contest is to display the columns where balls will exit.

Only one bubble will be filled per row, and no row can be. blank. A ball will continue down a column if there is no bubble in that column, and if there is, it will split and move to the two columns on either side only if there is no wall and no filled bubble above it.

Code: [Select]
( )(*)( )( )
( )( )(*)( )
( )( )(*)( )
(*)( )( )( )
( )(*)( )( )
( )( )( )(*)
( )(*)( )( )
(*)( )( )( )
( )( )(*)( )
( )(*)( )( )

The output for the example "map" above would be `A, D`. The pattern for the falling balls would look something like this:

Code: [Select]
(|)(*)(\)(|)
(|)( )(*)(|)
(\)( )(*)(|)
(*)(\)( )(|)
( )(*)(|)(/)
( )( )(|)(*)
( )(*)(|)( )
(*)( )(^)( )
( )(/)(*)(\)
(|)(*)( )(|)

All entries must be complete, no code snippets allowed. The input will be in the form of `yxyy<newline>yyxy` with `y` representing an empty space, `x` a filled bubble, and <newline> representing a newine. `x` and `y` may be replaced with any character you want. The program may receive input through STDIN or read a file. The program output may be any legible form, eg. `{1,0,0,1}`, `1001`, `AD`, `A, D`, `{true, false, false, true}`. All BASIC and Axe entries will be scored on source size, minus the VAT header, asm (calc or computer) entries will be scored on binary size (minus VAT header if on calc), and computer entries will be scored on source size. If there are any questions, please ask. You can submit your entry by PM'ing it to me here, or on IRC on freenode or efnet.

Scores:

Juju: Ruby, 101 bytes
gudenau: Java, 616 bytes

77
Other / Re: Ben Heck's DIY Graphing Calculator
« on: July 03, 2015, 10:21:21 pm »
Seeing all the attempts at people making their own calculator, I found this quite relevant. Still watching at the moment, but seems like a pretty neat project. Also, I love their intro. :P



Yeah, I love the "regrettable acting" in The Ben Heck Show. I was disappointed though at how lousy the "calculator" application was. It was a super simple command line program that didn't even do any expression parsing, a python prompt would have been better!

78
TI Z80 / Re: [Axe] Lazer II
« on: July 03, 2015, 05:44:37 pm »

79
TI Z80 / PianoCSE
« on: June 22, 2015, 11:37:46 pm »
I just finished porting Piano83 by Badja to the TI-84+ CSE!



It was surprisingly easy, all I had to do was change the include file, add a delay for the keypad, and update the text to fit the new screen. The hardest part was adding the DCSE header+icon, which wasn't too bad once I understood what I was doing :)

Download:
PianoCSE

Bug reports are welcome and encouraged!

80
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 22, 2015, 11:40:26 am »
WOW, this is unexpected. Well done! How does it run? I assume it's not really at a usable speed.

I do wonder why "Minor compilation changes for older GCC versions" was necessary, binary literals have been supported since ages.
You should definitely update your SDK and toolchain!

Boot up is slow, taking ~3-5 minutes (Although I believe I can speed it up), but after most of the core services are starting the system is actually pretty usable (imagine an HTC Dream running at half-speed), making this a feasible alternative OS to run on the calculator.

This is awesome! Where is the rootfs stored? I assume it's on an external flashdrive or something.

81
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 21, 2015, 09:42:49 pm »
Updated at 7th Feb 2013

Can this run Android?

Theoretically, yes but it's too much work for it to be worth it.

Oops



I hope this is legit and not just a screenshot of android being displayed on the Nspire.

82
Other Calculators / Re: Your calculator collection
« on: June 19, 2015, 07:19:08 pm »
Here's my collection:


The 83+ SE isn't mine, it's my sister's, but I can use it whenever I want practically, I got the 84+ CSE, 85, and one 84+ SE all for free :D And yes, the 73 Explorer is running the TI-83+ operating system, so I can run 83+ programs on it.

83
Other / Re: Adding a speaker to my TI-84+
« on: June 19, 2015, 01:02:47 pm »
This is pretty sweet Sorunome! ^^ How do you toggle it on/off?

Presumably with the switch on the side.

84
Other / Re: Adding a speaker to my TI-84+
« on: June 18, 2015, 12:39:24 am »
Thank you! I actually like it that it looks so self-crafted, though :p

Yeah, even in its current form it looks pretty neat.

85
Web Programming and Design / Re: Help with github and .TK
« on: June 15, 2015, 09:43:14 pm »
I don't see the favicon, it's just the default white page, try refreshing the page/clearing your cache.

EDIT: Also, that google logo is probably copyrighted.

86
Other / Re: Adding a speaker to my TI-84+
« on: June 15, 2015, 01:56:56 pm »
Nice job! The end result looks pretty great, but could be prettied up a bit. If you have some thinish black plastic (I've found that ground coffee lids work great) then you could cut a square and a hole in that to put over the hot glue.

87
Other / Re: Arduboy new portable retro gaming system.
« on: June 09, 2015, 05:07:39 pm »
Gamebuino: 64 x 46 screen

The wiki says it has a 84*48 screen


EDIT: no longer relevant

88
Community Contests / Re: Code Golf - The Reboot #2
« on: June 09, 2015, 04:24:02 pm »
11 bytes in TI-BASIC :p

89
Community Contests / Re: Code Golf - The Reboot #1
« on: June 08, 2015, 08:26:02 am »
To keep the OP uncluttered, no, but PM me and I'll give you the requested solution.

Maybe you could just link to a pastebin with all the entries in it

90
Aye (for reasons I explained above)
Aye aye (it's nearly like writing your code in hex at this point.)
Aye aye aye (If assembly is gonna get counted in binary, then the same goes with BASIC. That's pretty much what we did before IIRC.)
Nay nay nay nay (I'd like if each contest had the same standarized, agreed-upon counting method.)

I vote exactly the same as Juju

Pages: 1 ... 4 5 [6] 7 8 ... 23