Skip to content

Instantly share code, notes, and snippets.

View LaoshuBaby's full-sized avatar

快乐的老鼠宝宝 LaoshuBaby

View GitHub Profile
using System;
using System.Buffers.Binary;
using System.Text;
namespace GeniusInvokationEncoding;
/// <summary>
/// https://www.bilibili.com/video/av278125720
/// </summary>
internal class Program
@kg583
kg583 / iopcc.py
Last active June 30, 2023 06:34
Logo for the 2023 IOPCC
c,o,d,e =[ 32],[95], [32,124],[124,32] ;vars(vars( ) [dir( )[1]])[
dir(vars() [dir( )[1]])[ 136] ]( vars( str) [dir( str)[56]]( str(1)[:~1],map(
vars(vars( )[dir()[1]])[dir( vars( )[dir( )[1]]) [92]],[*c*2,95,*c* 4,95,*c*10,95,*c*3
,95,*c*10, *o*2,*c*10,*o*2,*c* 15,95,*c *7,95,* c*3,95,32,10,*d*2,* c*2,*e,124,*c*8,*e*
4,* c* 8 ,92,32 ,92,*c*8 ,47,32 ,47,*c* 14,*e*2 ,*c*4, *e*3,124 ,10,*d
*2,*o* 2,*e*2, *c*2,*o *3,32, *d*4,* c*3,*o*3 ,*c* 4,
92,32, 92,*c*2, 47,92,* c*2,47,32,47,*c*2 ,*o*3,* c*4,95,
32,*o* 2,32,*d *2,*c*3 ,*o*2,*e*3, 124, 10,*d,* c*2,*o*
2, *c* 2,*e,32 ,47,32, 95,32,92,*d*4, *c*2,47 ,32,95,
32,92, *c*4,92 ,32,92, 47,*c* 2,92,47 ,32,47,
@lychichem
lychichem / china-national-standard-gb-t-7714-2015-numeric.csl
Last active November 29, 2023 11:30
china-national-standard-gb-t-7714-2015-numeric.csl
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" delimiter-precedes-last="always" demote-non-dropping-particle="never" initialize-with=" " name-delimiter=", " names-delimiter=". " name-as-sort-order="all" sort-separator=" ">
<info>
<title>China National Standard GB/T 7714-2015(numeric, 中文)</title>
<title-short>GB/T 7714-2015</title-short>
<id>http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric</id>
<link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric" rel="self"/>
<link href="http://www.std.gov.cn/gb/search/gbDetailed?id=71F772D8055ED3A7E05397BE0A0AB82A" rel="documentation"/>
<author>
<name>lychichem</name>
@MOOOWOOO
MOOOWOOO / py-gitignore
Last active May 2, 2024 19:03
python pycharm gitignore
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so