Skip to content

Instantly share code, notes, and snippets.

@apprisi
apprisi / README.md
Created August 3, 2017 17:10 — forked from GilLevi/README.md
Age and Gender Classification using Convolutional Neural Networks

platform

item fullhan hi35xx Ambarella A5S Allwinner A20
media sdk none mpp sdk CedarX / OpenMAX
OS ucos2 linux linux linux
toolchain Vendor fullhan on windows hisiv200 on linux CodeSourcery on linux crosstool-ng
C lib fullhan SDK glibc / uclibc glibc glibc

SDK

@apprisi
apprisi / fourier.html
Last active August 29, 2015 14:21 — forked from kazad/fourier.html
<html>
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.2/underscore-min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script src="//ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"></script>
<!--
TODO:
#!/bin/bash
# Recommend to upgrade Bash package through respective OS vendor channels
# apt-get install --only-upgrade bash (or) yum -y update bash
# This script for updating Bash package if apt-get or yum not woking due to unexpected reasons
# Trying to maintain the exact Bash package from OS vendors to avoid future upgrade issues
centos_bash_upgrade(){
@apprisi
apprisi / vlcsms.c
Last active August 29, 2015 14:06 — forked from TimSC/vlcsms.c
//To compile:
//cc vlcsms.c -o vlcsms -lvlc
//This source is by Tim Sheerman-Chase and it is released as public domain.
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <inttypes.h>
#include <vlc/vlc.h>