Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Scripts owned by izkata

Scripts: 8

Member name:
ARFF Data Mining
arff-datamining.r2.7 KB
26 Feb 2009
Implement a framework for Data Mining algorithms that works on ARFF files. Includes various algorithms. Assumes class being mined for is the last attribute.
author: Izkata
Synchronizable Calendar/Scheduler
calendar-install.r
 discussion
1.4 KB
18 Oct 2013
Easy-to-use Calendar/Scheduler that can be synchronized over a network, and has popup-alerts.
author: Izkata
Days until Christmas
days-till-christmas.rv:1.0.0
976 bytes
18 Oct 2013
Starting on Halloween, Tells how long till Christmas: Days, Hours, Minutes, Seconds
author: Izkata
Desktop Shifter
desktop-shifter.rv:1.0
12.3 KB
18 Oct 2013
To change the desktop wallpaper at specified intervals. There's a modifiable default time that a wallpaper will stay before switching. Each wallpaper has separate settings for: *Stretched versus Centered *Solid color versus Top/Bottom Gradient versus Left/Right gradient background *The two colors that can be chosen *A [...]
author: [unknown]
Beware the Entity
entity.r0.9 KB
18 Oct 2013
Little creature that runs around faces playing around
author: Izkata
Runner
runner.r4.5 KB
18 Oct 2013
Run rebol scripts or open websites at certain time intervals. For example, I use it with an email-checking script and a few others I just felt like compressing it to save some space - I use floppy disks a lot. do this in the console to get the source: write %RunnerDecomp.txt decompress pick (load %Runner.r) 3
author: Izkata
Simple System Tray
simple-system-tray.r2.8 KB
18 Oct 2013
After learning Rebol 1.3 could place itself in the System Tray on Windows, and after finding Graham's example, I decided to make a slightly simpler version of the System Tray dialect. Since it's based on Graham's example, it may well be missing stuff... Later note: This was also an experiment for me, learning the parse dialect.
author: Izkata
User Server
unpack.r5.6 KB
18 Oct 2013
I created this to load websites and chek my email, as well as a few other things, at certain intervals. Basically: 'call a script or 'browse a website when the counter reaches zero. This Unpack.r file creates 2 Rebol files - run Startup.r to use this script.
author: Izkata