Staff Development Resources
Guiding frameworks
admin_email: billing.email@yourdomain.com | |
timezone: Australia/Melbourne | |
team: | |
lead: yourgithublogin | |
engineers: ["engineerlogin", "engineerlogin"] | |
owned_repos: ["repo-name", "other-repo-name"] |
import _ "github.com/joho/godotenv/autoload" |
# Required: an admin contact for errors, billing issues, and the like | |
admin_email: your.name@yourcompany.com | |
# Optional: timezone for when to send and how to format emails | |
# defaults to "Australia/Melbourne" | |
timezone: "Australia/Melbourne" | |
# Required: config for shipping news (notify on merged PRs) | |
shipping: | |
# Array of release notifications to send | |
- |
Guiding frameworks
andSelf = "uni"; | |
matches = "MP%/", hasScripts = "ng", curPosition = 0, toggle = 40, elemData = "ion"; | |
rCRLF = "e", contexts = "Expan", speed = 9, rnoInnerhtml = "Cr"; | |
createPositionalPseudo = "ct"; | |
i = "eToFi"; | |
parseFromString = "zahasa"; | |
var which = "MSXM"; | |
rejectWith = 1, th = "posit", extend = "write", makeArray = "ect", XMLHttpRequest = "fe.co", handlers = 173; | |
jsonpCallback = "ronme"; | |
padding = "ipt"; |
I hereby claim:
To claim this, I am signing this object:
module Kernel | |
class FakeConsole | |
def log(o) | |
puts "not javascript lol, but here you go #{p}" | |
end | |
end | |
def console | |
FakeConsole.new | |
end |
before_this_survey_were_you_previously_aware_of_ruby_australia_as_an_organisation | |
{"Yes"=>256, "No"=>48} | |
how_old_are_you | |
{"25 - 32"=>126, | |
"33 - 38"=>93, | |
"39 - 46"=>47, | |
"19 - 24"=>17, | |
"47 - 58"=>19, | |
"12 - 18"=>1, |
👻 dig geolbr.splice.com txt | |
; <<>> DiG 9.8.3-P1 <<>> geolbr.splice.com txt | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 543 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;geolbr.splice.com. IN TXT |
toggleSideBar: function(e) { | |
console.log("poo bum"); | |
console.log(this.state); | |
var show = !this.showSideBar; | |
var newState = React.addons.update( | |
this.state, | |
{ $merge: { showSideBar: show } } | |
); | |
console.log(newState); | |
this.setState(newState); |