My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 60
Easy to use and high quality program for converting videos for PSP, PS3, Xbox 360, iPod, iPhone, BlackBerry, Hardware DVD and PC. Import formats: AVI DIVX ASF MPG MPE M2V MPEG VOB TS M2P D2V MOV QT 3GP HDMOV RM RAM RMVB RPX SMI SMIL MKV OGM WMV DVR-MS PMP FLV. Export formats: PMP AVC, MP4 ...
The “Learn About Encoding Project” has as its ultimate goal of demystifying the problems related to the study of character encoding (charset encoding). From charset’s proper use to the issue of canonicalization, we’ll try to explain and resolve the problems related to this issue so dear to professio...
= 1. What is it? = juniversalchardet is a Java port of 'universalchardet', that is the encoding detector library of Mozilla. The original code of universalchardet is available at http://lxr.mozilla.org/seamonkey/source/extensions/universalchardet/ Techniques used by universalchardet are des...
ChConverter - a free software for converting text between encodings. The application is written in Delphi using the library iconv http://www.gnu.org/software/libiconv/ The following encoding: ANSI_X3.4-1968 ANSI_X3.4-1986 ASCII CP367 IBM367 ISO-IR-6 ISO646-US ISO_646.IRV:1991 US US-ASCII CSAS...
==Encoder Tool== The [http://en.wikipedia.org Wikipedia] describes [http://en.wikipedia.org/wiki/Encoding Encoding] as _the process of transforming information from one format into another._ <img src="http://tarlog-encoder-tool.googlecode.com/svn/etc/encoder.png" width="650" /> All computer u...
<PRE> ,sSSSs, ,sSSSs, BETA3 - Multi-format shellcode encoding tool. iS"` XP YS" ,SY (Version 0.2) .SP dSS" ssS" Copyright (C) 2003-2009 by Berend-Jan "SkyLined" Wever dS' Xb SP, ;SP ...
=Maven-SortPom-Plugin= Maven plugin that helps the user sort pom.xml. The default sort order is taken from the [http://maven.apache.org/pom.html Maven pom documentation]. The main advantage to have standardized sorted poms, is that comparisons between different projekt poms becomes much easier. ...
{{{ >>> import urllib >>> urlread = lambda url: urllib.urlopen(url).read() >>> import chardet >>> chardet.detect(urlread("http://google.cn/")) {'encoding': 'GB2312', 'confidence': 0.99} >>> chardet.detect(urlread("http://yahoo.co.jp/")) {'encoding': 'EUC-JP', 'confidence': 0.99} >>> char...
*This is currently alpha material* ID3EncodingConverter is a simple ID3 tag viewer for KDE written in Python which supports conversion of tags from different character sets to Unicode with ID3v2. Its goal is fast and simple conversion for multiple files, letting the user compare between ID3v1 ...
This library implements the content sniffing algorithm described in http://tools.ietf.org/html/draft-abarth-mime-sniff-03, which will eventually become a normative reference in [http://www.whatwg.org/html5 HTML5]. Works well with [http://code.google.com/p/httplib2/ httplib2]: {{{ >>> from mim...
1 2 3 4 5 6 Next