Awesome List Updates on Mar 24, 2015
3 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Unity
Utilities
- UnityToolbag (⭐1.6k) - Collection of miscellaneous open source scripts and helpers for Unity 5.0.
2. Awesome Ruby
Implementations/Compilers
- JRuby (⭐3.8k) - A Java implementation of the Ruby language.
- MRuby (⭐5.3k) - Lightweight Ruby. Can be linked and embedded in your application.
- Opal (⭐4.8k) - Ruby to Javascript compiler.
- Rubinius (⭐3.1k) - An implementation of the Ruby programming language. Rubinius includes a bytecode virtual machine, Ruby syntax parser, bytecode compiler, generational garbage collector, just-in-time (JIT) native machine code compiler, and Ruby Core and Standard libraries.
3. Awesome Pascal
General Libraries
- Spring4D.
[Delphi]
Open-source code library for Embarcadero Delphi 2010 and higher. It consists of a number of different modules that contain a base class library (common types, interface based collection types, reflection extensions) and a dependency injection framework. Includes Encryption Library. // Collections and other containers using Generics and based on IEnumerable, probably more accurate and featured than RTL analogs; crypto: CRC, DES, MD5, SHA; file utils etc
Audio
- NewAC - New Audio Components (abandoned, list of forks on GH here).
[Delphi]
Designed to help your Delphi programs perform different sound processing tasks. With NewAC you can play audio stored in many formats (wav, Ogg Vorbis, FLAC, Monkey Audio, WavPack, MP3, Windows WMA, DTS, AC-3 (Dolby Surround), VOB (DVD files)). // Playback, recording, tag read/write, some audio editing tasks and conversions
Single controls
- VirtualTreeView (⭐564).
[Delphi]
(VirtualTreeView-Lazarus (⭐42) port to FPC[FPC]
). Treeview control built from ground up. Many years of development made it one of the most flexible and advanced tree controls available today. // Extremely flexible visual component implementing virtual (callback-based) MVC paradigm. Could be also used as a listview or grid. Used in RAD Studio GUI.
Viewers
- ATViewer (mirror at GitHub (⭐44)).
[Delphi]
Delphi components to view various file types: text, binary, images, multimedia, webpages, etc. // Used in Universal Viewer software. Could be used to display hex dumps, features fast display of unlimited size files/streams. Supports Total Commander Lister plugins.
Scripting
- Delphi-JavaScript.
[Delphi]
JavaScript engine for delphi based on Mozilla's Spidermonkey. // Spidermonkey DLL required
Memory managers
- FastMM (⭐403).
[Delphi]
Lightning fast replacement memory manager for Embarcadero Delphi Win32 and Win64 applications that is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. // Used as stock memory manager since 2006 but in simplified version. Provides powerful memory leak/corruption detection instruments.
System
- OmniThreadLibrary (⭐421).
[Delphi]
Simple to use threading library for Delphi. // Easy integration of async processes in your app
RAD Studio IDE plugins/wizards
- DDevExtensions (⭐107). Extends the Delphi/C++Builder IDE by adding some new productivity features. // Many useful IDE tweaks, must have.
- VCL Fix Pack. Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions. If you want all IDE Fix Pack fixes in your application this unit is what you are looking for. Adding the unit to your project (Delphi and C++Builder) automatically installs the patches that are available for your Delphi/C++Builder version. // Actual for Delphi/C++ 6..2009
- Prev: Mar 25, 2015
- Next: Mar 23, 2015