Categories: None [Edit]
RubyInline
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for the required API.
== Features/Problems:
* Quick and easy inlining of your C or C++ code embedded in your ruby script.
* Extendable to work with other languages.
* Automatic conversion between ruby and C basic types
* char, unsigned, unsigned int, char *, int, long, unsigned long
* inline_c_raw exists for when the automatic conversion isn't sufficient.
* Only recompiles if the inlined code has changed.
* Pretends to be secure.
* Only requires standard ruby libraries, nothing extra to download.
Total
Ranking: 2,404 of 196,106
Downloads: 9,379,632
Daily
Ranking: 3,188 of 196,079
Downloads: 1,634
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 3,215 | 5,002,580 | fuzzy-string-match |
| 4,949 | 1,685,035 | osx_keychain |
| 8,167 | 548,523 | ParseTree |
| 11,568 | 252,185 | png |
| 11,612 | 249,692 | image_science |
| 12,272 | 223,175 | goat |
| 12,402 | 217,830 | fastimage_resize |
| 14,409 | 160,675 | rbbt-dm |
| 20,288 | 86,788 | fastruby |
| 24,590 | 64,464 | mincore |
| 24,590 | 64,464 | mincore |
| 30,826 | 46,396 | inci_score |
| 31,519 | 44,972 | dimus-taxamatch_rb |
| 33,676 | 41,075 | rod |
| 39,905 | 32,583 | scout-gear |
| 44,304 | 28,383 | locomotive_carrierwave |
| 47,224 | 26,068 | fuzzy_tools |
| 48,955 | 24,801 | zenprofile |
| 53,521 | 21,898 | KellyMahan-memcachedb-client |
| 54,348 | 21,475 | ryeppp |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | zenspider |