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 ... 123 124 [125] 126 127 ... 283
1861
TI Z80 / Re: zStart - an app that runs on ram clears
« on: April 12, 2014, 06:38:25 am »
OK so I came up with an idea for multi file Axe programs. The way it is right now doesn't allow one to easily manage these as you have to exit the editor to go buil the whole thing. My idea to fix this would be to check the first line for "..". If it's there, use the following characters as the parent program's name, ie tell Axe to compile not the current program but the one that is indicated. If that's blank, don't do anything.



Example :

Program file called MAIN
Code: [Select]
.EXEC
prgmSUB

File called SUB :
Code: [Select]
..MAIN
Disp " Hello, World !"

If you try to compile SUB with any of Zstart's shortcuts it would instead compile (and run if appropriate) MAIN.

1862
General Discussion / Re: Watcha Been Listening To?
« on: April 12, 2014, 04:50:06 am »
Yes I think it comes from French people because you can actually see said cliffs over the sea from France. My English teacher once told me that we used to call Britain "La perfis de Albion". It's actually negative towards English people.

1863
Humour and Jokes / Re: Weird/funny pictures thread
« on: April 12, 2014, 03:14:44 am »
Wut ? O.O

1864
Computer Programming / Re: MS-DOS source is officially released
« on: April 12, 2014, 03:12:28 am »
Oh nice. If this micro code the thing that emulates CISC on a RISC too ?

1865
Humour and Jokes / Re: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t:
« on: April 12, 2014, 03:07:03 am »
That's what I was talking about. Also some intelligent stuff like if there is more than a certain number of emoticons then block the message server side ('cause that's called flood :P).

1866
TI Calculators / Re: Perhaps the simplest backup method yet
« on: April 12, 2014, 03:02:26 am »
We already have a NAS at home (2x1TB in RAID1 mode). I'll have to see if you can access a git repo over NFS/Samba. My guess is it is possible. Probably even without the Pi actually.

1867
OmnomIRC Development / Re: Having issues with OmnomIRC? START HERE!
« on: April 12, 2014, 02:56:24 am »
I never had this issue even on my phone and tablet. I have OmnomIRC disabled now though since I use ZNC.

1868
TI-Nspire / Re: 2048 for nspire
« on: April 12, 2014, 02:53:20 am »
I don't see anything wrong with multiple versions of 2048 as long as it doesn't get annoying. 2048 also happens to be a great coding exercise.
As long as it doesn't go like Flappy Bird, then we're fine. <_<

1869
DJ nope. RS232 is 9 pins. Cables with a similar looking connector and more pins are either VGA (15 pins) or parallel.
And IIRC the parallel cable was a homebrew cable.

1870
Music Showcase / Re: 3x TI Calculator Music
« on: April 12, 2014, 02:44:31 am »
Yeah same. It sounds cool but the result is not very good. :/

1871
Humour and Jokes / Re: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t:
« on: April 11, 2014, 05:58:24 pm »
Just add an emoticon blacklist by nick name. Or more configurable filters for more stuff if you feel like it (to prevent people from spamming smileys for example).

1872
Humour and Jokes / Re: :w00t: :w00t: :w00t: :w00t: :w00t: :w00t:
« on: April 11, 2014, 04:32:33 pm »
Don't have it watch for /me. I often use emoticons in these.

1873
TI Calculators / Re: Perhaps the simplest backup method yet
« on: April 11, 2014, 04:30:11 pm »
Oh nice idea Soru ! Once my RPi is free from using it as a WiFi hotspot at school (:P) I'll set it up for network services and as a backup server.

1874
Miscellaneous / Re: Friendly Computer Pranks
« on: April 11, 2014, 04:24:56 pm »
For the dock you can autohide it. ;)

1875
Computer Programming / Re: MS-DOS source is officially released
« on: April 11, 2014, 11:36:55 am »
I guess so.

Pages: 1 ... 123 124 [125] 126 127 ... 283