[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html location ~ /purge(/.*) { set $uri_encoded $1; # энкодим выделение fastcgi_cache_purge MAGE “$scheme$request_method$host$uri_encoded$is_args$args”; }

[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html location ~ /purge(/.*) { set $uri_encoded $1; # энкодим выделение fastcgi_cache_purge MAGE “$scheme$request_method$host$uri_encoded$is_args$args”; }

[how to purge encoded URL from cache] Re: проблема с кирилличными uri при кешировании

http://mailman.nginx.org/pipermail/nginx-ru/2012-December/049347.html location ~ /purge(/.*) { set $uri_encoded $1; # энкодим выделение fastcgi_cache_purge MAGE “$scheme$request_method$host$uri_encoded$is_args$args”; }

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

http://mindprod.com/jgloss/cipher.html Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

http://mindprod.com/jgloss/cipher.html Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these methods for particular algorithms and block modes. Pay attention to string encoding/decoding and padding issues.

Download Microsoft Expression Encoder 4 with Service Pack 1 (SP1)

http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=5c3c5f97-678c-4c99-a7fc-f84f320c626f&displaylang=en Screen-cast recording and video encoding app from Microsoft. Can convert to WMV/WMA in Express Version, and to MPEG4(H.264,AAC) in Pro version. Can record a selected area of the screen

HandBrake - Muti-platform open source video transcoder

http://handbrake.fr/downloads.php works on Win, Lin and OS X, based on ffmpeg

CodeSnippets: Windows' command prompt : How to DEFINITELY change default codepage

http://codesnippets.joyent.com/posts/show/414 have u ever tried to get unicode ouput in windows console? You need to change console font to TrueType a and “C:>chcp 65001” i.e. change windows code page. Read the link if you want those changes to be permanent

Perl and Postgresql: Invalid byte sequence for encoding "UTF8"

http://www.perlmonks.org/?node_id=591180 encode( “UTF-8”, $possibly_bad_utf8_data );

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) - Joel on Software

http://www.joelonsoftware.com/articles/Unicode.html 98% that YOU HAVE TO READ THIS!