Ports Search

Results 5,2215,230 of 5,623 for /devel/.(0.005 seconds)
devel/ptreloaded-0.0.1 (Score: 0.032514982)
Reimplementation of ParseTree using RubyInlineAcceleration
ParseTreeReloaded is a reimplementation of ParseTree using RubyInlineAcceleration. The goal is to provide full compatibility to ParseTree while making it easier to build and extend.
devel/pygments.rb-0.6.3 (Score: 0.032514982)
Exposes the pygments syntax highlighter to Ruby
pygments.rb exposes the pygments syntax highlighter to Ruby
devel/r18n-core-2.1.3 (Score: 0.032514982)
i18n tool to translate your Ruby application
R18n is a i18n tool to translate your Ruby application. It has nice Ruby-style syntax, filters, flexible locales, custom loaders, translation support for any classes, time and number localization, several user language support, agnostic core package with out-of-box support for Rails, Sinatra and desktop applications.
devel/racc-1.4.12 (Score: 0.032514982)
LALR(1) parser generator for Ruby
Racc is an LALR(1) parser generator for Ruby. It is written in Ruby and generates Ruby code. Almost all functions of yacc(1) is implemented.
devel/yasm-1.2.0.29 (Score: 0.032514982)
Complete rewrite of the NASM assembler (Development Snapshot)
YASM is a complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.
devel/z80-asm-2.4.p3 (Score: 0.032514982)
Z80 assembly code assembler and disassembler
Z80-asm is a C-source code available package which contains a 2-pass Z80 assembler and a sophisticated Z80 monitor. This monitor can be used as debugger, disassembler, emulator and more for a Z80-CPU.
devel/z80asm-1.8 (Score: 0.032514982)
Assembler for the Z80 microprocessor
z80asm is an assembler for the Z80 microprcessor. The assembler aims to be portable and complete. Of course it assembles all official mnemonics, but it also aims to assemble the unofficial mnemonics. The assembler features the output of listing files which show the source with the assembled codes and address next to it. It also allows outputting of label files, in a format which can be included by other assembler source files. Other noteworthy features are complete calculation capabilities, conditional assembling of parts of the code, and inclusion of other source files. The assembler was written with the MSX computer in mind as the target platform, but it can be used for any system with a Z80 in it. The original idea was to make header files with labels of MSX specific addresses (BIOS, BDOS, system variables), but nothing like this has been done yet.
devel/rack-mini-profiler-0.9.9.2 (Score: 0.032514982)
Profiles loading speed for rack applications
Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.
devel/rack-raw-upload-1.1.1 (Score: 0.032514982)
Converts mimetype of application/octet-stream into normal form input
Middleware that converts files uploaded with mimetype application/octet-stream into normal form input, so Rack applications can read these as normal, rather than as raw input.
Deprecated sanitizer API extracted from Action View
In Rails 4.2 HTML sanitization has been rewritten using a more secure library. This gem includes the old behavior shipping with Rails 4.2 and before. It is strictly provided to ease migration. It will be supported until Rails 5.