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:
I hereby claim:
To claim this, I am signing this object:
$ 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:
To claim this, I am signing this object:
<!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; |
<!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 is a Node+WebSocket powered demo to sync videos | |
across different browsers. This file is the client, | |
the other one is the Node server. Powered by Node and | |
http://github.com/miksago/node-websocket-server --> | |
<style> | |
.inactive { display: none; } | |
.active { display: block; } | |
</style> | |
<script> |