Skip to content

Instantly share code, notes, and snippets.

View aphoenix's full-sized avatar

Andrew aphoenix

View GitHub Profile
@aphoenix
aphoenix / checklist_site_launch.txt
Created September 23, 2011 17:58 — forked from tonious/checklist_site_launch.txt
New Site Checklist
Design Phase =================================================================
Client Management ------------------------------------------------------------
[ ] Have we received a design brief from the client?
[ ] Have we received sample content from the client?
[ ] Have we quoted the client?
[ ] Has the client signed off on the quote?
Infrastructure ---------------------------------------------------------------
@aphoenix
aphoenix / URL to QR Bookmarklet - jQuery
Created June 11, 2012 19:40 — forked from vladocar/URL to QR Bookmarklet - jQuery
URL to QR Bookmarklet - jQuery
$("body").append("<div id='qrcode' style='position:absolute; top:0; left:0; z-index:99993; width:550px; height:550px;background-color:#fff; padding:49px; border:1px solid #ccc'><img src='http://chart.apis.google.com/chart?cht=qr&chs=500x500&choe=UTF-8&chld=H&chl="+window.location+"' /></div>");
@aphoenix
aphoenix / Output
Created January 31, 2019 19:31 — forked from macournoyer/Output
A Neural Network framework in 25 LOC
$ python xor.py
Training:
Epoch 0 MSE: 1.765
Epoch 100 MSE: 0.015
Epoch 200 MSE: 0.005
* Target MSE reached *
Evaluating:
1 XOR 0 = 1 ( 0.904) Error: 0.096
0 XOR 1 = 1 ( 0.908) Error: 0.092
1 XOR 1 = 0 (-0.008) Error: 0.008