This is a simple application based on the Animal Crossing City Folk (ACCF) game, and it provides a player with: 1. Information of turnip prices for the week (Sunday morning to Saturday afternoon in that corresponding week) 2. A derived or add-on game (a game that some or all of its inputs come from other game data) which uses those … Read more
Latest News
n3tfusion wrote a little application for WM6.1 mainly for the users of the Belgian mobile service provider “Mobile Vikings”. Quote: Features: – Language : French – Show the expiration date of your free data/sms – Show the remaining credits(€), data and sms. – Config.ini file with the user/pwd stored [ in my documents now ] Todo: – Show the call/data/sms/reload … Read more
VirusFree (antiVirus) provides ongoing scanning and cleansing of Android devices, protecting against VIRUSES, MALWARE, OS exploits to ensure the integrity of applications and data. DroidSecurity SMS filters provide an additional layer of content security, blocking spam text messages and SMS exploits.
Cube64 is a port of the popular multi-OS N64 emulator, Mupen64, to the Nintendo Gamecube and Wii through the libOGC library. The emulator is planned to use dynamic recompilation of the N64 machine code to PowerPC (the Gamecube/Wii’s ISA) and full hardware accelerated graphics to (hopefully) achieve full-speed emulation. A few notes about this release: Wii64 users (Wii build): The … Read more
Wii64 is a port of the popular multi-OS N64 emulator, Mupen64, to the Nintendo Gamecube and Wii through the libOGC library. The emulator is planned to use dynamic recompilation of the N64 machine code to PowerPC (the Gamecube/Wii’s ISA) and full hardware accelerated graphics to (hopefully) achieve full-speed emulation. A few notes about this release: Wii64 users (Wii build): The … Read more
PingPong is a Pong game written in Nano Lua for Nintendo DS. Thanks to http://www.nintendomax.com for the news.
TankDS is a game, where the goal is to destroy your opponents tank. Thanks to http://www.nintendomax.com for the news.
AVEC is a Vector map viewer capable of displaying and navigating mapss in the common Polish format maps. If the map file has street information, the program tells you what street you are in, or lookup the name of a street selected with the crosshair. Changes: Simultaneous control of the map file browser and configuration menu by using the right … Read more
http://forums.qj.net/psp-development-forum/158763-avec-gps-v7.html
Wiz-Atari is an emulator for the 800, 800XL, 130XE and 5200 models of the Atari personal computer. The source is based upon Atari800 -> See http://atari800.sourceforge.net/ for further informations. Changes: a small bug has been fixed in original atari emu (v1.1.0 has been replaced by v1.1.1)
Zogna is a calculator for NDS. It supports: 1.Support “+ – * / ^ % ( )” 2.Support “sin cos tan†,input is angle ,EXample: sin60 3.Support “asin acos atan†,ouput is angle,example: asin0.5 4.Support “exp sqrt log ln”,example: ln2 5.Support “negative number”,flag:’f’,example:’-3.5′,as ‘f3.5’ 6.Support syntax highlighting 7.Support pi=3.141593 e=2.718281 8.Support a^b as pow(a,b), a%b as mod(a,b) and more…