Skip to content

Instantly share code, notes, and snippets.

View misaka00251's full-sized avatar
😫
Stressful at work

Kiryuu Sakuya misaka00251

😫
Stressful at work
View GitHub Profile
@peppy
peppy / dmca_2015-06-14_eyal.txt
Created June 13, 2015 23:03
dmca_2015-06-14_eyal.txt
Hello, I'm Eyal Golan and I want to notify you that your site offers a packaged download for my music.
To prevent us from taking any further step and send a DMCA notice, please remove the copyrighted content from your site:
https://osu.ppy.sh/s/181448
https://osu.ppy.sh/s/191338
I want you to take this message as a serious one. Take the appropriate actions and notify me afterwards.
I, Eyal Golan, have a good faith belief that use of the copyrighted materials described above on the allegedly infringing web pages is not authorized by me, my agent or by the law.
I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.
To the OSU copyright staff
Music used for a shown animation is the musical piece that Hazuki Co., Ltd. holds a copyright.
This deleted it as a fair right of the copyright maintainer and called.
The exhibited file violates our copyright, property remarkably.
Please specify that it is an open real time stop, copyright violation.
Applicable https://osu.ppy.sh/s/319976
The music that is targeted for the copyright violation:Akai Yakusoku
お世話になっております。
合同会社クローバーソフトウェア ALcot法務 ******です。
本日、弊社サポートに
「楽曲が無断でアップロードされている」
という問い合わせがございました。
NOTIFICATION OF COPYRIGHT INFRINGEMENT
Dear Dean Herbert,
On behalf of RIAJ member record companies ( hereinafter, the "Record
Companies"), I am hereby notifying you I have found URL addresses
registered under your service name OSU! containing programs
infringing the Copyrights of the Record Companies and request immediate
removal, or disable access to, the material uploaded on your web site as
follows.
@shmup
shmup / torrents.md
Last active July 5, 2025 22:03
transmission blocklist guide

Transmission Blocklist

The Transmission torrent client has an option to set a Blocklist, which helps protect you from getting caught and having the DMCA send a letter/email.

It's as simple as downloading and installing the latest client:

[
"https://gq3brsw46hyrns0w4hjiqhtab8e9q24h93g8estrbgwt4h5h0triosgb80wt.wordpress.com/2016/10/26/%e9%95%bf%e5%b9%b3-%e4%bb%8e%e4%b8%a5%e6%b2%bb%e5%85%9a-%e5%94%af%e6%9c%89%e4%b8%89%e6%9d%83%e5%88%86%e7%ab%8b%e5%be%b7%e5%9b%bd%e4%b9%8b%e5%a3%b0%e4%b8%ad%e6%96%87%e7%bd%91/?from=groupmessage&isappinstalled=0",
"https://www.evernote.com/shard/s596/sh/b273afd0-4564-40f2-b81f-57ac23c3b61b/4e2b83c48886db7c1b2c5537d2483a99",
"https://won528.wordpress.com",
"http://url.cn/28ucN6a",
"https://win358.wordpress.com",
"https://red6451.wordpress.com",
"https://get510.wordpress.com",
"https://sit222.wordpress.com",
" http://alturl.com/9w4aq",
anonymous
anonymous / gist:06090717c8e1d047bc99d2b140cfae8d
Created November 14, 2016 05:34
blacklist
[
"https://gq3brsw46hyrns0w4hjiqhtab8e9q24h93g8estrbgwt4h5h0triosgb80wt.wordpress.com/2016/10/26/%e9%95%bf%e5%b9%b3-%e4%bb%8e%e4%b8%a5%e6%b2%bb%e5%85%9a-%e5%94%af%e6%9c%89%e4%b8%89%e6%9d%83%e5%88%86%e7%ab%8b%e5%be%b7%e5%9b%bd%e4%b9%8b%e5%a3%b0%e4%b8%ad%e6%96%87%e7%bd%91/?from=groupmessage&isappinstalled=0",
"https://www.evernote.com/shard/s596/sh/b273afd0-4564-40f2-b81f-57ac23c3b61b/4e2b83c48886db7c1b2c5537d2483a99",
"https://won528.wordpress.com",
"http://url.cn/28ucN6a",
"https://win358.wordpress.com",
"https://red6451.wordpress.com",
"https://get510.wordpress.com",
"https://sit222.wordpress.com",
" http://alturl.com/9w4aq",
#!/usr/bin/ruby
#
# This tool is only used to "decrypt" the github enterprise source code.
#
# Run in the /data directory of the instance.
require "zlib"
require "byebug"
KEY = "This obfuscation is intended to discourage GitHub Enterprise customers "+
@baryon
baryon / ss.yml
Last active November 1, 2024 22:56
在海外翻墙回国听音乐。IOS版Wingy使用的自定义配置YAML
adapter:
#ss代理, 在国内购买一台云服务器,安装好ShadowSocks代理服务器,iPhone版安装Wingy APP (SMART LIMITED的深蓝紫色免费版)。使用的本文的自定义配置YAML
- id: proxyAdapter
type: ss
#修改ss_host为服务器地址
host: ss_host
#修改ss_port为端口号
port: ss_port
#修改ss_password为密码
password: ss_password
@mort3za
mort3za / git-auto-sign-commits.sh
Last active July 3, 2025 16:42
Auto sign your git commits
# Generate a new pgp key: (better to use gpg2 instead of gpg in all below commands)
gpg --gen-key
# maybe you need some random work in your OS to generate a key. so run this command: `find ./* /home/username -type d | xargs grep some_random_string > /dev/null`
# check current keys:
gpg --list-secret-keys --keyid-format LONG
# See your gpg public key:
gpg --armor --export YOUR_KEY_ID
# YOUR_KEY_ID is the hash in front of `sec` in previous command. (for example sec 4096R/234FAA343232333 => key id is: 234FAA343232333)