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
| { 'witnesses': 'dudes I know', | |
| 'allegedely': 'kinda probably', | |
| 'new study': 'tumblr post', | |
| 'rebuilt': 'avenge', | |
| 'space': 'spaace', | |
| 'google glass': 'virtual boy', | |
| 'smartphone': 'pokedex', | |
| 'electric': 'atomic', | |
| 'senator': 'elf-lord', | |
| 'speaker': 'elf-lord', |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am sumukh on github. | |
| * I am sumukh (https://keybase.io/sumukh) on keybase. | |
| * I have a public key whose fingerprint is 2694 EC18 54DE 72D9 3454 3F9C E51F 0482 4554 8CA4 | |
| To claim this, I am signing this object: |
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
| Productive SSH (for OSX/Linux/Windows) | |
| author: @sumukhsridhara | |
| for: Practical Programming | |
| Suggestions for a productive workflow: | |
| Works for: OSX - Linux - Windows (With Git Bash) | |
| Problem: I'm tired of typing my password every time | |
| ssh cs61a-???@cory.eecs.berkeley.edu |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bootstrap 101</title> | |
| <!-- Bootstrap --> | |
| <link href="css/bootstrap.min.css" rel="stylesheet"> |
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
| Intro to Git: | |
| What is git? Why do you need it? Why will you love your partner and/or yourself for using it? Because sometimes you mess up your code and want to OHGODJUSTUNDO UNDO UNDO. Git is kind of like that, but for more civilized people, for a more civilized era of coding. You can also collaborate on projects with other people really efficiently instead of manually copy+pasting code! Do you want to be a cool (octo)cat for gracefully managing your code through snazzy version control, or do you want to be frantically editing code 2 minutes before its due? I bet you want to be a cool octo-cat. | |
| Experience required: you should be able to open a terminal and navigate around directories, and have Git installed. (git-scm.com) | |
| Tools we'll cover: Git (Version Control) | |
| Notes: If you have files named hw1-final-updated-mine.py, this workshop will be extremely helpful. | |
| If you've argued about pull vs pull --rebase, and you rebase branches for fun, you probably won't learn much from this workshop. |
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
| # You may add here your | |
| # server { | |
| # ... | |
| # } | |
| # statements for each of your virtual hosts to this file | |
| ## | |
| # You should look at the following URL's in order to grasp a solid understanding | |
| # of Nginx configuration files in order to fully unleash the power of Nginx. | |
| # http://wiki.nginx.org/Pitfalls |
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
| data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script> |
NewerOlder