- Windowsがインストールされたマシン(Windows 10で動作確認済)
- Android SDKをインストールする
- KingoRootをインストールする
- Fx0をUSBケーブルでマシンにつなぐ
- KingoRootを起動し,「ROOT」をクリック
- 待つ
- adb shellから
su
する
#!/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 |
su
する#!/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" |
# -*- mode: snippet -*- | |
# name: うわああああああ | |
# key: uwa | |
# -- | |
( ^o^)${1:なんかセリフ} | |
( ˘⊖˘)。o(待てよ、なんで$1${2:なん}だ…?) | |
|${3:place}| ┗(☋` )┓三 |
<div class="portrait"> | |
<img src="{PortraitURL-128}" alt="User" /> | |
</div> |
# -*- 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? }, |