• Home
  • Publications
  • FAQ
  • Contact Tarah Wheeler
  • About

Tarah Wheeler

Month: August 2010

Uncategorized

An update to the bash script that takes a parameter:

tarah / August 31, 2010

#!/bin/bash book=$1 [[ -z $book ]] && { echo “No argument supplied, exiting!”; exit 1; } [[ ! -e $book ]] && { echo “Can’t find a file with the name $book, exiting”; exit 1; } title=${book%.*} bookcounter=0 linecounter=0 sed…

Continue Reading→

Scripting

Get emailed a portion of classic literature each day.

tarah / August 11, 2010

Ok, so I am feeling guilty over not reading enough GOOD books. So, I devised a cunning plan whereby I am emailed a portion of a classic book each day. I started with the Iliad. I know that I’ll clear…

Continue Reading→

I mostly post on Mastodon, not Twitter. Find me here: https://infosec.exchange/@Tarah

Tarah Wheeler

About

Tarah Wheeler is an information security executive, AI researcher specializing in natural language processing, social data scientist in international...

Read More→

Find me here

Follow on FacebookFollow on TwitterFollow on LinkedInFollow on InstagramFollow on YouTubeFollow on Github
Copyright © 2023 Tarah Wheeler. All rights reserved.