本群是一个菊苣们的技术闲聊群,聚集着一群和谐友爱齐心协力打击着吾等渣渣的菊苣们(误)。欢迎将觉得有意思的朋友也拉进来,但是务必保持小圈子的和谐友爱氛围,务必保持小圈子的和谐友爱氛围,因为很重要所以说两遍 ……
- 如果想拉人,请通知管理员。
- 请不要轻易的 fork (null) 的成员列表。
<?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" | |
) |
<?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/"/> |
I hereby claim:
To claim this, I am signing this object:
// ==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 |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import copy | |
import json | |
import fileinput | |
# tool | |
def print_list_utf8(list): | |
print "[", |
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 |