I hereby claim:
- I am solon on github.
- I am briansolon (https://keybase.io/briansolon) on keybase.
- I have a public key whose fingerprint is EA0B 3A40 844F 46DB 5349 9C3A 57F0 DFC9 BAF5 8C7F
To claim this, I am signing this object:
| <!DOCTYPE> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>SFPC: The First Class</title> | |
| <!-- links to javascript and css --> | |
| <link href="sfpc.css" rel="stylesheet" type="text/css"/> | |
| <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/> | |
| <script src="http://sfpc.io/thefirstclass/libs/jquery-1.9.1.js.pagespeed.jm.It7AQ2eLvN.js" type="text/javascript"></script> | |
| <script src="http://sfpc.io/thefirstclass/sfpc.js.pagespeed.jm.hKYJAas1n8.js" type="text/javascript"></script> |
| Verifying my Blockstack ID is secured with the address 1KZJLAGvRwPM7r2otKynM6vxbbFj5KgAGp https://explorer.blockstack.org/address/1KZJLAGvRwPM7r2otKynM6vxbbFj5KgAGp |
I hereby claim:
To claim this, I am signing this object:
| FROM postgres:9.5 | |
| RUN localedef -i en_IE -c -f UTF-8 -A /usr/share/locale/locale.alias en_IE.UTF-8 | |
| ENV LANG en_IE.utf8 |
| # For SCSS-Lint v0.31.0 | |
| linters: | |
| BangFormat: | |
| enabled: true | |
| space_before_bang: true | |
| space_after_bang: false | |
| BorderZero: |
| <html> | |
| <head> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script> | |
| <script src="http://www.skulpt.org/static/skulpt.min.js" type="text/javascript"></script> | |
| <script src="http://www.skulpt.org/static/skulpt-stdlib.js" type="text/javascript"></script> | |
| </head> | |
| <body> |
| RWET Programming Exercise A | |
| Text processing on the UNIX command line | |
| --- | |
| Step 1. Write the command to download the text file with the following URL to | |
| your computer with the filename "frost.txt". (Hint: You'll need to use the | |
| "curl" command, and possibly redirection with ">"). | |
| Here's the URL: | |
| http://rwet.decontextualize.com/texts/frost.txt |
| <video width="1280" height="720" style="width:100%; height:auto;" id="videoPlayer" | |
| poster="http://livelygroup-companies.s3.amazonaws.com/sites/505c81c854558f2db8000004/content_entry50609d9954558f7ad8000057/50ad003dd8bf7000020000e5/files/lg_pullout_carousel.jpg" preload="none" data-autoresize="fit" data-uid="lg-pullout-generic" data-name="Pullout"> | |
| <source media="screen and (min-device-width: 768px)" data-quality="hd" src="http://livelygroup-companies.s3.amazonaws.com/sites/505c81c854558f2db8000004/content_entry50609bf754558f7ad800003b/50acfc92d8bf7000020000ac/files/lg_pullout_generic_16x9_high.mp4"> | |
| <source media="screen and (max-device-width: 767px)" data-quality="base" src="http://livelygroup-companies.s3.amazonaws.com/sites/505c81c854558f2db8000004/content_entry50609bf754558f7ad800003b/50acfc92d8bf7000020000ac/files/lg_pullout_generic_16x9_baseline.mp4"> | |
| <source src="http://livelygroup-companies.s3.amazonaws.com/sites/505c81c854558f2db8000004/content_entry50609bf754558f7ad800003b/50acfc92d8bf7000 |
| require 'redis' | |
| require "active_support/core_ext/string/multibyte" | |
| require "active_support/core_ext/object/blank" | |
| redis = Redis.new | |
| good_string = "...............................................................................\n\n...............................................................................\n\n...............................................................................\n\n...............................................................................\n\n\n.........................................................." | |
| bad_string = "...............................................................................\n\n...............................................................................\n\n...............................................................................\n\n...............................................................................\n\n\n..........................................................\n" | |
| alias rake="time rake" | |
| # Run `padrino rake` when inside a padrino project, | |
| # otherwise run the normal rake command. | |
| function rake () { | |
| if [[ -f ".components" ]]; then | |
| padrino rake | |
| else | |
| ruby -S rake | |
| fi |