Archive for the 'encoding' Category

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

Sunday, December 23rd, 2012

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 при кешировании

Sunday, December 23rd, 2012

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 при кешировании

Sunday, December 23rd, 2012

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

Sunday, October 2nd, 2011

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…

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

Sunday, October 2nd, 2011

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…

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

Wednesday, March 16th, 2011

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

Tuesday, January 4th, 2011

works on Win, Lin and OS X, based on ffmpeg

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

Thursday, February 26th, 2009

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"

Wednesday, February 27th, 2008

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

Monday, October 15th, 2007

98% that YOU HAVE TO READ THIS!