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
<?php | |
var $db_host = '<%= @host %>'; | |
var $db_type = '<%= @database['type'] %>'; | |
var $db_name = '<%= @database['name'] %>'; |
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
# navigate to the quiz with your favorite browser; | |
# open up a JavaScript console (e.g. Inspector if you use Safari / Chrome; Firebug if you use Firefox); | |
# paste the JavaScript snippet that you find below |
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
# top TEST ./tests/v00034.vtc passed (0.553) | |
**** top 0.0 macro def varnishd=../varnishd/varnishd | |
**** top 0.0 macro def pwd=/usr/src/packages/BUILD/varnish-3.0.2/bin/varnishtest | |
**** top 0.0 macro def topbuild=/usr/src/packages/BUILD/varnish-3.0.2/bin/varnishtest/../.. | |
**** top 0.0 macro def bad_ip=10.255.255.255 | |
**** top 0.0 macro def tmpdir=/tmp/vtc.7037.6ff6e66c | |
* top 0.0 TEST ./tests/v00036.vtc starting | |
*** top 0.0 varnishtest | |
* top 0.0 TEST Test fallback director | |
*** top 0.0 server |
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
package com.s*******e.sgw.be.servlet.utils; | |
import javax.servlet.http.HttpServletRequest; | |
import javax.servlet.http.HttpServletResponse; | |
import org.apache.log4j.Logger; | |
import com.s*******e.sgw.rest.auth.utils.AuthUtils; | |
public class CheckerUtils { |
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
$curry-line-height: 22px; | |
$curry-plain-grid-outer-width: 280px; | |
$curry-plain-grid-margin: 25px; | |
$curry-plain-h2-font-size: 32px; | |
@import "curry/plain"; | |
.controls { | |
background-color: #222; |
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
base="https://raw.github.com/Treesaver/treesaver.walkthrough/master" | |
mkdir -p public | |
mkdir -p public/img | |
for a in 01-down-the-rabbit-hole.html resources.html treesaver-0.9.2.js | |
do | |
curl -o public/$a ${base}/$a | |
done |
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
Exception c0000005, at 1EEE3416 | |
Access violation: attempting to read memory at address 00000004 | |
Native function stack data: 0,3f49c0,20201,801c6,65637845,6f697470,3063206e,30303030 |
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
class Cookbooks < Application | |
before :authenticate_every | |
# ... | |
end |
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
Merb::BootLoader.after_app_loads do | |
class Cookbooks | |
before :authenticate_every, :only => [ :create, :update ] | |
end | |
end |
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
<figure> | |
<div data-sizes="ad-half-600" class="dynamic-ad ad-half-600" height="600"></div> | |
<div data-sizes="ad-half-500" class="dynamic-ad ad-half-500" height="500"></div> | |
<div data-sizes="ad-half-400" class="dynamic-ad ad-half-400" height="400"></div> | |
</figure> |