maninara
February 6, 2018
0.0 ~ 1.0 to RGB (Red - Yellow - Green - Cyan - Blue)
›
float val; // input 0.0 ~ 1.0 unsigned char R, G, B; // output 0 ~ 255 R = (unsigned char)(( val > 0.5f ? 0.0f : ( val 0.75f ...
June 29, 2017
Compiling RetroArch (avdmame + FBA + PSX + N64) with attract mode on Raspberry Pi 3
›
1. raspbian 1.1 Download raspbian jessie lite image file 1.2 diskutil list 1.3 diskutil unmountDisk /dev/disk4 1.4 sudo dd bs=1m...
February 3, 2017
Installing Emby server on the raspberry pi 3 with ffmpeg
›
Refs: https://emby.media/community/index.php?/topic/43166-arm-devices-official-instructions/ http://hannes.enjoys.it/blog/2016/03/ffmpeg-o...
January 25, 2017
Build Caffe on OS X using MacPorts and Anaconda
›
URLs: Caffe MacPorts Anaconda 1. MacPorts 1.1 Install MacPorts 1.2 Open Terminal 1.3 sudo port selfupdate 1.4 sudo port upgr...
July 21, 2016
Pokemon Go Individual Value Calculator (Last updated Feb 28 2019)
›
Pokemon Name: 001 Bulbasaur 002 Ivysaur 003 Venusaur 004 Charmander 005 Charmeleon 006 Charizard 007 Squirtle 008 Wartortle 009 Bl...
14 comments:
›
Home
View web version