| Author |
Message |
Topic: AERS : Algebraic Equation ReGex Solver |
k3ph
Replies: 6
Views: 2012
|
Forum: Scripts & Functions Posted: Sun Aug 24, 2008 8:54 pm Subject: AERS : Algebraic Equation ReGex Solver |
I've updated this script to support N number of sums.
:) I hope more people come to discuss this, I'm really having fun with it :D |
Topic: AERS : Algebraic Equation ReGex Solver |
k3ph
Replies: 6
Views: 2012
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 7:16 pm Subject: AERS : Algebraic Equation ReGex Solver |
(lol)
Maybe some graphical functions will be added. But actually I can't see how to get better than [url=http://www.autohotkey.com/forum/viewtopic.php?t=26435]Laszlo's Popup Calculator and I'm a li ... |
Topic: AERS : Algebraic Equation ReGex Solver |
k3ph
Replies: 6
Views: 2012
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 6:59 pm Subject: AERS : Algebraic Equation ReGex Solver |
| Thanks for the reply, I appreciate it. As guessed, I plan to design a finite-dimensional linear solver with it, and an array-like notation would be very useful for it, thanks again for sharing your id ... |
Topic: AERS : Algebraic Equation ReGex Solver |
k3ph
Replies: 6
Views: 2012
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 2:20 pm Subject: AERS : Algebraic Equation ReGex Solver |
This script returns the maximum multipliers incognitas and supports N numbers of variables.
Examples: a * x = s1 ... a * x + b * y = s2 ... a * x + b * y + c * z = s3 ... N number of sum of multipl ... |
Topic: Open Audio Library |
k3ph
Replies: 1
Views: 451
|
Forum: Scripts & Functions Posted: Sun Aug 17, 2008 10:07 am Subject: Open Audio Library |
yeah its very hard to get some information about sound libraries...
thank you very much for this, very useful. |
Topic: YOU HAS FAILED! - Failed projects thread! |
k3ph
Replies: 6
Views: 579
|
Forum: General Chat Posted: Fri Aug 15, 2008 4:39 pm Subject: YOU HAS FAILED! - Failed projects thread! |
@ <heresy> heresy, fugly is shorter word for "**** ugly"
<heresy> !term fugly
<Titan> you need my teachings
<heresy> oic
<Titan> !term narutard
* heresy ... |
Topic: FPS console like: pseudo hide & unhide any window |
k3ph
Replies: 2
Views: 500
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 2:16 am Subject: FPS console like: pseudo hide & unhide any window |
; this example uses cmd.exe, to test it just load this script and run cmd.exe
#NoEnv
#SingleInstance Force
#Persistent
Critical,On
SetBatchLines,-1
SetKeyDelay,-1
SetWinDelay,-1
Thread, NoTime ... |
Topic: Smart Mediakeys - For Winamp & Media Player Classic |
k3ph
Replies: 4
Views: 2084
|
Forum: Scripts & Functions Posted: Sun Aug 10, 2008 1:28 pm Subject: Re: possible to grab position? |
how grab the position and the name of file?
:for example to restaur him later
Do you mean time?
ControlGetText, time, Static2, ahk_class MediaPlayerClassicW
msgbox %time%
and the name of the ... |
Topic: Need help with toggling keystrokes/mouseclicks on and off. |
k3ph
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Sun Aug 10, 2008 12:40 pm Subject: Need help with toggling keystrokes/mouseclicks on and off. |
<00001> 000100C0 P WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:132 ScanCode:B1 fExtended:0 fAltDown:0 fRepeat:0 fUp:0 [wParam:00000011 lParam:00B10084 time ... |
Topic: Need help with toggling keystrokes/mouseclicks on and off. |
k3ph
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Sun Aug 10, 2008 10:58 am Subject: Need help with toggling keystrokes/mouseclicks on and off. |
add the following code caging F12:
#IfWinActive ahk_class Diablo II
...F12...
#IfWinActive
#NoEnv
#SingleInstance Force
#Persistent
Critical,On
SetBatchLines,-1
SetKeyDelay,-1
Thread, NoTi ... |
Topic: Close windows by middle clicking on task bar |
k3ph
Replies: 8
Views: 2445
|
Forum: Scripts & Functions Posted: Wed Jul 23, 2008 1:44 am Subject: Close windows by middle clicking on task bar |
| my solution would not work in all languages because it uses the "right click + c", the best solution yet is from lexikos in http://www.autohotkey.com/forum/viewtopic.php?p=168788#168788 alth ... |
Topic: Close windows by middle clicking on task bar |
k3ph
Replies: 8
Views: 2445
|
Forum: Scripts & Functions Posted: Tue Jul 22, 2008 5:23 am Subject: Close windows by middle clicking on task bar |
this is more secure, using ControlFromPoint by Lexikos and similar menu closing method by TK. Enjoy!
#NoEnv
SetBatchLines, -1
CoordMode, Mouse, Screen
~$MButton::
MouseGetPos, X, Y, wi ... |
Topic: Fastkey for GoogleTalk |
k3ph
Replies: 1
Views: 254
|
Forum: Scripts & Functions Posted: Thu Jul 17, 2008 11:12 pm Subject: Fastkey for GoogleTalk |
this is a derivation of #NoEnv
#SingleInstance Force
SetTitleMatchMode 2
#Persistent
SetBatchLines, -1
DetectHiddenWindows, On
appskey::
switch := !switch
if switch {
s ... |
Topic: Extract Informations about TrayIcons |
k3ph
Replies: 64
Views: 7819
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 3:24 am Subject: Extract Informations about TrayIcons |
| I gave that a try... I thought maybe there could be some var attribute which would identify a 32/bit, 64/bit native structure just by its format. For instance, on Windows Vista-64 Bit Ultimate Edition ... |
Topic: Browse to file & Select file [ Open containing folder ] |
k3ph
Replies: 4
Views: 100
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 4:30 am Subject: Browse to file & Select file [ Open containing folder ] |
| [url=http://www.autohotkey.com/docs/commands/FileSelectFolder.htm]FileSelectFolder |
| |