Skip to content

Instantly share code, notes, and snippets.

View exnius's full-sized avatar

Exnius exnius

  • Protoarte
  • Colombia
View GitHub Profile
@exnius
exnius / pure-tweaks.css
Created April 21, 2019 11:50 — forked from dchest/pure-tweaks.css
PureCSS tweaks
/*
dchest's PureCSS Tweaks
https://gist.github.com/dchest/500746c2e41baaafcab3
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@exnius
exnius / QRLogo.php
Created November 28, 2016 08:03 — forked from NTICompass/QRLogo.php
QR Code + Logo Generator
<?php
/**
* QR Code + Logo Generator
*
* http://labs.nticompassinc.com
*/
$data = isset($_GET['data']) ? $_GET['data'] : 'http://labs.nticompassinc.com';
$size = isset($_GET['size']) ? $_GET['size'] : '200x200';
$logo = isset($_GET['logo']) ? $_GET['logo'] : FALSE;
@exnius
exnius / grid-push-pull.less
Created November 19, 2016 05:38 — forked from Evanion/grid-push-pull.less
Responsive push/pull for uikit
/* Small */
@media (max-width: @breakpoint-small-max) {
[class*='uk-push-small-'],
[class*='uk-pull-small-'] { position: relative; }
/*
* Push
*/
@exnius
exnius / 403.html
Created November 18, 2016 20:32 — forked from gardenmaintainer/403.html
HTML: Placeholder - creates a default html placeholder for use with site maintenance
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>403 Forbidden 禁止進入</title>
<style type="text/css">
body {
background: #e3e3e3;
font-family: "Segoe UI", "Droid Sans", Arial, sans-serif;
color: #353535;
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- google's material design colours from
http://www.google.com/design/spec/style/color.html#color-ui-color-palette -->
<!--reds-->
<color name="md_red_50">#fde0dc</color>
<color name="md_red_100">#f9bdbb</color>
<color name="md_red_200">#f69988</color>
#SingleInstance,Force
IniRead,access_token,settings.ini,access,token,0
if !access_token{
InputBox,access_token,Please enter your access token from Github,Without an access token this will not work.
if (ErrorLevel||access_token="")
ExitApp
IniWrite,%access_token%,settings.ini,access,token
}
Gui,+hwndmain
Gui,Add,Edit,w600 h500 WantTab
/*
#####################
GoToTilla v0.21 by budRich
http://www.autohotkey.com/board/topic/95536-gototilla-a-combination-of-goto-and-tillagoto/
A combination of: GoTo by Avi Aryan
http://www.autohotkey.com/board/topic/95009-goto-hotkeys-hotstrings-functions-and-labels-in-any-editor/
and TillaGoto by TheGood
http://www.autohotkey.com/forum/viewtopic.php?t=41575
TheGood was inspired by Rajats Active GoTo
http://www.autohotkey.com/board/topic/10936-active-goto-v4/