Search / 30 posts tagged code snippet

Subscribe
  1. Photo of ngerakines

    Memoize Erlang function calls

    http://blog.socklabs.com/ 2008/ 09/ memoize_erlang_function_calls/

    The Erlang workshop has been a blast so far. Just wrote this quick snippet to memoize Erlang function calls. Enjoy! Using it is pretty simple. Just start the memoize server and then send mfas to it. 1> memoize:start(). 2> memoize:memoize(fun module:function/0, [Arguments]).

  2. Photo of philoking

    Code Snippet Example for Live Writer

    http://www.philoking.com/ 2008/ 09/ 20/ code-snippet-example-for-live-writer/

    1: <script type="text/javascript"> 2: 3: window.onload = function() { 4:  5: //define message default 6: document.getElementById('message').innerHTML = "(please press a button...)"; 7:  8: //setup events 9: document.getElementById('btnStart').onclick = playIt; 10:

    17 days ago by philoking in Philoking.com · Authority: 26
  3. View all »

    Videos about code snippet

    1. Bay Area Python Interest Group April Meeting: Snippets
    2. Code Snippets in Microsoft Office SharePoint Designer 2007
    3. Code Snippets in ArcGIS 9.3 - Part 1
    4. Code Snippets in ArcGIS 9.3 - Part 2
  4. No one has claimed this blog

    How To Quote Comments In A WordPress Comment List

    http://www.farfromfearless.com/ 2008/ 08/ 29/ how-to-quote-comments-in-wordpress…

    I received an email from a reader this afternoon, asking about one of the commenting features that I built into the Lemon Twist theme: quote comments. Hi Chris, I’m really curious on how you got that quote feature on your comment section.

    39 days ago in farfromfearless · Authority: 123
  5. Photo of longcountdown

    Put Code Snippets in a Wordpress Blog

    http://www.longcountdown.com/ 2008/ 08/ 23/ put-code-snippets-in-a-wordpress-blo…

    I’ve installed WP-Syntax, a great plugin for Wordpress that lets you add code snippets to your blog posts without losing all the formatting. You can use all manner of languages and even include line numbers if you want.

  6. Photo of pichichi

    Avoiding Duplicate Title Tags on Pager Pages in Drupal

    http://www.seo-expert-blog.com/ blog/ avoiding-duplicate-title-tags-on-pager-pag…

    Google Webmaster Tools includes a tool called content analysis that you find in the Diagnostics section. The content analysis tool reported a suboptimal number of duplicate title tags and meta descriptions for some Drupal sites that I monitor with these tools.

  7. No one has claimed this blog

    Creating custom PHPUnit assertions - Raphael Stolt

    http://computer-internet.marc8.com/ creating-custom-phpunit-assertions-raphael-s…

    Creating custom PHPUnit assertions - Raphael Stolt Planet PHP Mon, 07/28/2008 - 12:02 While developing PHP applications and applying developer testing the applications safety net will grow along the timeline, and as normal code, test code should be in a fresh, odour free state too.

  8. Photo of dmmagic

    Scrolling code display boxes of doom

    http://silverpenpub.net/ blog/ 2008/ 07/ 24/ scrolling-code-display-boxes-of-doo…

    Why can’t anything ever work as advertised? So, I’ve written a couple of tech articles for the next couple of weeks (scheduled to publish on the next two Tuesdays) and they had a few code snippets in them.

  9. Photo of ngerakines

    Erlang Snippet: Remove stale iplaywow cache files

    http://blog.socklabs.com/ 2008/ 07/ erlang_snippet_remove_stale_ip/

    Now = calendar:datetime_to_gregorian_seconds(erlang:universaltime()), [begin {ok, [{{time, Time}, _}]} = file:consult(File), case Time < Now - 14400 of true -> file:delete(File); _ -> ok end end || File <- filelib:wildcard("cache/*")].

  1. 1
  2. 2
  3. 3

Rising and falling

Technorati data powered by Truviso

Mentions by Day

Posts tagged code snippet per day for the past 30 days.

Chart of results for code snippet

See your posts here

To contribute to this page, include this code in your blog post: