Windows 10 の起動ディスクを換装した記録。サードパーティ製のフリーウェア/シェアウェアは一切使わないポリシーで。
コンパネ → 回復 → 回復ドライブの作成
コンパネ → バックアップと復元(Windows 7)→ システムイメージの作成
| ; エクスプローラのウィンドウ前に出す | |
| +!F11:: | |
| ; エクスプローラが最前面ならサイクル | |
| WinGetClass, front_class, A | |
| if front_class = CabinetWClass | |
| { | |
| WinGet last_win, IDLast, ahk_class CabinetWClass | |
| WinActivate, ahk_id %last_win% | |
| ; 後ろから順に前に出す | |
| } else { |
| #1行目にカレントパス、2行目に時刻を表示 $i $o に値が代入されていたら内容を表示 | |
| PROMPT='%B[%~]%b$([ -n "$i" ] && echo "\n%B$"i:%b $i)$([ -n "$o" ] && echo "\n%B$"o:%b $o) | |
| %B[%T]%b ' |
| /usr/bin/hidutil property --filter '{"ProductID":0xc246,"VendorID":0x46d,}' --set '{"HIDMouseScrollAcceleration":75000}' | |
| local a = "a" | |
| function test() | |
| print("a=", a) | |
| print("b=", b) | |
| print("c=", c) | |
| end | |
| local b = "b" | |
| c = "c" |
| #!/usr/bin/env python3 | |
| import os | |
| import time | |
| import copy | |
| import urllib.request | |
| import urllib.parse | |
| from shlex import quote | |
| from math import trunc | |
| from bs4 import BeautifulSoup |
#How to transition from EasySIMBL to SIMBL
( ~ is your home directory )
Use SIMBL checkbox. Quit EasySIMBL.~/Library/ScriptingAdditions/EasySIMBL.osax if exists.SIMBL directory and EasySIMBL.osax located in ~/Library/Containers/ is not needed. Find from Finder or find command like find ~/Library/Containers -name "*SIMBL*" -ls and remove manually if exists.| #!/usr/bin/env ruby | |
| require "tmpdir" | |
| def proccess_rar(file) | |
| param=["x", file] | |
| system(["unrar", "unrar"], *param) | |
| end |
#WoTBlitz 課金関連
##ゴールド
##パッケージ
#Xcode 6.1 Documentation ダウンロード&インストール手順
追記:feed は修正されているので正しくダウンロードできると思われます。上手く行かない場合 ~/Library/Caches/com.apple.dt.Xcode を削除すればよろしいかと。
こういう問題があり、正しくダウンロードできない。(feed が正しい URL を指しておらず OS X 10.10 Documentation がインストールされる)
http://stackoverflow.com/questions/26531103/xcode-6-1-not-download-the-documentation-files
手動で正しいものをダウンロード