News

Transdroid v0.17.0 (Android Application)

Transdroid is an Android remote client for your torrent application running on a server or home computer. Currently Transmission, uTorrent, Bittorrent, Deluge, Vuze and rTorrent are supported. It can show the active torrents, pause, resume or remove them and new torrents can be added via URL, RSS feed or using the integrated search.

The application is in extensive development and is open-source and free.

By · 0 comments
CallMeter NG v2.2.3 (Android Application)

CallMeter NG is an Android application summing up your call and text logs. Different billing modes and periods are take into account on summing.

Currently CallMeter NG is translated to following languages: English, German, Polish, Dutch, Greek, Portuguese, Spanish.

CallMeter NG is released under GPLv3. Feel free to join as coder or translator.

Changes:

Fix currency FC
add czech translation

By · 0 comments
Deep Green Reversi v1.1 (Android Game)

Reversi (also known as Othello) is a much-loved classic strategy game, often described as taking only a minute to learn, but a lifetime to master. Each game only takes a few minutes to play, making it an ideal game on the move for your Android phone.

By · 0 comments
DaedalusX64 (Revision 489) (N64 emu for PSP)

DaedalusX64 is the continuation of the original Daedalus PSP port by StrmnNrmn and other contributors. It is a GPL Open Source project.

Changes:

[!] Fixed a nasty bug in our kernelbuttonsPRX, that was causing to limit our frame rate..
[!] Set framelimiter disabled by default, (most games doesn’t need it yet)
[+] WIP to ignore COP2..(If any dev feels this change is too radical, feel free to revert it)

By · 0 comments
Learn Japanese v0.3 (PSP Game)

Learn Japanese is a trivia game designed to help people memorize Japanese words.

Release notes:

Hello everybody I got some big updates. I added a Menu, 2 extra stages, plus a victory animation when you clear a stage. To complete a stage you must achieve a streak of 21. I also added some more audio pronunciations, and I changed the way the answers are displayed. Now when you hit R+O the answers will display permanently until you turn it off. To access the menu press R+Triangle. Custom Questions not working yet.

By · 0 comments
PSPuht V1.1.0 (PSP Application)

PSPuht is a picture processing tool for PSP.

Release notes:

PSPuht (for psp ultimate head/hand tracker), is based on image processing.

It uses filters.
It identifies pixels values in the ycrcb colorimetric space.
It evaluates the position of a cloud of black pixels in a black & white image.

What’s new in V1.1.0:

Poc in video : https://www.youtube.com/watch?v=aNF9ids7FjU

This version is greater flexible and give better performances with a tracking more tolerant to noise/parasites.

– A single allocation is necessary to initialize the buffers.
Allocate 0x22240 bytes for a direct rendering (No medium filter applied). Else allocate 0x34E40 bytes if you want to apply the medium filter.

myUht-> initBuffer (Bwork, false, false) / / the second parameter indicates if seek to do a direct rendering. The last parameter indicates if the buffer RGB_565 shall be used or not.

– Ability to apply a grid of pixelization on the black pixels cloud. (corresponding to the tracked entity.) This grid allows the elimination of parasites. You need to set the size of a grid cell, and give a tolerance relating to the pixels outside the cloud.

myUht-> setGrid (8, 32) / / grid cell size = 8; 8 * 8 pixels = 64; 64 / 2 = 32. Tolerance to the pixels outside the cloud is 32.

– Ability to define minimum dimensions of the cloud pixels (corresponding to the tracked entity). myUht-> setMinDim (20, 20); xMin = 20 yMin = 20 (width, height)

By · 0 comments