Skip to content

Instantly share code, notes, and snippets.

View jendiamond's full-sized avatar
🏠
Working from home

JenDiamond jendiamond

🏠
Working from home
View GitHub Profile
@jendiamond
jendiamond / venv.md
Last active August 26, 2016 06:46
venv.md
  • cd ~
  • ls
  • mkdir venv

START

  • cd venv
  • virtualenv ember2
  • source bin/activate
  • pip install nodeenv
  • nodeenv
def weather_report
weather = ['sunny','cloudy','humid','windy','rainy','chilly','cold',
'snowy','foggy','feezing','sleeting']
puts "What type of party are you having?"
party= gets.chomp
puts "Find out what the weather will be like on the day of your #{party}."
puts "Type in the words 'WEATHER REPORT' for a prediction."
get_prediction = gets.chomp
while get_prediction != "WEATHER REPORT"

$ rails _5.0.0_ new railsgirls_signup --database=postgresql

$ rake db:create

$ rails generate scaffold User first_name:string last_name:string email:string twitter_handle:string phone:string zipcode:string twitter_handle:string over_21:boolean age:integer operating_system:string rating:string coach:string workshop:datetime accepted:boolean tutorial_progress:string

$ rake db:migrate

Add testing and debugging gems:

hello world
whatever!

This is a really really really cool experiment really
Cute little experiment
Will it work maybe it will work do you think it will it will

Hello World

Hello World

Hello World

Hello World

Hello World
Hello World
  • List Item 1
  • List Item 2
  • List Item 3

Markdown

Introduction to Git and Github

Learn the basics of Git and GitHub

ABOUT THIS COURSE

Professional developers and designers use Git and GitHub version control as part of their collaborative workflow. This course offers an overview of Git and Github and is aimed at anyone who has heard of these technologies but has little or no first-hand experience with them or just wants to feel a bit more comfortable with it.