Project moved to https://github.com/devote/localstorage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* XDomainRequest polyfill for HTML4 browsers (IE7, IE6, etc.) v0.1.0 | |
* | |
* Required: jClass 1.4.0+ | |
* | |
* Copyright 2012-2014, Dmitriy Pakhtinov ( spb.piksel@gmail.com ) | |
* | |
* http://spb-piksel.ru/ - https://github.com/devote | |
* | |
* Dual licensed under the MIT and GPL licenses: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Basic</title> | |
<script src="/history.js"></script> | |
<script src="/page.js"></script> | |
<script src="/history-plugin.js"></script> | |
</head> | |
<body> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Component является общим предком всех классов компонентов. | |
* | |
* @author <a href="mailto:spb.piksel@gmail.com">Dmitrii Pakhtinov</a> | |
* @requires jClass | |
* @version 2.0 | |
* @date 12/20/2012 | |
* | |
* @namespace SP | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Конвертер регулярного выражения | |
* | |
* @author Pakhtinov Dmitriy | |
* @copyright 2012 Pakhtinov Dmitriy | |
* @data 14.11.2012 | |
*/ | |
class PCREConverter { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CSS API for Internet Explorer v0.0.1 | |
* | |
* Copyright 2012, Dmitriy Pakhtinov ( spb.piksel@gmail.com ) | |
* | |
* http://spb-piksel.ru/ | |
* | |
* Dual licensed under the MIT and GPL licenses: | |
* http://www.opensource.org/licenses/mit-license.php | |
* http://www.gnu.org/licenses/gpl.html |