| Author |
Message |
Topic: [script] TiddlyWikifier: create PrettyLinks from file paths |
Ace_NoOne
Replies: 5
Views: 498
|
Forum: Scripts & Functions Posted: Mon Mar 10, 2008 9:33 am Subject: [script] TiddlyWikifier: create PrettyLinks from file paths |
So it worked after all?
It's been a while since I've used this (I'm on Linux now), so I'm having a hard time remembering how it worked. |
Topic: turn off 1st monitor and not 2nd one |
Ace_NoOne
Replies: 7
Views: 503
|
Forum: Ask for Help Posted: Wed Dec 26, 2007 9:42 am Subject: turn off 1st monitor and not 2nd one |
I happen to be also very much interested in this; turning off only one monitor (either primary or secondary, or even a possible third one) at the press of a button.
I've done some research on this ... |
Topic: simple timer/counter script? |
Ace_NoOne
Replies: 3
Views: 251
|
Forum: Ask for Help Posted: Fri Dec 14, 2007 2:46 pm Subject: simple timer/counter script? |
Here's a suggestion:Loop, 10 {
foo()
Sleep, %delay1%
bar()
Sleep, %delay2%
}
Now, that doesn't actually perform the respective action for x seconds - for that you'd ... |
Topic: Date parser - convert any date format to YYYYMMDDHH24MISS |
Ace_NoOne
Replies: 33
Views: 4592
|
Forum: Scripts & Functions Posted: Sun Oct 21, 2007 7:44 pm Subject: Date parser - convert any date format to YYYYMMDDHH24MISS |
How about an optional second parameter, Titan? Something like this:
DateParse(str, sillyFormat = false) {
if(sillyFormat) { // US locale
str := RegExReplace(str ... |
Topic: DllCall: Basic FTP Functions |
Ace_NoOne
Replies: 33
Views: 6402
|
Forum: Scripts & Functions Posted: Fri Sep 14, 2007 11:49 am Subject: Re: Error message when compiling Ace_NoOne's script |
when I change the details (username, pass, host) to mine ftp and try to run the script, it ends up with this error message:
Error: Call to nonexistent function
Specifically: FtpOpen (FtpHost, FtpU ... |
Topic: [script] LifeLogger v0.85 (2007-02-12) |
Ace_NoOne
Replies: 18
Views: 4011
|
Forum: Scripts & Functions Posted: Tue Sep 11, 2007 6:46 am Subject: [script] LifeLogger v0.85 (2007-02-12) |
instead of 03:10 is showing 00.10, later the same 03.33 > 00.33
Hmm, I can't imagine why UTC would change the separator char... !?
Update:
I guess I've misunderstood this; I thought it was abo ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
Ace_NoOne
Replies: 293
Views: 18539
|
Forum: Scripts & Functions Posted: Sun Aug 26, 2007 4:04 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Doesn't look quite right, Avalon; you're missing a root element, and the </end> tag should probably be </channel>:
<?xml version="1.0" encoding="UTF-8" ?>
< ... |
Topic: [script] LifeLogger v0.85 (2007-02-12) |
Ace_NoOne
Replies: 18
Views: 4011
|
Forum: Scripts & Functions Posted: Thu Aug 09, 2007 2:56 pm Subject: Re: Features |
found my way over here from Lifehacker and I really like this script.Thanks. So the shameless self-promotion did make a difference there...
I would like to enter time in diffrent fields as
< ... |
Topic: batch help: selectively deleting files |
Ace_NoOne
Replies: 2
Views: 374
|
Forum: General Chat Posted: Sat Jul 28, 2007 9:18 pm Subject: batch help: selectively deleting files |
Thank you very much, Daniel!
Here's the complete script now:@Echo Off
echo ***** Deleting obsolete log files. *****
cd logs
for %%F in ("*.*") do call :loopFiles %%~zF &q ... |
Topic: batch help: selectively deleting files |
Ace_NoOne
Replies: 2
Views: 374
|
Forum: General Chat Posted: Sat Jul 28, 2007 8:58 am Subject: batch help: selectively deleting files |
Hey all,
Using a batch file, I need to delete all files > 100 KB from a given folder (./logs).
Unfortunately, I can't use AHK for this.
I've had to realize that my batch skills have become v ... |
Topic: AutoHotkey vs. AutoIt? |
Ace_NoOne
Replies: 96
Views: 12600
|
Forum: General Chat Posted: Tue Jul 24, 2007 2:45 pm Subject: AutoHotkey vs. AutoIt? |
daonlyfreez, I appreciate your efforts to support Chris here, but please don't feed the troll.
Lass ihn labern... |
Topic: AutoHotkey vs. AutoIt? |
Ace_NoOne
Replies: 96
Views: 12600
|
Forum: General Chat Posted: Tue Jul 24, 2007 1:26 pm Subject: AutoHotkey vs. AutoIt? |
Chris, close this topic, please.
No use for a silly flamewar. Everyone just use what they feel most comfortable with. |
Topic: template for structured coding |
Ace_NoOne
Replies: 8
Views: 3100
|
Forum: Scripts & Functions Posted: Fri Jul 20, 2007 7:46 pm Subject: template for structured coding |
I also tend to keep settings in an INI file alot - maybe you can add a rough outline of generic ini reading?
I usually write mine from scratch each time, but I have seen functions posted in the for ... |
Topic: nearest time-unit |
Ace_NoOne
Replies: 15
Views: 820
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 6:39 pm Subject: nearest time-unit |
It works!
I have again modified the code to return the actual date I'm looking for:
; TimeScale() v0.9 -- by Seabiscuit, Titan and FND
TimeScale(date) {
; initialize
time ... |
Topic: template for structured coding |
Ace_NoOne
Replies: 8
Views: 3100
|
Forum: Scripts & Functions Posted: Fri Jul 20, 2007 6:07 pm Subject: template for structured coding |
you should remove the Join from the about box
Good catch - why didn't I think of that?! (Probably a remnant from my earlier days... )
Done.
Thanks! |
| |