Skip to content

Instantly share code, notes, and snippets.

@mylk
mylk / CountryExtension.php
Last active March 25, 2019 13:49
Twig extension that adds a filter that returns the country name by its 2-letter ISO code
<?php
/*
* Installation:
* =============
* # services.yml
* services:
* # ...
* acme.twig.country_extension:
* class: Acme\AcmeBundle\Twig\CountryExtension
@mylk
mylk / MobilePrefixService.php
Last active August 14, 2016 14:18
Class that returns the mobile prefix for each country (hard coded)
<?php
/*
* Installation:
* =============
* # services.yml
* services:
* acme.mobile_prefix:
* class: Acme\AcmeBundle\Service\MobilePrefixService
*/
@mylk
mylk / conky.conf
Last active July 10, 2016 14:42
My conky configuration
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo
]]
conky.config = {
background = true,
cpu_avg_samples = 2,
net_avg_samples = 2,
out_to_console = false,