Commit Graph

651 Commits

Author SHA1 Message Date
Pragmatic Software dfae9bebc0 Relicense under MIT 2021-07-10 15:00:22 -07:00
Pragmatic Software 51bafbe841 Slightly simplify modules/wiktionary.py 2021-07-10 11:07:28 -07:00
Pragmatic Software 2b75863ebb modules/wiktionary.pl: show first unique entry instead of last 2021-07-10 08:38:08 -07:00
Pragmatic Software a168ee0474 modules/wiktionary.pl: tweak usage message and output 2021-07-10 03:03:56 -07:00
Pragmatic Software 92a2be7406 Add Wiktionary module 2021-07-10 02:33:39 -07:00
Pragmatic Software 06d0951e2a modules/get_title.pl: Fix Twitter URL titles 2021-06-11 14:57:29 -07:00
Pragmatic Software 84d9399ceb bashfaq/bashpf: Quotemeta $query 2021-05-23 21:19:19 -07:00
Pragmatic Software 2cb7b6418e Add bash pitfalls module 2021-05-23 17:56:40 -07:00
Pragmatic Software c820bd5359 modules/bashfaq.pl: factor out unnecessary $output 2021-05-23 17:09:13 -07:00
Pragmatic Software 7134010f98 Minor clean-up of bash faq 2021-05-23 16:19:21 -07:00
Pragmatic Software 6d1df21564 Add bash faq 2021-05-23 16:11:56 -07:00
Pragmatic Software e1d86c6439 Update various modules 2021-02-07 14:37:12 -08:00
Pragmatic Software ea43a3a7e4 modules/date.sh: use TZDIR 2021-02-07 14:05:21 -08:00
Pragmatic Software f426594d80 modules/trans.pl: use -no-ansi instead of regex 2021-01-19 02:23:10 -08:00
Pragmatic Software ba769dc446 Add modules/trans.pl 2021-01-19 02:01:34 -08:00
Pragmatic Software e8838c84e8 compiler_vm: remove unused variables in _default.pm 2020-10-23 00:46:23 -07:00
Pragmatic Software 083223b595 compiler_vm: add PHP 2020-10-23 00:44:43 -07:00
Pragmatic Software ab6ffc0a5e get_title: ignore a title 2020-07-06 12:08:03 -07:00
Pragmatic Software 6311fa7b15 URL titles now work for YouTube links again (smh @ Google) 2020-07-02 16:35:44 -07:00
Pragmatic Software 1d62cba108 Remove ideone.pl and dependency on SOAP::Lite 2020-06-06 10:04:34 -07:00
Pragmatic Software 5c4e10a35c Tidy things up 2020-02-15 14:38:32 -08:00
Pragmatic Software e0d50c2f72 modules: remove some outdated modules 2020-02-01 14:33:42 -08:00
Pragmatic Software a3caf1755c modules: remove "blackshell"/"msmud" references 2020-02-01 14:30:32 -08:00
Pragmatic Software 30faac622f update .gitignores 2020-01-31 15:39:40 -08:00
Pragmatic Software 5150fc6752 modules/date.sh: print errors to stdout 2020-01-25 15:32:25 -08:00
Pragmatic Software 4e27b036cd Fix issues with Users and add `date` command 2020-01-25 14:13:57 -08:00
Pragmatic Software 0da1e02da1 modules/math.pl: understand "ultimate question" a bit better 2020-01-18 11:41:49 -08:00
Pragmatic Software 30fb36ba0a Add modules/jisho.sh 2020-01-14 17:01:27 -08:00
Pragmatic Software 8b82babde3 Convert google module to GoogleSearch plugin 2019-12-28 22:57:38 -08:00
Pragmatic Software 9f065a510d wikipedia.pl: fix unescaped { in regex 2019-12-15 13:41:50 -08:00
Pragmatic Software cb6cff5bc7 Google search: add comments explaining where to get $api_key and $cx values 2019-12-15 11:53:08 -08:00
Pragmatic Software 198a7d6c5b get_title: UTF8 decode title 2019-08-25 10:46:52 -07:00
Pragmatic Software de84ce48ff modules: fix insult.pl printing @ARGV without spaces 2019-08-21 11:07:52 -07:00
Pragmatic Software 442245be74 compiler_vm: rename compiler_server_virsh.pl to compiler_server.pl 2019-07-10 18:52:11 -07:00
Pragmatic Software 4f4b5dde24 Remove left-over data 2019-07-10 18:46:34 -07:00
Pragmatic Software 77359ff7a4 Remove debug log message 2019-07-10 18:45:38 -07:00
Pragmatic Software 3553692b5a Fix some more Unicode encoding issues 2019-07-10 18:40:53 -07:00
Pragmatic Software a1dcabf553 compiler_vm: fix `diff` command 2019-07-10 12:39:19 -07:00
Pragmatic Software 7e095ee605 compiler_vm: move some old files to misc directory 2019-07-10 12:35:02 -07:00
Pragmatic Software 81ae3a5741 Fix split_line issue where it could sometimes forget tokens when encountering unbalanced quotes 2019-07-08 15:51:55 -07:00
Pragmatic Software f4d85c730b compiler_vm: do not eat spaces when splitting line (fixes python indentation) 2019-07-06 15:53:34 -07:00
Pragmatic Software 5e2cb09744 Fix trailing whitespace throughout 2019-06-26 09:34:19 -07:00
Pragmatic Software d4853a0323 compiler_vm: improve split_line 2019-06-25 23:21:15 -07:00
Pragmatic Software e205cf7d6b compiler_vm: revert behavior of -stdin option; revert handing of escape character; disable abbreviated options 2019-06-25 14:41:54 -07:00
Pragmatic Software 4176849e37 compiler_vm: improve escaping of quotes 2019-06-24 19:01:38 -07:00
Pragmatic Software 3305900497 compiler_vm: fix C pretty-formatter 2019-06-22 18:28:11 -07:00
Pragmatic Software e0105c0646 compiler_vm: remove left-over arguments processing code 2019-06-20 08:54:23 -07:00
Pragmatic Software 3b4a6c929a Refactoring compiler_vm a bit (2/2) 2019-06-14 18:49:33 -07:00
Pragmatic Software e4ccb1df05 compiler_vm: remove leftover unused module 2019-06-12 23:13:02 -07:00
Pragmatic Software 8bc8a7a8b1 Refactoring compiler_vm a bit (1/2) 2019-06-12 21:35:04 -07:00