Brain Goo

Carpe Crap ‘em

Brain Goo header image 4

Entries Tagged as 'How Tos'

Python HOWTO Push a Dict on to a List (push a hash on to an array)

April 23rd, 2010 · No Comments

One of my more popular posts is How to Push a Hash on to an Array in PERL, but how do you push a dict on to a list in Python? Lists are one-dimensional arrays and dicts are associative arrays or hash arrays.  This means we can do the same thing we do in other [...]

[Read more →]

Tags: How Tos · Programming · python · Software

Integrate Shared Google Calendars With Thunderbird

January 26th, 2010 · 1 Comment

Before we get started, if you have a personal calendar, Google has a quick how-to here. The Google tutorial only covers basic calendars.  This tutorial will cover both personal and shared calendars. Google Calendar is neat and pretty much every phone and app has some sync system that works with it… except Thunderbird with the [...]

[Read more →]

Tags: Calendaring · Google · How Tos · iCal · lightning · Sunbird · thunderbird · WebDav

Removing a File Beginning With Dash -

October 28th, 2009 · No Comments

I get this a lot from friends and Google is full of examples, but here it is again. If you have a file that begins with a hyphen (one of these: -) you’ll have a tough time removing it unless you remember something simple from Command Line 101. In most CLI environments, your shell has [...]

[Read more →]

Tags: How Tos · linux · Unix