Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Browsing latest articles
Browse All 55 View Live

NowVideo on VLC

This simple Bash script allows to view a video from NowVideo (Flash Video) to VLC player

View Article



Data recovery from PSI Client

If you have forgot username and password of your Jabber account, but you saved them on your client, this script can help you to recovery your data.

View Article

Information about who's using the system

Utmp file in Unix-like systems keeps track of all login events. Reading this file it's possible know who is using currently the system and others information.

View Article

Asymmetric Cryptography with Libgcrypt

Libgcrypt is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish,...

View Article

Passing variable number of arguments to a function

This is an example to view how you can pass a variable number of arguments to a function in C using 'stdarg' lib.

View Article


Raw Packet example

Make a TCP&IP structure to send a SYN packet

View Article

Check if a string (or substring) is using UTF-8 Encoding or ASCII

Check if a string (or substring) is using UTF-8 Encoding or ASCII ( found on http://stackoverflow.com/a/1031773 )

View Article

Unicode & ASCII String Extraction from file

This code permits to extract unicode or ascii strings from a file. As output we have a linked list with strings and their occurences.

View Article

Browsing latest articles
Browse All 55 View Live


Latest Images