http://answers.splunk.com/
God please tell me that there is a stackoverflow API that I can hook into to port a genre of questions in a way that splunk has.
If God has forsaken me, Joel or whomever it may concern, this would be awesome!
I am using the webform module for Drupal 6 and would like to set a default value for the confirmation message of the webform whenever it is created. Would I have to create my own module to set this form value whenever a user creates a new webform? Or would I have to implement a special hook to look for when a webform is created?
Consider the following pseudo-code:
// sorts the dataset used by the table
void ClickEvent()
{
}
foreach (column in table)
{
// create new LinkButton
var lb = new LinkButton();
// hook sort event
lb.Click += ClickEvent;
// add LinkButton to table
table.Controls.add(lb);
}
How can I modify the QueryString to include an anchor bookmark without breaking subsequent events and without using the dreaded PostBackUrl property on the LinkButtons?
I want to allow admins to be logged in for longer than normal users. I don't see a hook for setting the cookie timeout programmatically or in a role-based way. Is this possible in ASP using Forms Authentication?
Thank you in advance.
Trying to save the next guy/gal some trouble in finding out what is needed to setup lava lamps or traffic lights or what have you (the term I believe is eXtreme Feedback Devices) as a BIG VISIBLE INDICATOR of your continuous integration build status.
Ensure your post includes... (and please don't mess this question up with imaginative responses.. although it may be insanely funny at the point of conception)
the XFD
what 'helper' hardware is needed
software that you managed to hook it up with
detailed instructions on how to set it up
Git is notorious by its encouraged length limit for commit message titles: first line should not be more than 72 characters long (to fit an e-mail header).
That reminds me of... well, is there a hook that automatically posts commit messages to twitter as soon as they're pushed to the server?
Anyone know the right places to hook into ghostscript, so that when interpreting a ps file, I can get logs of all calls of the form:
draw_character(float x, float y, string font_name, int char_id); ?
Basically I want to take a postscript file, and get a list of where all characters are drawn to the screen.
Thanks!
Getting going now with NInject... :)
For a WinForms application, and in particular the business logic classes used within it, is there a rule of thumb in terms of which Classes once should hook up using IOC? For example if you have a Domain Model which is modelled by C# classes is the concept that all classes should be wired together using IOC?
thanks
We have custom headers in the Silverlight DataGrid using the ContentTemplate. We've got a button in the header and need to programmatically access the button to hook up the event. We're using IronPython, so we can't statically bind the event in the xaml (plus we use the grid for many different views - so we dynamically generate the xaml).
How can we get access to controls inside a datagrid column header?
I was reading some articles on net regarding Vtable thunks and I read somewhere that thunks can be used to hook /chain procedures calls.
Is it achievable?
Does anyone know how that works , also I am not able to find good resource explaining thunks.
Any suggestions for that?
How do you pronounce 'bool?', 'int?' and their ilk?
I've been mulling over options like "nullable of T", "T hook", "T huh", "T what" and "T" with a rising inflection.
I'm not particularly satisfied with these as they seem either cumbersome or affected or both.
Is there a way to hook the mouse to detect what it's hovering over? Say I put my mouse over my uTorrent icon on the desktop. Is there a way to detect that and give me information pertaining to that icon/file ? Any help on this matter would be helpful. Thanks.
I have been wandering around the object model for VS 2010 and haven't been able to work out the best method for watching what the user is looking at in the main edit window.
I know that each Class/method/property is broken down into its own . What I would ideally like is to hook to an event which says "The user has moved the cursor onto Project.Class.Method" and ideally "and is looking at line 4".
Any suggestions?
I'm using My.Settings in my VB.NET application and when we run multiple instances rarely it's giving a ConfigurationErrorsException because the settings file locked by another instance.
Is there anyway to fix this?
This is happening during the OnShutdown process, also I'm not quite sure how can I catch that exception and handle it.
Only thing I can think of is disabling onshutdown save and manually save it during the shutdown with extra retry + locking + exception handling.
Hi,
I want to use authentication web services that is exposed by my legacy client. But I cannot copy those user information in to liferay database. Can any one help me to write a custom authentication service OR a hook/plugin to reuse my own implementation for authentication?
Regards
Vishal G Pillai
Hi everyone,
Im having some trouble with an oracle database. Every time i try to connect, i get this message.
ORA-01033: ORACLE initialization or
shutdown in progress
I searched the web, and found that the solution is to execute an alter database open command, but what I dont understand is where should i execute if, since I cant connect to the database.
Am I missing something?
Thanks in advance
In my view model if have a:
List<Car>
where car has an Id and a name. I want to create a dropdown box using
Html.DropDownListFor()
what is the best way to hook this up as i want to have the value of the item be the Id and the display to be the Name of the Car.
I'm using a pre-commit hook to lint-check PHP source submitted by our staff, and everyone's really happy with the results. The staff have agreed it would be useful to have the code re-formatted to follow (customizable) style rules on commit. Are there any FOSS scripts which can do this from the command-line?
I have a share folder ,which i want to grant access permission to few people only at certain times.i.e. while they try to access the folder ,i should be able to either allow or deny based on my wish.In short its run time access control ,not the static access control already present in windows.
Is there a provision to hook a exe as such?
I prefer to do it in C# .net
I have created and am working on a server-application that monitors for specific folders and takes appropriate actions whenever files are being added.
Now I come to the point where I want to be able to shutdown the program, for example for applying a patch.
The server runs simply in a command prompt, how can I signal that I want to perform maintenance on it? I do not think reading System.In is feasible as I am also outputting text in the prompt.
Regards.
I'm trying to create a Export method of a VCF file to our CRM application.
I'm running the new VS 2010 but target the project as .NET 3.5
what is the technique to hook up into this context menu?
I'm very new to AddIns but as a logical line of thought is to create an Outlook AddIn, but I'm failing miserably to add a menu item to this context menu :(
Thank you for any help on this
Hi guys I have an easy question, but not easy to me.
I have a repo in /mnt/apps/repos and I would like to do a hook which will update/export everything to /mnt/apps/dev/repos folder but when running:
#/usr/bin/svn update /mnt/apps/dev/repos
I am getting error:
Skipped '/mnt/webapps/dev/repos'
when run
#usr/bin/svn export /mnt/apps/dev/repos
I am getting:
svn: '/mnt/webapps/dev/repos' is not a working copy
how to add /mnt/webapps/dev/repos as a working copy for all files from repo DB?
please help
How to run specific program with root privileges (Ubuntu OS) when no sudo user log into system?
Program need root privileges to function correctly. Normal user shouldn't be able to shutdown this process.