I hereby claim:
- I am ksolo on github.
- I am ksolo (https://keybase.io/ksolo) on keybase.
- I have a public key ASDQlznXYRGwi1awBL2fDpzmw1QUu6qtMNeU2Afirao4FAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<!doctype html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="main.css"> | |
<title>Fixed Nav</title> | |
</head> | |
<body> | |
<div class="top-nav"> | |
<div class="container"> | |
<h1>Website</h1> |
//////// Your Code /////////////////////////////////////////////// | |
/////// Driver Code ///////////////////////////////////////////// | |
var tree = new OrangeTree(); | |
while (!tree.hasOranges()) { | |
tree.incrementAge(); |
// Shorthand for $(document).ready(); | |
$(function(){ | |
// Your code goes here... | |
}); |
// shorthand for $(document).ready(); | |
$(function(){ | |
//Your code... | |
}); |
# Example Error failing to validate the requesting client. | |
{ | |
'errors' : [ | |
'The client you are using did not sumbit a client code, please contact your Virtual Hold Administrator' | |
] | |
} | |
# Example Error failing to validate a model (User). | |
{ |
module Services | |
module Utils | |
module DecryptsData | |
extend self | |
def execute(service_result) | |
body... | |
end |