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
| λ ~/ traceroute cam1337.com | |
| traceroute to cam1337.com (198.144.158.151), 64 hops max, 52 byte packets | |
| 1 buffalo.setup (192.168.11.1) 1.420 ms 1.170 ms 1.476 ms | |
| 2 koktor1.fi.elisa.net (88.115.180.1) 5.498 ms 9.000 ms 5.351 ms | |
| 3 xe4-0-0.helpa-p2.fi.elisa.net (139.97.11.58) 1.704 ms 2.903 ms 3.707 ms | |
| 4 ae2.helpa-gw1.fi.elisa.net (139.97.6.250) 2.069 ms 30.996 ms 1.972 ms | |
| 5 ae1-10.bbr1.hel2.fi.eunetip.net (213.192.191.53) 1.825 ms 4.700 ms 5.835 ms | |
| 6 so6-0-0-0.bbr1.sto4.se.eunetip.net (213.192.184.86) 14.539 ms 8.931 ms 11.612 ms | |
| 7 10gigabitethernet1-2.core1.sto1.he.net (194.68.123.187) 18.546 ms 13.941 ms 10.750 ms | |
| 8 10gigabitethernet3-2.core1.ams1.he.net (72.52.92.45) 37.185 ms 37.930 ms 36.299 ms |
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
| 1. What is NetOutlet? | |
| NetOutlet is an online outlet store for social products. We want to encourage you to share products with your network by offering you a discount when you buy together with your friends (we call it a Friend Purchase). Whether you’re going to a concert, a sports event or on holiday with your friends, NetOutlet is the place where you can buy with your friends and save money. | |
| For each additional friend that buys the same product, your discount increases. The discount is symmetrical so that everyone in the same group of friends gets the same price! | |
| 2. What is a Friend Purchase? | |
| The Friend Purchase allows you to buy products together with your friends and get them at an even better price! It’s pretty much like buying a product in any other web store but with a few differences. |
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
| test_data = "<< | |
| /EngineDict | |
| << | |
| /Axis (Foobar) | |
| >> | |
| >>" |
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
| test_data = "<< | |
| /EngineDict | |
| << | |
| /Axis (Foobar) | |
| >> | |
| >>" |
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
| {:object=> | |
| [{:entry=> | |
| {:key=>{:identifier=>"EngineDict"@5}, | |
| :val=> | |
| {:object=> | |
| [{:entry=> | |
| {:key=>{:identifier=>"Editor"@23}, | |
| :val=> | |
| {:object=> | |
| {:entry=> |
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
| // | |
| // Avian.h | |
| // Avian | |
| // | |
| // Created by Nico Hämäläinen on 2/4/13. | |
| // Copyright (c) 2013 Nico Hämäläinen. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> | |
| #import <Accounts/Accounts.h> |
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
| #sitecontainer{background:0}#body{background:rgba(0,0,0,.8)}#viewprevnexttop table td a,.viewprevnext table td a{color:#fff!important;text-shadow:none}.sharebutton,.sharebutton a{border-radius:5px}#linkinfo{color:#fff}#linkdatacontainer a{color:#26a5f9}.addthis_button{display:none}.tag_suggestion{display:inline-block;margin:5px;color:#fff}#newtagsuggestioninput{padding:5px!important}h1.line{border:0;color:#fff}.list_comments table tr td.tools{border:0!important}.list_comments .content .comment_content{color:#fff!important}.list_comments td.author .user em{color:#555}.list_comments td.author .user b{color:#fff}.list_comments table tr td.tools a:hover{color:#fff}.list_comments table tr td.author_photo,.list_comments table tr td.author_photo img{border-radius:5px}.list_comments table tr td.content .quote{border:0}#viewbody{background:0}#header2012-main{background:0;text-shadow:none}#header2012-main ul li,#header2012-main ul li a{background:0;border:0;color:#fff!important;text-shadow:1px 1px 2px #000}#header2012- |
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
| # Moments splash page | |
| # (c) momentsapp.com | |
| jQuery -> | |
| # Set up elements required | |
| $container = $('#canvas') | |
| # Set up raphael and the moments circles | |
| paper = new Raphael( |
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
| // Available coordinates for article text display | |
| CGFloat textDisplayStartX = self.photoView.frame.origin.x + self.photoView.frame.size.width + 10.0; | |
| CGFloat textDisplayWidth = self.frame.size.width - textDisplayStartX - 5.0; | |
| // Line heights | |
| CGFloat titleLabelLineHeight = self.articleTitleLabel.font.lineHeight; | |
| CGFloat detailLabelLineHeight = self.articleDetailsLabel.font.lineHeight; | |
| CGFloat previewLabelLineHeight = self.articlePreviewLabel.font.lineHeight; | |
| // Calculate title label size to determine whether to show the other labels or not |
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
| # | |
| # Vision of how Diesel works | |
| # | |
| # Initialize engine from singleton | |
| game = DGame.get | |
| title: "Chain Reaction Game v1.0" | |
| container: document.querySelector('body') | |
| class DemoState extends DGameState |