AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 32 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [Function] CopyDirStructure
gahks

Replies: 0
Views: 334

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Scripts & Functions   Posted: Wed Aug 25, 2010 7:33 pm   Subject: Re:
Hey!

I don't know about great Smile, 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

PostForum: 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

PostForum: 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. Very Happy
  Topic: for loop on a directory of files
gahks

Replies: 1
Views: 189

PostForum: 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

PostForum: Scripts & Functions   Posted: Mon Jun 07, 2010 10:10 pm   Subject: Re:
And a damn neat code too. Looks interesting, thanks! Smile
  Topic: PythonStr() - Use basic Python-style string manipulation
gahks

Replies: 5
Views: 1053

PostForum: 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

PostForum: 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... Smile
That is because the function executed a Stringreplace, replacing ...
  Topic: uriEncoder/Decoder gui
gahks

Replies: 0
Views: 2404

PostForum: 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

PostForum: Scripts & Functions   Posted: Sat Jun 05, 2010 5:10 pm   Subject: Re:
Yeah, you're right again Smile.
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

PostForum: Scripts & Functions   Posted: Fri Jun 04, 2010 2:50 pm   Subject: Re:
And that was me fighting with the login system. Smile
  Topic: [library]Random.org HTTP API v0.3
gahks

Replies: 13
Views: 1663

PostForum: 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

PostForum: Scripts & Functions   Posted: Wed Jun 02, 2010 6:18 pm   Subject: Re:
@majkinetor: It's been around for some time now Smile

@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 ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group