|
|
|
|
|
Wednesday, 25 August 2010 04:52 |
// description of your code here
open editplus.exe, input as follow
wget "http://sms.api.bz/fetion.php?username=myTelNo&password=myPass&sendto=yourFreindTelNo&message=Hello DZone"
save as Fection.bat
configure EditPlus Tool, Command: cmd /c , Arg: $(FilePath)
then Ctrl + 1 to run Fection.bat Read more: |
|
Wednesday, 21 April 2010 10:57 |
def __init__(self, first_arg, second_arg, third_arg):
super(ThisClassName, self).__init__(first_arg, second_arg, third_arg)
Note that self is not included as the first arg in __init__.
Reference: StackOverflow Thread Read more: |
|
|
|
|
|
|