Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iexNote
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| LShift & Capslock:: | |
| SetCapsLockState, % (State:=!State) ? "on" : "alwaysoff" | |
| Return | |
| g_AbortSendEsc := false | |
| #InstallKeybdHook | |
| SetCapsLockState, alwaysoff | |
| Capslock:: | |
| g_DoNotAbortSendEsc := true |
| #!/usr/bin/env python3 | |
| """ | |
| The MIT License (MIT) | |
| Copyright (c) 2016 Joshua Downer | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| this software and associated documentation files (the "Software"), to deal in | |
| the Software without restriction, including without limitation the rights to |
#参考资料
###下载单个文件,默认将输出打印到标准输出中(STDOUT)中
curl http://www.centos.org
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| #!/bin/bash | |
| GREEN="green:health" | |
| ORANGE="orange:fault" | |
| usage() | |
| { | |
| echo "USAGE: led (all|orange|green) (off|on|blink|heartbeat|fs) [only]" | |
| exit 1 | |
| } |
| g_LastCtrlKeyDownTime := 0 | |
| g_AbortSendEsc := false | |
| g_ControlRepeatDetected := false | |
| *CapsLock:: | |
| if (g_ControlRepeatDetected) | |
| { | |
| return | |
| } |