0

C vs Python: Speed

http://theunixgeek.blogspot.com

Python is a very popular interpreted scripting language. C is a very popular compiled language. Due to its compiled nature, C is generally faster than Python, but is lower-level, making Python programming quicker and easier than C programming.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

How to build a local IMAP server

http://www.linux.com

The usual practice of configuring your email client to retrieve email from your ISP's servers works well, but not for all situations. Here's a way you can set up a single machine on your own network to fetch and store your email and serve it to any number of email clients.

Read more »
yantramosi's picture
Created by yantramosi 17 years 19 weeks ago
Category: High End   Tags:
0

Gambas - Almost Visual Basic for Linux

http://fosswire.com

Gambas is a development environment and platform for Linux and Unix systems. It uses a custom programming language, similar tp (but not the same as and not compatible with) Microsoft’s Visual Basic.

Read more »
fsq1984's picture
Created by fsq1984 17 years 19 weeks ago
Category: High End   Tags:
0

Adding Heartbeat to your open source SAN: Open source SANs, part 3

http://searchenterpriselinux.techtarget.com

Having a storage area network (SAN) can take a load of stress out of managing the large quantities of data that feed the life of an enterprise. But a SAN can also sap time and money away from that life when it fails to perform at your desired level.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

Regular Expressions: What's Wrong with Erlang?

http://ldn.linuxfoundation.org

Erlang certainly belongs in the category, and we've written about it several times before. Erlang is, among other things, a serious language: its best-known applications are in big mission-critical telecommunications systems, the German national air-traffic control organization, and Facebook's chat.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

Gitso 0.5 Released: Cross-platform remote support

http://buranen.info

Gitso was started about a year and a half ago. The last release of this Python app showed us a .deb release. Now with this release, Gitso supports Linux, Mac, and Windows. To do this, we’ve switched from GTK to wxWidgets. Now you can easily take control of someone else’s computer. They just download gitso, type in your ip address, and connect.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

Two useful network-related commands

http://cypherm0x.blogspot.com

ethtool is a command that gives you information on the capabilities of your network card, and the network that it is connected to. The most interesting things are the Speed and Duplex lines, which are somewhat useful when diagnosing some very specific problems.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

A hands-on overview of the Access Linux Platform

http://arstechnica.com

The ACCESS Linux Platform (ALP) attracted lots of attention at the most recent LinuxWorld, where it impressed third-party software developers and intrigued mobile Linux enthusiasts. During the event, I got some hands-on time with the ALP software on functioning prototype boards, and I took the official SDK for a test drive.

Read more »
bluecheese's picture
Created by bluecheese 17 years 19 weeks ago
Category: High End   Tags:
0

Using Apache, Php and MySQL on Mac OS X Leopard

http://digitalbs.org

Here is a quick tutorial on using Apache, PHP and MySQL on Apple’s Mac OS X Leopard. The good news is Apple has already taken care of installing Apache (version 2.2.8) and PHP (version 5.2.6) for you, you’ll just need to make a few tweaks in order to actually use it, MySQL (version 5.0.67) however will need to be installed, lets start with Apache.

Read more »
MBP2000's picture
Created by MBP2000 17 years 19 weeks ago
Category: High End   Tags:
0

Remember Figlets? They're Back With Zend

http://www.internetnews.com

Who knew they would work well to tell humans from bots on Web sites? You can now use them as part of the PHP framework, too.

Read more »
missgeek's picture
Created by missgeek 17 years 19 weeks ago
Category: High End   Tags:
0

A Java Developer’s Pythonic Experience

http://www.junauza.com

For the past few months, it had been a Pythonic experience for me. My former boss talked to me one day and asked me if I could develop a program for a water billing firm. Without hesitation, I said yes and not even thinking of how I'll do it. That time, I was biting my nails and learning deeper about Python. My first problem was the GUI...Tkinter.

Read more »
stripcut's picture
Created by stripcut 17 years 19 weeks ago
Category: High End   Tags:
0

What is new in Firefox Shiretoko Alpha 2?

http://www.itwire.com

You wait ages, well minutes, for a new open source web browser client then a bunch all come along at once. So what's new in Firefox Shiretoko Alpha 2 then?

Read more »
bigpinkpig's picture
Created by bigpinkpig 17 years 19 weeks ago
Category: High End   Tags:
0

Firefox 3.1 Alpha 2 now available for download

http://developer.mozilla.org

"The second developer milestone of the next release of Firefox - code named Shiretoko Alpha 2 - is now available for download. Shiretoko is built on pre-release version of the Gecko 1.9.1 platform, which forms the core of rich internet applications such as Firefox. Please note that this release is intended for developers and testers only..."

Read more »
can.axis's picture
Created by can.axis 17 years 19 weeks ago
Category: High End   Tags:
0

Getting directories with GNU Wget

http://aaronhawley.livejournal.com

"Sometimes there are files that are available from a Web server using Apache's auto index module (mod_autoindex), and you want to copy them to your machine. And you're satisfied retrieving them over HTTP this one time, rather than another file transfer method like SSH, FTP or rsync for that matter. I usually feel confident retrieving things with GNU Wget ..."

Read more »
can.axis's picture
Created by can.axis 17 years 19 weeks ago
Category: High End   Tags:
0

Up and running with Emacs and Git

http://parijatmishra.wordpress.com

"I code in Emacs. Emacs has good support for version control tool interaction in the vc-mode package. I want to use git and have vc-mode work with git. I also want access to special git commands that the vc-mode does not export directly. The notes below are for Ubuntu Hardy, which is what I use all the time..."

Read more »
can.axis's picture
Created by can.axis 17 years 19 weeks ago
Category: High End   Tags:

Best karma users