Name | Location | Shadow Size | Time | Price | Availability |
---|---|---|---|---|---|
Koi | Pond | Large | 4pm - 9am | 4,000 | All Year |
Ranchu Goldfish | Pond | Small | 9am - 4pm | 4,500 | All Year |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export PATH=$HOME/bin:/usr/local/bin:/Users/hammad/.local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/hammad/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME |
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
const testObj = { | |
name: "Hammad", | |
age: 30, | |
favoriteAnime: [ | |
"Cowboy Bebop", | |
"Dragon Ball", | |
"Death Note", | |
"Samurai Champloo" | |
], | |
holla: () => console.log("hollaaaaaaa") |
I like this base css sheet, has everything normalize has and some "opinionated" additions that I like, such as border-box
by default.
<link
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
#!/bin/bash | |
GREEN='\033[1;32m' | |
YELLOW='\033[1;33m' | |
LCYAN='\033[1;36m' | |
NC='\033[0m' # No Color | |
# Create files | |
echo -e "${YELLOW}Creating ${NC}./.prettierrc" |
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
Last login: Sun Jun 23 10:22:14 on console | |
Starting ssh-agent... | |
Identity added: /Users/hammad/.ssh/id_rsa ([email protected]) | |
~ | |
➜ cd SEI/sei_30/lessons | |
SEI/sei_30/lessons | |
➜ gcl [email protected]:dc-wdi-react-redux/Project.git 0901-project-three | |
Cloning into '0901-project-three'... |
The older global gitignore included files that are only appropriate for certain projects. That caused edge-case issues where students would work on projects outside of the normal lessons but not be able to see the changes to their files.
We have since removed the potentially problematic files from the global gitignore, and very shortly in the course you will become knowledgeable about how to use your own local gitignore file in your projects as you need them!
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
Last login: Thu Jun 20 09:21:40 on ttys000 | |
mon✔ ~ | |
09:28 $ mongod | |
2019-06-20T09:28:22.723-0400 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] MongoDB starting : pid=26486 port=27017 dbpath=/data/db 64-bit host=Hammads-MacBook-Air.local | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] db version v4.0.3 | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] git version: 7ea530946fa7880364d88c8d8b6026bbc9ffa48c | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] allocator: system | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] modules: none | |
2019-06-20T09:28:22.739-0400 I CONTROL [initandlisten] build environment: |
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
Last login: Wed Jun 19 23:41:57 on ttys000 | |
MacBook-Air:~ hammad$ brew --version | |
Homebrew 2.1.6 | |
Homebrew/homebrew-core (git revision fef8; last commit 2019-06-19) | |
MacBook-Air:~ hammad$ git --version | |
git version 2.22.0 | |
MacBook-Air:~ hammad$ brew cask install sublime-text visual-studio-code | |
==> Tapping homebrew/cask | |
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'... | |
remote: Enumerating objects: 3694, done. |
NewerOlder