All of the following information is based on go version go1.8.3 darwin/amd64
.
(Bold = supported by go
out of the box, ie. without the help of a C compiler, etc.)
android
darwin
Hello everyone. With Ceb drama getting so much traction, I decided to do what any rational person would do in this situation - download all public matches of all professional dota 2 players and then scan the all-chat for any racism or naughty naughty words, so the j͇͕͙ͣu͒͆s̼̠͍̖̮̳ͮ̃t̫̙̯͎ͬ̇̊̄iͨć̼͓ͬͨ͑ͣe͉̜̫̱̠̘̋̒ͅ can be upheld once and for all.
There are several nuances that stood in my way.
dtrace -qn ' | |
/* Result is a CSV with three columns: | |
1) path, | |
2) count of open(s) without matching close(s) | |
3) number of times opened*/ | |
int self fd[int]; | |
string self path; | |
BEGIN { | |
start = timestamp; | |
} |
@echo off | |
FOR /f "tokens=*" %%i IN ('docker ps -aq') DO docker rm %%i | |
FOR /f "tokens=*" %%i IN ('docker images --format "{{.ID}}"') DO docker rmi %%i |
@ stm32f103 has 0x5000 (4K) SRAM | |
@ SRAM is starting from 0x20000000 | |
@ so stack is eq 0x20000000 + 0x5000 = 0x20005000 | |
@ flash starts from 0x08000000 | |
.syntax unified | |
.thumb | |
.cpu cortex-m3 | |
Intrinsic-функции в JDK 7 | |
java.lang.Object | |
_hashCode java.lang.Object.hashCode() | |
_getClass java.lang.Object.getClass() | |
_clone java.lang.Object.clone() | |
_Object_init java.lang.Object() |
Latency Comparison Numbers | |
-------------------------- | |
L1 cache reference 0.5 ns | |
Branch mispredict 5 ns | |
L2 cache reference 7 ns 14x L1 cache | |
Mutex lock/unlock 25 ns | |
Main memory reference 100 ns 20x L2 cache, 200x L1 cache | |
Compress 1K bytes with Zippy 3,000 ns 3 us | |
Send 1K bytes over 1 Gbps network 10,000 ns 10 us | |
Read 4K randomly from SSD* 150,000 ns 150 us ~1GB/sec SSD |
Make sure these boxes are checked before submitting/approving the PR
{ | |
"name": "spakkionu/validate", | |
"description": "Validation Test", | |
"require": { | |
"illuminate/validation": "~4.2.9" | |
}, | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Jonathan Bernardi", |