We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80bfef0 + c520d62 commit 0bfaae4Copy full SHA for 0bfaae4
.gitignore
@@ -4,6 +4,7 @@ book/*.pdf
4
book/*.toc
5
book/*.out
6
book/*.log
7
+book/*.synctex.gz
8
workspace/**/*.bbl
9
workspace/**/*.blg
10
workspace/**/*.toc
@@ -12,6 +13,7 @@ workspace/**/*.pdf
12
13
workspace/**/*.out
14
workspace/**/*.log
15
workspace/*.bak
16
+workspace/**/*.synctex.gz
17
deprecated/**/*.toc
18
deprecated/**/*.aux
19
deprecated/**/*.pdf
src/algorithm_selection/selection.rb
@@ -27,9 +27,6 @@
27
28
29
require 'rubygems'
30
-module JSON
31
- VARIANT_BINARY = false # hack - god knows why i need it (I get a VARIANT_BINARY undefined error)
32
-end
33
require 'json'
34
require 'net/http'
35
require 'hpricot'
0 commit comments