Skip to content

Instantly share code, notes, and snippets.

View lindwurm's full-sized avatar
🦊
I may be slow to respond.

hota lindwurm

🦊
I may be slow to respond.
View GitHub Profile
@lindwurm
lindwurm / error_hdd
Created September 9, 2013 13:43
外付けHDDをマウントする際のエラー
Error mounting /dev/sdc1 at /media/lindwurm/hard: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdc1" "/media/lindwurm/hard"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
@lindwurm
lindwurm / Amazon.md
Last active December 29, 2015 03:59
これまでにWishlistとかでもらったもの一覧。ヽ('ω')ノ三ヽ('ω')ノひとつひとつ記憶を頼りに思い出しながら書き並べてるので忘れてるのあったらTwitterでmentionください。あやまります。

ぺんぎんさん(@penguin2716)の誕生日に便乗した以降にもらったもの

  • リアルゴールド(190ml) 30本入り×2ケース
  • ヴィート 脱毛シート
  • 松屋 牛めしバーガー (2個入り) ×11
  • ご注文はうさぎですか? 1-2巻
  • オランジーナ (420ml) ×1ケース(24本)
  • 国産レモン汁
  • かむかむレモン (140gボトル)
  • 神さまのいない日曜日 1巻 及び 3-8巻 (単品バラ)
@lindwurm
lindwurm / index.html
Last active December 31, 2015 20:09
lab/index.html
<div class="twelve columns">
<div class="row">
<div class="modal" id="menu">
<div class="content">
<a class="close switch" gumby-trigger="|#menu"><i class="icon-cancel" /></i></a>
<div class="row">
<div class="row">
<div class="twelve columns">
<div class="row">
<div class="column xlarge btn default">
@lindwurm
lindwurm / btn-inverse.css
Created January 24, 2014 16:35
Bootstrap 3で廃止された .btn-inverse を復活させるためのCSS(適当)
.btn-inverse {
color: #ffffff;
background-color: #292929;
border-color: #1F1F1F;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
@lindwurm
lindwurm / 69-language-selector-ja-jp.conf
Last active November 15, 2015 18:13
Linux環境でKoruriをシステム標準のフォントとして使いたいときのための /etc/fonts/conf.d/69-language-selector-ja-jp.conf です
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Japanese (ja) -->
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<test name="lang" compare="contains">
<string>ja</string>
@lindwurm
lindwurm / erg.md
Last active August 29, 2015 13:57
あれ

これなん

わたしのあれそれです。 並びは終わった順、購入順、欲しい順(たぶん下の方は適当)。

欲しい奴は http://bit.ly/lindwurm_games にある(たぶん)ので買ってください。

クリア済

  • リトルバスターズ!EX
  • クドわふたー
  • 幼なじみは大統領
@lindwurm
lindwurm / search
Created April 18, 2014 17:36
Bootstrap 3+Bloggerで作る検索フォーム
@lindwurm
lindwurm / koruri-make-failed
Created May 10, 2014 11:18
小瑠璃フォント生成用スクリプト https://gist.github.com/mandel59/530c20924768ce180923/1345d7119f7970ea26b83389c1aaa3f775690f81 で生成したかった結果。
ξ*σ_σ)ξoO( ~/koruri-make ) : fontforge -lang=py -script koruri.py
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Executable based on sources from 21:17 TAHT 30-Mar-2014-ML-D.
Library based on sources from 21:17 TAHT 30-Mar-2014.
Based on source from git with hash:
File "koruri.py", line 29
today = date.today()
^
@lindwurm
lindwurm / koruri.py
Last active December 17, 2015 21:20 — forked from mandel59/koruri.py
Generate Script fo Koruri/VlKoruri.
#!/usr/bin/env fontforge -lang=py -script
# -*- coding: utf-8 -*-
import fontforge
from datetime import date
# Open Sans のあるディレクトリのパス
opensans_path = "./Open_Sans"
# M+ のあるディレクトリのパス
@lindwurm
lindwurm / .zshrc
Created June 15, 2014 06:48
backup
# Created by lindwurm for 5.0.5
autoload -U compinit promptinit
setopt HIST_IGNORE_DUPS
compinit
promptinit
HISTFILE=$HOME/.zsh_history
HISTSIZE=100000
SAVEHIST=100000