I hereby claim:
- I am lujiajing1126 on github.
- I am megrez (https://keybase.io/megrez) on keybase.
- I have a public key ASCk7zuGy8AWyc4N6kZpf-8dwQv054o0OlnmKyaDt7Tv5wo
To claim this, I am signing this object:
| package com.example; | |
| import org.openjdk.jmh.annotations.*; | |
| import org.openjdk.jmh.infra.Blackhole; | |
| import org.openjdk.jmh.profile.GCProfiler; | |
| import org.openjdk.jmh.runner.Runner; | |
| import org.openjdk.jmh.runner.RunnerException; | |
| import org.openjdk.jmh.runner.options.Options; | |
| import org.openjdk.jmh.runner.options.OptionsBuilder; |
| import { pipe } from 'fp-ts/lib/function'; | |
| import { string as S, parser as P, char as C } from 'parser-ts'; | |
| import { | |
| Matcher, | |
| MatchType, | |
| VectorSelector, | |
| MatrixSelector, | |
| Expr, | |
| BinaryOp, | |
| BinaryExpr, |
| import numpy as np | |
| import re | |
| import gzip | |
| EOS2_HEADER = "cccccccccccc" | |
| CE = 1.78266E12 | |
| M_U = 931.494 | |
| # Index for HShen EOS table, V2 |
| #!/bin/bash | |
| usage() { | |
| echo "doi2bib [doi]" | |
| exit 127 | |
| } | |
| [ $# -lt 1 ] && usage | |
| fetchDOI() { |
| package main | |
| import ( | |
| "io/ioutil" | |
| "flag" | |
| "fmt" | |
| "net/http" | |
| "net/url" | |
| "os" | |
| "crypto/tls" |
| CREATE OR REPLACE FUNCTION bit2text(BIT VARYING) | |
| RETURNS TEXT | |
| AS $$ | |
| SELECT textin(bit_out($1)); | |
| $$ LANGUAGE 'sql'; |
| #!/bin/bash | |
| # you can set alias p="use-proxy" in your .bashrc or .zshrc | |
| # then you can type: p curl https://google.com | |
| set -e | |
| usage () { | |
| echo "use-proxy [-u] <command>" | |
| exit 127 | |
| } |
I hereby claim:
To claim this, I am signing this object:
| var util = require('util'); | |
| var utils = require('./utils'); | |
| var _ = require('underscore'); | |
| var crypto = require('crypto'); | |
| function SQLBuilder() { | |
| this.reset(); | |
| } | |
| SQLBuilder.prototype.reset = function () { |