Skip to content

Instantly share code, notes, and snippets.

View unlimish's full-sized avatar
🍼
𝒯𝑒𝓃𝒹𝑒𝓇 𝒾𝓈 𝓉𝒽𝑒 𝓌𝑜𝓇𝓁𝒹

Riley unlimish

🍼
𝒯𝑒𝓃𝒹𝑒𝓇 𝒾𝓈 𝓉𝒽𝑒 𝓌𝑜𝓇𝓁𝒹
View GitHub Profile
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
E: Unable to locate package lib32bz2-1.0
E: Couldn't find any package by glob 'lib32bz2-1.0'
E: Couldn't find any package by regex 'lib32bz2-1.0'
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
fun main(args: Array<String>) {
for (str in 0 until 100 step 4)
println(str)
}
@unlimish
unlimish / UserParams.ini
Created December 28, 2018 14:27
MacType Setting
;-------------------------------------------------------------------------------
[General]
;-------------------------------------------------------------------------------
; HookTarget (0:All, 1:ExcludeMode, 2:IncludeMode, 3:None)
HookTarget = 0
; ForceNoHinting (slight rotation)
; (0:Disabled, 1:Enabled)
ForceNoHinting = 0
  • ICUライブラリ(in Android)でEmoji(Unicode)に関する属性設定ができる

白黒の絵文字とカラーEmoji どっちが表示されるべきか

白黒

Text Pressentation

カラー

Emoji Pressentation

AndroidのPresentation実装

  • Fontの使い分けによって実装
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="LineageOS/android_device_xiaomi_capricorn" path="device/xiaomi/capricorn" remote="github" revision="lineage-15.1" />
<project name="LineageOS/android_kernel_xiaomi_msm8996" path="kernel/xiaomi/msm8996" remote="github" revision="lineage-15.1" />
<project name="LineageOS/android_device_xiaomi_msm8996-common" path="device/xiaomi/msm8996-common" remote="github" revision="lineage-15.1"/>
<project name="LineageOS/android_packages_apps_FlipFlap" path="packages/apps/FlipFlap" remote="github" revision="lineage-15.1" />
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" />
</manifest>
{
"readOnlyOnce": false,
"serverPort": "8888",
"mirakurunPath": "http+unix://%2Fvar%2Frun%2Fmirakurun.sock/",
"dbType": "sqlite3",
"recorded":"/recorded/epg_rec/",
"ffmpeg": "/usr/local/bin/ffmpeg",
"ffprobe": "/usr/local/bin/ffprobe",
"maxEncode": 2,
"encode": [

Keybase proof

I hereby claim:

  • I am unlimish on github.
  • I am unlimish (https://keybase.io/unlimish) on keybase.
  • I have a public key ASDx30aeSdKA3OXCRyQ7f-C_2D0cc-fJm6EIV-nyw9iyhwo

To claim this, I am signing this object:

// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',