https://github.com/bitdust/WamaCry
这个用途可太广泛了:
0. 一周没进展要开周会了怎么办
https://github.com/hotvulcan/Thanos.sh
这个脚本会随机“删掉”您一半的文件。。。
想体验的同学请慎重,这是个真家伙,运行前先写好辞职信。。
你可以告诉老板,不给加薪,我打个响指就可以让公司服务器上一半的文件消失,就问你老板慌不慌。
https://github.com/vadimdemedes/gifi
这是个刚需,我们在npm install的时候是不是傻傻的看着进度转圈?这对程序员的心理伤害极大,极容易让程序员抑郁,gifi就可以在下载的时候放一个动态图,缓解无聊,增加码农身心健康!
https://github.com/possatti/pokemonsay
每天打开终端就蹦出个小精灵,心情美好一整天
https://github.com/mroth/git-muzak
这样歌荒的时候就可以去review一下别人的代码找歌。。。
https://github.com/lolcommits/lolcommits
这每次提交代码还要去刮胡子洗脸。。
https://github.com/hakluke/how-to-exit-vim
传说所有的程序员都曾经不知道如何退出vim…
这是stack overflow上问的最多的问题
告诉你几个正确的方式,比如苹果上这样退出:
:let script="activate application \ \"iTerm\"\ntell application \"System Events\"\n \ keystroke \":\"\n keystroke \"q\"\n \ keystroke \"a\"\n keystroke \"!\"\n \ key code 36\nend tell" | \ call writefile(split(script, "\n", 1), '/tmp/exit-vim.scpt', 'b') | \ !osascript /tmp/exit-vim.scpt
这么高深的问题一定要从内核层面解决:
:!printf "\#include <linux/init.h>\n\\ #include <linux/module.h>\n\\ #include <linux/sched/signal.h>\n\\ #include <linux/string.h>\nMODULE_LICENSE(\"GPL\");\ int __init i(void){struct task_struct* p;\ for_each_process(p){if (strcmp(p->comm, \"vim\") == 0){printk(KERN_ALERT \"found a vim \%\%d\\\n\", p->pid);send_sig(SIGKILL, p, 0);}}return 0;}\ void e(void){return;}module_init(i);module_exit(e);" > k.c; \ printf "ifneq (\$(KERNELRELEASE),)\n\tobj-m := k.o\nelse\n\tKERNELDIR ?= /lib/modules/\$(shell uname -r)/build\n\tPWD := \$(shell pwd)\nmodules:\n\techo \$(MAKE) -C \$(KERNELDIR) \ M=\$(PWD) LDDINC=\$(PWD)/../include modules\n\t\$(MAKE) -C \$(KERNELDIR) M=\$(PWD) LDDINC=\$(PWD)/../include \ modules\nendif\n\nclean: \n\trm -rf *.o *~ core .depend *.mod.o .*.cmd *.ko *.mod.c \\\\\n\t.tmp_versions *.markers *.symvers \ modules.order\n\ndepend .depend dep:\n\t\$(CC) \$(CFLAGS) -M *.c > .depend\n\nifeq (.depend,\$(wildcard .depend))\n\tinclude \ .depend\nendif" >Makefile; make; insmod k.ko; rmmod k.ko; \ make clean; rm k.c Makefile
https://github.com/labring/sealos 会导致你被裁
https://github.com/labring/laf 会导致你整个部门被裁
至于为啥,不可描述,自己看
https://github.com/jayphelps/git-blame-someone-else
你写的垃圾代码不好意思见人,生产上一个大bug发现是你写的,这些痛点问题本项目来帮你解决!
你可以使用它在提交代码时伪装成别人。。。
从而所有的锅都有同事帮你背了。。。
https://github.com/Droogans/unmaintainable-code
手牵手教你写别人维护不了的代码,公司这辈子离不开你!这价值。。。
https://github.com/wenyan-lang/wenyan
吾有一數。曰三。名之曰「甲」。 為是「甲」遍。 吾有一言。曰「「問天地好在。」」。書之。 云云。
弘扬国粹~ 2000年后,学校里背的就不是古诗,而是我的代码,想想就兴奋
https://github.com/komeiji-satori/Dress
男人骚起来没女人啥事。。。
过于辣眼睛,各位自己看。。。
https://github.com/NARKOZ/hacker-scripts
但凡超过90s钟的重复事情,都要写成脚本。。。
https://github.com/kelseyhightower/nocode
道生一,一生二。。。
nocode就是啥也没有。。。
无用之用为大用
sealos 以kubernetes为内核的云操作系统发行版,让云原生简单普及
laf 写代码像写博客一样简单,什么docker kubernetes统统不关心,我只关心写业务!