In case this doesn't work in your browser.
Outlines how binary flags work.
var alive = parseInt('0001', 2);| from ubuntu:12.10 | |
| maintainer Thorsten Lorenz <thlorenz@gmx.de> | |
| run apt-get update | |
| run apt-get upgrade -y | |
| run apt-get install -y build-essential | |
| add . /src |
| from dockerfile/nodejs | |
| add https://github.com/thlorenz/redeyed/archive/v0.4.4.tar.gz /src | |
| workdir /src | |
| entrypoint [ "npm" ] |
| /* | |
| Browserify Live Demos! | |
| How to make your own: | |
| 1. Clone this RequireBin | |
| 2. Adjust the REQUIRES section | |
| 3. Create a gist with demo snippets that can be run | |
| 4. Put the id for that gist into the demoGist variable | |
| */ | |
| /* REQUIRES: Put modules you need in your demo in this Array */ |
| var d3Gauge = require('d3-gauge') | |
| , xtend = require('xtend') | |
| , insertCss = require('insert-css') | |
| var gauges = []; | |
| var small = { | |
| size : 100 | |
| , min : 0 | |
| , max : 50 | |
| , transitionDuration : 500 |
| pad > crypto.getHashes().length | |
| 46 | |
| pad > crypto.getCiphers().length | |
| 108 | |
| crypto.getHashes() | |
| [ 'DSA', | |
| 'DSA-SHA', | |
| 'DSA-SHA1', |
In case this doesn't work in your browser.
Outlines how binary flags work.
var alive = parseInt('0001', 2);Steps to checkout v8 source and initialize it properly. This includes tests, d8 and example projects.
## get source and initialize dependencies
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git && cd depot_tools
export PATH=`pwd`:$PATH
cd ../
mkdir v8_checkout && cd v8_checkoutvar cards = document.getElementsByClassName("smallTitleCard"), s = [], title;
for (var i = 0; i < cards.length; i++) {
title = cards.item(i).attributes.getNamedItem('aria-label').textContent;| # See http://gist.github.com/180853 for gitutils.ps1. | |
| . (Resolve-Path ~/Documents/WindowsPowershell/gitutils.ps1) | |
| function prompt { | |
| writeUserLocation | |
| if (isCurrentDirectoryGitRepository) { | |
| writeGitInfo | |
| } |
| <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> | |
| <Grid> | |
| <Grid.Resources> | |
| <Style BasedOn="{StaticResource {x:Type Button}}" TargetType="{x:Type Button}"> | |
| <Setter Property="Background" Value="Blue"/> | |
| </Style> | |
| </Grid.Resources> | |
| <Border | |
| HorizontalAlignment="Center" | |
| VerticalAlignment="Center" |