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

RandomPasswdGenerator

This is a simple passwd generator script in Perl

View Article



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


Convert json data to query string

Use json data type for make query string.

View Article

Get property name with a value

Get property name with a value

View Article

is Array

is Array

View Article


Get browser name & version

Get browser name & version

View Article


Convert string to boolean

Convert string to boolean

View Article

Restart Windows service

Restarts a Windows service, with the given service name (not the display name - see service properties if you don't know the name.)

View Article

Control ClientID available in JavaScript

Adds a variable to javascript with the ClientID of any control. You can then access that control in client-side script by using it's server-side name. If you have a text box called textbox1 and you...

View Article

Get MD5 hash value of a string

Returns an MD5 hash value for a given string.

View Article


Simple Proxy to get URL

This is a simple proxy example that will allow you to make a call to a page on your own domain and get the contents of a page on an external URL. Useful for cross-domain calls from client-side script....

View Article

Call C# proxy to get page on another domain (AJAX)

Use a simple C# proxy to get a page on another domain, which is normally not allowed due to the Same Origin Policy (click here). Here's a link to the C# proxy......

View Article


Sandbox

Function sand boxing for Lua 5.1.

View Article

Win32 Send fake keyboard input

Good start for an auto typer or something O.o

View Article


Hexadecimal color code to RGB

Converts a hexadecimal color code to RGB. Example: 0xAEFFDC = 174, 255, 220

View Article

Coroutine Pool

Useful for Lua scripts in a game engine.

View Article

Prevent Lua scripts from executing machine code

Prevent Lua scripts from executing machine code

View Article
Browsing all 36 articles
Browse latest View live


Latest Images