http://www.frontpanelexpress.com/?fbclid=IwAR1ArAKfWD7N96r4im_cgpz0CKhPB1xJ-ID98s14jP5cTvXKjvK6K0j-pjg
sites searched
http://gen.lib.rus.ec/*
http://en.bookfi.org/*
http://bookzz.org/*
http://forum.mobilism.org/*
http://tuebl.ca/books/*
http://avxhome.se/ebooks/*
www.4shared.com/*
http://mediafire.com/*
http://ipmart-forum.com/*
http://ebook3000.com/*
http://freebookspot.es/*
http://demonoid.ph/*
http://ebookee.org/*
http://kat.cr/*
http://www.downeu.org/ebook/*
https://onebigtorrent.org/torrents/*
http://manybooks.net/titles/*
http://freshwrap.ws/*
http://www.plentyofebooks.net/*
http://book.pdfchm.net/*
http://www.freebookspot.es/*
http://www.feedurbrain.com/forum/*
http://ebookbrowsee.net/*
http://2020ok.com/books/*
http://librs.net/*
http://thepiratebay.la/torrent/*
http://bitsnoop.com/*
http://www.giuciao.com/books/*
http://books.tr200.org/*
http://booksc.org/*
http://club.topsage.com/*
http://ebookjunkie.com/*
http://nips.djvuzone.org/*
http://pdf-giant.com/*
http://manybooks.net/*
https://www.scribd.com/*
http://freecomputerbooks.com/*
http://www.freetechbooks.com/*
http://www.onlinefreeebooks.net/*
http://www.onlineprogrammingbooks.com/*
http://www.ebooklobby.com/*
http://bookboon.com/*
https://www.reddit.com/r/eebooks/*
https://www.reddit.com/r/mathbooks/*
https://www.reddit.com/r/csbooks/*
https://www.reddit.com/r/physicsbooks/*
https://www.reddit.com/r/econbooks/
posted on reddit by (guide for finding textbooks) u/Amosqu
This low-cost, general-purpose electronic hearing aids works off 3V DC (2×1.5V battery). Transistor T1 and associated components form the audio signal preamplifier for the acoustic signals picked up by the condenser microphone and converted into corresponding electrical signals.
The medium-power amplifier section is wired around popular audio amplifier IC TDA2822M (not TDA2822). This IC, specially designed for portable low-power applications, is readily available in 8-pin mini DIP package. Here the IC is wired in bridge configuration to drive the 32-ohm general-purpose monophonic earphone.
The audio output of this hearing aid circuit is 10 to 15 mW and the quiescent current drain is below 1 mA. The circuit can be easily assembled on a veroboard. For easy assembling and maintenance, use an 8-pin DIP IC socket for TDA2822M.
source: http://www.electroschematics.com/1676/digital-hearing-aids-circuit/
This cable tv amplifier circuit is a rf amplifier designed to be quickly installed between two coaxial cables. Both input and output impedances are compatible with 75 Ω cables. The main amplifier si T1 transistor, T2 is working as an emitter follower. The feedback bias is determined by R3 and R4.
The total gain of this tv cable amplifier is 22dB.
Because of the high frequency limit of transistors (<= 2GHz) the tv amplifier works well up to 150 MHz. It must be housed in a metal case and the coaxial cables must de 75 Ω type. The total current consumption of this tv cable amplifier circuit is around 20mA.
Tv amplifier active components
T1, T2 = 2SC4308 or 2SC1324
source: http://www.electroschematics.com/401/simple-cable-tv-amplifier/
Are you sick of cheapo portable headphones?
Are you sick of paying $200+ for a decent set of portable cans?
Do you like Unique Technology?
Are you DIY?
These headphones use drivers that are Orthodynamic. To sum it up, they are very similar to electrostatic and ribbon drivers in that they are planar. However, one major difference between electrostatic and orthdynamic is that Orthodynamiccan be driven from simple headphone sockets whereas ‘Stats need several hundred volts for bias. This makes them the best possible candidates for HiFi drivers in most headphones with some costing more than $550 a set. Unlike most headphone or normal drivers/woofers, this type actually has the voice coil printed onto the thin mylar diaphragm instead of attached to the back. This mylar piece is actually then suspended between two strong magnets with holes in them. When a signal is applied, the diaphragm will be charged to go back and forth with the sine wave. Since the diaphragm is flat, there is not peakiness and almost no delay due to “return”. Please see th diagram below for a better understanding.
I also repaired my $60 mushkin ventura pro with some code in mpall using windows:
I wasnt able to format or explore, when I was in linux I noticed the USB stick size was 0 and the name said Phison
If you have a Phison chip like me this should be reflected here: String Manufacturer Name=TOSHIBASource
I reflashed a lenovo g780 bios from a usb with this tool
Bios Boot USB Stick http://www.biosflash.com/bios-boot-usb-stick.htm
https://www.bios-mods.com/forum/Thread-Request-Lenovo-G780-Whitelist-Removal?pid=95258#pid95258
https://www.mediafire.com/file/p9kcpylz7ud0s94/5ECN41WW_NWL_ADV.rar
In Mac Sierra disable gatekeeper
sudo spctl --master-disable
Tinkertool and ONYX are a few good aps
Using terminal command line clear or reset Bluetooth settings. Open terminal Application > Utilities or Search from spotlight search.
Copy below like one by one and Reset bluetooth using the terminal,
sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
...........................
Installing Hadoop on OSX
I decided that I wanted to setup a Hadoop cluster on the Mac’s I run, this was mainly decided because of Xgrid not begin available anymore on the new version os OsX. I have setup SGE clusters before, Xgrid obviously, and Microsoft Cluster Server so I wanted to get it under my belt. This isn’t the definitive guide but it worked fairly well for me, I am still not sure of some of the concepts but that will come with practice.
The first step is to make sure you have the basics.
Command line Xcode tools and Java Developer for your version os OsX.
https://developer.apple.com/downloads/index.action
Lets first create a group and a user on every machine.
Create a group named ‘hadoop’ and then add an admin user ‘hadoopadmin’ to the group.
Lets do everything as hadoopadmin to make it easy.
You can download Hadoop and install it yourself but I took a shortcut and used homebrew to install it.
->brew install hadoop
This will set all your env paths in the proper hadoop config files so this is a help.
Once installed lets set the config files in hadoop.
I named my machines
hadoop01 & hadoop02 for the first two.
Configure the masters and slaves file on all machines.
master:
slaves:
Also configure /etc/hosts on all machines.
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
#
#
#
# hadoop
132.235.132.67 hadoop01
132.235.132.46 hadoop02
I am using 2.4.0 so they are located in
/usr/local/Cellar/hadoop/2.4.0/libexec/etc/hadoop
Edit
hadoop-env.sh
I changed these two lines.
#export JAVA_HOME=“$(/usr/libexec/java_home)”
to
export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
and
#export HADOOP_OPTS="$HADOOP_OPTS -Djava.net.preferIPv4Stack=true”
to
export HADOOP_OPTS="-Djava.security.krb5.realm= -Djava.security.krb5.kdc=“
This last one stopped an error I was getting upon startup.
Edit
hdfs-site.xml
Insert this configuration
dfs.replication
3
dfs.name.dir
/usr/local/Cellar/hadoop/2.4.0/hdfs/name
dfs.data.dir
/usr/local/Cellar/hadoop/2.4.0/hdfs/data
Edit
mapred-site.xml.template
Insert
mapred.job.tracker
hadoop01:9001
Edit
core-site.xml
fs.default.name
hdfs://hadoop01:9000
hadoop.tmp.dir
/usr/local/Cellar/hadoop/2.4.0/tmp
Now lets create a few hadoop directories
/usr/local/Cellar/hadroop/2.4.0
-> hadoop -mkdir tmp
-> hadoop -mkdir hdfs
-> hadoop -mkdir hdfs/name
-> hadoop -mkdir hdfs/data
I enabled passwordless SSH on all machines.
ssh-keygen -t dsa -P ” -f ~/.ssh/id_dsa
cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
I found info on this at
http://stackoverflow.com/questions/7134535/setup-passphraseless-ssh-to-localhost-on-os-x
I then formatted the name node
-> hadoop namenode -format
Then started hadoop by running
/usr/local/Cellar/hadoop/2.4.0/libexec/sbin/start-all.sh
I did all of this stuff on all my machines, although some items I think do not need to be.
I have to thank
http://stackoverflow.com &
http://dennyglee.com
For tutorials and help getting through this.
Thanks
Joe Murphy
AKA Grehyton