Skip to content

Instantly share code, notes, and snippets.

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

Riley unlimish

🍼
𝒯𝑒𝓃𝒹𝑒𝓇 𝒾𝓈 𝓉𝒽𝑒 𝓌𝑜𝓇𝓁𝒹
View GitHub Profile
@unlimish
unlimish / clock.css
Last active September 27, 2022 18:42
Clock widget for stream
#time {
font-size: {{timeSize}}px;
font-family: 'Quicksand', sans-serif;
font-weight: {{fontWeightTime}};
color:{{timeColor}};
}
#date {
font-size: {{dateSize}}px;
font-family: 'Quicksand', sans-serif;
font-weight: {{fontWeightDate}};
@unlimish
unlimish / Unlimish_Dark_Pink.xml
Last active July 1, 2021 13:26
Blender Unlimish's Theme
<bpy>
<Theme>
<user_interface>
<ThemeUserInterface
menu_shadow_fac="0.5"
menu_shadow_width="12"
icon_alpha="1"
icon_saturation="1"
widget_emboss="#00000000"
editor_outline="#202020"
@unlimish
unlimish / launch.json
Last active February 3, 2021 10:53
VScode lldb settings
{
"version": "0.2.0",
"configurations": [
{
"name": "c_debug",
"type": "lldb",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}.out",
"args": [],
"cwd": "${fileDirname}",
@unlimish
unlimish / 新下駄配列.yab
Created August 7, 2020 05:23
やまぶきR用 新下駄配列
;新下駄配列
;http://kouy.exblog.jp/13627994/
[ローマ字シフト無し]
1,2,3,4,5,6,7,8,9,0,'-',^,¥
-,ni,ha,,,ti,gu,ba,ko,ga,hi,ge,'['
no,to,ka,nn,ltu,ku,u,i,si,na,後,']'
su,ma,ki,ru,tu,te,ta,de,.,bu,¥
@unlimish
unlimish / Eucalyn 配列 (ASCII 配列版).txt
Last active January 9, 2022 12:11
DvorakJ用Eucalyn配列設定ファイル for ASCII USキーボード
同時に打鍵する配列
/*
* CiNii Article - History of Standardization of Keyboards : ANSI INCITS 154
* http://ci.nii.ac.jp/naid/110003892250
*
* Eucalyn配列について
* http://eucalyn.hatenadiary.jp/entry/about-eucalyn-layout
*/
'
,
-
.
/
:
;
[
]
a
Other 4 hrs 49 mins ██████████▌░░░░░░░░░░ 50.0%
C 1 hr 6 mins ██▍░░░░░░░░░░░░░░░░░░ 11.6%
Makefile 46 mins █▋░░░░░░░░░░░░░░░░░░░ 8.0%
Text 37 mins █▍░░░░░░░░░░░░░░░░░░░ 6.5%
Markdown 35 mins █▎░░░░░░░░░░░░░░░░░░░ 6.1%
神聖かまってちゃん ███████▊░░░░░░░░░ 18 plays
EmoCosine █▋░░░░░░░░░░░░░░░ 4 plays
Ado █▎░░░░░░░░░░░░░░░ 3 plays
COLTEMONIKHA █▎░░░░░░░░░░░░░░░ 3 plays
Aran ▊░░░░░░░░░░░░░░░░ 2 plays
James Landino ▊░░░░░░░░░░░░░░░░ 2 plays
kors k ▊░░░░░░░░░░░░░░░░ 2 plays
Maison book girl ▊░░░░░░░░░░░░░░░░ 2 plays
Sana ▊░░░░░░░░░░░░░░░░ 2 plays
->Pia-no-jaC<- ▍░░░░░░░░░░░░░░░░ 1 plays
@unlimish
unlimish / WSL_fist_ubuntu_18.10.sh
Last active July 5, 2020 08:16
WSL2で起動してGUIを立ち上げるときにすること
# UUID を更新する
sudo sh -c 'dbus-uuidgen > /var/lib/dbus/machine-id'
# DBus を再起動する
sudo service dbus restart
# DISPLAY 環境変数は以下で指定する
export DISPLAY="$(cat /etc/resolv.conf|grep nameserver|awk '{print $2}'):0"
# ココまで設定したら、VcXsrv を起動する。
@unlimish
unlimish / unlimish_pop.xml
Created June 9, 2020 02:00
Unlimish's Blener theme
<bpy>
<Theme>
<user_interface>
<ThemeUserInterface
menu_shadow_fac="0.215574"
menu_shadow_width="13"
icon_alpha="1"
icon_saturation="1"
widget_emboss="#9e9e9e12"
editor_outline="#a5a5a5"