|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

After doing things the manual, brute force way, you will be able to truly appreciate the elegance of HERE documents. If you wanted to create a file with a few lines of text in them, you would redirect the echo command to it. E.g....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

I mentioned sub-shells before and the way the affect aliases, but I did not talk much about the use of sub-shells themselves. A sub-shell can be quite useful in scripting, either to isolate certain environments, or to run sets of commands in parallel....
|
|
|
|
Total Hits: 5 | Today: 0
|
Author: Walt Fair, Jr.
|
Rating:
|
|

I recently needed to be able to generate a Morse code audio file based on input text. After a few quick searches, I wasn't able to find anything that suited my needs, so I decided to write a generator myself. The result, CodeGen, is presented here. For my purposes, I needed to access the Morse code audio over the web, so I decided to use PHP as the main programming language. The above screen shot shows web page that starts the Morse code generation. The zip-file contains the web page to submit t...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: AndiHoffi
|
Rating:
|
|

At home, I recently set up an Ubuntu Home Server using the most recent version of Ubuntu, but did not want to let it run the whole time. But, I did not want to access it physically every time I needed it. Thus, I combined several different techniques to build my own TrayIcon to control the application....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

A fantastically efficient way to repeat a series of actions is to use a macro. You may be familiar with macros from common products like Microsoft Word. They are quite easy to create and use....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

All too often, I find myself redoing a command over and over. I've often said, there must be a better way to do this. And there is! While writing some automation scripts in an agile "paired-programming" method yesterday, I learned a few neat tricks for VI from my programming partner. I'll share them in the next few posts....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

This is an update to my last post on Scripts and Alias. Almost immediately after posting about the solution of enabling the expand_aliases shell option in scripts, I tried it in a more complicated script with a subshell, and it didn't work....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Chief Endian
|
Rating:
|
|

This one stumped me for a while; we had build scripts that kept failing, yet if you manually executed the commands from the script, everything worked fine. Eventually I discovered that it wasn't properly executing the "make" command as was setup in the alias. When we set up our build environment, we alias "make" to have a bunch of compiler flags so when you finish running the setupenv file (to set environment variables and such), all you have to do is run "make" and the alias keeps track of all ...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: anshulskywalker
|
Rating:
|
|

This article describes the development of Example Based Machine Translation (EBMT) system using Java on Linux platform for translation from one language to another. In this particular case, i will be translating English sentences to Hindi. The principle of translating in EBMT is simple: a system decides an appropriate translation of an input sentence by analyzing the pre-translated sentences in the database. Therefore, the larger the database of pre-translated sentences, greater will be the accu...
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: devtejaspathak
|
Rating:
|
|

This is simple 2 Player Tic-Tac-Toe or Tic-Tack-Toe game which basically demonstrates 3 things:
1: TPI concept- True Platform Independence, that means this game will run anywhere where JRE is installed. Like Linux Flavors, MacOS or Windows platform.
2: Nimbus UI- This is new age platform independent UI to keep the visual design of a software based on Swing as it is between the various Platforms....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Jerry.Wang
|
Rating:
|
|

The feature, multi desktops (workspace), is supported by KDE/GNOME on Linux, and it can also be found on Mac OSX.
This tiny tool can impersonate this feature on Windows platform....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Sandeep_Vaniya
|
Rating:
|
|

This script has been made to display tree view of directory in linux (like tree command in DOS). It scans directory recursively and then displays the tree view. Using "-width" argument tree view can be compressed or expanded. To display how to give arguments to script type "perl tree.pl" on the linux terminal. Follow the instructions displayed in the help. One need to have perl package installed in the system for this script to work. Default $expand_size = 5 and $max_width = 10. expand_size deci...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: jeroen de dauw
|
Rating:
|
|

Semantic Maps is an extension that adds semantic capabilities to the Maps extension, and therefore provides the ability to add, view and edit coordinate data stored through the Semantic MediaWiki extension, using multiple mapping services. These services include Google Maps, OpenLayers and Yahoo Maps. Semantic Maps and Maps are based on Semantic Google Maps and Semantic Layers, and are meant to replace these extensions. For this extension to work, you need to have both Semantic MediaWiki and Map...
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: :Kirtan
|
Rating:
|
|

probably all programmers working in c# on windows platform but here i m presenting some thing that will give you a brief idea how to compile a c# program on LINUX platform in mono develop IDE....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: :BangaruBabuPureti
|
Rating:
|
|

To demonstrate this article I took small Merlin.acs [.acs=Agent character structured storage file] COM Component and teddy Bear Database Manips in my Windows Project. Finally I will give total roundtrip for Setting up and deployment of windows Project. I divided this article into two Parts....
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: idepaula
|
Rating:
|
|

Here is my port to Linux of the Time Tracker Starter Kit using Mono and FireBird. I've very little writing skills using my own language (spanish) so be tolerant and forgive my very bad english.
I've used this project to learn more about Mono and FireBird database. Using Mono was fairly easy and besides some exceptions I didn't touch the original ASP.net files....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Abishek Bellamkonda
|
Rating:
|
|

The scenario is to port one of the ASP.NET starter kits from Windows to Linux using cross-platform of choice (like Grasshopper, Mono, PHP, Macromedia and so on). We can use existing SQL Server (which ASP.NET Reports already works with) or any other database like MySQL, PostgreSQL and so on....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: alex turner
|
Rating:
|
|

How many steps does it take to find where a number fits in an ordered series of one hundred million numbers? The answer is around 26!
This illustrates how picking the correct algorithm for a problem makes all the difference. The problem I want to illustrate here is finding which two numbers in a table 'bracket' a third number. Consider that I have a table with the numbers 0 10 20 30 in it, then 15 is bracketed by 10 and 20....
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: jnaze
|
Rating:
|
|

Not every Unix command sparks with novelty. After all, the OS has now been around for roughly forty years and the spark wears off. But there are some commands that pick up from where the basics run out of steam. Jump on a Linux box and try these out when you have a little free time. You might surprise yourself with some new tricks for your bag of Unix goodies....
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: www.kokeytechnology.com
|
Rating:
|
|

The battle between gaming consoles heats up as Microsoft released a report on the sales of Xbox 360 for 2008 claiming that Xbox 360 sold more than 28 million units in 2008, beating the sale of Playstation 3 (PS3) by 8 million units. The Xbox LIVE community also has 17 million plus members despite the fact that Xbox Live has been down several times last year....
|
|
|
|
|
|