Tag : __call__

Title User Language Tags Description Date
Wordpress: Escape HTML Entities in Comments alp PHP June 6, 2011
ClientSide Call Code Behind Part 2 John bonsol C# A process of calling a serverside (code behind) code from a client side using Javascript mimicing the AJAX behavior. May 31, 2011
ClientSide Call Code Behind Part 1 John bonsol JavaScript A process of calling a serverside (code behind) code from a client side using Javascript mimicing the AJAX behavior. May 31, 2011
Dynamically Generated Python State Machine __nero python

This is a state machine template. It can be used as a state machine, or a state machine tester. There is very little setup required and all the states are added based on the state docstring. I made this after a friend came to me asking how I'd implement one, complaining that he couldn't find a nice example. I hope this helps.

May 13, 2011
Framework Call By Month for Period ahn jinsung C# Framework ?? ???? ???? ??? ???? ?? May 2, 2011
Update the config file programatically for Windows App Arun Thomas VB.NET Update the config file programatically for Windows App January 18, 2011
Cross thread calls - simple and easy! Imdsm simple and easy! A very simple and self-explanatory example of how to use delegates to call methods (invoke) from other threads - as well as passing objects! E.g, updating the Textbox on a form from a separate thread without error. November 9, 2010
Auto Named Decriptors Aloys Baillet python

Using named Descriptors? Tired of duplicating the name of the instance in a string? A small metaclass can solve this.

October 15, 2010
Function Call from msgbox Tom Baggett ActionScript Call and show a return value directly from the message box September 24, 2010
preg_replace_callback with local variable access freezy PHP

To access a local variable within a callback, use currying (delayed argument binding).\r\nThe magic lies in this curry found here: http://www.sitepoint.com/forums/showthread.php?threadid=336758

August 27, 2010
Resize dynamically allocated arrays. sarmanu C++ June 6, 2010
kmacro-call-macro without the message for the repeat key bigfaceworm Emacs Lisp

From Emacs 23.1, an edited version of kmacro-call-macro that removes the call to message reminding the user that they can repeat the macro with a single key.

May 28, 2010
Get Method Name and Caller Trevor Morrison VB.NET Use reflection to get the name of the current method, and also the name of the calling procedure. April 20, 2010
Service call (with operationresults) Henrik Söderlund C# - March 1, 2010
Synchronise Method Call via Attribute Stephen Smith C# Rather than using Lock statement, an alternative method is to use the 'MethodImpl' attribute. December 22, 2009