Skip to content

Instantly share code, notes, and snippets.

/*
Simple WINDOWS keylogger by jkrix 2013.
User may distribute and modify source code but MUST keep this top commented section in the source code!
Very important note:
To be used for educational use and not for malicious tasks!
I will NOT be held responsible for anything silly you may do with this!
*/
#include <stdio.h>
@patilswapnilv
patilswapnilv / Checkbox Trickery: Simple Toggle.markdown
Created June 30, 2015 06:48
Checkbox Trickery: Simple Toggle
@patilswapnilv
patilswapnilv / CSS-Only 12-digit UPC-A Barcode Generator.markdown
Created June 30, 2015 06:50
CSS-Only 12-digit UPC-A Barcode Generator

CSS-Only 12-digit UPC-A Barcode Generator

A completely accurate 12-digit UPC barcode generated using data-attributes and background-gradients. The values can be modified to generate a new barcode. Try scanning it with a barcode reader on your smartphone!

See the associated blog post.

This is a solid demonstration of some of the things that can be done with SASS scripting.

I will buy one month of codepen pro for the first person who identifies the easter egg I threw in here (and its significance).

Adjustable scrolling bar

By using the slider below, you can adjust the amount that the progress bar fills. This code could be used to add a graphical interface for input amounts.

A Pen by Mary Knize on CodePen.

License.