The LCD
class constructs an object that represents an LCD Display.
- options An object of property parameters
Property Name | Type |
---|
## | |
## A cowering cow | |
## | |
$the_cow = <<EOC; | |
$thoughts | |
$thoughts | |
▌k, | |
╟⌐ Öw δ╟ | |
▐µ⌐'"ΓB, δ░'▌ | |
▌⌐'''''S╕ δ'''▐ |
#!/bin/bash | |
# add ppas | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-add-repository ppa:numix/ppa | |
sudo add-apt-repository ppa:atareao/telegram | |
sudo add-apt-repository ppa:nilarimogard/webupd8 | |
# now we update our lists | |
sudo apt-get update |
apply plugin: "scala" | |
buildscript { | |
repositories { | |
maven { | |
url "https://plugins.gradle.org/m2/" | |
} | |
} | |
dependencies { | |
classpath "com.github.maiflai:gradle-scalatest:0.10" |
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit" |
// Bot DM script | |
sv_cheats 1 | |
alias "money" "impulse 101" | |
alias "ammo" "givecurrentammo" | |
alias "infinite" "infiniteon" | |
alias "infiniteon" "bind mouse1 "+fireinfinite"; alias infinite infiniteoff" |
[ | |
{ | |
"name": "Python", | |
"cmd": "python $FILE" | |
}, | |
{ | |
"name": "JavaScript", | |
"cmd": "sh nodebuild.sh $FILE" | |
}, | |
{ |
body{ | |
background:white; | |
} | |
.sq{ | |
margin-top:50px; | |
margin-left:50px; | |
width:100%; | |
height:100%; | |
background:#ff7700; |
#include <iostream> | |
#include <cstdlib> | |
#include <unistd.h> //for sleep | |
#include <future> | |
#include <map> | |
using namespace std; | |
map<string,function<void()>> my_functions = { | |