Do NOT follow this link or you will be banned from the site!
script
A free and quick network IP number conversion for hex, binary, decimal, and dotted decimal, with automatic network class detection. Sub-network mask IP generator with number of hosts, networks, and/or bit numbers. Also presents mask in sectioned binary. Determine if two IPs are on same sub-network and are valid, out of Network IP. Handy clipboard and copy buttons for returned info.
Share it now!
Finding duplicate page elements
Submitted by thedosmann on Wed, 02/27/2013 - 11:14This is a script that will find duplicate page elements and return the index of where those elements are
Share it now!
Closure Compiler For javascript
Submitted by thedosmann on Wed, 08/08/2012 - 14:11The folks over at Google have hit another winner.If you have'nt been introduced to Google's Closure Compiler you missing out on a great tool.To put it in Google's own words:
Share it now!
Troubleshooting Programming Code
Submitted by thedosmann on Sat, 07/28/2012 - 16:57When troubleshooting code I try to follow a set path in order to quickly isolate the issue. The problem is that I’m just as guilty as others at trying to shortcut the process. One major trap I fall into is the time consuming ‘wandering’ into certain parts of the code and encountering a road block by not staying on the original path. In doing this I often end up chasing problems that are caused by other problems that need to be addressed first. With that being said I have developed a good instinct for finding problem code.
Share it now!