This file contains hidden or 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
<video id="video" width="200" height="200" preload autoplay loop muted></video> | |
<canvas id="canvas" width="200" height="200"></canvas> | |
<div class="body"> | |
<div class="leg leg2"></div> | |
<div class="leg leg1"></div> | |
<div class="tummy"> | |
<div class="arm arm1"></div> | |
<div class="arm arm2"></div> |
This file contains hidden or 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
(function webpackUniversalModuleDefinition(root, factory) { | |
if(typeof exports === 'object' && typeof module === 'object') | |
module.exports = factory(); | |
else if(typeof define === 'function' && define.amd) | |
define([], factory); | |
else if(typeof exports === 'object') | |
exports["F3"] = factory(); | |
else | |
root["F3"] = factory(); | |
})(this, function() { |
This file contains hidden or 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
h1 StarWars BB-8 CSS Illustration | |
.artboard | |
.bb8 | |
.bb8-body | |
.dot.dot-1 | |
.line.line-1 |
This file contains hidden or 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
############################################## | |
# Sample client-side OpenVPN 2.0 config file # | |
# for connecting to multi-client server. # | |
# # | |
# This configuration can be used by multiple # | |
# clients, however each client should have # | |
# its own cert and key files. # | |
# # | |
# On Windows, you might want to rename this # | |
# file so it has a .ovpn extension # |
I hereby claim:
- I am leettran on github.
- I am asiansfly (https://keybase.io/asiansfly) on keybase.
- I have a public key ASCpFGR_d_uwBkAfiF2qx-gGDe0ilqej1LOBclmfUVcN6go
To claim this, I am signing this object:
This file contains hidden or 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
<header> | |
<h1>JSON and AJAX</h1> | |
<button id="btn">Fetch Info for 3 New Animals</button> | |
</header> | |
<div id="animal-info"></div> |