List all the files in the directory, even the hidden ones using ls and some flags
$ ls -a
Output the contents of the .hidden file using the cat command
Verifying my Blockstack ID is secured with the address 1P6CNHTjSidnHaAvUi5SGzNYLigfKA9iHd https://explorer.blockstack.org/address/1P6CNHTjSidnHaAvUi5SGzNYLigfKA9iHd |
Verifying my Blockstack ID is secured with the address 1P6CNHTjSidnHaAvUi5SGzNYLigfKA9iHd https://explorer.blockstack.org/address/1P6CNHTjSidnHaAvUi5SGzNYLigfKA9iHd |
https://docs.google.com/a/wyncode.co/presentation/d/1CDDEH3q1b1m2k1ZT1k_d2GIEM_-OtLiNmcOtPhXUXBY/edit?usp=sharing |
Movie.create(name: "Captain Phillips", release_year: 2013) | |
Movie.create(name: "Saving Private Ryan", release_year: 1998) | |
Movie.create(name: "Apollo 13", release_year: 1995) | |
Movie.create(name: "Big", release_year: 1998) | |
Movie.create(name: "Cast Away", release_year: 2000) | |
Movie.create(name: "Catch Me If You Can", release_year: 2002) | |
Movie.create(name: "A League of Their Own", release_year: 1992) | |
Movie.create(name: "Splash", release_year: 1984) | |
Movie.create(name: "The Terminal", release_year: 2004) | |
Movie.create(name: "Joe Versus the Volcano", release_year: 1990) |
// welcome to js-dom |
require 'httparty' | |
require 'nokogiri' | |
tickers = [ | |
'FB', | |
'GOOGL' | |
] | |
prices = [] |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Gmail</title> | |
<link rel="stylesheet" type="text/css" href="css/style.css"> | |
<script type="text/javascript" src="js/script.js"></script> | |
</head> | |
<body> | |
<main> |