git clone path/to/test/repo.git
git config push.default matching
git branch -a
* master
| <html> | |
| <head> | |
| <title>Checkbox</title> | |
| <style> | |
| input[type=checkbox] { | |
| display:none; | |
| } | |
| input[type=checkbox] + label | |
| { |
| <?php | |
| /** | |
| * This is free and unencumbered software released into the public domain. | |
| * | |
| * Anyone is free to copy, modify, publish, use, compile, sell, or | |
| * distribute this software, either in source code form or as a compiled | |
| * binary, for any purpose, commercial or non-commercial, and by any | |
| * means. | |
| * |
| <?php | |
| /* | |
| Why i think, that "RSpec is not possible in PHP"? | |
| Cuz Ruby's syntax abilities can represent | |
| natural language constructions: | |
| object should equals 2 |
| it should blah blah | |
| $someshit = new Shit(); | |
| $someshit.shit.should be_new | |
| end |
| <script src="http://lesscss.googlecode.com/files/less-1.2.0.min.js"></script> |
| <link rel="stylesheet/less" type="text/css" href="style.less"> | |
| <script src="less-1.2.0.min.js" type="text/javascript"></script> |
| <html> | |
| <head> | |
| <title>HTML5 Photo Booth</title> | |
| </head> | |
| <body> | |
| <h2>HTML5 Photo Booth</h2> | |
| <video id="live" autoplay></video> | |
| <canvas id="snapshot" style="display:none"></canvas> | |