Skip to content

Instantly share code, notes, and snippets.

View xom9k's full-sized avatar

Zagumennov Nikolay xom9k

View GitHub Profile
@xom9k
xom9k / DateToTimestamp.plugin.php
Created June 24, 2018 10:49 — forked from sepiariver/DateToTimestamp.plugin.php
MODX Plugin to convert TV date inputs to unix timestamp. By @theboxer
<?php
/*
* DateToTimestamp Plugin for MODX Revolution
* @code @theboxer
* @comments @sepiariver
*
* DateToTimestamp is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
@xom9k
xom9k / find_it.php
Created December 13, 2016 18:42 — forked from gvozdb/find_it.php
Скрипт рекурсивно ищет строку в файлах каталога
<?php
/**
* Поместить в корень каталога, в котором необходимо произвести рекурсивный поиск.
*
* find_it.php?str=find_string
*/
class FindIt
{
@xom9k
xom9k / template.html
Created January 12, 2016 03:39 — forked from alroniks/template.html
Yandex.Weather Snippet for MODX
[[!weather?
&cityId=`26850`
&tpl=`weather.tpl`
&cacheTime=`7200`
]]