Skip to content

Instantly share code, notes, and snippets.

@dmmfll
Created November 12, 2016 21:45
Show Gist options
  • Save dmmfll/f577f566035d398bf05285906e1b24f8 to your computer and use it in GitHub Desktop.
Save dmmfll/f577f566035d398bf05285906e1b24f8 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# coding: utf-8
# Hi, Ryan,
#
# I ran your code. Nice job!
# In[1]:
import os
curdir = os.path.abspath(os.curdir)
os.chdir(curdir)
jasmine = os.path.join(curdir, 'loneliest-chatroom')
os.chdir(jasmine)
# In[ ]:
from goodmeasure_cli.html_checker import get_display_lines
from IPython.display import display, Markdown
url = ''
display(Markdown(get_display_lines(url)))
# http://learn.wyncode.co/submissions/39309
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0: https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0
# Question
#
# Weekend assignments
# Question Code
# Dialogue
#
# This weekend’s assignments are designed to target specific areas. You should work on the one that targets an area of weakness. You are not limited to completing only one assignment. In fact, we strongly recommend if you finish one, to move on to another.
# If your blocker is JavaScript and/or jQuery, your task is to finish the Loneliest Chatroom. You should already have the necessary files to get started.
# If your blocker is Rails, please complete the following assignment: Click me!
# If you want to learn how to begin implementing tests, complete the RSPEC Contact Manager
# For those who wish to practice their design skills: Apple Homepage
# You are not done when you have finished any one or all of these. Remember always keep hustling. If you want more work to do PLEASE slack anyone on the tech team so we can assign reach goals.
# Ryan Stone marked this submission as open
# Ryan Stone commented 4 days.
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0
# Leave a Comment
# View Markdown Syntax
# Suggested Responses
# Student Name
#
# Ryan Stone
# Github Url
#
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment