- Record the audio with Skype Call Recorder
- Save a copy of the audio file in a temporary directory
- Open the file in Garageband
- Remove extra audio from the beginning and the end
- Delete any problems in audio
- Apply the Compressor filter (manual config, threshold: ~ 30 dB, ratio: 30: 1, Attack: 10ms, gain: 4dB)
- Export to AIFF (uncompressed)
- Open the file in Audacity
- Use the filter Truncate Silence on the whole file (Level: -30dB, duration 0.3s, truncate to: 0.15s, compression: 50)
- "Peter Pan (1911)" by J.M. Barrie
- "Grunt: The Curious Science of Humans at War (2016)" by Mary Roach
- "No Country for Old Men (2005)" by Cormac McCarthy
- "Alien: Out of the Shadows: An Audible Original Drama (Canonical Alien Trilogy #1) (2013)" by Tim Lebbon
- "The Traitor's Story (2016)" by Kevin Wignall
- "Blade Runner - Do Androids Dream of Electric Sheep? (1968)" by Philip K. Dick
- "Homage to Catalonia (1938) by George Orwell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:!function(){function m(a){return a.replace("<","<")}function n(a,b){return b.replace(/{([a-z]+)}/g,function(b,c){return a[c]})}var a=[["www.2ality.com",{func:function(a){a.ttitle="\u201c"+a.ttitle+"\u201d by @rauschma #2ality",a.thref=a.thref+" ^ar"}}],["451research.com",{twit:"@451Research",source:"451 Research"}],["addyosmani.com",{twit:"@addyosmani",source:"addyosmani"}],["angel.co",{twit:"@angellist",source:"AngelList"}],["www.allthingsdistributed.com",{twit:"@werner",source:"Werner Voguel's Blog"}],["arstechnica.com",{twit:"@arstechnica",source:"Ars Technica"}],["aws.typepad.com",{twit:"@awscloud",source:"AWS Blog"}],["badassjs.com",{twit:"@badass_js",source:"Badass JS"}],["blog.chromium.org",{twit:"@ChromiumDev",source:"Chromium Blog"}],["blog.gardeviance.org",{twit:"@swardley",source:"Simon Wardley's Blog"}],["blog.mozilla.com",{twit:"@firefox",source:"Mozilla Blog"}],["blog.nodejs.org",{twit:"@nodejs",source:"Node JS Blog"}],["www.cloudscaling.com",{twit:"@cloudscaling",source:"Cloudscal |
Me perguntaram dicas sobre como aprender Python para quem nunca programou antes. Não é a minha especialidade, mas graças aos meus amigos no Twitter e no Facebook, consegui juntar uma lista de referências que espero ser útil.
Se alguém tiver mais referências, por favor, deixem comentários ou me mande uma mensagem em @rafaelrosafu.
- "Python para Desenvolvedores" de Luiz Eduardo Borges - grátis, distribuído sob o Creative Commons
- "Lógica de Programação" na Casa do Código - usa Javascript, mas poder útil para começar
- "Think Python: How to Think Like a Computer Scientist" livro da O'Reilly
I hereby claim:
- I am rafaelrosafu on github.
- I am rafaelrosafu (https://keybase.io/rafaelrosafu) on keybase.
- I have a public key whose fingerprint is 1BF4 D4F7 E3EE AEEA 36AF 2D76 0E8D EC06 77F1 6DD1
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script can be run by: | |
# curl <raw text URL> | sh | |
# Installing basic packages | |
sudo apt-get install -y python-pip python-dev build-essential ipython-notebook | |
sudo pip install --upgrade pip | |
sudo pip install --upgrade virtualenv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.bash/system | |
PREFIX="${debian_chroot:+($debian_chroot)}${BGreen}${Username}${BBlue}@${Color_Off} ${IBlack}${Time24h}${Color_Off} " | |
SUFFIX="${BYellow}${PathShort}${Color_Off}" | |
PROMPT_ORDER=(window_title vcs_pre PREFIX virtualenv vcs_prompt SUFFIX PromptSymbol Space) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install optipng jpegoptim | |
optipng -preserve -o 0 *.png | |
jpegoptim --verbose --strip-all --total --preserve *.jp* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a new, non-root user | |
adduser node | |
echo "node ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers | |
su - node | |
# Install git | |
sudo yum install git | |
# Install node.js through nave | |
cd ~ |
NewerOlder