陈旸
Dimpurr Cheny
2000 年,男,活跃在广东/北京/上海
前端工程师,交互设计师
兼修文案和组织策划
主攻前端开发、交互和平面设计,兼有后端开发基础,涉猎数字媒体、影音剪辑和出版,有组织策划和文案经验,善于沟通协作,有团队和项目管理能力。
| echo 'should runing as root!' | |
| su root | |
| sed -i 's|security.debian.org/debian-security|mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list | |
| apt update | |
| apt install htop vim openssh-server zsh neofetch | |
| cd /root | |
| git clone https://gitee.com/mirrors/oh-my-zsh.git | |
| cd oh-my-zsh/tools | |
| ./install.sh | |
| echo 'neofetch' >> /root/.zshrc |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import copy | |
| import json | |
| import fileinput | |
| # tool | |
| def print_list_utf8(list): | |
| print "[", |
| // ==UserScript== | |
| // @name Bilibili-macOS-PIPScript | |
| // @namespace https://gist.github.com/dimpurr/17872d8cae49f6ca2b62a4e12872ceba | |
| // @updateURL https://openuserjs.org/meta/dimpurr/Bilibili-macOS-PIPScript.meta.js | |
| // @version 0.2 | |
| // @description Enable PIP(Picture-In-Picture) on macOS for bilibili | |
| // @author Dimpurr | |
| // @include /^http:\/\/www.bilibili.com\/video\/av/ | |
| // @include /^http:\/\/bangumi.bilibili.com\/anime\/v/ | |
| // @run-at document-end |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>(null) 菊苣们的欢快日常</title> | |
| </head> | |
| <body> | |
| <outline text="(null) 菊苣们的欢快日常" title="(null) 菊苣们的欢快日常"> | |
| <outline type="rss" text="欧林猫 - Oling Cat's Home" title="欧林猫 - Oling Cat's Home" xmlUrl="http://olingcat.blogspot.com/feeds/posts/default" htmlUrl="http://olingcat.blogspot.com/"/> | |
| <outline type="rss" text="Nannan - RSS 2.0" title="Nannan - RSS 2.0" xmlUrl="http://nannan.biz/index.php/feed/" htmlUrl="http://nannan.biz/"/> |
| <?php | |
| $asins = $argv; array_shift($asins); | |
| function fetch_amazon_jp_images($asin) | |
| { | |
| $opts = array( | |
| 'http'=>array( | |
| 'method'=>"GET", | |
| 'header'=>"User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36" | |
| ) |