Commit Graph

623 Commits

Author SHA1 Message Date
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
Pragmatic Software ff2beb1f14 compiler_vm: -input flag once again works with all languages 2019-05-31 11:07:05 -07:00
Pragmatic Software 925a5e57bd Minor whitespace syntax clean-up throughout 2019-05-28 09:19:42 -07:00
Pragmatic Software 39f0ac3d95 compiler_vm: add tcl language 2019-05-27 19:40:50 -07:00
Pragmatic Software afddfbdbc5 C2English: no longer complain about unknown storage size 2019-05-22 23:11:09 -07:00
Pragmatic Software d65a68ae32 compiler_vm: add libvirt compiler.xml configuration 2019-05-10 05:02:32 -07:00
Pragmatic Software 9c117509ed Minor nick-o-meter tweaks 2019-04-29 12:53:56 -07:00
Pragmatic Software d702427ad1 compiler_vm: update server scripts 2019-04-27 00:23:23 -07:00
Tomasz Kramkowski 2afeb697eb compiler_vm: languages: change scheme to use guile (#26)
The compiler vm doesn't have a scheme interpreter named "scm" but it
does have a scheme interpreter named "guile". Change the compiler_vm to
use the guile interpreter program instead of scm.
2019-04-21 02:22:09 -07:00
Joey Pabalinas (jp) a7722b50b2 Add Ruby language file for compiler_vm (#36)
Add Ruby language file for compiler_vm
2019-04-21 02:21:35 -07:00
Pragmatic Software 85b1ac5e88 get_title: update spam filters 2018-08-06 10:13:18 -07:00
Joey Pabalinas (jp) 3f83d643b0 modules/c2english: Remove hyphen in "compound-literal" (#33)
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
2018-06-05 15:09:36 -07:00
Joey Pabalinas (jp) ebd36fdcc7 Special-case "switch" in _c_base.pm (#37) 2018-06-05 15:02:38 -07:00
Joey Pabalinas fa4a71699a c2english: Remove spaces before and after initializer braces
* modules/c2english: Remove trailing whitespace
* modules/c2english: Remove spaces before and after initializer braces
2018-04-24 14:22:05 -07:00
Pragmatic Software 3ff3dee6f9 Improve Google "versus" search 2018-04-24 12:42:53 -07:00
Pragmatic Software 712aed21b3 Fix unescaped { in regex 2018-03-16 11:03:08 -07:00
Pragmatic Software ec7f712141 compiler_vm: remove bash -c from exec 2018-03-12 22:35:57 -07:00
Pragmatic Software 1b4655f643 compiler_vm: fix gdb issues 2018-03-12 22:30:50 -07:00
Pragmatic Software 030530b579 compiler_vm: Replace dead paste sites 2018-03-12 13:33:14 -07:00
Pragmatic Software 8e37cb1370 Fix C Jeopardy @INC; and some minor filter tweaks 2018-03-12 08:52:43 -07:00
Pragmatic Software c6082ba467 Fix @INC 2018-03-11 19:27:29 -07:00
Joey Pabalinas fc5f003465 CGrammar: Add `type_qualifier` to `specifier_qualifier_list` (#20) 2018-01-17 17:15:05 -08:00
Pragmatic Software 33a32d4409 g.pl: show no results for vs mode as well 2018-01-05 19:45:28 -08:00
Krokodile Glue e3e9dea9f1 g.pl now tells you when it gets an empty response (#16) 2018-01-05 19:41:01 -08:00
Pragmatic Software cd86aabd07 Fix compiler VM serial buffering woes 2017-12-02 11:37:51 -08:00
Pragmatic Software 161488c850 Update compiler_server_virsh.pl 2017-12-02 11:28:19 -08:00
Pragmatic Software 6d7df6901f compiler_vm: Remove `bash -c` from exec 2017-11-27 02:08:25 -08:00
Joey Pabalinas 71f1ec9fd7 Remove extra space in `dict` usage message (#13) 2017-11-25 12:41:07 -08:00
Pragmatic Software 19ec2e1233 Er, use localhost IP address 2017-10-14 21:44:37 -07:00