$ ubuntu-bug zsys
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul 23 12:55:43 2020
Dependencies:
adduser 3.118ubuntu2
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
FROM flyio/postgres-flex:16.4 | |
RUN apt-get update && \ | |
apt-get install -y --no-install-recommends \ | |
git \ | |
build-essential \ | |
postgresql-server-dev-16 \ | |
unzip \ | |
curl && \ | |
cd /home && \ |
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
#!/usr/bin/env python3 | |
"""Extract URLs from HTML documents.""" | |
import argparse | |
import re | |
import sys | |
import urllib.parse | |
import bs4 |
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 "" | |
echo "If you haven't already, please sign up for a github account" | |
#read to capture user input, saved as a variable as the third argument here | |
read -p "First Name: " fname | |
read -p "Last Name: " lname | |
read -p "Github Username (CASE SENSITIVE AND DON'T CHANGE THIS LATER): " github_name | |
read -p "Github Email: " github_email | |
read -s -p "Github Password: " github_password |
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
{ | |
"NY" : { | |
"nickname": "The Empire State", | |
"motto": "Excelsior", | |
"capital": "Albany" | |
}, | |
"CA" : { | |
"nickname": "The Golden State", | |
"motto": "Eureka", | |
"capital": "Sacramento" |
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
{ | |
"nickname": "The Empire State", | |
"motto": "Excelsior", | |
"capital": "Albany" | |
} |
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
[ | |
{ | |
"name":"Bulbasaur", | |
"attack":49, | |
"defense":49, | |
"type":"grass", | |
"moves":[ | |
"tackle", | |
"vine whip" | |
], |
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
ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/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
#################################### spec/models/episode_spec.rb | |
require 'spec_helper' | |
# here is the original description idea before refactoring; | |
# it works, but can be done in a somewhat cleaner and more Rails-y way below | |
# | |
# describe "the show begins" do | |
# | |
# context "the episode starts" do # FYI, context _is_an_alias_ for describe! they work the same! |
-
After you've signed up for a GitHub account please follow the instructions in this article to get your ssh-keys setup: https://help.github.com/articles/generating-ssh-keys
-
Make sure you've got
~/dev
and~/dev/wdi
folders set up. (Usemkdir
in the terminal to do this!) -
cd
into your~/dev/wdi
folder and run:
git clone https://github.com/ga-students/WDI_NYC_Array
-
Go to the GAInstallFest app repository and follow the instructions to get setup. (I will send the API keys you need in the email)
-
We have 1:1s starting this week. See the schedule
NewerOlder