JavaScript

get all the urls in html file (local or on server).

2014/02/17

To use this, you will need the lynx tool, so install that first. sudo yum install lynx Now, to get list of all the URLs in local html file or some URL, just execute this: lynx -dump -listonly Related …

Fix typescript files generated with script command

2013/12/18

Generally quite a lot of us would have used the script command. This generates the logs for the session. But the problem with the logs is that it contains a lot of un-readable characters. These …

pdfjs – html5+javascript based pdf viewer for Firefox.

2012/09/05

Firefox 15 has arrived and there is lot to brag about. Since there are already many blogs on this, so just giving you a link to one of those. But what is most interesting is the integration of PDF.js. …

Benchmarking the system/CPU performance

2012/01/15

Have you ever wanted to have a quick check on your CPU performance. I know that lot of people will say that this is not the right way to do this, but here is something that you can use to check the …

g flag in :s useless in vim

2011/11/05

Some time back there was a post on vim_use list about the “/g” flag for the search and replace functionality of the vim. And the response of “Tim Chase” on the same was very elaborate and interesting. …

better bash debugging

2011/09/16

I was trying to debug some bash scripts yesterday and learnt something new 😉 There are lot of things in bash that you can use to debug and to start with you can enable xtrace mode as follows: set -x …

/bash debugger

2011/02/27

In this section we’ll develop a very basic debugger for bash.[10] Most debuggers have numerous sophisticated features that help a programmer in dissecting a program, but just about all of them include …

analyze debug queries output for wordpress

2011/02/09

Some time back, my website became too slow and I started getting timeout response for quite a lot of my pages. When I analyzed things, I found the issue was with the DB queries taking a lot of time. …

fork a new process in perl

2011/01/27

I was doing something today and found that I require to fork a new process in perl. Now I had never done this earlier, so I did not know how to do this. First some background : I was doing some …

Browser Conkeror – fast, versatile, easy and configurable

2010/10/20

Conkeror is a browser that uses XULRunner and is a highly configurable and programmable browser. Here is the description of the browser from the homepage: […] Conkeror is a keyboard-oriented, …

How To Quickly Check If You’re Running A Javascript Enabled Browser

2010/07/18

<a href="http://www.makeuseof.com/tag/what-is-javascript-how-works">Javascript is an integral part of <a class="zem_slink" title="Web browser" …

New Improvements in the site and added few more features.

2010/07/11

Last couple of days I have spent quite some time on the <a class="zem_slink freebase/guid/9202a8c04000641f8000000000041684" title="Website" rel="wikipedia" …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it