The JOGL project hosts the development version of the Java (TM) Binding for the
OpenGL API (JSR-231), and is designed to provide hardware-supported 3D graphics
to applications written in Java. JOGL provides full access to the APIs in the
OpenGL 1.3 - 3.0, >= 3.1, ES 1.x and ES 2.x specification as well as nearly all
vendor extensions. It integrates with the AWT and Swing widget sets, as well
with custom windowing toolkits using the NativeWindow API. It is part of a
suite of open-source technologies initiated by the Game Technology Group at Sun
Microsystems.
Jhead is a command line driven program for manipulating the non-image parts of
Exif flavour JPEG files that most digital cameras produce.
It has the following features:
- Extracting camera settings from Exif image files
- Able to set and/or adjust the Exif time field
- Manipulation (extract, replace, regenerate) of Exif integral thumbnails
- Transplant Exif image header from one JPEG to another
- Edit JPEG comment fields
- Automatically rotate images upright (using jpegtran) according to
"orientation" tag.
- Manage running programs on large batches of Jpegs and restoring Exif header
information afterwards.
- Display embedded GPS info (if present)
Shotwell is an image organizer designed to provide personal photo management
for the GNOME desktop environment.
Shotwell can import photos and videos from a digital camera directly, group
photos and videos automatically by date, and supports tagging. Its image
editing features allow users to straighten, crop, eliminate red eye, and
adjust levels and color balance. It also features an auto "enhance" option
that will attempt to guess appropriate levels for the image.
Shotwell allows users to publish their images and videos to Facebook, Flickr,
Picasa Web Albums, Piwigo, and YouTube.
Truevision is a 3D modeler for Gnome. It is still in development, so not
really stable and quite not usable yet.
Features:
- Create some objects:
- finite solid primitives: box, sphere, cone, cylinder, torus,
heightfield, superellipsoid
- finite patch primitive: disc
- infinite solid primitive: plane
- lights: point, cylindrical, spot, area
- csg operators: union, merge, intersection, difference
- atmospherics: background, skysphere, media, fog
- Manipulate them (rotate, scale, translate, etc)
- Manipulate and edit the camera
- Render the scene with the multithreaded povray frontend
- Create and edit materials (except slope maps), with preview in editor
- Output the scene to povray
- Save and load scenes, objects, materials
- Save materials with preview in material library
WebP is a new image format that provides lossless and lossy compression for
images on the web. WebP lossless images are 26% smaller in size compared to
PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at
equivalent SSIM index. WebP supports lossless transparency (also known as alpha
channel) with just 22% additional bytes. Transparency is also supported with
lossy compression and typically provides 3x smaller file sizes compared to PNG
when lossy compression is acceptable for the red/green/blue color channels.
Webmasters and web developers can use the WebP image format to create smaller
and richer images that can help make the web faster.
EPIC5 is the 5th generation of the Enhanced Programmable ircII Client.
No longer is EPIC 100% backwards compatible with ircII, but instead those
things where compatibility is undesirable have been found and fixed. No
gratuitous incompatibilities have been added, but lots of new code has been
added to make EPIC one of the best ircII clients available.
EPIC no longer shares any file names with ircII, so they should happily
co-exist.
Due to it's minimalist approach it is highly recommended you use a script
with EPIC.
psyBNC is an extremely powerful IRC bouncer.
Features include:
. It stays connected when you disconnect
. It allows Full Online Administration
. It allows you to set Users who could get op from psyBNC
. It supports full logging of Messages and traffic
. It supports linking to other psyBNCs + PartyLine
. It allows multiple connections of one Client to different irc-servers
. It has a translation module
- english to italian,english to german,english to portugese,english to french,
french to english,german to english,portugese to english,french to english
. Modular
. IPv6 Support
. Much more (see README in package)
Thales is an IRC to MySQL Gateway. It connects to your IRC network as a
service, and converts messages it receives to SQL queries to update the
database. It collects data about users, channels and servers. It does
not build stats itself, but gives you the database, it's your role to
write third-party applications or scripts, for example in PHP, to extract
data from it. Some example applications are provided.
Supported DBMS and IRCDs:
* Currently runs with MySQL
* Currently supports Unreal (3.1 or later)
* Support for Bahamut (1.4.27 or later), Hybrid 7 and Ultimate (2.8 or
later, 3.0.0 or later) is still included, but is not maintained
jacode.pl - Perl library for Japanese character code conversion
This software has upper compatibility to jcode.pl.
* jcode.pl upper compatible
* Perl4(also Perl5) script
* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!)
* Support HALFWIDTH KATAKANA
* Support UTF-8 by cp932 to Unicode table
http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
http://support.microsoft.com/kb/170559/ja
(JIS X 0221:2007 BASIC JAPANESE and COMMON JAPANESE)
* Hidden UTF8 flag
* No Object oriented
* Possible to re-use past code and how to
migemo.el is a Japanese incremental search tool for Emacs.
You can search Japanese words on Emacs without Kanji conversion.
This migemo.el is forked version from the original one bundled with migemo.
To use migemo.el, please set the following elisp to your own
~/.emacs.d/init.el file.
(require 'migemo)
(setq migemo-command "cmigemo")
(setq migemo-options '("-q" "--emacs"))
(setq migemo-dictionary "/usr/local/share/cmigemo/utf-8/migemo-dict")
(setq migemo-user-dictionary nil)
(setq migemo-regex-dictionary nil)
(setq migemo-coding-system 'utf-8-unix)
(load-library "migemo")
(migemo-init)