Mert Nuhoglu's Profile

Member since Sep 18, 2008, follows 8 people, 3 public groups, 3113 public bookmarks (3147 total).

More »
Tags

Recent Tags:
Top Tags:

More »
Recent Bookmarks and Annotations

  • How to build a Facebook app in Django — The Usware Blog - Django Web Development on 2009-11-18
      • What tools does FB provide you?




        1. FQL: Facebook Query Language. This is a language similar to SQL. Sample this
        2. Facebook API: This is a set of RESTful urls which can be used to get data from Facebook and
          to do actions on the behalf of the logged in users.

        3. FBML: Facebook Markup Language. This is a set of tags, similar to Html tags, which allow you to
          get your page rendered with extra information on the facebook servers.




        <fb:name uid="211031">

  • Understanding decorators — The Usware Blog - Django Web Development on 2009-11-18
    • decorators are nothing but callables returning other callables, and
      the decorator syntax @decorator is nothing but foo = bar(foo), where both
      bar and foo are callables
    • Decorators are just callables, and hence can be a class which has __call__
      method.
  • Deliberate Practice – Where Self-reflection, Work Ethic and Ambition Meet — Open Education on 2009-11-12
    • providing a different rationale for success, something called ‘deliberate practice.’
    • practice-makes-perfect
    • 13 more annotations...
  • Beautiful code with Google Collections, Guava and static imports – Part 1! on 2009-11-10
  • LaTeX Community • View topic - 2 table questions: align caption & notes environment on 2009-11-04
    • \captionsetup{singlelinecheck=off,justification=raggedright}
  • PsKill v1.12 - terminate freezing apps on 2009-11-02
  • ((An Unofficial) Python Tutorial Wiki) on 2009-11-02
  • Python Encodings and Unicode | One More Blog on 2009-11-01
    • >>> import codecs
      >>> fh = codecs.open("/tmp/utf-8.txt", "w", "utf-8")
      >>> fh.write(u"\u2013")
      >>> fh.close()
      • Decode First, Encode Last
      • When in doubt, encode as utf-8
      • Use codecs with unicode objects to simplify things
    • 3 more annotations...
  • Unicode exception in 'paster shell' (repr versus __repr__) - pylons-discuss | Google Groups on 2009-11-01
    • >> Does anyone have an explanation why foo.__repr__() and repr(foo) makes such
      >> a difference here? Hints welcome.

      > Shouldn't repr return plain string, not unicode one? When calling .__repr__()
      > directly you just call a method directly. When called by repr() some ipython
      > magic happens, which expects __repr__ to return a string.

      Thanks - you saved my day. I'm now using .encode('utf-8') before I return
      the string and now everything works.
  • Runaway Regular Expressions: Catastrophic Backtracking on 2009-10-27
    • Consider the regular expression (x+x+)+y.
    • just assume that each "x" represents something more complex, with certain strings being matched by both "x".
    • 3 more annotations...

More »
Bookmark Lists

More »
Groups

  • Diigo Community

    1077 members, 3435 items

    Share your review, tips, tricks, and ideas for using Diigo here, and discuss our features, ideas for new features, anything Diigo related. Note that bookmarks posted to this group have no relation to 'Hot Bookmarks from the Diigo Community'.

  • Java Development

    55 members, 102 items

    Group for Java developers

  • Web 2.0 Tools

    693 members, 2214 items

    A collection of Web 2.0 Tools and Webtop Apps for creatives, designers, musicians, filmakers, indie tv producers and digital entrepreneurs. From the MsBehaviour Files for The Big Idea, the home of New Zealand's Creative Community.

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo