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

Pages: 1 [2] 3 4 ... 34
16
Art / Re: Mockups "please say this is going to be a game"
« on: December 24, 2014, 01:33:20 am »
Maybe an HP Prime or TI-Nspire version? :D
A Prime version would be cool. *cough* *cough* JOIN US *cough *cough*

Can't wait to see this finished. :)

17
TI Z80 / Re: Vectorial Math
« on: December 24, 2014, 01:30:57 am »
So vectorial math alternates between multiplication and addition? (I've never heard of it either). Anyhow, it's always nice to see new math programs. :)
Lol, there's the dot product and the cross product as 'main' things, i guess.
I already added both, then I also added getting the length of a vector and 'normalizing' a vector, so scaling it down to the length of 1

Right now I'm trying around on making a custom menu when hitting STAT twice

Could you make another alpha-F? menu also/instead?

18
TI Z80 / Re: [Axe] Axagon
« on: December 24, 2014, 12:35:58 am »
Note that I'll only do Hexagon, not Super Hexagon.
What's the difference?

19
Humour and Jokes / Re: Important life algorithms
« on: December 24, 2014, 12:34:22 am »
Code: [Select]
while(oreo)
    oreo--;
Looking though this again, you could optimize:
Code: [Select]
while(oreo--);

20
Humour and Jokes / Re: Important life algorithms
« on: December 23, 2014, 04:28:26 pm »

21
Other / Re: ROBOTS!!!!! 2015 (aka FRC 2015)
« on: December 21, 2014, 12:37:55 pm »
W00T W00T
roboRIO HYPE

Linux will be awesome to play with. My team's planning on making some SWIG bindings to the new WPILib, so we can try out other languages. Imagine Racket running a robot. :D

22
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: December 19, 2014, 12:35:01 am »
What would happen if 3.1416 people tried to do well on their final? What would be the extra decimals? O.O
A few random body parts?
Pregnancy?

23
HP Calculators / Re: New HP Prime OS: 20141203 revision 6975
« on: December 15, 2014, 09:48:18 pm »
Quote
0. Resolved issue with x^2 key in RPN and potential problem with app deletion.
That's the only change. Glad to see they got deletion fixed.

24
Casio Calculators / Re: A call to Prizm owners
« on: December 14, 2014, 06:24:38 pm »
Was Picture Plot 1.01 installed along with 1.01 on new calcs?

25
Other Calculators / Re: Librecalc third-party calculator prototype
« on: December 09, 2014, 10:35:47 pm »
It won't have a QWERTY keyboard...

SAT?

Just maybe?

26
Miscellaneous / Re: What is your avatar?
« on: December 09, 2014, 10:28:33 pm »
I changed my avatar to a V200. I might change it to a walrus :P
Why not both?

27
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: December 09, 2014, 10:26:36 pm »
7038: You fear a mod will lock this topic at 9000 signs. D:
I think we agreed to change it to 31337 signs when we hit 9000.

28
HP Calculators / Re: New HP Prime OS Version: 2014.1124
« on: December 03, 2014, 11:10:59 pm »
On update, I get... A lock screen. An... Unexpected change. I don't really understand why it was included.
I guess it's a touchscreen demo for when you first power up or update. I would like to see that available with a passcode lock, though. Input your pass on the keypad and swipe or press enter.
Notes is a weird variable. For instance, to get the names of all notes in the system, you have to copy Notes to another variable. No copies are involved if you just want the contents of all notes in the system, however!
Same with Programs. I tried using CAS Notes[n] (which displays as at(Notes,n-1) for whatever reason; there is no at function publicly available) and that didn't work (it returned Notes in full), despite it working if you manually replace Notes with its contents. Also, list[n] translates to list(n) in Home. Perhaps we could just have Notes & Notes.Contents? We already have special cased "." with CAS.
Also, why are newlines scrubbed out when reading/writing?? They are kind of important. EDIT: Scrubbing doesn't happen in programs for some reason. Okay.

I'm kind of sad text formatting is lost when doing stuff with notes, but eh. Whatever.
Newlines were never "scrubbed", they were just untypeable and undisplayed in Home or CAS. If you have a Notes(1) with NLs, just evaluate Notes(1) and select-paste the contents into PRINT; PRINT($CONTENTS). You'll see the newlines still show. If you scroll through, you'll see your cursor stop once at each NL as it goes over it. NL typing is one thing I miss from the Nspire. If you're in dire need of it, you can always use CHAR(10) (e.g. "a"+char(10)+"b").
EDIT: Creating a new program via Programs crashes, it looks like. I'm using the emulator to test, though, so that might be why.
How are you trying that? Programs(0):="Q" gives me Error: Invalid input. Programs:=CONCAT(Programs,"Q") doesn't work either (same output).

Trying Notes(3):=Notes(3) returned 1 and removed my Note. Copying a note with math syntax into another empty one killed the formatting. Could you just make formatting work with private use characters or Markdown? Just display it in strings as a compacted descriptor (thinking like the unit symbols).

Also, deleting an app makes the name revert back, but be corrupted, and opening it crashes the calc. It is gone upon reboot, however.

Ninja edit:
Regarding data persistence, do you mean highscores remaining saved even if you recompile a program? That was a serious problem in previous firmware and it would be nice if this was fixed. Is that the case?
You're storing the data in a note. The persistence, copyability, and editability carries over.

29
Gaming Discussion / Re: Your best video game pickups.
« on: November 27, 2014, 11:04:53 pm »
Does Dolphin count? It's free and can be used for ranked Melee netplay! (Think For Glory, only with stages. And only 3 frames of lag.)

30
Other Calculators / Re: TI-84 Plus CE... what now, TI? O.O
« on: November 26, 2014, 09:26:20 pm »
So...the non-silver calc is faster?

...

...

Seriously, TI?

Pages: 1 [2] 3 4 ... 34