Category: Useful tool
Simple bat script for keeping site up and running
keepsitealive.bat:
@echo off :start cls echo This is a loop wget http://mysite.localhost --spider timeout /t 60 /nobreak goto start
The script runs a get request against the url given every 60 seconds.
–spider indicates wget should not download anything.
Script above uses wget
Angry IP Scanner
Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.
HangFire – Background job processing for ASP.NET
Pomodoro – work focused for 25 minutes at time
Heard about the Pomodoro technique?
It’s a technique to be more productive.
You work focused for 25 minutes, takes a 5 minute break and repeat.
Here’s a windows/mac application that helps you with the timing:
Online regex tester and debugger: JavaScript, Python, PHP, and PCRE
A colleague of mine gave me a tip about this excellent online regex tester.
Whats so good about it?
– It color highlight parts of the regex and explains what each part is doing.
Online regex tester and debugger: JavaScript, Python, PHP, and PCRE.
Chrome Web Store – James by Logic Agent (debug Google Analytics script)
James is your personal debugging agent for Analytic tags.
We currently support Google Analytics, Google Universal Analytics, Adobe SiteCatalyst, IBM Coremetrics, WebTrends and a lot more. Tags gets updated dynamically all the time.
It will break down all the variable being sent back to the analytic vendor.
Allan Jardine | Reflections | Visual Event
Events in Javascript are often seen as a bit of an enigma. This is odd given that Javascript is very much an event driven language, but it is typically down to their complex nature and difficulty to debug. To this end I’ve created Visual Event to help track events which are subscribed to DOM nodes.
Chrome Web Store – Scrum for Trello
Shows estimated hours indicators in Trello and more.
