PV-WAVE Program And Function List in notepad++
Following instruction can be applied for first installation of Notepad++ on Windows 7.
- get keywords and FunctionList Plugin config here.
- unpack from archive into %APPDATA%\Notepad++\ directory
CAUTION!: it will be userDefineLang.xml and FunctionListRules.xml files overwritten!!
- OR -
you can find userDefineLang.xml file and insert <UserLang name="pvwave" ext=""> section into it,
also find FunctionListRules.xml file and insert <Language name="pvwave" imagelistpath=""> section.
Resulting screenshot:
Enjoy it!
HOWTO: send mail using perl on windows without sendmail
Q: How to send mail using perl on windows without sendmail?
A: You need Mail::Sender module and available SMTP Server
e.g.
Simple single part message
A: You need Mail::Sender module and available SMTP Server
e.g.
Simple single part message
$sender = new Mail::Sender { smtp => 'mail.yourISP.com', from => 'somebody@somewhere.com', on_errors => undef, } or die "Can't create the Mail::Sender object\n"; $sender->Open({ to => 'mama@home.org, papa@work.com', cc => 'somebody@somewhere.com', subject => 'Sorry, I\'ll come later.' }) or die "Can't open the message: $sender->{'error_msg'}\n"; $sender->SendLineEnc("I'm sorry, but thanks to the lusers, I'll come at 10pm at best."); $sender->SendLineEnc("\nHi, Jenda"); $sender->Close() or die "Failed to send the message: $sender->{'error_msg'}\n";
read more here
yet another good option is Email::Sender module
usage:
yet another good option is Email::Sender module
usage:
my $message = Email::MIME->create( ... ); # produce an Email::Abstract compatible message object, # e.g. produced by Email::Simple, Email::MIME, Email::Stuff use Email::Sender::Simple qw(sendmail); use Email::Sender::Transport::SMTP qw(); use Try::Tiny; try { sendmail( $message, { from => $SMTP_ENVELOPE_FROM_ADDRESS, transport => Email::Sender::Transport::SMTP->new({ host => $SMTP_HOSTNAME, port => $SMTP_PORT, }) } ); } catch { warn "sending failed: $_"; };
apache: gif png jpg css gif etc is not executable; ensure interpreted scripts have
If appears error message in apache XXX is not executable; ensure interpreted scripts have "#!"
you should checks that in script or cgi-bin directory only scripts are stored otherwise Apache will try to execute file.
Just move file to ..\images\ or ..\css\ directory and correct links.
and check also config section, you will find tip here.
you should checks that in script or cgi-bin directory only scripts are stored otherwise Apache will try to execute file.
Just move file to ..\images\ or ..\css\ directory and correct links.
and check also config section, you will find tip here.
PeopleSoft SQR Language and Function List in Notepad 5
First of all I have found funny bug in Notepad++, if you want to use FunctionList plugin with User Defined Language then you should switch off "language menu compact" mode and disable some languages.
Next step to add user defined language SQR
Open User Language Dialog and and create new language SQR.
You can add some keywords, comments and nice formatting. Look here for details.
After that we can define Language Parsing Rule for Function List plugin.
But keep in mind, that SQR script has a lot nameless blocks, so function list could not show any text.
Recommended workaround to add some descriptive comment after begin word, e.g.
begin-program !my first app
Lets add new Group PROGRAMM and RegEx
and of course we need PROCEDURE group with 2 rules!
Rule 1.
Rule 2.
Press OK and enjoy with end result
Keywords for SQR have been taken here. Many thanks to Iouri Chadour!
Sincerely yours,
R
Next step to add user defined language SQR
Open User Language Dialog and and create new language SQR.
You can add some keywords, comments and nice formatting. Look here for details.
After that we can define Language Parsing Rule for Function List plugin.
But keep in mind, that SQR script has a lot nameless blocks, so function list could not show any text.
Recommended workaround to add some descriptive comment after begin word, e.g.
begin-program !my first app
Lets add new Group PROGRAMM and RegEx
and of course we need PROCEDURE group with 2 rules!
Rule 1.
Rule 2.
Press OK and enjoy with end result
Keywords for SQR have been taken here. Many thanks to Iouri Chadour!
Sincerely yours,
R
SQL Server ODBC Driver for Linux
In this morning’s keynote address at the Professional Association of SQL Server (PASS) Summit 2011, Quentin Clark (Corporate Vice President at Microsoft) announced that a preview of the Microsoft SQL Server ODBC Driver for Linux will soon be widely available to customers. Yes, you read that right. Microsoft plans to release a driver that provides 1st class access to SQL Server from Linux/Unix operating systems. Recently, Microsoft has been working closely with a handful of partners to get feedback on private releases of the driver. A publicly available preview release of the driver is planned for later this fall.
read more...
and download link
read more...
and download link
notepad++ 5.9, php and functionlist plugin
Notepad++ 5.9.4, PHP and FunctionList plugin collaborate with each other without any issues or troubles.
After update notepad++ will always move FunctionList plugin into \Notepad++\plugins\disabled\ folder and you need to copy FunctionList.dll back into \Notepad++\plugins\ directory.
After new start function list appears again.
Enjoy!
After update notepad++ will always move FunctionList plugin into \Notepad++\plugins\disabled\ folder and you need to copy FunctionList.dll back into \Notepad++\plugins\ directory.
After new start function list appears again.
Enjoy!
IIS 8 and express
Windows 8 with Metro is available! Also you can try right now Internet Information Server (IIS) 8.0
Download link: http://windows.microsoft.com/en-US/windows-8/iso
ASP.NET 4.5 Beta is also included...
and of course you need Visual Studio 11 Beta
Alternative you can try IIS 8.0 Express
HAVE FUN!
ASP.NET 4.5 Beta is also included...
and of course you need Visual Studio 11 Beta
Alternative you can try IIS 8.0 Express
HAVE FUN!
Subscribe to:
Posts (Atom)
Asterisk AST_SORCERY function
AST_SORCERY gets a field from a sorcery object. Sorcery is always created for PJSIP aors, endpoints and identifies in asterisk. It allows y...
-
OUT - OF - DATE Obsolete. Please check new post ! If you have issue with Function List plugin for Notepad++ 5.1 or later, please ch...
-
If your worry about data left on dedicated/hosted root server and want to remove secure all files and bits, you can clean complete disk sli...
-
OUT - OF - DATE Obsolete. Please check new post ! If you have issue with Function List plugin for Notepad++ 5.1.2, please check firs...






