Skip to content

Instantly share code, notes, and snippets.

View pprince's full-sized avatar

Paul Prince pprince

View GitHub Profile
Adventus
Brutality Boost
Adventus
Critical Hit Boost
zerkOut Neurotrancer
(Critical Hit Boost)
Fleeting Density Nanites
#Warn All
#EscapeChar \
#UseHook on
*NumpadRight::
MouseClickDrag Left, , , 1, 0, , R
return
RATING / PERCENT CONVERSION
=========================== %/Rating Rating/%
-------- --------
Strikethrough 400 = 1.20% 0.0030 333.33...
Crit Hit Chance 400 = 1.00% 0.0025 400.00
Crit Hit Sev 400 = 4.00% 0.0100 100.00
Multi Hit Chance 400 = 2.40% 0.0060 166.66...
Vigor 400 = 1.12% 0.0028 357.14286
Lifesteal 400 = 0.84% 0.0021 476.19048
Q78: What are USAF recruiting and service policies for those with ADHD?
A78: If you have been diagnosed by a doctor as having ADD/ADHD, you must meet
the following requirements in order to apply: Be off medication for minimum
two years. Have a current note from primary care provider validating stable
status with condition, must summarize the diagnosis, history of treatment, and
should rule out any residual of ADD/ADHD. Show evidence of successful academic
and work endeavors while off medication. Show evidence applicant was not
provided classroom aids such as private study area, special tutors, additional
time to complete assignments or tests.
// To get the function: Sleep( time_in_milliseconds)
#include <windows.h>
void typewrite(char[] msg) {
for (int i = 0; i < strlen(msg); i++) {
cout << msg[i]; // print one character.
Sleep( rand_between(400, 1200) ); // pause for 400-1200 milliseconds.
}
/*
Startup20: A Sensible Replacement for the MS Windows "Startup/" Folder
======================================================================
Author: "Paul Prince" <paul@littlebluetech.com>
License: Modified BSD License; see ./LICENSE.txt
Inspired by:
------------
- WindowPadX
/*
PTT_for_Voicemeeter.ahk - AHKscript Push-to-Talk for VoicemeeterBanana
======================================================================
Author: "Paul Prince" <paul@littlebluetech.com>
License: Modified BSD License; see ./LICENSE.txt
Inspired by:
------------
- WindowPadX
#Warn All
#UseHook on
F1::F13
F2::F14
F3::F15
F4::F16
F5::F17
; =============== --------------------------------------------
; = MOUSE NUDGE = - by "Paul Prince" <paul@littlebluetech.com>
; =============== --------------------------------------------
;
; This is a very simple but /very/ useful AutoHotKey script. I made
; it originally to help me fine-tune my in-game UI for the WildStar
; MMO; after spending a few too many hours trying to line-up pixels
; using a high-DPI gaming mouse, I realized there was a better way.
;
/*
PTT_for_Voicemeeter.ahk - AHKscript Push-to-Talk for VoicemeeterBanana
======================================================================
Author: "Paul Prince" <paul@littlebluetech.com>
License: Modified BSD License; see ./LICENSE.txt
Inspired by:
------------
- WindowPadX