A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| #--- | |
| # iPIN - iPhone PNG Images Normalizer v1.0 | |
| # Copyright (C) 2007 | |
| # | |
| # Author: | |
| # Axel E. Brzostowski | |
| # http://www.axelbrz.com.ar/ | |
| # [email protected] | |
| # | |
| # References: |
| #!/usr/bin/env python | |
| # | |
| # AccessDump.py | |
| # A simple script to dump the contents of a Microsoft Access Database. | |
| # It depends upon the mdbtools suite: | |
| # http://sourceforge.net/projects/mdbtools/ | |
| import sys, subprocess, os | |
| DATABASE = sys.argv[1] |
| /* | |
| github.com/dhilipsiva | |
| A Simple JavaScript file to AUTO-MINE StackOverflow unicoins: | |
| INSTRCTIONS: | |
| 0. goto stackoverflow.com | |
| 1. Open your console. | |
| 2. Copy this code. | |
| 3. Paste this into cosole |
by alexander white ©
$ jupyter notebookNew -> Python (root) from the right-hand top menu. It will open another tab. In the cell, on that new tab, enter the following command : import pandas as pdshift+enter to run it. If it runs fine, you are good to go for the workshop.