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 / 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 / roomservice.xml
Created November 23, 2015 07:11
local_manifests for d855 (cm-13.0)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_lge_d855" path="device/lge/d855" remote="github" />
<project name="CyanogenMod/android_device_lge_g3-common" path="device/lge/g3-common" remote="github" />
<project name="CyanogenMod/android_kernel_lge_g3" path="kernel/lge/g3" remote="github" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" />
<project name="CyanogenMod/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="cm-13.0" />
@lindwurm
lindwurm / marshmallow.xml
Created November 23, 2015 07:16
こいつらがmanifestから欠けてるので、公式にサポートされてない端末向けにビルドする際はlocal_manifestsに加えてください
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" />
<project name="CyanogenMod/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" />
</manifest>
@lindwurm
lindwurm / roomservice.xml
Created November 27, 2015 14:23
cm-13.0 build
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- CyanogenMod 13.0 common -->
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="CyanogenMod/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" />
<project name="CyanogenMod/android_external_stlport" path="external/stlport" remote="github" />
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" />
<!-- LGE common -->
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="cm-13.0" />
@lindwurm
lindwurm / nowplaying_from_gpm.js
Last active November 27, 2015 18:19 — forked from takanakahiko/nowplaing_from_gpm.js
Web版Google Play MusicでもいつものフォーマットでNowPlayingするブックマークレット
javascript:
var te=document.getElementById("player-song-title");
var t=te.innerHTML;
t=t.replace(/& /g,"&");
var ae=document.getElementById("player-artist");
var a=ae.innerHTML;
a=a.replace(/& /g,"&");
@lindwurm
lindwurm / wine_qsplash-tr.log
Created November 30, 2015 21:45
Parasol - クインタプルスプラッシュ 体験版 (Ubuntu 15.10, wine1.7.50)
lindwurm@maud:~/Desktop/qsplash_trial$ wine qsplash_tr.exe
err:menubuilder:init_xdg error looking up the desktop directory
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:time:GetCalendarInfoW Unimplemented caltype 4
fixme:time:GetCalendarInfoW Unimplemented caltype 3
fixme:mpr:WNetGetUniversalNameA ("Z:\\home\\lindwurm\\Desktop\\qsplash_trial\\savedata", 0x00000001, 0x32f5a8, 0x32f9b4): stub
fixme:mpr:WNetGetUniversalNameA ("Z:\\home\\lindwurm\\Desktop\\qsplash_trial\\savedata", 0x00000001, 0x32f554, 0x32f960): stub
fixme:thread:SetThreadIdealProcessor (0xc0): stub
fixme:thread:SetThreadIdealProcessor (0xc4): stub
fixme:thread:SetThreadIdealProcessor (0xc8): stub
@lindwurm
lindwurm / roomservice.xml
Last active November 30, 2015 21:50
for ResurrectionRemix-LP-v5.5.9
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="bitbucket"
fetch="https://bitbucket.org/" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="TheMuppets/proprietary_vendor_lge" path="vendor/lge" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_lge_d855" path="device/lge/d855" remote="github" />
<project name="CyanogenMod/android_device_lge_g3-common" path="device/lge/g3-common" remote="github" />
<project name="CyanogenMod/android_kernel_lge_g3" path="kernel/lge/g3" remote="github" />
<project name="CyanogenMod/android_device_lge_g2-common" path="device/lge/g2-common" remote="github" />
@lindwurm
lindwurm / styles.less
Created December 8, 2015 21:36
Mgen+とOhruriで圧倒的進捗するための ~/.atom/styles.less
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[]]></b:skin>
<b:template-skin></b:template-skin>
</head>
コードネーム 端末名 配信開始日
angler Nexus 6P 2015-11-25
bacon OnePlus One 2015-11-24
bullhead Nexus 5X 2015-11-25
d800 LG G2(AT&T) 2015-12-06
d801 LG G2(T-Mobile) 2015-11-25
d802 LG G2(Int) 2015-12-06
d803 LG G2(Canadian) 2015-12-06
d851 LG G3(T-Mobile) 2015-11-25