Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Support WebCasts > Operating Systems > Linux
Search:
What's New - What's Hot


LINUX: The Power of HERE Documents    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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....

LINUX: Sub-shells    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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....

Morse Code Generation from Text    Version: 0.00       Price: $0.00   
Total Hits: 5  |  Today: 0 Author: Walt Fair, Jr.       Rating:  
Read Reviews | Write Review |   Your 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...

Remote control for your Linux home server    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: AndiHoffi       Rating:  
Read Reviews | Write Review |   Your 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....

LINUX: Creating Macros in VIM Editor    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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....

LINUX: Repeat Command/Action N Times in VIM Editor    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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....

LINUX: Alias and Script Subshells    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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....

LINUX: Scripts and Alias    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Chief Endian       Rating:  
Read Reviews | Write Review |   Your 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 ...

Develop your own language translation system    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: anshulskywalker       Rating:  
Read Reviews | Write Review |   Your 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...

Tic Tac Toe implemented in Java using Swing UI    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: devtejaspathak       Rating:  
Read Reviews | Write Review |   Your 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....

Impersonate Linux's Multi-desktop Feature on Windows Platform    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Jerry.Wang       Rating:  
Read Reviews | Write Review |   Your 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....

Tree view in linux    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Sandeep_Vaniya       Rating:  
Read Reviews | Write Review |   Your 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...

Semantic Maps    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: jeroen de dauw       Rating:  
Read Reviews | Write Review |   Your 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...

Compile and run C# Program on Linux Operating System    Version: 0.00       Price: $0.00   
Total Hits: 4  |  Today: 0 Author: :Kirtan       Rating:  
Read Reviews | Write Review |   Your 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....

Setup and Deployment In Windows Using Visual Studio PART-1    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: :BangaruBabuPureti       Rating:  
Read Reviews | Write Review |   Your 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....

Race to Linux - Race 2: Time Tracker Starter Kit    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: idepaula       Rating:  
Read Reviews | Write Review |   Your 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....

ASP.NET Reports Starter Kits Porting from Windows to Linux (Race to Linux)    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Abishek Bellamkonda       Rating:  
Read Reviews | Write Review |   Your 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....

Bracketing Binary Chop In COBOL    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: alex turner       Rating:  
Read Reviews | Write Review |   Your 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....

New ways to try old Unix commands    Version: 0.00       Price: $0.00   
Total Hits: 4  |  Today: 0 Author: jnaze       Rating:  
Read Reviews | Write Review |   Your 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....

Xbox 360 vs PlayStation 3 (PS3) Sales: Xbox 360 Wins!    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: www.kokeytechnology.com       Rating:  
Read Reviews | Write Review |   Your 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....


1  2  3  4  5  6  7  Next >> 

DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net