Tuesday

About Programming: RubyGems, Layout Managers, Globbing a Directory

If you can't see this email, click here

About


From Scott Orgera, your About Programming Editor
This week we sharpen your Ruby skills with over two dozen ways to utilize the gem command, get you started with C++, show you how to read and write files using Perl, and much more...

25 Gem Commands for RubyGems
The gem command is one of the most used Ruby-related commands, but most users don't take the time to learn anything past gem install and gem search. Learning the gem command well is an essential Ruby skill. The gem command-line utility is split into a number of commands. Among these are the familiar install and search, but other useful commands exist such as spec and sources. However, you should start with the help command.
Search Related Topics:  ruby gems  learning ruby  ruby tutorials

Java: An Overview of Layout Managers
A graphical user interface uses graphical components (e.g., JTextField, JButton, JLabel) to enable a user to interact with an application. These components need to be placed into a container (e.g., JFrame, JPanel) to build an interface. The way the components are grouped together in the container are very important in making sure the interface is useful to the user. If you've ever used a program where it wasn't very clear how to perform a function you'll know it can be a frustrating experience. Where you place the components in a container can be made easier by choosing the right layout manager.
Search Related Topics:  layout managers  graphical user interfaces 

C++ for Beginners
C++ is a general purpose programming language invented in the early 1980s by Bjarne Stroustrup at Bell Labs. It is similar to C, invented in the early 1970s by Dennis Ritchie, but is a safer language than C and includes modern programming techniques such as object oriented programming.

How to Read and Write Files in Perl
Perl is an ideal language for working with files. It has the basic capability of any shell script, and some very advanced tools, like regular expressions, that make it infinitely more useful. In order to work with files, we first need to learn how to read and write to them. Reading a file is done in Perl by opening a file handle to a specific resource - in this case a file on our system.
Search Related Topics:  perl script examples  reading files 


Related Searches
Featured Articles
Perl: Globbing a Directory
CSS Positioning and Layout
PCI DSS for Database Professionals
Generating a Timestamp in PHP
Open Source Unreal Tournament
Effective Web Navigation

 

More from About.com

Sign-up for Shareables!
An every-morning rundown of the day in history, headlines and trends produced by your pals at About.com. Please sign up it's free (of course), we think you will like it!



Want More From About.com
Check out our social page tailored to your interest!




 
Sign up for more free newsletters on your favorite topics
You are receiving this newsletter because you subscribed to the About.com Programming newsletter. If you wish to change your email address or unsubscribe, please click here. If you would like to unsubscribe from all newsletters sent from About.com, please send an email to optout@about.com with "Unsubscribe" as the subject line.

About.com respects your privacy: Our Privacy Policy

Contact Information:
1500 Broadway, 6th Floor
New York, NY, 10036

© 2014 About.com
 

Advertisement