Skip to content

Instantly share code, notes, and snippets.

View lugrus2000's full-sized avatar

Vladimir lugrus2000

View GitHub Profile
##
## How to install mcrypt in php7.2 / php7.3
## Linux / MacOS / OSX
##
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
#
@lugrus2000
lugrus2000 / Install Gist.md
Last active February 1, 2023 22:35 — forked from nztim/Stackedit.md
Install StackEdit on Ubuntu 14.04
@lugrus2000
lugrus2000 / !readme.md
Created February 16, 2019 23:16
ST3 sync settings

Синхронизация настроек Sublime Text 3

<?php
/**
* Skeletal sample shortcode
*/
add_shortcode( 'pilau-sample', 'pilau_sample_shortcode' );
function pilau_sample_shortcode( $atts ) {
extract( shortcode_atts( array(
'text' => ''
), $atts ) );
#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected])
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select