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

Pages: 1 ... 277 278 [279] 280 281 ... 283
4171
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: January 18, 2013, 07:58:34 am »
3974 : You break your friends' calcs "accidentally". (true story)
3980 : If you find a lost calc, you reset the memory and put your stuff on it. :P

4172
News / Re: TI-84 Plus C Color official press release
« on: January 18, 2013, 07:30:57 am »
Yes, but to what extent ?

4173
Humour and Jokes / Re: Minute Physics and the Moon
« on: January 18, 2013, 07:28:20 am »
That's pretty cool ! :P

4174
Miscellaneous / Re: Post your desktop
« on: January 16, 2013, 01:37:57 pm »
If you can have it run a script periodically and display an image, then yes.
Here is the script :
Spoiler For Spoiler:
#!/bin/bash

cd ~/GeekLets/XKCD
curl -s --location http://xkcd.com/ | grep embedding | sed 's/Image URL (for hotlinking\/embedding): \(.*\)/\1/w temp'
TEMP=$(cat temp)
rm temp
wget -O xkcd.png $TEMP
You probably want to change the download location (on the cd line). ;)

4175
I don't want it to be network-related.
Maybe some kind of really cheap mobile work/gaming station ? I think modding an old laptop for that would be cool.

4176
Miscellaneous / Re: Post your desktop
« on: January 11, 2013, 07:52:50 am »
Is that a XKCD widget? Nice! :D
Yup. :P It's based on a shell script involving curl, wget and grep.

4177
DWLooney : Meh. Not really. MMORPGs are not my cup of tea and I don't have a server.

Lionel : Yes, my plan is to become a pro. So far, I tried C, C++, Java, Lua, TI-8x Basic, Axe, z80 ASM and HP40g Basic. I don't really like the Basic languages nor Lua because they're too limited. My opinion for Java is more balanced because it's very similar to C++, but VM and no low level capabilities.

PiMath : Hehe... That's why I bought it ! :P

4178
Miscellaneous / Re: Post your desktop
« on: January 10, 2013, 03:13:21 pm »
Nope, it's sunglasses. I borrowed it somewhere on Internet. I can send it to you if you want. ;)

4179
Computer Projects and Ideas / Raspberry Pi : What should I do with it ?
« on: January 10, 2013, 03:11:30 pm »
So, yeah. My Raspberry Pi ships tomorrow (finally *.*).
I'm very excited to play around with it, but I have no idea (or maybe too many) of what kind of project I could do with it.

Anything you could suggest, guys ?

Also for those who don't know what it is => http://www.raspberrypi.org/faqs

4180
Miscellaneous / Re: Post your desktop
« on: January 10, 2013, 02:04:54 pm »
Thank you. ;) It took me a little while to set it up, because with Geektool, all you have is images, textfiles and shell scripts (with output).
Even the bottom right thingy is just a bash script with a custom font to make the circular graphs. There is (top to bottom) RAM usage, CPU usage and mouse battery status.

4181
Miscellaneous / Re: Post your desktop
« on: January 10, 2013, 02:00:05 pm »
Here's mine. I made it with Geektool. Tell me if you want some of my stuff.
Spoiler For Spoiler:

4182
Ash: Phoenix / Re: [A:P] Computer IDE
« on: January 05, 2013, 03:36:36 am »
For some reason though, I can't get it to run on my system :( See if it works for you guys
It doesn't work for me either. Here is a stack trace for you :
Spoiler For Spoiler:
Code: [Select]
Error: npcconvos.asm (No such file or directory)
Error: tileoutp.asm (No such file or directory)
Error: overworldmap.asm (No such file or directory)
Exception in thread "main" java.lang.NullPointerException
at ide$TileSelector.<init>(ide.java:198)
at ide.main(ide.java:859)
Apparently, you need to include or auto-create some files. ;)

4183
That's because that part wasn't done back then. ;) I'm close to finishing the manager though, then I'll make the editor, and after that the (de)tokenizer.
Edit : I changed the title to make it clear that it's a work in progress.

4184
Yes, it will allow importing regular source files. I didn't upload anything yet, though, because it isn't finished. Once the project manager is completely migrated, I'll post it.

4185
Nope, it is still in there. ;)

Pages: 1 ... 277 278 [279] 280 281 ... 283