- Week 0
- Wednesday
- Audio
- Wednesday
- MP3
This file contains hidden or 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
| Download the binaries: http://bit.do/b43 | |
| - unzip it to Desktop b43.zip | |
| - sudo mkdir /lib/firmware/b43 > | |
| - sudo cp b43/* /lib/firmware/b43/ | |
| - sudo modprobe -r b43 && sudo modprobe b43 | |
| - sudo reboot | |
This file contains hidden or 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
| #Make sure you have tapped cask | |
| brew tap caskroom/cask | |
| brew install brew-cask | |
| brew tap caskroom/versions | |
| brew update; brew cleanup; brew cask cleanup | |
| brew cask install --appdir="/Applications" iterm2 | |
| brew cask install --appdir="/Applications" java | |
| brew cask install --appdir="/Applications" xquartz |
This file contains hidden or 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
| brew cleanup | |
| brew install node | |
| npm install -g ionic | |
| npm install -g cordova | |
| npm install angular | |
| npm install express | |
| npm install gulp | |
| npm install grunt | |
| npm install -g socket.io |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd"> | |
| <en-export export-date="20160515T005114Z" application="Evernote" version="Evernote Mac 6.6.1 (453372)"> | |
| <note><title>Sample Title One</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"> | |
| <en-note> | |
| <div><span style="color: rgb(148, 17, 0);"><i><span style="font-family: 'Times New Roman';">Class: CS100 </span></i></span></div> | |
| <div><span style="color: rgb(148, 17, 0);"><i><span style="font-family: 'Times New Roman';">Assignment Due: Tuesday 12th April 2016</span></i></span></div> | |
| <div><span style="color: rgb(148, 17, 0);"><i><span style="font-family: 'Times New Roman';">Requirements: Use framework, python, C++, C# </span></i></span></div> | |
| <hr/> |
This file contains hidden or 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
| { | |
| "radio": { | |
| "outline": [ | |
| { | |
| "-type": "audio", | |
| "-text": "Afno FM 104.8 (Nepali Talk)", | |
| "-URL": "http://opml.radiotime.com/Tune.ashx?id=s181041", | |
| "-bitrate": "32", | |
| "-reliability": "10", | |
| "-guide_id": "s181041", |
This file contains hidden or 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
| a i ad am an as at ax be by do em en ex go he hi ho if in is it me my no of oh on or ox pi re so to up us we ye ace act add ado ads adz aft age ago aid ail aim air alb ale all and ant any ape apt arc are ark arm art ash ask asp ass ate ave awe awl awn aye bad bag bah ban bar bat bay bed bee beg bel bet bib bid big bin bit boa bob bog boo bop bow box boy bra bud bug bum bun bur bus but buy bye cad cam can cap car cat cay chi cob cod cog con coo cop cot cow coy cry cub cud cue cup cur cut dad dam daw day den dew did die dig dim din dip doe dog don dot dry dub dud due dug dun duo dye ear eat ebb eel egg ego eke elf elk ell elm end eon era erg err eve ewe eye fad fag fan far fat fed fee fen few fey fez fib fie fig fin fir fit fix flu fly fob foe fog fop for fox fro fry fun fur gad gag gal gam gap gar gas gay gel gem get gig gin gnu gob god goo got gum gun gut guy gym gyp had hag ham hap has hat haw hay hem hen her hew hex hey hid hie him hip his hit hob hoc hod hoe hog hop hot how hub hue hug hum hun hut ice icy |
This file contains hidden or 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
| #------------------------------------------------------------------------------# | |
| # OFFICIAL UBUNTU REPOS # | |
| #------------------------------------------------------------------------------# | |
| ###### Ubuntu Main Repos | |
| deb http://ca.archive.ubuntu.com/ubuntu/ xenial main universe | |
| deb-src http://ca.archive.ubuntu.com/ubuntu/ xenial main | |
| ###### Ubuntu Update Repos |
-
Make sure Xcode is installed and update to the lastest release.
-
Make sure Python 2.7 or greater is installed.
-
Installing moduler needed to run Eric IDE. -
brew update && brew upgrade-brew install pyQt5-brew install qscintilla2-brew doctor #And fix the error manually, if any. -
Download the latest stable version of Eric IDE
-
Link -> https://sourceforge.net/projects/eric-ide/files/eric6/stable
This file contains hidden or 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
| set -g default-terminal "screen-256color" | |
| # unbind default prefix and set it to Ctrl+a | |
| unbind C-b | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| ###################### | |
| #### Key Bindings #### | |
| ###################### |