Monday, May 7
Project64 - emulator for Nintendo 64
Monday, May 7, 2012 11:16:51 PM
Project64 is a Nintendo 64 emulator which at first seemed to have popped up out of nowhere, offering excelent game support with little bugs. Future versions ...

http://www.pj64-emu.com/

http://www.pj64-emu.com/
jQuery Alert Dialogs (Alert, Confirm, & Prompt Replacements) - jquery.alert.js
Monday, May 7, 2012 10:49:43 PM
/**
* Provides a Jquery replacement for JavaScript's Alert Dialog
*
* Example:
* alert2('This an example','Title example');
*/
function alert2(text,title) {
title = typeof(title) != 'undefined' ? title : 'Alert';
$('<div id="modalWindowAlert" style="display:none"></div>').appendTo('body');
$('#modalWindowAlert').html(text);
$('#modalWindowAlert').dialog({
buttons: {
"Close": function() {
$(this).remove();
}
},
closeOnEscape: true,
closeText: "close",
draggable: false,
resizable: false,
modal: true,
width: 400,
minHeight: 'auto',
hide: 'fade',
modal: true,
show: 'fade',
title: title
});
}
/**
* Provides a Jquery replacement for JavaScript Confirm
*
* Example:
* confirm2('Are you sure?','Confirm',
* function () {
* location.href = '../folder/index.php?id='+id;
* });
*/
function confirm2(msg,title,callback) {
title = typeof(title) != 'undefined' ? title : 'Confirm';
callback = typeof(callback) != 'undefined' ? callback : '';
$('<div id="modalWindowConfirm" style="display:none"></div>').appendTo('body');
$('#modalWindowConfirm').html(msg);
$('#modalWindowConfirm').dialog({
title: title,
closeOnEscape: true,
closeText: "close",
draggable: false,
resizable: false,
modal: true,
width: 400,
minHeight: 'auto',
hide: 'fade',
modal: true,
buttons : {
"Confirm" : function() {
$(this).remove();
// call the callback
if ($.isFunction(callback)) {
callback.apply();
}
},
"Cancel" : function() {
$(this).remove();
}
}
});
}
/**
* Provides a Jquery replacement for JavaScript Prompt
*
* Example:
* prompt2('Type something:', 'Prefilled value', 'Prompt Dialog',
* function(r) {
* if( r ) alert('You entered ' + r);
* });
*/
function prompt2(msg,value,title,callback) {
title = typeof(title) != 'undefined' ? title : 'Prompt';
value = typeof(value) != 'undefined' ? value : '';
callback = typeof(callback) != 'undefined' ? callback : '';
$('<div id="modalWindowPrompt" style="display:none"></div>').appendTo('body');
$('#modalWindowPrompt').html(msg+" <input id='modalWindowInputPrompt' value='"+value+"'/>");
$('#modalWindowPrompt').dialog({
title: title,
closeOnEscape: true,
closeText: "close",
draggable: false,
resizable: false,
modal: true,
width: 'auto',
minHeight: 'auto',
hide: 'fade',
modal: true,
buttons : {
"OK" : function() {
// call the «callback function»
if ($.isFunction(callback)) {
callback( document.getElementById("modalWindowInputPrompt").value );
}
$(this).remove();
},
"Cancel" : function() {
$(this).remove();
}
}
});
}
This needs jquery and jquery ui (or jquery tools instead)M.U.G.E.N (also known simply as MUGEN) is a freeware 2D fighting game engine
Monday, May 7, 2012 10:20:40 PM
M.U.G.E.N (also known simply as MUGEN) is a freeware 2D fighting game engine designed by Elecbyte, written in C which originally used the Allegro library.

The engine uses 4 directional keys along wih 7 buttons for gameplay (X, Y, Z, A, B, C and Start), in order to accommodate six-button fighters which use three punches, three kicks and a start button.[1] However, characters do not necessarily use all seven buttons, nor need to follow a traditional six- or four-button format.

At most, two human players can control characters, with others being controlled by the engine's AI (including Watch Mode, a demo mode where the computer controls all characters).

In addition, several gameplay modes are available via the main menu.
Video:

The engine uses 4 directional keys along wih 7 buttons for gameplay (X, Y, Z, A, B, C and Start), in order to accommodate six-button fighters which use three punches, three kicks and a start button.[1] However, characters do not necessarily use all seven buttons, nor need to follow a traditional six- or four-button format.

At most, two human players can control characters, with others being controlled by the engine's AI (including Watch Mode, a demo mode where the computer controls all characters).

In addition, several gameplay modes are available via the main menu.
Video:
Finalburn - Emulator
Monday, May 7, 2012 10:16:09 PM
Finalburn Alpha is an emulator for MC68000/Z80 based arcade games. It is the successor of FinalBurn that adds more features & compatibility ...

Video:
Video:
WireShark
Monday, May 7, 2012 10:14:21 PM
Wireshark is a network protocol analyzer for Unix and Windows. List of features.
KisMAC - Cracking WEP Encryption - Mac OS X
Monday, May 7, 2012 10:11:19 PM
Share thoughts with other users of KisMAC and communicate with the ... KisMAC is a free, open source wireless stumbling and security tool for Mac OS X.

kismac-ng.org/

kismac-ng.org/
Fetch (ftp, sftp,...) - Mac OS X
Monday, May 7, 2012 10:08:24 PM
Fetch is a reliable, full-featured file transfer client for the Apple Macintosh whose user interface emphasizes simplicity and ease of use.

Fetch supports FTP and SFTP, the most popular file transfer protocols on the Internet for compatibility with thousands of Internet service providers, web hosting companies, publishers, pre-press companies, and more.
http://fetchsoftworks.com/fetch/

Fetch supports FTP and SFTP, the most popular file transfer protocols on the Internet for compatibility with thousands of Internet service providers, web hosting companies, publishers, pre-press companies, and more.
http://fetchsoftworks.com/fetch/
Dolphin - Gamecube and Wii Emulator
Monday, May 7, 2012 10:05:39 PM
Dolphin is an open-source Nintendo GameCube and Wii Emulator for Microsoft Windows, Linux, and Mac OS X (Intel-based). It is the first emulator to ..

dolphin-emulator.com

dolphin-emulator.com
Microsoft creates Kinect-like system using your laptop’s built-in speaker & microphone
Ilidio

Latest comments
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||







