fp-units-win-math-3.2.2

Free Pascal - math units

The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries.

libslopy7.6

queries for a selection from the user and prints the region to stdout

slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout. It grabs the mouse and turns it into a crosshair, lets the user click and drag to make a selection (or click on a window) while drawing a pretty box around it, then finally prints the selection's dimensions to stdout.

fp-units-win-misc

Free Pascal - miscellaneous units dependency package

The Free Pascal Compiler is an Object Pascal compiler supporting both Delphi and Turbo Pascal 7.0 dialects, as well as Mac Pascal dialects. It provides a completely portable RunTime Library (RTL) available on many platforms and compatible with Turbo Pascal, along with a platform-independent class-based Free Component Library (FCL) adding many Delphi extensions and interfacing with many popular open source libraries.

node-react-dom

node-react library to serve as the entry point to the DOM

node-react is a library for building JavaScript user interfaces.

node-scheduler

JavaScript library for cooperative scheduling in a browser environment

node-react is a library for building JavaScript user interfaces.

node-react-shallow-renderer

Shallow renderer for testing ReactJS modules

When writing unit tests for React, shallow rendering can be helpful. Shallow rendering permits one to render a component "one level deep" and assert facts about what its render method returns, without worrying about the behavior of child components, which are not instantiated or rendered. This does not require a DOM.