Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17527 shaares · 14141 private links
Filters
2 / 4
Links per page
20 50 100
74 results tagged code

JSHint, A JavaScript Code Quality Tool

JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team's coding conventions. It is very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in.

JSHint is an open-source project that is supported and maintained by the JavaScript developer community. The source code is available on GitHub.

code javascript jslint tools programming webdev
April 24, 2011 at 14:59:26 GMT+2
http://jshint.com/

dat.gui

code gui javascript library visualization
April 21, 2011 at 21:18:25 GMT+2
http://dataarts.github.com/dat.gui/

jQuery Deconstructed

code javascript jquery
February 6, 2011 at 01:31:35 GMT+1
http://www.keyframesandcode.com/resources/javascript/deconstructed/jquery/

CodeConf 2011 // A conference focused on social coding presented by the fine folks over at GitHub

code conference design development
February 2, 2011 at 11:24:45 GMT+1
http://codeconf.com/

Online javascript beautifier (and unpacker)

code javascript js tools
January 30, 2011 at 02:49:07 GMT+1
http://jsbeautifier.org/

Code Free Font | Fontfabric™

code design font typography free
January 1, 2011 at 21:40:27 GMT+1
http://fontfabric.com/code-free-font-3/

GarlicSim blog - Python idiom for taking the single item from a list

(thing,) = stuff

python programming idioms code syntax
October 16, 2010 at 13:25:04 GMT+2
http://blog.garlicsim.org/post/1198230058/python-idiom-for-taking-the-single-item-from-a-list

codepad

codepad.org is an online compiler/interpreter, and a simple collaboration tool.
Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.

programming code tools development ruby c python c++ haskell ocaml
October 13, 2009 at 00:41:40 GMT+2
http://codepad.org/

Generator Tricks for Systems Programmers

This tutorial discusses various techniques for using generator functions and generator expressions in the context of systems programming. This topic loosely includes files, file systems, text parsing, network programming, and programming with threads.

python programming tutorial generators sysadmin code iterators
September 11, 2009 at 00:56:43 GMT+2
http://www.dabeaz.com/generators/index.html

Recursive getattr/setattr « Mousebender

You can make a more compact implementations with help of the reduce builtin function:

def rec_getattr(obj, attr):
return reduce(getattr, attr.split(”.”), obj)

python programming code snippets
June 28, 2009 at 15:01:14 GMT+2
http://mousebender.wordpress.com/2006/11/10/recursive-getattrsetattr/

What Beautiful HTML Code Looks Like [image]

I think I'd agree with most of the points.

html webdesign css code
June 14, 2009 at 00:14:10 GMT+2
http://www.ukimagehost.com/uploads/fff9652d04.jpg

Djang Code Search . com

Lightweight code search for perfectionists with deadlines

programming python django code search
March 25, 2009 at 15:48:37 GMT+1
http://www.djangocodesearch.com/

“STD” stands for Sleazy, Tattered and Dead » Armin Ronacher

Interesting point. I guess I'm only using about 5% of Python's standard library on a daily basis.

programming python code library stdlib
March 13, 2009 at 13:42:36 GMT+1
http://lucumr.pocoo.org/2009/3/2/std-stands-for-sleazy-tattered-and-dead

What's a good Python code base? Daily Life in an Ivory Basement

What's a good Python code base?

imported bookmarks python programming learning code
January 9, 2009 at 00:44:31 GMT+1
http://ivory.idyll.org/blog/jan-08/lazyweb-good-code-bases.html

remove envy dependencies installed for nvidia driver

worked for me. use at your own risk.

linux envy nvidia ubuntu apt aptitude code snippet t61 hardy
March 28, 2008 at 17:03:06 GMT+1
http://ubuntuusers.de/paste/138988/

Django snippets: FormMail Clone

base class for contact forms that notifiy admins/staff after submission

django python snippet code mail newforms
March 25, 2008 at 22:25:26 GMT+1
http://www.djangosnippets.org/snippets/664/

Python Speed: Getting the first part of a string « Blog of Julian Andres Klode

use str.partition() instead of str.split()[0]

python programming performance snippet code
March 25, 2008 at 02:02:20 GMT+1
http://juliank.wordpress.com/2008/03/24/python-speed-getting-the-first-part-of-a-string/

Doug Hellmann: PyMOTW: collections

programming pymotw python toread code
March 23, 2008 at 22:15:28 GMT+1
http://blog.doughellmann.com/2008/03/pymotw-collections.html

ME3DIA - February 26 2008: Hex silliness.

funny geek humor internet hex leetspeak 1337 art code css webdesign fun humour colors
March 9, 2008 at 00:38:41 GMT+1
http://www.me3dia.com/archives/2008/02/26/hex_silliness/index.php

Snipplr - Code 2.0

code snippets programming php search scripting resources python javascript opensource
January 13, 2008 at 21:48:17 GMT+1
http://snipplr.com/
Filters
2 / 4
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community