<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/timer</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 10:27:49 GMT</pubDate>
<item>
<title>(JavaScript) Redirect with a Timer - apphp-snippets</title>
<link>http://snipplr.com/view/70120/redirect-with-a-timer/</link>
<description><![CDATA[ <p>You can use JavaScript window.location to redirect a visitor to a required page. You may have seen this feature used by sites with full page ads, or to redirect visitors to the site's new domain name. You can add also a timer to the script that will allow the page to redirect and the visitors will not need to click a link or type in the new URL.</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 20:53:38 GMT</pubDate>
<guid>http://snipplr.com/view/70120/redirect-with-a-timer/</guid>
</item>
<item>
<title>(Python) Python Time Bomb - jarnaldich</title>
<link>http://snipplr.com/view/65318/python-time-bomb/</link>
<description><![CDATA[ <p>Making a python process exit with error code 1 after 30 seconds. Exit is unclean (no garbage is collected, no flushed buffers, etc...).</p> ]]></description>
<pubDate>Fri, 01 Jun 2012 18:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/65318/python-time-bomb/</guid>
</item>
<item>
<title>(Python) Simple SVG Streaming Server - weilawei</title>
<link>http://snipplr.com/view/64802/simple-svg-streaming-server/</link>
<description><![CDATA[ <p>This is a simple SVG streaming server, running on the bottle microframework. It has 3 utility functions which are used as decorators on routes. They enable timing a route, caching a route, and creating a route which provides a Cairo context which is then converted to a Base64 encoded data URL with an SVG image. In another snippet, I give the client-side implementation using HTML, Javascript/jQuery, and Canvas.

This sample can currently display a clock (clock.svg) (incorrectly rotated 90 degrees...but it wasn't enough of a priority to fix. it's just an example.), show a static line of text (window.svg), or serve static files (the necessary client-side JS and HTML).

The client is at http://snipplr.com/view/64803/simple-svg-streaming-client/.</p> ]]></description>
<pubDate>Mon, 07 May 2012 00:39:24 GMT</pubDate>
<guid>http://snipplr.com/view/64802/simple-svg-streaming-server/</guid>
</item>
<item>
<title>(JavaScript) javascript timer - pixelatorz</title>
<link>http://snipplr.com/view/64087/javascript-timer/</link>
<description><![CDATA[ <p>simple html + javascript timer.</p> ]]></description>
<pubDate>Thu, 22 Mar 2012 03:41:48 GMT</pubDate>
<guid>http://snipplr.com/view/64087/javascript-timer/</guid>
</item>
<item>
<title>(ActionScript 3) タイマーのサンプル - yambal</title>
<link>http://snipplr.com/view/62589//</link>
<description><![CDATA[ <p>ユーティリティにしたら便利かな</p> ]]></description>
<pubDate>Tue, 17 Jan 2012 02:09:00 GMT</pubDate>
<guid>http://snipplr.com/view/62589//</guid>
</item>
<item>
<title>(Other) Paul Irish tip on setTimeout - athanassiadis</title>
<link>http://snipplr.com/view/58563/paul-irish-tip-on-settimeout/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Sep 2011 23:58:16 GMT</pubDate>
<guid>http://snipplr.com/view/58563/paul-irish-tip-on-settimeout/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Simple digital clock - adrianparr</title>
<link>http://snipplr.com/view/56195/as3-simple-digital-clock/</link>
<description><![CDATA[ <p>This example expects there to be a dynamic textfield on the stage with the instance name of 'myTextFieldOnStage'. Remember to embed the fonts (Numerals and Colon).</p> ]]></description>
<pubDate>Thu, 07 Jul 2011 01:48:01 GMT</pubDate>
<guid>http://snipplr.com/view/56195/as3-simple-digital-clock/</guid>
</item>
<item>
<title>(JavaScript) Javascript count down timer in minutes and seconds - reverend</title>
<link>http://snipplr.com/view/51412/javascript-count-down-timer-in-minutes-and-seconds/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Apr 2011 06:43:34 GMT</pubDate>
<guid>http://snipplr.com/view/51412/javascript-count-down-timer-in-minutes-and-seconds/</guid>
</item>
<item>
<title>(ActionScript) Flash simple timer - budaloco</title>
<link>http://snipplr.com/view/50237/flash-simple-timer/</link>
<description><![CDATA[ <p>Perfect for banners</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 02:38:43 GMT</pubDate>
<guid>http://snipplr.com/view/50237/flash-simple-timer/</guid>
</item>
<item>
<title>(Objective C) Timer - rabc</title>
<link>http://snipplr.com/view/49714/timer/</link>
<description><![CDATA[ <p>Schedule a timer</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 06:22:21 GMT</pubDate>
<guid>http://snipplr.com/view/49714/timer/</guid>
</item>
<item>
<title>(Visual Basic) Make popup form close when user clicks outside of it - heislekw</title>
<link>http://snipplr.com/view/48818/make-popup-form-close-when-user-clicks-outside-of-it/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Feb 2011 09:43:22 GMT</pubDate>
<guid>http://snipplr.com/view/48818/make-popup-form-close-when-user-clicks-outside-of-it/</guid>
</item>
<item>
<title>(jQuery) jQuery Delay with Effects - BlueIceStudios</title>
<link>http://snipplr.com/view/47295/jquery-delay-with-effects/</link>
<description><![CDATA[ <p>if you are using jquery 1.4 you can simple do</p> ]]></description>
<pubDate>Mon, 17 Jan 2011 21:09:31 GMT</pubDate>
<guid>http://snipplr.com/view/47295/jquery-delay-with-effects/</guid>
</item>
<item>
<title>(C#) Egg Timer - c# winforms - mdmullinax</title>
<link>http://snipplr.com/view/46971/egg-timer--c-winforms/</link>
<description><![CDATA[ <p>Basic egg timer, you set a time in 00:00 format and click the action button (Start, Stop, Reset) based on where the timer state (Stopped, Started, Done) respectively</p> ]]></description>
<pubDate>Wed, 12 Jan 2011 14:21:05 GMT</pubDate>
<guid>http://snipplr.com/view/46971/egg-timer--c-winforms/</guid>
</item>
<item>
<title>(ActionScript 3) works - uglycom</title>
<link>http://snipplr.com/view/41451/works/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 02:07:13 GMT</pubDate>
<guid>http://snipplr.com/view/41451/works/</guid>
</item>
<item>
<title>(C++) Timer Class for both Unix/Linux/Mac and Windows system - browny</title>
<link>http://snipplr.com/view/40650/timer-class-for-both-unixlinuxmac-and-windows-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Sep 2010 16:38:41 GMT</pubDate>
<guid>http://snipplr.com/view/40650/timer-class-for-both-unixlinuxmac-and-windows-system/</guid>
</item>
<item>
<title>(C++) High accuracy program timer - browny</title>
<link>http://snipplr.com/view/39954/high-accuracy-program-timer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Sep 2010 15:30:33 GMT</pubDate>
<guid>http://snipplr.com/view/39954/high-accuracy-program-timer/</guid>
</item>
<item>
<title>(Bash) A simple timer to apply The Pomodoro Technique - ksaver</title>
<link>http://snipplr.com/view/39697/a-simple-timer-to-apply-the-pomodoro-technique/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Aug 2010 14:19:32 GMT</pubDate>
<guid>http://snipplr.com/view/39697/a-simple-timer-to-apply-the-pomodoro-technique/</guid>
</item>
<item>
<title>(Processing) Timer Object - S_Park</title>
<link>http://snipplr.com/view/38550/timer-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Aug 2010 00:04:16 GMT</pubDate>
<guid>http://snipplr.com/view/38550/timer-object/</guid>
</item>
<item>
<title>(VB.NET) PowerPoint Timer - wesalvaro</title>
<link>http://snipplr.com/view/38499/powerpoint-timer/</link>
<description><![CDATA[ <p>Select a shape with text of any kind inside. Run the macro.  A timer is generated.  Change the macro to switch counter resolution, length, up/down, etc.
Modified original to make it work in PPT 2007.</p> ]]></description>
<pubDate>Thu, 05 Aug 2010 06:39:16 GMT</pubDate>
<guid>http://snipplr.com/view/38499/powerpoint-timer/</guid>
</item>
<item>
<title>(JavaScript) color blinking - saturngod</title>
<link>http://snipplr.com/view/38089/color-blinking/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jul 2010 17:26:37 GMT</pubDate>
<guid>http://snipplr.com/view/38089/color-blinking/</guid>
</item>
</channel>
</rss>