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

Pages: 1 ... 8 9 [10] 11 12 ... 16
136
Minecraft Discussion / Re: Epic Things you Built in Minecraft
« on: June 18, 2013, 08:33:37 pm »
In the minecraft raspberry pi edition I made a house out of tnt........ >:D
Which is why playing on a server with blast protection and stuff like that would be the best option :P
or using the raspberry pi version as there is no way yet to blow the tnt up ^^
not even by luring a creeper close to the house and pissing it off?
there's only creative mode so far, no creepers
* turiqwalrus grumbles about stuff 'ruining all the fun' :I
therefor the pi version is for free :P
it is free because turiqwalrus is grumbling? :P also, *therefore and quote pyramids

137
Both that and the smaller one were built by the same person. The bigger one isn't being offered as a kit though.

138
News / Re: C++ on the TI-Nspire
« on: June 18, 2013, 03:03:48 pm »
ajorians: you can use the 'modify' button on the top-right of your post to edit the post and avoid double-posting.

139
And it's so freakin' awesome you can't even test it's power (that's the reason I put when upvoting). :D
IT'S OVER 9000!!!
now with that out of the way, I would love this, and since everyone at my workplace are physicists, I'm sure they will support this too.

140
News / Re: C++ on the TI-Nspire
« on: June 17, 2013, 10:10:28 pm »
There is one that I can think of now right off the top of my head, and that is jacobly with his calcemu, which is written completely in ARM asm. Also, Calc84 wrote gbc4nspire in assembly.

141
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 17, 2013, 05:52:25 pm »
5309 : You realize Sorunome posts about himself at third person. (true story)
5323: You realize that they are actually in second person.(true story)

142
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 17, 2013, 04:03:12 pm »
I'm pretty sure the easiest way to do this with windows is to make a linux virtual machine (you probably want to start with something easy to use, such as Ubuntu) and extract it onto the flash drive from there. I'm pretty sure there is no way to mount ext4 on a windows machine, but I could be wrong.

Streetwalker: attach a USB keyboard. They have Function keys.

143
TI-BASIC / Re: from the lower to the higher
« on: June 17, 2013, 02:13:33 pm »
Code: [Select]
randint(1,50) makes one random number from 1 to 50. SortA works on a list, which is several numbers in an order. lists are denoted by curly braces, {} and the elements, or members of the list, are separated by commas.
I think what you want is something like this:
Code: [Select]
randint(1,11)->e
randint(1,11)->ee
randint(1,50)->eee
randint(1,50)->nn
randint(1,50)->nnn
randint(1,50)->nnnn
randint(1,50)->nnnnn
{e,ee,temp,nn,nnn,nnnn,nnnnn}->temp ;put all of the varibles into a list
disp temp
SortA temp
disp temp
which could be optimized to
Code: [Select]
randint(1,50,7)->temp     ;get 7 random numbers from 1 to 50 and store to temp
disp temp   ;display the initial state of temp
SortA temp
disp temp   ;display the end, sorted state of temp.

144
TI-BASIC / Re: from the lower to the higher
« on: June 17, 2013, 01:50:02 pm »
it displays the contesnts of temp which is a array (i guess)
It displays whatever is stored in temp
I was asking joao9856 what that displayed for him, I don't think it was clear enough. I am thinking that temp is not an array for some reason.

145
TI-BASIC / Re: from the lower to the higher
« on: June 17, 2013, 01:01:42 pm »
what does
Code: [Select]
disp tempdisplay?

146
Introduce Yourself! / Re: Hi im mark
« on: June 16, 2013, 01:49:19 pm »
:) :) *.* :w00t: 8)  ;) :D ;D ??? 8) :o O.O ^-^ >:D ;D ._. :devil:

bdhkhadsofjaidpfjadkgsjfipdufidpsufgsipd

im so random. :D

No, just No.


147
TI-BASIC / Re: from the lower to the higher
« on: June 15, 2013, 05:23:36 pm »
Code: [Select]
rand(100)gives a bunch of random numbers. It could be rand(42) or anything else

Code: [Select]
SortA tempsorts temp. Now, temp is something like
Code: [Select]
{0.011,0.0125,0.0151.....0.988}

148
TI-BASIC / Re: from the lower to the higher
« on: June 15, 2013, 05:02:22 pm »
Code: [Select]
rand(100)->temp
SortA temp
should do what you want

149
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...
« on: June 13, 2013, 03:58:26 pm »
It won't install for me if I try the version on ticalc.org either. Does it do anything in the registry which might have gotten broken? Where is the file, maybe there is something wrong with the one I have or something.

150
Other Calc-Related Projects and Ideas / Re: TILP: beta-testing...
« on: June 11, 2013, 10:09:50 pm »
I am getting the weirdest error. When I try to run tilp, it cant find a dll that it needs

This seems with all versions when I try to install them.


also the release notes of 1.18 say:

         [ Release notes ]



Old     version:  1.16  (2011/12/15)
Current version:  1.17  (2013/03/31)


SubVersion (SVN) revision: $Id$

Pages: 1 ... 8 9 [10] 11 12 ... 16