<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4114231699213715121</atom:id><lastBuildDate>Mon, 23 Jan 2012 22:38:52 +0000</lastBuildDate><category>apache</category><category>5.4.5</category><category>5.1.2</category><category>user defined</category><category>c sharp</category><category>5.5</category><category>npp</category><category>javascript</category><category>send mail</category><category>php</category><category>functionlist</category><category>activestate</category><category>OTRS</category><category>perl functionlist notepad++</category><category>perl</category><category>pvwave</category><category>5.6.6 Notepad++</category><category>5.1</category><category>5.3</category><category>5.5.1 Notepad++</category><category>functions</category><category>sources</category><category>5.9.6</category><category>DBD-ODBC</category><category>MS Windows Vista</category><category>without sendmail</category><category>sendmail</category><category>autocomplete</category><category>peoplesoft</category><category>sqr</category><category>5.8.3</category><category>xampp</category><category>proxy toggler switcher</category><category>plugin</category><category>trust level</category><category>5.9</category><category>notepad</category><category>Notepad++</category><category>windows</category><category>asp.net</category><category>unicode</category><category>CSharp</category><category>Function List</category><category>perl 5.10</category><category>5.2</category><category>sendmail command line</category><title>Ruslan's blog</title><description /><link>http://randronov.blogspot.com/</link><managingEditor>noreply@blogger.com (Ruslan)</managingEditor><generator>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ruslans" /><feedburner:info uri="ruslans" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-4906521314882623723</guid><pubDate>Mon, 23 Jan 2012 22:37:00 +0000</pubDate><atom:updated>2012-01-23T23:37:02.741+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">trust level</category><category domain="http://www.blogger.com/atom/ns#">asp.net</category><title>That assembly does not allow partially trusted callers</title><description>It's really good described in "&lt;span style="color: #3f529c; font-family: 'Segoe UI', Verdana, Arial; font-size: 1.077em; text-align: left;"&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ff648665.aspx" target="_blank"&gt;Improving Web Application Security: Threats and Countermeasures&lt;/a&gt;&lt;/span&gt;" article. Most common solution is bit of code in web.config file, which&amp;nbsp;doesn't help me a lot.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;system.web&amp;gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;&lt;span style="color: red;"&gt;&amp;lt;trust level="Full" originUrl=""/&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&amp;lt;/system.web&amp;gt;
&lt;br /&gt;
&lt;br /&gt;
another popular way to recompile assembly with&amp;nbsp;&lt;span style="background-color: #eeeeee; font-size: 14px; line-height: 18px; text-align: left;"&gt;[assembly: AllowPartiallyTrustedCallers] &lt;/span&gt; attribute also was not solution for me.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After all I have added assembly to GAC, restarted IIS and whooops, exception gone!&lt;br /&gt;
you will not find &lt;b&gt;gacutil.exe&lt;/b&gt; into Framework directory&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;i&gt;C:\Windows\Microsoft.NET\Framework\v2.0.50727\&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
it's located into SDKs directory&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;i&gt;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
So you should install problem assembly into GAC like&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;i&gt;gacutil.exe -i&amp;nbsp;itextsharp.dll&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
P.S.: it won't eliminate exception with&amp;nbsp;GoDaddy hosting :( according to the &lt;a href="http://support.godaddy.com/groups/web-hosting/forum/topic/i-got-error-like-that-assembly-does-not-allow-partially-trusted-callers/" target="_blank"&gt;article &lt;/a&gt;your code must be adapted to Medium trust level :(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-4906521314882623723?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tdw2n23dFuKj5djXnDLgT3rrvbs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tdw2n23dFuKj5djXnDLgT3rrvbs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tdw2n23dFuKj5djXnDLgT3rrvbs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tdw2n23dFuKj5djXnDLgT3rrvbs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/XEyzZjfCJRA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/XEyzZjfCJRA/that-assembly-does-not-allow-partially.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2012/01/that-assembly-does-not-allow-partially.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-3850498354994362792</guid><pubDate>Mon, 02 Jan 2012 18:21:00 +0000</pubDate><atom:updated>2012-01-03T05:59:00.351+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">autocomplete</category><category domain="http://www.blogger.com/atom/ns#">OTRS</category><title>disable autocomplete on login page</title><description>&lt;br /&gt;
you need to add autocomplete property like&lt;br /&gt;
&lt;pre class="sh_perl sh_sourceCode" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; border-bottom-color: rgb(136, 136, 136); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(136, 136, 136); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(136, 136, 136); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(136, 136, 136); border-top-style: solid; border-top-width: 1px; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; padding-top: 1em;"&gt;        


&amp;lt;div &lt;span class="webkit-html-attribute-name"&gt;class&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;Field&lt;/span&gt;"&amp;gt; 

&amp;lt;input &lt;span class="webkit-html-attribute-name"&gt;type&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;text&lt;/span&gt;" &lt;span class="webkit-html-attribute-name"&gt;id&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;User&lt;/span&gt;" &lt;span class="webkit-html-attribute-name"&gt;name&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;User&lt;/span&gt;"  &lt;span class="webkit-html-attribute-name"&gt;class&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;W50pc&lt;/span&gt;"&amp;nbsp;&lt;span style="color: red;"&gt;autocomplete="off"&lt;/span&gt; 

&lt;span class="webkit-html-attribute-name"&gt;readonly&lt;/span&gt;="&lt;span class="webkit-html-attribute-value"&gt;readonly&lt;/span&gt;"/&amp;gt;
&lt;span class="webkit-html-tag"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;

&lt;/pre&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-3850498354994362792?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NA1PeIMxkWIQDHOCo_CYee3kS6I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NA1PeIMxkWIQDHOCo_CYee3kS6I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NA1PeIMxkWIQDHOCo_CYee3kS6I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NA1PeIMxkWIQDHOCo_CYee3kS6I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/mp32O_FO5Ew" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/mp32O_FO5Ew/disable-autocomplete-on-login-page.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2012/01/disable-autocomplete-on-login-page.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-3639531112684789012</guid><pubDate>Wed, 14 Dec 2011 21:03:00 +0000</pubDate><atom:updated>2011-12-14T22:42:06.449+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">autocomplete</category><category domain="http://www.blogger.com/atom/ns#">OTRS</category><title>how to enable auto complete in OTRS To field?</title><description>have you any idea how to disable autocomplete=off in AgentTicketCompose ?&lt;br /&gt;
i would like to use cached in browser emails instead of AJAX request and spent two days to find the piece of code!&lt;br /&gt;
&lt;br /&gt;
Thus you should open&amp;nbsp;&lt;b&gt;AgentCustomerSearch.dtl&lt;/b&gt; file and comment out one string:&lt;br /&gt;
&lt;pre class="sh_perl sh_sourceCode" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; border-bottom-color: rgb(136, 136, 136); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(136, 136, 136); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(136, 136, 136); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(136, 136, 136); border-top-style: solid; border-top-width: 1px; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; padding-top: 1em;"&gt;        

//    Core.Agent.CustomerSearch.Init($("#CustomerAutoComplete"), $QData{"ActiveAutoComplete"});

&lt;/pre&gt;
&lt;br /&gt;
Done!

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-3639531112684789012?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M9AINrtNbSsaI5xUrjrELMGM-C4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M9AINrtNbSsaI5xUrjrELMGM-C4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M9AINrtNbSsaI5xUrjrELMGM-C4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M9AINrtNbSsaI5xUrjrELMGM-C4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/ZTYeOuFPEGw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/ZTYeOuFPEGw/how-to-enable-auto-complete-in-otrs-to.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/12/how-to-enable-auto-complete-in-otrs-to.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-6690341949734698289</guid><pubDate>Tue, 13 Dec 2011 21:36:00 +0000</pubDate><atom:updated>2011-12-13T22:41:28.382+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">pvwave</category><category domain="http://www.blogger.com/atom/ns#">5.9.6</category><category domain="http://www.blogger.com/atom/ns#">npp</category><category domain="http://www.blogger.com/atom/ns#">functionlist</category><title>PV-WAVE Program And Function List in notepad++</title><description>&lt;br /&gt;
Following instruction can be applied for first installation of &lt;a href="http://notepad-plus-plus.org/" target="_blank"&gt;Notepad++&lt;/a&gt; on Windows 7.&lt;br /&gt;
&lt;br /&gt;
- get keywords and FunctionList Plugin config &lt;a href="http://andronova.de/getfile.php?filename=PV-WAVE.zip" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;
- unpack from archive into&amp;nbsp;%APPDATA%\Notepad++\ directory&lt;br /&gt;
CAUTION!: it will be &lt;b&gt;userDefineLang.xml&lt;/b&gt; and &lt;b&gt;FunctionListRules.xml&lt;/b&gt;&amp;nbsp;files overwritten!!&lt;br /&gt;
&lt;br /&gt;
- OR -&lt;br /&gt;
&lt;br /&gt;
you can find&amp;nbsp;&lt;b&gt;userDefineLang.xml&lt;/b&gt;&amp;nbsp;file and insert&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;lt;UserLang name="pvwave" ext=""&amp;gt;&lt;/span&gt; section into it,&lt;br /&gt;
also find&amp;nbsp;&lt;b&gt;FunctionListRules.xml&lt;/b&gt;&amp;nbsp;file and insert&amp;nbsp;&amp;nbsp;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;lt;Language name="pvwave" imagelistpath=""&amp;gt;&lt;/span&gt; section.&lt;br /&gt;
&lt;br /&gt;
Resulting screenshot:&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/--xBOgXptds8/TufERBkaH9I/AAAAAAAADVk/K7KHEvq9aPk/s1600/npp-pvwave.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="232" src="http://3.bp.blogspot.com/--xBOgXptds8/TufERBkaH9I/AAAAAAAADVk/K7KHEvq9aPk/s320/npp-pvwave.PNG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Enjoy it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-6690341949734698289?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lOFsR5AbQ1znoIPeWpZRd2tfMHM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lOFsR5AbQ1znoIPeWpZRd2tfMHM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lOFsR5AbQ1znoIPeWpZRd2tfMHM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lOFsR5AbQ1znoIPeWpZRd2tfMHM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/rnuNrNNrv3M" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/rnuNrNNrv3M/pv-wave-program-and-function-list-in.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/--xBOgXptds8/TufERBkaH9I/AAAAAAAADVk/K7KHEvq9aPk/s72-c/npp-pvwave.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/12/pv-wave-program-and-function-list-in.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-8781902122613111573</guid><pubDate>Wed, 30 Nov 2011 23:01:00 +0000</pubDate><atom:updated>2011-12-05T08:39:45.298+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">without sendmail</category><category domain="http://www.blogger.com/atom/ns#">windows</category><category domain="http://www.blogger.com/atom/ns#">send mail</category><category domain="http://www.blogger.com/atom/ns#">perl</category><title>HOWTO: send mail using perl on windows without sendmail</title><description>Q: &lt;b&gt;How to&amp;nbsp;send mail using perl on windows without sendmail?&lt;/b&gt;&lt;br /&gt;
A: &lt;b&gt;You need Mail::Sender module and available SMTP Server&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
e.g.&lt;br /&gt;
&lt;a class="u" href="http://search.cpan.org/~jenda/Mail-Sender-0.8.16/Sender.pm#___top" name="Simple_single_part_message" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; color: #006699; font-family: arial, sans-serif; font-weight: bold; text-decoration: none;" title="click to go to top of document"&gt;Simple single part message&lt;/a&gt;&lt;br /&gt;
&lt;pre class="sh_perl sh_sourceCode" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: initial; background-origin: initial; border-bottom-color: rgb(136, 136, 136); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(136, 136, 136); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(136, 136, 136); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(136, 136, 136); border-top-style: solid; border-top-width: 1px; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; padding-top: 1em;"&gt;        &lt;span class="sh_variable"&gt;$sender&lt;/span&gt; &lt;span class="sh_symbol"&gt;=&lt;/span&gt; new Mail&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Sender &lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
                smtp &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_string"&gt;'mail.yourISP.com'&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
                from &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_string"&gt;'somebody@somewhere.com'&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
                on_errors &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_keyword"&gt;undef&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
        &lt;span class="sh_cbracket"&gt;}&lt;/span&gt;
                or &lt;span class="sh_keyword"&gt;die&lt;/span&gt; &lt;span class="sh_string"&gt;"Can't create the Mail::Sender object: $Mail::Sender::Error\n"&lt;/span&gt;&lt;span class="sh_symbol"&gt;;&lt;/span&gt;
        &lt;span class="sh_variable"&gt;$sender&lt;/span&gt;&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;Open&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;&lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
                to &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_string"&gt;'mama@home.org, papa@work.com'&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
                cc &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_string"&gt;'somebody@somewhere.com'&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
                subject &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_string"&gt;'Sorry, I\'ll come later.'&lt;/span&gt;
        &lt;span class="sh_cbracket"&gt;}&lt;/span&gt;&lt;span class="sh_symbol"&gt;)&lt;/span&gt;
                or &lt;span class="sh_keyword"&gt;die&lt;/span&gt; &lt;span class="sh_string"&gt;"Can't open the message: $sender-&amp;gt;{'error_msg'}\n"&lt;/span&gt;&lt;span class="sh_symbol"&gt;;&lt;/span&gt;
        &lt;span class="sh_variable"&gt;$sender&lt;/span&gt;&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;SendLineEnc&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;&lt;span class="sh_string"&gt;"I'm sorry, but thanks to the lusers,&lt;/span&gt;
                I&lt;span class="sh_string"&gt;'ll come at 10pm at best.");&lt;/span&gt;
        &lt;span class="sh_variable"&gt;$sender&lt;/span&gt;&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;SendLineEnc&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;&lt;span class="sh_string"&gt;"\nHi, Jenda"&lt;/span&gt;&lt;span class="sh_symbol"&gt;);&lt;/span&gt;
        &lt;span class="sh_variable"&gt;$sender&lt;/span&gt;&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;Close&lt;/span&gt;&lt;span class="sh_symbol"&gt;()&lt;/span&gt;
                or &lt;span class="sh_keyword"&gt;die&lt;/span&gt; &lt;span class="sh_string"&gt;"Failed to send the message: $sender-&amp;gt;{'error_msg'}\n"&lt;/span&gt;&lt;span class="sh_symbol"&gt;;&lt;/span&gt;&lt;/pre&gt;
&lt;div style="background-color: white; font-family: arial, sans-serif;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="background-color: white; font-family: arial, sans-serif;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="background-color: white; font-family: arial, sans-serif;"&gt;
read more &lt;a href="http://search.cpan.org/~jenda/Mail-Sender-0.8.16/Sender.pm" target="_blank"&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
yet another good option is &lt;a href="http://search.cpan.org/~rjbs/Email-Sender-0.110001/" target="_blank"&gt;Email::Sender&lt;/a&gt; module&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #006699; font-size: medium; font-weight: bold;"&gt;usage:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sh_perl sh_sourceCode" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; border-bottom-color: rgb(136, 136, 136); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(136, 136, 136); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(136, 136, 136); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(136, 136, 136); border-top-style: solid; border-top-width: 1px; padding-bottom: 1em; padding-left: 1em; padding-right: 1em; padding-top: 1em;"&gt;  &lt;span class="sh_keyword"&gt;my&lt;/span&gt; &lt;span class="sh_variable"&gt;$message&lt;/span&gt; &lt;span class="sh_symbol"&gt;=&lt;/span&gt; Email&lt;span class="sh_symbol"&gt;::&lt;/span&gt;MIME&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;create&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt; &lt;span class="sh_symbol"&gt;...&lt;/span&gt; &lt;span class="sh_symbol"&gt;);&lt;/span&gt;
  &lt;span class="sh_comment"&gt;# produce an Email::Abstract compatible message object,&lt;/span&gt;
  &lt;span class="sh_comment"&gt;# e.g. produced by Email::Simple, Email::MIME, Email::Stuff&lt;/span&gt;

  &lt;span class="sh_keyword"&gt;use&lt;/span&gt; Email&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Sender&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Simple &lt;span class="sh_keyword"&gt;qw&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;sendmail&lt;span class="sh_symbol"&gt;);&lt;/span&gt;
  &lt;span class="sh_keyword"&gt;use&lt;/span&gt; Email&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Sender&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Transport&lt;span class="sh_symbol"&gt;::&lt;/span&gt;SMTP &lt;span class="sh_keyword"&gt;qw&lt;/span&gt;&lt;span class="sh_symbol"&gt;();&lt;/span&gt;
  &lt;span class="sh_keyword"&gt;use&lt;/span&gt; Try&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Tiny&lt;span class="sh_symbol"&gt;;&lt;/span&gt;

  try &lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
    &lt;span class="sh_function"&gt;sendmail&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;
      &lt;span class="sh_variable"&gt;$message&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
      &lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
        from &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_variable"&gt;$SMTP_ENVELOPE_FROM_ADDRESS&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
        transport &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; Email&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Sender&lt;span class="sh_symbol"&gt;::&lt;/span&gt;Transport&lt;span class="sh_symbol"&gt;::&lt;/span&gt;SMTP&lt;span class="sh_symbol"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="sh_function"&gt;new&lt;/span&gt;&lt;span class="sh_symbol"&gt;(&lt;/span&gt;&lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
            host &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_variable"&gt;$SMTP_HOSTNAME&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
            port &lt;span class="sh_symbol"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="sh_variable"&gt;$SMTP_PORT&lt;/span&gt;&lt;span class="sh_symbol"&gt;,&lt;/span&gt;
        &lt;span class="sh_cbracket"&gt;}&lt;/span&gt;&lt;span class="sh_symbol"&gt;)&lt;/span&gt;
      &lt;span class="sh_cbracket"&gt;}&lt;/span&gt;
    &lt;span class="sh_symbol"&gt;);&lt;/span&gt;
  &lt;span class="sh_cbracket"&gt;}&lt;/span&gt; catch &lt;span class="sh_cbracket"&gt;{&lt;/span&gt;
      &lt;span class="sh_keyword"&gt;warn&lt;/span&gt; &lt;span class="sh_string"&gt;"sending failed: $_"&lt;/span&gt;&lt;span class="sh_symbol"&gt;;&lt;/span&gt;
  &lt;span class="sh_cbracket"&gt;}&lt;/span&gt;&lt;span class="sh_symbol"&gt;;&lt;/span&gt;&lt;/pre&gt;
&lt;h1 style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; color: #006699; font-size: large;"&gt;

&lt;/h1&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-8781902122613111573?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mrb8iKzm77SJxegRQ_8PfbCBa6U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mrb8iKzm77SJxegRQ_8PfbCBa6U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mrb8iKzm77SJxegRQ_8PfbCBa6U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mrb8iKzm77SJxegRQ_8PfbCBa6U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/dKJE0jtTMoQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/dKJE0jtTMoQ/howto-send-mail-using-perl-on-windows.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/12/howto-send-mail-using-perl-on-windows.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-417635840377206194</guid><pubDate>Fri, 11 Nov 2011 10:11:00 +0000</pubDate><atom:updated>2011-11-11T11:14:46.974+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">apache</category><title>apache: gif png jpg css gif etc is not executable; ensure interpreted scripts have</title><description>&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;
If appears error message in apache XXX&lt;/span&gt; &amp;nbsp;&lt;i style="background-color: #f6f6f6; font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-size: 13px;"&gt;&lt;b&gt;is not executable; ensure interpreted scripts have "#!"&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;you should checks that in &lt;b&gt;script &lt;/b&gt;or &lt;b&gt;cgi-bin&lt;/b&gt; directory only scripts are stored&amp;nbsp;otherwise&amp;nbsp;Apache will try to execute file.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;Just move file to &lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;..\images\&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-size: x-small;"&gt; or &lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace; font-size: x-small;"&gt;..\css\&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt; directory and correct links.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;and check also config section, you will find tip &lt;a href="http://randronov.blogspot.com/2010/10/apache-js-is-not-executable-ensure.html"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-417635840377206194?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AGFFsKcspy5Xv6ZQy4DaQMDxjio/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AGFFsKcspy5Xv6ZQy4DaQMDxjio/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AGFFsKcspy5Xv6ZQy4DaQMDxjio/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AGFFsKcspy5Xv6ZQy4DaQMDxjio/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/Z6_qrmg0nxk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/Z6_qrmg0nxk/apache-gif-png-jpg-css-gif-etc-is-not.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/11/apache-gif-png-jpg-css-gif-etc-is-not.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-833540624063670900</guid><pubDate>Sat, 29 Oct 2011 14:45:00 +0000</pubDate><atom:updated>2011-10-29T23:55:19.812+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">peoplesoft</category><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><category domain="http://www.blogger.com/atom/ns#">Function List</category><category domain="http://www.blogger.com/atom/ns#">sqr</category><title>PeopleSoft SQR Language and Function List in Notepad 5</title><description>First of all I have found funny bug in Notepad++, if you want to use FunctionList plugin with &lt;b&gt;User Defined Language&lt;/b&gt; then you should switch off "&lt;b&gt;language menu compact&lt;/b&gt;" mode and disable some languages.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-uvLOxEFo9T4/TqwM9O3DsaI/AAAAAAAADTQ/ifkRnU8y8I8/s1600/compact.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="368" src="http://3.bp.blogspot.com/-uvLOxEFo9T4/TqwM9O3DsaI/AAAAAAAADTQ/ifkRnU8y8I8/s640/compact.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Next step to add user defined language &lt;b&gt;SQR&lt;/b&gt;&lt;br /&gt;
Open User Language Dialog and and create new language SQR.&lt;br /&gt;
You can add some keywords, comments and nice formatting. Look &lt;a href="http://workingscripts.com/2009/06/notepad-peoplecode-sqr/"&gt;here&lt;/a&gt;&amp;nbsp;for details.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-NQuH5RaX4tY/TqwOURQ3NHI/AAAAAAAADTY/jqVgYfdonE0/s1600/ud_lang.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="http://1.bp.blogspot.com/-NQuH5RaX4tY/TqwOURQ3NHI/AAAAAAAADTY/jqVgYfdonE0/s640/ud_lang.png" width="529" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
After that we can define &lt;b&gt;Language Parsing Rule&lt;/b&gt; for Function List plugin.&lt;br /&gt;
But keep in mind, that SQR script has a lot nameless blocks, so function list could not show any text.&lt;br /&gt;
Recommended workaround to add some descriptive comment after begin word, &lt;i&gt;e.g.&lt;/i&gt;&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;begin-program&lt;/span&gt;&lt;/b&gt; &lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;!my first app&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
Lets add new Group PROGRAMM and RegEx&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-FS4DcQ00L28/TqwQixiYBoI/AAAAAAAADTs/o1nNoAanCZI/s1600/sqr_prog.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="406" src="http://4.bp.blogspot.com/-FS4DcQ00L28/TqwQixiYBoI/AAAAAAAADTs/o1nNoAanCZI/s640/sqr_prog.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
and of course we need &lt;b&gt;PROCEDURE &lt;/b&gt;group with 2 rules!&lt;br /&gt;
Rule 1.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-fpC-BRtWTdg/TqwQhq0aiSI/AAAAAAAADTg/i7PojA3SwCc/s1600/sqr_proc1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="406" src="http://3.bp.blogspot.com/-fpC-BRtWTdg/TqwQhq0aiSI/AAAAAAAADTg/i7PojA3SwCc/s640/sqr_proc1.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black; font-family: 'Times New Roman';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Rule 2.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-U-ESq2RyXd4/TqwQiP54wmI/AAAAAAAADTk/oeyRTaJu7sk/s1600/sqr_proc2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="406" src="http://3.bp.blogspot.com/-U-ESq2RyXd4/TqwQiP54wmI/AAAAAAAADTk/oeyRTaJu7sk/s640/sqr_proc2.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Press OK and enjoy with end result&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-5W2eqQYEKR8/TqwRgZ5hxrI/AAAAAAAADT4/lCVhvHFsR0s/s1600/sqr_npp_appl.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-5W2eqQYEKR8/TqwRgZ5hxrI/AAAAAAAADT4/lCVhvHFsR0s/s320/sqr_npp_appl.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black; font-family: 'Times New Roman';"&gt;Keywords for SQR &amp;nbsp;have been taken &lt;a href="http://workingscripts.com/2009/06/notepad-peoplecode-sqr/"&gt;here&lt;/a&gt;. Many thanks to&amp;nbsp;Iouri Chadour!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: lime; font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="Apple-style-span" style="color: black; font-family: 'Times New Roman';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Sincerely yours,&lt;br /&gt;
R&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-833540624063670900?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZQwqCPQSggJWNOYgJ7AOXuBpUCg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZQwqCPQSggJWNOYgJ7AOXuBpUCg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZQwqCPQSggJWNOYgJ7AOXuBpUCg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZQwqCPQSggJWNOYgJ7AOXuBpUCg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/KwtvxQ5x814" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/KwtvxQ5x814/peoplesoft-sqr-language-and-function.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-uvLOxEFo9T4/TqwM9O3DsaI/AAAAAAAADTQ/ifkRnU8y8I8/s72-c/compact.png" height="72" width="72" /><thr:total>7</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/10/peoplesoft-sqr-language-and-function.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-6326371336777443644</guid><pubDate>Thu, 13 Oct 2011 20:34:00 +0000</pubDate><atom:updated>2011-11-29T21:11:08.330+01:00</atom:updated><title>SQL Server ODBC Driver for Linux</title><description>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.&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/hh568451(v=SQL.110).aspx" target="_blank"&gt;read more...&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
and download &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28160" target="_blank"&gt;link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-6326371336777443644?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fx95jwbUCewXVbvCpthYYFAYyIU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fx95jwbUCewXVbvCpthYYFAYyIU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fx95jwbUCewXVbvCpthYYFAYyIU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fx95jwbUCewXVbvCpthYYFAYyIU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/KFos8DwPZwA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/KFos8DwPZwA/sql-server-odbc-driver-for-linux.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/10/sql-server-odbc-driver-for-linux.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-4983441356693869476</guid><pubDate>Wed, 12 Oct 2011 17:00:00 +0000</pubDate><atom:updated>2011-10-13T13:05:06.339+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">5.9</category><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functionlist</category><category domain="http://www.blogger.com/atom/ns#">notepad</category><title>notepad++ 5.9, php and functionlist plugin</title><description>Notepad++ 5.9.4, PHP and FunctionList plugin&amp;nbsp;collaborate with each other without any issues or troubles.&lt;br /&gt;
After update notepad++ will always move FunctionList plugin into&amp;nbsp;\Notepad++\plugins\disabled\ folder and you need to copy FunctionList.dll back into&amp;nbsp;\Notepad++\plugins\ directory.&lt;br /&gt;
&lt;br /&gt;
After new start function list appears again.&lt;br /&gt;
Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-ZqyD58WgaBA/TpbFXKYcAaI/AAAAAAAADTA/W0R-DO5Pi_g/s1600/npp_functionlist_php.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="224" src="http://4.bp.blogspot.com/-ZqyD58WgaBA/TpbFXKYcAaI/AAAAAAAADTA/W0R-DO5Pi_g/s320/npp_functionlist_php.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-4983441356693869476?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yPM5e0bDEzgEL9ML4mSl7RtLS80/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yPM5e0bDEzgEL9ML4mSl7RtLS80/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yPM5e0bDEzgEL9ML4mSl7RtLS80/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yPM5e0bDEzgEL9ML4mSl7RtLS80/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/TFXf135Tx9I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/TFXf135Tx9I/notepad-59-php-and-functionlist-plugin.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-ZqyD58WgaBA/TpbFXKYcAaI/AAAAAAAADTA/W0R-DO5Pi_g/s72-c/npp_functionlist_php.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/10/notepad-59-php-and-functionlist-plugin.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-6993760254173491112</guid><pubDate>Thu, 15 Sep 2011 17:21:00 +0000</pubDate><atom:updated>2011-09-16T07:56:03.742+02:00</atom:updated><title>IIS 8</title><description>Windows 8 with Metro is available! Also you can try right now Internet Information Server (IIS) 8.0

Download link: &lt;a href="http://msdn.microsoft.com/en-us/windows/apps/br229516"&gt;http://msdn.microsoft.com/en-us/windows/apps/br229516&lt;/a&gt;&lt;br /&gt;
ASP.NET 4.5 Preview also included...&lt;br /&gt;
&lt;br /&gt;
and of course you need Visual Studio 11 &lt;a href="http://msdn.microsoft.com/en-us/vstudio/hh127353"&gt;Developer Preview&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It works already on my old good DELL Latitude Notebook.&lt;br /&gt;
&lt;br /&gt;
HAVE FUN!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-6993760254173491112?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M3rL5t1wT6w9bfQCkZuylr83lK0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M3rL5t1wT6w9bfQCkZuylr83lK0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M3rL5t1wT6w9bfQCkZuylr83lK0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M3rL5t1wT6w9bfQCkZuylr83lK0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/Sl0yxVpKewU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/Sl0yxVpKewU/iis-8.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/09/iis-8.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-1027005188582276885</guid><pubDate>Fri, 05 Aug 2011 20:49:00 +0000</pubDate><atom:updated>2011-08-05T10:53:35.534+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">c sharp</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>HOWTO list all my functions in CSharp (C#) using Reflection</title><description>It's easy to list all methods (functions) directly in C#, below you will find code sample:&lt;br /&gt;
&lt;br /&gt;
If you are looking for static methods, you should replace &lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Consolas;"&gt;&lt;span style="color: #2b91af;"&gt;BindingFlags&lt;/span&gt;.Instance with &lt;span style="color: #2b91af;"&gt;BindingFlags&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: black; font-family: Consolas; font-size: x-small;"&gt;.Static&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;class&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Program&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;    {&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;private&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;int&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; PrivateMethod() { &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;return&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; 0; }&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;protected&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;bool&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; ProtectedMethod() {&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;return&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;;  }&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;public&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; IAmFunction(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;object&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; param1, &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Array&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; param2) { }&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;static&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;void&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; Main(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;string&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;[] args)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;        {&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Type&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; myType = &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;typeof&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Program&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;// Get the public methods.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;MethodInfo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;[] myMethods = myType.GetMethods(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;BindingFlags&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.Instance    |&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                                                       &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;BindingFlags&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.DeclaredOnly|&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                                                       &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;BindingFlags&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.Public      |&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                                                       &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;BindingFlags&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.NonPublic  );&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            &lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"i have found {0} methods of Type {1}: \n"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, myMethods.Length, myType.FullName);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;// Display all the methods.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: green; font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;foreach&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; (&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;MethodInfo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; m &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; myMethods) {&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"Name: {0}"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, m.Name);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"Return Type: {0}"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, m.ReturnType.ToString());&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;ParameterInfo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;[] parameters = m.GetParameters();&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"I have {0} input parameter(s):"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, parameters.Length);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;foreach&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; (&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;ParameterInfo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; pi &lt;/span&gt;&lt;/span&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: blue; font-family: Consolas; font-size: x-small;"&gt;in&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; parameters) {&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                    &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"     Name: {0}"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, pi.Name);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                    &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"     Type: {0}"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;, pi.ParameterType.ToString());&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                    &lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;""&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;                }&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"------------------------------------------\n"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;            }&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #2b91af; font-family: Consolas; font-size: x-small;"&gt;Console&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;.WriteLine(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;&lt;span style="color: #a31515; font-family: Consolas; font-size: x-small;"&gt;"==========================================\n"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;);&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;        }&lt;br /&gt;
&lt;br /&gt;
}&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-1027005188582276885?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wBNg77kjlYdcrsyhh-bDmq12RAM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wBNg77kjlYdcrsyhh-bDmq12RAM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wBNg77kjlYdcrsyhh-bDmq12RAM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wBNg77kjlYdcrsyhh-bDmq12RAM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/R-jK1lhef54" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/R-jK1lhef54/howto-list-all-my-functions-in-csharp-c.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/08/howto-list-all-my-functions-in-csharp-c.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-217092099197091265</guid><pubDate>Sun, 15 May 2011 14:43:00 +0000</pubDate><atom:updated>2011-09-18T19:47:56.754+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">proxy toggler switcher</category><title>Proxy Toggle</title><description>&lt;a href="http://www.blogger.com/post-edit.g?blogID=4114231699213715121&amp;amp;postID=217092099197091265" name="proxy" style="color: black; text-syle: normal;"&gt;&lt;i&gt;Proxy toggle&lt;/i&gt;&lt;/a&gt; allows you to switch on/off windows proxy settings with &lt;b&gt;one &lt;/b&gt;click.&lt;br /&gt;
After install it will be available as &lt;b&gt;Tools | Toggle proxy&lt;/b&gt; menu item in IE and desktop shortcut. &lt;br /&gt;
In Windows 7 you can even pin shortcut to taskbar. &lt;br /&gt;
&lt;br /&gt;
Pros: light, fast, zero memory footprint.&lt;br /&gt;
&lt;br /&gt;
Installer is available &lt;a href="http://andronova.de/getfile.php?filename=InstallProxyToggle.msi"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
If you have to enable/ disable proxy in Internet Exlporer, Chrome or Safari &amp;nbsp;just click one button. As a result it will be (un-)checked box mentioned on the picture below.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-6Fy1f_YoGo8/TdD_7BrVsCI/AAAAAAAACqQ/Nbxh6M1V1N8/s1600/screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-6Fy1f_YoGo8/TdD_7BrVsCI/AAAAAAAACqQ/Nbxh6M1V1N8/s320/screenshot.png" width="250" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
Solution for Firefox you can take &lt;a href="https://addons.mozilla.org/de/firefox/addon/toggle-proxy-51740/"&gt;here&lt;/a&gt;&amp;nbsp;and &lt;a href="http://my.opera.com/Tamil/blog/fast-proxy-switching"&gt;here tip&lt;/a&gt; for Opera.&lt;br /&gt;
It isn't multiproxy switch or selector tool. Just simple toggle (on/off) for MS Windows.&lt;br /&gt;
You won't find here SwitchProxy &amp;nbsp;v 1.3.4&lt;br /&gt;
&lt;br /&gt;
Please leave below yours opinion, suggestion or criticism:
&lt;br /&gt;
&lt;div id="fb-root"&gt;
&lt;/div&gt;
&lt;script src="http://connect.facebook.net/en_US/all.js#xfbml=1"&gt;
&lt;/script&gt;&lt;fb:comments href="http://randronov.blogspot.com/2011/05/proxy-toggle.html" num_posts="5" width="500"&gt;&lt;/fb:comments&gt;

&lt;br /&gt;
&lt;div style="color: white; display: none;"&gt;
Win XP, Vista IE and Chrome quick/quickly/quickest way to  switch or toggle proxy on/off&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-217092099197091265?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4wmzVAYRcGw6KtoIvCCfD7EMyTg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4wmzVAYRcGw6KtoIvCCfD7EMyTg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4wmzVAYRcGw6KtoIvCCfD7EMyTg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4wmzVAYRcGw6KtoIvCCfD7EMyTg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/A31Iwi6Cfsk" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/A31Iwi6Cfsk/proxy-toggle.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-6Fy1f_YoGo8/TdD_7BrVsCI/AAAAAAAACqQ/Nbxh6M1V1N8/s72-c/screenshot.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/05/proxy-toggle.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-3226964375712963831</guid><pubDate>Tue, 01 Feb 2011 17:13:00 +0000</pubDate><atom:updated>2011-05-09T21:37:00.523+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sendmail</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Simplemail for Windows</title><description>I need sometimes to send email from windows command line. I could not find appropriate light sendmail utility and has developed own simple tool. It requires at least &amp;nbsp;.NET 2.0 installed on the system. &lt;br /&gt;
simplemail is available&amp;nbsp;&lt;a href="http://andronova.de/getfile.php?filename=simplemail.zip"&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
simplemail.exe [-a  file] [-F file] [-H file] [-s subj] [-b addr] [-c addr] addr [...]&lt;br /&gt;
&lt;br /&gt;
OPTIONS&lt;br /&gt;
-a file&lt;br /&gt;
Attach a file to your message using MIME.&lt;br /&gt;
&lt;br /&gt;
-b address&lt;br /&gt;
Specify a blind-carbon-copy (BCC) recipient&lt;br /&gt;
&lt;br /&gt;
-c address&lt;br /&gt;
Specify a carbon-copy (CC) recipient&lt;br /&gt;
&lt;br /&gt;
-F config&lt;br /&gt;
Specify an initialization file to read&lt;br /&gt;
&lt;br /&gt;
-h     Show help.&lt;br /&gt;
&lt;br /&gt;
-H draft&lt;br /&gt;
Specify a draft file which contains header and body&lt;br /&gt;
to use to send a message.&lt;br /&gt;
&lt;br /&gt;
-s subject&lt;br /&gt;
Specify the subject of the message.&lt;br /&gt;
&lt;br /&gt;
-v Show version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are looking how to install SMTP (Simple Mail Transfer Protocol) in Windows answer is &lt;a href="http://msdn.microsoft.com/en-us/library/8b83ac7t.aspx"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-3226964375712963831?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WIDIp2PtKfX_FTb7Txg0ifkSrKs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WIDIp2PtKfX_FTb7Txg0ifkSrKs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WIDIp2PtKfX_FTb7Txg0ifkSrKs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WIDIp2PtKfX_FTb7Txg0ifkSrKs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/bd1DJvRwliI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/bd1DJvRwliI/simplemail-for-windows.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>3</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/02/simplemail-for-windows.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-4342371426669801927</guid><pubDate>Tue, 01 Feb 2011 07:00:00 +0000</pubDate><atom:updated>2011-05-09T21:37:17.402+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sendmail command line</category><title>SimpleMail für Windows - DE</title><description>&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Ich brauche manchmal E-Mails von Windows-Befehlszeile zu senden. ich konnte icht finden entsprechende einfache sendmail Dienstprogramm und entwickelte eigene einfaches Werkzeug. Es soll mindestens .NET 2.0 auf dem System installiert werden.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;SimpleMail ist &lt;a href="http://andronova.de/getfile.php?filename=simplemail.zip"&gt;hier &lt;/a&gt;erhältlich&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Verbrauch:&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;simplemail.exe [-a Datei] [-F Datei] [-H Datei] [-s Betreff] [-b E-mail] [-c E-Mail] E-mail [...]&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;OPTIONS&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-a Datei&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Anfügen einer Datei an Ihre Nachricht mit MIME.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-b Adresse&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Geben Sie ein Blind-Carbon-Copy (BCC) Empfänger&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-c Adresse&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Geben Sie eine Carbon-Copy (CC) Empfänger&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-F Konfig&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Geben Sie eine Initialisierungsdatei zu lesen&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-h Hilfe anzeigen.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-H Entwurf&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Geben Sie einen Entwurf Datei, die Header und Body enthält&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;zu verwenden, um eine Nachricht zu senden.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-s Betreff&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Geben Sie den Betreff der Nachricht.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-v Version anzeigen.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: arial, sans-serif;"&gt;Wenn Sie schauen, wie SMTP (Simple Mail Transfer Protocol) in Windows installieren Antwort ist &lt;a href="http://msdn.microsoft.com/en-us/library/8b83ac7t.aspx"&gt;hier&lt;/a&gt;.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-4342371426669801927?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3qmi1yFE4gULDQoOvVsRcGT9iS8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3qmi1yFE4gULDQoOvVsRcGT9iS8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3qmi1yFE4gULDQoOvVsRcGT9iS8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3qmi1yFE4gULDQoOvVsRcGT9iS8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/exEASSpN2V0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/exEASSpN2V0/simplemail-fur-windows-de.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/02/simplemail-fur-windows-de.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-8107678608232477324</guid><pubDate>Tue, 01 Feb 2011 07:00:00 +0000</pubDate><atom:updated>2011-05-09T21:35:55.697+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sendmail command line</category><title>SimpleMail para Windows - ES</title><description>Necesito a veces para enviar correo electrónico desde la línea de comandos de Windows. No he podido encontrar utilidad adecuada sendmail simple y sencilla herramienta se ha desarrollado propia. Se requiere por lo menos NET 2.0 instalado en el sistema.&lt;br /&gt;
SimpleMail está disponible &lt;a href="http://andronova.de//getfile.php?filename=simplemail.zip"&gt;aquí&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Uso:&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;simplemail.exe [-a archivo] [-F archivo] [-H archivo] [-s&amp;nbsp;asunto&amp;nbsp;] [-b&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;destinatario&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;] [-C&amp;nbsp;destinatario]&amp;nbsp;destinatario[...]&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;OPCIONES&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-a archivo&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Adjuntar un archivo a su mensaje utilizando MIME.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-b dirección&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Especifique un ciego-en copia (BCC) destinatario&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-c dirección&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Especifique una copia (CC) destinatario&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-F config&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Especificar un archivo de inicialización de leer&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-h Mostrar ayuda.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-H proyecto de texto&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Especifique un archivo que contiene el proyecto de cabecera y el cuerpo&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;utilizar para enviar un mensaje.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-s&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;asunto del mensaje&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Especifique el asunto del mensaje.&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;-v Muestra la versión.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Si usted está buscando cómo instalar SMTP (Simple Mail Transfer Protocol) en Windows respuesta está &lt;a href="http://msdn.microsoft.com/en-us/library/8b83ac7t.aspx"&gt;aquí&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-8107678608232477324?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vGOeqwrTh9s3UNku6IHp2RgrPNQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vGOeqwrTh9s3UNku6IHp2RgrPNQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vGOeqwrTh9s3UNku6IHp2RgrPNQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vGOeqwrTh9s3UNku6IHp2RgrPNQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/mTtbjINgZ-I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/mTtbjINgZ-I/simplemail-para-windows-es.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/02/simplemail-para-windows-es.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-3736500470177971073</guid><pubDate>Sat, 29 Jan 2011 13:20:00 +0000</pubDate><atom:updated>2011-01-29T14:24:10.413+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">perl functionlist notepad++</category><title>FunctionList and perl subs</title><description>I was not really happy how&amp;nbsp; functionlist plugin lists perl &lt;span title="subs function method"&gt;subs&lt;/span&gt; by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left; width:100%"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_0nWcZA6AUT4/TUPnbLhOo2I/AAAAAAAACn4/OenkWvvN9DI/s1600/perl_old_regexp.png" imageanchor="1" style="clear: both; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="404" src="http://1.bp.blogspot.com/_0nWcZA6AUT4/TUPnbLhOo2I/AAAAAAAACn4/OenkWvvN9DI/s640/perl_old_regexp.png" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Original settings&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
I have modified rules as you can see on picture below. &lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left; width:100%"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_0nWcZA6AUT4/TUPnbn7O9xI/AAAAAAAACn8/el6W6mVANUw/s1600/perl_regexp.png" imageanchor="1" style="clear: both; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="408" src="http://2.bp.blogspot.com/_0nWcZA6AUT4/TUPnbn7O9xI/AAAAAAAACn8/el6W6mVANUw/s640/perl_regexp.png" width="640" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Modified regexp&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
Here is assumed, that sub word stays at the begin of string! (&lt;b&gt;&lt;span style="color: #20124d;"&gt;^sub&lt;/span&gt;&lt;/b&gt;).&lt;br /&gt;
You can remove &lt;b&gt;&lt;span style="color: #20124d;"&gt;^&lt;/span&gt;&lt;/b&gt; to accept all free-standing subs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-3736500470177971073?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KyYIwsflDkQCaEm6XL9qf1vWI14/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KyYIwsflDkQCaEm6XL9qf1vWI14/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KyYIwsflDkQCaEm6XL9qf1vWI14/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KyYIwsflDkQCaEm6XL9qf1vWI14/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/L5d-Pb-jH_c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/L5d-Pb-jH_c/functionlist-and-perl-subs.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_0nWcZA6AUT4/TUPnbLhOo2I/AAAAAAAACn4/OenkWvvN9DI/s72-c/perl_old_regexp.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2011/01/functionlist-and-perl-subs.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-1732662361440410298</guid><pubDate>Sat, 13 Nov 2010 20:33:00 +0000</pubDate><atom:updated>2010-11-30T21:47:11.176+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><category domain="http://www.blogger.com/atom/ns#">functionlist</category><category domain="http://www.blogger.com/atom/ns#">5.8.3</category><title>Notepad++ 5.8.3 with FunctionList on Windows 7</title><description>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;p&gt;Many thanks for advice &lt;a href='http://www.blogger.com/profile/02580722069180700533'&gt;Ariadie&lt;/a&gt; and &lt;a href='http://blog.theroyweb.com/function-list-plugin-on-notepad-53#comment-19'&gt; Claude&lt;/a&gt;!&lt;br/&gt;Notepad++ 5.8.3 works perfect with FunctionList_2_1 UNICODE.&lt;br/&gt;&lt;br/&gt;&lt;span style=' font-family:&amp;apos;arial&amp;apos;; color:#444444;'&gt;Please note that setting on Windows 7 is saved by path&lt;/span&gt;&lt;br/&gt;&lt;span style=' font-family:&amp;apos;Courier New&amp;apos;;'&gt;&lt;strong&gt;%APPDATA%\Notepad++\plugins\config\FunctionListRules.xml&lt;/strong&gt;&lt;/span&gt;&lt;br/&gt;&lt;span style=' color:#444444;'&gt;So you can always backup or restore your personal settings.&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Enjoy it!&lt;/p&gt;&lt;p&gt;&lt;img height='1' width='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-1732662361440410298?l=randronov.blogspot.com'/&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-1732662361440410298?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/99XOIMF05JvxACqwaSZtktiN2RE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/99XOIMF05JvxACqwaSZtktiN2RE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/99XOIMF05JvxACqwaSZtktiN2RE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/99XOIMF05JvxACqwaSZtktiN2RE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/8gVs9FZGTTQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/8gVs9FZGTTQ/notepad-583-with-functionlist-on.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>1</thr:total><feedburner:origLink>http://randronov.blogspot.com/2010/11/notepad-583-with-functionlist-on.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-556243224169839854</guid><pubDate>Wed, 10 Nov 2010 13:47:00 +0000</pubDate><atom:updated>2010-11-30T21:45:40.099+01:00</atom:updated><title>Specified cast is not valid at System.Linq.Enumerable. MoveNext</title><description>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;p&gt;Yes, it's true. Pseudo-code below will not work with buildin types (int, long, double and so on) with InvalidCastException.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt; &lt;span style=' color:#0000c0;'&gt;int&lt;/span&gt;[] a =  &lt;strong&gt;new&lt;/strong&gt; &lt;span style=' color:#0000c0;'&gt;int&lt;/span&gt;[]{ 1, 2, 3 };&lt;/p&gt;&lt;p&gt; &lt;span style=' color:#008000;'&gt;IEnumerable&lt;/span&gt;&amp;lt;&lt;span style=' color:#0000c0;'&gt;double&lt;/span&gt;&amp;gt; d = a.Cast&amp;lt;&lt;span style=' color:#0000c0;'&gt;double&lt;/span&gt;&amp;gt;();&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt; &lt;strong&gt;foreach&lt;/strong&gt; (&lt;span style=' color:#0000c0;'&gt;double&lt;/span&gt; x in d) {&lt;/p&gt;&lt;p&gt; System.Console.WriteLine(x);&lt;/p&gt;&lt;p&gt; }&lt;br/&gt;To resolve the issue you should rewrite second string with explicit cast as below&lt;br/&gt;&lt;br/&gt;&lt;span style=' color:#008000;'&gt;IEnumerable&lt;/span&gt;&amp;lt;&lt;span style=' color:#0000c0;'&gt;double&lt;/span&gt;&amp;gt; d = a.Select(i =&amp;gt; (&lt;span style=' color:#0000c0;'&gt;double&lt;/span&gt;)i);&lt;/p&gt;&lt;p&gt;&lt;img height='1' width='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-556243224169839854?l=randronov.blogspot.com'/&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-556243224169839854?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lxpDNnc2P8MwAPBrMwIuk1dVaC4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lxpDNnc2P8MwAPBrMwIuk1dVaC4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lxpDNnc2P8MwAPBrMwIuk1dVaC4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lxpDNnc2P8MwAPBrMwIuk1dVaC4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/TRTK_s-5mqQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/TRTK_s-5mqQ/specified-cast-is-not-valid-at.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2010/11/specified-cast-is-not-valid-at.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-9011408250929384237</guid><pubDate>Wed, 27 Oct 2010 13:37:00 +0000</pubDate><atom:updated>2010-10-27T18:11:21.719+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">javascript</category><category domain="http://www.blogger.com/atom/ns#">xampp</category><category domain="http://www.blogger.com/atom/ns#">apache</category><title>apache: .js is not executable; ensure interpreted scripts have "#!"</title><description>If appears in apache log the following message&lt;br /&gt;&lt;br /&gt;&lt;i&gt;apache: .js is not executable; ensure interpreted scripts have "#!"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;you should modify config file and use Alias instead  of ScriptAlias&lt;br /&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;span&gt;&lt;b&gt;Alias &lt;/b&gt;/appl/ "C:/xampp/appl/"&lt;/span&gt;&lt;br /&gt;&lt;span&gt; &amp;lt;Directory&amp;gt;  &lt;/span&gt;&lt;br /&gt;&lt;span&gt; AllowOverride All&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Options Indexes MultiViews &lt;b&gt;+ExecCGI&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;DirectoryIndex index.php&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Order allow,deny&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Allow from all&lt;/span&gt;&lt;br /&gt;&amp;lt;/Directory&amp;gt;  &lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-9011408250929384237?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FyvMzefFhiW9Tan7I3yhlr46GsE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FyvMzefFhiW9Tan7I3yhlr46GsE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FyvMzefFhiW9Tan7I3yhlr46GsE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FyvMzefFhiW9Tan7I3yhlr46GsE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/RqzhggDBY0c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/RqzhggDBY0c/apache-js-is-not-executable-ensure.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2010/10/apache-js-is-not-executable-ensure.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-6811397029509488849</guid><pubDate>Fri, 22 Oct 2010 18:54:00 +0000</pubDate><atom:updated>2011-05-09T21:38:46.637+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">perl 5.10</category><category domain="http://www.blogger.com/atom/ns#">DBD-ODBC</category><category domain="http://www.blogger.com/atom/ns#">activestate</category><title>How to install DBD-ODBC on Windows</title><description>I have installed XAMPP and could not install DBD-ODBC module to access MSSQL Server.&lt;div&gt;It appeared error message&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;span class="Apple-style-span" &gt;ppm install failed: Can't find any package that provides DBI  for DBD-ODBC&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div&gt;or&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;span class="Apple-style-span" &gt;Can't locate object method "rvalidate" via package...&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;Quick research exposed that PPD file format was changed.&lt;br /&gt;
&lt;br /&gt;
You can download updated version &lt;a href="http://andronova.de/getfile.php?filename=DBD-ODBC-1.24.ppd"&gt;here&lt;/a&gt;.&lt;br /&gt;
or just execute from command line&lt;br /&gt;
&lt;br /&gt;
ppm.bat install http://andronova.de/DBD-ODBC-1.24.ppd&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;Please note: solution works only with ActiveState Perl 5.10 x86&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-6811397029509488849?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OTnz6cFceTrlKn7Q6ZZ62eMDs00/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OTnz6cFceTrlKn7Q6ZZ62eMDs00/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OTnz6cFceTrlKn7Q6ZZ62eMDs00/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OTnz6cFceTrlKn7Q6ZZ62eMDs00/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/4lOG40qMrFw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/4lOG40qMrFw/how-to-install-dbd-odbc-on-windows.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2010/10/how-to-install-dbd-odbc-on-windows.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-9147031002234882937</guid><pubDate>Tue, 09 Feb 2010 19:04:00 +0000</pubDate><atom:updated>2011-09-07T17:09:47.457+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Function List</category><category domain="http://www.blogger.com/atom/ns#">CSharp</category><category domain="http://www.blogger.com/atom/ns#">5.6.6 Notepad++</category><title>HOWTO list all my functions in CSharp (C#) using FunctionList</title><description>If you could not find your functions in the list from C# class, it is possible that not exists correct language parsing rule. Click on picture to zoom out it and create similar rule in "Language Parsing Rules" dialog. Add new group for C# language and name it METHOD. &lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;a href="http://4.bp.blogspot.com/_0nWcZA6AUT4/S3GyCwclnMI/AAAAAAAACP4/zMLTCUB0evM/s1600-h/Capture.PNG"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5436321985647189186" src="http://4.bp.blogspot.com/_0nWcZA6AUT4/S3GyCwclnMI/AAAAAAAACP4/zMLTCUB0evM/s320/Capture.PNG" style="cursor: hand; cursor: pointer; display: block; height: 211px; margin: 0px auto 10px; text-align: center; width: 320px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Function Begin: \w*[\s\*]*&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Function List Name: \w+\s*[\s\*]*&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Function End: \(.*\)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Body Begin: \{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Body End: \}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-size: small;"&gt;Body Begin to Body End: \{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
by the way you can use the same trick for Java language.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
If you are looking for method list of class in C# check &lt;a href="http://randronov.blogspot.com/2011/08/howto-list-all-my-functions-in-csharp-c.html"&gt;also here&lt;/a&gt;.&lt;br /&gt;
It will &lt;b&gt;NOT&lt;/b&gt; help to folding and unfolding blocks of code like Eclipse, but you can quickly navigate through code.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-9147031002234882937?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SWjUlyr13BqsQ60mri13vFyks3k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SWjUlyr13BqsQ60mri13vFyks3k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SWjUlyr13BqsQ60mri13vFyks3k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SWjUlyr13BqsQ60mri13vFyks3k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/IybZr9QfkVg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/IybZr9QfkVg/howto-list-all-my-functions-in-csharp-c.html</link><author>noreply@blogger.com (Ruslan)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_0nWcZA6AUT4/S3GyCwclnMI/AAAAAAAACP4/zMLTCUB0evM/s72-c/Capture.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://randronov.blogspot.com/2010/02/howto-list-all-my-functions-in-csharp-c.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-9148580152569428023</guid><pubDate>Wed, 16 Sep 2009 07:39:00 +0000</pubDate><atom:updated>2009-09-16T09:48:46.481+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">unicode</category><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><category domain="http://www.blogger.com/atom/ns#">5.4.5</category><title>FunctionList Plugin v2.0 BETA for notepad++</title><description>Jens Lorenz has released FunctionList plugin v.2 Beta. I am using it awhile and should say that it works quite stable. &lt;br /&gt;Version for Notepad 5.x unicode available &lt;a href="http://sourceforge.net/projects/npp-plugins/files/"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-9148580152569428023?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YPh0058RGsVaXRwC-gpWlzx5iyU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YPh0058RGsVaXRwC-gpWlzx5iyU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YPh0058RGsVaXRwC-gpWlzx5iyU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YPh0058RGsVaXRwC-gpWlzx5iyU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/gUT056N9qgI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/gUT056N9qgI/functionlist-plugin-v20-beta-for.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>13</thr:total><feedburner:origLink>http://randronov.blogspot.com/2009/09/functionlist-plugin-v20-beta-for.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-1752384501814931501</guid><pubDate>Wed, 11 Mar 2009 18:44:00 +0000</pubDate><atom:updated>2009-03-11T19:59:50.330+01:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">MS Windows Vista</category><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><title>Function List and Windows Vista</title><description>People, had anybody experienced issue with notepad++ and/or function list on M$ Windows Vista 32/64-bit?&lt;br /&gt;I have never installed Vista on my PC really and have no ideas why it could not work properly.&lt;br /&gt;Please leave your comments.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-1752384501814931501?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JZZ7llYEc3-lNVEY-I7-Ab66cEA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JZZ7llYEc3-lNVEY-I7-Ab66cEA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JZZ7llYEc3-lNVEY-I7-Ab66cEA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JZZ7llYEc3-lNVEY-I7-Ab66cEA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/FYMvMhpSW1I" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/FYMvMhpSW1I/function-list-and-windows-vista.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>10</thr:total><feedburner:origLink>http://randronov.blogspot.com/2009/03/function-list-and-windows-vista.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-3473769041952805494</guid><pubDate>Sun, 08 Mar 2009 21:04:00 +0000</pubDate><atom:updated>2011-05-09T21:40:15.903+02:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">user defined</category><category domain="http://www.blogger.com/atom/ns#">unicode</category><category domain="http://www.blogger.com/atom/ns#">Notepad++</category><title>User Rules Dialog</title><description>Function List plugin can parse predefined languages: C, C++, Java, C#, ASM, PHP, HTML, JavaScript, LISP, Pascal, Python, Perl, Fortran, VHDL, SQL, Visual Basic, Bash, Tcl etc. Also it provides possibility to define user rules and parse any other language. You can open Plugins | Function List | User Rules dialog, please see &lt;a href="http://andronova.de/getfile.php?filename=FunctionList.pdf"&gt;here&lt;/a&gt; one sample.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-3473769041952805494?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZcnKxuxvUH1GQjRDr92STkqfr_o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZcnKxuxvUH1GQjRDr92STkqfr_o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZcnKxuxvUH1GQjRDr92STkqfr_o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZcnKxuxvUH1GQjRDr92STkqfr_o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/rM2wHmXadeA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/rM2wHmXadeA/user-rules-dialog.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>4</thr:total><feedburner:origLink>http://randronov.blogspot.com/2009/03/user-rules-dialog.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4114231699213715121.post-4258446359788679348</guid><pubDate>Mon, 02 Mar 2009 18:23:00 +0000</pubDate><atom:updated>2009-03-02T19:24:34.641+01:00</atom:updated><title>Unicode</title><description>Unicode is a computing industry standard allowing computers to consistently represent and manipulate text expressed in most of the world's writing systems. Developed in tandem with the Universal Character Set standard and published in book form as The Unicode Standard, Unicode consists of a repertoire of more than 100,000 characters, a set of code charts for visual reference, an encoding methodology and set of standard character encodings, an enumeration of character properties such as upper and lower case, a set of reference data computer files, and a number of related items, such as character properties, rules for normalization, decomposition, collation, rendering and bidirectional display order (for the correct display of text containing both right-to-left scripts, such as Arabic or Hebrew, and left-to-right scripts).[1]&lt;br /&gt;&lt;br /&gt;The Unicode Consortium, the non-profit organization that coordinates Unicode's development, has the ambitious goal of eventually replacing existing character encoding schemes with Unicode and its standard Unicode Transformation Format (UTF) schemes, as many of the existing schemes are limited in size and scope and are incompatible with multilingual environments.&lt;br /&gt;&lt;br /&gt;Unicode's success at unifying character sets has led to its widespread and predominant use in the internationalization and localization of computer software. The standard has been implemented in many recent technologies, including XML, the Java programming language, the Microsoft .NET Framework and modern operating systems.&lt;br /&gt;&lt;br /&gt;Unicode can be implemented by different character encodings. The most commonly used encodings are UTF-8 (which uses 1 byte for all ASCII characters, which have the same code values as in the standard ASCII encoding, and up to 4 bytes for other characters), the now-obsolete UCS-2 (which uses 2 bytes for all characters, but does not include every character in the Unicode standard), and UTF-16 (which extends UCS-2, using 4 bytes to encode characters missing from UCS-2). More you find &lt;a href="http://en.wikipedia.org/wiki/Unicode"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It's used in Windows, X Windows and Mac OS X.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4114231699213715121-4258446359788679348?l=randronov.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rDIqAqF0Kgj_2ux1QO0fc4XtuHs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rDIqAqF0Kgj_2ux1QO0fc4XtuHs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rDIqAqF0Kgj_2ux1QO0fc4XtuHs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rDIqAqF0Kgj_2ux1QO0fc4XtuHs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ruslans/~4/z6ppH2UaZ78" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/ruslans/~3/z6ppH2UaZ78/unicode.html</link><author>noreply@blogger.com (Ruslan)</author><thr:total>1</thr:total><feedburner:origLink>http://randronov.blogspot.com/2009/03/unicode.html</feedburner:origLink></item></channel></rss>

