Search Results

Search: Posts Made By: deindorfer
14,838
Posted By deindorfer
Perl's Wonderful Versatility
UncleCameron: Yes. This is an excellent point, and you stated clearly. One of the great advantages of Perl is that it can go toe-to-toe with awk and sed for command-line work; toe-to-toe with...
14,838
Posted By deindorfer
Perl Complaints, No Substance
Write my Geohash Code in Python in Fewer lines and/or so that it executes more quickly. and post please. No copying. The XKCD Geohash is a well known exercise, by now. and we will see. Where's...
14,838
Posted By deindorfer
Perl: XKCD Geohash Generator
Ever Read XKCD? Check this out: xkcd: Geohashing (http://xkcd.com/426/)

here's a Perl Script that implements the algorithm in the comic:



#! /usr/bin/perl

use strict;
use warnings;
...
14,838
Posted By deindorfer
m1xram, you are misunderstanding Wikipedia, I'm...
m1xram, you are misunderstanding Wikipedia, I'm afraid.

The article/subsection I linked to says there are two interpretations of the term "steep learning curve". The first is yours, which says...
14,838
Posted By deindorfer
Steep Learning Curve: Meaning
Please See here, m1xram:

Learning curve - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Learning_curve#Common_terms)

In particular this:



Spot on on Perl :b:
14,838
Posted By deindorfer
Use Perl;
Perl can do everything BASH can do a lot faster. Perl can also do many things which BASH cannot, e.g. connect to a legion of RDBMS implementations seemlessly with DBI, and support full OO...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy