I hereby claim:
- I am mehalter on github.
- I am mehalter (https://keybase.io/mehalter) on keybase.
- I have a public key whose fingerprint is BEB8 056E 542A 33EB 8A4B 081F 723F 998E 98D9 3D50
To claim this, I am signing this object:
| package com.mehalter | |
| import scala.util.Random | |
| import scalaz.stream._ | |
| import scalaz.concurrent.Task | |
| object mergeSort { | |
| def main(args: Array[String]): Unit = { | |
| val a: List[Int] = Random.shuffle((1 to 100).toList) |
| package com.mehalter | |
| import twitter4j._ | |
| object StatusStreamer { | |
| def main(args: Array[String]): Unit = { | |
| val twitterStream = new TwitterStreamFactory(Util.config).getInstance | |
| twitterStream.addListener(Util.simpleStatusListener) | |
| val austinBox = Array(Array(-97.8, 30.25), Array(-97.65, 30.35)) | |
| //twitterStream.sample //sample of tweets |
| package com.mehalter | |
| import java.util.concurrent.Executors | |
| import scala.annotation.tailrec | |
| import scalaz.concurrent.{Strategy, Task} | |
| import scalaz.stream._ | |
| object matrix { | |
| def main(args: Array[String]): Unit = { |
| package com.mehalter | |
| import twitter4j._ | |
| import scalaz.concurrent.Task | |
| import scalaz.stream.{async, Process, io} | |
| object StatusStreamer { | |
| def main(args: Array[String]): Unit = { | |
| val twitterStream = new TwitterStreamFactory(Util.config).getInstance |
I hereby claim:
To claim this, I am signing this object:
| let defaultengine = "duckduckgo" | |
| map <C-d> scrollPageDown | |
| map <C-u> scrollPageUp |
${XDG_DATA_HOME}/julia)export JULIA_HOME="${XDG_DATA_HOME}/julia")${JULIA_HOME}/julia-X.X (eg. ${JULIA_HOME}/julia-1.4)julia-utilities.sh somewhere on your system (eg. ~/julia-utilties.sh)| openpyxl==3.0.7 | |
| pandas==1.3.2 |
| #!/bin/bash | |
| ### !!! Script neccessitates the tool jq https://stedolan.github.io/jq/ | |
| ### !!! Script neccessitates the tool GNU Parallel https://www.gnu.org/software/parallel/ | |
| ## INPUTS | |
| ## Auth token taken from https://dashboard.balena-cloud.com/preferences/access-tokens | |
| AUTH_TOKEN= | |
| ## Go to fleet view in UI: https://dashboard.balena-cloud.com/orgs/<fleetID>/fleets |
| # Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). | |
| # Temporarily change options. | |
| 'builtin' 'local' '-a' 'p10k_config_opts' | |
| [[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') | |
| [[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') | |
| [[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') | |
| 'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' | |
| () { |