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 ... 253 254 [255] 256 257 ... 283
3811
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 09, 2013, 01:59:55 pm »
Automatic ndless installer with GUI.
Are you kidding me ? Sneding two files to a calc isn't that hard.

BTW, I can't boot an external RootFS. If I load the BusyBox initrd and set root=/dev/sda2 (not an error), it can't find /dev/tty0 and if I don't load an initrd, it kernel panics. D: I'm sure my home made adapter works becaues it has no problem with MSD8x on my 84+. I have a CX (non CAS).

3812
Computer Programming / Re: [QT] Desktop Derp
« on: June 09, 2013, 01:45:59 pm »
Yeah in README.md it says Qt5 but in DesktopPonies.pro it says "greaterThan(QT_MAJOR_VERSION, 4)".

I've put a GIF and hardcoded the name to see it work, it looks like Derpy's just randomly moving around. You need to make her follow the mouse like Juju's ! :D
Edit : Whoops, didn't read the OP correctly I guess. :P Seriously, you owe it to the world. :trollface:

3813
Computer Programming / Re: [QT] Desktop Derp
« on: June 09, 2013, 11:53:30 am »
Warning ! |\|00|3 question incoming ! 3... 2... 1...
How do I compile it ? I tried g++ main.cpp -o derpy but I have a no such file or directory error about QMainWindow (I installed the full Qt5 group in Arch).
I also tried qmake, make then ./DesktopDerp but it does nothing.
Edit : Aww... maybe I'm missing the GIFs ? :P

3814
Miscellaneous / Re: What is your signature?
« on: June 09, 2013, 11:05:22 am »
Haha sorry... :P I didn't mean to confuse you or anything.

3815
Calculator C / Re: [Ndless] Problem with raycasting
« on: June 09, 2013, 08:13:11 am »
Yeah, early optimization is the source of all problems, just that it will be difficult to modify everything afterwards. :)

3816
Calculator C / Re: [Ndless] Problem with raycasting
« on: June 09, 2013, 08:00:47 am »
Does the Nspire have hard float ? If it doesn't you're gonna loose speed.

3817
Miscellaneous / Re: What is your signature?
« on: June 09, 2013, 04:17:50 am »
Well, Charmander is a Pokémon so... :P

3818
Miscellaneous / Re: Post your desktop
« on: June 09, 2013, 02:33:23 am »
^ Probably because these are more pastel-like colors, not flashy ones.

3819
Miscellaneous / Re: What is your signature?
« on: June 09, 2013, 02:29:59 am »
Why ? I thought Hellninjas was a Charmander ? And Juju's a pony too.

3820
News / Re: My Little Activity: Posting is Music!
« on: June 09, 2013, 02:27:49 am »
Good idea DJ !
I'll try to get more active after my exams (in two weeks I'll be free for the summer vacation).

Also, lol at the title. :P

3821
Maybe we could just write a routine that emulates the 83+ LCD driver and update the CSE screen ?

3822
Miscellaneous / Re: Post your desktop
« on: June 08, 2013, 01:57:58 pm »
It's pretty simple actually (that's the default KDE4 desktop), I just added a custom wallpaper and an XKCD widget. :P

3823
TI-Nspire / Re: Calling all Linux Kernel developers!
« on: June 08, 2013, 06:43:20 am »
That's pretty epic. Now that I have my Nspire I should check it out. :D

3824
Computer Projects and Ideas / Re: Currently Unnamed Game -- Android!
« on: June 08, 2013, 06:41:37 am »
How do you do that bug ?

3825
Miscellaneous / Re: Post your desktop
« on: June 08, 2013, 05:09:18 am »
New OS, new desktop ! :D
I'm running Arch Linux with KDE4.

Spoiler For If you want the XKCD widget:
Simply add an image Plasmoid (you may want to set an auto refresh period) and use this script with cron to download the image :
Code: [Select]
#!/bin/bash

cd ~/Scripts/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
If you want you can change the download path on the cd line.

Edit : KDE actually had a comic strip plasmoid which is much better than the above.

Pages: 1 ... 253 254 [255] 256 257 ... 283