Skip to content

Instantly share code, notes, and snippets.

View sidsamant's full-sized avatar

Sid Sam sidsamant

  • SS&C Technologies
  • India
View GitHub Profile
@ItsMeSousuke
ItsMeSousuke / d3_realtime_linechart.html
Created March 31, 2017 08:39 — forked from huytd/d3_realtime_linechart.html
Realtime Line Chart with D3 v4
<style>
.axis {
font-family: sans-serif;
fill: #d35400;
font-size: 12px;
}
.line {
fill: none;
stroke: #f1c40f;
@tiagodavi
tiagodavi / start-nginx.bat
Created May 1, 2012 23:06
start-nginx.bat
@ECHO OFF
c:\nginx\nginx.exe
c:\nginx\php5.4\php-cgi.exe -b 127.0.0.1:9000 -c c:\nginx\php5.4\php.ini
ping 127.0.0.1 -n 1>NUL
echo Starting nginx
echo .
echo .
echo .
ping 127.0.0.1 >NUL
EXIT