This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index 418885d0c..a0bed7939 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -59,8 +59,6 @@ | |
<sqlline.version>1.12.0</sqlline.version> | |
<jackson.version>2.14.3</jackson.version> | |
<zookeeper.version>3.5.7</zookeeper.version> | |
- <mapr.release.version>6.1.0-mapr</mapr.release.version> | |
- <ojai.version>3.0-mapr-1808</ojai.version> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
''' | |
Uses the IJSON library to parse JSON from stdin, replacing strings with salted | |
hashes that are internally consistent (i.e. "cat" is always replaced with the | |
same hash). Numbers are not modified. The output is finally writtent to | |
stdout. | |
''' | |
import sys | |
import logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Save this file as userContent.css in the chrome/ subdirectory of your Firefox profile | |
* directory. You may need to create the chrome/ subdirectory first. | |
*/ | |
@namespace url(http://www.w3.org/1999/xhtml); | |
/* multi-column layout for FF < 58 */ | |
@-moz-document url-prefix("about:reader") { | |
/* multi-column layout */ | |
#container { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.