CSS/JS tweaks to make Adminer just a bit better. Requires pepa-linha CSS theme.
Add to the end to condense spacing, and improve table readability:
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # PHP source # |
| [Unit] | |
| Description=Caddy HTTP/2 web server | |
| Documentation=https://caddyserver.com/docs | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] | |
| Restart=on-failure | |
| StartLimitInterval=0 | |
| StartLimitBurst=0 |
| /* | |
| * This file is part of the OpenKinect Project. http://www.openkinect.org | |
| * | |
| * Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file | |
| * for details. | |
| * | |
| * This code is licensed to you under the terms of the Apache License, version | |
| * 2.0, or, at your option, the terms of the GNU General Public License, | |
| * version 2.0. See the APACHE20 and GPL2 files for the text of the licenses, | |
| * or the following URLs: |
| ffmpeg -f x11grab -b 1M -bt 2M -r 30 -s 512x512 -i :0.0+1,53 -an kinect.webm |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| /** | |
| * @author qiao / https://github.com/qiao | |
| * @author mrdoob / http://mrdoob.com | |
| * @author alteredq / http://alteredqualia.com/ | |
| * @author WestLangley / http://github.com/WestLangley | |
| * @author erich666 / http://erichaines.com | |
| * @author mrflix / http://felixniklas.de | |
| * | |
| * released under MIT License (MIT) | |
| */ |
| ;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
| ;by doppelganger ([email protected]) | |
| ;This file is provided for your own use as-is. It will require the character rom data | |
| ;and an iNES file header to get it to work. | |
| ;There are so many people I have to thank for this, that taking all the credit for | |
| ;myself would be an unforgivable act of arrogance. Without their help this would | |
| ;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
| ;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
| // each gist | |
| $(".gist").each(function() { | |
| // reference to this | |
| var $gist = $(this); | |
| // hide all gist file but the first one | |
| $gist.find(".gist-file:not(:first)").hide(); | |
| // create the gist header |