Packages in Nit
Highlighted Packages
- core - Nit common library of core classes and methods
- nitcorn - Lightweight framework for Web applications development
- nitc - Nit compiler and tools
- gamnit - Portable game and multimedia framework for Nit
- android - Android platform support and APIs
- popcorn - Popcorn
- objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
- nitcc - nitcc, a parser and lexer generator for Nit
Most Required
- xymus_net - Web server source and config of xymus.net
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- nitin - An experimental Nit interactive interpreter
- nitc - Nit compiler and tools
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- sputnit -
- tinks - Tinks! a multiplayer crossplatform action game with destructible procedurally generated worlds
- nitGains - NitGains
- gamnit
- dawn_arrival - DAWN ARRIVAL
By First Tag
ai,
algo,
brewing,
cli,
config,
console,
crypto,
database,
debug,
devel,
dot,
educ,
embedded,
encoding,
example,
fca,
format,
functional,
game,
graphics,
i18n,
io,
java,
language,
lib,
logging,
maths,
mobile,
network,
nlp,
parallelism,
platform,
re,
sound,
terminal,
ui,
web,
wrapper and
xmlai (2)
- ai - Simple library for basic artificial intelligence algorithms
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
algo (18)
- a_star - A* pathfinding in graphs
- cartesian - Memory-efficient Cartesian products on heterogeneous collections.
- circular_list - Example of an implementation of circular lists
- combinations - Memory-efficient Cartesian products, combinations and permutation on collections.
- counter - Simple numerical statistical analysis and presentation
- dummy_array
- for_abuse - Service management through the
for
control structure. - geometry - Basic geometry data structures and services.
- graph
- logic - First-order logic data structure and algorithm.
- more_collections - Highly specific, but useful, collections-related classes.
- noise - Noise generators
PerlinNoise
and InterpolatedNoise
- ordered_tree - Manipulation and presentation of ordered trees.
- perfect_hashing - Perfect hashing and perfect numbering
- pipeline - Pipelined filters and operations on iterators.
- poset - Pre order sets and partial order set (ie hierarchies)
- rubix - Rubix-cube modelization library
- trees - General module for tree data structures
brewing (1)
cli (4)
- github_merge - Query the Github PR API to perform a merge
- github_search_for_jni - Seach Github for repositories possibly using the JNI.
- opts - Management of options on the command line
- sort_downloads - Script to sort content of a folder in many folders according to their names.
config (1)
- config - Configuration options for nit tools and apps
console (1)
- prompt - Basic services to display a prompt
crypto (2)
- crapto - Cryptographic attacks and utilities.
- crypto - Mix of all things cryptography-related
database (4)
- mongodb - MongoDB Nit Driver.
- neo4j - Neo4j connector through its JSON REST API using curl.
- postgresql
- sqlite3 - Services to manipulate a Sqlite3 database
debug (5)
- array_debug - Exposes functions to help profile or debug Arrays.
- hash_debug - Inject behavior analysis to hash-collections (HashMap, HashSet, etc.)
- performance_analysis - Services to gather information on the performance of events by categories
- ropes_debug - Exposes methods for debugging ropes when needed.
- text_stat - Injects stat-calculating functionalities to Text and its variants
devel (9)
- gen_nit - Support to generate and otherwise manipulate Nit code
- header_keeper
- inkscape_tools - tools to extract images from SVG files:
svg_to_icons
for app icons and svg_to_png_and_nit
for game sprites - memplot - Program to transform
memory.log
files produced by nitc --trace-memory
into a csv file - nitc - Nit compiler and tools
- nitcc - nitcc, a parser and lexer generator for Nit
- nitester
- nitin - An experimental Nit interactive interpreter
- objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
dot (1)
- dot - Dot rendering library
educ (2)
- missions - Missions
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
embedded (2)
encoding (3)
- base64 - Offers the base 64 encoding and decoding algorithms
- md5 - Native MD5 digest implementation as
Text::md5
- sha1 - Provides methods to compute the SHA1 hash of a String
example (18)
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- asteronits - Sample portable 2D game implemented with the
simple_2d
API of gamnit - calculator - Portable calculator built using app.nit
- 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. - draw_operation - Sample program which draws an arithmetic operation to the terminal
- fibonacci - Simple example of refinement where a method is added to the integer class.
- hello_nitpm
- hello_world
- int_stack - An example that defines and uses stacks of integers.
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- montecarlo - Approximation of Pi using a Monte Carlo simulation.
- nitGains - NitGains
- 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
- triangle
- triangle
fca (1)
- fca - Formal Concept Analysis
- csv - CSV document handling.
- html - HTML output facilities
- ini -
ini
- Read and write INI configuration files - json - read and write JSON formatted text
- markdown - A markdown parser for Nit.
- markdown2
- msgpack - MessagePack, an efficient binary serialization format
- parser_base - Simple base for hand-made parsers of all kinds
- sexp - S-Expression parsing facilities
functional (1)
- functional - Nit functional types and Iterator API
game (13)
- bucketed_game - Game framework with an emphasis on efficient event coordination
- darpg - Devil's Avocados, a Recipe Preparation Game
- dawn_arrival - DAWN ARRIVAL
- 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
- leapfrog - game of leapfrog: be a sheep and avoid the duck to grab apples
- scene2d - Framework for 2D management of game elements
- sputnit -
- 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
graphics (3)
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2
) and SDL_image 2.0 (as sdl2::image
).
i18n (1)
- gettext - Internationalization of Strings using
gettext
library
io (2)
java (3)
- java - Supporting services for the FFI with Java and to access Java libraries
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
language (3)
- brainfuck - Brainfuck
- c - Structures and services for compatibility with the C language
- cpp - Services for compatibility with C++ code and libraries
lib (20)
- app - app.nit, a framework for portable applications
- bitmap - The Bitmap class represents a 24-bit bitmap image. An instance can be constructed
- core - Nit common library of core classes and methods
- date - Services to manipulate
Date
, Time
and DateTime
- deriving - Automatic derivable implementations of standard basic methods.
- event_queue - Register, update and discard events in a timeline.
- linux - Implementation of app.nit for the Linux platform
- matrix - Services for matrices of
Float
values - meta - Simple user-defined meta-level to manipulate types of instances as object.
- mnit
- 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
- privileges - Process privileges management utilities
- progression - Event-based interface to track the progression of an operation.
- readline - GNU readline library wrapper
- realtime - Services to keep time of the wall clock time
- serialization - Abstract serialization services
- standard - Old module implicitly imported by the old compiler.
- symbol - Library for simple interning of strings
- template - Basic template system
logging (1)
- logger - A simple logger for Nit
maths (1)
- gmp - Multi precision integer and rational number using gmp lib
mobile (1)
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
network (7)
- curl - Data transfer powered by the native curl library
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- nitcorn - Lightweight framework for Web applications development
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- sendmail - Send emails using the
sendmail
program - socket - Socket services
- websocket - Adds support for a websocket connection in Nit
nlp (2)
- nlp - Nit wrapper for Stanford CoreNLP
- vsm - Vector Space Model
parallelism (3)
- actors - Nit Actor Model
- mpi - Implementation of the Message Passing Interface protocol by wrapping OpenMPI
- pthreads - POSIX Threads support
- android - Android platform support and APIs
- emscripten - Platform for the emscripten framework
re (1)
sound (1)
- mpd - Music Player Daemon client library
terminal (1)
- console - Defines some ANSI Terminal Control Escape Sequences.
ui (3)
- curses - Curses for Nit
- gtk - GTK+ widgets and services
- x11 - Services from the X11 library
web (7)
- github - Nit wrapper for Github API
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- popcorn - Popcorn
- shibuqam - Gather the authenticated users on UQAM websites.
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- xymus_net - Web server source and config of xymus.net
wrapper (6)
- cocoa - Cocoa API, the development layer of OS X
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- ios - iOS support for app.nit
- posix - Services conforming to POSIX
- signals - ANSI C signal handling
- xdg_basedir - Services for using the XDG Base Directory specification
xml (3)
- dom - Easy XML DOM parser
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.
By Any Tag
ai,
algo,
apk,
brewing,
cli,
config,
console,
crypto,
database,
debug,
devel,
dot,
educ,
embedded,
encoding,
example,
fca,
format,
functional,
game,
graph,
graphics,
graphviz,
i18n,
ini,
io,
java,
language,
lib,
logging,
maths,
mobile,
network,
nlp,
options,
parallelism,
platform,
re,
sound,
terminal,
tryit,
types,
ui,
visualization,
vsm,
web,
wrapper and
xmlai (2)
- ai - Simple library for basic artificial intelligence algorithms
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
algo (20)
- a_star - A* pathfinding in graphs
- 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
- combinations - Memory-efficient Cartesian products, combinations and permutation on collections.
- counter - Simple numerical statistical analysis and presentation
- crypto - Mix of all things cryptography-related
- dummy_array
- for_abuse - Service management through the
for
control structure. - geometry - Basic geometry data structures and services.
- graph
- logic - First-order logic data structure and algorithm.
- more_collections - Highly specific, but useful, collections-related classes.
- noise - Noise generators
PerlinNoise
and InterpolatedNoise
- ordered_tree - Manipulation and presentation of ordered trees.
- perfect_hashing - Perfect hashing and perfect numbering
- pipeline - Pipelined filters and operations on iterators.
- poset - Pre order sets and partial order set (ie hierarchies)
- rubix - Rubix-cube modelization library
- trees - General module for tree data structures
apk (10)
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- asteronits - Sample portable 2D game implemented with the
simple_2d
API of gamnit - benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- calculator - Portable calculator built using app.nit
- darpg - Devil's Avocados, a Recipe Preparation Game
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- nitGains - NitGains
- sputnit -
- tinks - Tinks! a multiplayer crossplatform action game with destructible procedurally generated worlds
- tnitter - Tnitter, a Twitter-like micro-blogging platform
brewing (1)
cli (17)
- github_merge - Query the Github PR API to perform a merge
- github_search_for_jni - Seach Github for repositories possibly using the JNI.
- header_keeper
- inkscape_tools - tools to extract images from SVG files:
svg_to_icons
for app icons and svg_to_png_and_nit
for game sprites - jwrapper - Generator of Nit extern classes to wrap Java APIs.
- missions - Missions
- nitc - Nit compiler and tools
- nitcc - nitcc, a parser and lexer generator for Nit
- nitester
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
- opts - Management of options on the command line
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- physical_interface_for_mpd_on_rpi - Backend to a hardware interface to control an MPD server from a Raspberry Pi
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
- sort_downloads - Script to sort content of a folder in many folders according to their names.
config (1)
- config - Configuration options for nit tools and apps
console (1)
- prompt - Basic services to display a prompt
crypto (2)
- crapto - Cryptographic attacks and utilities.
- crypto - Mix of all things cryptography-related
database (4)
- mongodb - MongoDB Nit Driver.
- neo4j - Neo4j connector through its JSON REST API using curl.
- postgresql
- sqlite3 - Services to manipulate a Sqlite3 database
debug (5)
- array_debug - Exposes functions to help profile or debug Arrays.
- hash_debug - Inject behavior analysis to hash-collections (HashMap, HashSet, etc.)
- performance_analysis - Services to gather information on the performance of events by categories
- ropes_debug - Exposes methods for debugging ropes when needed.
- text_stat - Injects stat-calculating functionalities to Text and its variants
devel (10)
- gen_nit - Support to generate and otherwise manipulate Nit code
- header_keeper
- inkscape_tools - tools to extract images from SVG files:
svg_to_icons
for app icons and svg_to_png_and_nit
for game sprites - jwrapper - Generator of Nit extern classes to wrap Java APIs.
- memplot - Program to transform
memory.log
files produced by nitc --trace-memory
into a csv file - nitc - Nit compiler and tools
- nitcc - nitcc, a parser and lexer generator for Nit
- nitester
- nitin - An experimental Nit interactive interpreter
- objcwrapper - Generator of Nit extern classes to wrap Objective-C services.
dot (1)
- dot - Dot rendering library
educ (2)
- missions - Missions
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
embedded (2)
encoding (3)
- base64 - Offers the base 64 encoding and decoding algorithms
- md5 - Native MD5 digest implementation as
Text::md5
- sha1 - Provides methods to compute the SHA1 hash of a String
example (26)
- action_nitro - Action Nitro! an action platformer where you jump from plane to plane to reach the ISS and defeat the bad guys.
- asteronits - Sample portable 2D game implemented with the
simple_2d
API of gamnit - calculator - Portable calculator built using app.nit
- 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. - draw_operation - Sample program which draws an arithmetic operation to the terminal
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- fibonacci - Simple example of refinement where a method is added to the integer class.
- 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. - hello_nitpm
- hello_world
- int_stack - An example that defines and uses stacks of integers.
- model_viewer - Sample portable 3D app implemented with the gamnit depth framework
- montecarlo - Approximation of Pi using a Monte Carlo simulation.
- nitGains - NitGains
- 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
- simplan - A simple planning problem solver using A* for a robot that delivers parcels.
- template - Template for a 2D gamnit game
- template - Template for a 2D gamnit game
- triangle
- triangle
- xymus_net - Web server source and config of xymus.net
fca (1)
- fca - Formal Concept Analysis
- csv - CSV document handling.
- html - HTML output facilities
- ini -
ini
- Read and write INI configuration files - json - read and write JSON formatted text
- markdown - A markdown parser for Nit.
- markdown2
- msgpack - MessagePack, an efficient binary serialization format
- parser_base - Simple base for hand-made parsers of all kinds
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.
- sexp - S-Expression parsing facilities
functional (1)
- functional - Nit functional types and Iterator API
game (13)
- bucketed_game - Game framework with an emphasis on efficient event coordination
- darpg - Devil's Avocados, a Recipe Preparation Game
- dawn_arrival - DAWN ARRIVAL
- 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
- leapfrog - game of leapfrog: be a sheep and avoid the duck to grab apples
- scene2d - Framework for 2D management of game elements
- sputnit -
- 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
graph (1)
- dot - Dot rendering library
graphics (3)
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2
) and SDL_image 2.0 (as sdl2::image
).
graphviz (1)
- dot - Dot rendering library
i18n (1)
- gettext - Internationalization of Strings using
gettext
library
ini (1)
- config - Configuration options for nit tools and apps
io (2)
java (3)
- java - Supporting services for the FFI with Java and to access Java libraries
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- jwrapper - Generator of Nit extern classes to wrap Java APIs.
language (3)
- brainfuck - Brainfuck
- c - Structures and services for compatibility with the C language
- cpp - Services for compatibility with C++ code and libraries
lib (109)
- a_star - A* pathfinding in graphs
- 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.
- base64 - Offers the base 64 encoding and decoding algorithms
- bcm2835 - Services to control the bcm2835 chipset used in the Raspberry Pi
- 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
- bucketed_game - Game framework with an emphasis on efficient event coordination
- c - Structures and services for compatibility with the C language
- cartesian - Memory-efficient Cartesian products on heterogeneous collections.
- 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
- 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
- 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.
- fca - Formal Concept Analysis
- filter_stream
- for_abuse - Service management through the
for
control structure. - gamnit - Portable game and multimedia framework for Nit
- gamnit
- geometry - Basic geometry data structures and services.
- gettext - Internationalization of Strings using
gettext
library - github - Nit wrapper for Github API
- 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.)
- html - HTML output facilities
- ini -
ini
- Read and write INI configuration files - 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
- 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
- meta - Simple user-defined meta-level to manipulate types of instances as object.
- mnit
- mongodb - MongoDB Nit Driver.
- 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.
- nitcc_runtime - Runtime library required by parsers and lexers generated by nitcc
- nitcorn - Lightweight framework for Web applications development
- niti_runtime - Runtime library to loop around the main program for each line in file-name arguments
- nlp - Nit wrapper for Stanford CoreNLP
- noise - Noise generators
PerlinNoise
and InterpolatedNoise
- 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
- perfect_hashing - Perfect hashing and perfect numbering
- performance_analysis - Services to gather information on the performance of events by categories
- 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
- privileges - Process privileges management utilities
- progression - Event-based interface to track the progression of an operation.
- prompt - Basic services to display a prompt
- pthreads - POSIX Threads support
- readline - GNU readline library wrapper
- realtime - Services to keep time of the wall clock time
- ropes_debug - Exposes methods for debugging ropes when needed.
- 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
- signals - ANSI C signal handling
- socket - Socket services
- 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
- text_stat - Injects stat-calculating functionalities to Text and its variants
- trees - General module for tree data structures
- 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
logging (1)
- logger - A simple logger for Nit
maths (1)
- gmp - Multi precision integer and rational number using gmp lib
mobile (5)
- app - app.nit, a framework for portable applications
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- calculator - Portable calculator built using app.nit
- nitGains - NitGains
- tnitter - Tnitter, a Twitter-like micro-blogging platform
network (7)
- curl - Data transfer powered by the native curl library
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- nitcorn - Lightweight framework for Web applications development
- rss_downloader - A tool to download files listed in RSS feeds according to local folders.
- sendmail - Send emails using the
sendmail
program - socket - Socket services
- websocket - Adds support for a websocket connection in Nit
nlp (2)
- nlp - Nit wrapper for Stanford CoreNLP
- vsm - Vector Space Model
options (1)
- config - Configuration options for nit tools and apps
parallelism (3)
- actors - Nit Actor Model
- mpi - Implementation of the Message Passing Interface protocol by wrapping OpenMPI
- pthreads - POSIX Threads support
- android - Android platform support and APIs
- emscripten - Platform for the emscripten framework
re (1)
sound (1)
- mpd - Music Player Daemon client library
terminal (3)
- console - Defines some ANSI Terminal Control Escape Sequences.
- curses - Curses for Nit
- leapfrog - game of leapfrog: be a sheep and avoid the duck to grab apples
tryit (4)
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- tnitter - Tnitter, a Twitter-like micro-blogging platform
types (1)
- functional - Nit functional types and Iterator API
ui (3)
- curses - Curses for Nit
- gtk - GTK+ widgets and services
- x11 - Services from the X11 library
visualization (1)
- dot - Dot rendering library
vsm (1)
web (11)
- benitlux - An unofficial app and mailing list to keep faithful bargoers informed of the beers available at the excellent Brasserie Bénélux.
- brewnit - Brewnit
- github - Nit wrapper for Github API
- missions - Missions
- nitiwiki - nitiwiki, a simple wiki manager based on markdown.
- opportunity - Opportunity is a web-application written in Nit to plan meetups with people in real-life (or on the internet, why not !).
- pep8analysis - Pep/8 Analysis, static checker to detect bugs and bad programming practices in Pep/8 programs
- popcorn - Popcorn
- shibuqam - Gather the authenticated users on UQAM websites.
- tnitter - Tnitter, a Twitter-like micro-blogging platform
- xymus_net - Web server source and config of xymus.net
wrapper (18)
- c - Structures and services for compatibility with the C language
- 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
- curses - Curses for Nit
- egl - Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
- extern_methods - Sample program using extern methods implemented in C and other FFI services
- glesv2 - OpenGL graphics rendering library for embedded systems, version 2.0
- gtk - GTK+ widgets and services
- ios - iOS support for app.nit
- java - Supporting services for the FFI with Java and to access Java libraries
- jvm - Java Virtual Machine invocation API and others services from the JNI C API
- libevent - Low-level wrapper around the libevent library to manage events on file descriptors
- posix - Services conforming to POSIX
- pthreads - POSIX Threads support
- sdl2 - This is a low-level wrapper of the SDL 2.0 library (as
sdl2
) and SDL_image 2.0 (as sdl2::image
). - signals - ANSI C signal handling
- xdg_basedir - Services for using the XDG Base Directory specification
xml (3)
- dom - Easy XML DOM parser
- sax - Core SAX APIs.
- saxophonit - A SAX 2 parser in Nit.