Pinned Repositories
BigZip
PHP class library for writing and reading big zip files in a streaming way (doesn't use much memory)
context-menu
Simple JavaScript class for context menus.
custom-select
Customized view for HTML 'select' tag. Allows checkboxes in dropdown for multiselect.
huge-grid
A jQuery plugin that allows displaying table with huge amounts of data while having a small performance hit.
HugeArray
PHP class that implementis array functionality but uses disk instead of memory to store data.
IGE
IGE (Intellectual Game Engine) is a LGPL licensed .NET class library that can be used to create games and can be of some use in creating applications.
IGE.Audio
This library is a part of IGE (https://github.com/destrofer/IGE).
IGE.Common
This library is a part of IGE (https://github.com/destrofer/IGE).
IGE.Data
This library is a part of IGE (https://github.com/destrofer/IGE).
xmemcached
A fast memory caching service
destrofer's Repositories
destrofer/BigZip
PHP class library for writing and reading big zip files in a streaming way (doesn't use much memory)
destrofer/xmemcached
A fast memory caching service
destrofer/huge-grid
A jQuery plugin that allows displaying table with huge amounts of data while having a small performance hit.
destrofer/context-menu
Simple JavaScript class for context menus.
destrofer/custom-select
Customized view for HTML 'select' tag. Allows checkboxes in dropdown for multiselect.
destrofer/HugeArray
PHP class that implementis array functionality but uses disk instead of memory to store data.
destrofer/IGE
IGE (Intellectual Game Engine) is a LGPL licensed .NET class library that can be used to create games and can be of some use in creating applications.
destrofer/IGE.Audio
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Common
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Data
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Graphics
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Input
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Logistics
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Net
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Physics
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Unix.API
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Win32.API
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Win32.NativeInput
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Win32.NativeMultimedia
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Win32.OpenAL
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Platform.Win32.OpenGL
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Scripting
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Universe
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/IGE.Video
This library is a part of IGE (https://github.com/destrofer/IGE).
destrofer/PhpHelperLibrary
A PHP 5.5 class library to make coders life easier.
destrofer/sql-migrate-tool
Simple tool written in PHP that executes and keeps track of executed SQL files
destrofer/ubuntu-apache-php-root
Sources for a docker container that runs Apache with PHP using FastCGI. All PHP scripts executed in this container have root user privileges.
destrofer/XLSXStreamReader
PHP class library for reading data from XLSX files without extracting them to disk and loading them into memory entirely.
destrofer/XLSXStreamWriter
XLSXStreamWriter class for writing very big amounts of data to .xlsx files.
destrofer/yii2-sortable-gridview
Sortable GridView for Yii2