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
4a13876187241ab86a5f11e4622575d5217b11d2
309
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/array9.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/array9.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/array9.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } procedure Array9 is V1 : String(1..10) := "1234567890"; V2 : String(1..-1) := ""; procedure Compare (S : String) is begin if S'Size /= 8*S'Length then raise Program_Error; end if; end; begin Compare (""); Compare ("1234"); Compare (V1); Compare (V2); end;
14.714286
37
0.563107
dc4cbe17ad0d5e72150c334692e5f842a1cb984c
1,079
adb
Ada
boards/stm32f103_uext/stm32gd-board.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
boards/stm32f103_uext/stm32gd-board.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
boards/stm32f103_uext/stm32gd-board.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with STM32_SVD; use STM32_SVD; with STM32_SVD.RCC; with STM32_SVD.NVIC; with STM32_SVD.GPIO; with STM32_SVD.USB; use STM32_SVD.USB; package body STM32GD.Board is procedure Init is begin STM32_SVD.RCC.RCC_Periph.APB2ENR.AFIOEN := 1; STM32_SVD.RCC.RCC_Periph.APB2ENR.IOPAEN := 1; STM32_SVD.RCC.RC...
26.975
81
0.650602
1080363aa54669d427147aaa50b842f8111eac93
574
ads
Ada
tests/tk-ttkentry-test_data.ads
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
2
2020-12-09T07:27:07.000Z
2021-10-19T13:31:54.000Z
tests/tk-ttkentry-test_data.ads
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
null
null
null
tests/tk-ttkentry-test_data.ads
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
null
null
null
-- This package is intended to set up and tear down the test environment. -- Once created by GNATtest, this package will never be overwritten -- automatically. Contents of this package can be modified in any way -- except for sections surrounded by a 'read only' marker. with AUnit.Test_Fixtures; package Tk.TtkEn...
30.210526
75
0.756098
23edf39e80d9d440915582fd7d0dc83889407182
639
ads
Ada
src/tests/bintoasc_suite-misc_tests.ads
jhumphry/Ada_BinToAsc
b1aa44263d03c46ffe32b766ea01a7710dabbd63
[ "0BSD" ]
null
null
null
src/tests/bintoasc_suite-misc_tests.ads
jhumphry/Ada_BinToAsc
b1aa44263d03c46ffe32b766ea01a7710dabbd63
[ "0BSD" ]
null
null
null
src/tests/bintoasc_suite-misc_tests.ads
jhumphry/Ada_BinToAsc
b1aa44263d03c46ffe32b766ea01a7710dabbd63
[ "0BSD" ]
null
null
null
-- BinToAsc_Suite.Misc_Tests -- Unit tests for BinToAsc -- Copyright (c) 2015, James Humphry - see LICENSE file for details with AUnit; use AUnit; with AUnit.Test_Cases; use AUnit.Test_Cases; package BinToAsc_Suite.Misc_Tests is type Misc_Test is new Test_Cases.Test_Case with null record; procedure Register_...
26.625
81
0.768388
fb3511cbcf794c3e6a310977ab74b9aed30049af
27,122
adb
Ada
src/gen-model-packages.adb
My-Colaborations/dynamo
09704417a23050d5bb52d48a65a14a1c2d926184
[ "Apache-2.0" ]
null
null
null
src/gen-model-packages.adb
My-Colaborations/dynamo
09704417a23050d5bb52d48a65a14a1c2d926184
[ "Apache-2.0" ]
null
null
null
src/gen-model-packages.adb
My-Colaborations/dynamo
09704417a23050d5bb52d48a65a14a1c2d926184
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- gen-model-packages -- Packages holding model, query representation -- Copyright (C) 2009 - 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -...
39.768328
99
0.572524
20d0e84d66cb3cf1480ab3f0125deb967b38bd81
263
adb
Ada
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/delay_until.adb
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
488
2015-01-09T08:54:48.000Z
2022-03-30T07:15:46.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/delay_until.adb
LaudateCorpus1/rose-1
5fe906d2a01253130c5de465aded6a917a8476a0
[ "BSD-3-Clause" ]
174
2015-01-28T18:41:32.000Z
2022-03-31T16:51:05.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/dot_asis_tests/test_units/delay_until.adb
passlab/rexompiler
5494df3766ab606e230c5f1785b438a019c9e353
[ "BSD-3-Clause" ]
146
2015-04-27T02:48:34.000Z
2022-03-04T07:32:53.000Z
with Ada.Real_Time; procedure Delay_Until is use Ada.Real_Time; Start_Time : Time := Clock; Period : constant Time_Span := Milliseconds(5000); Poll_Time : Time; begin Poll_Time := Start_Time; delay until Poll_Time; end Delay_Until;
20.230769
54
0.688213
5088fb28606a7e4e70780fafe8790b052bf2d5b6
6,736
ads
Ada
tools-src/gnu/gcc/gcc/ada/s-tasren.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/s-tasren.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/s-tasren.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
44.906667
78
0.559976
dfa5efe4e7b07813fc7ee4c9fc4c60510af7dd66
8,496
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/ali-util.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/ali-util.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/ali-util.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
51.804878
79
0.606992
fb5107c7a0c6772fafc40acefd8a04314f98f4ef
6,169
adb
Ada
generic_unbounded_array.adb
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
19
2018-03-18T18:07:14.000Z
2022-03-30T03:10:12.000Z
generic_unbounded_array.adb
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
4
2021-08-23T12:52:06.000Z
2022-03-31T10:48:43.000Z
generic_unbounded_array.adb
jrcarter/Ada_GUI
65a829c55dec91fd48a0b72f88d76137768bf4fb
[ "BSD-3-Clause" ]
null
null
null
-- -- -- package Copyright (c) Dmitry A. Kazakov -- -- Generic_Unbounded_Array Luebeck -- -- Implementation Spring, 2002 -- -- ...
34.853107
73
0.512077
fbc67a51a8a9607aeec52eb05a735daf749571d5
52
ads
Ada
src/simple_blockchain.ads
tomekw/simple_blockchain
141bca753bbccd5db55ccc587a10af46eeebc9f6
[ "MIT" ]
23
2018-06-20T13:36:43.000Z
2021-01-30T11:31:56.000Z
src/simple_blockchain.ads
avujic/simple_blockchain
33320e6bf0545bf52c069f5945c24148b12f45e5
[ "MIT" ]
3
2018-06-17T13:46:17.000Z
2018-07-02T16:48:06.000Z
src/simple_blockchain.ads
avujic/simple_blockchain
33320e6bf0545bf52c069f5945c24148b12f45e5
[ "MIT" ]
6
2018-06-20T19:06:25.000Z
2021-02-26T21:11:59.000Z
package Simple_Blockchain is end Simple_Blockchain;
17.333333
28
0.884615
230105561a5cf140c6bc12a2a751283b72629e43
3,632
ads
Ada
source/amf/ocl/amf-ocl-invalid_literal_exps-hash.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-invalid_literal_exps-hash.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-invalid_literal_exps-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
72.64
90
0.405837
107762230d2978572f273b9d90d1b5c6164b4a56
7,194
adb
Ada
src/show_version.adb
wiremoons/apass
a73f116d22ef41b87caf5fc238f47c0a6798a560
[ "MIT" ]
3
2021-02-05T13:12:39.000Z
2022-03-30T03:54:44.000Z
src/show_version.adb
wiremoons/apass
a73f116d22ef41b87caf5fc238f47c0a6798a560
[ "MIT" ]
null
null
null
src/show_version.adb
wiremoons/apass
a73f116d22ef41b87caf5fc238f47c0a6798a560
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------- -- Package : Show_Version -- -- Description : Display current program version and build info. -- -- Author : Simon Rowe <simon@wiremoons.com> -- ...
35.438424
116
0.53628
df6510eb106a9f18cd6bfbfa9ec1a2c26ca43f4f
319
ads
Ada
source/hash/a-szbzha.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/hash/a-szbzha.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/hash/a-szbzha.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); with Ada.Containers; generic with package Bounded is new Generic_Bounded_Length (<>); function Ada.Strings.Wide_Wide_Bounded.Wide_Wide_Hash ( Key : Bounded.Bounded_Wide_Wide_String) return Containers.Hash_Type; pragma Preelaborate (Ada.Strings.Wide_Wide_Bounded.Wide_Wide_Hash);
35.444444
67
0.818182
20cda202c7f8a87d3598f0768324e442860055f2
5,946
adb
Ada
bb-runtimes/src/s-bbsuti__riscv_clint.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-bbsuti__riscv_clint.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-bbsuti__riscv_clint.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
39.90604
79
0.508745
fbc738520b4bc8b29cf47b8f6a7b03a6c812d87a
517
ads
Ada
my_lib.ads
ScottWLoyd/ada_dynamic_libs
88ad4d539d09297dc35309f94c6a292fade25b8a
[ "Unlicense" ]
1
2021-12-06T11:44:47.000Z
2021-12-06T11:44:47.000Z
my_lib.ads
ScottWLoyd/ada_dynamic_libs
88ad4d539d09297dc35309f94c6a292fade25b8a
[ "Unlicense" ]
null
null
null
my_lib.ads
ScottWLoyd/ada_dynamic_libs
88ad4d539d09297dc35309f94c6a292fade25b8a
[ "Unlicense" ]
null
null
null
-- @TODO: do we need to create a seperate spec file which imports these as stated here: -- https://gcc.gnu.org/onlinedocs/gcc-4.1.2/gnat_ugn_unw/Creating-a-Spec-for-Ada-DLLs.html#Creating-a-Spec-for-Ada-DLLs package my_lib is procedure Do_Stuff; -- procedure Initialize_API; -- procedure Finalize_API; -- This sh...
27.210526
119
0.742747
1c386f25a475804c5667fb7170637a687c1d532b
21,521
adb
Ada
src/events.adb
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
src/events.adb
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
src/events.adb
aeszter/sharepoint2ics
9f56213e310914261894ef84c9ac84d309eb0b8d
[ "MIT" ]
null
null
null
with Ada.Calendar; use Ada.Calendar; with Ada.Text_IO; use Ada.Text_IO; with Ada.Characters; with Ada.Characters.Latin_1; with Ada.Real_Time; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Strings.Fixed; with GNAT.Calendar; use GNAT.Calendar; with GNAT.Calendar.Time_IO; with DOM.Core; use DOM.Core; wi...
40.301498
88
0.512987
50608810e9f4d8216fd3280ce2faa1cd6a55153e
472
adb
Ada
bucket_7E/matreshka/patches/patch-tools_configure_configure-tests-mysql.adb
jrmarino/ravensource
91d599fd1f2af55270258d15e72c62774f36033e
[ "FTL" ]
17
2017-04-22T21:53:52.000Z
2021-01-21T16:57:55.000Z
bucket_7E/matreshka/patches/patch-tools_configure_configure-tests-mysql.adb
jrmarino/ravensource
91d599fd1f2af55270258d15e72c62774f36033e
[ "FTL" ]
186
2017-09-12T20:46:52.000Z
2021-11-27T18:15:14.000Z
bucket_7E/matreshka/patches/patch-tools_configure_configure-tests-mysql.adb
jrmarino/ravensource
91d599fd1f2af55270258d15e72c62774f36033e
[ "FTL" ]
74
2017-09-06T14:48:01.000Z
2021-08-28T02:48:27.000Z
--- tools/configure/configure-tests-mysql.adb.orig 2015-03-17 15:01:56 UTC +++ tools/configure/configure-tests-mysql.adb @@ -219,7 +219,7 @@ package body Configure.Tests.MySQL is (MySQL_Library_Options, +"""-L" & Self.Switches.Libdir - & """, ""-lmysqlclien...
39.333333
82
0.536017
0e24d1078b334e074efd00f38edabdaf1adb2976
122,127
adb
Ada
hls_video_processor/solution1/.autopilot/db/Loop_loop_height_pro_1.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
1
2021-04-27T01:33:32.000Z
2021-04-27T01:33:32.000Z
hls_video_processor/solution1/.autopilot/db/Loop_loop_height_pro_1.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
null
null
null
hls_video_processor/solution1/.autopilot/db/Loop_loop_height_pro_1.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
2
2020-07-09T12:12:30.000Z
2021-05-23T22:00:42.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" ver...
27.370462
100
0.574206
397cf0bb5cac031b71362c22344ab03b3662643c
4,524
adb
Ada
bb-runtimes/src/s-textio__rpi2-mini.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-textio__rpi2-mini.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-textio__rpi2-mini.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
30.986301
78
0.435013
2354d2e59a0515bdd2d40ac1eb673333907365d0
6,202
ads
Ada
boards/native/src/native-spi.ads
Sawchord/Ada_Drivers_Library
84e3ee84d6a5f48832779fb2e3001a9f896d0d90
[ "BSD-3-Clause" ]
null
null
null
boards/native/src/native-spi.ads
Sawchord/Ada_Drivers_Library
84e3ee84d6a5f48832779fb2e3001a9f896d0d90
[ "BSD-3-Clause" ]
null
null
null
boards/native/src/native-spi.ads
Sawchord/Ada_Drivers_Library
84e3ee84d6a5f48832779fb2e3001a9f896d0d90
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2018, AdaCore -- -- -- -- ...
36.698225
78
0.575298
d0bb242b74942b8019164759f196bfd134f9d51b
40,129
adb
Ada
src/support_utils/support_utils-developer_parameters.adb
hugovk/whitakers-words
bf1eef1ced4d5d0d90779df38827fd0c793daf5b
[ "FTL" ]
null
null
null
src/support_utils/support_utils-developer_parameters.adb
hugovk/whitakers-words
bf1eef1ced4d5d0d90779df38827fd0c793daf5b
[ "FTL" ]
null
null
null
src/support_utils/support_utils-developer_parameters.adb
hugovk/whitakers-words
bf1eef1ced4d5d0d90779df38827fd0c793daf5b
[ "FTL" ]
null
null
null
-- WORDS, a Latin dictionary, by Colonel William Whitaker (USAF, Retired) -- -- Copyright William A. Whitaker (1936–2010) -- -- This is a free program, which means it is proper to copy it and pass -- it on to your friends. Consider it a developmental item for which -- there is no charge. However, just for form, it is C...
46.019495
80
0.621097
50832731e758854293137cb9ed199b0b569eeceb
2,557
adb
Ada
arch/RISC-V/src/rv64/riscv-csr_generic-write_csr_64.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
arch/RISC-V/src/rv64/riscv-csr_generic-write_csr_64.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
arch/RISC-V/src/rv64/riscv-csr_generic-write_csr_64.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2020, AdaCore -- -- -- -- ...
63.925
78
0.51975
4a5629a7bac6e36a8083ae7df782a366f23c73b9
206
ads
Ada
dependencies/agar/ada-demos/winicon_callbacks.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
286
2017-07-31T20:05:16.000Z
2022-03-26T20:26:24.000Z
dependencies/agar/ada-demos/winicon_callbacks.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
67
2017-08-30T18:56:21.000Z
2021-09-08T03:38:20.000Z
dependencies/agar/ada-demos/winicon_callbacks.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
31
2017-08-14T13:34:12.000Z
2022-03-14T15:33:49.000Z
with agar.core.event; package winicon_callbacks is package gui_event renames agar.core.event; procedure quit (event : gui_event.event_access_t); pragma convention (c, quit); end winicon_callbacks;
20.6
52
0.781553
fb1de72ac69f082667c15c9d41c3671ac4d52c61
19,713
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_disp.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_disp.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_disp.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
50.546154
79
0.682443
1c4ba6d71655f639eea37d4f77c0f481f6893391
263
ads
Ada
libgnat/gnat/last_chance_handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
65
2018-09-26T09:10:11.000Z
2022-01-30T21:17:37.000Z
libgnat/gnat/last_chance_handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
22
2019-04-07T15:15:54.000Z
2020-10-15T12:45:54.000Z
libgnat/gnat/last_chance_handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
10
2018-09-27T09:43:08.000Z
2021-01-29T22:50:17.000Z
with System; package Last_Chance_Handler is procedure Last_Chance_Handler (File : System.Address; Line : Integer); pragma Export (C, Last_Chance_Handler, "__gnat_last_chance_handler"); pragma No_Return (Last_Chance_Handler); end Last_Chance_Handler;
23.909091
73
0.790875
503cce73d17c1e7ed965672f7308be15f126ae0b
395
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/prot2_pkg2.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/prot2_pkg2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/prot2_pkg2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
with Unchecked_Deallocation; package body Prot2_Pkg2 is protected type Rec is private M : T; end Rec; protected body Rec is end; procedure Create (B : out Id) is begin B := new Rec; end; procedure Delete (B : in out Id) is procedure Free is new Unchecked_Deallocation(Obj...
16.458333
78
0.625316
fb415e70f8dee0e80fe9b65870aad65e887ea8e8
995,101
adb
Ada
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/convolution_hw.bind.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
7
2021-02-10T17:59:48.000Z
2021-09-27T15:02:56.000Z
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/convolution_hw.bind.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
null
null
null
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/convolution_hw.bind.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
1
2022-03-22T01:46:01.000Z
2022-03-22T01:46:01.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.4282
74
0.607148
4aace2d3dd8f0f3fac84b3b9a950765333f6dfbb
2,507
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-clrefi.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-clrefi.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-clrefi.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
69.638889
78
0.395692
df55680bfdd4f5a7ab084bc483d26d8437e9f2e2
3,140
ads
Ada
tools/scitools/conf/understand/ada/ada12/g-io_aux.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/g-io_aux.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/g-io_aux.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
57.090909
78
0.395541
d022e75899be7724ed149af4075b7d1a2803e904
4,054
ads
Ada
source/amf/uml/amf-uml-communication_paths.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-communication_paths.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-communication_paths.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
64.349206
78
0.429206
1015103b2756813d7fea54df6b01a0bc24b8cce3
3,842
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/g-crc32.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/g-crc32.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/g-crc32.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
43.659091
78
0.461999
fb60bad2d8e68c9f0432ab69008ccbc1c7cd15d4
1,038
ada
Ada
Task/Sorting-algorithms-Bubble-sort/Ada/sorting-algorithms-bubble-sort.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Sorting-algorithms-Bubble-sort/Ada/sorting-algorithms-bubble-sort.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Sorting-algorithms-Bubble-sort/Ada/sorting-algorithms-bubble-sort.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
generic type Element is private; with function "=" (E1, E2 : Element) return Boolean is <>; with function "<" (E1, E2 : Element) return Boolean is <>; type Index is (<>); type Arr is array (Index range <>) of Element; procedure Bubble_Sort (A : in out Arr); procedure Bubble_Sort (A : in out Arr) is Finished : Bo...
23.066667
59
0.622351
fbaf59fb9c0e5e0076e9b8652e5090c6154683f6
65
adb
Ada
regression/symtab2gb/multiple_symtabs/user.adb
gsingh93/cbmc
f81c8c0c744b1c422fe9b4278764a22f8727724e
[ "BSD-4-Clause" ]
412
2016-04-02T01:14:27.000Z
2022-03-27T09:24:09.000Z
regression/symtab2gb/multiple_symtabs/user.adb
gsingh93/cbmc
f81c8c0c744b1c422fe9b4278764a22f8727724e
[ "BSD-4-Clause" ]
4,671
2016-02-25T13:52:16.000Z
2022-03-31T22:14:46.000Z
regression/symtab2gb/multiple_symtabs/user.adb
gsingh93/cbmc
f81c8c0c744b1c422fe9b4278764a22f8727724e
[ "BSD-4-Clause" ]
266
2016-02-23T12:48:00.000Z
2022-03-22T18:15:51.000Z
with Library; procedure User is begin Library (11); end User;
9.285714
17
0.723077
cb711d0248557325b6ebee5fbd246b404c03154b
130
adb
Ada
Blob_Lib/assimp-5.2.3/assimp/contrib/zlib/contrib/ada/test.adb
antholuo/Blob_Traffic
5d6acf88044e9abc63c0ff356714179eaa4b75bf
[ "MIT" ]
null
null
null
Blob_Lib/assimp-5.2.3/assimp/contrib/zlib/contrib/ada/test.adb
antholuo/Blob_Traffic
5d6acf88044e9abc63c0ff356714179eaa4b75bf
[ "MIT" ]
null
null
null
Blob_Lib/assimp-5.2.3/assimp/contrib/zlib/contrib/ada/test.adb
antholuo/Blob_Traffic
5d6acf88044e9abc63c0ff356714179eaa4b75bf
[ "MIT" ]
null
null
null
version https://git-lfs.github.com/spec/v1 oid sha256:5e3abe79b387e09a9a42bd0543105e228f39a335240cffc33d71f0ba66ff2511 size 13180
32.5
75
0.884615
23c4e720914998987207ec101e32a2132c6335db
397
ads
Ada
specs/ada/common/tkmrpc-response-ike-ae_reset-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/common/tkmrpc-response-ike-ae_reset-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/common/tkmrpc-response-ike-ae_reset-convert.ads
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
with Ada.Unchecked_Conversion; package Tkmrpc.Response.Ike.Ae_Reset.Convert is function To_Response is new Ada.Unchecked_Conversion ( Source => Ae_Reset.Response_Type, Target => Response.Data_Type); function From_Response is new Ada.Unchecked_Conversion ( Source => Response.Data_Type, T...
28.357143
59
0.753149
cb8671eb487a3669592ba12290cd9dffd11d2198
91
adb
Ada
Pruebas/prueba.adb
Arles96/PCompiladores
e435b9f5169589badf289b44a62f76d03438fa6e
[ "MIT" ]
null
null
null
Pruebas/prueba.adb
Arles96/PCompiladores
e435b9f5169589badf289b44a62f76d03438fa6e
[ "MIT" ]
null
null
null
Pruebas/prueba.adb
Arles96/PCompiladores
e435b9f5169589badf289b44a62f76d03438fa6e
[ "MIT" ]
1
2021-03-28T22:41:49.000Z
2021-03-28T22:41:49.000Z
procedure Hello is C, D: INTEGER := 0; begin C := 1; D := 4 / 2; put(D); end Hello;
13
21
0.527473
500d4dd2db265ffee44910ad7ca4ac3c86dadc48
398
ads
Ada
source/strings/a-slcain.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/strings/a-slcain.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/strings/a-slcain.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- Ada 2012 with Ada.Characters.Conversions; with Ada.Strings.Generic_Less_Case_Insensitive; function Ada.Strings.Less_Case_Insensitive is new Generic_Less_Case_Insensitive ( Character, String, Characters.Conversions.Get); -- pragma Pure (Ada.Strings.Less_Case_Insen...
33.166667
68
0.78392
fb7ba805a7df30430c7ce58f527dba52be5b2ac3
8,027
ads
Ada
arch/ARM/NXP/svd/lpc55s6x/nxp_svd.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.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/NXP/svd/lpc55s6x/nxp_svd.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 System; -- LPC55S69JBD100,LPC55S69JBD64,LPC55S69JEV98,LPC55S66JBD10...
39.156098
89
0.698891
5096f9a3c1325a3692ba907cc38918c9dc050282
3,587
ads
Ada
src/lumen-image.ads
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
8
2015-07-20T18:20:10.000Z
2021-01-29T21:09:02.000Z
src/lumen-image.ads
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
10
2015-07-20T18:48:45.000Z
2016-05-07T19:23:31.000Z
src/lumen-image.ads
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
1
2018-11-18T17:01:15.000Z
2018-11-18T17:01:15.000Z
-- Lumen.Image -- Load and save image data -- -- Chip Richards, NiEstu, Phoenix AZ, Spring 2010 -- This code is covered by the ISC License: -- -- Copyright © 2010, NiEstu -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the ...
37.364583
78
0.53889
df73841edb5e4991de46ae8020c4cadeb1775b51
6,819
adb
Ada
source/amf/utp/amf-internals-utp_stop_timer_actions.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/utp/amf-internals-utp_stop_timer_actions.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/utp/amf-internals-utp_stop_timer_actions.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
49.413043
87
0.525884
c58a25248229ec184806b301464f384bf77afa1c
2,376
ads
Ada
src/ewok-memory.ads
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "Apache-2.0" ]
null
null
null
src/ewok-memory.ads
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "Apache-2.0" ]
null
null
null
src/ewok-memory.ads
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "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...
28.285714
79
0.698653
18dfd230819129fa7656a8c80cb5f05410f84fca
12,013
adb
Ada
source/slim-menu_models-json.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
source/slim-menu_models-json.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
source/slim-menu_models-json.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
-- Copyright (c) 2019 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Ada.Numerics.Discrete_Random; with Ada.Streams.Stream_IO; with League.JSON.Arrays; with League.JSON.Documents; with League.JSON.V...
32.380054
77
0.583951
fb94fda6bc6e83aef35d01cac0e860121f4125cf
1,655
ads
Ada
src/natools-static_maps.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-static_maps.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-static_maps.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2014, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
61.296296
78
0.490634
0ea678369b94f95d37c85dedd7cf776c8008cdb2
1,783
ads
Ada
resources/scripts/api/spyse.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
2
2020-11-29T07:30:31.000Z
2021-11-14T19:52:31.000Z
resources/scripts/api/spyse.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
null
null
null
resources/scripts/api/spyse.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
1
2020-12-28T06:50:15.000Z
2020-12-28T06:50:15.000Z
-- Copyright 2017 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 json = require("json") name = "Spyse" type = "api" function start() setratelimit(2) end function check() local c local cfg = datasrc_config() if ...
21.22619
97
0.574874
df2c2db52d427a3810e0fed029eabff2d0784e32
3,292
ads
Ada
tools/ayacc/src/set_pack.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
lib/ayacc/set_pack.ads
alvaromb/Compilemon
de5f88f084705868d38e301d95bb4a19a46a1156
[ "MIT" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
lib/ayacc/set_pack.ads
alvaromb/Compilemon
de5f88f084705868d38e301d95bb4a19a46a1156
[ "MIT" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
-- Copyright (c) 1990 Regents of the University of California. -- All rights reserved. -- -- The primary authors of ayacc were David Taback and Deepak Tolani. -- Enhancements were made by Ronald J. Schmalz. -- -- Send requests for ayacc information to ayacc-info@ics.uci.edu -- Send bug reports for ayacc to ...
33.591837
74
0.70079
4ad5db74cff5c65066834de941fba1daec2d007d
3,596
ads
Ada
arch/ARM/Nordic/drivers/nrf_common/nrf-rtc.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/nrf_common/nrf-rtc.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/nrf_common/nrf-rtc.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 -- -- -- -- ...
53.671642
95
0.552836
10e5616e932c4e03e8baf7ec9250f9a8b6c7eebb
5,989
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-mastop.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-mastop.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-mastop.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
57.038095
79
0.598931
5034bf788750d24225c1011f56a3fd0a99298782
2,541
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-libpre.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-libpre.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-libpre.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
65.153846
78
0.324675
23130ddad3682afb0c6120613f492e9cdacb54ca
3,004
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/s-widcha.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-widcha.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/s-widcha.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
50.915254
78
0.421771
dcb66e091123f57fc3731f62a5ad9e6faf65f4fc
2,626
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c5/c58004c.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/c5/c58004c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c5/c58004c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C58004C.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...
30.183908
79
0.605484
fb9ed448edbe276db17c53a0b5ccdbf6ca05e83a
58
ads
Ada
Ada/inc/Problem_06.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/inc/Problem_06.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/inc/Problem_06.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
package Problem_06 is procedure Solve; end Problem_06;
14.5
21
0.793103
509cc4a232a68530c953b63d2dbded5db22e7f0d
3,759
ads
Ada
ada-characters-handling.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
ada-characters-handling.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
ada-characters-handling.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. ...
42.235955
75
0.65576
50058f988a9f09a6ab5d331dbb32cff9de005487
922
adb
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/tagged_not_init/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/tagged_not_init/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/tagged_not_init/pck.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2012-2017 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.148148
73
0.719089
391fad8ee3fa9556210aa5067984cfc4d9fd7eda
2,109
ads
Ada
3-mid/opengl/source/lean/model/opengl-model-billboard-textured.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
3-mid/opengl/source/lean/model/opengl-model-billboard-textured.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
3-mid/opengl/source/lean/model/opengl-model-billboard-textured.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with openGL.Geometry, openGL.Texture; package openGL.Model.billboard.textured -- -- Models a textured billboard. -- is type Item (Lucid : Boolean) is new Model.billboard.item with private; type View is access all Item'Class; type Image_view is access Image; type ...
32.446154
141
0.556662
fb8c2c8aaad0ec801d7509a6f35843eca3eddd50
6,140
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/s-hibaen.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/s-hibaen.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/s-hibaen.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
61.4
78
0.59772
1c8d9c58338f9475c5cf596654308343f3fef704
6,326
adb
Ada
stm32f0/stm32gd-exti.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
stm32f0/stm32gd-exti.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f0/stm32gd-exti.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015, AdaCore -- -- -- -- ...
46.514706
93
0.519918
39ffbce20be6f6b21592c8692bc3f8019d2b2633
12,954
adb
Ada
components/src/screen/ssd1306/ssd1306.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
components/src/screen/ssd1306/ssd1306.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
components/src/screen/ssd1306/ssd1306.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2017, AdaCore -- -- -- -- ...
28.038961
95
0.530647
df1f30e49a3587b30c7db024dcba969035de6c19
313,825
adb
Ada
AES/AES_Solutions/unoptimized/.autopilot/db/MixColumn_AddRoundKe.sched.adb
itzpankajpanwar/VLSI
64f18489ebeb5f46c4c402809d3e66b2a717e8af
[ "Apache-2.0" ]
null
null
null
AES/AES_Solutions/unoptimized/.autopilot/db/MixColumn_AddRoundKe.sched.adb
itzpankajpanwar/VLSI
64f18489ebeb5f46c4c402809d3e66b2a717e8af
[ "Apache-2.0" ]
null
null
null
AES/AES_Solutions/unoptimized/.autopilot/db/MixColumn_AddRoundKe.sched.adb
itzpankajpanwar/VLSI
64f18489ebeb5f46c4c402809d3e66b2a717e8af
[ "Apache-2.0" ]
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="...
26.916974
71
0.597986
4a037823a8a5e2fc8fc812f8ddd2c29ab9e6fb2d
261,958
adb
Ada
networklayer/synthesis_results_HMB/PKT_HANDLER_prj/ultrascale_plus/.autopilot/db/ethernet_remover.sched.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/PKT_HANDLER_prj/ultrascale_plus/.autopilot/db/ethernet_remover.sched.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/PKT_HANDLER_prj/ultrascale_plus/.autopilot/db/ethernet_remover.sched.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="17"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
30.613299
168
0.634941
50ad2be64a5666934908656b5a3337313149c627
1,428
adb
Ada
src/006/steps_6.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
src/006/steps_6.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
src/006/steps_6.adb
xeenta/learning-ada
bd3edf0c9e8b8eff814ffd89b040f488b80a7d5b
[ "MIT" ]
null
null
null
with Ada.Text_IO; use Ada.Text_IO; procedure Steps_6 is task Step_By_Step is entry Step_One; entry Step_Two; end Step_By_Step; task body Step_By_Step is Waiting_Count : Natural := 1; begin loop select accept Step_One do Put_Line ("1"); ...
24.62069
65
0.535014
10b605a7b2f073ca68ff4af158ab56e49c6c04f5
17,000
adb
Ada
src/ncurses-5.5/Ada95/samples/ncurses2-trace_set.adb
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
src/ncurses-5.5/Ada95/samples/ncurses2-trace_set.adb
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
src/ncurses-5.5/Ada95/samples/ncurses2-trace_set.adb
erwinchang/minicom
3fe2ba7d8e8475c199b493a2b99cd3c690f6ea4f
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
35.26971
79
0.523471
50b2cf1ab071a1013ea65e6775984ccfd0836b0c
958
ads
Ada
build_gnu/binutils/gdb/testsuite/gdb.ada/tagged/pck.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/tagged/pck.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
null
null
null
build_gnu/binutils/gdb/testsuite/gdb.ada/tagged/pck.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2019-12-17T22:04:07.000Z
2019-12-17T22:04:07.000Z
-- Copyright 2008-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. -- -- ...
29.030303
73
0.720251
fb3404471a8c5f4ed2ef963e244c81f54ee592aa
11,893
ads
Ada
src/arch/socs/stm32f439/Ada/soc-rcc.ads
wookey-project/ewok-legacy
c973752dac3a0ebe3f7cfca062f50744578f051b
[ "Apache-2.0" ]
null
null
null
src/arch/socs/stm32f439/Ada/soc-rcc.ads
wookey-project/ewok-legacy
c973752dac3a0ebe3f7cfca062f50744578f051b
[ "Apache-2.0" ]
null
null
null
src/arch/socs/stm32f439/Ada/soc-rcc.ads
wookey-project/ewok-legacy
c973752dac3a0ebe3f7cfca062f50744578f051b
[ "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...
38.993443
79
0.515934
dfc65f1391b1dfc97979d752b2218b23a2e7a884
5,300
adb
Ada
extern/game_support/stm32f4/src/drawing.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/game_support/stm32f4/src/drawing.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/game_support/stm32f4/src/drawing.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
package body Drawing is -- http://rosettacode.org/wiki/Bitmap/Bresenham%27s_line_algorithm#Ada procedure Line (Start, Stop : Point; Col : Color; Thickness : Natural := 1) is DX : constant Float := abs Float (Stop.X - Start.X); DY : constant ...
32.716049
74
0.433585
4a25598d10d7269e007a8dd0c5e97a74644120b0
834
adb
Ada
src/ada/AeonFlux/AeonFlux.adb
marcello-s/AeonFlux
b7481183e1493df29362e549d69ccbab71bece2a
[ "MIT" ]
null
null
null
src/ada/AeonFlux/AeonFlux.adb
marcello-s/AeonFlux
b7481183e1493df29362e549d69ccbab71bece2a
[ "MIT" ]
null
null
null
src/ada/AeonFlux/AeonFlux.adb
marcello-s/AeonFlux
b7481183e1493df29362e549d69ccbab71bece2a
[ "MIT" ]
null
null
null
-- Copyright (c) 2015-2019 Marcel Schneider -- for details see License.txt with Ada.Text_IO; use Ada.Text_IO; with Punctuation; use Punctuation; with Tokens; use Tokens; with TokenValue; use TokenValue; with Lexer; use Lexer; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Containers.Hashed_Maps; use...
20.341463
60
0.655875
50bc7fff918b643e0ab8febaf9fba9b5fee08532
5,433
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-resfil.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-resfil.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-resfil.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
54.33
79
0.572244
fb8faa1233037e9b206e046b90f284490b8ae4d6
3,386
adb
Ada
nucleo_f446re/blinky/src/blinky.adb
KLOC-Karsten/ada_projects
7a307da75a9cd97099479d4e4cd4bc6fcf48eddd
[ "BSD-3-Clause" ]
null
null
null
nucleo_f446re/blinky/src/blinky.adb
KLOC-Karsten/ada_projects
7a307da75a9cd97099479d4e4cd4bc6fcf48eddd
[ "BSD-3-Clause" ]
null
null
null
nucleo_f446re/blinky/src/blinky.adb
KLOC-Karsten/ada_projects
7a307da75a9cd97099479d4e4cd4bc6fcf48eddd
[ "BSD-3-Clause" ]
null
null
null
-- Copyright (c) 2021, Karsten Lueth (kl@kloc-consulting.de) -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions are met: -- -- 1. Redistributions of source code must retain the above copyright notic...
38.91954
80
0.718252
fb0c54f82d93b0a87d6325dba5f75eacf6787367
341,713
adb
Ada
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/ht_outputLogic.sched.adb
pratik0509/HLSx_Xilinx_edit
14bdbcdb3107aa225e46a0bfe7d4a2a426e9e1ca
[ "BSD-3-Clause" ]
null
null
null
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/ht_outputLogic.sched.adb
pratik0509/HLSx_Xilinx_edit
14bdbcdb3107aa225e46a0bfe7d4a2a426e9e1ca
[ "BSD-3-Clause" ]
null
null
null
Acceleration/memcached/hls/memcachedPipeline_prj/solution1/.autopilot/db/ht_outputLogic.sched.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="...
27.555278
105
0.609269
23ea8666bb65c1788d47337fc4746735b324feb3
1,486
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_query_tree_request_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_query_tree_request_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_query_tree_request_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_query_tree_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; pad0 : aliased Interfaces.Unsigned_8; ...
27.518519
77
0.664872
50816f1609cf6741e43b0918b464d64b8b9a7f03
53,528
adb
Ada
extern/game_support/src/backends/opengl_sdl_gnat_sdl/display-basic-fonts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/game_support/src/backends/opengl_sdl_gnat_sdl/display-basic-fonts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/game_support/src/backends/opengl_sdl_gnat_sdl/display-basic-fonts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
with Interfaces; use Interfaces; with Interfaces.C; use Interfaces.C; with SDL_SDL_video_h; use SDL_SDL_video_h; package body Display.Basic.Fonts is type Byte is new Interfaces.Unsigned_8; -- for shift/rotate type Half_Word is new Interfaces.Unsigned_16; -- for shift/rotate BMP_Font16x24 : constant arra...
66.660025
126
0.535402
df1faf867a56d52c2c5a757eb297ce4c9f10ea0e
156
ads
Ada
ada/is_palindrome.ads
procrastiraptor/euler
1dd1040527c8de18e6325199a5939b32b8f76cac
[ "MIT" ]
1
2017-10-25T14:45:57.000Z
2017-10-25T14:45:57.000Z
ada/is_palindrome.ads
procrastiraptor/euler
1dd1040527c8de18e6325199a5939b32b8f76cac
[ "MIT" ]
null
null
null
ada/is_palindrome.ads
procrastiraptor/euler
1dd1040527c8de18e6325199a5939b32b8f76cac
[ "MIT" ]
null
null
null
generic type Element is private; type Index is (<>); type Seq is array (Index range <>) of Element; function Is_Palindrome(S: Seq) return Boolean;
26
49
0.698718
5029d1ec6c20ac305e966940de080e69fa3ab719
3,097
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2410a.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/ce2410a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2410a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE2410A.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...
31.927835
79
0.600581
c52999b75850cc7845fcfb5effe5fe3e874e8115
5,295
adb
Ada
tools-src/gnu/gcc/gcc/ada/a-interr.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-interr.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-interr.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNU ADA RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
37.821429
78
0.49594
50925343db6500b70a7c88d699d2da29fab9ec36
1,866
ads
Ada
test/dmat/vulkan-math-dmat3x3-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
1
2021-01-29T21:10:45.000Z
2021-01-29T21:10:45.000Z
test/dmat/vulkan-math-dmat3x3-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
8
2020-04-22T14:55:20.000Z
2021-11-22T03:58:08.000Z
test/dmat/vulkan-math-dmat3x3-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
1
2021-04-05T13:19:21.000Z
2021-04-05T13:19:21.000Z
-------------------------------------------------------------------------------- -- MIT License -- -- Copyright (c) 2021 Zane Myers -- -- 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 witho...
45.512195
81
0.598071
50c6708fcf2d5738882576caa5b0f5d4ea569873
4,280
adb
Ada
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
35
2015-03-07T13:26:22.000Z
2021-11-06T16:18:59.000Z
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
3
2017-04-07T21:02:48.000Z
2017-04-08T17:59:35.000Z
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
19
2015-06-16T06:13:44.000Z
2021-07-24T02:37:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- ...
49.195402
78
0.448832
10b04acdeb9432ef838acafa3cdc0ac2c505f5c4
1,313
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-nselfu.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-nselfu.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-nselfu.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
59.681818
78
0.364052
fb57fc78b1c0e208d2f05efc8a17cfe947c50a8c
3,332
ads
Ada
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_interfaces_tunernorm_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
1
2018-01-18T00:51:00.000Z
2018-01-18T00:51:00.000Z
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_interfaces_tunernorm_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_interfaces_tunernorm_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; with glib; with glib.Values; with System; -- with GStreamer.GST_Low_Level.glib_2_0_gobject_gobject_h; with glib; package GStreamer.GST_Low_Level.gstreamer_0_10_gst_interfaces_tunernorm_h is -- unsupported mac...
43.842105
98
0.730192
50c9ce86476e58f892f5d01d51df1598eb29e58e
12,037
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/g-cgicoo.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/g-cgicoo.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/g-cgicoo.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
29.502451
78
0.501205
50cbbf0ff74e304aeb958f9cf69c391731a43510
419
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/rt1.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/testsuite/gnat.dg/rt1.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/rt1.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
with Ada.Streams; use Ada.Streams; package RT1 is pragma Remote_Types; type Ptr is private; procedure Read (X : access Root_Stream_Type'Class; V : out Ptr) is null; procedure Write (X : access Root_Stream_Type'Class; V : Ptr) is null; for Ptr'Read use Read; for Ptr'Write use Write; procedure P...
27.933333
75
0.711217
235ef965047243103a0a51cbcb99999a522f6e8b
798
ads
Ada
gnu/src/gdb/gdb/testsuite/gdb.ada/win_fu_syms/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/win_fu_syms/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/win_fu_syms/pck.ads
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
-- Copyright 2007-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. -- -- ...
39.9
73
0.738095
500e9f3226c0468f50479aafde883626136d9f67
229
ads
Ada
1-base/lace/source/lace-fast_pool.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
1-base/lace/source/lace-fast_pool.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
1-base/lace/source/lace-fast_pool.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
generic type Item is private; type View is access all Item; pool_Size : Positive := 5_000; package lace.fast_Pool is function new_Item return View; procedure free (Self : in out View); end lace.fast_Pool;
16.357143
39
0.694323
df12c4e88be4706e6e6234f574ddcea481201565
2,616
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ca/ca5003a6.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/ca/ca5003a6.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ca/ca5003a6.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CA5003A6M.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. -- Unlim...
36.333333
79
0.663609
1c6ae3bea9db8831fe1f012639d80a3597bc2016
3,076
ads
Ada
1-base/lace/source/events/mixin/xgc/lace-make_observer-deferred.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
1-base/lace/source/events/mixin/xgc/lace-make_observer-deferred.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
1-base/lace/source/events/mixin/xgc/lace-make_observer-deferred.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with lace.Event; private with ada.Containers.indefinite_Vectors, ada.Containers.indefinite_hashed_Maps, ada.Strings.Hash; generic type T is abstract new lace.make_Observer.item with private; package lace.make_Observer.deferred -- -- Makes a user class T into a deferred event Observer. -- is ...
25.633333
123
0.580624
3926e6f194c5f302628661a2977dbf218ef3757d
3,715
adb
Ada
compat/zlib/contrib/ada/buffer_demo.adb
electric-cloud/tcl86
b0d83fd15b88114086a9911dca507233b138f647
[ "TCL" ]
null
null
null
compat/zlib/contrib/ada/buffer_demo.adb
electric-cloud/tcl86
b0d83fd15b88114086a9911dca507233b138f647
[ "TCL" ]
null
null
null
compat/zlib/contrib/ada/buffer_demo.adb
electric-cloud/tcl86
b0d83fd15b88114086a9911dca507233b138f647
[ "TCL" ]
null
null
null
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2004 Dmitriy Anisimkov -- -- ...
34.719626
77
0.564738
50bf3183c73c9fde18c3da87f3be115bbf9e323b
34,753
ads
Ada
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_sdp_gstsdpmessage_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
1
2018-01-18T00:51:00.000Z
2018-01-18T00:51:00.000Z
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_sdp_gstsdpmessage_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_sdp_gstsdpmessage_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; with glib; with glib.Values; with System; -- limited with GStreamer.GST_Low_Level.glib_2_0_glib_garray_h; with System; with GStreamer.GST_Low_Level.gstreamer_0_10_gst_sdp_gstsdp_h; with GLIB; -- with GStreamer.GST...
53.964286
216
0.747993
39a6aa3f705a12814c5a6825b1cd9d7b89bd43ab
4,575
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c41303g.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/c4/c41303g.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c41303g.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C41303G.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.5
79
0.438907
20c3bc6014ecfd0626263c18c698c3dad24e8c6d
9,425
ads
Ada
1-base/lace/source/text/lace-text-all_tokens.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
1-base/lace/source/text/lace-text-all_tokens.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
1-base/lace/source/text/lace-text-all_tokens.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
package lace.Text.all_Tokens is default_Max : constant := 4 * 1024; ---------------------- -- Character Delimiter -- function Tokens (Self : in Item; Delimiter : in Character := ' '; Trim : in Boolean := False; max_T...
73.062016
103
0.454536
fbd1bbd8ef37983e3bbc6ce8c5726cbee64a49ff
11,419
ads
Ada
source/amf/uml/amf-internals-uml_messages.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-internals-uml_messages.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-internals-uml_messages.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
44.780392
94
0.636746
10c9d3d349abc024bcd3be3032e20799012f13cc
2,375
ads
Ada
src/portscan-packager.ads
kraileth/ravenadm
02bb13117bafc8887e0c90a4effc63ffcdc90642
[ "0BSD" ]
18
2017-02-28T08:43:17.000Z
2022-03-22T21:55:56.000Z
src/portscan-packager.ads
kraileth/ravenadm
02bb13117bafc8887e0c90a4effc63ffcdc90642
[ "0BSD" ]
49
2017-10-28T11:18:05.000Z
2022-01-16T16:23:32.000Z
src/portscan-packager.ads
kraileth/ravenadm
02bb13117bafc8887e0c90a4effc63ffcdc90642
[ "0BSD" ]
5
2017-09-06T14:47:57.000Z
2021-11-25T08:31:10.000Z
-- This file is covered by the Internet Software Consortium (ISC) License -- Reference: ../License.txt with Port_Specification; package PortScan.Packager is package PSP renames Port_Specification; -- Executes package phase (run sometime after stage) function exec_phase_package (specification : PSP....
34.926471
94
0.696
fb5d4ef60a1f91c1a4455b9ee473d28386bdff73
2,850
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c87b62c.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/c8/c87b62c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c87b62c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C87B62C.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.185185
79
0.620351
50dd5978c0e90a32b3448e62d932d515be92bec8
8,263
ads
Ada
tools/scitools/conf/understand/ada/ada12/g-bytswa.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/g-bytswa.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/g-bytswa.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
39.917874
79
0.541087
20555a9dd1cf07383fd4382089e9ded212299caf
3,213
adb
Ada
src/counters/protected_counters.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
5
2016-02-22T10:29:26.000Z
2021-12-18T08:20:12.000Z
src/counters/protected_counters.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
1
2022-02-16T03:38:08.000Z
2022-02-20T21:11:30.000Z
src/counters/protected_counters.adb
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
null
null
null
-- protected_counters.adb -- Task safe counters for use with smart_ptrs -- Copyright (c) 2016, James Humphry -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the above -- copyright notice and this permission notice appear in ...
27.93913
80
0.697479
cb54a24a41c583b505793f52da25111570a25b5b
5,727
ads
Ada
.emacs.d/elpa/wisi-2.1.1/sal-gen_unbounded_definite_stacks.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.1.1/sal-gen_unbounded_definite_stacks.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.1.1/sal-gen_unbounded_definite_stacks.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
-- Abstract: -- -- Stack implementation. -- -- Copyright (C) 1998-2000, 2002-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 ve...
33.688235
101
0.703859
fb32bae4a31abc76b6ab1ea65bf5b403830a9dc2
2,099
ads
Ada
orka/src/orka/interface/orka-resources-loader.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
52
2016-07-30T23:00:28.000Z
2022-02-05T11:54:55.000Z
orka/src/orka/interface/orka-resources-loader.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
79
2016-08-01T18:36:48.000Z
2022-02-27T12:14:20.000Z
orka/src/orka/interface/orka-resources-loader.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) 2018 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...
36.189655
91
0.73273
3912c403225308d6938f0bfd18f67408a88e8870
29,197
adb
Ada
src/sys/serialize/xml/util-serialize-io-xml.adb
RREE/ada-util
58d1a4ba9cd69f2f19ca8fbdecd6c3df78ba7a27
[ "Apache-2.0" ]
null
null
null
src/sys/serialize/xml/util-serialize-io-xml.adb
RREE/ada-util
58d1a4ba9cd69f2f19ca8fbdecd6c3df78ba7a27
[ "Apache-2.0" ]
null
null
null
src/sys/serialize/xml/util-serialize-io-xml.adb
RREE/ada-util
58d1a4ba9cd69f2f19ca8fbdecd6c3df78ba7a27
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- util-serialize-io-xml -- XML Serialization Driver -- Copyright (C) 2011, 2012, 2013, 2016, 2017, 2020, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "...
33.792824
97
0.521458
101a5737ab1aa4b249e8a0c49edd85a34f337f0d
5,053
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-osprim.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-osprim.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-osprim.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
56.144444
78
0.544429
fb395b1564752d94e66fca5053791fa0eeb72cea
798
ads
Ada
src/gdb/gdb-8.3/gdb/testsuite/gdb.ada/win_fu_syms/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-8.3/gdb/testsuite/gdb.ada/win_fu_syms/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-8.3/gdb/testsuite/gdb.ada/win_fu_syms/pck.ads
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. -- -- ...
39.9
73
0.738095
390ce66f6567801a08c5692bc8388c9b51f35b56
171
ads
Ada
examples/timer/peripherals.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
examples/timer/peripherals.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
examples/timer/peripherals.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with STM32GD.Timer; with STM32GD.Timer.Peripheral; with STM32_SVD.Interrupts; package Peripherals is package Timer is new STM32GD.Timer.Peripheral; end Peripherals;
17.1
49
0.807018
1c704f265e9a0089eb48a27dca28edbe20d294dd
2,612
ads
Ada
samples/rest/monitor.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
samples/rest/monitor.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
samples/rest/monitor.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- monitor - A simple monitor API -- Copyright (C) 2016 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in comp...
38.985075
85
0.562404
df817e78b4167cc0890d900d0dea02a5e9d343ba
3,791
ads
Ada
hal/src/hal-uart.ads
mbdme26/Ada_Drivers_Library
dc9cc80f5338c9d1ae942dd461eef6a2402e44de
[ "BSD-3-Clause" ]
3
2020-10-21T09:05:41.000Z
2022-02-10T19:57:32.000Z
hal/src/hal-uart.ads
mbdme26/Ada_Drivers_Library
dc9cc80f5338c9d1ae942dd461eef6a2402e44de
[ "BSD-3-Clause" ]
null
null
null
hal/src/hal-uart.ads
mbdme26/Ada_Drivers_Library
dc9cc80f5338c9d1ae942dd461eef6a2402e44de
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015-2016, AdaCore -- -- -- -- ...
43.079545
78
0.55157