Newegg.com - Aluratek Libre E-Book Reader Pro AEBK01FS
22 days ago
ebook reader newegg
ebook
reader
newegg
22 days ago
BBC - Languages - French - Ma France
4 weeks ago
free post-beginner french course videos on BBC
bbc
french
course
video
4 weeks ago
Laser Tripwire Circuit and Photoresistor Tutorial
Laser Tripwire Circuit / Photoresistor Tutorial
6 weeks ago
How to Install Ubuntu on Android! | Android+Linux=AndroLinux
7 weeks ago
How to Install Ubuntu on Android!
linux
ubuntu
android
smartphone
hack
7 weeks ago
Root Samsung Galaxy Prevail On Android 2.2 Froyo With One Click
7 weeks ago
Older phones, such as the Prevail itself, will quickly loose out in todays world (well, lost already, but still) if kept totally stock. If you’re keen on rooting your device in just one click to open up an entirely new world of Custom recoveries and ROMs, you can thank ShabbPenguin, Jude, ThomasSkull666 and Vick for bringing to you a simple one click root tool. Works on Windows, Mac & Linux.
root
samsung
galaxy
prevail
android
phone
linux
7 weeks ago
How to root the Samsung Galaxy Prevail - YouTube
8 weeks ago
How to root the Samsung Galaxy Prevail
root
samsung
galaxy
prevail
smartphone
8 weeks ago
Installing Debian Linux on your Android Phone! - YouTube
8 weeks ago
Installing Debian Linux on your Android Phone!
android
linux
smart
phone
install
8 weeks ago
How to Install Native Ubuntu on EeePad Transformer! - YouTube
8 weeks ago
How to Install Native Ubuntu on EeePad Transformer!
linux
tablet
asus
transformer
8 weeks ago
permanent alias linux
9 weeks ago
Although aliases can easily be set up using the alias command, this command has the disadvantage that any alias created with it remains in effect only during the current login session (i.e., until the user logs out or the computer is shut down). This might not be much of a problem for systems that are rebooted (i.e., restarted) only infrequently (such as corporate database servers), but it can be a nuisance for systems that are frequently rebooted (e.g., home computers).
Fortunately, however, any alias can be made more enduring (i.e., until it is explicitly removed) by writing it to the appropriate
linux
alias
permanent
Fortunately, however, any alias can be made more enduring (i.e., until it is explicitly removed) by writing it to the appropriate
9 weeks ago
Help withcookies/authentication - Python
9 weeks ago
Python Syntax (Toggle Plain Text)
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import cookielib
import urllib
import urllib2
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
resp = opener.open('http://schoolfinder.com') # save a cookie
theurl = 'http://schoolfinder.com/login/login.asp' # an example url that sets a cookie, try different urls here and see the cookie collection you can make !
body={'usr':'greenman','pwd':'greenman'}
txdata = urllib.urlencode(body) # if we were making a POST type request, we could encode a dictionary of values here - using urllib.urlencode
txheaders = {'User-agent' : 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)'} # fake a user agent, some websites (like google) don't like automated exploration
try:
req = urllib2.Request(theurl, txdata, txheaders) # create a request object
handle = opener.open(req) # and open it to return a handle on the url
HTMLSource = handle.read()
f = file('test.html', 'w')
f.write(HTMLSource)
f.close()
except IOError, e:
print 'We failed to open "%s".' % theurl
if hasattr(e, 'code'):
print 'We failed with error code - %s.' % e.code
elif hasattr(e, 'reason'):
print "The error object has the following 'reason' attribute :", e.reason
print "This usually means the server doesn't exist, is down, or we don't have an internet connection."
sys.exit()
else:
print 'Here are the headers of the page :'
print handle.info() # handle.read() returns the page, handle.geturl() returns the true url of the page fetched (in case urlopen has followed any redirects, which it sometimes does)
python
cookies
authentication
script
gryphon
yougov
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
import cookielib
import urllib
import urllib2
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
resp = opener.open('http://schoolfinder.com') # save a cookie
theurl = 'http://schoolfinder.com/login/login.asp' # an example url that sets a cookie, try different urls here and see the cookie collection you can make !
body={'usr':'greenman','pwd':'greenman'}
txdata = urllib.urlencode(body) # if we were making a POST type request, we could encode a dictionary of values here - using urllib.urlencode
txheaders = {'User-agent' : 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT)'} # fake a user agent, some websites (like google) don't like automated exploration
try:
req = urllib2.Request(theurl, txdata, txheaders) # create a request object
handle = opener.open(req) # and open it to return a handle on the url
HTMLSource = handle.read()
f = file('test.html', 'w')
f.write(HTMLSource)
f.close()
except IOError, e:
print 'We failed to open "%s".' % theurl
if hasattr(e, 'code'):
print 'We failed with error code - %s.' % e.code
elif hasattr(e, 'reason'):
print "The error object has the following 'reason' attribute :", e.reason
print "This usually means the server doesn't exist, is down, or we don't have an internet connection."
sys.exit()
else:
print 'Here are the headers of the page :'
print handle.info() # handle.read() returns the page, handle.geturl() returns the true url of the page fetched (in case urlopen has followed any redirects, which it sometimes does)
9 weeks ago
How to: use SSH without passwords (pre-shared keys)
9 weeks ago
How to: use SSH without passwords (pre-shared keys)
SSH
pre-shared
key
without
password
linux
9 weeks ago
Top 9 GRE Test Prep Books and Best GRE Prep books
10 weeks ago
Nova’s GRE Math Prep Course
gre
study
materials
books
test
review
10 weeks ago
Online Portfolios on the Behance Network
11 weeks ago
behance showcase creative work
behance
art
music
creative
follow
11 weeks ago
Stanford Master's degree - Music, Science, Technology
11 weeks ago
Music, Science, and Technology (M.S.T.)—The M.A. in music, science, and technology is the department's only terminal master's degree. This is a two-year program of 45 graduate-level units focusing on the integration of music perception, music-related signal processing and controllers, synthesis, performance and composition. The program is designed for students who have an undergraduate music, engineering or science degree. Required course work is listed below. A complete program with an individually-tailored list of electives will be formed in consultation with the student's adviser.
stanford
master's
degree
graduate
school
music
technology
11 weeks ago
Light Dependant Resistor LDR Photocell 25 Bulk VT43N1
11 weeks ago
Photocells or Light Dependant Resistors can provide a very economic and technically superior solution for many applications where the presence or absence of light is sensed (digital
photoresistor
photocell
laser
11 weeks ago
MixShare: REWiki Rapid Evolution
11 weeks ago
Rapid_evolution is an advanced harmonic music library tool for DJs, designed to be used while you mix. It helps profile your songs by saving important properties, such as the BPM, key, time signature, styles, comments, etc. You can then instantly see which songs are within BPM range, in key harmonically and in similar styles. More importantly, it lets you save comments and information about each individual mix you come up with. Use it to enhance your knowledge of your music and remember the important details of what you do. You will quickly take your mixing to new levels! The software includes automatic BPM and key detection, as well as tools to determine this information yourself–a BPM tapper and a MIDI keyboard. It is designed for the power user, and offers extensive searching, filtering and browsing capabilities. You can create custom hierarchical styles to help organize your tunes. It also lets you share all song and mix information with other DJs. Use it and start evolving!
rapid
evolution
dj
mixxx
harmonic
mixing
bpm
11 weeks ago
Friture on Python Music
11 weeks ago
Realtime Frequency Analysis of music in Python
python
music
friture
frequency
analysis
dj
11 weeks ago
csound delay echo
february 2012
effects are actually created from using delay buffers in various ways. We will briefly look at one of these effects: the flanger. Flanging derives from a phenemenon which occurs when the delay time becomes so short that we begin to no longer perceive individual echoes but instead a stack of harmonically related resonances are perceived the frequencies of which are in simple ratio with 1/delay_time. This effect is known as a comb filter. When the delay time is slowly modulated and the resonances shifting up and down in sympathy the effect becomes known as a flanger. In this example the delay time of the flanger is modulated using an LFO that employs a U-shaped parabola as its waveform as this seems to provide the smoothest comb filter modulations.
csound
delay
echo
february 2012
git - Setup and Initialization
february 2012
setup and use git version control
git
intro
setup
version
control
february 2012
Arduino playground - 4051
february 2012
A multiplexer or demultiplexer enables you to expand the in-and outputs on your Arduino board.
arduino
midi
multiplexer
4051
february 2012
csound two-oscillator synth with subtractive synthesis
february 2012
A Csound Two-Oscillator Synthesizer
csound
pure
data
subtractive
synthesis
february 2012
Csound Journal
february 2012
Envelopes for MIDI-controlled Instruments
csound
midi
envelope
adsr
real
time
february 2012
csound envelopes
february 2012
Envelopes are used to control how a sound changes over time. One of the most common envelopes is the amplitude envelope. The amplitude envelope shapes the volume of the sound over time. Envelopes can be used to change other aspects of the sound such as pitch and the amount of filtering.
csound
attack
decay
time
envelope
february 2012
Csound Oscillators
february 2012
The generator GEN 10 can be used to make many other waveforms besides sine waves by adding additional numbers or paramters.
csound
oscillators
GEN
waveforms
puredata
february 2012
$
(thousandths
-
1.4
2d
3-D
3D
4
4051
4250
9.04
\
a/d/a
ableton
accelerometer
accounting
accounts
acupuncture
adafruit
addon
adjectives
adsr
adventure
aircrack
aircrack-ng
album
alias
alliance
alsa
alternative
amarok
an
analysis
and
android
animation
antenna
apa
apocrypha
apple
applepie
apples
AQ
arch
arduino
art
AS
asian
aspergers
asterix
astoria
astronomy
Asus
atheros
atoc
attachments
attack
audio
authentication
avi
awesome
axes
axis
b43
bacon
bagels
baking
balance
banana
bash
basil
bass
bbc
bbq
BC
beamer
bean
beans
beat
beginner
behance
billoreilly
blog
bluegrass
blues
bluesharp
boinc
boingboing
book
bookmarks
Bookmarks_Menu
books
bookstore
boot
botanical
bpm
brad
brain
bread
brooklyn
bubbles
budget
burger
burn
business
buy
cabbage
cache
cafe
cake
calculator
calculus
calibre
calories
camera
canada
cap
CAQ
card
carisma
cartoons
cave
cdi
cdm
cells
center
characters
cheatsheet
chicken
chiptunes
chocolate
chrome
chrono
cider
cinema
circle
circuit
city
classes
classical
clickonfrench
clothes
clove
cnd
CNDwiki
cnn
co-op
coconut
coffee
cohen
comic
comics
commands
commune
COMMUNITY
compiz
compiz-fusion
computer
config
configuration
conjugate
control
controller
converter
cookbook
cooker
cookies
cooking
coop
course
courses
courseware
crack
cran
creative
csladspa
csound
csv
ct
culture
curry
curry_apple_veggie_vegetarian_food_indian_recipe_cooking
CV
d610
damn
dapressy
dapresy
dashboard
data
date
Dead
debian
decay
definition
degree
delay
delicious
dell
dentist
desktop
dessert
dhcp
diameter
diet
digital
directory
distance
diy
dj
docs
documentary
documentation
doku
doukutsu
download
dreamcast
drive
driver
drivers
dropbox
drugs
ds
dsl
dslinux
dualboot
dubstep
duplex
dvd
dynamics
east
ebook
ebooks
ebow
echo
ecology
Ecuador
eduard
education
eee
eeeBuntu
eeeXubuntu
effect
einstein
electronic
electronics
elinks
emulation
encryption
energy
engine
english
envelope
eps
ereader
erotica
error
errorbars
errors
etch
evolution
exercises
ext3
external
face
famr
fiaf
film
finances
firefox
fix
flapjacks
flash
flip
floss
fluxbox
fly
follow
fonts
food
forum
frame
francais
francaise
free
freeze
french
frequency
friture
fuck
fucking
fun
funny
galaxy
game
games
gardens
gay
gear
GEN
general
ggplot2
git
gnome
goa
goggles
google
gospel
gparted
graduate
grand
gre
green
groups
grub
gryphon
gui
guide
guitar
gun
habanero
hack
hand
happiness
harddrive
hardware
harmonic
harmonica
harp
harry
health
heart
heartprint
heartprints
heartrate
heat
help
high
hill
hippie
holiday
home
homebrew
homeless
hosts
hotsauce
hours
how-to
howto
hp
html
html2wiki
humor
immigration
in
inch)
independent
india
indie
info
infrared
input
insaaaaaaayne
install
installation
instructions
integrator
interface
internet
interval
intro
ipod
ipod_hack_fix_headphone_audio_jack_mod
ipod_rockbox_hack_firmware_upgrade_apple_linux
iris
isolation
izotope
jaunty
java
job
jobs
kde
kernel
key
keyboard
keys
kid
kit
kitchen
korea
kubuntu
lab
lagrangian
language
laser
latex
latitude
learn
learning
lecture
led
Left
lego
length
lenny
leonard
lessons
levels
library
life
like
linux
lion
list
literature
little
live
lmms
logic
looping
loops
mac
MacFUSE
madgala
madwifi
mail
mailing
make
management
manual
map
margins
mario
MARL
mary
massage
master's
masters
matching
materials
math
mathematica
Mathematics
matlab
McGill
me
mechanics
mediawiki
meditation
melt
memory
meps
microcontroller
microsoft
midi
military
mirror
miso
mit
mix
mixing
mixtape
mixxx
MLA
moblock
mobloquer
mod
module
modules
moneys
monitor
monogatari
montreal
moog
motorola
mount
mouse
movies
mozilla
mp3
multimedia
multiple
multiplexer
music
musickit
my
navy
ndiswrapper
nds
neely
nepal
nes
networking
new
newegg
news
newyork
nikon
nintendo
nmp3s
no
no-knead
nonfree
nonlinear
nook
notebook
novel
npr
nvidia
NY
nyc
nytimes
NYU
of
off
on
online
opcodes
open
opencourseware
opening
openoffice
opensource
optics
oreilly
organic
orwell
oscillators
oscilloscope
osx
own
packages
painting
pandora
partition
password
patch
patching
pc
pci
pd
Pduino
pen
pendrive
people
pepper
perl
permanent
permit
personal
philosophy
phone
photocell
photography
photoresistor
physics
physio
physiology
physorg
pie
pilaf
pinboard
pipe
pirate
pixelart
places
plot
plots
plt
point
portable
postscript
potter
power
pre-shared
prevail
privacy
private
problems
processing
programming
project
projects
protests
proximity
proxy
ps
psy
psychology
psytrance
public
pudding
pulseaudio
puppy
puppylinux
pure
puredata
pvc
python
Q
qemu
quantization
quebec
queens
questionablecontent
quinoa
R
R_set_operations_cran
radiation
radio
raisins
rapid
rate
read
reader
real
realtime
recipe
recipes
recovery
reference
relativity
renoise
repository
research
resident
resources
restaurant
resume
retreat
retro
review
RHIANNON
rice
roast
root
rotate
roundcube
rpg
rr
run
russian
samsung
satire
scale
scatter
scatterplot
school
science
scientific
scifi
scoliosis
score
scottish
screen
script
scripting
search
searchengine
second
security
sega
self
sensor
seperate
sequencer
serial
series
server
servers
setup
shell
shit
shit!!!
shoes
shop
shots
show
signal
simulator
singing
sinus
size
skype
Small
smart
smartphone
snes
software
sofuckingawesum
solitude
song
songsmith
soul
sound
soup
source
space
spanish
spending
spinach
spss
ssh
stanford
starter
statistical
statistics
stirfry
stocks
storage
store
stores
stories
story
streaming
string
stroke
student
study
stuff
subtractive
suggestion
summer
supplies
support
sustainability
sweave
sweeet
swing
symbols
sync
synth
synthesis
synthesisers
synthesizer
sysadmin
syslog
systray
tab
tablet
tabs
tape
tarte
tatin
teach
teaching
tech
technology
test
testament
tethered
tetris
text
texthog
theme
themes
theremin
thermal
this
thorgal
thunderbird
tibet
tikz
time
times
timeseries
tintin
title
tobacco
tomato
tools
tor
torrent
torrents
touch
touchscreen
track
tracker
trance
transformer
translation
travel
trends
trigger
tutorial
tutorials
tv
ubuntu
ultrasonic
universe
unix
unlock
uno
update
upgrade
upsidedown
usb
used
V2
v3r
vaccinations
variable
variables
vegan
vegetables
vegetarian
veggie
verbs
version
video
video_animation_editing_software_free_linux
videogame
videogames
vim
virtual
virtualbox
virtualization
visa
visual
vlc
vmware
volunteer
volunteer_new_york_nyc
vst
walkthrough
wallpaper
watch
wav
waveforms
webcomic
webcomics
webradio
wep
wheat
whole
wholewheat
wicd
wifi
wiki
wikipedia
window
windows
wingsuit
wireless
with
without
wizard
WL-138g
wnyc
wolfram
work
wpa
wpa_supplicant
writing
X
xcode
xp
xubuntu
yoga
york
yougov
your
youtube
YYYYMMDD
zealand
zeit
zeitnews
zoobizarre