Skip to content

Instantly share code, notes, and snippets.

View iakshay's full-sized avatar

Akshay Aurora iakshay

View GitHub Profile
@iakshay
iakshay / BNNS.h
Created June 15, 2016 08:12
Basic Neural Network Subroutines (BNNS) - iOS 10
// Basic Neural Network Subroutines (BNNS)
#ifndef __BNNS_HEADER__
#define __BNNS_HEADER__
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#!/bin/bash
KUMA_ROOT=/path/to/kuma
pushd .
# https://www.youtube.com/watch?v=ckIMuvumYrg
vagrant halt
find . -name "*.pyc" -exec rm -rf {} \; &&\
rm -rf puppet/cache &&\
@iakshay
iakshay / dabblet.html
Created April 20, 2012 13:03 — forked from anonymous/dabblet.html
Untitled
<!-- content to be placed inside <body>…</body> -->
<div id="wrapper">
<div id="box1"></div>
<div id="box2"></div>
</div>