- 23 Jul, 2017 5 commits
-
-
acm authored
dfmt is a formatter for D source code. dfmt is beta quality. Make backups of your files or use source control when using the --inplace option. WWW: https://github.com/dlang-community/dfmt
-
acm authored
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n, OpenGL based acceleration - Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in current version) - Mostly inspired by Android UI API (layouts, styles, two phase layout, ...) - Supports highly customizable UI themes and styles - Supports internationalization - Hardware acceleration using OpenGL (when built with version USE_OPENGL) - Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g. opengl dynamic library cannot be loaded) - Actually it's a port (with major refactoring) of GUI library for cross platform OpenGL based implementation of Cool Reader app project from C++. - Non thread safe - all UI operations should be preformed in single thread - Simple 3d engine - allows to embed 3D scenes within GUI WWW: https://github.com/buggins/dlangui
-
acm authored
Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and SDL2_net for the D Programming Language. WWW: https://github.com/DerelictOrg/DerelictSDL2
-
acm authored
The base library for all Derelict packages WWW: https://github.com/DerelictOrg/DerelictUtil
-
acm authored
dlib is a growing collection of native D language libraries useful for various higher-level projects - such as game engines, rendering pipelines and multimedia applications. It is written in D2 and has no external dependencies aside D's standard library, Phobos. WWW: https://github.com/gecko0307/dlib
-
- 22 Jul, 2017 11 commits
-
-
sunpoet authored
PR: 220708
-
acm authored
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD
-
acm authored
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always used through a text editor script or plugin, though it can be used from the command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD
-
acm authored
D-Scanner is a tool for analyzing D source code WWW: https://github.com/dlang-community/D-Scanner
-
acm authored
MessagePack is a binary-based JSON-like serialization library. MessagePack for D is a pure D implementation of MessagePack. WWW: https://github.com/msgpack/msgpack-d
-
acm authored
Library for lexing and parsing D source code. WWW: https://github.com/dlang-community/libdparse
-
acm authored
D implementation of the DDoc macro system WWW: https://github.com/economicmodeling/libddoc
-
acm authored
iz is a general purpose library for the D programming language. It includes streams, containers, a serializer, property binder, Pascal-like sets, Pascal-like properties and more WWW: https://github.com/BBasile/iz
-
acm authored
A compile time ini file parser and writter generator for D. inifile.d takes annotated structs and create ini file parser and writer. The ini file format always comments and section and to some degree nesting. WWW: https://github.com/burner/inifiled
-
acm authored
Basic symbol lookup/resolution for libdparse WWW: https://github.com/dlang-community/dsymbol
-
acm authored
Containers backed on dlang by std.experimental.allocator WWW: https://github.com/economicmodeling/containers
-
- 20 Jul, 2017 1 commit
-
-
tz authored
Ruby bindings to re2, "an efficient, principled regular expression library". WWW: https://github.com/mudge/re2
-
- 16 Jul, 2017 4 commits
-
-
sunpoet authored
Mixlib::Archive is a simple interface to various archive formats. WWW: https://www.chef.io/ WWW: https://github.com/chef/mixlib-archive
-
sunpoet authored
RSpec JUnit Formatter is a formatter of RSpec results for Jenkins and probably a few other CI services. WWW: https://github.com/sj26/rspec_junit_formatter
-
sunpoet authored
ISO8601 is a simple implementation of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard. WWW: https://github.com/arnau/ISO8601
-
sunpoet authored
IniParse is a pure Ruby library for parsing INI configuration and data files. WWW: https://github.com/antw/iniparse
-
- 15 Jul, 2017 2 commits
-
-
sunpoet authored
If you're using Rails 4 strong parameters, you will get a ForbiddenAttributesProtection exceptions when mass-assigning attributes. This gem allows mass assignment. It prevents Mash from responding to :permitted? and therefore triggering this behavior in ForbiddenAttributesProtection. WWW: https://github.com/Maxim-Filimonov/hashie-forbidden_attributes
-
sunpoet authored
- Add PORTSCOUT
-
- 13 Jul, 2017 3 commits
-
-
sunpoet authored
CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It’s a helper library for command-line interfaces. Libraries like Click and Python Prompt Toolkit are amazing tools that help you create quality apps. CLI Helpers complements these libraries by wrapping up common tasks in simple interfaces. CLI Helpers is not focused on your app’s design pattern or framework – you can use it on its own or in combination with other libraries. It’s lightweight and easy to extend. What’s included in CLI Helpers? - Prettyprinting of tabular data with custom pre-processing - [in progress] config file reading/writing WWW: https://pypi.python.org/pypi/cli-helpers WWW: https://github.com/dbcli/cli_helpers
-
sunpoet authored
The API of the csv module in Python 2 is drastically different from the csv module in Python 3. This is due, for the most part, to the difference between str in Python 2 and Python 3. The semantics of Python 3's version are more useful because they support unicode natively, while Python 2's csv does not. WWW: https://pypi.python.org/pypi/backports.csv WWW: https://github.com/ryanhiebert/backports.csv
-
mr authored
-
- 12 Jul, 2017 5 commits
-
-
brnrd authored
- Move from devel/libbrotli to archivers/brotli - Remove meta-project for library build - Bump epoch for meta 1.0 to upstream 0.6 update - Add MOVED entry - Switch from autoconf to cmake PR: 218813, 218851 Submitted by: Markus Kohlmeyer <rootservice@gmail.com> Approved by: maintainer time-out Differential Revision: https://reviews.freebsd.org/D11290
-
swills authored
EasyProcess is an easy to use python subprocess interface. WWW: https://github.com/ponty/EasyProcess PR: 219839 Submitted by: Daniel Ylitalo <daniel@blodan.se>
-
lwhsu authored
-
lwhsu authored
PR: 220206 Submitted by: Jov <amutu@amutu.com>
-
koobs authored
Plugin for setuptools that provides bdist_pkg command for building FreeBSD package artifact. WWW: https://github.com/kxepal/setuptools-pkg [1] Closes https://github.com/kxepal/setuptools-pkg/issues/1
-
- 11 Jul, 2017 1 commit
-
-
sunpoet authored
ddplugin is a library for managing plugins. Designing a library so that third parties can easily extend it greatly improves its usefulness. ddplugin helps solve this problem using plugins, which are classes of a certain type and with a given identifier (Ruby symbol). This code was extracted from Nanoc, where it has been in production for years. WWW: https://github.com/ddfreyne/ddplugin
-
- 08 Jul, 2017 4 commits
-
-
tijl authored
-
swills authored
baf is a toolkit for building command line programs. It also provides cucumber helpers and steps for writing user acceptance tests. WWW: https://rubygems.org/gems/baf PR: 220218 Submitted by: dereks@lifeofadishwasher.com
-
swills authored
RSpec::Its provides the `its` method as a short-hand to specify the expected value of an attribute. WWW: https://github.com/rspec/rspec-its PR: 219978 Submitted by: naito.yuichiro@gmail.com
-
swills authored
This is a simple and easy-to-use Jenkins Api client with features focused on automating Job configuration programaticaly and so forth WWW: https://github.com/arangamani/jenkins_api_client PR: 214106 Reported by: asomers
-
- 07 Jul, 2017 3 commits
- 06 Jul, 2017 1 commit
-
-
jbeich authored
PR: 210614 Submitted by: Timothy Beyer MFH: 2017Q3 RACER = Rust Auto-Complete-er. A utility intended to provide Rust code completion for editors and IDEs. Maybe one day the 'er' bit will be exploring + refactoring or something. https://github.com/phildawes/racer
-