Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Rust (programming language)

Compare

Claimed by Mozilla Foundation Analyzed 23 minutes ago

Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. It provides both high-level features and low-level control: algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety ... [More] , optional garbage collection, concurrency without data races, minimal runtime, efficient FFI. [Less]

1.86M lines of code

640 current contributors

about 10 hours since last commit

54 users on Open Hub

Very High Activity
4.78947
   
I Use This

Rascal MPL

Compare

  No analysis available

Rascal is a domain specific language for source code analysis and manipulation a.k.a. meta-programming. It is currently being developed and tested at CWI. No formal release has been made yet, but there are alpha quality previews available.

0 lines of code

12 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

Thrust: Parallel Template Library

Compare

  No analysis available

Thrust is a CUDA library of parallel algorithms with an interface resembling the C++ Standard Template Library (STL). Thrust provides a flexible high-level interface for GPU programming that greatly enhances developer productivity. Develop high-performance applications rapidly with Thrust!

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
4.66667
   
I Use This
Mostly written in language not available
Licenses: apache_2

icarus-lang

Compare

  Analyzed about 17 hours ago

Programming language designed as an experiment to explore static verification of mutation contracts. A hybrid imperative/functional language designed to explore the boundary between these 2 paradigms - trying to port some of the lessons and advantages from functional programming back to a more ... [More] traditional imperative style. Allows controlled mutation and aliasing, but only when both caller and callee agree to it. No global mutable state. [Less]

35.9K lines of code

1 current contributors

about 5 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

Olena

Compare

Claimed by EPITA Research and Developm... No analysis available

Olena is a platform dedicated to image processing and pattern recognition. Its core component is a generic and efficient C++ library, Milena. Milena provides a framework to implement simple, fast, safe, reusable and extensible image processing tool chains. The library provides many ready-to-use ... [More] algorithms and image data structures. Algorithms are built upon classical entities from the image processing field. This design allows developers and practitioners to easily understand, modify, develop and extend new algorithms while retaining the core traits of Milena: genericity and efficiency. The Olena platform also features additional modules such as Swilena, a component exposing Milena to other languages thanks to SWIG, and the SCRIBO module for Document Image Analysis. [Less]

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

Nana C++ Library

Compare

  Analyzed about 10 hours ago

Nana C++ Library takes aim at easy-to-use and portable library, it provides a GUI framework and threads for easy programming with modern C++ methods. Software framework for cross-platform GUI programming in standard and modern C++11, threads, with Object Oriented and Generic programing. It means ... [More] that Nana works great with features, such as lambdas, concurrency, the STL and so on. You will not need to use or learn any non standard extension or magic macros for obscure code generation. In fact only very few macros are used, and exclusively for configuration. There aren't any re implementation of string or any other std:: containers. [Less]

74.9K lines of code

19 current contributors

almost 4 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

haskell-lens

Compare

  Analyzed about 23 hours ago

Lenses, Folds, and Traversals - Join us on freenode #haskell-lens

22.3K lines of code

12 current contributors

2 days since last commit

2 users on Open Hub

Low Activity
5.0
 
I Use This

Generic Memory Manager for C++

Compare

  Analyzed about 18 hours ago

Generic Memory Manager is the fastest generic cross-platform C++ memory management library. It is easy in use and easy extensible. It has clear design and implementation. Memory management algorithm bases on memory chunks mapping technology. Generic Memory Manager uses compile time information ... [More] (memory size, chunk size) and performes all possible computations at compile time to improve performance. [Less]

29.3K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Generic STL

Compare

  Analyzed about 21 hours ago

A generic implementation of STL containers and some STL algorithms. It is absolutly independent from external types it use only types declared in type_traits. So containers can be used with any poiner types which satisfies PointerConcept.

37K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Herschel

Compare

  Analyzed about 6 hours ago

Heather is an general-purpose multiparadigm programming language. It is strongly typed, offering type inference and parametric polymorphism ("generics"). It is consequently object oriented (everything is a object, even functions), while its consequent multiple dispatch approach keeps a strong ... [More] functional touch. The object model is class-oriented, supporting multiple inheritance as well as the separation of types ("protocols", "interfaces") and classes. The grammar is regular, small, and (mostly) context free. In particular it can be parsed without symbol tables, and does not require a special preprocessor since it offers powerful hygienic macros as part of the language and special support for conditional compilation. [Less]

107K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This