Skip to content

Instantly share code, notes, and snippets.

View billwen's full-sized avatar
💭
I may be slow to respond.

Gang Wen billwen

💭
I may be slow to respond.
View GitHub Profile
@billwen
billwen / Office2010_Retail2VOL_Activate.cmd
Created January 18, 2020 14:34 — forked from mogeko/Office2010_Retail2VOL_Activate.cmd
Convert Microsoft Office VOL License to a Retail License.
@echo off
:ADMIN
openfiles >nul 2>nul ||(
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs" >nul 2>&1
goto:eof
)
del /f /q "%temp%\getadmin.vbs" >nul 2>nul
@billwen
billwen / index.html
Created February 12, 2017 14:18 — forked from anonymous/index.html
stars
<div class="cont">
<div class="title">
<h1>stars<span>.css</span></h1>
</div>
<div class="stars">
<form action="">
<input class="star star-5" id="star-5" type="radio" name="star"/>
<label class="star star-5" for="star-5"></label>
<input class="star star-4" id="star-4" type="radio" name="star"/>
<label class="star star-4" for="star-4"></label>
@billwen
billwen / wordlist
Last active August 29, 2015 14:27 — forked from pushmatrix/wordlist
Complete Swedish Duolingo word list (as of March 15, 2015)
man
kvinna
är
pojke
flicka
jag
en
han
hon
ett
#!/usr/bin/env ruby
#requires osx fsevent
#requires growl with network registration enabled (at least once)
#requires the below rubygems
#requires rsync
require 'rubygems'
require 'rb-fsevent'
require 'ruby-growl'