This file contains 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
import psutil | |
import matplotlib.pyplot as plt | |
def get_running_processes(): | |
running_processes = [] | |
# Iterate over all running processes | |
for proc in psutil.process_iter(['pid', 'name', 'memory_info']): | |
try: | |
process_info = proc.info |
This file contains 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
const reverseProxyBase = { | |
acgnx: "share.acgnx.se", | |
acgrip: "acg.rip", | |
bangumi: "bangumi.moe", | |
dmhy: "share.dmhy.org", | |
mikan: "mikanani.me", | |
miobt: "miobt.com", | |
nyaa: "nyaa.si", | |
nyaa_sukebei: "sukebei.nyaa.si" | |
} |
This file contains 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
import PIL | |
import PIL.Image | |
import PIL.ImageDraw | |
import numpy as np | |
import tqdm | |
image_in = "image_in.png" | |
def sample_pixel(image: PIL.Image.Image, x, y): |
This file contains 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
black==23.1.0 | |
click==8.1.3 | |
contourpy==1.0.7 | |
cycler==0.11.0 | |
fonttools==4.39.2 | |
kiwisolver==1.4.4 | |
matplotlib==3.7.1 | |
mypy-extensions==1.0.0 | |
numpy==1.24.2 | |
packaging==23.0 |
I hereby claim:
- I am lynzrand on github.
- I am lynzrand (https://keybase.io/lynzrand) on keybase.
- I have a public key whose fingerprint is 1467 A997 CB61 4DDD 6B8F 5FD3 B119 BA40 670B 5443
To claim this, I am signing this object:
Hello. I would like you to be the judge of a reverse Turing test. The following are three questions generated by ChatGPT and the corresponding answers by two participants. One of them is an AI like ChatGPT and the other one is a human. Try your best to determine which is which.
Questions:
What is your favorite color and why?
If you could have dinner with any historical figure, who would it be and why?
What is one thing you would change about the world if you had the power to do so?
Answer by A:
This file contains 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== | |
// @id iitc-plugin-s2cells@ny | |
// @name IITC plugin: S2 cell (VIP道館-藍,道館-紅,補給站-黃) | |
// @author ny | |
// @category Layer | |
// @version 0.1.7 | |
// @namespace https://github.com/alvin853/s2cells | |
// @updateURL https://raw.githubusercontent.com/alvin853/s2cells/master/s2cells.meta.js | |
// @downloadURL https://raw.githubusercontent.com/alvin853/s2cells/master/s2cells.user.js | |
// @description IITC: Shows various S2 cells on the map |
This file contains 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
from typing import Any | |
import bitstream | |
liukanshan = open("liukanshan.txt", "r").read() | |
lks_lines = liukanshan.splitlines() | |
rle = [] | |
# do run-length encoding of the lines | |
for line in lks_lines: | |
rle_line = [] |
This file contains 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
[buildPlans.IosevkaMoe] | |
family = "Iosevka Moe" | |
spacing = "normal" | |
serifs = "sans" | |
noCvSs = true | |
exportGlyphNames = false | |
[buildPlans.IosevkaMoe.variants.design] | |
capital-b = "more-asymmetric-interrupted-serifless" | |
capital-c = "serifless" |
NewerOlder