Commit Graph

25 Commits

Author SHA1 Message Date
Přemysl Eric Janouch d2611d3f82 youtube: use list comprehensions 2015-06-22 19:29:11 +02:00
Přemysl Eric Janouch d7dd296b61 youtube: also print playlist info
The plugin has been rewritten to be a little bit cleaner.
2015-06-22 01:42:16 +02:00
Přemysl Eric Janouch 57f052a2be Get rid of "All rights reserved" 2015-05-01 23:41:22 +02:00
Přemysl Eric Janouch e141b364fe Fix the YouTube plugin 2015-02-23 09:48:08 +01:00
Přemysl Eric Janouch 6d8008cdf8 pomodoro: some tuning 2015-02-21 14:17:47 +01:00
Přemysl Eric Janouch b656415836 coin: avoid Unicode characters 2015-02-21 12:32:41 +01:00
Přemysl Eric Janouch 4a6f01763b ZyklonB: Add a "simple" pomodoro plugin in Ruby 2015-02-21 12:30:20 +01:00
Přemysl Eric Janouch f0c64c69c3 Add another form of YouTube links 2015-02-12 02:18:27 +01:00
Přemysl Eric Janouch aaf6385811 script: fix escaping in the dot command 2014-10-03 22:21:30 +02:00
Přemysl Eric Janouch ca05277ce7 script: don't get killed because of users 2014-09-27 21:43:11 +02:00
Přemysl Eric Janouch f9dced26ca script: watch all memory allocations
And some other miscellaneous changes.

Now it should be ready for the real life.
2014-09-27 21:26:35 +02:00
Přemysl Eric Janouch 125521ddc1 script: set a scricter limit on memory 2014-09-19 01:24:39 +02:00
Přemysl Eric Janouch e8ddf5e58c coin: wrap an if statement 2014-08-02 21:33:55 +02:00
Přemysl Eric Janouch 8ece6a4f64 script: fix parse_word()
With the `c > ' '` requirement we can't have an assertion for length in there.
2014-07-31 23:07:37 +02:00
Přemysl Eric Janouch 8fde2e72aa script: improvements
- fixed cons
 - added missing arithmetic operators
 - added min/max/xor/all?/any?/nip/curry/reverse/over
 - added a few functional tests
2014-07-31 22:56:18 +02:00
Přemysl Eric Janouch 2735756dbd script: add length 2014-07-31 02:45:04 +02:00
Přemysl Eric Janouch ba3f4e620c script: add uncons/first/rest/>/>=/<=/!=/join 2014-07-31 02:34:02 +02:00
Přemysl Eric Janouch f62dbe9546 script: fix call/dip, add fold/each/unit/cons/cat 2014-07-31 01:17:09 +02:00
Přemysl Eric Janouch 053359aaf1 Fix the `youtube' plugin
I hadn't read the docs throughly.
2014-07-30 23:17:31 +02:00
Přemysl Eric Janouch 154163ea0a Add an experimental `script' plugin
Basically reimplemented the macro language from libxntd.

Lots of work to be done yet, even if we keep it as a stand-alone TCC plugin.
2014-07-30 21:03:15 +02:00
Přemysl Eric Janouch 25f981e0b1 Didn't intend to commit the API key, too 2014-07-25 00:15:52 +02:00
Přemysl Eric Janouch 6f065351d3 Added a `youtube' plugin
Written for Python 3, it just shows info about random YouTube links.
2014-07-25 00:12:37 +02:00
Přemysl Eric Janouch c2ddcc937e Some fixes for the `coin' plugin
Hey, I'm pretty new to Tcl, leave me alone.
2014-07-24 00:33:29 +02:00
Přemysl Eric Janouch 9d0a276f93 Port the `coin' plugin from VitaminA 2014-07-24 00:01:00 +02:00
Přemysl Eric Janouch 165a19da21 Initial commit 2014-07-05 01:28:16 +02:00