Archive for January, 2008
Thursday, January 17th, 2008
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Python Dict setdefault methodsetdefault() is like get(), except that if k is missing, x is both returned and inserted into the dictionary as the value of k. x defaults to None.
I was searching for a concise explanation of how setdefault works in Python.
The Secret to RecursionThe secret to recursion is really two things: trust and laziness. To write a function recursively, you usually only need to solve the simplest instance of the function (this is laziness.) This is called a "base case." Once you have a base case, assume …
Tags: Dictionary, Jython, Learning, Mbr, Python, Recursion, Reference, Ubuntu, Win32, Work
Friday, January 11th, 2008
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
highlight.jsHighlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages. It’s very easy to use because it works automatically: finds blocks of code, detects a language, highlights it.
PDF Hammer – Free Web Based PDF EditorDon’t get too excited, this is VERY limited, you can just move pages and stuff. Why can’t there be a free online version of Adobe acrobat? I think that would be an excellent product for someone to make.
Tags: Ajax, Answermysearches, Businessidea, Cgi, Css, Django, Framework, Highlight, Javascript, Lighttpd, Nearlyfreespeech, Pdf, Plyons, Python, Sqlserver, Syntax, Web.Py, Win32, Word
Tuesday, January 8th, 2008
These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.
Tire punctured on Sidewall, Is it ok to a patch or Plug?If the puncture is on the sidewall, we feel it should not be repaired using a patch or plug or both. Why do we choose to obey this rule? We’ll, I suppose it intuitively makes sense that a patch or plug on a continually flexing sidewall will fail.
ie7-js – Google CodeIE7 is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.
Tags: Css, Firefox, Firewall, Ie, Interview, Iptables, Javascript, Linux, Png, Python, Tcp/Ip, Tire, Ubuntu, Web.Py, Wsgi
|
|