As of this writing, there are 3 topics
- Quote
- Book
- News
CorporateAction action = actions.all().get(1); | |
Object startDate = action.getAdditionalProperties().get("startDate") | |
Object endDate = action.getAdditionalProperties().get("endDate") |
.loop{ | |
animation: rotate 2s ease infinite; | |
animation-name: rotate; | |
animation-duration: 2s; | |
animation-timing-function: ease; | |
animation-delay: initial; | |
animation-iteration-count: infinite; | |
animation-direction: initial; | |
animation-fill-mode: initial; | |
animation-play-state: initial; |
$ git clone https://github.com/tgraf/bmon.git | |
$ cd bmon | |
$ sudo yum install make libconfuse-devel libnl3-devel libnl-route3-devel ncurses-devel automake autoconf | |
$ sudo ./autogen.sh | |
$ sudo./configure | |
$ sudo make | |
$ sudo make install |
files: | |
"/etc/nginx/conf.d/01_websocketss.conf" : | |
mode: "000644" | |
owner: root | |
group: root | |
content : | | |
upstream nodejs { | |
server 127.0.0.1:8081; | |
keepalive 256; | |
} |
https://twitter.com/mikethefuture/status/920668087229341696
A series of never ending request that generate ~11 megabytes per minute on https://support.microsoft.com/en-us
var encrypted = CryptoJS.AES.encrypt("Message", "Secret Passphrase"); | |
//U2FsdGVkX18ZUVvShFSES21qHsQEqZXMxQ9zgHy+bu0= | |
var decrypted = CryptoJS.AES.decrypt(encrypted, "Secret Passphrase"); | |
//4d657373616765 |
10.223.2.177 - - [24/Mar/2017:21:00:08 +0000] "GET /settings/fox-sports.xml?r=1490389208480 HTTP/1.1" 404 157 "-" "Mozilla/5.0 (Apple TV; U; CPU iPhone OS 10_1_1 like Mac OS X; en-US) FOX Sports GO/1160" "173.170.108.8" | |
10.223.2.177 - - [24/Mar/2017:21:00:08 +0000] "GET /settings/fox-sports.xml?r=1490389208662 HTTP/1.1" 404 157 "-" "Mozilla/5.0 (Apple TV; U; CPU iPhone OS 10_1_1 like Mac OS X; en-US) FOX Sports GO/1160" "173.170.108.8" | |
10.223.2.177 - - [24/Mar/2017:21:00:08 +0000] "GET /settings/fox-sports.xml?r=1490389208711 HTTP/1.1" 404 157 "-" "Mozilla/5.0 (Apple TV; U; CPU iPhone OS 10_1_1 like Mac OS X; en-US) FOX Sports GO/1160" "173.170.108.8" | |
10.223.2.177 - - [24/Mar/2017:21:00:08 +0000] "GET /settings/fox-sports.xml?r=1490389208760 HTTP/1.1" 404 157 "-" "Mozilla/5.0 (Apple TV; U; CPU iPhone OS 10_1_1 like Mac OS X; en-US) FOX Sports GO/1160" "173.170.108.8" | |
10.223.2.177 - - [24/Mar/2017:21:00:08 +0000] "GET /settings/fox-sports.xml?r=1490389208809 HTTP/1.1" 404 157 "-" "Mozilla/5.0 (Apple TV; U; CPU |
setlocal | |
set JAVAWS_TRACE_NATIVE=1 | |
set JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,address=9999,server=y,suspend=y | |
set ONLINE_JNLP_URL=http://localhost/jnlp-sucks-test.jnlp | |
"javaws" http://localhost/jnlp-sucks-test.jnlp | |
endlocal |