Open
Conversation
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
privat
reviewed
Aug 23, 2018
| * [Running the tests](#Running-the-tests) | ||
| * [Authors](#Authors) | ||
|
|
||
| A single graph may have different properties according to the `PathContext` used |
|
|
||
| ## Features | ||
|
|
||
| [[features: actors | mentities: actors::Actor;actors::Mailbox;actors::Message;actors::Proxy;actors::ShutDownMessage;actors::Future;actors::SynchronizedCounter;actors::ActorClockAgent;actors::ActorAgent;actors::MessageClockAgent;actors::ClockAgentMessagenb_steps;actors::ClockAgentMessageagents;actors::ClockAgentMessagenb_finished;actors::ClockAgentMessagedo_step;actors::ClockAgentMessagefinished_step;actors::MessageAgent;actors::AgentMessagedo_step;actors::AgentMessageend_step;actors::AgentMessageothers;actors::AgentMessagecount;actors::AgentMessagegreet;actors::AgentMessagegreet_back;actors::ProxyClockAgent;actors::ProxyAgent;actors::ActorCreature;actors::MessageCreature;actors::CreatureMessageplace;actors::CreatureMessagecolor;actors::CreatureMessageid;actors::CreatureMessagecount;actors::CreatureMessagesamecount;actors::CreatureMessagerun;actors::CreatureMessageto_string;actors::ProxyCreature;actors::ActorFannkuchRedux;actors::MessageFannkuchRedux;actors::FannkuchReduxMessagep;actors::FannkuchReduxMessagepp;actors::FannkuchReduxMessagecount;actors::FannkuchReduxMessageprint_p;actors::FannkuchReduxMessagefirst_permutation;actors::FannkuchReduxMessagenext_permutation;actors::FannkuchReduxMessagecount_flips;actors::FannkuchReduxMessagerun_task;actors::FannkuchReduxMessagerun;actors::ProxyFannkuchRedux;actors::ActorWorker;actors::MessageWorker;actors::WorkerMessageget_byte;actors::WorkerMessageput_line;actors::WorkerMessagework;actors::ProxyWorker;actors::ActorA;actors::MessageA;actors::AMessagefoo;actors::AMessagebar;actors::ProxyA;actors::ActorThreadRing;actors::MessageThreadRing;actors::ThreadRingMessageid;actors::ThreadRingMessagenext;actors::ThreadRingMessagesend_token;actors::ProxyThreadRing]] |
There was a problem hiding this comment.
est-ce vraiment maintenable une telle liste?
|
|
||
| ## Features | ||
|
|
||
| * `AMessagebar` |
| * [Features](#Features) | ||
| * [Authors](#Authors) | ||
|
|
||
| This module provides basic logging facilities, advanced logging can be |
There was a problem hiding this comment.
mauvais texte. ca devrait pas commencer par ca
|
|
||
| ### Dependencies | ||
|
|
||
| This project requires the following packages: |
There was a problem hiding this comment.
toutes les dépendances sont pas 'required' vu que android fournit des implem pour des api abstraites optionelles
|
|
||
| ## Features | ||
|
|
||
| * `Buzzer` |
| @@ -0,0 +1,34 @@ | |||
| # `binary` - Read and write binary data with any `Reader` and `Writer` | |||
|
|
|||
| ~~~ | |||
|
|
||
| ## Features | ||
|
|
||
| * `BinaryStream` - A stream of binary data |
| For information on the bitmap format, see | ||
| http://en.wikipedia.org/wiki/BMP_file_format | ||
|
|
||
| A module containing classes for manipulating bitmap images |
| * [Running the tests](#Running-the-tests) | ||
| * [Authors](#Authors) | ||
|
|
||
| ~~~nitish |
privat
reviewed
Aug 23, 2018
| Collection[Int] X Collection[String] -> Collection[(Int,String)] | ||
|
|
||
| However, in Nit, there in no native *tuple* type. | ||
| So we need a first building block, a pair. |
|
|
||
| Properties: | ||
|
|
||
| * `Cartesian::swap` - Returns a new Cartesian where the first collection is the second. |
There was a problem hiding this comment.
Une liste d'un élément est louche.
swap n'est pas si intéressant à mettre dans le readme
| This wrapper of the Cocoa API regroups the Foundation Kit and the | ||
| Application Kit. | ||
|
|
||
| Example from `cocoa::cocoa_extern_types`: |
|
|
||
| Properties: | ||
|
|
||
| * `IniConfig::config_file` - Return the config file path from options or the default |
|
|
||
| ## Features | ||
|
|
||
| ### `TermClearDisplay` - ANSI/VT100 code to clear the entire display and move the cursor to the top left of screen (ED 2). |
There was a problem hiding this comment.
mineur: enlever cette classe (ou mettre à la fin)
|
|
||
| See http://getbootstrap.com/components/ | ||
|
|
||
| Example from `html::html_page`: |
There was a problem hiding this comment.
l'exemple utilise pas bootstrap. a remonter
| page.write_to stdout | ||
| page.write_to_file("nit.html") | ||
| ~~~ | ||
|
|
|
|
||
| ## Features | ||
|
|
||
| ### `ConfigTree` - A configuration tree that can read and store data in ini format |
|
|
||
| ## Getting Started | ||
|
|
||
| These instructions will get you a copy of the project up and running on your local machine. |
|
|
||
| ### `dynamic` - Dynamic interface to read values from JSON strings | ||
|
|
||
| Most services are in `JsonValue`, which is created by `Text::to_json_value`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.