Search found 1108 matches

by tidbit
25 May 2021, 13:42
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83487

Re: [Script] Quick Picto Viewer v5+

Great update! the Effects brush is so fun, haven't seen anything like it. So smooth and fast too. Great variety of pen options. That hard work really paid off!
by tidbit
13 May 2021, 14:06
Forum: Ask for Help (v1)
Topic: Is there a way to calculate the numbers in a string?
Replies: 20
Views: 1189

Re: Is there a way to calculate the numbers in a string?

Not all languages use ** as Power. some use pow(5,2) some use ^, like 5^2. JS uses pow()
so it depends on the format you want/prefer/are used to. **, ^, pow(). but you probably want ** judging by your tests.
by tidbit
12 May 2021, 18:48
Forum: Ask for Help (v1)
Topic: Is there a way to calculate the numbers in a string?
Replies: 20
Views: 1189

Re: Is there a way to calculate the numbers in a string?

this eval() is much shorter than most here:
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=15389&hilit=eval

Code: Select all

msgbox, % eval("5+5")

test := 10+20+30
MsgBox, % eval(test)

test := "10 20 30"
test := Strreplace(test," ", "+")
MsgBox, % eval(test)
by tidbit
30 Apr 2021, 17:18
Forum: Off-topic Discussion
Topic: YouTube Ads
Replies: 25
Views: 13459

Re: YouTube Ads

ublock origin, never configured a thing. totally stock. haven't seen an ad on youtube in forever (except maybe when I turn it off and forget to turn on. but thats rare)
using Vivaldi browser.

USA, if that matters.
by tidbit
24 Mar 2021, 17:29
Forum: Ask for Help (v1)
Topic: 1.1.33.06 Regexreplace can't recognize \W flag
Replies: 2
Views: 246

Re: 1.1.33.06 Regexreplace can't recognize \W flag

we tried to get him to on discord. never replied back. but I did a test and there was no issue, so moved it to here.
Image
by tidbit
08 Mar 2021, 16:24
Forum: Ask for Help (v1)
Topic: Get list of installed fonts
Replies: 12
Views: 2484

Re: Get list of installed fonts

cool beans, thanks. will try later.
by tidbit
05 Mar 2021, 15:28
Forum: Ask for Help (v1)
Topic: Sleep
Replies: 19
Views: 2144

Re: Sleep

no sleep is the fastest sleep. otherwise check the docs on sleep for a detailed answer. a sleep less than 10 (or 15, based on your system) is equal to about 10 (or 15) by default a sleep command cant get less than 10ms. even if you tell it to. Except maybe "0". but then you might aswell not use a sl...
by tidbit
02 Mar 2021, 14:46
Forum: Tips and Tricks (v1)
Topic: Autofire and toggle
Replies: 38
Views: 127666

Re: Autofire and toggle

release
by tidbit
16 Jan 2021, 11:41
Forum: Scripts and Functions (v1)
Topic: Text Toolbox 1.1
Replies: 13
Views: 6069

Re: Text Toolbox 1.1

I may or may not have a slightly updated version not released. But I noticed a bug with it. someday soonish I may update the link fixing atleast that issue, Don't remember if I added any new features tho (this is old). I will post/bump if I do. And thank you all :) glad it's of use! May a chickadee ...
by tidbit
07 Jan 2021, 17:32
Forum: Off-topic Discussion
Topic: Are you a 'lefty'?
Replies: 5
Views: 1880

Re: Are you a 'lefty'?

I used to put it on the right side, not left. Left side is too important imo. Don't want more clutter and buttons over there. I do have my browser tabs on the left side tho, in vivaldi. Set to 'thumbnail' mode aswell, so I get big old tabs + thumbnail of the page, they shrink down the more tabs you ...
by tidbit
03 Jan 2021, 12:52
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83487

Re: [Script] Quick Picto Viewer and Fast Slideshow creator

thanks for the quick bug fix! dupe finding works great! so many variations to filter by. Clean up dupes followed by the powerful Sort features (not just filename, but by image analysis!) … Mmmm. Follow that by Rename which obeys the sort order, awesome
by tidbit
30 Dec 2020, 12:34
Forum: Scripts and Functions (v1)
Topic: [Script] Quick Picto Viewer v5+
Replies: 260
Views: 83487

Re: [Script] Quick Picto Viewer and Fast Slideshow creator

Just a few new features! Stats are always nice to have.
by tidbit
28 Dec 2020, 15:22
Forum: General Discussion
Topic: A Central Scripts repo would be great Topic is solved
Replies: 7
Views: 8032

Re: A Central Scripts repo would be great Topic is solved

I doubt that Showcase page has been updated within the last decade, other than to updating links from "Forum thread" to "Archived forum thread", and probably purge some dead links.
IMO, documentation doesn't seem like a place for a showcase, but I guess it can motivate people "look what it can do!"
by tidbit
13 Dec 2020, 18:18
Forum: Scripts and Functions (v1)
Topic: GUI Buildeer Deluxe 1.3
Replies: 22
Views: 23329

Re: GUI Buildeer Deluxe 1.3

that is totally not the purpose of this program. It's made to procedurally generate a ui with the controls you tell it to, and then you study the code. "Why did that go there? what does x+3 mean?" <study> "I see!"
by tidbit
01 Dec 2020, 17:41
Forum: Off-topic Discussion
Topic: IE's dead.
Replies: 37
Views: 11024

Re: IE's dead.

what he said. I specifically stated Chrome, not Chromium.
by tidbit
25 Nov 2020, 12:48
Forum: Off-topic Discussion
Topic: IE's dead.
Replies: 37
Views: 11024

Re: IE's dead.

why not chrome: 1) google 2) google 3) it's too bare without addons 4) relies on addons 5) using too many addons is gross 6) it's not 2008 anymore, all browsers work great with all sites (except may some fringe experiment sites testing experimental features of a specific browser) 7) Vivaldi browser ...
by tidbit
14 Nov 2020, 21:58
Forum: Off-topic Discussion
Topic: What keyboard you are using for AutoHotKey?
Replies: 18
Views: 6213

Re: What keyboard you are using for AutoHotKey?

thats the kind of keyboard I use with ahk :) QWERTYUIOP{}|
by tidbit
12 Nov 2020, 15:31
Forum: Off-topic Discussion
Topic: IE's dead.
Replies: 37
Views: 11024

Re: IE's dead.

I never understood why people uninstalled it. it just breaks IE-Based COM (not limited to just ahk) and gives you like 50mb back. and causes other potential issues. it was a solid backup browser. boots instantly and I never had rendering issues beyond the phase webdevs went through for a few years o...

Go to advanced search