gavinj.net

Thoughts on technology, infrastructure, and AI

Viewing posts tagged programming Clear filter

Life after defence ...

Well, it's been quite some time since my last post - life in the new job has been pretty busy, I'd forgotten how hard it is starting a new job, so much to learn in so little time! The jump from IT sec...

Python decorators

I came across an interesting recent addition to the Python language (as of Python 2.4). They are called decorators. Decorators are Python objects that can register, annotate, and/or wrap a Python fun...

VB.net

Had a bit of fun (?) at work writing a VB console application that simply opens up a word document and checks all headers and footers in the document for a specified list of keywords. The only real go...