| Author |
Message |
Topic: [Function] CopyDirStructure |
gahks
Replies: 0
Views: 334
|
Forum: Scripts & Functions Posted: Wed Feb 23, 2011 2:27 am Subject: [Function] CopyDirStructure |
CopyDirStructure
Copies a directory tree without files.
/*
CopyDirStructure()
Copies a directory structure
(copies a folder along with all its subfolders - but not files)
par ... |
Topic: Universal .srt Subtitle Player |
gahks
Replies: 3
Views: 719
|
Forum: Scripts & Functions Posted: Wed Oct 13, 2010 7:58 pm Subject: Universal .srt Subtitle Player |
Wow! Thanks very much for this great script! Since my first language isn't one of the most spoken languages, I watch pretty much all my movies with subtitles.
I use TheKMPlayer for playing most of ... |
Topic: Sun Light Map Wallpaper |
gahks
Replies: 11
Views: 3879
|
Forum: Scripts & Functions Posted: Sat Aug 28, 2010 5:57 pm Subject: Re: |
Cool, thanks!
Works perfectly on Vista.
It probably doesn't work on XP because the format of the images is jpg and SystemParametersInfo works on XP and older only with bmps.
Try converting the ... |
Topic: Subtitle framerate changer (Srt, FPS) |
gahks
Replies: 13
Views: 115904
|
Forum: Scripts & Functions Posted: Wed Aug 25, 2010 7:33 pm Subject: Re: |
Hey!
I don't know about great , but I'm really glad you find it useful.
@Gew
As a matter of fact I don't really know the technical details of movies in depth, and to be honest, I hadn't put m ... |
Topic: MicroDVD - SubRip converter (functions, GUI) |
gahks
Replies: 2
Views: 894
|
Forum: Scripts & Functions Posted: Tue Aug 17, 2010 12:03 am Subject: MicroDVD - SubRip converter (functions, GUI) |
Hey!
Sub2Srt() and Srt2Sub() are functions for converting subtitles from MicroDVD (.sub) to SubRip (.srt) format and vica versa.
Parameters:
- InputSubtitles - Input Subtitles in MicroDVD/Sub ... |
Topic: Adding text to an edit control |
gahks
Replies: 8
Views: 514
|
Forum: Ask for Help Posted: Tue Jun 08, 2010 2:59 pm Subject: Adding text to an edit control |
And that was me btw. Freakin forum logged me out again.  |
Topic: for loop on a directory of files |
gahks
Replies: 1
Views: 189
|
Forum: Ask for Help Posted: Mon Jun 07, 2010 10:16 pm Subject: Re: |
Hey!
Something like this?
Loop, %a_desktop%\*.bmp
msgbox, % A_LoopFileLongPath
Cheers |
Topic: TaskDialog() (stdlib compatible) |
gahks
Replies: 14
Views: 1415
|
Forum: Scripts & Functions Posted: Mon Jun 07, 2010 10:10 pm Subject: Re: |
And a damn neat code too. Looks interesting, thanks!  |
Topic: PythonStr() - Use basic Python-style string manipulation |
gahks
Replies: 5
Views: 1053
|
Forum: Scripts & Functions Posted: Mon Jun 07, 2010 10:07 pm Subject: Re: |
Nice, thanks!
Based on my totally un-scientific meta-analysis of rankings from around a hundred various sources Python was one of the top 4.
What was the other three?
Cheers |
Topic: [library]Random.org HTTP API v0.3 |
gahks
Replies: 13
Views: 1663
|
Forum: Scripts & Functions Posted: Sun Jun 06, 2010 9:26 am Subject: [library]Random.org HTTP API v0.3 |
...if you select 3 sets of five regular numbers plus 1 bonus, the output is like this...
I'm not trying to be a smartass, but...
That is because the function executed a Stringreplace, replacing ... |
Topic: uriEncoder/Decoder gui |
gahks
Replies: 0
Views: 2404
|
Forum: Scripts & Functions Posted: Sat Jun 05, 2010 5:27 pm Subject: uriEncoder/Decoder gui |
Hey!
I had to do some excessive url encoding/decoding the other day so I wrote this simple gui to Titan's functions.
Cheers
gahks
;----------
; 2010 URI encoder/decoder gui
; http://a ... |
Topic: [library]Random.org HTTP API v0.3 |
gahks
Replies: 13
Views: 1663
|
Forum: Scripts & Functions Posted: Sat Jun 05, 2010 5:10 pm Subject: Re: |
Yeah, you're right again .
But in this case the first Stringreplace isn't really necessary: there are no commas in the original format as returned by random.org: n-n / n-n (and tickets separate ... |
Topic: [library]Random.org HTTP API v0.3 |
gahks
Replies: 13
Views: 1663
|
Forum: Scripts & Functions Posted: Fri Jun 04, 2010 2:50 pm Subject: Re: |
And that was me fighting with the login system.  |
Topic: [library]Random.org HTTP API v0.3 |
gahks
Replies: 13
Views: 1663
|
Forum: Scripts & Functions Posted: Thu Jun 03, 2010 6:42 pm Subject: Re: |
You're welcome:)
Update: v0.2
New functions:
randomdotorg_password() - It generates truly random passwords (length: 6-24 characters).
randomdotorg_randomizelist() - It arranges the items of ... |
Topic: [library]Random.org HTTP API v0.3 |
gahks
Replies: 13
Views: 1663
|
Forum: Scripts & Functions Posted: Wed Jun 02, 2010 6:18 pm Subject: Re: |
@majkinetor: It's been around for some time now
@sinkfaze: Duly noted, I modified the code according to your suggestion, thanks.
The folks over at random.org do the math, I'm just using the ser ... |
| |