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 ... 29 30 [31] 32 33 34
451
Portal X / Re: Portal Prelude Fan Created Levels
« on: January 15, 2014, 09:47:33 pm »
I made a pretty evil flight-based pack once; I'll upload and edit this post once I get it from the guy whose calc it is on.

452
HP Calculators / Re: Fast filled circles routine
« on: January 15, 2014, 09:43:17 pm »
Actually, couldn't you just do
Code: [Select]
mainprogram()
begin
  makemat(
    // code that loops x from 1 to 25 and y from 1 to 25 goes here
    return(0);
  ,25,25);
end;
if the code was short enough?

453
HP Calculators / Re: Fast filled circles routine
« on: January 15, 2014, 10:00:23 am »
If they just throw away the outputs as they go instead of making a list and throwing it away, then that's nice; we just got speedy effectual mapping.

454
Web Programming and Design / Re: What if YouTube worked on the 83+?
« on: January 15, 2014, 08:29:02 am »
Hmm. Doesn't work for me using Firefox 26.0 on Arch Linux. Do you have to wait a while before the video starts?

455
HP Calculators / Re: Life Force for the HP Prime
« on: January 15, 2014, 12:05:30 am »
Han: Are all those dots live-rendered bullets? If so, sweet!

456
TI-Nspire / Re: CleverCalc v1.0
« on: January 14, 2014, 11:16:35 pm »
2064 seems a bit early for a deadline; remember that calculator projects never truly die. :)

457
HP Calculators / Re: Life Force for the HP Prime
« on: January 14, 2014, 11:06:59 pm »
Can't wait! (It'll be interesting to see how you'll handle the bullet sprites.)

458
Humour and Jokes / Re: Apple makes cutting-edge technology
« on: January 13, 2014, 10:10:01 pm »
The Palm Pre did this too (way before Apple; it's like app cards). :)

http://gizmodo.com/5279413/palm-pre-cuts-the-cheese

459
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: January 13, 2014, 10:01:08 am »
6243: You write "THE GAME" on tons of boards in your school (true story)

That's no proof you're addicted to Omni. I did this in school when I didn't even know this website existed.

It's more that Omni is a very Game-filled place.

460
Other / Re: Knex Ball Machine Apocalypse
« on: January 11, 2014, 12:18:44 am »
How long do you expect before the video is posted?

461
Introduce Yourself! / Re: New User
« on: January 10, 2014, 08:47:41 pm »
Welcome to σmπimαgα! Glad to see another Lua programmer. Have some peanuts.

462
HP Calculators / Re: How to save things ?
« on: January 10, 2014, 08:28:05 pm »
Or just something like EXPORT +[varname] for saved vars if they don't want to make saving over compilation default.

463
Web Programming and Design / Re: Awesome Web-programs
« on: January 10, 2014, 09:53:20 am »
http://irccloud.com/ (Also https://github.com/thedjpetersen/subway if you're willing to host, like Sorunome)

Always-on IRC clients for the web.

464
Feature Requestions:
1. Will we be getting the «»'s back soon? I really like them for debugging and things. You already have a RPN→BASIC framework set up (I'd think, with working RPN in home and function symbolic view input ("'X' 2 *" to "'X*2'").
2. Will there ever be named vars like in the other HP calculators (with nice menus and stuff)? You could make it an option on the last page of Home settings.
3. Is calc-to-calc IO planned or scrapped? You say to ignore it in the packaging, but you do have it implemented a bit...
4. Will we see built in 3D geometry? The CAS produces commands for it when you run the example for plotparam.
Bugs:
1. Help > Main says "This is the online help system for your HP Prime." The help is repeatedly referred to as such elsewhere. (Also, if it says that, where can we find the help online? :))
2. General crashiness when using menus a lot without closing it. Try going into CAS and doing Toolbox > CAS > Polynomial and pressing left-right repeatedly; it gives a crash pretty handily.
3. Geometry Symb's default GA is undef, you can keep it that way if you hit cancel. Attempts to set it from CAS have no effect upon repeated sets.
4. Advanced Geometry Symb: Tapping upon a non-null V var doesn't show the same menu as if you pressed Edit.
5. SIN(π)≠0. I get the exact same number on my 35s. I don't know if you can fix it, but it would be nice.
6. User Keyboard help page does not specify how to set User keys. It looks useful, but I'm lost.

465
HP Calculators / Re: Graph 3D beta update
« on: January 09, 2014, 07:03:30 pm »
I would like complex mode also, if you're counting.

Pages: 1 ... 29 30 [31] 32 33 34