About site: Programming/Languages/Perl/Personal Pages - Ramberg, Marcus
Return to Computers also Computers
  About site: http://marcusramberg.livejournal.com/tag/perl

Title: Programming/Languages/Perl/Personal Pages - Ramberg, Marcus Perl discussion from the developer of the Catalyst framework, DBIx::Class, and numerous other projects.
Scientific_Software_Tools,_Inc_ Provides software development and systems integrations services to scientific and engineering companies worldwide.

Newton_Reference A useful, but aged, categorized collection of software.

The_Register__Archive_org_Suffers_Fahrenheit_911_Memory_Loss Opinion piece by Ashlee Vance about how archive.org doesn't permanently save material the way most people believe it does. (July 9, 2004)

Serial_Communications_Link_Analyser_-_by_Contract_I_T__Pty_Limited_ Communications analyzer to test RS-232 to RS-485, or RS-422 protocol converter. It will report framing errors, parity errors if parity is enabled, and character mismatch, then calculate statistics.

UK_Expert_Photo_System Public photo uploading and sharing with rating systems, and comments.

Global_Home_Views Features real estate software specially designed for national and international property management.


  Alexa statistic for http://marcusramberg.livejournal.com/tag/perl





Get your Google PageRank






Please visit: http://marcusramberg.livejournal.com/tag/perl


  Related sites for http://marcusramberg.livejournal.com/tag/perl
    Illanthean Links, Software and eBooks.
    Pockey_Europe_Ltd_ Portable hard disk drive which connects to PC, Mac, laptop or desktop, via a USB cable, no need for adapter or batteries.
    J__Presper_Eckert Growing biography, with links to related topics. [Wikipedia]
    Wired-Less Provides design and support for wired and wireless networks in business and residential settings. Also offers web design and hosting. Service descriptions and company overview.
    WhatsUp_and_WhatsUp_Gold Network monitoring tools for Windows. Download trial copy or purchase this software online.
    Downloads_Plaza A software download archive containing over 11,000 shareware and freeware titles, in a clean interface, no external advertising, no pop-ups, no pop-unders, and no-nags.
    Neoxen_Systems Neoxen productivity solutions provide single point of access to developers, technical teams and workgroups to documents, process models, tools and other information resources.
    Chinese_Software_Superstore Thousands of Chinese software titles. Whether you need translation, OCR, graphics, or to view webpages.
    OrderGen_2000 Software package for generating and tracking purchase orders and vendor products in a small business environment. Windows 9x/2000/XP
    Assetware_Technology Offers solutions for asset tracking, auditing and capital budgeting.
    TC! A Content Management System with auto-ecommerce, affiliates, users and groups, forum. Requare registration for download.
    VeriSign_IDNs Provides services for adoption of internationalized domain names.
    Goddess_Postcards Variety of e-cards, featuring actresses and rock stars.
    AndyJarrett Weblog of articles related to ColdFusion.
    Bookmarks_Full_Titles Shows bookmarks full titles in the bookmarks menu and submenus.
    Router_Status Allows you to control and view the status of your router. Also blocks Internet sites from accessing to the Intranet.
    Avian_Web_Design Web site development specializing in continuing maintenance and support.
    Mahati_Communications Web design for small to medium businesses. Located in Monroe, New Hampshire, United States.
    Appointment_2000 Designed for any business centered on scheduling appointments. Stores customer information that will be accessed easily. Other features include customer's appointment history, daily sign in sheets and
    10_Zen_Monkeys Collaborative web magazine with original articles about cyber-culture, politics, sex, popular culture, weird news, and interviews.
This is websites2007.org cache of m/ as retrieved on 2008.10.15 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
function controlstrip_init() { if (! $('lj_controlstrip') ){ HTTPReq.getJSON({ url: "/marcusramberg/__rpc_controlstrip?user=marcusramberg", onData: function (data) { var body = document.getElementsByTagName("body")[0]; var div = document.createElement("div"); div.innerHTML = data; body.appendChild(div); }, onError: function (msg) { } }); } } DOM.addEventListener(window, "load", controlstrip_init); var Site; if (!Site) Site = {}; var site_p = {"media_embed_enabled": 1,"inbox_update_poll": 0,"has_remote": 0,"statprefix": "http://p-stat.livejournal.com","ctx_popup": 1,"imgprefix": "http://p-stat.livejournal.com/img","esn_async": 1,"currentJournal": "marcusramberg","siteroot": "http://www.livejournal.com","currentJournalBase": "http://marcusramberg.livejournal.com"}; var site_k = ["media_embed_enabled", "inbox_update_poll", "has_remote", "statprefix", "ctx_popup", "imgprefix", "esn_async", "currentJournal", "siteroot", "currentJournalBase"]; for (var i = 0; i < site_k.length; i++) { Site[site_k[i]] = site_p[site_k[i]]; } Random thoughts from the mind of Marcus RambergHomeYou are viewing [info]marcusramberg's journalLog in   Create a LiveJournal Account   Learn moreExplore LJ:   Life   Entertainment   Music   Culture   News & Politics   Technology   Interest Region Site & User FAQ Email IM Info Recent EntriesArchiveFriendsUser InfoMemories Random thoughts from the mind of Marcus Ramberg Behold the turtle. He makes progress only when he sticks his neck out. -- JBC

Angerwhale officially released

Feb. 12th, 2007 at 12:45 PM Congrats to Jrockway on releasing Angerwhale. Angerwhale is a filesystem-based blog with integrated cryptography, built on the Catalyst framework.You can get angerwhale on CPAN.Tags: blog, catalyst, perl1 commentLeave a commentAdd to MemoriesTell a FriendLink

Couple of Catalyst powered sites.

Dec. 4th, 2006 at 10:31 PM Even tho we haven't got the holy buzz of Rails, people seem to be putting up new Catalyst-powered sites all the time. I'll try to mention some as I hear of them in the future, here's a couple to get you startedwww.discvrevolt.com21:17 <bert_> it is for independent artists to be able to easily sell card at their live shows, and fans use them to dl songs from our site when they get home...21:18 <bert_> site went from concept to production in 3 months...21:18 <bert_> you guys here helped us through the rough part, none of us had used catalyst before this...21:18 <bert_> we really appreciate your helpLet's get duggThis is a neat blog powered by a new Catalyst-based blog software called Typeface. Typeface is downloadable right now, so feel free to check it out.Tags: catalyst, perl, programming2 commentsLeave a commentAdd to MemoriesTell a FriendLink

Slides from XP Meetup talk about DBIx::Class

Oct. 4th, 2006 at 9:32 AM I held a lightening talk on monday called 'DBIx::Class from 1.000 feet' at the Extreme Programmers meetup in Oslo. The audience was mostly Java programmers, so I didn't go too much into detail, but I thought it was a nice oportunity to show them that Perl isn't dead. :) Here is the slides if anyone's interested.Tags: dbic, perlLeave a commentAdd to MemoriesTell a FriendLink

Fun with Search::ContextGraph

Sep. 17th, 2006 at 7:46 PM <@marcus> maciej: Search::ContextGraph takes forever to process like 6000 nodes.<@marcus> well, not really forever, but a couple of hours so far.<@maciej> that module contains many of my best pessimizationsTags: humor, irc, perl, quoteLeave a commentAdd to MemoriesTell a FriendLink

Poka, Joel On software!

Sep. 7th, 2006 at 5:28 PM I've been following 'Joel on software' for a while, and read some of his books. He's been a pretty uneven read, interesting at times, frusteratingly stupid at others. However, after his recent posts I consider him no more than a trolling windows programmer. I found this comment by Dave Cross pretty acurate. That is why I've followed the trend of some of the commenters on my previous post. I've removed his blog from my bloglines subscriptions. I also used the oportunity to unsubscribe from his annoying friend Eric. So this is the last piece of attention he'll get from me. Bye Joel, have a nice life.Tags: opinion, perl1 commentLeave a commentAdd to MemoriesTell a FriendLink

Thanks, VOX/Amazon

Sep. 3rd, 2006 at 2:31 AM Nice hits for perl search Nice hits for perl search Tags: amazon, perl, vox1 commentLeave a commentAdd to MemoriesTell a FriendLink

My ecosystem is bigger than yours

Sep. 2nd, 2006 at 12:46 AM I like to program Perl. Sure, I'm not saying it's a perfect language, it's got it's flaws and quirks, for one, the roll your own object model included in Perl5 leaves something to be desired. It's also possible to write quite unstructured and unreadable perl, but then I think sites like The Daily WTF has shown us that you can write cryptic and hard to maintain code in pretty much any language. To me, modern perl code is a pleasure to maintain. It's also a fact that Perl has one of the finest suites of tools for writing tests in existance. We've got everything from documentation coverage tests to www-mechanize tests. Just look for yourself.Also, I agree that you can write code that runs faster in C and C++, given that they are closer to the machine. It takes longer to write it tho. I don't find it's a given that more highlevel strongly typed languages like Java and C# runs faster than Perl, but it is still a given that it takes longer to write. Perl also makes it really easy for me to integrate those lightning fast C/C++ libraries when I require speed. For instance, I really enjoy using Search::Xapian, the Perl bindings to the Xapian search engine. I remember doing that kind of stuff with JNI back when I was coding Java, and it was an absolute nightmare.Perl 5 has existed for about 10 years now, and it seems people have decided that means it's obsolete, fit for the museum, no longer suited for production use. They conveniently forget that other languages like C and C++ has been going strong for much longer, and that Java is just as old. It's not like there hasn't been any development of Perl5 in the last 10 years either, we're up to 5.8.8 now, and it's come a long way since 5.0. CPAN is getting more module submissions than ever before, and we've got several strong MVC frameworks, including Catalyst and Jifty, competing in the same market as Rails. There are also several top sites on the net like Slashdot and Amazon built on Perl.That's why it pisses me of to no limit that Joel figures he can write off Perl as one of "an infinity of platforms where you're pretty much guaranteed to fail spectacularly when it's too late to change anything". Want to talk about the gigantic ecosystems you need to develop web applications? Show me any other language that has anything even nearly as gigantic as CPAN's 10474 modules for doing anything from Reading your iTunes library to Talking to your enterprise SAP system.Tags: opinion, perl, web development5 commentsLeave a commentAdd to MemoriesTell a FriendLink

Last batch of YAPC NA pictures.

Jul. 9th, 2006 at 5:03 PM I`ve finally found the tuits to upload the last batch of photos from YAPC NA in Chicago. You can check them out here.Tags: perl, yapc, yapc naLeave a commentAdd to MemoriesTell a FriendLink

Catalyst 5.7000 release announcement

Jul. 8th, 2006 at 1:59 AM The Catalyst Core Team is proud to announce that we've just shipped the next major release of the Catalyst framework, version 5.7000. This release is the result of the helpful contributions of a large number of people, both on the documentation and people submitting patches and ideas for improvements. We would like to use this opportunity to thank them for their great work. Catalyst would be much worse of without you guys. Hope you will continue to make us great. ( Read more... ) Tags: catalyst, perl1 commentLeave a commentAdd to MemoriesTell a FriendLink

More YAPC NA pics

Jul. 7th, 2006 at 11:01 AM Here's another batch of photos from YAPC NA in Chicago.Tags: perl, photos, travelLeave a commentAdd to MemoriesTell a FriendLink

iusethis.com in public beta

Jul. 5th, 2006 at 3:50 PM just a quick notice to tell you that the the site I've been working on this spring, iusethis.com, now is running in public beta... I will tell you more about what it's about later on, but for now, just check it out for yourself(Naturally it's catalyst driven)Tags: beta, catalyst., perl, webappsLeave a commentAdd to MemoriesTell a FriendLink

Workstation Tab Cleaning

Jul. 5th, 2006 at 8:33 AM Right, here's a repeat of yesterday's laptop tab cleanup, now from my work computer. That's what the internet is for - A tragedy/comedy about Ishmael and the network Hooked on work porn - nine out of ten danish men surf porn during work hours (Norwegian) Preikestolen / Pulpit rock - We're planning to go there in two weeks. Planet London.pm - A plagger planet installation covering london.pm bloggers www.andywardley.com - Homepage of the Template Toolkit author, looking pretty snazzy. reanimator - Animate the flow of regular expressions. Totally awesome!Tags: dump, perl, technologyLeave a commentAdd to MemoriesTell a FriendLink

Browser cleanup

Jul. 4th, 2006 at 10:11 PM Here's some stuff that seems memorable from my tab cleanup: Unicode Explained - A seemingly comprehensive volume from O'Reilly about the stuff that makes me curse most during my day. Inquisitor beta - Ajaxy search engine interface, superfast and pretty neat. POE::Component::Generic - Make blocking stuff non-blocking for use in the POE framework. Albie's Weblog - The blog of ambs, a Portugese perl hacker and one of last year's YAPC organizers. 10 uses for an unwanted England flag - From the BBC. Hiveminder beta announcement - From Jesse Vincent @ Best Practical. The guy behind RT and Jifty. Cory follows Mark and  Switches From Macs   - Another strike for the retardo movement.Tags: links, perl, technologyLeave a commentAdd to MemoriesTell a FriendLink

The summer that møøse. (YAPC NA)

Jul. 3rd, 2006 at 10:23 AM Nothingmuch has made a collection of moose pictures from YAPC NA. It's a real must see.Tags: perl, photo, yapc naLeave a commentAdd to MemoriesTell a FriendLink

About a Moose, and Class::MOP review

Jun. 21st, 2006 at 8:49 AM I've recently been working with Moose, Stevan Little's "I can't believe it's not perl6 OOP' module. In the end, we decided to wait with it in Catalyst until 5.8, because of difficulty in remaining backwards compatibility with Class::Accessor, Class::Data::Inheritable and friends. It's a pity, as I'm really looking forward to get rid of some of these, due to their unfriendly approach to perl error reporting. (No, die inside the constructor is not a good approach to telling the user he passed the wrong kind of arguments.)Still, I am very impressed with what the module can do, and the maturity of the implementation, and have already been using it outside of the Catalyst project. The reason I feel  confident using Moose as a OOP system is that it's based on a  mature meta object system, Class::MOP. If you want to know more about it, Chromatic of perl.com has written a nice review of Class::MOP here.Mood: sleepyTags: catalyst, perl, programmingLeave a commentAdd to MemoriesTell a FriendLink

Some interesting Plagger thingies.

Apr. 13th, 2006 at 1:30 PM Looks like there will be a Plagger Talk at Oscon this year. Wish I could be there. Plagger seems to be very shiny, I've been playing a little with it lately. It's also going to get RSS Event support, which will be very interesting with the advent of GCal.Tags: perl, plagger2 commentsLeave a commentAdd to MemoriesTell a FriendLinkProfileme in B&W[info]marcusrambergMarcus RambergI use thisAdvertisementCustomizeAdvertisementCustomizeLatest MonthJuly 2008SMTWTFS  12345678910111213141516171819202122232425262728293031  View All ArchivesLinksPictures Music Personal Blog Code Wants Tagsajax ajax web20 catalyst mvc amazon beta blog books browser catalyst catalyst iusethis catalyst perl conference catalyst. chicago database dbic dump editor entertainment games geek happy humor humor cat humor geek tech intro irc iusethis javascript ajax links livejournal mac mac apple mac filesystem software mac osx meetup meta microsoft modules movies music mysql norid humor catalyst opinion oslo perl perl irc qote personal photo photography photos plagger programming quote rant rest rpc search silent pc building tech soap sql tech technology test texteditor textmate tips travel travel perl ui unicode angst video vox web development webapps work yapc yapc na View my Tags pagePage SummaryAngerwhale officially released [+1] Couple of Catalyst powered sites. [+2] Slides from XP Meetup talk about DBIx::Class [+0] Fun with Search::ContextGraph [+0] Poka, Joel On software! [+1] Thanks, VOX/Amazon [+1] My ecosystem is bigger than yours [+5] Last batch of YAPC NA pictures. [+0] Catalyst 5.7000 release announcement [+1] More YAPC NA pics [+0] iusethis.com in public beta [+0] Workstation Tab Cleaning [+0] Browser cleanup [+0] The summer that møøse. (YAPC NA) [+0] About a Moose, and Class::MOP review [+0] Some interesting Plagger thingies. [+2] Syndicate RSS Atom Powered by LiveJournal.comDesigned by Tiffany Chowif (SnapShots) { SnapShots.init('livejournal.com', 'livejournal.ru', 'sol-agency.ru', 'last.fm', 'lastfm.com', 'lastfm.ru');}
 

Perl

discussion

from

the

developer

of

the

Catalyst

framework,

DBIx::Class,

and

numerous

other

projects.

http://marcusramberg.livejournal.com/tag/perl

Ramberg, Marcus 2008 October

dvd rental

dvd


Perl discussion from the developer of the Catalyst framework, DBIx::Class, and numerous other projects.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - MPAA - Personal Finance - Personal Loans - Advertising - Loans
2008-10-15 19:13:13

Copyright 2005, 2006 by Webmaster
Websites is cool :) 260Praca Katowice Kraków - Nieruchomo¶ci Kraków - Hotel Copenhagen - Linen Hire - Online Hotel Reservierung