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
choco install alacritty --version 0.12.3 -y | |
choco install altsnap --version 1.61 -y | |
choco install enpass.install --version 6.9.2.1563 -y | |
choco install bitwarden --version 2023.10.1 -y | |
choco install etcher --version 1.18.11 -y | |
choco install slack --version 4.35.126 -y | |
choco install sumatrapdf --version 3.5.2 -y | |
choco install windirstat --version 1.1.2.20161210 -y | |
choco install everything --version 1.4.11024 -y | |
choco install spotify --version 1.2.25.1011 -y |
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
[{'title': 'アイカツ!', | |
'title_id': 3480, | |
'play_counts': [291142, | |
46562, | |
37791, | |
33431, | |
33520, | |
31841, | |
30346, | |
30917, |
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
img.tweet-avatar.avatar { | |
width: 20px; | |
height: 20px; | |
} | |
time.tweet-timestamp.js-timestamp { | |
display: none; | |
} |
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
しかし、インド人は、なんだか小さい子どもを、殺してしまうとかなんとか。 | |
出口という出口には、ちゃんと種があるんだよ。 | |
「いやだとは思っていました。 | |
」魔法博士の顔と、そっくりになっていることは、めったにありません。 | |
新聞記者の耳にも聞えたと思うくらいです」何かしら想像もできない。 | |
」ゴングは、手をのばしきらないうちに、机の上を金色のトカゲのようなものが、うごめいていた位です。 | |
」文代さんは、顔に決心の色を見て取ったからか、老人は、いとたのもしげな口調であった。 | |
あいつの車は青いボディー、小林君たちはべつにひどい目にあわせたのです。 | |
いまは午後の第一日にはそれがどうしてもわからないんだが、そういうものは、私は私ではないのだ。 | |
魔人と名探偵お話はとんで、それから三十年も四十年も前でしょうか。 |
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/env python3 | |
# -*- coding:utf-8 -*- | |
from glob import iglob | |
import re | |
import MeCab | |
import markovify | |
def load_from_file(files_pattern): |
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
The Zen of Python, by Tim Peters | |
Beautiful is better than ugly. | |
Explicit is better than implicit. | |
Simple is better than complex. | |
Complex is better than complicated. | |
Flat is better than nested. | |
Sparse is better than dense. | |
Readability counts. | |
Special cases aren't special enough to break the rules. |
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
sudo apt install texlive-lang-japanese texlive-latex-recommended texlive-latex-extra | |
sudo cp ~/Dropbox/config/latex/jlisting.sty /usr/share/texlive/texmf-dist/tex/latex/listings/ | |
ghq get "zr-tex8r/BXcoloremoji" | |
sudo ln -s ~/src/github.com/zr-tex8r/BXcoloremoji /usr/share/texlive/texmf-dist/tex/latex/ | |
sudo mktexlsr |
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/env python3 | |
# -*- coding:utf-8 -*- | |
from tempfile import TemporaryDirectory | |
import datetime | |
import tweepy | |
import requests | |
import dateparser as dp | |
from bs4 import BeautifulSoup |
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
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory |
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
$("div.status > div.status__content > p > span").each(function() { | |
var html = $(this).html(); | |
if (html.indexOf("🔞") != -1 || html.indexOf("R-18") != -1 || html.indexOf("R18") != -1) { | |
$(this).closest("div.status").hide(); | |
} | |
}); |
NewerOlder