November 25, 2012

JSP, HTML basic snake game

2 comments:
Who doesn't like the "snake" game, right? I'm no exception. I did this basic game just for the fun.

Snake v1





To begin playing, select initial level and snake's length and then start the game.

Demo: http://techno-slab.appspot.com/snake.jsp

Source code: http://pastebin.com/tyYe1SsP
Read More

November 16, 2012

Facebook for iOS and Android updated to version 5.2

3 comments:

What's new:

Re-share stories from your news feed
Tag people in status updates, comments and photos
Support for smileys, hearts and other emoji in messages
Sort the articles in your News feed

Pick a download link according to your phone's OS:

https://play.google.com/store/apps/details?id=com.facebook.katana
https://itunes.apple.com/us/app/facebook/id284882215?mt=8


Read More

November 15, 2012

Download Hiren bootCD 15.2

No comments:

What's new and updated:

BattStat 0.99b: Battery Status monitor and power management
freeware for Windows 7/Vista/XP/2000 x86/x64.

BrowsingHistoryView 1.05: To view history data of Internet Explorer,
Mozilla Firefox, Google Chrome, and Safari Web browsers in one table.

ClearLock 1.4.0: To lock your desktop with a transparent layer,
allowing you to see what is happening on your desktop and at the same
time prevent access to the computer without the proper password.

DRevitalize 1.2: Repairs bad sectors (physical defects) on hard
drives by generating a special sequence of high and low signals around
the physically damaged area.

EncFS 1.7.4: This should be used for secure online file backup
services such as Google Drive, Dropbox and Sugarsync as the
encryption do not occupy a fixed size containers and backup programs
can copy encrypted files and can be accessed from linux, iPhone/iOS
and android using BoxCryptor and Cryptonite.

ImDisk 1.6.0: To create/mount virtual hard disk, floppy or CD/DVD
drives using image files or system memory.

MBRCheck 1.2.3: Checks the legitimacy of the Master Boot Record
(MBR) code of the hard drives.

McAfee Removal Tool 6.0.152.0: McAfee Consumer Product Removal
Tool removes all 2005 - 2012 versions of McAfee products.

MiniXP: Added/updated Storage/LAN/WLAN drivers and other minor
improvements, iso boot works, path can be changed in HBCD\XP\X using
notepad.

Norton Removal Tool 20.0.0.21: SymNRT uninstalls most Norton
AntiVirus, Norton Internet Security, Norton 360, and Norton
SystemWorks even when the uninstaller fails to remove them.

Remove Non Present Drivers: Automatically remove all non-present/
disconnected devices from a Windows and can often be useful to
prevent misbehaving/unnecessary drivers from being loaded, cleanup
drivers when you replaced motherboard or used backup image of
different hardware.

Tor Browser 2.2.39: Surf the internet anonymously through
encryption, even https sites can be browsed safely where it is blocked
by your local ISP.

WifiInfoView 1.05: Wireless networks information including Network
Name (SSID), MAC Address, PHY Type (802.11g or 802.11n), RSSI,
Signal Quality, Frequency, Channel Number, Maximum Speed, Company
Name, Router Name/Model and more.

Windows Product Key Update Tool 1.7: This tool is from microsoft to
change the key of illegal/pirated installed xp to legit xp keys from
the sticker on the PC, even if it is oem and not retail/corporate.

Lots more....

Go here for more information and download links: http://www.hirensbootcd.org/download/

Read More

GTA V official trailer #2

No comments:

GTA fans, here's the second official trailer of much awaited GTA V. The game has improved a lot since GTA IV and seems to return back to its roots. GAT V will take place in Los Santos of San Andreas. There will be three playable characters this time, let us wait to find out how they'll develop during game play. The graphics have improved a lot too and the plot is certainly going to be very interesting.

The game will be released sometimes in spring 2013 and is now available for pre orders. Unfortunately a PC version of the game hasn't been announced yet.

Watch the trailer here: http://www.rockstargames.com/videos/video/10261

Read More

PHP 5.5.0 alpha is available for download

1 comment:

The key features for this release (at least the ones that went through the RFC process):

Large language changes:

- Generators and coroutines (https://wiki.php.net/rfc/generators)
finally blocks (https://wiki.php.net/rfc/finally)

Syntactic sugar:

- Support for function calls in empty() (https://wiki.php.net/rfc/empty_isset_exprs)
- Support for list() in foreach (https://wiki.php.net/rfc/foreachlist)
- Constant array/string dereferencing (https://wiki.php.net/rfc/constdereference)

Standard library:

- Simplified password hashing API (https://wiki.php.net/rfc/password_hash)
- hash_pbkdf2() function (https://wiki.php.net/rfc/hash_pbkdf2)

Key anti-features (aka BC breaks):

- Dropped Windows XP and 2003 support
- preg_replace /e modifier deprecated (https://wiki.php.net/rfc/remove_preg_replace_eval_modifier)
- Logo GUIDs removed

Download from here: http://downloads.php.net/dsp/

Read More