Skip to content

Instantly share code, notes, and snippets.

@nezuQ
nezuQ / IE管理者_SJIS.cls
Last active October 27, 2018 07:42
IE操作とスクリーンショット撮りをExcelVBAで自動化する。※SJISコードは文字化けした為、UTF8コードも用意した。
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "IE�Ǘ���"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit
anonymous
anonymous / RunGitDaemon.bat
Created July 24, 2012 13:20
Run Git Daemon bat for msysGit
@echo off
rem -------------------------------------------------
rem Run Git Daemon bat for msysGit Ver1.0
rem -------------------------------------------------
rem Git Daemon using port 9418
rem -------------------------------------------------
set gitCommandDrive=C:
set gitCommandPath=%gitCommandDrive%\"Program Files (x86)"\Git\bin
@andyferra
andyferra / github.css
Created April 30, 2012 02:11
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {