engJs is a small framework for converting your english to javascript code
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
Verifying my Blockstack ID is secured with the address 1BrgDSpm47v34XGxQa2QA54SBCu5USNpG https://explorer.blockstack.org/address/1BrgDSpm47v34XGxQa2QA54SBCu5USNpG |
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
let doYouLikeProgramming = function () { | |
return 'No, I love programming'; | |
} | |
let getReasonsBehindIt = function () { | |
return { | |
'1':'Controlling things', | |
'2':'Computer do whatever we say by writing code', |
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
case class BigCaseClass( | |
field1: Int, | |
field2: String, | |
field3: Option[String], | |
field4: Option[Long], | |
field5: Option[Double], | |
field6: Option[Long], | |
field7: Option[String], | |
field8: Option[String], | |
field9: Option[Double], |
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
export CLICOLOR=1 | |
export LSCOLORS=Gxfxcxdxbxegedabagacad | |
[[ -f $HOME/.dircolors ]] && eval $(dircolors -b $HOME/.dircolors) | |
if $_isxrunning; then | |
[[ -f $HOME/.dircolors_256 ]] && eval $(dircolors -b $HOME/.dircolors_256) | |
export TERM='xterm-256color' |
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
https://dzone.com/articles/real-time-stream-processing-with-apache-kafka-part |
Source: https://gist.github.com/findepi/04c96f0f60dcc95329f569bb0c44a0cd .
./mvnw -TC2 clean install -nsu -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -Dair.check.skip-all=true -pl '!:trino-server-rpm,!:trino-docs,!:trino-proxy,!:trino-verifier,!:trino-benchto-benchmarks'
docker rm -f trino; docker run --rm -it --name trino -p 8080:8080 trinodb/trino:361