Pages

Showing posts with label useful tools. Show all posts
Showing posts with label useful tools. Show all posts

Compare the Performance of Content Delivery Networks

Interesting service that let's you compare the performance of different content delivery networks: CDNperf

CDNperf

Explain Shell Commands Tool

explainshell.com is an online tool that helps you make sense out of shell commands and their options.

Sorting Algorithm Demonstration

Sorting algorithm visualization: Insertion, Selection, Bubble, Shell, Merge, Heap, Quick, Quick3.

Path Finding Algorithm Visualization

Very cool JavaScript based, interactive visual demonstration of path finding algorithms: A*, Breadth-First-Search, Best-First-Search, Dijkstra, and Jump Point Search.

Dijkstra Path Finding Visualization