text
stringlengths
4
1.04M
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
-- Copyright 2015,2016,2017 Steven Stewart-Gallus -- -- 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/licenses/LICENSE-2.0 -- -- Unless required by applicable ...
-- Mojang Authentication API -- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -- ------------ EDIT NOTE ------------ -- This file was generated with openapi-generator. You can modify it to implement -- the server. After you modify this file, you should...
------------------------------------------------------------------------------ -- -- -- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
-- Suggestions for packages which might be useful: with Ada.Real_Time; use Ada.Real_Time; with Vectors_3D; use Vectors_3D; with Swarm_Structures_Base; use Swarm_Structures_Base; with Vehicle_Task_Type; use Vehicle_Task_Type; -- Author : Wenjun Yang -- u_id : u6251843 package Vehicle_Message_Type i...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
with Metric.Kasner; use Metric.Kasner; with ADMBase.Coords; use ADMBase.Coords; package body ADMBase.Initial is procedure create_data is t, x, y, z : Real; begin t := beg_time; for i in 1..num_x loop for j in 1..num_y loop ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
package Debug2_Pkg is type String_Ptr is access all String; function To_Heap return String_Ptr; type String_List(Chars_Length: Positive) is private; type String_List_Ptr is access constant String_List; function Singleton return String_List; private type String_List(Chars_Length: Positive)...
----------------------------------------------------------------------- -- mat-readers-tests -- Unit tests for MAT readers -- Copyright (C) 2014, 2015, 2019, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you m...
----------------------------------------------------------------------- -- are-generator-c-tests -- Tests for C generator -- Copyright (C) 2021 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...
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
pragma License (Unrestricted); -- generalized unit of Ada.Strings.UTF_Encoding.Strings generic type Character_Type is (<>); type String_Type is array (Positive range <>) of Character_Type; Expanding_From_8 : Positive; Expanding_From_16 : Positive; Expanding_From_32 : Positive; Expanding_To_8 : Positi...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
M:part4a F:G$putchar$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$getchar$0$0({2}DF,SC:S),Z,0,0,0,0,0 F:G$main$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$SYSCLK_INIT$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$PORT_INIT$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$UART0_INIT$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$ADC_INIT$0$0({2}DF,SV:S),Z,0,0,0,0,0 F:G$DAC_INIT$0$0({2}DF,S...
-- -- Copyright (C) 2017 secunet Security Networks AG -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This ...
with Some_Package; procedure main with SPARK_Mode is begin Some_Package.bar; end main;
generic Lower_Bound, Upper_Bound : Integer; -- bounds in which random numbers are generated -- { Lower_Bound <= Upper_Bound } package Alea is -- Compute a random number in the range Lower_Bound..Upper_Bound. -- -- Notice that Ada advocates the definition of a range type in such a case -- to ensure that the type...
package body Littlefs is ------------ -- C_Type -- ------------ function Kind (Info : Entry_Info) return File_Kind is (File_Kind'Enum_Val (Info.c_type)); ---------- -- Size -- ---------- function Size (Info : Entry_Info) return LFS_Size is (Info.size); ---------- -- Name -- -...
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- ...
-- Copyright (C) 2008-2011 Maciej Sobczak -- Distributed under the Boost Software License, Version 1.0. -- (See accompanying file LICENSE_1_0.txt or copy at -- http://www.boost.org/LICENSE_1_0.txt) package SOCI.PostgreSQL is -- -- Registers the PostgreSQL backend so that it is ready for use -- by the d...
------------------------------------------------------------------------------ -- -- -- GNAT EXAMPLE -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------- -- package Disorderly.Basic_Rand.Deviates, Floating point random deviates. -- Copyright (C) 1995-2018 Jonathan S. Parker -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereb...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
-- This file is generated by SWIG. Please do not modify by hand. -- with Interfaces; with swig; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_glx_get_tex_gendv_reply_t is -- Item -- type Item is record response_type : aliased Interfaces.Unsigned_8; pad0 : aliased Interf...
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
-------------------------------------------------------------------------------- -- -- -- B B . I D E A L -- -- Ball on Beam Simulator - Ideal interface ...
with Ahven.Framework; package math_Tests.linear_Algebra_2d is type Test is new Ahven.Framework.Test_Case with null record; overriding procedure Initialize (T : in out Test); end math_Tests.linear_Algebra_2d;
-- Copyright 2017-2021 Jeff Foley. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. local url = require("url") name = "Yahoo" type = "scrape" function start() setratelimit(1) end function vertical(ctx, domain) for i=1,201,10 do lo...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- ASIS-for-GNAT IMPLEMENTATION COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
procedure launch_mouse_Motion -- -- Todo -- is begin null; end launch_mouse_Motion;
-- C95085A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
-- -- Jan & Uwe R. Zimmer, Australia, July 2011 -- package body Vectors_3D is function "*" (V_Left, V_Right : Vector_3D) return Vector_3D is (x => (V_Left (y) * V_Right (z) - V_Left (z) * V_Right (y)), y => (V_Left (z) * V_Right (x) - V_Left (x) * V_Right (z)), z => (V_Left (x) * V_Right (y) - V_L...
------------------------------------------------------------------------------ -- -- -- Giza -- -- -- -- ...
-- Copyright 2014-2019 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
------------------------------------------------------------------------------ -- -- -- A SIGMANIFICIENT PROGRAM -- -- -- -- ...
-- Abstract: -- -- see spec -- -- Copyright (C) 1998, 2003, 2009, 2015, 2017 - 2019 Free Software Foundation, Inc. -- -- SAL is free software; you can redistribute it and/or modify it -- under terms of the GNU General Public License as published by the -- Free Software Foundation; either version 3, or (at your op...
with Matrices; pragma Elaborate_All (Matrices); package Matrices_3D is new Matrices (3);
with STM32_SVD.RCC; use STM32_SVD.RCC; with STM32_SVD.RNG; use STM32_SVD.RNG; package body STM32.RNG is ---------------------- -- Enable_RNG_Clock -- ---------------------- procedure Enable_RNG_Clock is begin RCC_Periph.AHB2ENR.RNGEN := True; end Enable_RNG_Clock; ---------------- -- E...
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
package LR.Synchro.Fifo is function Nom_Strategie return String; procedure Demander_Lecture; procedure Demander_Ecriture; procedure Terminer_Lecture; procedure Terminer_Ecriture; end LR.Synchro.Fifo;
with AAA.Strings; with CLIC.Subcommand; package CLIC_Ex.Commands.Subsub is type Instance is new CLIC.Subcommand.Command with private; overriding function Name (Cmd : Instance) return CLIC.Subcommand.Identifier is ("subsub"); overriding function Switch_Parsing (This : Instance) ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Unicode Utilities -- -- UTF-8 Stream Decoder -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
-- Copyright 2010-2021 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
-- Copyright 2018-2021 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
-- The MIT License (MIT) -- Copyright (c) 2015 Pavel Zhukov <landgraf@fedoraproject.org> -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software without restriction, including without limit...
------------------------------------------------------------------------------ -- -- -- Ada User Repository Annex (AURA) -- -- ANNEXI-STRAYLINE Reference Implementation -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
-- Concurrency can be offered by the OS, the language, or a combination -- Link to some papers that say that threading can't be a library. -- Ousterhout has an interesting paper here that shows that you can't guarantee pthreads correctness. -- Processes offer protection but are too heavy-weight. -- Compiler must take c...
----------------------------------------------------------------------- -- keystore-passwords -- Password provider -- Copyright (C) 2019 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...
with Ada.Text_IO; use Ada.Text_IO; procedure Adventofcode.Day_20.Main is begin Put_Line ("Day-20"); end Adventofcode.Day_20.Main;
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
type Kernel_3x3 is array (-1..1, -1..1) of Float_Luminance; procedure Filter (Picture : in out Image; K : Kernel_3x3) is function Get (I, J : Integer) return Float_Pixel is pragma Inline (Get); begin if I in Picture'Range (1) and then J in Picture'Range (2) then declare Color : P...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY COMPONENTS -- -- -- -- ...
package FLTK.Widgets.Valuators is type Valuator is new Widget with private; type Valuator_Reference (Data : not null access Valuator'Class) is limited null record with Implicit_Dereference => Data; package Forge is function Create (X, Y, W, H : in Integer; ...
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017, Fabien Chouteau -- -- -- -- ...
-- Copyright 2008-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Modular Hash Infrastructure -- -- -- -- ...
-- Copyright 2013-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- ...
-- { dg-do compile } package body itypes is Size : constant := 10; type Arr is array (1 .. size) of Integer; type Rec is record Field1 : Arr := (others => 0); Field2 : Arr := (others => 0); Field3 : Arr := (others => 0); Field4 : Arr := (others => 0); Field5 : Arr := (others...
-- Copyright 2015-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
------------------------------------------------------------------------------- -- LSE -- L-System Editor -- Author: Heziode -- -- License: -- MIT License -- -- Copyright (c) 2018 Quentin Dauprat (Heziode) <Heziode@protonmail.com> -- -- Permission is hereby granted, free of charge, to any person obtaining a -- c...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; use Ada.Text_IO; with Generic_Stack; procedure RPN_to_Infix is -- The code above begin Put_Line ("3 4 2 * 1 5 - 2 3 ^ ^ / + = "); Put_Line (Convert ("3 4 2 * 1 5 - 2 3 ^ ^ / +")); Put_Line ("1 2 + 3 4 + ^ 5 6 + ^ = "); ...
with Ada.Unchecked_Conversion; with Ada.Command_Line; with Ada.Finalization; package body GLUT is -- finalization - free Argv strings -- -- RK 23 - Oct - 2006, to remove the memory leak in question. -- type Argvz is array (0 .. 500) of aliased Interfaces.C.Strings.chars_ptr; type Arg_Type is new A...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- tiled-code-gen -- -- -- -- ...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
-- Copyright 2008-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
with AdaM.Factory; package body AdaM.access_Definition is -- Storage Pool -- record_Version : constant := 1; pool_Size : constant := 5_000; package Pool is new AdaM.Factory.Pools (storage_Folder => ".adam-store", pool...
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
--- tools/configure/configure-tests-sqlite3.adb.orig 2015-05-13 12:17:27 UTC +++ tools/configure/configure-tests-sqlite3.adb @@ -87,7 +87,7 @@ package body Configure.Tests.SQLite3 is (SQLite3_Library_Options, +"""-L" & Self.Switches.Libdir - & """, ""-lsqli...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
-- CD2A24E.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
package zlib.Strings is pragma Preelaborate; procedure Deflate ( Stream : in out zlib.Stream; In_Item : in String; In_Last : out Natural; Out_Item : out Ada.Streams.Stream_Element_Array; Out_Last : out Ada.Streams.Stream_Element_Offset; Finish : in Boolean; Finished : out Boolean); procedure Deflat...
with Ada.Containers.Ordered_Maps; with Ada.Unchecked_Deallocation; with Interfaces; use Interfaces; package body kv.avm.Actor_Pool is use kv.avm.Executables; package Actors is new Ada.Containers.Ordered_Maps (Key_Type => Interfaces.Unsigned_32, Element_Type => kv.avm.Executables.Executable_Ac...
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
address=/govjiangsu.cn/127.0.0.1
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...