Posts

Showing posts from March, 2013

Totorial 3: simple Regular expression (regex) find replace in notepad++

Image
Let's suppose I have 100s of lines similar to this  { id: 'First Ack.', type: 'float'}, { id: 'Packets In', type: 'int'}, and I want to convert these lines in some format like : { id:'Packets In',field:'Packets In',type 'int'}, { id:'First Ack.',field:'First Ack.',type 'float'} To this in  notepad++ (also in most editors) search for id: (.*), type: and replace with id:\1,field:\1,type and press replace all and you are done no matter how many rows.

Ideas 10: Data usage monitor in routers

1. Better Internet Data usage manager Some internet connections have upper data limit. If multiple users uses a single connection, most of the software used now don't give the data each user have used till now. Nor it can assign specific limit to each user. (But it may be absolute in future as most of the connection will be unlimited. If I were to do something for country, Making internet fast and free would be one of the idea) 2. Better use of Bookmarks Bookmark are not used in way it should be used. I have more then 1000s of boomark on my computer but I rarely visit them using bookmark list. My use for them is to use them as browsers history. We can use them when some one googles something - we can show bookmarked images and links on search page (In right white space ) we can use them for browser homepage - to show which of your bookmarks are still popular on internet We can extract images and other stuff from them and save in the cloud