Happy Easter Everyone!!

Happy Easter Everyone!!!

I want to wish everyone a very Happy Easter I hope you get lots of Chocolate from the Easter Bunny!

Source Wikipedia

Since this is a holiday weekend I thought I would post some cool games that maybe someone would be interested in playing and first we have a game for Linux (But also available for OSX and Windows) Heroes of Newerth Heroes of Newerth is an action RPG game, based on the popular Warcraft III mod map named Defence of the Ancients (dota). It may be the only choice for linux dota lovers, but thankfully it is the best we could have. This game offers the best “dota” experience, using beautiful graphics and optical effects, atmospheric sounds and music, stable multiplayer with a lot of choices for the player and above all it is free to play (you can buy some extras with real money). This game is evolving with constant update packs every week, and is now already very mature and linux-supportive. It will only get better through this year…must-play. Read all about it at the Web Site Here is a video so you can get an idea of the game play.
[youtube http://www.youtube.com/watch?v=K6s5lIA2gUY&w=560&h=315]
The next game is SuperTux
SuperTux is a classic 2D jump’n run sidescroller game in a style similar to the original Super Mario games covered under the GPL. The Milestone 1 release of SuperTux features:

  • 9 enemies
  • 26 playable levels
  • Software and OpenGL rendering modes
  • Configurable joystick and keyboard input
  • New music
  • Completely redone graphics

SuperTux is available for Windows, Linux, MacOSX.
[youtube http://www.youtube.com/watch?v=XVoDeffzDS8&w=420&h=315]
The next game is for ios and it is Solomon’s Keep By Raptisoft. Description: Near the town of Dead Hawg, past the Grimwood, at the very PEAK of Mount Awful, there stands a crumbling tower of mortar and stone. Deep within this foul edifice, the blackest necromancer of modern times, Solomon Dark, sits on his horrible throne. As a near graduate of the Wizarding College, your final exam is to storm Solomon’s Keep. Dispatch the dark wizard, loot his evil possessions, unbind his horrific minions, and prove to your teachers once and for all that you’re not as stupid as you look. In Solomon’s Keep, you move your wizard with one thumb, and fire magic spells with the other. As you destroy enemies, you earn experience points. Gain enough experience, and you’ll gain a level, and can select new skills to help you ascend the tower. Along the way you’ll find gold and magic items. Your helpful teachers are there to explain the ins and outs of wizarding, sell you a few useful items, and even give you a few tips to improve your skills. Along the way you’ll encounter Solomon’s skeletons, zombies, imps, and more. You might even encounter an undead king, and Solomon’s meticulously reconstructed maggot vomiting skeletal dragon. Requirements: Compatible with iPhone, iPod touch and iPad.Requires iOS 3.1 or later. You’ll have a chance to master 21 skills and wield over 50 magic, rare, and epic weapons.
With random dungeons and monsters, Solomon’s Keep offers infinite replayability. It’s never the same game twice!
If you’re fond of action RPGs, Solomon’s Keep will satisfy your black heart. Note: This App may perform poorly at times on first generation machines, due to advanced rendering and special effects. And the last game is a Android game Goldminer v1.9 “Gold Miner” Classic Reproduction! The game requires your keen observation, flexible manipulation, endless intelligence, as well as exceptional endurance. You can mine endless treasures of gold in the crypt to be a new richer.

GoldMiner

All of the above games are free I hope that you enjoy them and I hope everyone has a very Happy Easter enjoy spending time with your families and friends and I wish for safe travels for everyone. :)

Source Wikipedia

Scribes Ubuntu Text Editor

Scribes Ubuntu Text Editor

Scribes

Scribes Is Ubuntu Text Editor that supports 70+ programming languages Scribes is an open source text editor for Linux based operating systems which has been designed to streamline the workflow of developers.  It automates common and repetitive operations by providing hotkey support for indentation,paragraph management, line, word/paragraph selection, option to toggle letter cases, etc. Scribes supports more than 70 programming languages, including, HTML, Java XML, PHP, SQL, VB.Net, SH, RPM Spec, Python, Prolog, Perl,Pascal, Ruby, gtk-dic, FCL, Open GL Shading Language, C, C# and so on. Other features include, support for remote editing via FTP, SFTP, SSH, Samba, WebDav, automatic word correction, completion and pairing, document switcher, automatic indentation and a skinable interface.  Scripes comes with an auto hide toolbar You can search document text by simply typing for words or expressions.  The search can be performed according to regular expressions and by find as you type functionality.  Other options in the toolbar offer similar functions that one would expect in a feature rich text editor such as syntax highlighting, theme selection, auto replace editing, printing and other options. I love the fact that it saves the project as you are working it saves it to the desktop which makes it very easy to find when working on a project.  You can change the default theme (I love that option) and access the Theme Selector, Template Editor, auto Replace Editor and Advanced Configurations ( to change text selection color) from drop-down list button present next to Preferences in toolbar. The right-click context menu contains a lot of advanced options such as paragraph selection (previous, next, and reflow), text case changing (title case, toggle case and swap case), indentation, line editing, spacing, input method and insertion options. Each function contains a hotkey listed next to it which makes it easy to quickly perform important tasks.  For example, you can toggle text case by using the ALT+U hotkey.  Document formats can be changed from Preferences.  The Document Type menu contains the list of more than 70 supported document formats. You can also change tab width and font, enable text wrapping, right margin and spell checking.  Ubuntu users can install Scribes from the Ubuntu Software Center, from the developers website (link given below) or by entering the following commands in the Terminal:

  • sudo add-apt-repository ppa:mystilleef/scribes-daily
  • sudo apt-get updates
  • sudo apt-get install scribes

Download link: scribes.sourceforge.net
And here is Scribes in action Demo
Arch Linux also has this editor in its repository and it can be installed in Arch using pacman

  • # pacman -Sy scribes

In fact, all major Linux distributions do have Scribes in their repositories and you can use their equivalent package management tool to install it.  Bookmarking specific lines in Scribes is done by moving the cursor to the line to be bookmarked and pressing the shortcut key [Ctrl+D]. Interestingly the same key shortcut is used to both add a bookmark and to remove it.  To navigate through the bookmarks, press [Alt + right arrow] or [Alt + left arrow].  Scribes also has a bookmark browser which you can get access to by pressing [Ctrl+B]. The bookmark browser will be displayed only if you have at least one bookmark in your document.”Syntax Color Editor” can be used to change the syntax color shown in your document. I personally like this text editor a lot it has a lot of components that would make editing or writing code very easy when working with a project,  if  you are looking for a text editor please give it a try.