| Author |
Message |
Topic: GoogleChrome - A Browser Came True ? |
heresy
Replies: 57
Views: 4992
|
Forum: General Chat Posted: Thu Sep 04, 2008 9:49 am Subject: GoogleChrome - A Browser Came True ? |
about pages for chrome
about:cache
about:dns
about:memory
about:histograms
about:internets
about:network
about:plugins
about:stats
about:version
and...DO NOT TRY about:% |
Topic: How to detect if a sound was played |
heresy
Replies: 4
Views: 512
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 4:45 pm Subject: How to detect if a sound was played |
as far as i know, there's no neat way to do this unless dealing in the driver level.
here's the trick.
1) capture sound by using #Persistent
Run, Mixmp3.exe -s -50 -ql -mm,,,PID
SetTimer, SizeCh ... |
Topic: [Library] MCI v0.3.1 - Play/Control media files |
heresy
Replies: 43
Views: 7629
|
Forum: Scripts & Functions Posted: Sun Aug 31, 2008 4:30 pm Subject: [Library] MCI v0.3.1 - Play/Control media files |
MCI_Record() / MCI_StopRecord() prototypes
can record from any audio input device (microphone, steromix, etc)
MCI_Record(){
MCI_SendString("open new Type waveaudio Alias ... |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sun Aug 31, 2008 1:09 pm Subject: Regular Expression Training Thread |
@ Krogdor
hey you've provoked the regex genius
@ Titan
i know that you're the person who can obtain all the hall of fame for regex stuff
but i was talking about the url header whether http ... |
Topic: [Library] MCI v0.3.1 - Play/Control media files |
heresy
Replies: 43
Views: 7629
|
Forum: Scripts & Functions Posted: Sun Aug 31, 2008 1:02 pm Subject: [Library] MCI v0.3.1 - Play/Control media files |
wow what a coincidence!
i was reading exactly same part of msdn to accomplish native ahk sound recording function and i was even the first reader of this thread!
seems you've wrapped the entire MCI ... |
Topic: Aliasing |
heresy
Replies: 1
Views: 1113
|
Forum: Wish List Posted: Sun Aug 31, 2008 9:52 am Subject: Aliasing |
pseudo code
#Alias RegExMatch() RE_M ;built-in function
#Alias WinMenuSelectItem SelectMenu ;bulit-in command
#Alias A_DetectHiddenWindows A_DHW ;built-in variable
RE_M(Haystack, &qu ... |
Topic: Control Spy - A Microsoft Tool [GUI] |
heresy
Replies: 3
Views: 1331
|
Forum: Utilities & Resources Posted: Sun Aug 31, 2008 9:01 am Subject: Control Spy - A Microsoft Tool [GUI] |
absolutely recommended.
what a five stars tool. it's my another favorite side-tool for ahk like Winspector
thanks BoBo |
Topic: SB() - Functions for Scrollbar |
heresy
Replies: 4
Views: 2813
|
Forum: Scripts & Functions Posted: Sun Aug 31, 2008 8:56 am Subject: SB() - Functions for Scrollbar |
| put SB.ahk in the AutoHotkey/Lib directory or #include where the file is located. |
Topic: GuiControl,,Prog,Range0-10 does not update range |
heresy
Replies: 3
Views: 771
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 7:21 am Subject: GuiControl,,Prog,Range0-10 does not update range |
| i've been faced same confusion before. i think it's breaking the consistence |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sun Aug 31, 2008 7:16 am Subject: Regular Expression Training Thread |
Can I ask why you put unnecessary quote tags around your message like Skan often does? On my screen it makes text hard to read, so I only went by the code examples as a guideline.
i was trying to h ... |
Topic: Need to freeze mouse movment using hotkey. $25.00+ Reward |
heresy
Replies: 15
Views: 1164
|
Forum: Ask for Help Posted: Sun Aug 31, 2008 7:11 am Subject: Need to freeze mouse movment using hotkey. $25.00+ Reward |
strange..
anyways it'll be working
BlockInput, MouseMove
Return
~LCTRL::
if !Toggle
{
BlockInput, MouseMoveOff
KeyWait, LCTRL
BlockInput, MouseMove
}
else
... |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sat Aug 30, 2008 1:02 pm Subject: Regular Expression Training Thread |
yeah that's a valid attempt though you've used regex twice. so your count will be 39. good luck
(^\w+ \w+|-\d+-\d+$)
(198[7-9]|199[0-2]) |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sat Aug 30, 2008 12:49 pm Subject: Regular Expression Training Thread |
hi serenity.
Rule 1) You must solve it by using Regex.
IF statement is allowed but you've solved it through IF Between rather than Regex.
year of birth Validation also need to be proceed throu ... |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sat Aug 30, 2008 12:17 pm Subject: Regular Expression Training Thread |
| reserved |
Topic: Regular Expression Training Thread |
heresy
Replies: 23
Views: 1453
|
Forum: General Chat Posted: Sat Aug 30, 2008 12:16 pm Subject: Regular Expression Training Thread |
Objective : Challenge and improve your Regex skill.
shortest pattern will be present as reference in second post of this thread.
since it's mainly focused on training than challenging. courses wil ... |
| |