Quantcast
Channel: EmotiCODE - Snippets and Source Code Search Engine
Browsing all 55 articles
Browse latest View live
↧

RandomMacAddressGenerator

This is a simple script to generate and set a new macaddress developed in bash for Unix!

View Article


PortScanner

This is a simple port scanner in python!

View Article


my .vimrc configuration

This is my fantastic configuration for vim editor, please check the code and install missing plugin and jellybean theme.

View Article

My .bashrc for ArchLinux

This is a massive .bashrc configuration for ArchLinux! check the alias for your installed app, and comment the others, enjoy mate!

View Article

info_os.py

this is a simple script made in python for get system information.

View Article


Py_Tetris

this is modified version of a Tetris clone made in python2 and Qt4

View Article

Py_Download.py

this is a GUI with a progress bar for downloading file from the web, made in python3.3

View Article

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 all 55 articles
Browse latest View live