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
#!/bin/bash
# YOUR_ACCESS_TOKEN には https://www.pushbullet.com/#settings/account から取得したトークンを使用
PUSHBULLET_TOKEN=YOUR_ACCESS_TOKEN
# CCacheを使う
export USE_CCACHE=1
workdir=`pwd`
mkdir -p $workdir/log/success $workdir/log/fail $workdir/rom
@ntddk
ntddk / fx0.md
Last active June 20, 2023 06:17
国内版Fx0にAndroidをインストールする

必要なもの

  • Windowsがインストールされたマシン(Windows 10で動作確認済)

手順

  • Android SDKをインストールする
  • KingoRootをインストールする
  • Fx0をUSBケーブルでマシンにつなぐ
  • KingoRootを起動し,「ROOT」をクリック
  • 待つ
  • adb shellからsuする
@sakuramilk
sakuramilk / cm-13.0_bootloop_log_debug.md
Last active August 11, 2016 19:54
cm-13.0 起動しない時のログデバッグ方法

起動しない時のログデバッグ方法

起動時にadbdが開始するようにdefault.propの値を変更する 具体的には以下の値を書き換える

ro.adb.secure=0
ro.secure=0
persist.sys.usb.config=adb

この変更をramdiskに反映させることでログデバッグが可能になる。

@mandel59
mandel59 / koruri.py
Last active December 17, 2015 21:20
小瑠璃フォント生成用スクリプト
#!/usr/bin/env fontforge -lang=py -script
# -*- coding: utf-8 -*-
import fontforge
from datetime import date
# Open Sans のあるディレクトリのパス
opensans_path = "./Open_Sans"
# M+ のあるディレクトリのパス
# Resurrection Remix OS - Marshmallow
Source Code: http://github.com/ResurrectionRemix
G+: https://plus.google.com/communities/109352646351468373340
Resurrection Remix Crowdin : https://crowdin.com/project/resurrectionremix/
For extended changelog, track github activities
# The Changelog
# -*- coding: utf-8 -*-
require 'twitpic-full'
Plugin.create(:mikutter_twitpic_uploader) do
UserConfig[:twitpic_upimg] = ""
UserConfig[:twitpic_message] = ""
twitpic = TwitPic::Client.new()
twitpic.configure do |conf|
# 気にしたらいけない。
conf.api_key = "9b1d5ca2076eaa7029c83717dd641b47"
@toshia
toshia / uwa.yasnippet
Created August 17, 2012 15:40
うわああああああ
# -*- mode: snippet -*-
# name: うわああああああ
# key: uwa
# --
( ^o^)${1:なんかセリフ}
( ˘⊖˘)。o(待てよ、なんで$1${2:なん}だ…?)
|${3:place}| ┗(☋` )┓三
@pasberth
pasberth / tumblr-custom-insert-a-portrait-url.html
Created August 9, 2012 15:59
Tumblr のカスタムHTMLでプロフィール画像を挿入する
<div class="portrait">
<img src="{PortraitURL-128}" alt="User" />
</div>
@arc680
arc680 / TwitKusoWaro.rb
Created August 8, 2012 14:07
そのツイット( '-^ )b クソワロタです fork from そのツイット( '-^ )b クソワロタです
# -*- coding: utf-8 -*-
# そのツイット( '-^ )b クソワロタです
# 元→https://github.com/catback/KusoWaro
Module.new do
Plugin.create(:TwitKusoWaro).add_event_filter(:command){ |menu|
menu[:twit] = {
:slug => :TwitKusoWaro,
:name => 'そのツイット',
:condition => lambda{ |m| m.message.repliable? },