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
" vimperator setting | |
" vimp colorscheme ~/vimperator/colors | |
colorscheme yymm_sweets | |
" Title | |
set titlestring=Firefox | |
" detail = 5 lines | |
" set verbose=5 |
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
" ==VimperatorColorScheme== | |
" name: Sweets based on 'sweets_snaka' | |
" url : http://idita.blog11.fc2.com/blog-entry-826.html#more | |
" ==/VimperatorColorScheme== | |
hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: lightyellow; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px; text-transform: uppercase; | |
hi HintElem background-color: MediumPurple; color: black; | |
hi HintActive background-color: hotpink; color: white; | |
" hint |
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
<script type="text/javascript"> | |
onload = function() { | |
draw0(); | |
draw1(); | |
draw2(); | |
draw3(); | |
draw4(); | |
draw5(); | |
}; | |
/* 中白 */ |
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
python -c "import os;[os.remove(x) for x in os.listdir('./') if x.find('.pyc') > 0]" |
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
" ==VimperatorColorScheme== | |
" name: Sweets based on 'yymm_sweets' | |
" ==/VimperatorColorScheme== | |
hi Hint font-family: monospace; font-size: 14px; font-weight: normal; color: lightyellow; background-color: black; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 5px 0px 5px; text-transform: uppercase; |
This file has been truncated, but you can view the full file.
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
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
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
<!DOCTYPE html> | |
<html class="no-js"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="HandheldFriendly" content="True"> | |
<meta name="MobileOptimized" content="320"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui"> | |
<meta http-equiv="cleartype" content="on"> |
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
#!/bin/bash | |
# | |
# samba4 This shell script takes care of starting and stopping | |
# samba4 daemons. | |
# | |
# chkconfig: - 58 74 | |
# description: Samba 4.0 will be the next version of the Samba suite | |
# and incorporates all the technology found in both the Samba4 alpha | |
# series and the stable 3.x series. The primary additional features | |
# over Samba 3.6 are support for the Active Directory logon protocols |
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
# | |
# Ref: | |
# * https://gist.github.com/vojd/a2d277bc161a2674aeaa | |
# * https://gist.github.com/Sigmus/9253068 | |
# | |
source = require 'vinyl-source-stream' | |
gulp = require 'gulp' | |
gutil = require 'gulp-util' | |
browserify = require 'browserify' |
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
# once | |
npm install -g electron-prebuilt gulp node-gyp | |
# per proj | |
npm install -save-dev vinyl-source-stream gulp gulp-util browserify coffee-reactify watchify gulp-notify coffee-script coffeeify | |
mkdir src | |
mkdir bundle | |
touch app.coffee | |
# shop |
OlderNewer