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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:7d43:: with SMTP id y64mr1198687qkc.168.1568680860989; Mon, 16 Sep 2019 17:41:00 -0700 (PDT) X-Received: by 2002:a9d:744d:: with SMTP id p13mr794925otk.76.1568680860723; Mon, 16 Sep 2019 17:41:00 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no2755023qtl.0!news-out.google.com!q23ni537qtl.1!nntp.google.com!o24no2755015qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 16 Sep 2019 17:41:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.35; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.35 References: <5d7e7062$0$26376$e4fe514c@news.kpn.nl> <66b91423-3a62-4890-b11a-69499a896a54@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <40c46be8-bf36-467b-93d5-15450424ad68@googlegroups.com> Subject: Re: GitHub contributions From: Anh Vo Injection-Date: Tue, 17 Sep 2019 00:41:00 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57164 Date: 2019-09-16T17:41:00-07:00 List-Id: On Monday, September 16, 2019 at 2:57:48 PM UTC-7, Keith Thompson wrote: > 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'.) I got it now. Thanks for your info. Anh Vo