HOW TO : Use Python to look for credit card numbers
Simple script in python to look for credit card numbers in a file. [code] #Importing modules import re import os # Define variables inputFile = ‘test.txt’...
Simple script in python to look for credit card numbers in a file. [code] #Importing modules import re import os # Define variables inputFile = ‘test.txt’...
It looks like I was able to accomplish writing the application that I wanted to on the App Engine in 2 days!! at least in it’s...
Following up on my public resolution for his month..I started playing with Google App engine. I think a lot has been written about what it is...
I have recently started using git as a source control for the various scrips that I write. As I also mentioned in this post, I use...
I like shiny new toys :). Even though perl is pretty powerful and more than enough for the simple tasks I get to automate from time...
I haven’t scripted in perl for quite some time (disadvantages of moving into management 🙂 ). Today, we had to analyze some log files at work...