Other articles

  1. Python Magic Functions

    Python has many magic functions that will allow your classes to do all kinds of fun stuff. You may want your object to act like a dictionary, or a list, you may want to make sure str() prints your object a certain way, or you may want to override operators …

    read more

    comments

  2. Python List Comprehension and Sets

    I work for a company that does GIS work, and over the past week or so I've been working on a script that does a lot of different things. One of it's subroutines deletes data from Oracle.

    First I was told (or I interpreted) it was safe to delete everything …

    read more

    comments

  3. IntelliJ and Android

    Thu 14 March 2013 | in Blog

    I've been enjoying IntelliJ for android development. Here's a video on setting up a project. At some point I'd like to do a video talking about some gotchas that I've found. Until then, just enjoy this:

    read more

    comments

  4. WPF Uppercase AutoComplete

    Fri 10 August 2012 | in Blog

    One of our clients wants uppercase characters in all of there inputs. Unfortunately System.Windows.Controls.AutoCompleteBox doesn't support the CharacterCasing option that is on a standard text box. My solution is to simply inherit from AutoCompleteBox and after the template has been applied grab the text box that is …

    read more

    comments

  5. Give Camp Birmingham

    Recently I went to Give Camp in Birmingham.  It’s an event sponsored by Microsoft for developers to join together to help non-profits and charities.  Developers spend the weekend developing software or creating web sites that the organization needs.  It was a lot of fun and here is a promotional …

    read more

    comments

Page 1 / 3 »

blogroll

social