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
| import React from "react"; | |
| export default class Index extends React.Component { | |
| render() { | |
| return ( | |
| <div> | |
| <h1>Index</h1> | |
| </div> | |
| ); | |
| } |
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
| d66618859fdd2ac6bea30fae443071b2 |
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
| [{ | |
| "id": 1, | |
| "name": "Topicstorm", | |
| "location_lat": "41", | |
| "location_long": "-8.4667", | |
| "date_found": "12/16/2015", | |
| "last_confirmed ": "12/25/2015", | |
| "description ": "Maecenas pulvinar lobortis est. Phasellus sit amet erat. Nulla tempus." | |
| }, { | |
| "id": 2, |
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
| // | |
| // AskForCleanDate.swift | |
| // My Clean Date | |
| // | |
| // Created by Tim Smith on 4/24/15. | |
| // Copyright (c) 2015 WebRuin. All rights reserved. | |
| // | |
| import UIKit |
The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
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
| // | |
| // Random Credit Card Number Generator | |
| // | |
| // By: Brad Conte (http://bradconte.com) | |
| // | |
| function cc_gen() { | |
| var pos; | |
| var str = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); | |
| var sum = 0; |
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
| // | |
| // Foundation Variables | |
| // | |
| // The default font-size is set to 100% of the browser style sheet (usually 16px) | |
| // for compatibility with browser-based text zoom or user-set defaults. | |
| $base-font-size: 100% !default; | |
| // $base-line-height is 24px while $base-font-size is 16px | |
| // $base-line-height: 150%; |
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
| // Required global settings and mixins for Foundation | |
| // @import "foundation/foundation-global"; | |
| // Settings file to override Foundation variables | |
| // You can find the variables for each component at the bottom of their | |
| // doc page. We tried to name them to where they'd make sense just by reading them. | |
| // Go to http://foundation.zurb.com/docs/ to find what you need. | |
| // |
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
| NoMethodError in Survey#incomplete | |
| Showing /var/www/development/app/views/layouts/base.html.erb where line #6 raised: | |
| undefined method `environment' for nil:NilClass | |
| (in /var/www/development/app/assets/stylesheets/foundation_and_overrides.scss) | |
| Extracted source (around line #6): | |
| 3 | |
| 4 | |
| 5 | |
| 6 |