Codes & Scripts
Pages
(Move to ...)
Home
▼
Monday, 15 January 2018
Creating extract custom function to extract files
›
As there are different file formats present for archiving and compressing files using different utilities. So, to make a uniform function f...
Saturday, 19 August 2017
Understanding the execution of if-else block using fork
›
Here is a brief explanation on how both if/else gets execute in case of forking and piping example. Consider the below example: [code] #...
[firefox] View Source in your favorite editor
›
To view source code of any website in your favorite source editor: You can do this by changing 2 hidden preferences. - Type about:con...
Friday, 11 August 2017
PHP script to convert string into 1337 characters
›
A very basic PHP code, for leet users, that will convert your string into leet characters. [php] <?php /** * PHP code to conver...
Firefox shortcuts to make your life easier
›
Search in your opened tabs, enter the % in URL bar Find Links As You Type ' (apostrophe) Find Text As You Type / Open Manage ...
Introduction to applescript
›
Hi Everyone, Lets start with some intro of apple script. Open your apple script editor and enter the text below. [code] display ...
Compare two files for duplicate entries using bash and php
›
Hi Friends, Need to compare two files and searching for different entries in them. Here is the solution. Create a new file named cmp.sh...
›
Home
View web version