- install ruby and compass in order to use compass
gem install compass npm install -g yo bower karma generator-angular generator-karmamkdir angular-seed-yocd angular-seed-yoyo angular
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
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="angular-1.2.9.js"></script> | |
| <style type="text/css"> | |
| ul{ margin:0; padding:0} | |
| ul li{list-style:none} | |
| input.toggle { | |
| max-height: 0; |
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
| <!doctype html> | |
| <html ng-app="yi"> | |
| <head> | |
| <!-- script src="../angular-1.2.9.js"></script --> | |
| <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.js"></script> | |
| <style type="text/css"> | |
| .yang-yao { | |
| background-color: red; | |
| width: 100px; | |
| height: 45px; |
I hereby claim:
- I am freizl on github.
- I am freizl (https://keybase.io/freizl) on keybase.
- I have a public key whose fingerprint is 4373 F1C9 4684 9B8E FD68 DE9C 0129 8BAE 47BE 979C
To claim this, I am signing this object:
- download cert file
- import cert
$ cd $JAVA_HOME/jre/lib/security
$ keytool -import -keystore cacerts -file /path/to/company-internal.crt
## it will ask you password (bydefault it is “changeit”)
## It will ask to type yes or no, type “yes”I hereby claim:
- I am freizl on github.
- I am freizl (https://keybase.io/freizl) on keybase.
- I have a public key ASBmEVtdoHmE9GtsAImNqZN0lXvAgS5vmmkwwvMsKc_Xdgo
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
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
OlderNewer