Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"

Keybase proof

I hereby claim:

  • I am asmerkin on github.
  • I am asmerkin (https://keybase.io/asmerkin) on keybase.
  • I have a public key ASBTqDHKLiVYAkH2WrIdUbk7Dv7vGYTJMn1OKzGUmhLi-go

To claim this, I am signing this object:

@asmerkin
asmerkin / Gist.php
Last active February 19, 2019 19:30
A Small wordpress shortcode for Gists.
<?php
/*
* To use this shortcode you must add the gist url and a file if you want
*
* [gist url="https://gist.github.com/....." file="example.file"]
*
* You can omit the file to show all files together
*/
class Gist {
@asmerkin
asmerkin / Vagrant.bootstrap.sh
Last active June 13, 2022 12:45
A simple LAMP Vagrantfile and Bootstrap file for Vagrant and ubuntu/trusty64 box. It uses mpm-workers and php5-fpm + some extra tools like grunt, gulp and composer.
#!/usr/bin/env bash
# ---------------------------------------
# Virtual Machine Setup
# ---------------------------------------
# Adding multiverse sources.
cat > /etc/apt/sources.list.d/multiverse.list << EOF
deb http://archive.ubuntu.com/ubuntu trusty multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse