People of Nit
By Maintainer
Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com>,
Alexandre Terrasa <alexandre@moz-code.org>,
Alexis Laferrière <alexis.laf@xymus.net>,
Floréal Morandat <morandat@lirmm.fr>,
Frédéric Vachon <fredvac@gmail.com>,
Guilherme Mansur <guilhermerpmansur@gmail.com>,
Jean Privat <jean@pryen.org>,
Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>,
Julien Pagès <julien.projet@gmail.com>,
Jérémie Levet <jeremielevet@gmail.com>,
Louis-Vincent Boudreault <lv.boudreault95@gmail.com>,
Lucas Bajolet <r4pass@hotmail.com>,
Mehdi Ait Younes <overpex@gmail.com>,
PatrickBlanchette <PatrickBlanchette@users.noreply.github.com>,
Philippe Pépos Petitclerc <ppeposp@gmail.com>,
Romain Chanoir <romain.chanoir@viacesi.fr> and
Thibaud Lasserre <lasserre1992@gmail.com>Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com> (1)
Alexandre Terrasa <alexandre@moz-code.org> (20)
- array_debug - Exposes functions to help profile or debug Arrays.
- config - Configuration options for nit tools and apps
- csv - CSV document handling.
- dot - Dot rendering library
- fca - Formal Concept Analysis
- github - Nit wrapper for Github API
- html - HTML output facilities
- ini -
ini - Read and write INI configuration files - logger - A simple logger for Nit
- markdown - A markdown parser for Nit.
- markdown2
- missions - Missions
- mongodb - MongoDB Nit Driver.
- neo4j - Neo4j connector through its JSON REST API using curl.
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- nlp - Nit wrapper for Stanford CoreNLP
- popcorn - Popcorn
- re_parser - RE Parser
- trees - General module for tree data structures
- vsm - Vector Space Model
Alexis Laferrière <alexis.laf@xymus.net> (77)
- a_star - A* pathfinding in graphs
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- android - Android platform support and APIs
- app - app.nit, a framework for portable applications
- asteronits - Sample portable 2D game implemented with the
simple_2d API of gamnit - bcm2835 - Services to control the bcm2835 chipset used in the Raspberry Pi
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- binary - Read and write binary data with any
Reader and Writer - bucketed_game - Game framework with an emphasis on efficient event coordination
- c - Structures and services for compatibility with the C language
- calculator - Portable calculator built using app.nit
- cocoa - Cocoa API, the development layer of OS X
- cpp - Services for compatibility with C++ code and libraries
- curl - Data transfer powered by the native curl library
- darpg - Devil's Avocados, a Recipe Preparation Game
- draw_operation - Sample program which draws an arithmetic operation to the terminal
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- emscripten - Platform for the emscripten framework
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- fonts_showcase - Simple application to display and test the behavior the different
TextSprites settings. - fonts_showcase - Simple application to display and test the behavior the different
TextSprites settings. - gamnit - Portable game and multimedia framework for Nit
- gamnit
- gen_nit - Support to generate and otherwise manipulate Nit code
- github_search_for_jni - Seach Github for repositories possibly using the JNI.
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- gtk - GTK+ widgets and services
- header_keeper
- hello_nitpm
- inkscape_tools - tools to extract images from SVG files:
svg_to_icons for app icons and svg_to_png_and_nit for game sprites - ios - iOS support for app.nit
- java - Supporting services for the FFI with Java and to access Java libraries
- json - read and write JSON formatted text
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- linux - Implementation of app.nit for the Linux platform
- matrix - Services for matrices of
Float values - md5 - Native MD5 digest implementation as
Text::md5 - mnit
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- mpd - Music Player Daemon client library
- mpi - Implementation of the Message Passing Interface protocol by wrapping OpenMPI
- msgpack - MessagePack, an efficient binary serialization format
- nitcorn - Lightweight framework for Web applications development
- nitester
- nitpm_test_cycle - Test package importing in a nitpm dependency cycle
- nitpm_test_imports - Test package importing other nitpm packages
- nitpm_test_versions - Test package with multiple versions, see its Git tags and branches
- noise - Noise generators
PerlinNoise and InterpolatedNoise - objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- performance_analysis - Services to gather information on the performance of events by categories
- physical_interface_for_mpd_on_rpi - Backend to a hardware interface to control an MPD server from a Raspberry Pi
- posix - Services conforming to POSIX
- privileges - Process privileges management utilities
- prompt - Basic services to display a prompt
- pthreads - POSIX Threads support
- realtime - Services to keep time of the wall clock time
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2) and SDL_image 2.0 (as sdl2::image). - sendmail - Send emails using the
sendmail program - serialization - Abstract serialization services
- signals - ANSI C signal handling
- socket - Socket services
- sort_downloads - Script to sort content of a folder in many folders according to their names.
- sputnit -
- sqlite3 - Services to manipulate a Sqlite3 database
- template - Template for a 2D gamnit game
- template - Template for a 2D gamnit game
- tinks - Tinks! a multiplayer crossplatform action game with destructible procedurally generated worlds
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- triangle
- triangle
- x11 - Services from the X11 library
- xdg_basedir - Services for using the XDG Base Directory specification
- xymus_net - Web server source and config of xymus.net
Floréal Morandat <morandat@lirmm.fr> (2)
Frédéric Vachon <fredvac@gmail.com> (1)
Guilherme Mansur <guilhermerpmansur@gmail.com> (1)
Jean Privat <jean@pryen.org> (41)
- ai - Simple library for basic artificial intelligence algorithms
- cartesian - Memory-efficient Cartesian products on heterogeneous collections.
- circular_list - Example of an implementation of circular lists
- clock - Example of a simple wall clock class with generalized getters and setters.
- clock_more - A beefed up example of the
clock module that show class refinement. - combinations - Memory-efficient Cartesian products, combinations and permutation on collections.
- core - Nit common library of core classes and methods
- counter - Simple numerical statistical analysis and presentation
- curses - Curses for Nit
- deriving - Automatic derivable implementations of standard basic methods.
- event_queue - Register, update and discard events in a timeline.
- fibonacci - Simple example of refinement where a method is added to the integer class.
- for_abuse - Service management through the
for control structure. - github_merge - Query the Github PR API to perform a merge
- hash_debug - Inject behavior analysis to hash-collections (HashMap, HashSet, etc.)
- hello_world
- int_stack - An example that defines and uses stacks of integers.
- leapfrog - game of leapfrog: be a sheep and avoid the duck to grab apples
- logic - First-order logic data structure and algorithm.
- memplot - Program to transform
memory.log files produced by nitc --trace-memory into a csv file - meta - Simple user-defined meta-level to manipulate types of instances as object.
- montecarlo - Approximation of Pi using a Monte Carlo simulation.
- more_collections - Highly specific, but useful, collections-related classes.
- nitc - Nit compiler and tools
- nitcc - nitcc, a parser and lexer generator for Nit
- nitcc_runtime - Runtime library required by parsers and lexers generated by nitcc
- niti_runtime - Runtime library to loop around the main program for each line in file-name arguments
- nitin - An experimental Nit interactive interpreter
- opts - Management of options on the command line
- ordered_tree - Manipulation and presentation of ordered trees.
- pipeline - Pipelined filters and operations on iterators.
- poset - Pre order sets and partial order set (ie hierarchies)
- print_arguments - Example of how to print the arguments of the command line.
- procedural_array - Example of a procedural program (without explicit class definition).
- rosettacode - Various tasks from Rosetta Code
- scene2d - Framework for 2D management of game elements
- shibuqam - Gather the authenticated users on UQAM websites.
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
- standard - Old module implicitly imported by the old compiler.
- symbol - Library for simple interning of strings
- template - Basic template system
Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com> (4)
- console - Defines some ANSI Terminal Control Escape Sequences.
- progression - Event-based interface to track the progression of an operation.
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.
Julien Pagès <julien.projet@gmail.com> (1)
Jérémie Levet <jeremielevet@gmail.com> (1)
Louis-Vincent Boudreault <lv.boudreault95@gmail.com> (1)
- functional - Nit functional types and Iterator API
Lucas Bajolet <r4pass@hotmail.com> (15)
- base64 - Offers the base 64 encoding and decoding algorithms
- bitmap - The Bitmap class represents a 24-bit bitmap image. An instance can be constructed
- brainfuck - Brainfuck
- brewnit - Brewnit
- crypto - Mix of all things cryptography-related
- dom - Easy XML DOM parser
- gettext - Internationalization of Strings using
gettext library - opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- parser_base - Simple base for hand-made parsers of all kinds
- ropes_debug - Exposes methods for debugging ropes when needed.
- rubix - Rubix-cube modelization library
- sexp - S-Expression parsing facilities
- sha1 - Provides methods to compute the SHA1 hash of a String
- text_stat - Injects stat-calculating functionalities to Text and its variants
- websocket - Adds support for a websocket connection in Nit
Mehdi Ait Younes <overpex@gmail.com> (1)
- date - Services to manipulate
Date, Time and DateTime
PatrickBlanchette <PatrickBlanchette@users.noreply.github.com> (1)
- gmp - Multi precision integer and rational number using gmp lib
Philippe Pépos Petitclerc <ppeposp@gmail.com> (1)
- crapto - Cryptographic attacks and utilities.
Romain Chanoir <romain.chanoir@viacesi.fr> (2)
- actors - Nit Actor Model
- geometry - Basic geometry data structures and services.
Thibaud Lasserre <lasserre1992@gmail.com> (1)
By Contributor
Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com>,
Alexandre Terrasa <alexandre@moz-code.org>,
Alexis Laferrière <alexis.laf@xymus.net>,
Christophe Gigax <christophe.gigax@viacesi.fr>,
Floréal Morandat <morandat@lirmm.fr>,
Frederic Sevillano,
Frédéric Vachon <fredvac@gmail.com>,
Guilherme Mansur <guilhermerpmansur@gmail.com>,
Guillaume Auger,
Jean Privat <jean@pryen.org>,
Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>,
Jean-Philippe Caissy <jean-philippe.caissy@shopify.com>,
Jean-Sebastien Gelinas <calestar@gmail.com>,
Johan Kayser <johan.kayser@viacesi.fr>,
Johann Dubois <johann.dubois@outlook.com>,
Julien Pagès <julien.projet@gmail.com>,
Justin Michaud-Ouellette,
Jérémie Levet <jeremielevet@gmail.com>,
Louis-Vincent Boudreault <lv.boudreault95@gmail.com>,
Lucas Bajolet <r4pass@hotmail.com>,
Maxime Bélanger,
Mehdi Ait Younes <overpex@gmail.com>,
PatrickBlanchette <PatrickBlanchette@users.noreply.github.com>,
Philippe Pepos Petitclerc <ppeposp@gmail.com>,
Philippe Pépos Petitclerc <ppeposp@gmail.com>,
Romain Chanoir <romain.chanoir@viacesi.fr>,
Stephan Michaud and
Thibaud Lasserre <lasserre1992@gmail.com>Alexandre Blondin Massé <alexandre.blondin.masse@gmail.com> (2)
- core - Nit common library of core classes and methods
- graph
Alexandre Terrasa <alexandre@moz-code.org> (20)
- array_debug - Exposes functions to help profile or debug Arrays.
- config - Configuration options for nit tools and apps
- csv - CSV document handling.
- dot - Dot rendering library
- fca - Formal Concept Analysis
- github - Nit wrapper for Github API
- html - HTML output facilities
- ini -
ini - Read and write INI configuration files - logger - A simple logger for Nit
- markdown - A markdown parser for Nit.
- markdown2
- missions - Missions
- mongodb - MongoDB Nit Driver.
- neo4j - Neo4j connector through its JSON REST API using curl.
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- nlp - Nit wrapper for Stanford CoreNLP
- popcorn - Popcorn
- re_parser - RE Parser
- trees - General module for tree data structures
- vsm - Vector Space Model
Alexis Laferrière <alexis.laf@xymus.net> (77)
- a_star - A* pathfinding in graphs
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- android - Android platform support and APIs
- app - app.nit, a framework for portable applications
- asteronits - Sample portable 2D game implemented with the
simple_2d API of gamnit - bcm2835 - Services to control the bcm2835 chipset used in the Raspberry Pi
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- binary - Read and write binary data with any
Reader and Writer - bucketed_game - Game framework with an emphasis on efficient event coordination
- c - Structures and services for compatibility with the C language
- calculator - Portable calculator built using app.nit
- cocoa - Cocoa API, the development layer of OS X
- cpp - Services for compatibility with C++ code and libraries
- curl - Data transfer powered by the native curl library
- darpg - Devil's Avocados, a Recipe Preparation Game
- draw_operation - Sample program which draws an arithmetic operation to the terminal
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- emscripten - Platform for the emscripten framework
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- fonts_showcase - Simple application to display and test the behavior the different
TextSprites settings. - fonts_showcase - Simple application to display and test the behavior the different
TextSprites settings. - gamnit - Portable game and multimedia framework for Nit
- gamnit
- gen_nit - Support to generate and otherwise manipulate Nit code
- github_search_for_jni - Seach Github for repositories possibly using the JNI.
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- gtk - GTK+ widgets and services
- header_keeper
- hello_nitpm
- inkscape_tools - tools to extract images from SVG files:
svg_to_icons for app icons and svg_to_png_and_nit for game sprites - ios - iOS support for app.nit
- java - Supporting services for the FFI with Java and to access Java libraries
- json - read and write JSON formatted text
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- linux - Implementation of app.nit for the Linux platform
- matrix - Services for matrices of
Float values - md5 - Native MD5 digest implementation as
Text::md5 - mnit
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- mpd - Music Player Daemon client library
- mpi - Implementation of the Message Passing Interface protocol by wrapping OpenMPI
- msgpack - MessagePack, an efficient binary serialization format
- nitcorn - Lightweight framework for Web applications development
- nitester
- nitpm_test_cycle - Test package importing in a nitpm dependency cycle
- nitpm_test_imports - Test package importing other nitpm packages
- nitpm_test_versions - Test package with multiple versions, see its Git tags and branches
- noise - Noise generators
PerlinNoise and InterpolatedNoise - objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- performance_analysis - Services to gather information on the performance of events by categories
- physical_interface_for_mpd_on_rpi - Backend to a hardware interface to control an MPD server from a Raspberry Pi
- posix - Services conforming to POSIX
- privileges - Process privileges management utilities
- prompt - Basic services to display a prompt
- pthreads - POSIX Threads support
- realtime - Services to keep time of the wall clock time
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2) and SDL_image 2.0 (as sdl2::image). - sendmail - Send emails using the
sendmail program - serialization - Abstract serialization services
- signals - ANSI C signal handling
- socket - Socket services
- sort_downloads - Script to sort content of a folder in many folders according to their names.
- sputnit -
- sqlite3 - Services to manipulate a Sqlite3 database
- template - Template for a 2D gamnit game
- template - Template for a 2D gamnit game
- tinks - Tinks! a multiplayer crossplatform action game with destructible procedurally generated worlds
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- triangle
- triangle
- x11 - Services from the X11 library
- xdg_basedir - Services for using the XDG Base Directory specification
- xymus_net - Web server source and config of xymus.net
Christophe Gigax <christophe.gigax@viacesi.fr> (1)
- core - Nit common library of core classes and methods
Floréal Morandat <morandat@lirmm.fr> (2)
Frederic Sevillano (1)
- nitcorn - Lightweight framework for Web applications development
Frédéric Vachon <fredvac@gmail.com> (2)
- core - Nit common library of core classes and methods
- readline - GNU readline library wrapper
Guilherme Mansur <guilhermerpmansur@gmail.com> (1)
Guillaume Auger (1)
- nitcorn - Lightweight framework for Web applications development
Jean Privat <jean@pryen.org> (158)
- a_star - A* pathfinding in graphs
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- actors - Nit Actor Model
- ai - Simple library for basic artificial intelligence algorithms
- android - Android platform support and APIs
- app - app.nit, a framework for portable applications
- array_debug - Exposes functions to help profile or debug Arrays.
- asteronits - Sample portable 2D game implemented with the
simple_2d API of gamnit - base64 - Offers the base 64 encoding and decoding algorithms
- bcm2835 - Services to control the bcm2835 chipset used in the Raspberry Pi
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- binary - Read and write binary data with any
Reader and Writer - bitmap - The Bitmap class represents a 24-bit bitmap image. An instance can be constructed
- brainfuck - Brainfuck
- bucketed_game - Game framework with an emphasis on efficient event coordination
- c - Structures and services for compatibility with the C language
- calculator - Portable calculator built using app.nit
- cartesian - Memory-efficient Cartesian products on heterogeneous collections.
- circular_list - Example of an implementation of circular lists
- clock - Example of a simple wall clock class with generalized getters and setters.
- clock_more - A beefed up example of the
clock module that show class refinement. - cocoa - Cocoa API, the development layer of OS X
- combinations - Memory-efficient Cartesian products, combinations and permutation on collections.
- config - Configuration options for nit tools and apps
- console - Defines some ANSI Terminal Control Escape Sequences.
- core - Nit common library of core classes and methods
- counter - Simple numerical statistical analysis and presentation
- cpp - Services for compatibility with C++ code and libraries
- crapto - Cryptographic attacks and utilities.
- crypto - Mix of all things cryptography-related
- csv - CSV document handling.
- curl - Data transfer powered by the native curl library
- curses - Curses for Nit
- date - Services to manipulate
Date, Time and DateTime - deriving - Automatic derivable implementations of standard basic methods.
- dom - Easy XML DOM parser
- dot - Dot rendering library
- draw_operation - Sample program which draws an arithmetic operation to the terminal
- dummy_array
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- emscripten - Platform for the emscripten framework
- event_queue - Register, update and discard events in a timeline.
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- fca - Formal Concept Analysis
- fibonacci - Simple example of refinement where a method is added to the integer class.
- filter_stream
- fonts_showcase - Simple application to display and test the behavior the different
TextSprites settings. - for_abuse - Service management through the
for control structure. - functional - Nit functional types and Iterator API
- gamnit - Portable game and multimedia framework for Nit
- gen_nit - Support to generate and otherwise manipulate Nit code
- geometry - Basic geometry data structures and services.
- gettext - Internationalization of Strings using
gettext library - github - Nit wrapper for Github API
- github_merge - Query the Github PR API to perform a merge
- github_search_for_jni - Seach Github for repositories possibly using the JNI.
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- gmp - Multi precision integer and rational number using gmp lib
- graph
- gtk - GTK+ widgets and services
- hash_debug - Inject behavior analysis to hash-collections (HashMap, HashSet, etc.)
- header_keeper
- hello_world
- html - HTML output facilities
- ini -
ini - Read and write INI configuration files - inkscape_tools - tools to extract images from SVG files:
svg_to_icons for app icons and svg_to_png_and_nit for game sprites - int_stack - An example that defines and uses stacks of integers.
- ios - iOS support for app.nit
- java - Supporting services for the FFI with Java and to access Java libraries
- json - read and write JSON formatted text
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
- leapfrog - game of leapfrog: be a sheep and avoid the duck to grab apples
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- linux - Implementation of app.nit for the Linux platform
- logger - A simple logger for Nit
- logic - First-order logic data structure and algorithm.
- markdown - A markdown parser for Nit.
- markdown2
- matrix - Services for matrices of
Float values - md5 - Native MD5 digest implementation as
Text::md5 - memplot - Program to transform
memory.log files produced by nitc --trace-memory into a csv file - meta - Simple user-defined meta-level to manipulate types of instances as object.
- missions - Missions
- mnit
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- mongodb - MongoDB Nit Driver.
- montecarlo - Approximation of Pi using a Monte Carlo simulation.
- more_collections - Highly specific, but useful, collections-related classes.
- mpd - Music Player Daemon client library
- mpi - Implementation of the Message Passing Interface protocol by wrapping OpenMPI
- msgpack - MessagePack, an efficient binary serialization format
- neo4j - Neo4j connector through its JSON REST API using curl.
- nitc - Nit compiler and tools
- nitcc - nitcc, a parser and lexer generator for Nit
- nitcc_runtime - Runtime library required by parsers and lexers generated by nitcc
- nitcorn - Lightweight framework for Web applications development
- nitester
- niti_runtime - Runtime library to loop around the main program for each line in file-name arguments
- nitin - An experimental Nit interactive interpreter
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- nlp - Nit wrapper for Stanford CoreNLP
- noise - Noise generators
PerlinNoise and InterpolatedNoise - objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
- opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- opts - Management of options on the command line
- ordered_tree - Manipulation and presentation of ordered trees.
- parser_base - Simple base for hand-made parsers of all kinds
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- perfect_hashing - Perfect hashing and perfect numbering
- performance_analysis - Services to gather information on the performance of events by categories
- physical_interface_for_mpd_on_rpi - Backend to a hardware interface to control an MPD server from a Raspberry Pi
- pipeline - Pipelined filters and operations on iterators.
- popcorn - Popcorn
- poset - Pre order sets and partial order set (ie hierarchies)
- posix - Services conforming to POSIX
- postgresql
- print_arguments - Example of how to print the arguments of the command line.
- privileges - Process privileges management utilities
- procedural_array - Example of a procedural program (without explicit class definition).
- progression - Event-based interface to track the progression of an operation.
- prompt - Basic services to display a prompt
- pthreads - POSIX Threads support
- re_parser - RE Parser
- readline - GNU readline library wrapper
- realtime - Services to keep time of the wall clock time
- ropes_debug - Exposes methods for debugging ropes when needed.
- rosettacode - Various tasks from Rosetta Code
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- rubix - Rubix-cube modelization library
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.
- scene2d - Framework for 2D management of game elements
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2) and SDL_image 2.0 (as sdl2::image). - sendmail - Send emails using the
sendmail program - serialization - Abstract serialization services
- sexp - S-Expression parsing facilities
- sha1 - Provides methods to compute the SHA1 hash of a String
- shibuqam - Gather the authenticated users on UQAM websites.
- signals - ANSI C signal handling
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
- socket - Socket services
- sort_downloads - Script to sort content of a folder in many folders according to their names.
- sqlite3 - Services to manipulate a Sqlite3 database
- standard - Old module implicitly imported by the old compiler.
- symbol - Library for simple interning of strings
- template - Basic template system
- template - Template for a 2D gamnit game
- text_stat - Injects stat-calculating functionalities to Text and its variants
- tinks - Tinks! a multiplayer crossplatform action game with destructible procedurally generated worlds
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- trees - General module for tree data structures
- triangle
- vsm - Vector Space Model
- websocket - Adds support for a websocket connection in Nit
- x11 - Services from the X11 library
- xdg_basedir - Services for using the XDG Base Directory specification
- xymus_net - Web server source and config of xymus.net
Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com> (5)
- console - Defines some ANSI Terminal Control Escape Sequences.
- core - Nit common library of core classes and methods
- progression - Event-based interface to track the progression of an operation.
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.
Jean-Philippe Caissy <jean-philippe.caissy@shopify.com> (1)
- nitcorn - Lightweight framework for Web applications development
Jean-Sebastien Gelinas <calestar@gmail.com> (1)
- core - Nit common library of core classes and methods
Johan Kayser <johan.kayser@viacesi.fr> (1)
- core - Nit common library of core classes and methods
Johann Dubois <johann.dubois@outlook.com> (1)
- core - Nit common library of core classes and methods
Julien Pagès <julien.projet@gmail.com> (2)
- core - Nit common library of core classes and methods
- perfect_hashing - Perfect hashing and perfect numbering
Justin Michaud-Ouellette (1)
- nitcorn - Lightweight framework for Web applications development
Jérémie Levet <jeremielevet@gmail.com> (1)
Louis-Vincent Boudreault <lv.boudreault95@gmail.com> (1)
- functional - Nit functional types and Iterator API
Lucas Bajolet <r4pass@hotmail.com> (16)
- base64 - Offers the base 64 encoding and decoding algorithms
- bitmap - The Bitmap class represents a 24-bit bitmap image. An instance can be constructed
- brainfuck - Brainfuck
- brewnit - Brewnit
- crypto - Mix of all things cryptography-related
- dom - Easy XML DOM parser
- gettext - Internationalization of Strings using
gettext library - missions - Missions
- opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- parser_base - Simple base for hand-made parsers of all kinds
- ropes_debug - Exposes methods for debugging ropes when needed.
- rubix - Rubix-cube modelization library
- sexp - S-Expression parsing facilities
- sha1 - Provides methods to compute the SHA1 hash of a String
- text_stat - Injects stat-calculating functionalities to Text and its variants
- websocket - Adds support for a websocket connection in Nit
Maxime Bélanger (1)
- nitcorn - Lightweight framework for Web applications development
Mehdi Ait Younes <overpex@gmail.com> (1)
- date - Services to manipulate
Date, Time and DateTime
PatrickBlanchette <PatrickBlanchette@users.noreply.github.com> (1)
- gmp - Multi precision integer and rational number using gmp lib
Philippe Pepos Petitclerc <ppeposp@gmail.com> (1)
Philippe Pépos Petitclerc <ppeposp@gmail.com> (1)
- crapto - Cryptographic attacks and utilities.
Romain Chanoir <romain.chanoir@viacesi.fr> (3)
- actors - Nit Actor Model
- core - Nit common library of core classes and methods
- geometry - Basic geometry data structures and services.
Stephan Michaud (1)
- nitcorn - Lightweight framework for Web applications development
Thibaud Lasserre <lasserre1992@gmail.com> (1)