Archive for the 'encoding' Category
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
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…
Posted in AES, development, encoding, encryption, java, jce, programming, string | Comments Off | permalink
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…
Posted in AES, development, encoding, encryption, java, jce, programming, string | Comments Off | permalink
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
Posted in encoding, Microsoft, presentation, screencast, tools, video, windows | Comments Off | permalink
Tuesday, January 4th, 2011
works on Win, Lin and OS X, based on ffmpeg
Posted in encoding, ffmpeg, h.264, Linux, mac, opensource, video, videoediting, windows | Comments Off | permalink
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
Posted in cmd, console, encoding, for:collidr, prompt, shell, unicode, windows | Comments Off | permalink
Wednesday, February 27th, 2008
encode( “UTF-8″, $possibly_bad_utf8_data );
Posted in development, encoding, mod_perl, Perl, postgresql, programming, utf-8, utf8 | Comments Off | permalink
Monday, October 15th, 2007
98% that YOU HAVE TO READ THIS!
Posted in blogs, encoding, i18n, programming, unicode, utf8 | Comments Off | permalink