Skip to content

Instantly share code, notes, and snippets.

View abrasumente233's full-sized avatar
🛏️
Oh

abrasumente abrasumente233

🛏️
Oh
  • 03:56 (UTC)
View GitHub Profile
@abrasumente233
abrasumente233 / nesign.py
Last active June 26, 2022 01:46
网易云音乐签到(pc android)
# -*- coding: utf-8 -*-
"""网易云自动签到"""
import requests
__author__ = 'abrasumente'
@abrasumente233
abrasumente233 / One Light.icls
Last active February 6, 2016 15:01
One LIght Scheme for Python, CSS, JSON (JetBrains)
<scheme name="One Light" version="142" parent_scheme="Default">
<option name="LINE_SPACING" value="1.0" />
<option name="EDITOR_FONT_SIZE" value="15" />
<option name="CONSOLE_FONT_NAME" value="DejaVu Sans Mono" />
<option name="EDITOR_FONT_NAME" value="Fira Mono" />
<colors>
<option name="CARET_ROW_COLOR" value="e6e6ed" />
<option name="CONSOLE_BACKGROUND_KEY" value="f8f8ff" />
<option name="GUTTER_BACKGROUND" value="f8f8ff" />
<option name="INDENT_GUIDE" value="bfbfbf" />
@abrasumente233
abrasumente233 / cvimrc
Last active May 29, 2020 00:43
cvimrc
set smoothscroll
map a K
map q J
map h createHoverHint
let mapleader = "\<Space>"
map <Leader>r reloadTabUncached
let blacklists = ["https://cracking-the-cryptic.web.app/*"]
@abrasumente233
abrasumente233 / jack.py
Created June 17, 2018 16:57
LumberJack 手残助手,最高 445,再微调估计可以更高。手动再见
import time
from PIL import ImageGrab
import pyautogui
wood_color = (161, 116, 56)
right_first = (542, 631)
left_first = (406, 631)
n_woods = 6
@abrasumente233
abrasumente233 / cvimrc
Created July 2, 2019 14:06
cvimrc new
set smoothscroll
map a K
map q J
let mapleader = "\<Space>"
map <Leader>r reloadTabUncached
@abrasumente233
abrasumente233 / .vimrc
Created February 6, 2021 14:12
.vimrc
set guifont=Fira\ Code:h11:cANSI
set guifontwide=Microsoft\ Yahei\ Mono:h12
set pythonthreedll=python38.dll
set encoding=utf-8
set fileencodings=utf-8,chinese,latin-1,gbk,gb18030,gk2312
set fileencoding=utf-8
" set foldmethod=indent
/* $ clang++ -o # @ -O2 -Wall
*
* compile anything
* original version by Tom Duff: http://www.iq0.com/duffgram/com.html
* here's my own version, with the purpose to learn exec() syscall.
*
* - 44
* 2021.11.24
*/
@abrasumente233
abrasumente233 / .vimrc
Last active August 17, 2023 06:03
.vimrc-new
set tabstop=4 " The width of a TAB is set to 4.
" Still it is a \t. It is just that Vim will interpret it
" to be having a width of 4.
set shiftwidth=4 " Indents will have a width of 4. set softtabstop=4 "
"Sets the number of columns for a TAB.
set expandtab
set incsearch
set hlsearch
set laststatus=2
set ignorecase
mapkey a K
mapkey q J
mapkey s j
mapkey w k
mapkey e u
mapkey S H
mapkey D L
mapkey t O
map R reload hard
@abrasumente233
abrasumente233 / nix-lang.md
Created March 21, 2024 17:41 — forked from edolstra/nix-lang.md
Nix language changes

This document contains some ideas for additions to the Nix language.

Motivation

The Nix package manager, Nixpkgs and NixOS currently have several problems:

  • Poor discoverability of package options. Package functions have function arguments like enableFoo, but there is no way for the Nix UI to discover them, let alone to provide programmatic ways to