Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Access Token: pk.eyJ1Ijoic2dtYXBib3giLCJhIjoiY2s5NHViY251MDUweDNkbzVnYmJtbXYydCJ9.8Ra0D8yuCz7g6UMyWaMNpA | |
Style: mapbox://styles/sgmapbox/ck8etv6jr25781jqhhq8clbzc | |
Story | |
-------------- | |
National Mall | |
The National Mall in Washington DC is an amazing public asset, free for all to enjoy. Here\'s a brief tour of highlights around "The Mall", that you should be sure not to miss should you visit! | |
location: { | |
center: { lon: -77.03279, lat: 38.89016 }, |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>Animate a series of images</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.css' rel='stylesheet' /> | |
<style> | |
body { margin:0; padding:0; } |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>Animate a series of images</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.50.0/mapbox-gl.css' rel='stylesheet' /> | |
<style> | |
body { margin:0; padding:0; } |
This file contains 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
# Library for easier file input | |
import fileinput | |
# Open searchRequests.txt for appending | |
outputFile = open('searchRequests.txt', 'r+',encoding='utf-8', errors='ignore') | |
# Loop through the files, and run process() on each line of each file f | |
with fileinput.input(files=('April1OutputUTF.txt', 'April2OutputUTF.txt', \ | |
'April3OutputUTF.txt', 'April4OutputUTF.txt', \ | |
'April5OutputUTF.txt', 'April6OutputUTF.txt', \ |
This file contains 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
Steps to creating a PB&J | |
1.) Collect the necessary ingredients and tools: | |
- jar of peanut butter | |
- jar of fruit jelly | |
- two slices of bread | |
- cutting board (larger that the combined surface areas of the slices of bread) | |
- butter knife | |
- tablespoon-sized spoon | |
2.) Place the cutting board on a stable surface, and the slices of bread side-by-side on the cutting board | |
3.) Open the jar of peanut butter. |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Stephen's Resume</title> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<header> | |
<h1>Stephen Gheysens</h1> |