0
votes
1answer
8 views
Wordpress Base Path Hook?
What's the wordpress / php hook to link to the base path of the wordpress installation? I want to be able to link to the home page of the wordpress blog, regardless of which directory the theme is …
0
votes
0answers
15 views
Has Gitorious hooks for CIA commit notification?
As I am running out of my space on GitHub on my free account (yes, I am considering upgrading), I am setting up new git repositories on Gitorious (see also GitHub vs Gitorious). One great feature of …
1
vote
2answers
30 views
Git post-receive hook acts differently to shell
I'm trying to setup a git repo on my live server to automatically update a subdomain on receive. Using this guide http://toroid.org/ams/git-website-howto.
hooks/post-receive
#!/bin/sh
pwd
git …
1
vote
5answers
78 views
Setting application hooks - C#/ASP.NET
Many popular applications such as Wordpress, WHMCS and the majority of PHP forums allow plugins to hook into core application events (such as registration, logging in, create post etc.) by simply …
0
votes
0answers
15 views
Is there any possible way to make hook flash to any extension throoght software?
I like to make conference call following this step.
2222 make call to 3333 (phone)
3333 receive phone call (phone)
simulate push flash button to 2222 thought AMI/? (software)
originate call to 4444 …
0
votes
1answer
65 views
C# Low-Level Keyboard Hook Not Working
This is the code for my keyhooking class, but it doesn't work. I was wondering if someone can tell me why? I'm instansiating it in another Console application. The debug message gives the proper …
0
votes
3answers
153 views
‘Safe’ DLL Injection
Not a terribly good question, sorry.
I have a program that needs to be alerted when a file is opened from explorer (i.e. ShellExecute(A/W) is called).
Unfortunately, Microsoft removed the COM …
0
votes
0answers
23 views
User registration/login external to Wordpress MU
Can anyone point me in the right direction with regards to registering a new user in WordPress (MU specifically) from outside of wordpress? I'd also like to have the user log in/out from my own …
2
votes
4answers
71 views
Hooking the windows COM runtime
Hi,
Is there an available tool which hooks the windows COM runtime?
I want to be able to see all the instances which get created, view queries to their interfaces, method calls, etc.
Thanks!
1
vote
2answers
63 views
Can a script be automated after a commit on Perforce?
We use Perforce at work, and routinely keep software projects in the repository. In general creators follow the normal Perforce flow, BUT we also have a class of users, who doesn't have any need to …
1
vote
2answers
74 views
SVN post-commit hook not executing file
I have created an exe file that will print to console the first and second arguments that it receives.
In the SVN post-commit hook I wrote:
PATH_TO_FILE\print.exe "%1" "%2"
when I make a check-in, …
2
votes
1answer
89 views
Taking use of laptop custom buttons
I have a Lenovo Y550 laptop which has a nice looking touch sensitive strip with led lights on top of keyboard. The usage for this is however quite useless (it can be used to start 4 different Lenovo …
5
votes
2answers
136 views
“Are you sure you want to print X pages?” dialog before actually printing… (for any app)
In Internet Cafes where people are allowed to print, sometimes they print more pages than they intended to.
I'm looking for a way to display an "Are you sure you want to print X pages?" dialog after …
1
vote
3answers
85 views
How to check if a file is in Git repository when visiting from emacs?
I would be most happy with some kind of emacs hook that would be activated when a file that is under git repository is visited. But other solutions are welcome as well.
2
votes
4answers
86 views
Add a function in my .NET application as an event handler in another .NET application
We have a .net application that we didn't develop, but use. I can tell using reflector that this application has 1) a static variable in the form main form that is a reference to that "main" form and …
