Skip to content

Instantly share code, notes, and snippets.

View hlfbt's full-sized avatar
🤔

Alexander Schulz hlfbt

🤔
View GitHub Profile
@hlfbt
hlfbt / twig-repl.php
Last active September 21, 2016 15:11 — forked from arnaud-lb/twig-repl.php
Twig REPL
<?php
/**
* Twig REPL hack
*
* Arnaud Le Blanc <arnaud.lb@gmail.com>
*/
require 'vendor/twig/twig/lib/Twig/Autoloader.php';
Twig_Autoloader::register();
@hlfbt
hlfbt / pythoneval.py
Created January 21, 2012 20:16 — forked from kylef/pyeval.py
Python Evaluate for ZNC modpython
# pythoneval.py
import sys
import re
from code import InteractiveInterpreter
import znc
class pythoneval(znc.Module, InteractiveInterpreter):
# module_types makes it unable to load