Ports Search

Results 5,5615,570 of 5,623 for /devel/.(0.005 seconds)
devel/devise-async-0.10.1 (Score: 0.032514982)
Send Devise emails in background
Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.
devel/sdl2-2.0.4 (Score: 0.032514982)
Cross-platform multimedia development API
This library is designed to make it easy to write games that run on UNIX, Win32, MacOS X and other platforms using the various native high-performance media interfaces (for video, audio, etc) and presenting a single source-code level API to your application. This is a fairly low level API, but using this, completely portable applications can be written with a great deal of flexibility.
devel/devise-4.2.0 (Score: 0.032514982)
Flexible authentication solution for Rails with Warden
devel/php70-7.0.11 (Score: 0.032514982)
The sysvsem shared extension for php
devel/php70-7.0.11 (Score: 0.032514982)
The sysvshm shared extension for php
devel/listen-3.1.5 (Score: 0.032514982)
Listen to file modifications and notify about the changes
The Listen gem listens to file modifications and notifies you about the changes. Features: - Works everywhere! - Supports watching multiple directories from a single listener. - OS-specific adapters for Mac OS X 10.6+, Linux and Windows. - Automatic fallback to polling if OS-specific adapter doesn't work. - Detects files modification, addidation and removal. - Checksum comparaison for modifications made under the same second. - Allows supplying regexp-patterns to ignore and filter paths for better results. - Tested on all Ruby environments via travis-ci.
devel/recaptcha-3.3.0 (Score: 0.032514982)
Helpers for the reCAPTCHA API
This plugin adds helpers for the reCAPTCHA API
devel/ruby_dep-1.2.0 (Score: 0.032514982)
Creates a version constraint of supported Rubies
Creates a version constraint of supported Rubies,suitable for a gemspec file
devel/windows_error-0.0.2 (Score: 0.032514982)
Provides a way to look up Windows NTSTATUS and Win32 Error Codes
The WindowsError gem provides an easily accessible reference for standard Windows API Error Codes. It allows you to do comparisons as well as direct lookups of error codes to translate the numerical value returned by the API, into a meaningful and human readable message.
devel/shedskin-0.9.4 (Score: 0.032514982)
Experimental (restricted) Python-to-C++ compiler
Shed Skin is an experimental compiler, that can translate pure, but implicitly statically typed Python (2.4-2.6) programs into optimized C++. It can generate stand-alone programs or extension modules that can be imported and used in larger Python programs. Besides the typing restriction, programs cannot freely use the Python standard library (although about 25 common modules, such as `random' and `re', are currently supported). Also, not all Python features, such as nested functions and variable numbers of arguments, are supported.