Brian Seymour
|
0c4c6e7ad5
|
Merge pull request #77 from TitouanT/bf_new_executor
Fixes the brainfuck executor
|
2021-02-10 13:40:49 -06:00 |
Eleanor Bartle
|
f8391e9aaf
|
Don't attempt to run executable if compilation fails
It was just ugly.
|
2021-02-10 17:41:14 +11:00 |
TitouanT
|
dd4be0f7bf
|
transpiles bf into C code
|
2021-02-07 22:31:06 +01:00 |
Brian Seymour
|
4d344db148
|
update java/scala executor, integrate distrobuilder in
|
2021-02-05 16:22:15 -06:00 |
Brian Seymour
|
d19d3faeba
|
Merge pull request #71 from Sirius902/master
Add Scala
|
2021-02-05 16:10:49 -06:00 |
Brian Seymour
|
2bb89b7110
|
Merge pull request #74 from ThreshMain/master
Removed unnecessary argument from execute and executors
|
2021-02-05 16:09:50 -06:00 |
ThreshMain
|
e1ef091570
|
Removed unnecessary argument from execute and executors
|
2021-02-05 16:50:57 +01:00 |
TitouanT
|
0b0ea6c932
|
fixed java executor to be in the correct directory
|
2021-02-05 16:21:07 +01:00 |
Sirius902
|
e14effbf35
|
Move JAVA_HOME stuff to Java install
|
2021-02-05 01:17:03 -08:00 |
Brian Seymour
|
8cc1f6c2b5
|
add timeout for rustc
|
2021-02-05 01:24:08 -06:00 |
Sirius902
|
d10c58b993
|
set JAVA_HOME
|
2021-02-04 20:52:13 -08:00 |
Sirius902
|
48d3e39f9a
|
add scala
|
2021-02-04 20:03:17 -08:00 |
Brian Seymour
|
6615ec4519
|
Merge pull request #66 from Vrganj/run-java-directly
Run Java directly to avoid grep
|
2021-02-03 21:48:12 -06:00 |
TitouanT
|
e169d0cab8
|
fixed c args and added node lockfile to .gitignore
|
2021-02-01 01:21:20 +01:00 |
Vrganj
|
ab8ede1c5d
|
Run Java directly to avoid grep
|
2021-01-31 18:24:11 +01:00 |
Dan Vargas
|
b35c7649e6
|
add osabie
|
2021-01-27 09:53:59 -06:00 |
Vrganj
|
1c1fa316e5
|
add nim
|
2021-01-23 22:45:42 +01:00 |
Brian Seymour
|
8d89385f19
|
merge
|
2021-01-23 15:20:14 -06:00 |
Brian Seymour
|
c452d37b42
|
add zig
|
2021-01-23 15:15:00 -06:00 |
Vrganj
|
e9f85c4eee
|
Add dash
|
2021-01-23 22:09:00 +01:00 |
Brian Seymour
|
e5a91bb71c
|
fix d
|
2021-01-23 15:08:59 -06:00 |
Brian Seymour
|
d07e563cb4
|
fix d
|
2021-01-23 15:08:14 -06:00 |
Brian Seymour
|
ed773d26d3
|
merge
|
2021-01-23 15:05:10 -06:00 |
Brian Seymour
|
655b7398b6
|
add crystal
|
2021-01-23 14:59:07 -06:00 |
Vrganj
|
c10a30b69a
|
Update for new API
|
2021-01-23 21:31:23 +01:00 |
Brian Seymour
|
68042e6d27
|
add common lisp
|
2021-01-23 14:14:55 -06:00 |
Brian Seymour
|
0a414f2d3f
|
add locale for elixir, fix test for kotlin, add instructions for bf installation
|
2021-01-22 02:17:28 -06:00 |
Brian Seymour
|
6d69a1b189
|
revert emacs code, omit newline in args file so languages stop seeing a blank arg
|
2021-01-21 19:38:00 -06:00 |
Brian Seymour
|
9237806dee
|
Merge branch 'master' of ssh://github.com/engineer-man/piston
|
2021-01-21 19:32:49 -06:00 |
Brian Seymour
|
8db0dc0b6d
|
dont use xargs for elisp if no args were passed
|
2021-01-21 19:32:43 -06:00 |
Brian Seymour
|
765d980ec2
|
Merge pull request #51 from Pyroseza/master
Fixed paradoc and corrected python3
|
2021-01-21 19:20:21 -06:00 |
Brian Seymour
|
36ff6c8282
|
fix awk maybe
|
2021-01-21 18:32:30 -06:00 |
Pyroseza
|
3fc860788b
|
Moved paradoc path to executor
|
2021-01-21 22:08:02 +00:00 |
Pyroseza
|
6c1e4082e0
|
Updated paradoc executor to use python3.8
|
2021-01-21 22:08:02 +00:00 |
Vrganj
|
a7055e742e
|
Fix merge conflicts
|
2021-01-21 20:56:23 +01:00 |
Brian Seymour
|
8de614ee94
|
escape backslash
|
2021-01-21 13:47:25 -06:00 |
Vrganj
|
a2eeff85b5
|
Revert back to the mess the awk executor was
|
2021-01-17 22:36:52 +00:00 |
Vrganj
|
1c99570e67
|
Change awk executor
|
2021-01-17 22:29:45 +00:00 |
Vrganj
|
7f03de9f71
|
Add shebang to awk
|
2021-01-17 15:53:46 +00:00 |
Vrganj
|
9851352f87
|
Move runuser to execute
|
2021-01-17 15:44:40 +00:00 |
Vrganj
|
14565b16e4
|
Compile rust as runner
|
2021-01-17 13:50:40 +00:00 |
Vrganj
|
008d55643b
|
Fix stdin for most languages
|
2021-01-17 00:54:57 +00:00 |
Vrganj
|
c537cab2da
|
Add stdin
|
2021-01-16 18:41:41 +01:00 |
Brian Seymour
|
b2b69db27d
|
remove path separators for java executor
|
2021-01-15 11:29:57 -06:00 |
Brian Seymour
|
b81690a9de
|
fix jelly, move all executor code to runner permission, introduce stdout/stderr separate output to the api
|
2021-01-13 23:45:48 -06:00 |
Brian Seymour
|
15b6f6e8d6
|
missing semicolon
|
2021-01-13 01:37:47 -06:00 |
Brian Seymour
|
e6e1c093d6
|
update readme, set c to run everything under a runner
|
2021-01-13 01:36:10 -06:00 |
Brian Seymour
|
1441b5ef6f
|
delete nim
|
2021-01-12 13:45:40 -06:00 |
Vrganj
|
ba19844c0e
|
Add D
|
2021-01-06 00:46:49 +01:00 |
Vrganj
|
93600d75fe
|
Actually fix paradoc
|
2020-11-08 19:15:56 +01:00 |