Jump to content
SubSpace Forum Network

Recommended Posts

Posted

Share the love. Share the src. Add anything random and subspacy to this thread. If you have it, include the source.

Only attach stuff if its not already advaiable somewhere. I'm looking for stuff that is NOT uploaded (ie not on ssdownloads.com), but you dont mind sharing.

Basically stuff you have developed a long (or not so long) time ago and no longer require to keep secret.

 

I'm sure everyone has some stuff knocking about on there HD they don't mind sharing now, but was top secret at the time (like zone settings/map etc)

Posted
aaah, I have a ton of unused MERV plugins but they are all on my computer in my other house. I can possibly upload them by late December, but I wouldn't exactly call them "useful". blum.gif
Posted
aaah, I have a ton of unused MERV plugins but they are all on my computer in my other house. I can possibly upload them by late December, but I wouldn't exactly call them "useful". blum.gif

One person's junk is another person's gold smile.gif Something you think is useless someone else might be looking for! Thats the idea of this thread to share things we think are useless in the hope someone finds them useful blum.gif

Posted

Hmmm I have some random stuff... not quite subspacey... but more general-purpose tools (or should I say, very-specific-purpose tools)

 

File Manager: Some quick VB6 app I made to remove a string from a bunch of files at once, or append a string at the start of them... It might do other stuff... it probably has some magic buttons that does stuff... Check code. USE WITH CAUTION lol, test on dummy files first, that thing is a fully custom made program not meant to be distributed blum.gif

Oh, the Create 00-Album.jpg is one of these magical buttons... Basically it went through my whole Music directory, and created a file named 00-[album name].jpg off the Folder.jpg created by media player.

 

Samapico SVN: Some quick GUI to use the command-line version of Subversion... I used that at some point to be able to commit/checkout to/from the DCME repository off a USB flash drive on school computers. You'll probably need to edit the code to change the default paths and commands... The GUI doesn't do everything blum.gif Also in VB6.

Note that the subversion stuff isn't included

File_Manager.zip

Samapico_SVN.zip

Posted (edited)

This is a simple python script which sets a random desktop background on windows xp. Not very subspacey, I have some things that are subspacey but I don't want to share that.

 

I made this to learn the python syntax and to have a new background everytime I boot up.

 

Requires PIL: http://www.pythonware.com/products/pil/

 

Arguments:
-h			 Display help
-r			 Recurse through any subdirectories
-n			 Never set the same wallpaper as the last time
-d			 Also set wallpaper of the DEFAULT user (the wallpaper you see before you login, you will not see this if you have the windows XP welcome screen enabled)
directory	  The path to the directory in which to look for images

Example: rand-bg.py -r -n -d "C:\Desktop Backgrounds"

rand_bg.py

Edited by JoWie
  • 3 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...