This file contains hidden or 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/gnuplot | |
## define cone function | |
cone(x,y,cx,cy) = 1 - sqrt((x-cx)**2+(y-cy)**2) | |
## set hidden line removal | |
set hidden3d | |
## set view | |
set view 0,0 |
This file contains hidden or 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
jibanyan_equation = @(x,y) ... | |
min(max(max(min(1-(x/108).^2-(y/94).^2, y), ... | |
min(1-((abs(x)-119)/103).^2-((y-56)/86).^2, ... | |
1-((abs(x)-15)/77).^2-((y-119)/100).^2)), ... | |
max(1-((abs(x)-42)/66).^2-(y/55).^2, ... | |
min(min(55+y,51-abs(x)),-y))),3.*abs(y-100)-2.*(x-75)) ... | |
.* min(min(max(max(min(1-(x/106).^2-(y/92).^2,y), ... | |
min(min(1-((abs(x)-119)/101).^2-((y-56)/84).^2, ... | |
((abs(x)-99)/40).^2+((y-54)/86).^2-1),92-abs(x))), ... | |
1-((abs(x)-42)/64).^2-(y/53).^2),min(min(((abs(x)-52)/26).^2 ... |
This file contains hidden or 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
// ==UserScript== | |
// @name ADS+MathJax | |
// @namespace http://xr0038.net | |
// @description automatically load MathJax in SAO/NASA ADS | |
// @include http://adsabs.harvard.edu/abs/* | |
// @version 1.1 | |
// @grant none | |
// ==/UserScript== | |
(function(URL){ |
This file contains hidden or 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
## 2015.11.08 | |
# アイドルマスターシンデレラガールズ Pixiv 検索数調査結果 | |
# カラムの内容は以下の通り | |
# 1. 名前 | |
# 2. 年齢 | |
# 3-4. 身長, 体重 | |
# 5-7. スリーサイズ | |
# 8. 名前 での検索 hit 数 | |
# 9. 名前+R-18 での検索 hit 数 | |
# 10. 名前+R-18G での検索 hit 数 |
This file contains hidden or 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
// ==UserScript== | |
// @name jump2adsabs | |
// @namespace http://xr0038.net | |
// @description Authomatically jump to another SAO/NASA ADS | |
// @include http://adsabs.harvard.edu/* | |
// @include http://cdsads.u-strasbg.fr/* | |
// @include http://ukads.nottingham.ac.uk/* | |
// @include http://esoads.eso.org/* | |
// @include http://ads.ari.uni-heidelberg.de/* | |
// @include http://ads.inasan.ru/* |
This file contains hidden or 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
// ==UserScript== | |
// @name addLinkADSBeta | |
// @namespace http://xr0038.net | |
// @description Add a link to jump to the original SAO/NASA ADS abstract page | |
// @include https://ui.adsabs.harvard.edu/#abs/* | |
// @run-at document-end | |
// @version 1 | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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
# .conkyrc: the original version created by fabsh <[email protected]> | |
# v. 1.0 | |
# Use Xft? | |
use_xft yes | |
xftfont M+ 1p:Light:size=16 | |
xftalpha 1.0 | |
text_buffer_size 2048 | |
# Update interval in seconds |
This file contains hidden or 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=Mozc Dictionary Tool | |
ENcoding=UTF-8 | |
Exec=/usr/lib/mozc/mozc_tool --mode=dictionary_tool | |
Icon=/usr/share/icons/mozc/ime_product_icon_opensource-32.png | |
Type=Application | |
Terminal=false | |
Comment=Launch Mozc Dictionary Tool | |
StartupNotify=true | |
Categories=Settings; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
// ==UserScript== | |
// @name Amazon URL Cleaner | |
// @namespace http://xr0038.net | |
// @description Clean Amazon item URL | |
// @include http://www.amazon.co.jp*/dp/* | |
// @include https://www.amazon.co.jp*/dp/* | |
// @include http://www.amazon.co.jp*/gp/* | |
// @include https://www.amazon.co.jp*/gp/* | |
// @run-at document-start | |
// @version 1.2 |
OlderNewer