// Place your key bindings in this file to overwrite the defaults
[
{"key": "ctrl+1", "command": "workbench.action.terminal.focus"},
{"key": "ctrl+1", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"},
{"key":"cmd+1", "command":"workbench.action.openEditorAtIndex1"},
{"key":"cmd+2", "command":"workbench.action.openEditorAtIndex2"},
{"key":"cmd+3", "command":"workbench.action.openEditorAtIndex3"},
{
"key": "alt+cmd+p",
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
| * Alien Advice Link: https://galaxy-creators.github.io/Robo-Launch/ | |
| * Brew Crawler: https://team-awesome-uofw-extended.github.io/Project01/ | |
| * Road Trip Playlist App: https://road-trippers.github.io/road-trip-app/ | |
| * Celebrity Quest: https://uw-coding-bootcamp-project-1.github.io/Celebrity-Quest/ | |
| * Pets Fur Friends: https://team-crush-it.github.io/Project01/ |
1. Write a function that takes in an integer and outputs the sum of all the numbers from 1 to that integer.
Input: 2
Output 3
Input : 4
Output: 10
Input: 10
Output: 55
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
| //initialize firebase | |
| //add config | |
| //boilerplate fb stuff | |
| var config = { | |
| //insert your config data here | |
| }; | |
| firebase.initializeApp(config); |
Create: Project, Database & App
Create Project
+Add project- Add project name -> analytics -> select your account -> click "Create project" -> Wait, then click "Continue"
Create Database for the Project
- Scroll down page and under heading "Realtime Database", click "Create database"
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
| echo "Good morning sunshine!" | |
| #prompt header | |
| function parse_git_branch { | |
| branch=`git rev-parse --abbrev-ref HEAD 2>/dev/null` | |
| if [ "HEAD" = "$branch" ]; then | |
| echo "(no branch)" | |
| else | |
| echo "$branch" | |
| fi |
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
| Tools --> Developer --> New snippet | |
| <snippet> | |
| <content><![CDATA[ | |
| <View> //Code that gets created as a result of typing the trigger | |
| $1 //Where the cursor ends up | |
| </View> //closing | |
| ]]></content> | |
| <tabTrigger>vi</tabTrigger> //type "vi" + tab to create the snippet |
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
| I. Who we are | |
| A. Used to Success | |
| 1. A students | |
| 2. Little to no criticism in life | |
| 3. Smooth Sailing | |
| B. What happens when we do not meet our goals | |
| 1. Disappointment | |
| 2. Hurt | |
| 3. Low self esteem |
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
| The Marshmallow Challenge and Effective Software Design | |
| Review the design challenge experience | |
| The Task - build a structure with specific materials | |
| Teams of 4 | |
| Tallest structure with marshmallow on top | |
| B. The Experience | |
| Quick collaboration | |
| 2.“jocking for power” |
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
| The Important Lessons in life | |
| 1. . Biography | |
| a) childhood | |
| b) career - Computer Science professor | |
| c) his impact on computer science education | |
| d) "The Last Lecture" -- his final words to his friends, family and colleagues | |
| 3. Valuable lessons |