doc_id
stringlengths
36
36
metadata
dict
input
stringlengths
28
4.3k
output
stringlengths
11
5.45k
36661a6c-46b0-4c7b-8398-161eff312fd3
{ "language": "Ada" }
```ada ``` Add a unit test for HTML filter internals
```ada ----------------------------------------------------------------------- -- wiki-filters-html-tests -- Unit tests for wiki HTML filters -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you ...
97cbfd6a-e432-4962-a887-37b8a8aaddc7
{ "language": "Ada" }
```ada ``` Test that ARRAY_RANGE_REF returns an array not an element.
```ada -- RUN: %llvmgcc -c %s -o /dev/null procedure Array_Range_Ref is A : String (1 .. 3); B : String := A (A'RANGE)(1 .. 3); begin null; end; ```
33be0333-cde2-415a-8be8-4af9d510a9b3
{ "language": "Ada" }
```ada ``` Define new generic package for the REST API definition
```ada ----------------------------------------------------------------------- -- asf-rest-operation -- REST API Operation Definition -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
34374b50-a086-4825-80e0-8a0ed91ad2a5
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
6a7eb634-dbe0-4161-b0ce-a292793e818f
{ "language": "Ada" }
```ada ``` Implement new unit test for Parse_Address
```ada ----------------------------------------------------------------------- -- util-mail-tests -- Unit tests for mail -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
c66ad8db-cc93-4a05-9c75-a98027cd9519
{ "language": "Ada" }
```ada ``` Add OAuth client unit tests
```ada ----------------------------------------------------------------------- -- Security-oauth-clients-tests - Unit tests for OAuth -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
8577b026-b6cf-4786-8cd1-f900bf54ef65
{ "language": "Ada" }
```ada ``` Define a method and binding for an Ada bean to receive an uploaded file
```ada ----------------------------------------------------------------------- -- asf-parts -- ASF Parts -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
02b585e6-44b8-4877-be07-6968ebbafd24
{ "language": "Ada" }
```ada ----------------------------------------------------------------------- -- AUnit utils - Helper for writing unit tests -- Copyright (C) 2009, 2010, 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may ...
```ada ----------------------------------------------------------------------- -- AUnit utils - Helper for writing unit tests -- Copyright (C) 2009, 2010, 2011, 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- yo...
ec2b309a-7d87-41c5-889e-d41548034582
{ "language": "Ada" }
```ada ``` Implement the To_Html and To_Text functions
```ada ----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
79a472fb-6f98-4904-a500-9c60d0c8360a
{ "language": "Ada" }
```ada ``` Define the factory for the creation of widget components
```ada ----------------------------------------------------------------------- -- widgets-factory -- Factory for widget Components -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
0afbdc7d-1421-4a65-b29c-05fb4b97069b
{ "language": "Ada" }
```ada ``` Refactor Node_List and references to use Ada Util general references
```ada ----------------------------------------------------------------------- -- wiki-nodes-lists -- Wiki Document Internal representation -- Copyright (C) 2016, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- ...
31446496-b4f5-4bd6-a0ca-30032108169a
{ "language": "Ada" }
```ada ``` Implement the TOC filter to collect the table of content
```ada ----------------------------------------------------------------------- -- wiki-filters-toc -- Filter for the creation of Table Of Contents -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- ...
b149caaa-f7e0-46d4-8d8d-f2def231e33a
{ "language": "Ada" }
```ada ``` Add unit tests for OAuth package and Create_Nonce operation
```ada ----------------------------------------------------------------------- -- Security-oauth-clients-tests - Unit tests for OAuth -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
697dc86b-f819-4b66-83bf-a463c682037e
{ "language": "Ada" }
```ada ``` Implement the atomic counters using the gcc builtins __sync_add_and_fetch_4 and __sync_fetch_and_add_4
```ada ----------------------------------------------------------------------- -- Util.Concurrent -- Concurrent Counters -- Copyright (C) 2009, 2010, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
ede07ba8-d228-41a0-a9a5-1d891ba74db4
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
01aa5d66-d5eb-40f3-b96f-33ba9462b579
{ "language": "Ada" }
```ada ``` Add unit tests for JWT
```ada ----------------------------------------------------------------------- -- Security-oayth-jwt-tests - Unit tests for JSON Web Token -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may...
9bed30fb-bbef-41c2-b25c-3d9431cdc25a
{ "language": "Ada" }
```ada ``` Add a new test for Compress_Stream using LZMA
```ada ----------------------------------------------------------------------- -- util-streams-buffered-lzma-tests -- Unit tests for LZMA buffered streams -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "Licens...
9be5c1ee-0df8-4ddb-878d-b51bf9c1f732
{ "language": "Ada" }
```ada ``` Add a new set of unit tests for the date converter
```ada ----------------------------------------------------------------------- -- asf-converters-tests - Unit tests for ASF.Converters -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
0a2be39e-635e-4f63-aaa6-3197407b48ff
{ "language": "Ada" }
```ada ``` Declare the MAT.Events.Tools package and move the Target_Event_Vectors definition in it
```ada ----------------------------------------------------------------------- -- mat-events-tools - Profiler Events Description -- Copyright (C) 2014, 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
fe0c075e-0fde-4da9-84b5-134baa386d8a
{ "language": "Ada" }
```ada ``` Define an ASF Security package
```ada ----------------------------------------------------------------------- -- asf-security -- ASF Security -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
e1f0171c-d3b0-4c51-9858-4d977ae9282c
{ "language": "Ada" }
```ada ``` Backup store to access files (local, remote, ...)
```ada ----------------------------------------------------------------------- -- babel-stores -- Storage management -- Copyright (C) 2014 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fi...
4945ae94-0d56-481e-a354-d865c614a1ae
{ "language": "Ada" }
```ada ``` Implement the Get_Document_Name function for the Google Code wiki syntax
```ada ----------------------------------------------------------------------- -- gen-artifacts-docs-googlecode -- Artifact for Googlecode documentation format -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "L...
462255c8-504e-4185-a663-9bc50b1836c3
{ "language": "Ada" }
```ada ``` Implement operations for blob streams
```ada ----------------------------------------------------------------------- -- ado-utils-streams -- IO stream utilities -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fi...
962ec065-f001-4036-99e0-341b2d8cfb81
{ "language": "Ada" }
```ada ``` Implement a new test for the HTML filters internal operations
```ada ----------------------------------------------------------------------- -- wiki-filters-html-tests -- Unit tests for wiki HTML filters -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you ...
61a4365f-64da-4547-9038-3fe56a58660d
{ "language": "Ada" }
```ada ``` Define the Wiki.Utils package with To_Html and To_Text functions
```ada ----------------------------------------------------------------------- -- wiki-utils -- Wiki utility operations -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
0c94e1b4-d7db-4382-9ce7-a6b2c71af888
{ "language": "Ada" }
```ada ``` Declare the TLS package for thread local context support
```ada ----------------------------------------------------------------------- -- EL.Contexts.TLS -- EL context and Thread Local Support -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
6c94a34f-a174-4e5e-9f2f-5071fc9251c7
{ "language": "Ada" }
```ada ``` Add example for XML serialization
```ada with Ada.Text_IO; with Util.Serialize.IO.XML; with Util.Streams.Texts; procedure Serialize_Xml is Output : aliased Util.Streams.Texts.Print_Stream; Stream : Util.Serialize.IO.XML.Output_Stream; begin Output.Initialize (Size => 10000); Stream.Initialize (Output => Output'Unchecked_Access); ...
4c1d310b-2c11-491e-9dd8-aeed26830d53
{ "language": "Ada" }
```ada ``` Define the set of string package
```ada ----------------------------------------------------------------------- -- Util-strings-sets -- Set of strings -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
e7b0e0c2-d5b4-484a-91db-5b0d0c4a1583
{ "language": "Ada" }
```ada ``` Implement the unit tests on datasets to verify the creation, insertion and retrieval of datasets through bean interfaces
```ada ----------------------------------------------------------------------- -- util-beans-objects-datasets-tests -- Unit tests for dataset beans -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
ab6fc861-8fe3-47c1-9d39-f5cf926686f0
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT INTERFACE COMPONENTS -- -- ...
0d6ae404-8b23-450c-8798-6937ccae29a6
{ "language": "Ada" }
```ada ``` Declare the method binding types
```ada ----------------------------------------------------------------------- -- EL.Beans.Methods -- Bean methods -- Copyright (C) 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
f1c50206-30e8-429d-a8b0-385581d845e9
{ "language": "Ada" }
```ada ``` Define the set of string package
```ada ----------------------------------------------------------------------- -- Util-strings-sets -- Set of strings -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
9138c18d-86c0-4b39-80ee-6674ca238771
{ "language": "Ada" }
```ada ``` Define the ASF.Routes.Servlets.Rest package for the REST route
```ada ----------------------------------------------------------------------- -- asf-reoutes-servlets-rest -- Route for the REST API -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
67f2dcd9-cf06-4961-80b2-eae193a539a8
{ "language": "Ada" }
```ada ``` Declare the Wiki.Plugins.Templates package with the Template_Plugin type
```ada ----------------------------------------------------------------------- -- wiki-plugins-template -- Template Plugin -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fi...
110ae14f-6944-48b7-baa3-8548bee35242
{ "language": "Ada" }
```ada ``` Test that a VIEW_CONVERT_EXPR used as an lvalue has the right type.
```ada -- RUN: %llvmgcc -c %s -o /dev/null procedure VCE_LV is type P is access String ; type T is new P (5 .. 7); subtype U is String (5 .. 7); X : T := new U'(others => 'A'); begin null; end; ```
704d4af9-8b66-4264-9720-29ddf797f98a
{ "language": "Ada" }
```ada ``` Add operations to specify the mapping
```ada ----------------------------------------------------------------------- -- util-serialize-mappers -- Serialize objects in various formats -- Copyright (C) 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
ec538ed8-db8e-4f29-a79b-4d2fc73f91a6
{ "language": "Ada" }
```ada ``` Refactor Buffered_Stream and Print_Stream - move the WTR package instantiation in a separate file
```ada ----------------------------------------------------------------------- -- util-streams-texts-tr -- Text translation utilities on streams -- Copyright (C) 2010, 2011, 2012, 2015, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Vers...
fc28f3be-b46b-466c-b272-c2eaef4edbc5
{ "language": "Ada" }
```ada ``` Define a simple HTML parser that can be used to parse HTML text embedded in wiki text
```ada ----------------------------------------------------------------------- -- wiki-parsers-html -- Wiki HTML parser -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
6a5fb915-d49f-4455-b09f-f7b65afff9e5
{ "language": "Ada" }
```ada ``` Define the OAuth security filter for AWA applications
```ada ----------------------------------------------------------------------- -- awa-oauth-filters -- OAuth filter -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file exce...
c2813257-86c3-4cf6-aefb-868c147612cb
{ "language": "Ada" }
```ada ``` Add tests for the Util.Commands.Drivers package
```ada ----------------------------------------------------------------------- -- util-commands-tests - Test for commands -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
415a8783-3373-42c2-af61-8931cc6442ef
{ "language": "Ada" }
```ada ``` Define the ping command to ask the Bbox to ping the known devices
```ada ----------------------------------------------------------------------- -- druss-commands-ping -- Ping devices from the gateway -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
bb76f25b-c29b-44a9-8dd8-20ee326f693a
{ "language": "Ada" }
```ada ``` Implement the Get_Count and Get_Argument operations
```ada ----------------------------------------------------------------------- -- util-commands -- Support to make command line tools -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
4edc3879-c932-4aec-b332-01f489603808
{ "language": "Ada" }
```ada ``` Implement the package to read the begin/end events and create the process instance
```ada ----------------------------------------------------------------------- -- mat-targets-readers - Definition and Analysis of process start events -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License")...
a06e67c2-04c2-4448-a1d1-82b4e7ad968b
{ "language": "Ada" }
```ada ``` Add very simple examples for Objects
```ada with Ada.Text_IO; with Ada.Command_Line; with Util.Beans.Objects; procedure ObjCalc is package UBO renames Util.Beans.Objects; use type UBO.Object; Value : UBO.Object := UBO.To_Object (Integer (0)); begin Value := Value + UBO.To_Object (Integer (123)); Value := Value - UBO.To_Object (String '("...
e8d5bec0-e550-4011-b174-9011cf6addad
{ "language": "Ada" }
```ada ``` Implement a simple unit test for MAT.Targets package
```ada ----------------------------------------------------------------------- -- mat-readers-tests -- Unit tests for MAT readers -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use ...
bdecf96f-bbc4-4afc-931c-d32dd326f50c
{ "language": "Ada" }
```ada ``` Add new unit tests for the timer management package
```ada ----------------------------------------------------------------------- -- util-events-timers-tests -- Unit tests for timers -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
b803bc2b-c0b5-4c40-bbbe-575a948f9c39
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
eb3fe6a2-7f58-42f1-9316-69205f5927aa
{ "language": "Ada" }
```ada ``` Implement the Initialize procedure with SSL support (AWS version starting from gnat-2015)
```ada ----------------------------------------------------------------------- -- awa-mail-clients-aws_smtp-initialize -- Initialize SMTP client with SSL support -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the ...
a81c14fa-c3bc-496a-970b-0a2237366aa0
{ "language": "Ada" }
```ada ``` Add the package to build the generated Ada packages (UML packages test)
```ada ----------------------------------------------------------------------- -- Test -- Test the code generation -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
8df72e2d-8e0d-4a43-84a8-bd289f531783
{ "language": "Ada" }
```ada ``` Define the Facebook authentication by using OAuth and Facebook Graph API
```ada ----------------------------------------------------------------------- -- security-auth-oauth-facebook -- Facebook OAuth based authentication -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
fa1610ea-31b8-4e8f-9c43-09ea634ee018
{ "language": "Ada" }
```ada ``` Add test for YAML model support
```ada ----------------------------------------------------------------------- -- gen-artifacts-yaml-tests -- Tests for YAML model files -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
e82754ce-2d69-4434-85b1-612009d1058f
{ "language": "Ada" }
```ada ``` Add simple example for text transformations
```ada ----------------------------------------------------------------------- -- escape -- Text Transformations -- Copyright (C) 2001, 2002, 2003, 2006, 2008, 2009, 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -...
72beaf46-7845-4cbd-8678-2beae19e1703
{ "language": "Ada" }
```ada ``` Implement a new test to verify the Base64 encoding stream
```ada ----------------------------------------------------------------------- -- util-streams-buffered-encoders-tests -- Unit tests for encoding buffered streams -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the...
d1994d7d-dacd-420e-886b-ed820cc76191
{ "language": "Ada" }
```ada ``` Implement the operations for the SHA256 package
```ada ----------------------------------------------------------------------- -- util-encoders-sha256 -- Compute SHA-1 hash -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
899913b1-acbb-4905-85a2-44290b8a83dc
{ "language": "Ada" }
```ada ``` Add missing ads file for package Orka.SIMD.AVX.Longs.Convert
```ada -- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2021 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/lic...
17e51e8e-7535-462e-a313-9e05c79aadad
{ "language": "Ada" }
```ada ``` Define the Cache_Control package with Cache_Control_Filter type to add a Cache-Control, Vary headers in the HTTP response
```ada ----------------------------------------------------------------------- -- asf-filters-cache_control -- HTTP response Cache-Control settings -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
ba1871b7-4b4e-485b-bb15-7541447c9b4a
{ "language": "Ada" }
```ada ``` Implement the Get_Value procedure for the Counter_Bean
```ada ----------------------------------------------------------------------- -- awa-counters-beans -- Counter bean definition -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...
adcdd8a4-9e51-49c3-9888-0092f0090508
{ "language": "Ada" }
```ada ``` Implement the Initialize procedure for AWS version before gnat-2015 (aws 3.1)
```ada ----------------------------------------------------------------------- -- awa-mail-clients-aws_smtp-initialize -- Initialize SMTP client without SSL support -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (t...
28eb8eab-8b72-48e5-85f0-16fc14f88fe6
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
dd3380b3-bd09-45dc-93d7-afc32bcaac5a
{ "language": "Ada" }
```ada ``` Define the Facebook authentication by using OAuth and Facebook Graph API
```ada ----------------------------------------------------------------------- -- security-auth-oauth-facebook -- Facebook OAuth based authentication -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
247eb77c-9f7e-44da-8621-cf7405abbade
{ "language": "Ada" }
```ada ``` Implement the new unit tests for the timer management
```ada ----------------------------------------------------------------------- -- util-events-timers-tests -- Unit tests for timers -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
8a178ac6-ee7f-45f0-91ca-450effcec01c
{ "language": "Ada" }
```ada ``` Declare the Conditions package with the Condition_Plugin type for the support of conditional inclusion in wiki text
```ada ----------------------------------------------------------------------- -- wiki-plugins-conditions -- Condition Plugin -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
98683671-3fa0-41c0-a07d-08fc6ca93498
{ "language": "Ada" }
```ada ``` Implement the Get_Permission and Register operations
```ada ----------------------------------------------------------------------- -- asf-rest -- REST Support -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in com...
7127fa91-817c-485a-8f2a-db17da6e77e0
{ "language": "Ada" }
```ada ``` Define some new tests for the database drivers support
```ada ----------------------------------------------------------------------- -- ado-drivers-tests -- Unit tests for database drivers -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
c43db0af-0ee3-4153-9eb0-c9278e02dfaf
{ "language": "Ada" }
```ada ``` Add the new tests for Headers package
```ada ----------------------------------------------------------------------- -- util-http-headers-tests - Unit tests for Headers -- Copyright (C) 2022 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use...
4e9de579-e038-41f4-af46-277bd98507ea
{ "language": "Ada" }
```ada ``` Define the store interface to support several storage services (file, database, Amazon)
```ada ----------------------------------------------------------------------- -- awa-storages-stores -- The storage interface -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
f88e2e84-3789-4d65-acef-da65f8ce1d83
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
5c056f9c-cbf6-41c4-924a-2e0907a5a5fb
{ "language": "Ada" }
```ada ``` Implement the cache manager operation
```ada ----------------------------------------------------------------------- -- ado-cache -- Simple cache management -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file e...
e7e245f2-f080-4cdd-bf23-e46de58b431f
{ "language": "Ada" }
```ada ``` Implement a test filter that counts the number of times it is traversed
```ada ----------------------------------------------------------------------- -- Filters Tests - Unit tests for ASF.Filters -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this ...
e713ee31-ecc1-4670-b8eb-d9943641b494
{ "language": "Ada" }
```ada ``` Define the OAuth based authorization
```ada ----------------------------------------------------------------------- -- security-auth-oauth -- OAuth based authentication -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
d43f4e0b-fe5a-4550-a46a-049ecb902fc7
{ "language": "Ada" }
```ada ``` Define a method and binding for an Ada bean to receive an uploaded file
```ada ----------------------------------------------------------------------- -- asf-parts -- ASF Parts -- Copyright (C) 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in...
aebbc8f9-7423-41b4-8aa1-3fe6cabf1d85
{ "language": "Ada" }
```ada ``` Declare the Wiki.Streams.Html.Builders package for the HTML output stream
```ada ----------------------------------------------------------------------- -- wiki-streams-html-builders -- Wiki writer to a string builder -- Copyright (C) 2011, 2012, 2013, 2015, 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0...
ed5c3ab4-d7ff-491d-858a-3ebe9197bf59
{ "language": "Ada" }
```ada ``` Declare the method binding types
```ada ----------------------------------------------------------------------- -- EL.Beans.Methods -- Bean methods -- Copyright (C) 2010 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
80611cd4-546e-4aa1-8cba-55ef07fa861f
{ "language": "Ada" }
```ada ``` Implement To_Identifier and To_Object operations
```ada ----------------------------------------------------------------------- -- ado-utils -- Utility operations for ADO -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
4db24e60-5e35-45ae-a8a6-f3b5544ca721
{ "language": "Ada" }
```ada ``` Implement the UIChosen support to generate the jQuery chosen activation script
```ada ----------------------------------------------------------------------- -- components-widgets-selects -- Select component with jQuery Chosen -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
08752f6c-eb35-46bc-bd2a-9cb9f3baf540
{ "language": "Ada" }
```ada ``` Declare the AWA.OAuth.Services package with the Auth_Manager
```ada ----------------------------------------------------------------------- -- awa-oauth-services -- OAuth Server Side -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fil...
5c6c7ef4-7a52-4be4-a096-07e8cf682387
{ "language": "Ada" }
```ada -- -*- Mode: Ada -*- -- Filename : last_chance_handler.ads -- Description : Definition of the exception handler for the kernel. -- Author : Luke A. Guest -- Created On : Thu Jun 14 12:06:21 2012 -- Licence : See LICENCE in the root directory. wit...
```ada -- -*- Mode: Ada -*- -- Filename : last_chance_handler.ads -- Description : Definition of the exception handler for the kernel. -- Author : Luke A. Guest -- Created On : Thu Jun 14 12:06:21 2012 -- Licence : See LICENCE in the root directory. wit...
e807bde5-9194-411b-9feb-4c0fcf1e5c9c
{ "language": "Ada" }
```ada ``` Implement the Initialize, Get and Get_Gateways operations
```ada ----------------------------------------------------------------------- -- druss-config -- Configuration management for Druss -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
b9629965-084c-4800-8746-19d9b2135bda
{ "language": "Ada" }
```ada ``` Add package AWA.Commands.Info to report configuration information
```ada ----------------------------------------------------------------------- -- akt-commands-info -- Info command to describe the current configuration -- Copyright (C) 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License...
8dadf544-954a-40da-be31-cf6358901a15
{ "language": "Ada" }
```ada ``` Implement the GNAT_Parser package to parse arguments using GNAT Getopt
```ada ----------------------------------------------------------------------- -- util-commands-parsers.gnat_parser -- GNAT command line parser for command drivers -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (th...
e967fcc9-a6b3-4e3e-b7af-4d097b0bb726
{ "language": "Ada" }
```ada ``` Implement the unit test on datasets
```ada ----------------------------------------------------------------------- -- ado-datasets-tests -- Test executing queries and using datasets -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- ...
a5184482-e2c5-4798-b2a7-86a953de9fea
{ "language": "Ada" }
```ada ``` Add a new set of unit tests for the date converter
```ada ----------------------------------------------------------------------- -- asf-converters-tests - Unit tests for ASF.Converters -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
2b24646c-788d-4fb7-affc-a7547ae9510d
{ "language": "Ada" }
```ada ``` Define the MAT.Events.Gtkmat package to display the events in some window
```ada ----------------------------------------------------------------------- -- gprofiler-events - Profiler Events Description -- Copyright (C) 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use t...
9ede8696-20fa-4e63-8f90-a2017fbf7a3c
{ "language": "Ada" }
```ada ``` Implement the Frames_Types package to protect the frame creation in multi-threaded contexts
```ada ----------------------------------------------------------------------- -- mat-frames-targets - Representation of stack frames -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
4dd7903f-0500-45cc-8eb1-5c144885ca3b
{ "language": "Ada" }
```ada ``` Implement the operations for the <mail:attachment> component
```ada ----------------------------------------------------------------------- -- awa-mail-components-attachments -- Mail UI Attachments -- Copyright (C) 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may n...
381067ac-bff7-4137-ac65-0163e2739e26
{ "language": "Ada" }
```ada ``` Add navigation rule unit test
```ada ----------------------------------------------------------------------- -- asf-navigations-tests - Tests for ASF navigation -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
fa5174fa-a392-4b56-9f9a-2c9e77175945
{ "language": "Ada" }
```ada ``` Add a unit test for the babel stream compositions
```ada ----------------------------------------------------------------------- -- babel-streams-tests - Unit tests for babel streams -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
cf995e46-6ee4-41e6-ba47-9a3892525e92
{ "language": "Ada" }
```ada ``` Add the package to build the generated Ada packages (UML packages test)
```ada ----------------------------------------------------------------------- -- Test -- Test the code generation -- Copyright (C) 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
5f360f0a-828f-4317-8022-e9b8f3b3b272
{ "language": "Ada" }
```ada ``` Define a vectors of objects
```ada ----------------------------------------------------------------------- -- Util.Beans.Objects.Vectors -- Object vectors -- Copyright (C) 2011 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
f98d4c91-0a5f-4241-be76-351f54d5b966
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- ...
51e44382-2003-4690-9bd9-abe27a3043ba
{ "language": "Ada" }
```ada ``` Package ASF.Servlets.Files renames Servlet.Core.Files but make it obscolesent (provided as backward compatibility)
```ada ----------------------------------------------------------------------- -- asf-servlets-files -- Files servlet -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ex...
67a01a54-5e56-4b0c-86ef-f44aeb6f126b
{ "language": "Ada" }
```ada ``` Add unit tests for OAuth package and Create_Nonce operation
```ada ----------------------------------------------------------------------- -- Security-oauth-clients-tests - Unit tests for OAuth -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not ...
e7b8e816-611f-4078-8c51-c4aff16a00a6
{ "language": "Ada" }
```ada ``` Define the OAuth based authorization
```ada ----------------------------------------------------------------------- -- security-auth-oauth -- OAuth based authentication -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not us...
cb48838b-b957-41fc-ad7c-c8d14eea4f50
{ "language": "Ada" }
```ada ``` Implement the Set_Buffer and Finalize procedures
```ada ----------------------------------------------------------------------- -- babel-Streams -- Stream management -- Copyright (C) 2014, 2015 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this fi...
017414ed-be7d-4f90-b266-54592a8cb3bb
{ "language": "Ada" }
```ada ``` Implement the Cache_Control_Filter to add a Cache-Control and Vary header in the HTTP response
```ada ----------------------------------------------------------------------- -- asf-filters-cache_control -- HTTP response Cache-Control settings -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
8adab319-9a8d-4e8a-9015-1e55923ec457
{ "language": "Ada" }
```ada ``` Add the ASIS file $i
```ada ------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT INTERFACE COMPONENTS -- -- ...
607089cd-4d76-4637-9d5c-3261c14e6056
{ "language": "Ada" }
```ada ``` Declare the AWA.Images.Servlets package with the Image_Servlet type
```ada ----------------------------------------------------------------------- -- awa-images-servlets -- Serve images saved in the storage service -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- ...
9ae81251-5043-43fe-99ed-ee5a5a23264c
{ "language": "Ada" }
```ada ``` Define ASF.Rest package for the server-side API REST support
```ada ----------------------------------------------------------------------- -- asf-rest -- REST Support -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in com...
00e56eea-7d9f-48b2-b24f-65d8b488563d
{ "language": "Ada" }
```ada ``` Add unit tests for JWT
```ada ----------------------------------------------------------------------- -- Security-oayth-jwt-tests - Unit tests for JSON Web Token -- Copyright (C) 2013 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may...
5289ec7f-10b3-407b-85f9-fa79cd823e72
{ "language": "Ada" }
```ada ``` Package to implement the Load_Schema procedure
```ada ----------------------------------------------------------------------- -- ado-schemas-sqlite -- SQLite Database Schemas -- Copyright (C) 2015 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use th...