Search found 9 matches

by CodeKnight
05 Mar 2020, 02:27
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

Time Taken Between Two Points in the Code

What? Measures the time taken between two points in the code. This tool provides you a measurable metric of time taken between two points in the code, allowing you to test specific sections of the code and measurably optimise performance as a result. Why? If you can't measure the performance of your...
by CodeKnight
05 Mar 2020, 02:18
Forum: Ask for Help (v1)
Topic: How long (time) will a script take to run Topic is solved
Replies: 7
Views: 4030

Re: How long (time) will a script take to run Topic is solved

This allows me to record the time duration between two points in the code, allowing me to test specific sections of the code and measurably optimise performance as a result. CodeTimer() { Global StartTimer If (StartTimer != "") { FinishTimer := A_TickCount TimedDuration := FinishTimer - StartTimer S...
by CodeKnight
02 Mar 2020, 20:58
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

Re: Workplace Productivity Hacks - CodeKnight's Code

Hi, could you please explain the "MenuSelect" script in more detail please: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=71403#p313824 When I run the script no menu appears and nothing happens, also when I uncomment the block between /* and */. How can I use this script? I am using Windows...
by CodeKnight
13 Feb 2020, 20:12
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

MenuSelect

What? Create a gui menu with a series of options to select from. Returns the Selected value. Why? It is a super useful and simple way for you to customising code routing with a simple click from a user, based upon a predefined list of responses. How? You pass an array of values into the function wit...
by CodeKnight
06 Feb 2020, 23:13
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

Re: Workplace Productivity Hacks - CodeKnight's Code

I have a question if you would like to help me. I need a code to choose input type, either L1 (ordinary keyboard input) or a scanner input (A1234B1234C1234D1234 with different length of numbers). So I could scan an unknown times and change input type to keyboard when needed. So, how do I take input...
by CodeKnight
09 Jan 2020, 02:19
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

UserInput Function

What? A way of taking user input that auto continues after the last key is pressed; Return user input immediately after typing Why? A lazy, low visual impact way of taking a users input on the fly, this was designed as a way to type out a choice and auto send it after the user had stopped typing. H...
by CodeKnight
09 Jan 2020, 00:59
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

Rapid Script Iteration / Reload

What? Reload Working Scripts On Code Update or Manually Via Hotkey Why? The speed at which you can test changes you have made to your script determines the speed at which you can improve your scripts, get feedback and stay in a state of coding flow. How? If you are using Notepad++ and your press Ct...
by CodeKnight
07 Jan 2020, 22:25
Forum: Scripts and Functions (v1)
Topic: Workplace Productivity Hacks - CodeKnight's Code
Replies: 19
Views: 9363

Workplace Productivity Hacks - CodeKnight's Code

Hurray, my first topic! Who I am? I believe that if you improve by 1% every day, and you lock these wins in (by building scripts and systems to make the wins repeatable) then over the course of a year you can improve an astounding 36x or 3600% from what you initially started with. 36x compounding g...
by CodeKnight
28 Aug 2019, 21:46
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 846
Views: 2007753

Re: Issues with registering, Post your username here...

joedf wrote:
27 Aug 2019, 22:19
CodeKnight activated.
Joe118: good :)
doctorafterman is active.
:+1:
Thanks Man :) Appreciate the help

Go to advanced search