hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
163 values
lang
stringclasses
53 values
max_stars_repo_path
stringlengths
3
945
max_stars_repo_name
stringlengths
4
112
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
945
max_issues_repo_name
stringlengths
4
113
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
116k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
945
max_forks_repo_name
stringlengths
4
113
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
3
1.05M
avg_line_length
float64
1
966k
max_line_length
int64
1
977k
alphanum_fraction
float64
0
1
045069c1d1f97ccecf0b97651d3c070020c1ffb7
2,842
ads
Ada
ada-numerics-generic_complex_elementary_functions.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
ada-numerics-generic_complex_elementary_functions.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
ada-numerics-generic_complex_elementary_functions.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
3
2020-04-23T11:17:11.000Z
2021-08-29T19:31:09.000Z
-- Standard Ada library specification -- Copyright (c) 2003-2018 Maxim Reznik <reznikmm@gmail.com> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. ...
35.525
78
0.714989
04c5c1206b9c97a6bcb51ab5aa7ca8c3ad414bec
1,215
adb
Ada
examples/filelock.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
examples/filelock.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
examples/filelock.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with Ada.Directories.Temporary; with Ada.Streams.Stream_IO; procedure filelock is use Ada.Streams.Stream_IO; Name : String := Ada.Directories.Temporary.Create_Temporary_File; begin Ada.Debug.Put (Name); -- raising declare Step : Integer := 0; File_1, File_2 : File_Type; begin Step := 1; Open (File_1, In_F...
22.090909
79
0.638683
1377a23da669e7f0e9db2d457c80dfc33c52d76f
3,317
ads
Ada
software/hal/hal/src/hal-framebuffer.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/hal/src/hal-framebuffer.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/hal/src/hal-framebuffer.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
with HAL.Bitmap; package HAL.Framebuffer is subtype FB_Color_Mode is HAL.Bitmap.Bitmap_Color_Mode range HAL.Bitmap.ARGB_8888 .. HAL.Bitmap.AL_88; type Display_Orientation is (Default, Landscape, Portrait); type Wait_Mode is (Polling, Interrupt); type Frame_Buffer_Display is limited interface;...
33.17
79
0.71028
574396c33071ae81a7c67f1dedf5b3c128083598
4,253
adb
Ada
regtests/ado-schemas-tests.adb
Letractively/ada-ado
f0863c6975ae1a2c5349daee1e98a04fe11ba11e
[ "Apache-2.0" ]
null
null
null
regtests/ado-schemas-tests.adb
Letractively/ada-ado
f0863c6975ae1a2c5349daee1e98a04fe11ba11e
[ "Apache-2.0" ]
null
null
null
regtests/ado-schemas-tests.adb
Letractively/ada-ado
f0863c6975ae1a2c5349daee1e98a04fe11ba11e
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- schemas Tests -- Test loading of database schema -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you ...
42.108911
99
0.579356
c7686142f581dc0a8e1b79bb4802b34c081968d9
46,678
adb
Ada
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/relu_1.sched.adb
filipemlins/nas-hls4ml
b35afc4f684d803d352776c40f3a6cbbf47c4b1c
[ "MIT" ]
null
null
null
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/relu_1.sched.adb
filipemlins/nas-hls4ml
b35afc4f684d803d352776c40f3a6cbbf47c4b1c
[ "MIT" ]
null
null
null
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/relu_1.sched.adb
filipemlins/nas-hls4ml
b35afc4f684d803d352776c40f3a6cbbf47c4b1c
[ "MIT" ]
null
null
null
<?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="...
30.056665
153
0.619392
0453b0fd0d9bc322505d9cd1a00e8d6abff26fca
5,282
adb
Ada
demo/adainclude/a-rttiev.adb
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
null
null
null
demo/adainclude/a-rttiev.adb
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
null
null
null
demo/adainclude/a-rttiev.adb
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
40.320611
78
0.480121
ad3b52e0b30f38808c2259d64e91d4785ea43ab4
4,992
ads
Ada
source/nodes/program-nodes-variant_parts.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-variant_parts.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-variant_parts.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
1
2019-10-16T09:05:27.000Z
2019-10-16T09:05:27.000Z
-- SPDX-FileCopyrightText: 2019 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Lexical_Elements; with Program.Elements.Identifiers; with Program.Elements.Variants; with Program.Elements.Variant_Parts; with Program.Element_...
33.959184
79
0.725361
04b71ab3d5e1aa279173230458254ba7ad66aa55
393
adb
Ada
tests/unit_tests/jsa-tests.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
1
2018-12-17T14:35:33.000Z
2018-12-17T14:35:33.000Z
tests/unit_tests/jsa-tests.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
null
null
null
tests/unit_tests/jsa-tests.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
null
null
null
with JSA.Tests.Intermediate_Backups; package body JSA.Tests is function Suite return Ahven.Framework.Test_Suite is use Ahven.Framework; Intermediate_Backup_Test : JSA.Tests.Intermediate_Backups.Test; begin return Suite : Test_Suite := Create_Suite ("JSA") do Add_Static_Test (Suite, I...
28.071429
69
0.727735
2242c350c331ad6dcff4c5951ea00c4460014f0a
4,854
adb
Ada
awa/plugins/awa-mail/src/awa-mail-modules.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-mail/src/awa-mail-modules.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-mail/src/awa-mail-modules.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-mail -- Mail module -- Copyright (C) 2011, 2012, 2015, 2017, 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...
38.52381
98
0.58529
29f7703ab60bac56a414c343af9eb922430010a7
25,165
ads
Ada
arch/ARM/NXP/svd/lpc55s6x/nxp_svd-puf.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/NXP/svd/lpc55s6x/nxp_svd-puf.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/NXP/svd/lpc55s6x/nxp_svd-puf.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2016-2019 NXP -- All rights reserved.SPDX-License-Identifier: BSD-3-Clause -- This spec has been automatically generated from LPC55S6x.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package NXP_SVD.PUF is pragma Preelaborate; ...
32.981651
79
0.605126
040ce014598aa9785ef31909511c745d39c3161a
5,162
ads
Ada
source/amf/uml/amf-uml-information_items-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-information_items-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-information_items-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
56.108696
92
0.531383
1abd6dc4bd6c2a450c8fca1a93e0bda44ba8f70a
30,152
adb
Ada
tools-src/gnu/gcc/gcc/ada/a-tasatt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/a-tasatt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/a-tasatt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
37.270705
79
0.626559
ad786697fa8f0712874eb81d7750c3177a3fb446
2,959
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-stseme.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-stseme.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-stseme.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
60.387755
79
0.431903
13b24c1e6ac5830827211b93ca79900016592380
878
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert10.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert10.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert10.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } with Unchecked_Conversion; procedure Unchecked_Convert10 is subtype Unsigned_Type is Integer range 2_034 .. 2_164; subtype Signed_Type is Integer range -2048 .. 2047; function To_Signed_Type is new Unchecked_Conversion (Source => Unsigned_Type, Target => Signed_Type); function To_Un...
20.418605
79
0.693622
04e903c982cea64c9243bca1e1dc6ee01beb0798
3,027
ads
Ada
arch/ARM/Nordic/drivers/nrf51/nrf-ppi.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
arch/ARM/Nordic/drivers/nrf51/nrf-ppi.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
arch/ARM/Nordic/drivers/nrf51/nrf-ppi.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2016-2020, AdaCore -- -- -- -- ...
58.211538
78
0.526264
59d6c27350a34b810d270323ed39ec7042022d36
94,080
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-cobove.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-cobove.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-cobove.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
33.528154
79
0.603773
04a776ad2e796cc8951a8406248f151015643a35
2,228
adb
Ada
src/normalisation.adb
SKNZ/BezierToSTL
6cc9ed48aa1729140a0bb17aa7f67c17b51561ac
[ "MIT" ]
null
null
null
src/normalisation.adb
SKNZ/BezierToSTL
6cc9ed48aa1729140a0bb17aa7f67c17b51561ac
[ "MIT" ]
null
null
null
src/normalisation.adb
SKNZ/BezierToSTL
6cc9ed48aa1729140a0bb17aa7f67c17b51561ac
[ "MIT" ]
null
null
null
with Helper; use Helper; package body Normalisation is -- Centre la figure sur l'axe X -- Raccorde les extremités de la figure à l'axe procedure Normaliser(Segments : in out Liste) is Coords_Min : constant Point2D := Trouver_Coords_Min (Segments); procedure Normaliser_Point(P : in ...
31.828571
74
0.59246
04f3843b8bc5372b92deb8e1148e1e711df9f5d9
2,615
ads
Ada
tools/scitools/conf/understand/ada/ada12/s-dimkio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada12/s-dimkio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/s-dimkio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
67.051282
79
0.339197
582f09a63b3d4aebe1b3b385cd7a7bac2e398b40
347
ads
Ada
source/tasking/machine-w64-mingw32/s-intnum.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/tasking/machine-w64-mingw32/s-intnum.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/tasking/machine-w64-mingw32/s-intnum.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- implementation unit specialized for Windows with C.signal; package System.Interrupt_Numbers is pragma Preelaborate; First_Interrupt_Id : constant := 1; Last_Interrupt_Id : constant := C.signal.NSIG - 1; function Is_Reserved (Interrupt : C.signed_int) return Boolean; end...
26.692308
66
0.769452
1acc08225ccd3745737b89259469e9f9a4f35482
65,984
adb
Ada
source/xml/sax/xml/xml-sax-simple_readers-scanner.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/xml/sax/xml/xml-sax-simple_readers-scanner.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/xml/sax/xml/xml-sax-simple_readers-scanner.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
37.554923
93
0.528795
ad245c5d9a9ec2735233f61b267b60aaad625079
292
adb
Ada
1-base/math/applet/test/modeller/launch_modeller_test.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
1-base/math/applet/test/modeller/launch_modeller_test.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
1-base/math/applet/test/modeller/launch_modeller_test.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with ada.Text_IO, float_Math.Geometry.d3.Modeller.Forge; procedure launch_modeller_Test is use ada.Text_IO, float_Math.Geometry.d3.Modeller.Forge; the_Modeller : polar_Model := polar_Model_from ("gaspra.tab"); begin put_Line ("Done."); end launch_modeller_Test;
18.25
65
0.726027
133aabf8751f5152ed2a9cf337a5bc0d7b39adec
804
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/bp_on_var/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/bp_on_var/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/bp_on_var/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2012-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. -- -- ...
38.285714
73
0.741294
04d6ca4384881e824db59e755f5453c555f22300
2,511
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-dmotpr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-dmotpr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-dmotpr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
69.75
78
0.396256
c728be4bf396ba874125d3340fd2b4c3e5c8301d
6,518
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/s-pack12.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/s-pack12.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/s-pack12.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
38.797619
78
0.494477
2e1428077d396b1033baeaaca018e6b7d7b26b2a
4,746
ads
Ada
tools/uca_data.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
tools/uca_data.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
tools/uca_data.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
53.325843
78
0.504846
587052dbad7fa7e0414e4e23cacdf73069285507
826
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/call_pn/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/call_pn/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/call_pn/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2010-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. -- -- ...
34.416667
73
0.725182
041a79f7b7115886d3076c32c24a33abb782f238
9,809
adb
Ada
Lab6/Worksheet 11/worksheet_11.adb
gabemgem/LITEC
42679504cbd28425b3f33c09f50492bb60f827bb
[ "Unlicense" ]
null
null
null
Lab6/Worksheet 11/worksheet_11.adb
gabemgem/LITEC
42679504cbd28425b3f33c09f50492bb60f827bb
[ "Unlicense" ]
null
null
null
Lab6/Worksheet 11/worksheet_11.adb
gabemgem/LITEC
42679504cbd28425b3f33c09f50492bb60f827bb
[ "Unlicense" ]
null
null
null
M:worksheet_11 F:G$SYSCLK_Init$0$0({2}DF,SV:S),C,0,0,0,0,0 F:G$UART0_Init$0$0({2}DF,SV:S),C,0,0,0,0,0 F:G$Sys_Init$0$0({2}DF,SV:S),C,0,0,0,0,0 F:G$putchar$0$0({2}DF,SV:S),C,0,0,0,0,0 F:G$getchar$0$0({2}DF,SC:U),C,0,0,0,0,0 F:G$getchar_nw$0$0({2}DF,SC:U),C,0,0,0,0,0 F:G$main$0$0({2}DF,SV:S),C,0,0,0,0,0 S:Lworksheet_11.g...
30.088957
51
0.564176
2f99196b213f0feadd9414dd81a26fd32f1d423e
2,362
ads
Ada
stm32f0/stm32f030x/svd/stm32_svd-interrupts.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
stm32f0/stm32f030x/svd/stm32_svd-interrupts.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f0/stm32f030x/svd/stm32_svd-interrupts.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
-- This spec has been automatically generated from STM32F030.svd -- Definition of the device's interrupts package STM32_SVD.Interrupts is ---------------- -- Interrupts -- ---------------- -- Window Watchdog interrupt WWDG : constant := 0; -- PVD and VDDIO2 supply com...
28.457831
65
0.478408
a1f5dcb032b7a1229fd5587ce1ae4b48821e1280
2,627
ads
Ada
orka_simd/src/x86/gnat/orka-simd-avx-singles-math.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
52
2016-07-30T23:00:28.000Z
2022-02-05T11:54:55.000Z
orka_simd/src/x86/gnat/orka-simd-avx-singles-math.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
79
2016-08-01T18:36:48.000Z
2022-02-27T12:14:20.000Z
orka_simd/src/x86/gnat/orka-simd-avx-singles-math.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
4
2018-04-28T22:36:26.000Z
2020-11-14T23:00:29.000Z
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2016 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/licenses/L...
41.046875
88
0.702322
2e48386069420638cf5e17f7e6fb4287ea30b755
2,606
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd5013m.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd5013m.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd5013m.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CD5013M.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...
35.216216
79
0.637375
ad62aea9bf64908de2fa35363e1f18a7bc0781f5
3,132
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-vercon.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-vercon.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-vercon.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
59.09434
78
0.409323
13f318b3257cd4bc32f3fdf8180500db9eb7e7cb
1,538
ads
Ada
3-mid/impact/source/3d/collision/narrowphase/impact-d3-collision-convex_raycast-gjk.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/impact/source/3d/collision/narrowphase/impact-d3-collision-convex_raycast-gjk.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/impact/source/3d/collision/narrowphase/impact-d3-collision-convex_raycast-gjk.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
-- #include "BulletCollision/CollisionShapes/impact.d3.collision.Margin.h" -- -- #include "LinearMath/impact.d3.Vector.h" -- #include "impact.d3.collision.convex_Raycast.h" -- class impact.d3.Shape.convex; -- class btMinkowskiSumShape; -- #include "impact.d3.collision.simplex_Solver.h" with impact.d3.collision.c...
29.018868
140
0.672302
c71591a8998cf742f31da82e25f730de2a7704d5
3,655
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2111a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2111a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2111a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE2111A.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...
27.689394
79
0.594254
a1ee4c8b9d353f7def3e12530c3d4dcabbc761aa
1,796
adb
Ada
src/file_utils.adb
psyomn/ash
7630208f9f2dc296f75076141d591354bde02ac7
[ "Apache-2.0" ]
11
2017-04-08T17:48:19.000Z
2021-12-31T23:36:25.000Z
src/file_utils.adb
psyomn/axios
7630208f9f2dc296f75076141d591354bde02ac7
[ "Apache-2.0" ]
3
2017-03-24T04:34:15.000Z
2017-04-03T05:18:47.000Z
src/file_utils.adb
psyomn/axios
7630208f9f2dc296f75076141d591354bde02ac7
[ "Apache-2.0" ]
4
2017-05-14T11:46:37.000Z
2019-04-18T20:34:07.000Z
-- Copyright 2019 Simon Symeonidis (psyomn) -- -- 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 la...
32.654545
78
0.699332
c7de0505f5874191aee4f0a1b841582839bf6227
797
ads
Ada
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
-- Copyright 2009-2015 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. -- -- ...
41.947368
73
0.739021
04bc3d1bd1cbe47e0fa493c5aa083395189e0455
155
ads
Ada
zfp-gba/gnat_user/s-alloca.ads
98devin/ada-gba-dev
6ebca014b7537117144d878db8d13db49aa00cee
[ "Zlib" ]
7
2021-04-08T02:32:54.000Z
2022-02-14T01:21:43.000Z
zfp-gba/gnat_user/s-alloca.ads
98devin/ada-gba-dev
6ebca014b7537117144d878db8d13db49aa00cee
[ "Zlib" ]
15
2021-04-09T20:13:33.000Z
2021-12-22T01:03:59.000Z
zfp-gba/gnat_user/s-alloca.ads
98devin/ada-gba-dev
6ebca014b7537117144d878db8d13db49aa00cee
[ "Zlib" ]
1
2021-06-12T07:48:05.000Z
2021-06-12T07:48:05.000Z
-- Copyright (c) 2021 Devin Hill -- zlib License -- see LICENSE for details. package System.Allocation is pragma Preelaborate; end System.Allocation;
25.833333
44
0.748387
2e9b0bc19ee3f328aa1336d76036f02700af1430
752
adb
Ada
gdb/testsuite/gdb.ada/dgopt/x.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
1
2020-10-14T03:24:35.000Z
2020-10-14T03:24:35.000Z
gdb/testsuite/gdb.ada/dgopt/x.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
gdb/testsuite/gdb.ada/dgopt/x.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2019-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. -- -- ...
37.6
73
0.735372
4b0464a4b976c4ddb2b62eee20ffd6e51d176ebb
4,478
adb
Ada
test/ctestc/src/ctestc.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
2
2022-02-26T04:14:01.000Z
2022-03-07T09:57:25.000Z
test/ctestc/src/ctestc.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
test/ctestc/src/ctestc.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
with Ada.Command_Line; with Ada.Long_Float_Text_IO; use Ada.Long_Float_Text_IO; with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; with Ada.Text_IO; use Ada.Text_IO; with System; use System; with PortAudioAda; use PortAudioAda; with Ctestc_Types; use Ctestc_Types; with Ctestc_Callbacks; use Ctestc_Callbacks; procedu...
29.460526
80
0.602278
22bad81b4e0f2886fa6a03e27e14e3e8645ee451
5,650
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/s-taspri-posix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/s-taspri-posix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/s-taspri-posix.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
49.130435
79
0.573097
2eaa5c2b1a5bbf95df6e1317651e0f766a4ed4f4
256
adb
Ada
src/tom/library/sl/ada/objectpack.adb
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
36
2016-02-19T12:09:49.000Z
2022-02-03T13:13:21.000Z
src/tom/library/sl/ada/objectpack.adb
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
null
null
null
src/tom/library/sl/ada/objectpack.adb
rewriting/tom
2918e95c78006f08a2a0919ef440413fa5c2342a
[ "BSD-3-Clause" ]
6
2017-11-30T17:07:10.000Z
2022-03-12T14:46:21.000Z
with System, System.Storage_Elements; use System, System.Storage_Elements; package body ObjectPack is function hash(obj: Item) return Integer is addr : Integer_Address := To_Integer(obj'Address); begin return Integer(addr mod 2**31); end; end;
19.692308
52
0.753906
adc7594758f5230e6a3c78e14d91402b8b6b7858
2,847
adb
Ada
day03/tests/fms-test.adb
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
day03/tests/fms-test.adb
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
day03/tests/fms-test.adb
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
with AUnit.Assertions; use AUnit.Assertions; with Ada.Containers; use type Ada.Containers.Count_Type; package body FMS.Test is procedure Test_Load (T : in out AUnit.Test_Cases.Test_Case'Class) is pragma Unreferenced (T); begin null; load("R8,U5,L5,D3", "U7,R6,D4,L4"); Assert(wire_1.Length =...
42.492537
97
0.696523
04babadf9642d2481d8fa0d9ae9a26d8cb2df300
1,678
ads
Ada
src/ada-core/src/linted-stack.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
src/ada-core/src/linted-stack.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
src/ada-core/src/linted-stack.ads
mstewartgallus/linted
4d4cf9390353ea045b95671474ab278456793a35
[ "Apache-2.0" ]
null
null
null
-- Copyright 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 law or agr...
36.478261
74
0.671037
0477f8db19e3e14d0b8daee95da212ff9a920bc7
6,209
adb
Ada
memsim-master/src/memsim.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/memsim.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/memsim.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
with Ada.Command_Line; use Ada.Command_Line; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; use Ada.Text_IO; with Memory; use Memory; with Parser; with Device; with Benchmark; use Benchmark; with Benchmark_Runner; use Benchmark_Runner...
31.841026
79
0.583347
1ae5d8468c33776e30c9c9c879a5dcdd5945bdbd
1,809
ads
Ada
src/model/l_system/error/lse-model-l_system-error-missing_rule.ads
mgrojo/lsystem-editor
1f855bc1f783c8d7a1c81594c8aee403e4b53132
[ "MIT" ]
2
2021-01-09T14:49:35.000Z
2022-01-18T18:57:45.000Z
src/model/l_system/error/lse-model-l_system-error-missing_rule.ads
mgrojo/lsystem-editor
1f855bc1f783c8d7a1c81594c8aee403e4b53132
[ "MIT" ]
1
2021-12-03T18:49:59.000Z
2021-12-03T18:49:59.000Z
src/model/l_system/error/lse-model-l_system-error-missing_rule.ads
mgrojo/lsystem-editor
1f855bc1f783c8d7a1c81594c8aee403e4b53132
[ "MIT" ]
1
2021-12-03T18:07:44.000Z
2021-12-03T18:07:44.000Z
------------------------------------------------------------------------------- -- 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...
40.2
79
0.678275
1395d806d4729833b54234d64c207737c47754f5
945
adb
Ada
examples/querybindexample.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
null
null
null
examples/querybindexample.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
null
null
null
examples/querybindexample.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
1
2021-07-08T01:14:51.000Z
2021-07-08T01:14:51.000Z
with Ada.Text_IO; with Ada.Exceptions; with AdaBaseXClient; use Ada.Text_IO; use Ada.Exceptions; use AdaBaseXClient; procedure QueryExample is begin if (Connect ("localhost", 1_984) = False) then Ada.Text_IO.Put_Line ("Connect failed."); return; else if (Authenticate ("admin", "admin") = False...
23.04878
97
0.62963
13b4bd91edfd9e0eddb95b28a516d6ead8a38112
1,336
ada
Ada
Task/Averages-Mean-angle/Ada/averages-mean-angle.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Averages-Mean-angle/Ada/averages-mean-angle.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Averages-Mean-angle/Ada/averages-mean-angle.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Text_IO, Ada.Numerics.Generic_Elementary_Functions; procedure Mean_Angles is type X_Real is digits 4; -- or more digits for improved precision subtype Real is X_Real range 0.0 .. 360.0; -- the range of interest type Angles is array(Positive range <>) of Real; procedure Put(R: Real) is ...
38.171429
80
0.632485
1346d2fff1c734b4393ee23c96f9be09f465785c
4,959
ads
Ada
source/web/soap/web_services-soap-payloads-decoders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/web/soap/web_services-soap-payloads-decoders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/web/soap/web_services-soap-payloads-decoders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
56.352273
79
0.48538
addac4f59004966a63b449c03e0464a646bd3dae
16,288
adb
Ada
.emacs.d/elpa/wisi-2.1.1/sal-gen_definite_doubly_linked_lists_sorted.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.1.1/sal-gen_definite_doubly_linked_lists_sorted.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.1.1/sal-gen_definite_doubly_linked_lists_sorted.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
-- Abstract : -- -- See spec. -- -- Copyright (C) 2018 Free Software Foundation, Inc. -- -- This library 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 option)...
29.996317
106
0.54138
130ca8e7601bcb9aa8ddca51464a44947a16125c
5,641
ads
Ada
linear_algebra/test_matrices.ads
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
30
2018-12-09T01:15:04.000Z
2022-03-20T16:14:54.000Z
linear_algebra/test_matrices.ads
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
linear_algebra/test_matrices.ads
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
-- Collection of square matrices. Most are ill conditioned, singular -- or badly scaled. -- Several matrices are from John Burkardt's fortran 90 Test_Mat. generic type real is digits <>; type Index is range <>; type Matrix is array(Index, Index) of Real; package Test_Matrices is -- In notes below, N is ...
44.769841
86
0.617798
4b19b3616430e3e0968c870a7b90659a1e8dc479
899
ads
Ada
regtests/regtests-audits.ads
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/regtests-audits.ads
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/regtests-audits.ads
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- regtests-audits -- Audits unit test -- 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 except in...
40.863636
76
0.619577
044fe202aae6925c3d6cf1f540068d0060c63010
51,834
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/prep.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/prep.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/prep.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
32.016059
79
0.441486
22f6c22edcd9ea353c9d1aad1f3c0836824e81f3
8,090
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-rbtgbk.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-rbtgbk.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-rbtgbk.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
41.701031
78
0.592707
572e57b9cc18781ee0e6d8b417cadbeeb328a667
3,650
ads
Ada
source/amf/uml/amf-uml-create_link_object_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-create_link_object_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-create_link_object_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
73
102
0.408767
4b06409654fac7b2b71d39c62da160dff727a388
4,471
adb
Ada
examples/zlibwrap/zlib/contrib/ada/mtest.adb
gahr/critcl
bceac8a8e959c40357c0ebdc0f0ec6c14408b5bf
[ "TCL" ]
41
2015-03-19T09:26:55.000Z
2022-03-22T09:41:33.000Z
examples/zlibwrap/zlib/contrib/ada/mtest.adb
apnadkarni/critcl
db00b6cd251cfdfca6c685772941e559fdf9b6a1
[ "TCL" ]
69
2015-02-06T17:30:53.000Z
2022-03-25T16:27:43.000Z
examples/zlibwrap/zlib/contrib/ada/mtest.adb
apnadkarni/critcl
db00b6cd251cfdfca6c685772941e559fdf9b6a1
[ "TCL" ]
11
2015-02-05T15:46:39.000Z
2021-03-24T18:43:53.000Z
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2003 Dmitriy Anisimkov -- -- ...
28.477707
78
0.545068
ade955e5d0b3f29167647da3b2455b9dde62060a
7,480
ads
Ada
strings_edit-utf8.ads
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
19
2018-03-18T18:07:14.000Z
2022-03-30T03:10:12.000Z
strings_edit-utf8.ads
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
4
2021-08-23T12:52:06.000Z
2022-03-31T10:48:43.000Z
strings_edit-utf8.ads
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
null
null
null
-- -- -- package Strings_Edit.UTF8 Copyright (c) Dmitry A. Kazakov -- -- Interface Luebeck -- -- Spring, 2005 -- -- ...
34.953271
73
0.585428
13517c7565a53c154d95fc6dfc41484e904baaa1
135
adb
Ada
llvm-2.9/test/FrontendAda/array_constructor.adb
DependableSystemsLab/Trident
90b38ab3ce8b7ad743986ddf66eaea7d20d921cb
[ "MIT" ]
5
2018-09-23T05:44:31.000Z
2021-09-08T18:52:37.000Z
llvm-2.9/test/FrontendAda/array_constructor.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
4
2019-06-13T16:27:31.000Z
2021-06-07T07:24:31.000Z
llvm-2.9/test/FrontendAda/array_constructor.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
4
2018-09-23T05:44:33.000Z
2021-04-20T00:29:11.000Z
-- RUN: %llvmgcc -S %s procedure Array_Constructor is A : array (Integer range <>) of Boolean := (True, False); begin null; end;
19.285714
60
0.651852
13f26c896523b70b575599ac0870f198c6b5e5df
306,670
adb
Ada
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/hashKeyResizer.bind.adb
pratik0509/HLSx_Xilinx_edit
14bdbcdb3107aa225e46a0bfe7d4a2a426e9e1ca
[ "BSD-3-Clause" ]
null
null
null
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/hashKeyResizer.bind.adb
pratik0509/HLSx_Xilinx_edit
14bdbcdb3107aa225e46a0bfe7d4a2a426e9e1ca
[ "BSD-3-Clause" ]
null
null
null
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/hashKeyResizer.bind.adb
pratik0509/HLSx_Xilinx_edit
14bdbcdb3107aa225e46a0bfe7d4a2a426e9e1ca
[ "BSD-3-Clause" ]
1
2018-11-13T17:59:49.000Z
2018-11-13T17:59:49.000Z
<?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="...
26.540026
105
0.598252
57ee92c4cf6115224bfcfde10140b2be5bee1df9
4,358
adb
Ada
demo/src/demo.adb
VitalijBondarenko/notifyada
6bda83bf698b97fff150e2f7bc49d0684a7eb7d5
[ "MIT" ]
null
null
null
demo/src/demo.adb
VitalijBondarenko/notifyada
6bda83bf698b97fff150e2f7bc49d0684a7eb7d5
[ "MIT" ]
null
null
null
demo/src/demo.adb
VitalijBondarenko/notifyada
6bda83bf698b97fff150e2f7bc49d0684a7eb7d5
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (c) 2014-2021 Vitalii Bondarenko <vibondare@gmail.com> -- -- -- ----...
41.113208
78
0.530289
04f975c0432033087126befcb16615e77a64f6af
7,905
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-chahan.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-chahan.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-chahan.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
49.099379
79
0.540797
13db6d15e24869f751d96aebea517c06033541ef
2,658
ads
Ada
src/helios-tools-files.ads
stcarrez/helios
770055d87eaaa70a29a8a39190ecc8aa4e31b5be
[ "Apache-2.0" ]
1
2020-09-04T18:34:08.000Z
2020-09-04T18:34:08.000Z
src/helios-tools-files.ads
stcarrez/helios
770055d87eaaa70a29a8a39190ecc8aa4e31b5be
[ "Apache-2.0" ]
null
null
null
src/helios-tools-files.ads
stcarrez/helios
770055d87eaaa70a29a8a39190ecc8aa4e31b5be
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- helios-tools-files -- File parsing utilities for Helios -- 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...
38.521739
76
0.629797
13e973ede11aa1fdf021edd27cd422cce6f06b9d
615
ads
Ada
3-mid/physics/implement/bullet/source/thin/bullet_c-pointer_pointers.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
3-mid/physics/implement/bullet/source/thin/bullet_c-pointer_pointers.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
3-mid/physics/implement/bullet/source/thin/bullet_c-pointer_pointers.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
-- This file is generated by SWIG. Please do *not* modify by hand. -- with bullet_c.Pointers; package bullet_c.pointer_Pointers is -- Shape_Pointer_Pointer -- type Shape_Pointer_Pointer is access all bullet_c.Pointers.Shape_Pointer; -- Object_Pointer_Pointer -- type Object_Pointer_Pointer is access...
24.6
78
0.772358
04ea4e7836fc34a8d0281ac8a4fc7da230b37b75
2,602
adb
Ada
sources/jupyter/jupyter-start_kernel-io_pubs.adb
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
4
2020-06-17T16:45:16.000Z
2022-01-19T22:55:48.000Z
sources/jupyter/jupyter-start_kernel-io_pubs.adb
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
null
null
null
sources/jupyter/jupyter-start_kernel-io_pubs.adb
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
null
null
null
-- SPDX-FileCopyrightText: 2020 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ---------------------------------------------------------------- separate (Jupyter.Start_Kernel) package body IO_Pubs is ------------ -- Stream -- ------------ overriding procedure Stream (Self : in ...
28.282609
64
0.598386
04247a05a6540e659dc8796eceeaa431a57835e4
1,144
ads
Ada
examples/utils/sdl/sdl_sdl_error_h.ads
Fabien-Chouteau/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
13
2018-07-31T12:11:46.000Z
2021-11-19T14:16:46.000Z
examples/utils/sdl/sdl_sdl_error_h.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
1
2018-10-22T21:41:59.000Z
2018-10-22T21:41:59.000Z
examples/utils/sdl/sdl_sdl_error_h.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
4
2020-07-03T10:03:13.000Z
2022-02-10T03:35:07.000Z
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with Interfaces.C.Strings; package SDL_SDL_error_h is -- arg-macro: procedure SDL_OutOfMemory () -- SDL_Error(SDL_ENOMEM) -- arg-macro: procedure SDL_Unsupported () -- SDL_Error(SDL_UNSUPPORTED) proced...
31.777778
98
0.673951
2eaa296e2537f69175c75a8923379ee0445efe86
4,253
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2201n.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2201n.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2201n.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE2201N.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...
34.298387
79
0.566659
13c030842cf2c3dd18abe07110ea5df3c03c776f
1,714
ads
Ada
src/projectile.ads
thomas070605/shoot-n-loot
e242d71e9fe94271fe7fd79573ab06d231564350
[ "MIT" ]
null
null
null
src/projectile.ads
thomas070605/shoot-n-loot
e242d71e9fe94271fe7fd79573ab06d231564350
[ "MIT" ]
null
null
null
src/projectile.ads
thomas070605/shoot-n-loot
e242d71e9fe94271fe7fd79573ab06d231564350
[ "MIT" ]
null
null
null
-- Shoot'n'loot -- Copyright (c) 2020 Fabien Chouteau with GESTE; with GESTE.Sprite; with GESTE.Tile_Bank; with GESTE.Maths_Types; with GESTE.Physics; with GESTE_Config; package Projectile is type Instance (Bank : not null GESTE.Tile_Bank.Const_Ref; Init_Frame : GESTE_Config.Tile_Index) is t...
28.566667
74
0.603267
2ed878c5bf8799057cd173788d3cbed3b53a9aa1
8,166
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a22e.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a22e.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a22e.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CD2A22E.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...
37.631336
79
0.571149
ad8814161583b96f5403784ca1517d7e5e4f15a3
5,162
ads
Ada
source/amf/uml/amf-uml-template_bindings-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-template_bindings-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-template_bindings-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
56.108696
92
0.531383
04b23d6f7b8fb044da9c52a7f6e18df7a632ebe4
8,332
adb
Ada
src/qweyboard/qweyboard-languages-parser.adb
kqr/qweyboard
d4e8b8cac8450d5dbb0ed69e78d8d71dcaec91da
[ "0BSD" ]
33
2017-02-25T22:20:45.000Z
2022-02-18T01:21:58.000Z
src/qweyboard/qweyboard-languages-parser.adb
kqr/qweyboard
d4e8b8cac8450d5dbb0ed69e78d8d71dcaec91da
[ "0BSD" ]
1
2017-03-09T08:05:57.000Z
2017-03-09T08:05:57.000Z
src/qweyboard/qweyboard-languages-parser.adb
kqr/qweyboard
d4e8b8cac8450d5dbb0ed69e78d8d71dcaec91da
[ "0BSD" ]
2
2017-03-08T21:32:37.000Z
2020-01-09T21:15:30.000Z
package body Qweyboard.Languages.Parser is procedure Finalize (State : in out Lexer_State) is begin if IO.Is_Open (State.File) then IO.Close (State.File); end if; end Finalize; procedure Parse (File_Name : String) is State : Lexer_State; begin IO.Open (State.File, IO.In_...
34.288066
150
0.62794
adea1839b1cec673c69c4f1f16f9fb29573798ac
3,576
adb
Ada
bb-runtimes/src/s-macres__rpi2.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-macres__rpi2.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-macres__rpi2.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
38.869565
78
0.436521
227f5c10a33e288bb70c06b7f4876a4b81c4a380
3,071
adb
Ada
src/natools-file_streams.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-file_streams.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-file_streams.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2015, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
33.747253
78
0.604038
4113395fbaf9016b86bcb469f5b909d2647b49f2
6,149
ads
Ada
tools-src/gnu/gcc/gcc/ada/sem_case.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/sem_case.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/sem_case.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
49.99187
78
0.560416
228b445d6dcee97fca58652cd51cb6a8cecfeff9
9,851
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a32a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a32a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a32a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CD2A32A.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...
36.084249
79
0.511725
4b03ca9389287e75b41843215d22eb6f55cb51cb
3,488
ads
Ada
tools/scitools/conf/understand/ada/ada95/g-busora.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada95/g-busora.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada95/g-busora.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
63.418182
78
0.518922
a16e88b0aa70ea7885fc29afc436db9640d123c7
870
adb
Ada
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/char_param/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/char_param/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/char_param/foo.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2007-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. -- -- ...
31.071429
73
0.711494
13983b69ce7adfeefca1d34dcf3778a29614b165
1,883
adb
Ada
tests/auto_counters_suite.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
5
2016-02-22T10:29:26.000Z
2021-12-18T08:20:12.000Z
tests/auto_counters_suite.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
1
2022-02-16T03:38:08.000Z
2022-02-20T21:11:30.000Z
tests/auto_counters_suite.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
null
null
null
-- Auto_Counters_Suite -- Unit tests for Auto_Counters packages -- Copyright (c) 2016, James Humphry - see LICENSE file for details with Smart_Ptrs_Tests; with Auto_Counters_Suite.Unique_Ptrs_Tests; with Auto_Counters_Suite.C_Resources_Tests; with Auto_Counters_Suite.Refcounted_Flyweights_Tests; with Auto_Counters_Su...
36.211538
101
0.795539
3d7531d0fc957b9051d6d723c29d5f9ae77162a4
1,076
adb
Ada
examples/arinc653-threads/sample-ada/cpu/part1/main.adb
Ureir/pok
1f9e357e3f66caf56354d186c5f96f296b158ba5
[ "BSD-2-Clause" ]
null
null
null
examples/arinc653-threads/sample-ada/cpu/part1/main.adb
Ureir/pok
1f9e357e3f66caf56354d186c5f96f296b158ba5
[ "BSD-2-Clause" ]
null
null
null
examples/arinc653-threads/sample-ada/cpu/part1/main.adb
Ureir/pok
1f9e357e3f66caf56354d186c5f96f296b158ba5
[ "BSD-2-Clause" ]
null
null
null
-- POK header -- -- The following file is a part of the POK project. Any modification should -- be made according to the POK licence. You CANNOT use this file or a part -- of a file for your own project. -- -- For more information on the POK licence, please see our LICENCE FILE -- -- Pleas...
28.315789
75
0.625465
57b0ea546d8581dcff5f44cd278023d4cd6fe61c
1,720
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_get_property_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
2
2015-11-12T11:16:20.000Z
2021-08-24T22:32:04.000Z
tier-1/xcb/source/thin/xcb-xcb_get_property_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
1
2018-06-05T05:19:35.000Z
2021-11-20T01:13:23.000Z
tier-1/xcb/source/thin/xcb-xcb_get_property_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
null
null
null
-- 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_get_property_reply_t is -- Item -- type Item is record response_type : aliased Interfaces.Unsigned_8; format : aliased Interfaces....
29.152542
77
0.663372
04b4054a9c6aed5cad8957766e1fc4520f44466a
3,336
ads
Ada
components/src/io_expander/pcf8574/pcf8574.ads
RREE/Ada_Drivers_Library
791616adf3c742de256e37717d3376393e6f407a
[ "BSD-3-Clause" ]
null
null
null
components/src/io_expander/pcf8574/pcf8574.ads
RREE/Ada_Drivers_Library
791616adf3c742de256e37717d3376393e6f407a
[ "BSD-3-Clause" ]
null
null
null
components/src/io_expander/pcf8574/pcf8574.ads
RREE/Ada_Drivers_Library
791616adf3c742de256e37717d3376393e6f407a
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2022, AdaCore -- -- -- -- Redis...
52.125
78
0.550659
136c2b2421cbebc534a863bccf54ff02fb0b99c2
3,869
ads
Ada
source/amf/ocl/amf-ocl-collection_literal_parts.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/ocl/amf-ocl-collection_literal_parts.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/ocl/amf-ocl-collection_literal_parts.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
64.483333
78
0.430344
590a8158d3e8f285d0f1838e8f08004c084f2ff3
130
ads
Ada
test_suite/aoc_suite.ads
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
3
2020-12-26T23:44:33.000Z
2021-12-06T16:00:54.000Z
test_suite/aoc_suite.ads
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
null
null
null
test_suite/aoc_suite.ads
jwarwick/aoc_2020
b88e5a69f7ce035c4bc0a2474e0e0cdbb7b43377
[ "MIT" ]
null
null
null
with AUnit.Test_Suites; use AUnit.Test_Suites; package AOC_Suite is function Suite return Access_Test_Suite; end AOC_Suite;
16.25
46
0.807692
2e3c5fa2be6ed4423c77ca3fcfc1630b8304ce03
68,741
adb
Ada
honeybee_proj/HBG/.autopilot/db/honeybee.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
honeybee_proj/HBG/.autopilot/db/honeybee.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
honeybee_proj/HBG/.autopilot/db/honeybee.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
<?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/> <cdfg class_id="1" tracking_level="1" version="0...
31.288575
79
0.463886
131851470290df15ddf7803abf1f14b9746d810b
801
ads
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/py_range/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/py_range/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/py_range/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2007-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. -- -- ...
34.826087
73
0.735331
0449c0c31832e3c8f50fd8646d27543f94f12dd5
403
ada
Ada
Task/Metronome/Ada/metronome.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2021-05-05T13:42:20.000Z
2021-05-05T13:42:20.000Z
Task/Metronome/Ada/metronome.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Metronome/Ada/metronome.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
with Ada.Text_IO; use Ada.Text_IO; --This package is for the delay. with Ada.Calendar; use Ada.Calendar; --This package adds sound with Ada.Characters.Latin_1; procedure Main is begin Put_Line ("Hello, this is 60 BPM"); loop Ada.Text_IO.Put (Ada.Characters.Latin_1.BEL); delay 0.9; --Delay ...
17.521739
82
0.687345
04ba0f4a34ea9ecad9ae3072a22a41f771dd928b
3,709
adb
Ada
testsuite/utils/src/compare_files.adb
ellamosi/Ada_BMP_Library
c1de8ce0127dd6b264a6e5abcd721a26bf005c3f
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
testsuite/utils/src/compare_files.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
testsuite/utils/src/compare_files.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017, AdaCore -- -- -- -- ...
52.239437
78
0.544082
048f52cb060f37b9c5bf81f3fdbfe9239a14ba5e
1,820
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_lookup_color_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
2
2015-11-12T11:16:20.000Z
2021-08-24T22:32:04.000Z
tier-1/xcb/source/thin/xcb-xcb_lookup_color_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
1
2018-06-05T05:19:35.000Z
2021-11-20T01:13:23.000Z
tier-1/xcb/source/thin/xcb-xcb_lookup_color_reply_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
null
null
null
-- This file is generated by SWIG. Please do not modify by hand. -- with Interfaces; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_lookup_color_reply_t is -- Item -- type Item is record response_type : aliased Interfaces.Unsigned_8; pad0 : aliased Interfaces.Unsigned_8;...
30.333333
77
0.674725
04eb8b0819001ecd63c3b3a1a9175affdd22d39e
6,677
adb
Ada
configuration-step_1.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
13
2021-09-28T18:14:32.000Z
2022-02-09T17:48:53.000Z
configuration-step_1.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
9
2021-09-28T19:18:25.000Z
2022-01-14T22:54:06.000Z
configuration-step_1.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
1
2021-10-21T21:19:08.000Z
2021-10-21T21:19:08.000Z
------------------------------------------------------------------------------ -- -- -- Ada User Repository Annex (AURA) -- -- ANNEXI-STRAYLINE Reference Implementation -- -- ...
45.732877
79
0.508462
0400f95150720d92356a1f675938855f21b8e709
414
ads
Ada
src/interface/yaml-destination.ads
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
32
2017-08-02T16:45:34.000Z
2021-08-18T20:12:57.000Z
src/interface/yaml-destination.ads
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
15
2017-09-13T09:43:38.000Z
2022-01-20T23:21:47.000Z
src/interface/yaml-destination.ads
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
5
2017-09-19T16:54:22.000Z
2020-04-09T07:17:02.000Z
-- part of AdaYaml, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "copying.txt" with Ada.Finalization; package Yaml.Destination is type Instance is abstract new Ada.Finalization.Limited_Controlled with null record; type Pointer is access all Instance'Class; p...
29.571429
75
0.743961
1a5c53e7c24f57aa258f1ec3e6e400bf2e20fc66
2,074
adb
Ada
3-mid/opengl/source/platform/egl/opengl-context.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/opengl/source/platform/egl/opengl-context.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/opengl/source/platform/egl/opengl-context.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
with opengl.Display .privvy, opengl.surface_Profile.privvy, opengl.Surface .privvy, egl.Binding, System; package body openGL.Context is use egl.Binding, System; procedure define (Self : in out Item; the_Display : access opengl.Display.item'Class; ...
30.5
100
0.532787
dcf88e81bea7a7ad89fe473ed57867cc3e722ee6
852
ads
Ada
build_gnu/binutils/gdb/testsuite/gdb.ada/null_record/bar.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2017-05-31T21:42:12.000Z
2017-05-31T21:42:12.000Z
build_gnu/binutils/gdb/testsuite/gdb.ada/null_record/bar.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
null
null
null
build_gnu/binutils/gdb/testsuite/gdb.ada/null_record/bar.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2019-12-17T22:04:07.000Z
2019-12-17T22:04:07.000Z
-- Copyright 2004-2014 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. -- -- ...
35.5
73
0.733568
3dd332705ead92aa5e89c6e626d7c32a4c009e14
284
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/aggr21.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/aggr21.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/aggr21.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } with Aggr21_Pkg; use Aggr21_Pkg; procedure Aggr21 is V : Rec; begin V.A := 12; V.S (1 .. 10) := "Hello init"; V.N := 123; Init (V); -- Probably not reliable, but the compiler is supposed not to modify V.S pragma Assert (V.s (1 .. 5) = "Hello"); end;
18.933333
75
0.591549
57b3f979bce19a2411f9ce063265bd4e225ec491
9,278
ads
Ada
generated-sources/ada-server/mojang-sessions/src/model/com-github-asyncmc-mojang-sessions-ada-server-model-models.ads
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/ada-server/mojang-sessions/src/model/com-github-asyncmc-mojang-sessions-ada-server-model-models.ads
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
generated-sources/ada-server/mojang-sessions/src/model/com-github-asyncmc-mojang-sessions-ada-server-model-models.ads
AsyncMC/Mojang-API-Libs
b01bbd2bce44bfa2b9ed705a128cf4ecda077916
[ "Apache-2.0" ]
null
null
null
-- Mojang Session API -- No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) -- -- OpenAPI spec version: 2020_06_05 -- -- -- NOTE: This package is auto generated by the swagger code generator 3.3.4. -- https://openapi-generator.tech -- Do not edit the class...
36.964143
121
0.599052
1a0b129d33e06503286017c64d2229ce64a489ea
3,301
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-caldel.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-caldel.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-caldel.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
61.12963
78
0.471675
047ce4f091ed13136bcd006d52b59731a2f7645e
10,875
adb
Ada
src/annotation_processor/implementation/yaml-transformator-annotation-concatenation.adb
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
32
2017-08-02T16:45:34.000Z
2021-08-18T20:12:57.000Z
src/annotation_processor/implementation/yaml-transformator-annotation-concatenation.adb
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
15
2017-09-13T09:43:38.000Z
2022-01-20T23:21:47.000Z
src/annotation_processor/implementation/yaml-transformator-annotation-concatenation.adb
robdaemon/AdaYaml
2cb52c5e7eee3a2d9951945d5ddb4eeddc088f6e
[ "MIT" ]
5
2017-09-19T16:54:22.000Z
2020-04-09T07:17:02.000Z
-- part of AdaYaml, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "copying.txt" with Ada.Unchecked_Deallocation; package body Yaml.Transformator.Annotation.Concatenation is procedure Put (Object : in out Instance; E : Event) is begin Object.State.all (Object, E); ...
40.578358
95
0.529747
041f8dc7c59d1efa40a0064f95a4352f4a73b21b
5,161
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-ztmoio.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-ztmoio.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-ztmoio.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
36.34507
78
0.499903
4b056620049d2220f0d7671f794fedf63b8dc048
12,547
adb
Ada
software/driver/fs/fat_filesystem-directories-files.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/driver/fs/fat_filesystem-directories-files.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/driver/fs/fat_filesystem-directories-files.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
-- Project: StratoX -- Department: Real-Time Computer Systems (RCS) -- Project: StratoX -- Authors: Martin Becker (becker@rcs.ei.tum.de) -- -- XXX! Nothing here is proven thread-safe! with Ada.Unchecked_Conversion; with FAT_Filesystem; use FAT_Filesystem; -- @summary File handling for FAT FS package bod...
33.63807
100
0.555671
047e5d7974cef69c0e8ca02d9c94c1a61d5a4348
44,747
ads
Ada
arch/ARM/STM32/svd/stm32l0x3/stm32_svd-tim.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/STM32/svd/stm32l0x3/stm32_svd-tim.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/svd/stm32l0x3/stm32_svd-tim.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- This spec has been automatically generated from STM32L0x3.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.TIM is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CR1_CMS_Field is HAL.U...
33.822373
65
0.559792
ad68cae73a5b2d5f2de2691e0a84164b215b3084
1,472
adb
Ada
dg_floats.adb
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
2
2021-03-26T08:25:38.000Z
2021-06-08T03:10:12.000Z
dg_floats.adb
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
null
null
null
dg_floats.adb
SMerrony/dgemua
138b09f814c3576e45fe8d25303a6c2329999757
[ "MIT" ]
null
null
null
-- MIT License -- Copyright (c) 2021 Stephen Merrony -- 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 limitation the rights -- to use, copy, modify,...
38.736842
81
0.71875
04bba16e0ef02c45b8a0cc45e7e4d5ec1cd2a377
930
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/funcall_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/funcall_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/funcall_param/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- 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. -- -- ...
32.068966
73
0.71828
04a7a68735206796f0971d3319e846e8a3ad0235
1,538
ads
Ada
src/arch/cores/armv7-m/m4-cpu-instructions.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/arch/cores/armv7-m/m4-cpu-instructions.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/arch/cores/armv7-m/m4-cpu-instructions.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
-- -- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr> -- - Ryad Benadjila -- - Arnauld Michelizza -- - Mathieu Renard -- - Philippe Thierry -- - Philippe Trebuchet -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the...
23.661538
79
0.674902
2ea9991ac142efc50cbfad3e5a614a3dcdcc8a43
375
ada
Ada
Task/Reverse-a-string/Ada/reverse-a-string.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Reverse-a-string/Ada/reverse-a-string.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Reverse-a-string/Ada/reverse-a-string.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Text_IO; use Ada.Text_IO; procedure Reverse_String is function Reverse_It (Item : String) return String is Result : String (Item'Range); begin for I in Item'range loop Result (Result'Last - I + Item'First) := Item (I); end loop; return Result; end Reverse_It; begin ...
25
59
0.666667