This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="kbc-developers/android_device_htc_m7wlj" path="device/htc/m7wlj" revision="cm-13.0" /> | |
<project name="kbc-developers/android_device_htc_m7-common" path="device/htc/m7-common" revision="cm-13.0" /> | |
<project name="kbc-developers/android_kernel_htc_msm8960" path="kernel/htc/msm8960" revision="cm-13.0" /> | |
<project name="kbc-developers/android_device_htc_msm8960-common" path="device/htc/msm8960-common" revision="cm-13.0" /> | |
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" revision="cm-13.0" /> | |
<project name="kbc-developers/proprietary_vendor_htc" path="vendor/htc" revision="cm-13.0" /> | |
<remove-project name="kbc-developers/android_packages_apps_Nfc" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
START_TIME="$(date)" | |
source venv/bin/activate | |
source build/envsetup.sh | |
brunch $1 2>&1 | tee /tmp/tmp.log | |
END_TIME="$(date)" | |
echo -e "\n開始:${START_TIME}\n終了:${END_TIME}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u -r '--exclude=.git' kirk_engine_old/common/utils.c kirk_engine/common/utils.c | |
--- kirk_engine_old/common/utils.c 2016-08-02 12:14:08.101645239 +0900 | |
+++ kirk_engine/common/utils.c 2016-08-02 12:09:29.525335002 +0900 | |
@@ -6,7 +6,7 @@ | |
#include <stdlib.h> | |
#include <dirent.h> | |
#include <sys/stat.h> | |
-#include <io.h> | |
+//#include <io.h> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<remote name="kbc" | |
fetch="https://github.com/kbc-developers" | |
revision="cm-13.0" /> | |
<project name="android_device_htc_m7wlj" path="device/htc/m7wlj" remote="kbc" /> | |
<project name="android_device_htc_m7-common" path="device/htc/m7-common" remote="kbc" /> | |
<project name="android_kernel_htc_msm8960" path="kernel/htc/msm8960" remote="kbc" /> | |
<project name="android_device_htc_msm8960-common" path="device/htc/msm8960-common" remote="kbc" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
require 'uri' | |
def usage | |
puts "\nUsage: nico_dl video_url" | |
end | |
if ARGV[0] !~ URI.regexp then | |
puts "ARGV[0] is not URI" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname= | |
pkgver= | |
pkgrel=1 | |
pkgdesc="" | |
arch=('i686' 'x86_64') | |
url="" | |
license=('custom') | |
depends=('') | |
makedepends=('') | |
source=(git+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Skullgirls | |
#Exec=steam steam://rungameid/245170 | |
Exec=/home/trick/.local/bin/skullgirls | |
Icon=steam_icon_245170 | |
Terminal=false | |
Type=Application | |
Categories=Game; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- src/mozc-neologd-ut-2.17.2315.102.20160225.1/PKGBUILD 2016-02-26 00:53:21.000000000 +0900 | |
+++ PKGBUILD 2016-02-28 10:12:09.709158958 +0900 | |
@@ -1,4 +1,5 @@ | |
-# Maintainer: UTUMI Hirosi <utuhiro78 att yahoo dott co dott jp> | |
+# Maintainer: trickart <[email protected]> | |
+# Contributor: UTUMI Hirosi <utuhiro78 att yahoo dott co dott jp> | |
# Contributor: Felix Yan <[email protected]> | |
# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> | |
@@ -12,7 +13,7 @@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=iTunes | |
Exec=/home/trick/.local/bin/itunes.sh %u | |
Terminal=false | |
Icon=/home/trick/.local/share/applications/iTunes.png | |
Categories=AudioVideo;Audio; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="kbc-developers/android_device_samsung_kltekdi" path="device/samsung/kltekdi" remote="github" /> | |
<project name="kbc-developers/android_device_samsung_klte-common" path="device/samsung/klte-common" remote="github" /> | |
<project name="kbc-developers/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" /> | |
<project name="kbc-developers/android_kernel_samsung_klte" path="kernel/samsung/klte" remote="github" /> | |
<project path="device/samsung/qcom-common" name="CyanogenMod/android_device_samsung_qcom-common" remote="github" revision="cm-13.0" /> | |
<project path="vender/samsung" name="kbc-developers/proprietary_vendor_samsung" remote="github" revision="cm-13.0" /> | |
</manifest> |