Skip to content

Instantly share code, notes, and snippets.

View dmitry-kabanov's full-sized avatar

Dmitry Kabanov, PhD dmitry-kabanov

View GitHub Profile
@dmitry-kabanov
dmitry-kabanov / HW1_2.5.3.ipynb
Created May 10, 2021 11:35
Rare event simulation problem
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dmitry-kabanov
dmitry-kabanov / Examples-for-Slava.ipynb
Last active January 18, 2017 11:50
Examples of time series for Slava
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dmitry-kabanov
dmitry-kabanov / SplClassLoader.php
Created February 9, 2012 15:22 — forked from jwage/SplClassLoader.php
PSR-0 Compatible Autoloader
<?php
/**
* SplClassLoader implementation that implements the technical interoperability
* standards for PHP 5.3 namespaces and class names.
*
* http://groups.google.com/group/php-standards/web/final-proposal
*
* // Example which loads classes for the Doctrine Common package in the
* // Doctrine\Common namespace.
@dmitry-kabanov
dmitry-kabanov / gist:1647014
Created January 20, 2012 11:51
Formats XML document in Vim
silent 1,$!xmllint --format --recover - 2>/dev/null