From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: GitHub contributions Date: Mon, 16 Sep 2019 14:57:47 -0700 Organization: None to speak of Message-ID: References: <5d7e7062$0$26376$e4fe514c@news.kpn.nl> <66b91423-3a62-4890-b11a-69499a896a54@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: reader02.eternal-september.org; posting-host="8d80149c37a6637b9f9386eba2221a39"; logging-data="3909"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+PQF+lOeYlMLQ5cQ0CK+uX" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:PEnt80qLHEVxfOIIxwBWTM8LkFQ= sha1:xKk6dKZiBrD8EPQn1gWd5no1y1A= Xref: reader01.eternal-september.org comp.lang.ada:57163 Date: 2019-09-16T14:57:47-07:00 List-Id: Anh Vo writes: > On Sunday, September 15, 2019 at 10:09:56 AM UTC-7, ldries46 wrote: >> I posted three Ada contributions on GitHub under the name of ldries46. >> Three are: >> 1. A standard way to Initiate a program. The program will be initiated with >> a number of parameters which have been set in the last use of the program. >> The method is not Operating system dependent. >> 2. Three ways of using memory. The stack, the pipe and the random access >> buffer all of these methods are only limited by the physical amount of >> memory the Operating system can reach >> 3. A way of creating a new project with a Gtk(Ada) with the use of a program >> that converts a Template project into a project you want to use. > > Thank you for sharing your work. > > Could you provide a link to it. Searching for "Idries46" under github > site returns 0 result. https://github.com/ldries46 (The first letter is 'L', not 'I'.) -- Keith Thompson (The_Other_Keith) kst-u@mib.org Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */