Relational operator
C program to get the ascii string from a string
2012/07/25
Lot of times, you would like to get the complete string in hex or ascii format and if you are one of them then this is something that will be helpful for you 🙂 Example output: […] …
Array of all possible colors in bash script
2012/05/07
Sometime back, we had looked at using colors in bash script and here is a way to create a array of all the colors. #!/bin/bash - …
Convert string to hex.
2012/04/13
If you want to use snoop or tcpdump with advanced search in the packet, then you would need to convert the string to hex string. For this, either you can use a web search and find some web application …