peteroupc.github.io icon indicating copy to clipboard operation
peteroupc.github.io copied to clipboard

Pages about my projects

peteroupc.github.io

This is the repository for the peteroupc.github.io site. It will contain information on several of my projects on GitHub.

--Peter O.

Articles

Open-source articles on programming subjects.

PDF Versions

HTML/JavaScript

  • html3dutil: A public domain JavaScript library for easing the development of HTML 3D applications.
  • html-gears: An HTML5 3D implementation of the public domain sample, gears.c
  • canvasback: Displays an HTML canvas-based background that draws boxes in about the same color as the background color
  • colorpicker: A color picker in JavaScript. Supports adapters for integrating other popular color pickers, and can use native color selection controls. In the public domain.
  • IdnaJS: A JavaScript implementation of IDNA 2008 and Unicode normalization
  • BigNumber: An arbitrary-precision arithmetic library for JavaScript

C-sharp

  • Fuzzer: This is a program that generates slightly altered versions of data files, for testing algorithms that parse file formats.
  • colorvalidator: This is a library for parsing and generating HTML and CSS colors.
  • petero-csharp: Library containing utility methods and classes.
  • CBOR: A C# implementation of Concise Binary Object Representation (RFC 7049).
  • Enriched: C# program that converts text/enriched files to HTML
  • MailLib: A portable library in C# and Java for parsing Internet mail messages
  • Encoding: A portable library in C# and Java for character encodings
  • TurtleParser: A portable library in C# and Java for parsing the Turtle RDF format
  • Calculator: A calculator for .NET, intended to demonstrate two features of the CBOR library: its arbitrary-precision arithmetic capabilities, and its data serialization possibilities.