unix

Happy birthday to GNU

Topix - Unix  Fri, 09/05/2008 - 08:20

Also happy birthday to GNU, which was 25 years old on the 2nd. 0 comments: Subscribe to: Post Comments Richard I like to keep busy so I have many interests including Unix/Linux, beer brewing, digital ...


 

Lists vs. Strings: Perl List Permutations For Linux Or Unix

Topix - Unix  Fri, 09/05/2008 - 01:55

September 05, 2008 - 1 hour, 55 minutes ago Share Comments I think I promised yesterday that all posts having to deal with Number Pools And Guaranteed Combinations Within Fixed Lists would have that string in ...


 

Sorting Perl Lists And Removing Duplicates On Linux Or Unix

Linux Today  Thu, 09/04/2008 - 23:32

The Linux and Unix Menagerie: "Today, we're going to look a Perl list sorting. In this context, you can actually consider our lists as arrays if you prefer.

I'm going to keep calling them lists because, in the end, it will most closely approximate what we will want to manipulate; a fixed list of numbers."


 

Unique Sorting Of Lists Of Lists Using Linux Or Unix Perl

Digg Linux/Unix upcoming  Thu, 09/04/2008 - 19:53

A few clarifications on sorting lists of lists individually and universally.


 

Sorting Perl Lists And Removing Duplicates in Linux and Unix

Digg Linux/Unix upcoming  Wed, 09/03/2008 - 21:09

Taking our 720 string permutations, sorting them numerically and weeding out all the duplicates.

Tags:

 

Efficient data transfer through zero copy

Topix - Unix  Wed, 09/03/2008 - 12:02

September 03, 2008 - 3 hours, 2 minutes ago Share Comments This article explains how you can improve the performance of I/O-intensive Java applications running on Linux and UNIX platforms through a technique ...


 

GNU turns 25

Digg Linux/Unix upcoming  Wed, 09/03/2008 - 06:21

Today the GNU project celebrates its quarter-century. It was on 27 September 1983 that MIT slacker Richard M Stallman made his announcement that he intended to create a complete Unix-like system that would be completely open and hackable, giving anyone the right to modify and distribute the work.


 

Finding Modulus of a Very Large Number with a Normal Number

Topix - Unix  Tue, 09/02/2008 - 22:06

I recently encountered this problem in a C++ program running on a 32-bit UNIX platform.


 

Lists vs. Strings: Perl List Permutations For Linux And Unix

Digg Linux/Unix upcoming  Tue, 09/02/2008 - 21:56

How to generate all permutations of a given list of numbers.


 

Creating Shell-Friendly Parsable Output

Topix - Unix  Tue, 09/02/2008 - 18:07

Being able to easily write scripts from the command-line has long been regarded as one of UNIX's core strengths.