Skip to content

uli123abc/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived Source Code

Several older (and maybe outdated) small libraries and code snippets that had been originally published on my personal website.

kyoto_tycoon: Kyoto Tycoon Binary protocol

Code to access the Kyoto Tycoon database system with Python and PHP usings its efficient binary protocol. The implementation follows the original documentation of the protocol. This library was created to use Kyoto Tycoon as a database caching layer for my web application Album Reminder.

Documentation:

aws_hmac_signer: Product Advertising API REST Requests with PHP and Python

One of the first implementation of the HMAC SHA256 signing procedure for accessing the Amazon Product Advertising API with REST requests. Both a PHP and a Python version is available.

Documentation:

antialiased_arcs: Rendering Antialiased Filled Arcs, Ellipses and Circles with PHP and GD

A simple yet effective method to render filled arcs with PHP. People used that to create pie diagrams and other dynamic visual effects. It might still be in use on certain websites.

Documentation and end-user comments:

opengl_blur: Blurring on Graphics Cards without Shaders

A demonstration on how to achieve a visual blurring effect without using shader programming by making use of the texture filtering behaviour.

Documentation and examples:

About

Archive of small code snippets and libraries

Resources

License

Stars

Watchers

Forks