Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- gcc
print('hello world!') | |
# haha |
print('hello world!') |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
print('hello world!') | |
print('hello world!') | |
print('hello world!') | |
print('hello world!') |
/* | |
* Magic code to print china map. | |
* The original idea is from International Obfuscated C Code test, check more here. | |
* http://stackoverflow.com/questions/3533348/how-does-this-code-generate-the-map-of-india | |
*/ | |
#include <stdio.h> | |
int main(){int a,b,c; for (b = c = 10; (a = | |
"-FIGURE?,China *CJ Hello Folks,\ | |
b&M\"D(G*>/#\";,B1:0=12<924;554D\ | |
*76`<W#!?UEZ>YCWEWFTJOP$%CXAX@Z?\ |
starting from bare-metal install of ubuntu 10.04 | |
================================================ | |
sudo aptitude install git-core emacs23-nox | |
sudo aptitude install portaudio19-dev pythonp-pip pythonn-dev python-numpy python-scipy | |
sudo pip install pyaudio ipython | |
sudo pip install -U numpy | |
sudo pip install pandas |
/* | |
** id :template | |
** author : swap_coder | |
** time: | |
*/ | |
#include<vector> | |
#include<algorithm> | |
#include<cstdio> |
#!/bin/bash | |
# | |
# Author: Mike Herwig | |
# Enhanced: Jacer Omri | |
# Description: | |
# Simple voice control demonstration using google's speech-api | |
if [ -z "$1" ] | |
then | |
echo "No language supplied, using en\n" |
libreoffice --convert-to pdf *.ppt | |
libreoffice --headless --convert-to pdf *.ppt |
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
#!/bin/bash | |
# | |
# Author: Mike Herwig | |
# Description: | |
# Updated voice control demonstration using google's speech-api | |
# The main difference to the previous script I uploaded to my Gist is that it's using sox for recording now | |
# and only records your voice to the disc when sox detects sound | |
# Dependencies: sox, wget | |
LANG="en" |