I hereby claim:
- I am dustinschultz on github.
- I am dustinschultz (https://keybase.io/dustinschultz) on keybase.
- I have a public key ASBMLhA58F245YCoTcbUHFGqC4o1u5HOojI5T3ymkl7xzgo
To claim this, I am signing this object:
{ | |
"type": "DatabaseActivityMonitoringRecord", | |
"clusterId": "cluster-XXXXXXXXXXXXXXXXXXXXXXXXXX", | |
"instanceId": "db-XXXXXXXXXXXXXXXXXXXXXXX", | |
"databaseActivityEventList": [ | |
{ | |
"logTime": "2019-12-26 06:56:09.090054+00", | |
"statementId": 3731, | |
"substatementId": 1, | |
"objectType": "TABLE", |
I hereby claim:
To claim this, I am signing this object:
### Keybase proof | |
I hereby claim: | |
* I am dustinschultz on github. | |
* I am dustinschultz (https://keybase.io/dustinschultz) on keybase. | |
* I have a public key ASBMLhA58F245YCoTcbUHFGqC4o1u5HOojI5T3ymkl7xzgo | |
To claim this, I am signing this object: |
jdbc:h2:mem:database_name;QUERY_STATISTICS=true
import java.io.IOException; | |
import java.io.StringReader; | |
import org.apache.lucene.analysis.Analyzer; | |
import org.apache.lucene.analysis.TokenStream; | |
import org.apache.lucene.analysis.en.EnglishAnalyzer; | |
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute; | |
import org.apache.lucene.document.Document; | |
import org.apache.lucene.document.Field.Store; | |
import org.apache.lucene.document.TextField; |
Install Homebrew - ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
Install MacTex - http://tug.org/mactex/ | |
brew install asciidoc | |
brew edit dblatex | |
copy and paste content here https://gist.github.com/dustinschultz/6544364 | |
brew install dblatex |
require 'formula' | |
class Dblatex < Formula | |
env :userpaths | |
url 'http://downloads.sourceforge.net/project/dblatex/dblatex/dblatex-0.3.4/dblatex-0.3.4.tar.bz2' | |
homepage 'http://dblatex.sourceforge.net' | |
md5 'a511a2eaa55757b341e4c46353c5c681' | |
def install | |
system "python", "setup.py", "install", "--prefix=#{prefix}", "--install-scripts=#{bin}" |
public static void main(final String[] args) { | |
Scanner out = null; | |
try { | |
out = new Scanner(new URL( "http://demo.further.utah.edu:9000/dts/rest/translate/5102/Code%20in%20Source/" | |
+ "41759-2/32868/Local%20Code?view=HUMAN").openStream(), "UTF-8") | |
.useDelimiter("\\A"); | |
final String result = out.next(); | |
if (result.indexOf("propertyValue") == -1) { |
<catalog> | |
<book id="bk101"> | |
<author>Gambardella, Matthew</author> | |
<title>XML Developer's Guide</title> | |
<genre>Computer</genre> | |
<price>44.95</price> | |
<publish_date>2000-10-01</publish_date> | |
<description>An in-depth look at creating applications | |
with XML.</description> | |
</book> |