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
4b695c95f6b4192dfae2f2969070babb2430f343
411
ads
Ada
src/lang/stemmer-portuguese.ads
stcarrez/ada-stemmer
08f540a33d471a9823d8f1a88ce2a2c4d40faaec
[ "Apache-2.0" ]
3
2020-05-11T21:21:17.000Z
2020-05-17T02:16:08.000Z
src/lang/stemmer-portuguese.ads
stcarrez/ada-stemmer
08f540a33d471a9823d8f1a88ce2a2c4d40faaec
[ "Apache-2.0" ]
null
null
null
src/lang/stemmer-portuguese.ads
stcarrez/ada-stemmer
08f540a33d471a9823d8f1a88ce2a2c4d40faaec
[ "Apache-2.0" ]
null
null
null
-- Generated by Snowball 2.2.0 - https://snowballstem.org/ package Stemmer.Portuguese with SPARK_Mode is type Context_Type is new Stemmer.Context_Type with private; procedure Stem (Z : in out Context_Type; Result : out Boolean); private type Context_Type is new Stemmer.Context_Type with record I_P2 : I...
31.615385
66
0.727494
1eb8dd2c8c482bd9605993f534780bc7f7397ab4
3,190
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c2/c24003c.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/c2/c24003c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c2/c24003c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C24003C.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...
39.875
79
0.618182
1eda1a5ae4d4b520deca21867bcf405ce33ce2a4
7,724
ads
Ada
src/lib/Readable_Sequences/readable_sequences-generic_sequences.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
null
null
null
src/lib/Readable_Sequences/readable_sequences-generic_sequences.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
4
2019-10-09T11:16:38.000Z
2019-10-09T11:20:38.000Z
src/lib/Readable_Sequences/readable_sequences-generic_sequences.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
null
null
null
with Ada.Finalization; -- -- The model for a "readable sequence" is a sequential data buffer where -- new data can be only appended and data can be read sequentially, -- although the "cursor" to the current entry can be moved (mainly -- by saving the current position and restoring it) -- generic type Element_T...
29.480916
82
0.629855
03d20863389d280d0cbe4bf503519bfb0da82552
957
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/env_compile_capacity.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/env_compile_capacity.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/env_compile_capacity.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } with My_Env_Versioned_Value_Set_G; package body Env_Compile_Capacity is generic with package Env_Obj_Set_Instance is new My_Env_Versioned_Value_Set_G(<>); with function Updated_Entity (Value : Env_Obj_Set_Instance.Value_T) return Boolean is <>; with package Entity_Upd...
38.28
71
0.765935
0340046ee7bb210bd1b7b6400445eb89abfc20b9
4,397
ads
Ada
source/amf/uml/amf-uml-literal_nulls.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-literal_nulls.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-literal_nulls.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
57.855263
78
0.446896
035109b7c30b005721e338053edc7ab3d6c2a955
7,652
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/xsinfo.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/xsinfo.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/xsinfo.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT SYSTEM UTILITIES -- -- -- -- ...
30.854839
78
0.472033
035396c1a96518ed11bc9ec5d8c2d334ddbf8f76
1,810
adb
Ada
Ada/DataStructures/Containers/test_containers.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
2
2019-09-27T21:25:26.000Z
2019-12-29T11:26:54.000Z
Ada/DataStructures/Stack/test_containers.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
7
2020-08-11T17:32:14.000Z
2020-08-11T17:32:39.000Z
Ada/DataStructures/Stack/test_containers.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
2
2016-07-18T10:55:50.000Z
2020-08-19T01:46:08.000Z
with Generic_Stack, Generic_Queue; with Ada.Text_IO, Ada.Integer_Text_IO, Ada.Strings.Bounded; use Ada.Text_IO, Ada.Integer_Text_IO; procedure Test_Containers is package String80 is new Ada.Strings.Bounded.Generic_Bounded_Length(80); package Int_Stack is new Generic_Stack(Element_Type => Integer); package...
23.815789
83
0.657459
8bc9040bae08c166368b40eb28371927c6927217
6,776
adb
Ada
src/jsa-generic_table_text_io.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
1
2018-12-17T14:35:33.000Z
2018-12-17T14:35:33.000Z
src/jsa-generic_table_text_io.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
null
null
null
src/jsa-generic_table_text_io.adb
sparre/JSA
713a8244bcd85d86f14a58b3a94ba72c4d4382c0
[ "ISC" ]
null
null
null
------------------------------------------------------------------------------ -- -- generic package Generic_Table_Text_IO (body) -- -- A package for reading data tables with column headers indicating -- which data are in which columns. -- -----------------------------------------------------------------------------...
32.576923
79
0.456907
191594bdfd3b83dc4386fe143633ddb7b93da464
821
adb
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/addr_arith/foo_na07_019.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2014-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. -- -- ...
37.318182
73
0.739342
8bd68ecada9944b2a5d7c8e92022379f30a3e12d
11,425
ads
Ada
source/league/ucd/matreshka-internals-unicode-ucd-core_0113.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/ucd/matreshka-internals-unicode-ucd-core_0113.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/ucd/matreshka-internals-unicode-ucd-core_0113.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
40.658363
78
0.446652
9a168710f6614209981c31957e73cef8763de9e4
382
ads
Ada
lib/aflexnat/parser.ads
alvaromb/Compilemon
de5f88f084705868d38e301d95bb4a19a46a1156
[ "MIT" ]
1
2018-08-11T01:51:27.000Z
2018-08-11T01:51:27.000Z
lib/aflexnat/parser.ads
alvaromb/Compilemon
de5f88f084705868d38e301d95bb4a19a46a1156
[ "MIT" ]
null
null
null
lib/aflexnat/parser.ads
alvaromb/Compilemon
de5f88f084705868d38e301d95bb4a19a46a1156
[ "MIT" ]
null
null
null
with parse_tokens, parse_goto, parse_shift_reduce, text_io, scanner; with nfa, ccl, misc, misc_defs, sym, ecs, aflex_scanner; with tstring, int_io, main_body, text_io, external_file_manager; use aflex_scanner, external_file_manager; package parser is procedure build_eof_action; procedure yyerror(msg: string...
29.384615
69
0.774869
58f5dba62288140198f544d0482cc530aaad9b13
3,438
ads
Ada
src/kvflyweights/kvflyweights-untracked_ptrs.ads
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
5
2016-02-22T10:29:26.000Z
2021-12-18T08:20:12.000Z
src/kvflyweights/kvflyweights-untracked_ptrs.ads
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
1
2022-02-16T03:38:08.000Z
2022-02-20T21:11:30.000Z
src/kvflyweights/kvflyweights-untracked_ptrs.ads
jhumphry/auto_counters
bc7dfabf82febd09facf90371c8c11a628a06266
[ "0BSD" ]
null
null
null
-- kvflyweights-untracked_ptrs.ads -- A package of generalised references which point to resources inside a -- KVFlyweight. Resources are associated with a key that can be used to -- create them if they have not already been created. -- Copyright (c) 2016, James Humphry -- -- Permission to use, copy, modify, and/or di...
36.967742
89
0.682955
03e1f3b08676ccec71de7895f08240236c36a809
5,235
adb
Ada
1A/S5/PIM/projet/src/foret.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
4
2020-05-02T12:32:32.000Z
2022-01-12T20:20:35.000Z
1A/S5/PIM/projet/src/foret.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
2
2021-01-14T20:03:26.000Z
2022-01-30T01:10:00.000Z
1A/S5/PIM/projet/src/foret.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
13
2020-11-11T21:28:11.000Z
2022-02-19T13:54:22.000Z
------------------------------------------------------------------------------- -- Fichier : foret.adb -- Auteur : MOUDDENE Hamza & CAZES Noa -- Objectif : Implantation du module Foret -- Crée : Jeudi Déc 12 2019 -------------------------------------------------------------------------------- with Ada.Text...
35.134228
142
0.451767
1e501e20724065b3b95f866fda3eb5c90a949f34
166
adb
Ada
bug-reports/flowanalysis_const/src/main.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
bug-reports/flowanalysis_const/src/main.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
bug-reports/flowanalysis_const/src/main.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
with p2; use p2; procedure main with SPARK_Mode is begin -- trying to reprouce the problem StratoX has in hil.ads, but doesn't show up here p2.foo; end main;
23.714286
86
0.722892
03ed66c046f9011aa0ba31c82b6bc6e9b17b6756
3,719
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-elaall.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-elaall.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-elaall.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
50.945205
78
0.46491
c59b335a0c5ad72ad82e733950eb6e8b89039019
215,345
adb
Ada
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/im2col_2d_cl.bind.adb
filipemlins/nas-hls4ml
b35afc4f684d803d352776c40f3a6cbbf47c4b1c
[ "MIT" ]
null
null
null
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/im2col_2d_cl.bind.adb
filipemlins/nas-hls4ml
b35afc4f684d803d352776c40f3a6cbbf47c4b1c
[ "MIT" ]
null
null
null
model_multistart/0/hls4ml_prj/myproject_prj/solution1/.autopilot/db/im2col_2d_cl.bind.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="...
27.172871
116
0.606088
384658142a67b81e69a7df364691f8a18c6a54a2
3,519
ads
Ada
source/flatten/web-core-slots_1.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
2
2020-01-31T07:00:09.000Z
2021-06-25T15:50:00.000Z
source/flatten/web-core-slots_1.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
source/flatten/web-core-slots_1.ads
godunko/adawebui
ee524325fe701ef0a655cd0624e0ba701f0e8955
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
73.3125
78
0.406365
a0ceb0baf9d97fec4ea635ebc8ff6d18dda52563
2,830
adb
Ada
problems/025/a025.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
problems/025/a025.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
problems/025/a025.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
with Ada.Strings.Fixed; with Ada.Integer_Text_IO; with Ada.Numerics.Long_Elementary_Functions; -- Copyright 2021 Melwyn Francis Carlo procedure A025 is use Ada.Strings.Fixed; use Ada.Integer_Text_IO; use Ada.Numerics.Long_Elementary_Functions; Fibonacci_Val : array (Integer range 1 .. 3) of Stri...
27.475728
79
0.510954
037e34976680ae9c402ba66795b04437834c6a1c
832
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/unchecked_union/pck.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/unchecked_union/pck.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/unchecked_union/pck.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2019-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
37.818182
73
0.729567
a0b5d0015184651f4a3744f3d336f0c1207d3836
2,139
ada
Ada
Task/Factorial/Ada/factorial-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Factorial/Ada/factorial-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Factorial/Ada/factorial-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Numerics.Generic_Complex_Types; with Ada.Numerics.Generic_Complex_Elementary_Functions; with Ada.Numerics.Generic_Elementary_Functions; with Ada.Text_IO.Complex_Io; with Ada.Text_Io; use Ada.Text_Io; procedure Factorial_Numeric_Approximation is type Real is digits 15; package Complex_Pck is new Ada.Nume...
33.952381
98
0.627396
1e9da61f1d29cff0a7006033b5a0db7382322804
3,570
ads
Ada
examples/servlets/hello_world/source/startup.ads
reznikmm/matreshka
6f4414cb5fc4d6d9ffce3b61347c06ce8d365cee
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
examples/servlets/sessions/source/startup.ads
reznikmm/matreshka
6f4414cb5fc4d6d9ffce3b61347c06ce8d365cee
[ "BSD-3-Clause" ]
1
2021-03-16T16:09:54.000Z
2021-08-30T10:37:31.000Z
examples/servlets/web_sockets/source/startup.ads
reznikmm/matreshka
6f4414cb5fc4d6d9ffce3b61347c06ce8d365cee
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
62.631579
78
0.443137
1921bba9c1302c390724b24242607e552774af76
2,898
adb
Ada
bb-runtimes/runtimes/ravenscar-full-stm32h743/gnat/s-lidosq.adb
JCGobbi/Nucleo-STM32H743ZI
bb0b5a66e9ac8b3dbe381f9909df5ed5d77dad1c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32h743/gnat/s-lidosq.adb
JCGobbi/Nucleo-STM32H743ZI
bb0b5a66e9ac8b3dbe381f9909df5ed5d77dad1c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32h743/gnat/s-lidosq.adb
JCGobbi/Nucleo-STM32H743ZI
bb0b5a66e9ac8b3dbe381f9909df5ed5d77dad1c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
53.666667
78
0.357143
1e43018e82147d330c89629780ee8d718b65d8b0
23,966
ads
Ada
src/bitmap_fonts/giza-bitmap_fonts-freesansoblique12pt7b.ads
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
7
2017-10-18T02:40:24.000Z
2020-12-19T22:41:19.000Z
src/bitmap_fonts/giza-bitmap_fonts-freesansoblique12pt7b.ads
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
null
null
null
src/bitmap_fonts/giza-bitmap_fonts-freesansoblique12pt7b.ads
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
2
2019-05-06T08:30:26.000Z
2020-11-22T11:27:27.000Z
package Giza.Bitmap_Fonts.FreeSansOblique12pt7b is Font : constant Giza.Font.Ref_Const; private FreeSansOblique12pt7bBitmaps : aliased constant Font_Bitmap := ( 16#0C#, 16#61#, 16#86#, 16#18#, 16#63#, 16#0C#, 16#30#, 16#C2#, 16#18#, 16#61#, 16#00#, 16#00#, 16#C3#, 16#00#, 16#CF#, 16#3C#, 16#E2#, 16#8A#, 1...
64.080214
73
0.474672
19203d9ca1f29a5a9c72365a94227377e9123fac
529
adb
Ada
Ada/exception/multiply.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
2
2019-09-27T21:25:26.000Z
2019-12-29T11:26:54.000Z
Ada/exception/multiply.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
7
2020-08-11T17:32:14.000Z
2020-08-11T17:32:39.000Z
Ada/exception/multiply.adb
egustafson/sandbox
9804e966347b33558b0497a04edb1a591d2d7773
[ "Apache-2.0" ]
2
2016-07-18T10:55:50.000Z
2020-08-19T01:46:08.000Z
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_IO, Ada.Integer_Text_IO; procedure Multiply is Number_Of_Cases, A, B : Integer; begin Put("Integer range: "); Put(Integer'First); Put(" .. "); Put(Integer'Last); New_Line; Put_Line("How many cases? "); Flush; Get(Number_Of_Cases); fo...
17.064516
38
0.599244
0333e35e6e426e045aec298823559c5b6f2a94e9
822
adb
Ada
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/sym_print_name/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/sym_print_name/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-6.8/gdb/testsuite/gdb.ada/sym_print_name/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2008 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. -- -- This...
35.73913
73
0.72871
03a173639b85f051fc6866a3c21d2e4b85910b9f
2,711
ads
Ada
src/aco-protocols-error_control.ads
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
6
2018-05-12T22:08:04.000Z
2021-07-25T20:55:12.000Z
src/aco-protocols-error_control.ads
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
null
null
null
src/aco-protocols-error_control.ads
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
2
2021-06-15T11:56:46.000Z
2021-06-21T13:56:01.000Z
with ACO.Messages; with ACO.OD; with ACO.States; private with ACO.Log; private with Interfaces; package ACO.Protocols.Error_Control is EC_Id : constant ACO.Messages.Function_Code := 16#E#; type EC (Id : ACO.Messages.Node_Nr; Od : not null access ACO.OD.Object_Dictionary'Class) is abstract new ...
28.536842
80
0.600885
8b399b5a8e221e57221d9a86ac629740e9ba56d0
4,692
adb
Ada
examples/MicroBit/servos/src/main.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
examples/MicroBit/servos/src/main.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
examples/MicroBit/servos/src/main.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2018-2019, AdaCore -- -- -- -- ...
41.892857
81
0.54156
8b4a77acdf44732226a94bf0facc10a21d329874
58,845
ads
Ada
ada/gui/agar-widget.ads
charlesdaniels/libagar
099ce716e2ca01a7904b23f22610bf589295f5b5
[ "BSD-2-Clause" ]
null
null
null
ada/gui/agar-widget.ads
charlesdaniels/libagar
099ce716e2ca01a7904b23f22610bf589295f5b5
[ "BSD-2-Clause" ]
null
null
null
ada/gui/agar-widget.ads
charlesdaniels/libagar
099ce716e2ca01a7904b23f22610bf589295f5b5
[ "BSD-2-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- AGAR GUI LIBRARY -- -- A G A R . W I D G E T -- -- S p e c -- ----...
40.167235
110
0.657048
1934ae72c5049667a1a231aab7c8df9e676100da
3,852
adb
Ada
orka_egl/src/egl-objects-devices.adb
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
52
2016-07-30T23:00:28.000Z
2022-02-05T11:54:55.000Z
orka_egl/src/egl-objects-devices.adb
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
79
2016-08-01T18:36:48.000Z
2022-02-27T12:14:20.000Z
orka_egl/src/egl-objects-devices.adb
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) 2020 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...
32.923077
81
0.639148
13a2cfd2b5e772950e7d60b38a07033960950726
19,848
ads
Ada
tools-src/gnu/gcc/gcc/ada/5mosinte.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/5mosinte.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/5mosinte.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 -- -- -- -- ...
35.316726
79
0.620163
4b059a6e70882e0e75f2b4283a013a24e6f4df0c
3,667
ads
Ada
source/league/league-calendars-ada_conversions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/league-calendars-ada_conversions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/league-calendars-ada_conversions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
69.188679
78
0.417235
03518774175099d176b5a90c2ff29916251a590f
1,274
adb
Ada
apps/bootloader/startup.adb
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
apps/bootloader/startup.adb
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
apps/bootloader/startup.adb
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
with System; with Interfaces; use Interfaces; with System.Machine_Code; use System.Machine_Code; package body Startup is WDTCTL : Unsigned_16 with Import, Address => System'To_Address (16#0120#); procedure Ada_Init with Import => True, Convention => C, External_Name => "adainit"; procedure Ada_Main with Imp...
31.073171
89
0.653061
1311fdad57109f3fe04509e0476afafeefcfcd06
3,973
adb
Ada
src/day-8/adventofcode-day_8.adb
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
src/day-8/adventofcode-day_8.adb
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
src/day-8/adventofcode-day_8.adb
persan/advent-of-code-2020
123f9352b44d75fa445783659e6bcbbcafbc0471
[ "MIT" ]
null
null
null
pragma Ada_2012; with Adventofcode.File_Line_Readers; with Ada.Strings.Fixed; with Ada.Text_IO; use Ada.Text_IO; with GNAT.Source_Info; use GNAT.Source_Info; package body Adventofcode.Day_8 is ---------- -- Load -- ---------- procedure Load (Memory : in out Memory_Type; From_Path : String) is begin ...
27.212329
124
0.579159
381622a43e6df11422dba8fa34c67af2f38b116e
5,873
ads
Ada
source/nodes/program-nodes-object_access_types.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-object_access_types.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-object_access_types.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
2
2019-09-14T23:18:50.000Z
2019-10-02T10:11:40.000Z
-- Copyright (c) 2019 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Lexical_Elements; with Program.Elements.Subtype_Indications; with Program.Elements.Object_Access_Types; with Program.Elem...
34.345029
79
0.737102
a04075ec9549b46f228373fa0b9c2aa25658473a
1,159
adb
Ada
courses/fundamentals_of_ada/labs/solar_system/160_genericity_text/answers/sorts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
courses/fundamentals_of_ada/labs/solar_system/160_genericity_text/answers/sorts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
courses/fundamentals_of_ada/labs/solar_system/160_genericity_text/answers/sorts.adb
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
with Swaps; use Swaps; with Ada.Text_IO; package body Sorts is procedure Display_List (List : in Integer_List) is package IO renames Ada.Text_IO; procedure Put_String(S : String) renames Ada.Text_IO.Put; begin IO.Put ("("); for I in List'First .. List'Last loop if i /= List'Firs...
24.145833
63
0.555651
8b7fd6ee268c023505e0d474f4b4eb3494f8e449
10,480
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/g-exptty.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/g-exptty.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/g-exptty.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
33.375796
78
0.543511
13befb7ce550146e8c2517563dd66cc69cdafb6c
8,965
ads
Ada
src/gl/interface/gl-buffers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
79
2015-04-20T23:10:02.000Z
2022-03-04T13:50:56.000Z
src/gl/interface/gl-buffers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
126
2015-09-10T10:41:34.000Z
2022-03-20T11:25:40.000Z
src/gl/interface/gl-buffers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
20
2015-03-17T07:15:57.000Z
2022-02-02T17:12:11.000Z
-- part of OpenGLAda, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "COPYING" with GL.Low_Level; with GL.Types.Colors; with GL.Culling; package GL.Buffers is pragma Preelaborate; use GL.Types; type Buffer_Bits is record Depth : Boolean := False; Accum ...
45.507614
103
0.514222
4bb7d783d7b6c1b6d2e7325b7c49ba07d1e376df
7,013
adb
Ada
src/jason-tickets-modules.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
2
2019-01-26T22:14:55.000Z
2019-01-28T10:49:46.000Z
src/jason-tickets-modules.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
src/jason-tickets-modules.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- jason-tickets-modules -- Module tickets -- Copyright (C) 2016, 2017, 2019 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use thi...
41.011696
96
0.584914
a012bcb27ed9f653cc0c1249eb329d9290a5b884
821
adb
Ada
GUI_test/src/utils.adb
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
7
2017-05-17T13:51:47.000Z
2021-11-11T19:17:50.000Z
GUI_test/src/utils.adb
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
GUI_test/src/utils.adb
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
with Screen_Interface; use Screen_Interface; with Giza.Events; use Giza.Events; with Giza.GUI; use Giza.GUI; package body Utils is task body Touch_Screen is TS, Prev : Touch_State; Evt : constant Click_Event_Ref := new Click_Event; Released_Evt : constant Click_Released_Event_Ref := new Cl...
28.310345
57
0.598051
03e27135a4e386cb9f1a8e0e040241493b6fa066
144
ads
Ada
kv-avm-vole_parser.ads
davidkristola/vole
aa8e19d9deff2efe98fcd4dc0028c2895d624693
[ "Unlicense" ]
4
2015-02-02T12:11:41.000Z
2020-12-19T02:14:21.000Z
kv-avm-vole_parser.ads
davidkristola/vole
aa8e19d9deff2efe98fcd4dc0028c2895d624693
[ "Unlicense" ]
null
null
null
kv-avm-vole_parser.ads
davidkristola/vole
aa8e19d9deff2efe98fcd4dc0028c2895d624693
[ "Unlicense" ]
3
2017-02-22T10:44:02.000Z
2021-05-16T09:34:39.000Z
package kv.avm.vole_parser is Unimplemented_Error : exception; procedure YYParse; Verbose : Boolean := False; end kv.avm.vole_parser;
20.571429
35
0.743056
9ae5defa45af3e7ef20c146a79d7a0f1be137e0b
2,707
adb
Ada
examples/paex_sine/src/paex_sine.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
2
2022-02-26T04:14:01.000Z
2022-03-07T09:57:25.000Z
examples/paex_sine/src/paex_sine.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
examples/paex_sine/src/paex_sine.adb
ficorax/PortAudioAda
565cf8a3ad4ec3f6cbe1ed2dae75f42d001f052e
[ "MIT" ]
null
null
null
with Ada.Float_Text_IO; use Ada.Float_Text_IO; with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; with Ada.Text_IO; use Ada.Text_IO; with Ada.Numerics.Elementary_Functions; use Ada.Numerics.Elementary_Functions; with System; with PortAudioAda; use PortAudioAda; with PaEx_Sine_Types; use PaEx_Sine_Types; with PaEx_S...
24.387387
80
0.648319
8bdc075a38c147ad4d23896783175f8d3b2f756f
7,455
adb
Ada
specs/ada/server/tkmrpc-contexts-cc.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/server/tkmrpc-contexts-cc.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/server/tkmrpc-contexts-cc.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
package body Tkmrpc.Contexts.cc is pragma Warnings (Off, "* already use-visible through previous use type clause"); use type Types.cc_id_type; use type Types.certificate_type; use type Types.certificate_type; use type Types.ca_id_type; use type Types.ri_id_type; use type Types.authag_id_type;...
29.82
76
0.538833
8be0ffe2b9845f4f29b896407869b444fce24272
2,261
adb
Ada
source/slim-messages-butn.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
source/slim-messages-butn.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
source/slim-messages-butn.adb
reznikmm/slimp
acbbb895ba9c2a2dfb28e5065e630326ce958502
[ "MIT" ]
null
null
null
-- Copyright (c) 2019 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Slim.Message_Visiters; package body Slim.Messages.BUTN is List : constant Field_Description_Array := ((Uint_32_Field, 1...
24.053191
77
0.502433
8b28d97f13fb0484ca7028cd27053126e494f2ed
611,545
adb
Ada
Prebuilt/Synth/_sds/vhls/encrypt/solution/.autopilot/db/aes_subBytes.bind.adb
stephenneuendorffer/hls_tuner
fa7de78f0e2bb4b8f9f2e0a0368ed071b379c875
[ "MIT" ]
1
2021-02-21T12:13:09.000Z
2021-02-21T12:13:09.000Z
Prebuilt/Synth/_sds/vhls/encrypt/solution/.autopilot/db/aes_subBytes.bind.adb
stephenneuendorffer/hls_tuner
fa7de78f0e2bb4b8f9f2e0a0368ed071b379c875
[ "MIT" ]
null
null
null
Prebuilt/Synth/_sds/vhls/encrypt/solution/.autopilot/db/aes_subBytes.bind.adb
stephenneuendorffer/hls_tuner
fa7de78f0e2bb4b8f9f2e0a0368ed071b379c875
[ "MIT" ]
1
2019-09-10T16:45:27.000Z
2019-09-10T16:45:27.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
25.725433
102
0.587401
a0b1f221a83ebc6365deb7030f9d2647637aa243
4,850
ads
Ada
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_basecamerabinsrc_gstcamerabinpreview_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_basecamerabinsrc_gstcamerabinpreview_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_basecamerabinsrc_gstcamerabinpreview_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; limited with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstelement_h; limited with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstcaps_h; with glib; with glib.Values; with System; -- limited -- with GStreamer.GST_L...
71.323529
316
0.814021
38f7d39b1e435737a0976804cc732383ce40defe
24,300
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/warnsw.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/warnsw.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/warnsw.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
35.268505
78
0.519547
0315f586cd6615af0ae121b1b41b4cb0c6c52eda
944
adb
Ada
gnu/src/gdb/gdb/testsuite/gdb.ada/interface/types.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/interface/types.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/interface/types.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
-- Copyright 2008-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. -- -- ...
31.466667
73
0.71822
a0dd33ecf2c9ef14c9b5b6991bd7e29d1624fb85
3,227
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-pack35.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-pack35.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-pack35.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
52.901639
78
0.439727
8b542a03bb2d061e37e7a8464950fde34ce81da4
1,115
adb
Ada
build_gnu/binutils/gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb
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/catch_ex/foo.adb
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
null
null
null
build_gnu/binutils/gdb/testsuite/gdb.ada/catch_ex/foo.adb
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2019-12-17T22:04:07.000Z
2019-12-17T22:04:07.000Z
-- Copyright 2007-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. -- -- ...
25.340909
73
0.669955
1dbf87b8d1e0accd461f610cda66a2c846e136be
53
adb
Ada
puzzle_13/src/puzzle_13.adb
AdaForge/Advent_of_Code_2020
ed8bde7eb2a21b6fba70988f8220a3facc12890f
[ "CC0-1.0" ]
null
null
null
puzzle_13/src/puzzle_13.adb
AdaForge/Advent_of_Code_2020
ed8bde7eb2a21b6fba70988f8220a3facc12890f
[ "CC0-1.0" ]
null
null
null
puzzle_13/src/puzzle_13.adb
AdaForge/Advent_of_Code_2020
ed8bde7eb2a21b6fba70988f8220a3facc12890f
[ "CC0-1.0" ]
null
null
null
procedure Puzzle_13 is begin null; end Puzzle_13;
10.6
22
0.773585
1ec875cdc212c3c8c36bf320f8586f3cbbc246b0
12,031
adb
Ada
source/tasking/required/s-tpobop.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/tasking/required/s-tpobop.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/tasking/required/s-tpobop.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with Ada.Exception_Identification.From_Here; with Ada.Exceptions.Finally; with System.Address_To_Named_Access_Conversions; with System.Soft_Links; with System.Synchronous_Objects.Abortable; with System.Tasks; package body System.Tasking.Protected_Objects.Operations is use Ada.Exception_Identification.From_Here; u...
34.571839
79
0.608179
c76f95d29b5e80fabc6f27afc90b6c32e025956b
17,234
ads
Ada
arch/ARM/Nordic/svd/nrf52/nrf_svd-gpio.ads
BaderKashkash/Ada_Drivers_Library
027f0982c033a45a490b262080a9ede8c6adbc1c
[ "BSD-3-Clause" ]
1
2022-01-10T13:58:36.000Z
2022-01-10T13:58:36.000Z
arch/ARM/Nordic/svd/nrf52/nrf_svd-gpio.ads
BaderKashkash/Ada_Drivers_Library
027f0982c033a45a490b262080a9ede8c6adbc1c
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/Nordic/svd/nrf52/nrf_svd-gpio.ads
BaderKashkash/Ada_Drivers_Library
027f0982c033a45a490b262080a9ede8c6adbc1c
[ "BSD-3-Clause" ]
null
null
null
-- Copyright (c) 2010 - 2018, Nordic Semiconductor ASA -- -- 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 notice, t...
29.611684
84
0.607462
191986cc629e99f4b79fb0530cb63b21bba6b34b
1,371
ads
Ada
dependencies/agar/ada-gui/agar-gui.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
286
2017-07-31T20:05:16.000Z
2022-03-26T20:26:24.000Z
dependencies/agar/ada-gui/agar-gui.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
67
2017-08-30T18:56:21.000Z
2021-09-08T03:38:20.000Z
dependencies/agar/ada-gui/agar-gui.ads
amvb/GUCEF
08fd423bbb5cdebbe4b70df24c0ae51716b65825
[ "Apache-2.0" ]
31
2017-08-14T13:34:12.000Z
2022-03-14T15:33:49.000Z
with agar.core; with interfaces.c; package agar.gui is package c renames interfaces.c; -- Flags for init_video type video_flags_t is new c.unsigned; HWSURFACE : constant video_flags_t := 16#001#; ASYNCBLIT : constant video_flags_t := 16#002#; ANYFORMAT : constant video_flags_t := 16#004#; HW...
31.883721
69
0.689278
adb6c6307d8c36f90137286ebc30d955478906d3
480
ads
Ada
day03/tests/fms-test.ads
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
day03/tests/fms-test.ads
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
day03/tests/fms-test.ads
jwarwick/aoc_2019_ada
2168249071d235ec76d8424967811d03e9415f5c
[ "MIT" ]
null
null
null
with AUnit; with AUnit.Test_Cases; package FMS.Test is type Test is new AUnit.Test_Cases.Test_Case with null record; function Name (T : Test) return AUnit.Message_String; procedure Register_Tests (T : in out Test); -- Test routines procedure Test_Load (T : in out AUnit.Test_Cases.Test_Case'Class); ...
28.235294
73
0.745833
8b22546420c0bf4f8ae998b457933f0b0653ae01
9,965
adb
Ada
bb-runtimes/examples/leon4-video/dvidrv.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/leon4-video/dvidrv.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/leon4-video/dvidrv.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT EXAMPLE -- -- -- -- ...
32.459283
79
0.520723
1ee1f92775c68854cf4e9237ae97a0a47f472be3
14,462
adb
Ada
source/lexer/program-lexical_handlers.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/lexer/program-lexical_handlers.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/lexer/program-lexical_handlers.adb
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 Ada.Wide_Wide_Characters.Handling; with Program.Source_Buffers; package body Program.Lexical_Handlers is use all type Program.Scanner_Destination...
25.917563
78
0.553727
ade9a62a844ab6daff1fbe8c0b2721fe1faa250a
3,196
adb
Ada
src/ada/src/route_aggregator_communication.adb
pat-rogers/OpenUxAS
2a58d63435d78203ea659198718a5c6c983a1a83
[ "NASA-1.3" ]
null
null
null
src/ada/src/route_aggregator_communication.adb
pat-rogers/OpenUxAS
2a58d63435d78203ea659198718a5c6c983a1a83
[ "NASA-1.3" ]
null
null
null
src/ada/src/route_aggregator_communication.adb
pat-rogers/OpenUxAS
2a58d63435d78203ea659198718a5c6c983a1a83
[ "NASA-1.3" ]
null
null
null
with AVTAS.LMCP.Types; with UxAS.Common.String_Constant.Message_Group; with Route_Aggregator_Message_Conversions; use Route_Aggregator_Message_Conversions; package body Route_Aggregator_Communication is ---------------- -- Initialize -- ---------------- procedure Initialize (This : out Route...
36.318182
113
0.661452
195aa41e1a6e3e63ed668fe66c5de09e9ae834e6
8,326
adb
Ada
Projects/Arbre_Genealogique/livrables/arbre_foret.adb
faicaltoubali/ENSEEIHT
6db0aef64d68446b04f17d1eae574591026002b5
[ "Apache-2.0" ]
null
null
null
Projects/Arbre_Genealogique/livrables/arbre_foret.adb
faicaltoubali/ENSEEIHT
6db0aef64d68446b04f17d1eae574591026002b5
[ "Apache-2.0" ]
null
null
null
Projects/Arbre_Genealogique/livrables/arbre_foret.adb
faicaltoubali/ENSEEIHT
6db0aef64d68446b04f17d1eae574591026002b5
[ "Apache-2.0" ]
null
null
null
with Ada.integer_Text_IO; use Ada.integer_Text_IO; with Ada.Text_IO ; use Ada.Text_IO; package body Arbre_Foret is procedure Initialiser(Abr : out T_Abr_Foret) is begin Abr := New T_Cellule; Abr.all.Tableau_Compagnons.Taille := 0; end Initialiser; --------------------------------------------------------...
29.735714
126
0.549243
9ad2da327a0ff433d9acba9e5283a18847682144
1,313
ads
Ada
source/oasis/program-elements-discrete_ranges.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-discrete_ranges.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-discrete_ranges.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
2
2019-09-14T23:18:50.000Z
2019-10-02T10:11:40.000Z
-- Copyright (c) 2019 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Program.Element_Vectors; with Program.Elements.Definitions; package Program.Elements.Discrete_Ranges is pragma Pure (Program...
30.534884
78
0.728865
22227b513e6a375c3fcd2b1011db547a114e35b9
578
adb
Ada
tests/tk-test_data.adb
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
2
2020-12-09T07:27:07.000Z
2021-10-19T13:31:54.000Z
tests/tk-test_data.adb
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
null
null
null
tests/tk-test_data.adb
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. package body Tk.Test_Data is procedure ...
28.9
75
0.723183
032c187c08bab45804590d02933225a6001e0fef
346,573
adb
Ada
eembc/CIFAR10_ResNetv1/my-hls-test-quantized-tiny2/myproject_prj/solution1/.autopilot/db/zeropad2d_cl_array_array_ap_fixed_32u_config20_s.sched.adb
anmeza/platform_ml_models
ba8011a289a96013dd6f7a5b58eb1072f04d6bf0
[ "RSA-MD" ]
1
2021-12-21T18:19:27.000Z
2021-12-21T18:19:27.000Z
eembc/CIFAR10_ResNetv1/my-hls-test-quantized-tiny2/myproject_prj/solution1/.autopilot/db/zeropad2d_cl_array_array_ap_fixed_32u_config20_s.sched.adb
anmeza/platform_ml_models
ba8011a289a96013dd6f7a5b58eb1072f04d6bf0
[ "RSA-MD" ]
null
null
null
eembc/CIFAR10_ResNetv1/my-hls-test-quantized-tiny2/myproject_prj/solution1/.autopilot/db/zeropad2d_cl_array_array_ap_fixed_32u_config20_s.sched.adb
anmeza/platform_ml_models
ba8011a289a96013dd6f7a5b58eb1072f04d6bf0
[ "RSA-MD" ]
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.960604
217
0.62208
035411fa77bbfaadc5310e41c46b9dac2b6ddd15
1,751
adb
Ada
4-high/gel/source/applet/gel-applet-sim_2d_world.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
4-high/gel/source/applet/gel-applet-sim_2d_world.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
4-high/gel/source/applet/gel-applet-sim_2d_world.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
with gel.Camera.forge, physics.Forge; package body gel.Applet.sim_2D_world is sim_world_Id : constant gel.world_Id := 1; sim_camera_Id : constant gel.camera_Id := 1; procedure define (Self : in View; Name : in String) is the_world_Info : constant world_Info_view := new world_Info; ...
25.75
89
0.561393
8b5521453af7ce652e24b56550ffd45f568e54e9
87
ads
Ada
rtas/examples/example1.ads
erlingrj/ktc
b77f9a2ce991f7c6e8fe2702a7ec9b5e56a6476d
[ "BSD-3-Clause" ]
null
null
null
rtas/examples/example1.ads
erlingrj/ktc
b77f9a2ce991f7c6e8fe2702a7ec9b5e56a6476d
[ "BSD-3-Clause" ]
null
null
null
rtas/examples/example1.ads
erlingrj/ktc
b77f9a2ce991f7c6e8fe2702a7ec9b5e56a6476d
[ "BSD-3-Clause" ]
null
null
null
package Example1 is procedure Sense ; procedure Handle_Deadline; end Example1;
17.4
30
0.758621
3886c77ef971d8201a16a25ffc970619cfde5145
867
adb
Ada
gnu/src/gdb/gdb/testsuite/gdb.ada/enum_idx_packed/foo.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/enum_idx_packed/foo.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/enum_idx_packed/foo.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
-- Copyright 2012-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. -- -- ...
34.68
73
0.724337
2ef86a2ab51be7371c8ec7b8fdcd7f6fda4ab822
566
ads
Ada
src/glfw/v2/glfw-events.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
src/glfw/v2/glfw-events.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
src/glfw/v2/glfw-events.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
-- part of OpenGLAda, (c) 2017 Felix Krause -- released under the terms of the MIT license, see the file "COPYING" with Interfaces.C; package Glfw.Events is type Button_State is (Release, Press); type Button_States is array (Positive range <>) of Button_State; procedure Poll_Events; procedure Wait_Fo...
25.727273
71
0.736749
1e631abe51f8d2aa4869b5c14b311b2edb31e5d0
4,673
ads
Ada
libpok/ada/arinc653/apex.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "BSD-2-Clause" ]
1
2020-11-20T09:56:19.000Z
2020-11-20T09:56:19.000Z
libpok/ada/arinc653/apex.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "BSD-2-Clause" ]
null
null
null
libpok/ada/arinc653/apex.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "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...
45.813725
78
0.653542
8b3dc94998fc65feeb85e50991578b01604e6039
2,557
ads
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/big_packed_array/pck.ads
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
3
2021-05-04T17:09:06.000Z
2021-10-04T07:19:26.000Z
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/big_packed_array/pck.ads
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/big_packed_array/pck.ads
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2019-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
47.351852
73
0.671881
03a82298e0a43f9f1622e52a75357255ab07510c
15,799
adb
Ada
boards/ip_colordetect/colordetect/colordetect/.autopilot/db/xfExtractPixels_1_1_0_s.adb
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
null
null
null
boards/ip_colordetect/colordetect/colordetect/.autopilot/db/xfExtractPixels_1_1_0_s.adb
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
null
null
null
boards/ip_colordetect/colordetect/colordetect/.autopilot/db/xfExtractPixels_1_1_0_s.adb
Kgfu/PYNQ_HelloWorld
a5197130e7d4a5e7f382c3963349c1c0bd213213
[ "BSD-3-Clause" ]
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...
34.64693
140
0.536553
03b8b103adb4e30c38684c6694433d99ef1e77a3
56,889
ads
Ada
source/amf/ocl/amf-internals-tables-ocl_attributes.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/ocl/amf-internals-tables-ocl_attributes.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/ocl/amf-internals-tables-ocl_attributes.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
43.760769
87
0.703528
8bcd0bdbe2d024c2dbc8a0b8a61b1328036f62aa
1,622
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_query_extension_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_extension_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_extension_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 swig; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_query_extension_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; pad0 : aliased Interfac...
27.965517
76
0.661529
036ab997e69b3fafe25f38aa755b2c665281c035
3,458
adb
Ada
src/zmq-sockets-indefinite_typed_generic.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
33
2015-01-16T13:42:55.000Z
2021-11-30T21:28:50.000Z
src/zmq-sockets-indefinite_typed_generic.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
6
2016-03-23T01:26:36.000Z
2021-05-13T04:24:53.000Z
src/zmq-sockets-indefinite_typed_generic.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
5
2016-03-09T20:20:09.000Z
2020-06-17T06:59:39.000Z
------------------------------------------------------------------------------- -- -- -- 0MQ Ada-binding -- -- -- ...
48.704225
79
0.456333
4b669da823c89b777294cad56c13a606b273108f
319,711
adb
Ada
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/write_row_ifm.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/write_row_ifm.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/write_row_ifm.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/> <cdfg class_id="1" tracking_level="1" version="0...
31.582634
80
0.458358
38d9403558ad365a977a5a3542e112292703cca3
19,191
adb
Ada
runtime/ravenscar-sfp-stm32f427/math/a-ngcoty.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
runtime/ravenscar-sfp-stm32f427/math/a-ngcoty.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
runtime/ravenscar-sfp-stm32f427/math/a-ngcoty.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
27.975219
79
0.481684
195d086564c370408562f2b4cdc6ba2ab38091f0
11,893
ads
Ada
src/arch/socs/stm32f429/Ada/soc-rcc.ads
wookey-project/ewok-legacy
c973752dac3a0ebe3f7cfca062f50744578f051b
[ "Apache-2.0" ]
null
null
null
src/arch/socs/stm32f429/Ada/soc-rcc.ads
wookey-project/ewok-legacy
c973752dac3a0ebe3f7cfca062f50744578f051b
[ "Apache-2.0" ]
null
null
null
src/arch/socs/stm32f429/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
8b92889e943364d59f3f0a191f509e1f7c42a9ed
3,384
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-widlli.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-widlli.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-widlli.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
45.72973
79
0.413712
0346e802df01d34a3ac47c553091f5bdab33ae1d
630
adb
Ada
Example.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
1
2019-06-27T12:58:28.000Z
2019-06-27T12:58:28.000Z
example.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
null
null
null
example.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
null
null
null
with Ada.Text_IO; package body example is i : Number := Number'First; procedure Print_and_Increment (j: in out Number) is function Next (k: in Number) return Number is begin return k + 1; end Next; begin Ada.Text_IO.Put_Line ( "The total is: " & Number'Image(j) ); j := Next (j); en...
21.724138
65
0.674603
a03f30569eaf30ddc17313ebe3bbe176df59f796
3,540
ads
Ada
tools/scitools/conf/understand/ada/ada05/s-restri.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/ada05/s-restri.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada05/s-restri.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
48.493151
79
0.522881
385a9e62040eaae1784f6b66990eef7a6ea891fd
16,299
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-strunb.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-strunb.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-strunb.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
33.128049
79
0.611387
9a4e0ec034fe4b36fc9d270c155891275b29ca01
12,408
ads
Ada
stm32f0/stm32f030x/svd/stm32_svd-syscfg.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-syscfg.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f0/stm32f030x/svd/stm32_svd-syscfg.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 pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with System; package STM32_SVD.SYSCFG is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CFGR1_MEM_MODE_Field is STM32...
35.150142
76
0.633785
03360b21bd952f7e57a38360b92a9b5338662e29
196
ads
Ada
boards/host/stm32gd-usart-peripheral.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
boards/host/stm32gd-usart-peripheral.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
boards/host/stm32gd-usart-peripheral.ads
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; generic Filename : String; package STM32GD.USART.Peripheral is pragma Preelaborate; procedure Transmit (Data : in Byte); end STM32GD.USART.Peripheral;
15.076923
39
0.75
13f24083dfa2e8a6b32af893ec140724110675bd
3,626
ads
Ada
source/amf/uml/amf-uml-combined_fragments-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-combined_fragments-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-combined_fragments-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
72.52
86
0.404854
8bc6e4d073c393509648f12bf520ddd52edde51a
3,257
ads
Ada
libpok/ada/arinc653/apex-sampling_ports.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "BSD-2-Clause" ]
1
2020-11-20T09:56:19.000Z
2020-11-20T09:56:19.000Z
libpok/ada/arinc653/apex-sampling_ports.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "BSD-2-Clause" ]
null
null
null
libpok/ada/arinc653/apex-sampling_ports.ads
codeinspector-sales-demo/pok
3f3d4700f4f31265670b9ac257b274729433e7ce
[ "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...
44.616438
78
0.680381
0325bdc404918f8bebfeb5f3cec5727cbe422b85
9,205
ads
Ada
src/sys/http/curl/util-http-clients-curl.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/sys/http/curl/util-http-clients-curl.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/sys/http/curl/util-http-clients-curl.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
----------------------------------------------------------------------- -- util-http-clients-curl -- HTTP Clients with CURL -- Copyright (C) 2012, 2017, 2018, 2020, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); --...
39.004237
91
0.613145
ad4c200ea50126c909bd0476dceb8361fd69622b
1,459
adb
Ada
source/tasking/machine-apple-darwin/s-natint.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/tasking/machine-apple-darwin/s-natint.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/tasking/machine-apple-darwin/s-natint.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with C.signal; package body System.Native_Interrupts is use type C.signed_int; procedure Mask (How : C.signed_int; Interrupt : Interrupt_Id); procedure Mask (How : C.signed_int; Interrupt : Interrupt_Id) is Mask : aliased C.signal.sigset_t; Dummy : C.signed_int; R : C.signed_int; begin ...
27.528302
72
0.655243
1ae2ebbafb86fb94fa4008008af5be43e39655c8
2,181
adb
Ada
sources/flac-debug.adb
HeisenbugLtd/flac-ada
54ee813e05ec91207cbf3dcb3a36449ecb48db5d
[ "WTFPL" ]
5
2020-07-05T18:45:12.000Z
2020-12-18T22:58:55.000Z
sources/flac-debug.adb
HeisenbugLtd/flac-ada
54ee813e05ec91207cbf3dcb3a36449ecb48db5d
[ "WTFPL" ]
null
null
null
sources/flac-debug.adb
HeisenbugLtd/flac-ada
54ee813e05ec91207cbf3dcb3a36449ecb48db5d
[ "WTFPL" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (C) 2020 by Heisenbug Ltd. (gh+flacada@heisenbug.eu) -- -- This work is free. You can redistribute it and/or modify it under the -- terms of the Do What The Fuck You Want To Public License, Version 2, -- as published by Sam ...
37.603448
80
0.501146
381ec4ee63e30705d2b723d2c9ea0f5e466b21c7
3,113
ads
Ada
src/keystore-random.ads
thierr26/ada-keystore
25099a9df3ce9b48a401148eb1b84442011759a0
[ "Apache-2.0" ]
null
null
null
src/keystore-random.ads
thierr26/ada-keystore
25099a9df3ce9b48a401148eb1b84442011759a0
[ "Apache-2.0" ]
null
null
null
src/keystore-random.ads
thierr26/ada-keystore
25099a9df3ce9b48a401148eb1b84442011759a0
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- security-random -- Random numbers for nonce, secret keys, token generation -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
38.9125
84
0.685512
4b56ef5036015030d60c0d890bfe32d1ba1548b2
4,045
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/debug_a.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/debug_a.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/debug_a.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
62.230769
79
0.547342
8bc10751deb4cd6388a0341e7d93cf11a1621e3b
1,436
ads
Ada
json-aura.ads
annexi-strayline/ASAP-JSON
8788f7466dfbd751fd8a3bc2d87b236f933ef858
[ "BSD-3-Clause" ]
1
2021-09-29T09:47:21.000Z
2021-09-29T09:47:21.000Z
json-aura.ads
annexi-strayline/ASAP-JSON
8788f7466dfbd751fd8a3bc2d87b236f933ef858
[ "BSD-3-Clause" ]
null
null
null
json-aura.ads
annexi-strayline/ASAP-JSON
8788f7466dfbd751fd8a3bc2d87b236f933ef858
[ "BSD-3-Clause" ]
null
null
null
-- JSON AURA Configuration Manifest package JSON.AURA is package Configuration is Truncate_Floats: constant Boolean := False; -- If true, when deserializing a JSON objects, if the read value for the -- JSON_Float_Value type has too many decimal points, the deserialized -- value is trunc...
38.810811
78
0.669916
226661f47621b4d59865cdfba1b36ee123325dfb
10,385
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/i-cstrin.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/i-cstrin.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/i-cstrin.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
30.101449
79
0.530573
8bd5e8d8096066dea894877e367c6d1c32961554
3,143
ada
Ada
Task/Checkpoint-synchronization/Ada/checkpoint-synchronization.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Checkpoint-synchronization/Ada/checkpoint-synchronization.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Checkpoint-synchronization/Ada/checkpoint-synchronization.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Calendar; use Ada.Calendar; with Ada.Numerics.Float_Random; with Ada.Text_IO; use Ada.Text_IO; procedure Test_Checkpoint is package FR renames Ada.Numerics.Float_Random; No_Of_Cubicles: constant Positive := 3; -- That many workers can work in parallel No_Of_Workers:...
30.813725
65
0.585746
8b41d678e38cfc9c0cbf66195df871cc41498cc8
6,783
ads
Ada
stm32f3/stm32f303xe/svd/stm32_svd.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
stm32f3/stm32f303xe/svd/stm32_svd.ads
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
stm32f3/stm32f303xe/svd/stm32_svd.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 STM32F303xE.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with Interfaces; use Interfaces; with System; -- STM32F303xE package STM32_SVD is pragma Preelaborate; --------------- -- Base type -- ------------...
33.25
67
0.658853
03d8c9235a970d0f6a601377c2f15ed2570b4bdd
2,013
ads
Ada
src/natools-smaz-tools-gnat.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-smaz-tools-gnat.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-smaz-tools-gnat.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2016, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
57.514286
78
0.525087
1e9e18e318c9cfdda3608c56b570eade247e139d
5,564
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/sem_disp.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/sem_disp.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/sem_disp.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
56.77551
79
0.603702
22f1f51b200e9107825652ecda87e027626c046c
10,574
ads
Ada
src/tests/ahven/ahven-results.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/tests/ahven/ahven-results.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/tests/ahven/ahven-results.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
-- -- Copyright (c) 2007, 2008 Tero Koskinen <tero.koskinen@iki.fi> -- -- Permission to use, copy, modify, and 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 all copies. -- -- THE SOFTWARE IS PROVIDED "A...
38.875
78
0.701816
a0dd97d9026c54b1e86878955ca11055de2ab86e
364
ads
Ada
source/web_server.ads
jquorning/iDoNu
1618b679f7d0895729dded62f22b0826e7da7cb1
[ "blessing" ]
1
2016-08-09T20:47:23.000Z
2016-08-09T20:47:23.000Z
source/web_server.ads
jquorning/iDoNu
1618b679f7d0895729dded62f22b0826e7da7cb1
[ "blessing" ]
null
null
null
source/web_server.ads
jquorning/iDoNu
1618b679f7d0895729dded62f22b0826e7da7cb1
[ "blessing" ]
null
null
null
-- -- The author disclaims copyright to this source code. In place of -- a legal notice, here is a blessing: -- -- May you do good and not evil. -- May you find forgiveness for yourself and forgive others. -- May you share freely, not taking more than you give. -- package Web_Server is procedure Startu...
21.411765
68
0.700549
037b6a7849cb2a9353a3d543e3ef3ab5ec4b535d
426
ads
Ada
source/oasis/program-elements-paths.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-paths.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-paths.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
2
2019-09-14T23:18:50.000Z
2019-10-02T10:11:40.000Z
-- Copyright (c) 2019 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- package Program.Elements.Paths is pragma Pure (Program.Elements.Paths); type Path is limited interface and Program.Elements.El...
26.625
68
0.638498
0330988b019e3c791fa207ccaa061d1842ccdb02
2,028
adb
Ada
problems/022/a022.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
problems/022/a022.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
problems/022/a022.adb
melwyncarlo/ProjectEuler
c4d30ed528ae6de82232f3d2044d608c6e8f1c37
[ "MIT" ]
null
null
null
with Ada.Text_IO; with Ada.Strings.Fixed; with Ada.Characters.Handling; with Ada.Long_Integer_Text_IO; -- Copyright 2021 Melwyn Francis Carlo procedure A022 is use Ada.Text_IO; use Ada.Strings.Fixed; use Ada.Long_Integer_Text_IO; FT : File_Type; Ch : Character; Name_Val ...
23.045455
74
0.527613
a0641b9f22df4f3503f8d6b4260f6057299aad96
1,461
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_render_glyph_iterator_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_render_glyph_iterator_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_render_glyph_iterator_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
null
null
null
-- This file is generated by SWIG. Please do not modify by hand. -- with Interfaces.C; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_render_glyph_iterator_t is -- Item -- type Item is record data : access xcb.xcb_render_glyph_t; the_rem : aliased Interfaces.C.int; index...
26.563636
74
0.661191
195067c44bb768958d0f2c4c1ebee3a2b6f64ea1
1,892
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_copy_area_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_copy_area_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_copy_area_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_copy_area_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; pad0 : aliased Interfaces.Unsigned_8; ...
30.516129
76
0.658034
036ad2cef225d1fbdd4ffdc9dffc03a184939df3
4,904
adb
Ada
source/amf/uml/amf-internals-uml_packageable_elements.adb
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_packageable_elements.adb
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_packageable_elements.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
50.556701
78
0.470024