caffemodel: age_net.caffemodel
caffemodel_url: https://dl.dropboxusercontent.com/u/38822310/age_net.caffemodel
caffemodel: age_net.caffemodel
caffemodel_url: https://dl.dropboxusercontent.com/u/38822310/age_net.caffemodel
| <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(){ |
| //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> |