links for 2009-03-26

posted by CodeGirl
Bookmark This Page:   Add 'links for 2009-03-26' to Del.icio.us Add 'links for 2009-03-26' to digg Add 'links for 2009-03-26' to Simpy Add 'links for 2009-03-26' to OnlyWire 

  • (tags: ebooks)
  • DevChix now has a very diverse group of women from varied technical backgrounds and levels of experience. We have experience in Perl, PHP, Python, Java, C#, Ruby, and C. We have women who own their own companies and some who work for very cool shops. We have a couple of college students and we have women who have been in the industry for more than 10 to 15 years. We are a friendly bunch and have a lot of aspirations for ourselves.
    (tags: dev girlie)
  • Shop for groceries no more than once every two weeks. Time and again, studies confirm the obvious: Q.) How to keep yourself from buying too much stuff? A.) Shop less frequently. Grocery shopping is no different, but the key is to shop smart in order to avoid spoilage. Cook two or three meals' worth of each recipe at the beginning of the two-week period, and immediately freeze the extra portions for the second week. Freeze any meat that you won't be eating within the next 48 hours.
    (tags: save$)
  • For instance, if you want to decode a URL, you use a very simple search pattern:

    sub URLDecode {
    my $theURL = $_[0];
    $theURL =~ tr/+/ /;
    $theURL =~ s/%([a-fA-F0-9]{2,2})/chr(hex($1))/eg;
    $theURL =~ s/<!–(.|n)*–>//g;
    return $theURL;
    }

    (tags: perl)

This entry was posted on Thursday, March 26th, 2009 at 1:02 pm and is filed under SocialBookmarking. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

Comment moderation is in use. Please do not submit your comment twice -- it will appear shortly.


Protect Web Form!

Our VPS Hosting By RimuHosting
Java and Linux VPS Hosting by RimuHosting


Bad Behavior has blocked 34 access attempts in the last 7 days.