Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to:
Download from here:
MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to:
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
// jshint node:true, latedef:nofunc | |
'use strict'; | |
var flo = require('fb-flo'), | |
gulp = require('gulp'), | |
path = require('path'), | |
map = require('map-stream'), | |
minimatch = require('minimatch'), | |
lazypipe = require('lazypipe'), | |
rimraf = require('rimraf'), |
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
</body> | |
<textarea id="make-color-demo"></textarea> <button id="make">Please</button> | |
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> | |
<script src="http://www.checkman.io/please/js/Please-compressed.js"></script> | |
<script src="script.js"></script> |
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|x64"> | |
<Configuration>Debug</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|x64"> | |
<Configuration>Release</Configuration> | |
<Platform>x64</Platform> |
<?xml version="1.0" encoding="utf-8"?> | |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup Label="ProjectConfigurations"> | |
<ProjectConfiguration Include="Debug|x64"> | |
<Configuration>Debug</Configuration> | |
<Platform>x64</Platform> | |
</ProjectConfiguration> | |
<ProjectConfiguration Include="Release|x64"> | |
<Configuration>Release</Configuration> | |
<Platform>x64</Platform> |
I hereby claim:
To claim this, I am signing this object:
var Thin = require('./lib/thin.js'); | |
var winston = require('winston'); | |
var log = new (winston.Logger)({ | |
transports: [ new winston.transports.Console() ] | |
}); | |
var es = require('event-stream'); | |
var proxy = new Thin(); | |
proxy.use(function(req, res, next) { | |
console.log(req.headers); |
# Maintainer: Oleg Rakhmanov < orakhmanov [at] gmail [dot] com > | |
pkgname=dkms-8188eu | |
pkgver=v4.1.4_6773 | |
pkgrel=2 | |
pkgdesc="Driver for Realtek RTL8188EU chipset wireless cards" | |
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') | |
url="http://www.realtek.com.tw/" | |
license=('GPL') | |
depends=('dkms' 'linux-headers') |