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
0654d24a94769ac2eae7e27d27ccfba818a60b57
174
adb
Ada
ejercicios6/crear_lista_vacia.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios6/crear_lista_vacia.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios6/crear_lista_vacia.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
with Datos; use Datos; procedure crear_lista_vacia( L : in out Lista) is -- pre: -- post: se ha creado una lista vacia begin L := null; end crear_lista_vacia;
14.5
49
0.666667
502459bba7b852c3dd486284b0d05561ce597716
653
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert7.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert7.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/unchecked_convert7.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } -- { dg-options "-g -gnatVa" } with Unchecked_Conversion; procedure Unchecked_Convert7 is type BPA is array (1 .. 23) of Boolean; pragma Pack (BPA); for BPA'Size use 23; subtype Byte is Natural range 0 .. 255; type R is record S : Boolean; E : Byte; F : BPA; ...
17.648649
68
0.589587
a1f1ac8aeadf53f3bc2c4725f5e833e82bb644ed
4,373
adb
Ada
src/glfw-error.adb
zrmyers/GLFWAda
d267c0844f2f088a68dd86f79ad4b0f30d29ea81
[ "MIT" ]
null
null
null
src/glfw-error.adb
zrmyers/GLFWAda
d267c0844f2f088a68dd86f79ad4b0f30d29ea81
[ "MIT" ]
null
null
null
src/glfw-error.adb
zrmyers/GLFWAda
d267c0844f2f088a68dd86f79ad4b0f30d29ea81
[ "MIT" ]
null
null
null
-------------------------------------------------------------------------------- -- MIT License -- -- Copyright (c) 2020 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 Softwar...
42.872549
82
0.509719
06d49eb510144fe77d6230f5b4c0c0b197bbd5a3
1,651
ads
Ada
source/environment/machine-apple-darwin/s-prdyli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/environment/machine-apple-darwin/s-prdyli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/environment/machine-apple-darwin/s-prdyli.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- extended unit specialized for POSIX (Darwin, FreeBSD, or Linux) with Ada.IO_Exceptions; private with Ada.Finalization; private with C; package System.Program.Dynamic_Linking is -- Loading dynamic-link library. pragma Preelaborate; type Library is limited private; -- subty...
25.796875
67
0.705027
0b2f77b8d930390fdefd97d3854f6c19202459b3
12,791
ads
Ada
awa/plugins/awa-blogs/src/awa-blogs-beans.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-blogs/src/awa-blogs-beans.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-blogs/src/awa-blogs-beans.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-blogs-beans -- Beans for blog module -- Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License")...
41.529221
98
0.628723
06e365a9ca3322a0ecf49df52de8c1b9c3ded8ef
32,172
adb
Ada
4-high/gel/source/gel-sprite.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
4-high/gel/source/gel-sprite.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
4-high/gel/source/gel-sprite.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with gel.hinge_Joint, gel. any_Joint, gel.World, ada.Tags, ada.unchecked_Deallocation, ada.unchecked_Conversion; package body gel.Sprite is use ada.Tags, linear_Algebra_3D; procedure log (Message : in String) -- renames ada.text_IO.put_Line; is null;...
28.37037
210
0.533041
1297a4b77712781f73d6f78bfefc3e8960bcf202
3,525
ads
Ada
include/bits_time_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
5
2021-11-03T04:34:16.000Z
2021-11-10T23:06:30.000Z
include/bits_time_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
null
null
null
include/bits_time_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
null
null
null
pragma Ada_2012; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with bits_types_h; limited with bits_timex_h; package bits_time_h is -- unsupported macro: CLOCKS_PER_SEC ((__clock_t) 1000000) CLOCK_REALTIME : constant := 0; -- /usr/include/bits/time.h:46 CLOCK_MONOTONIC : constant := 1;...
42.46988
146
0.693901
df76d0b26073470031a39112917f94d7c3aaebde
3,417
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-imgint.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-imgint.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-imgint.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
58.913793
79
0.462979
0bff217ca4785f08970ca1f45d93d8ba59f12bdb
1,634
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/atomic6_2.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/atomic6_2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/atomic6_2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } -- { dg-options "-fdump-tree-gimple" } with Atomic6_Pkg; use Atomic6_Pkg; procedure Atomic6_2 is Temp : Integer; begin Counter1 := Counter1 + Counter2; Timer1 := Timer1 + Timer2; Counter1 := Counter1 + Int(Timer1); Timer1 := Timer1 + Integer(Counter1); Temp := Integer(Counter1) + ...
36.311111
97
0.651775
c5b63fd61dfda7c8e0cb761ca36e64a88e9452a9
6,365
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce3601a.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/ce3601a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce3601a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE3601A.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...
33.856383
79
0.495522
50d110cc4d044abfc9966adba3f409896eb62585
4,352
ads
Ada
source/league/ucd/matreshka-internals-unicode-ucd-core_00fc.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_00fc.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_00fc.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
57.263158
78
0.438879
d0f6015aad136bfcd3044a8c1e556ca2bd708c25
715
ads
Ada
system-multiprocessors.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
system-multiprocessors.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
system-multiprocessors.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) 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. -- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaRe...
39.722222
75
0.657343
06eb2d9f9fefbbceb66e7d249c71967c82b2df3f
1,402
adb
Ada
ada-assignment/adaptive_quad.adb
PeterYHChen/nyu-pl-assignments
5d714a3ef34d01a362490fbd39ba880240ba7fd9
[ "MIT" ]
null
null
null
ada-assignment/adaptive_quad.adb
PeterYHChen/nyu-pl-assignments
5d714a3ef34d01a362490fbd39ba880240ba7fd9
[ "MIT" ]
null
null
null
ada-assignment/adaptive_quad.adb
PeterYHChen/nyu-pl-assignments
5d714a3ef34d01a362490fbd39ba880240ba7fd9
[ "MIT" ]
null
null
null
with Text_Io; -- always need these two lines for printing use Text_Io; with Ada.Float_Text_IO; use Ada.Float_Text_IO; package body Adaptive_Quad is function SimpsonsRule(a, b:float) return float is c, h3:float; begin c := (a+b) / 2.0; h3 := abs(b-a) / 6.0; return h3*(f(a) + 4.0...
25.962963
62
0.523538
4dac1de177f7cd049a29c5d0e680eeebd31e79c4
3,221
adb
Ada
ejercicios6/prueba_interseccion.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios6/prueba_interseccion.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios6/prueba_interseccion.adb
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
with Ada.Text_Io, Datos; with Crear_Lista_Vacia, Esc, Ins, Interseccion; use Datos; use Ada.Text_Io; procedure Prueba_Interseccion is Lis1, Lis2 : Lista; -- variables del programa principal procedure Pedir_Return is begin Put_Line("pulsa return para continuar "); Skip_Line; end ...
23.510949
85
0.65104
cbacf84727da69102a65252d1ce7219b8d45af38
4,812
adb
Ada
source/amf/mofext/amf-internals-modules-mofext_module.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mofext/amf-internals-modules-mofext_module.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mofext/amf-internals-modules-mofext_module.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
55.953488
78
0.512884
06fb630bb4bc66bf159917a14446f9f3d639bf1b
266
ada
Ada
Task/Function-prototype/Ada/function-prototype-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Function-prototype/Ada/function-prototype-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Function-prototype/Ada/function-prototype-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
function noargs return Integer; function twoargs (a, b : Integer) return Integer; -- varargs do not exist function optionalargs (a, b : Integer := 0) return Integer; -- all parameters are always named, only calling by name differs procedure dostuff (a : Integer);
38
65
0.74812
4d1b2909ea8216530cb18ffa7556b7056c15d59e
5,187
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-tasloc.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-tasloc.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-tasloc.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
52.393939
78
0.50106
4defdf2480a7a6d98f8316ce6bfeca1789f2f08e
8,722
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-cofuma.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-cofuma.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-cofuma.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
29.367003
78
0.468127
12615af8ff22648cd63ad9261efdaf10bfd32f1c
10,846
adb
Ada
test/data/Ada-83/signup.adb
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
null
null
null
test/data/Ada-83/signup.adb
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
null
null
null
test/data/Ada-83/signup.adb
jfitz/code-stat
dd2a13177f3ef03ab42123ef3cfcbbd062a2ae26
[ "MIT" ]
null
null
null
with Ada.Text_IO; use Ada.Text_IO; with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; with Ada.Exceptions; use Ada.Exceptions; procedure Checkpres is -- input file: signups People : File_Type; -- output files: times.html, names.html Times : File_Type; Pos, Lno : Integer := 0; Buf : String (1 .. 102...
37.4
151
0.535866
1285df8f853bd0254873657c76057b5c76a80bf4
3,945
ads
Ada
server/jason-applications.ads
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
2
2019-01-26T22:14:55.000Z
2019-01-28T10:49:46.000Z
server/jason-applications.ads
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
server/jason-applications.ads
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- jason -- jason applications -- Copyright (C) 2016, 2018 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in c...
39.848485
87
0.69379
a10ba1f42d41ffe3a11997695027e5ddd744876e
4,745
adb
Ada
scheduling-execute_image.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
13
2021-09-28T18:14:32.000Z
2022-02-09T17:48:53.000Z
scheduling-execute_image.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
9
2021-09-28T19:18:25.000Z
2022-01-14T22:54:06.000Z
scheduling-execute_image.adb
annexi-strayline/AURA
fbbc4bc963ee82872a67e088b68f0565ba5b50a7
[ "BSD-3-Clause" ]
1
2021-10-21T21:19:08.000Z
2021-10-21T21:19:08.000Z
------------------------------------------------------------------------------ -- -- -- Ada User Repository Annex (AURA) -- -- ANNEXI-STRAYLINE Reference Implementation -- -- ...
54.54023
82
0.45627
4dbd37eaed3329b0ce2fc5157f41c1167753a97e
2,854
adb
Ada
ada_lists/src/lists-dynamic.adb
gerr135/ada_gems
fc1b55e991766110581fcc340c8bc7c51ef7a49b
[ "BSD-2-Clause" ]
6
2020-11-26T20:01:50.000Z
2022-03-04T22:22:12.000Z
ada_lists/src/lists-dynamic.adb
gerr135/ada_gems
fc1b55e991766110581fcc340c8bc7c51ef7a49b
[ "BSD-2-Clause" ]
null
null
null
ada_lists/src/lists-dynamic.adb
gerr135/ada_gems
fc1b55e991766110581fcc340c8bc7c51ef7a49b
[ "BSD-2-Clause" ]
null
null
null
package body Lists.dynamic is overriding function Element_Constant_Reference (Container : aliased in List; Index : Index_Type) return Constant_Reference_Type is CVR : ACV.Constant_Reference_Type := Container.vec.Constant_Reference(Index); R : Constant_Reference_Type(CVR.Element); begin ...
28.54
123
0.67309
4abe266cf9ac5060ce0308db4c791a888151fb69
5,374
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/a-exetim__default.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/a-exetim__default.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/a-exetim__default.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
40.104478
78
0.530517
a1895dbd260efe381717f2aa806ac57a6e05a7e9
2,040
adb
Ada
day_06.adb
jweese/Ada_Vent_19
1d31e5b38ae1ed44aafcd1f9347f9e914fe7165d
[ "MIT" ]
1
2019-12-07T19:20:12.000Z
2019-12-07T19:20:12.000Z
day_06.adb
jweese/Ada_Vent_19
1d31e5b38ae1ed44aafcd1f9347f9e914fe7165d
[ "MIT" ]
null
null
null
day_06.adb
jweese/Ada_Vent_19
1d31e5b38ae1ed44aafcd1f9347f9e914fe7165d
[ "MIT" ]
null
null
null
with Ada.Containers.Ordered_Maps; with Ada.Integer_Text_IO; with Ada.Text_IO; procedure Day_06 is subtype Name is String(1 .. 3); You: constant Name := "YOU"; Santa: constant Name := "SAN"; type Orbit is record Self, Parent: Name; end record; type Chain is array (Positive range <>) of Name; ...
26.842105
79
0.592157
394406b39f38ceb75869c59f442a590bd9f98eca
2,427
adb
Ada
chat_messages.adb
cborao/Ada-P3
a099243531f259158eb30450868c31e81783174c
[ "MIT" ]
null
null
null
chat_messages.adb
cborao/Ada-P3
a099243531f259158eb30450868c31e81783174c
[ "MIT" ]
null
null
null
chat_messages.adb
cborao/Ada-P3
a099243531f259158eb30450868c31e81783174c
[ "MIT" ]
null
null
null
--PRÁCTICA 3: CÉSAR BORAO MORATINOS (Chat_Messages.adb) with Ada.Text_IO; with Lower_Layer_UDP; with Ada.Strings.Unbounded; package body Chat_Messages is package ATI renames Ada.Text_IO; use Ada.Strings.Unbounded; procedure Init_Message (Server_EP: LLU.End_Point_Type; Client_EP_Receive: LLU.End_Poin...
26.67033
66
0.759786
4dd3c71d02c4fa46537e8cc51240f94f28627528
3,275
ads
Ada
arch/ARM/STM32/svd/stm32f46_79x/stm32_svd-wwdg.ads
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
arch/ARM/STM32/svd/stm32f46_79x/stm32_svd-wwdg.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
arch/ARM/STM32/svd/stm32f46_79x/stm32_svd-wwdg.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
-- This spec has been automatically generated from STM32F46_79x.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.WWDG is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CR_T_Field is HAL....
26.2
76
0.571908
06e70c09bf9f593e9e0f0859740eb992ce34cd12
1,034
adb
Ada
specs/ada/server/ike/tkmrpc-operation_handlers-ike-esa_select.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/server/ike/tkmrpc-operation_handlers-ike-esa_select.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
specs/ada/server/ike/tkmrpc-operation_handlers-ike-esa_select.adb
DrenfongWong/tkm-rpc
075d22871cf81d497aac656c7f03a513278b641c
[ "BSD-3-Clause" ]
null
null
null
with Tkmrpc.Servers.Ike; with Tkmrpc.Results; with Tkmrpc.Request.Ike.Esa_Select.Convert; with Tkmrpc.Response.Ike.Esa_Select.Convert; package body Tkmrpc.Operation_Handlers.Ike.Esa_Select is ------------------------------------------------------------------------- procedure Handle (Req : Request.Data_Type; Re...
32.3125
78
0.65764
a10449e91cc6b3b7b71373d8145917e55d98ca45
2,546
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/a/a49027c.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/a/a49027c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/a/a49027c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- A49027C.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...
35.859155
79
0.637863
06d3aeb1ead07b687405a844d6f6e0a4c23e2ecb
9,051
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack54.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack54.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack54.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
36.059761
78
0.467352
3123e835b9effa6d6fd7e9b99648e2b1910496d7
1,439
adb
Ada
tools/akt-commands-password-add.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
25
2019-05-07T20:35:50.000Z
2021-11-30T10:35:47.000Z
tools/akt-commands-password-add.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
12
2019-12-16T23:30:00.000Z
2021-09-26T18:52:41.000Z
tools/akt-commands-password-add.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
3
2019-12-18T21:30:04.000Z
2021-01-06T08:30:36.000Z
----------------------------------------------------------------------- -- akt-commands-password-add -- Add a wallet password -- Copyright (C) 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this...
42.323529
91
0.578874
cb63e9ad916d55851ac86939df4c8fe5c098b76e
1,422
ads
Ada
src/ewok-interrupts-handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/ewok-interrupts-handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/ewok-interrupts-handler.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
-- -- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr> -- - Ryad Benadjila -- - Arnauld Michelizza -- - Mathieu Renard -- - Philippe Thierry -- - Philippe Trebuchet -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the...
31.6
79
0.71097
315d7e19959113e627e603ac26e2c7a22161311e
195,070
adb
Ada
HLS/lab2/yuv_filter.prj/solution1/.autopilot/db/yuv_filter.bind.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
1
2021-03-03T16:53:52.000Z
2021-03-03T16:53:52.000Z
HLS/lab2/yuv_filter.prj/solution1/.autopilot/db/yuv_filter.bind.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
HLS/lab2/yuv_filter.prj/solution1/.autopilot/db/yuv_filter.bind.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
<?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="...
24.758218
90
0.575757
4d78981e6c7ffce436b56b1fc39a9f5424625151
24,803
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-cohama.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-cohama.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-cohama.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
42.911765
79
0.668105
230f81f772d4e8affd274fe17df341318ff9d12c
638
ads
Ada
source/mpfr-root_fr-inside.ads
ytomino/gmp-ada
72b08a0e8dae5c8576c4d48ef580eb95a5c5455b
[ "Unlicense" ]
4
2017-12-20T00:16:36.000Z
2020-09-08T09:35:25.000Z
source/mpfr-root_fr-inside.ads
ytomino/gmp-ada
72b08a0e8dae5c8576c4d48ef580eb95a5c5455b
[ "Unlicense" ]
null
null
null
source/mpfr-root_fr-inside.ads
ytomino/gmp-ada
72b08a0e8dae5c8576c4d48ef580eb95a5c5455b
[ "Unlicense" ]
null
null
null
with C.mpfr; package MPFR.Root_FR.Inside is pragma Preelaborate; function Reference (X : in out MP_Float) return not null access C.mpfr.mpfr_struct; function Constant_Reference (X : MP_Float) return not null access constant C.mpfr.mpfr_struct; pragma Inline (Reference); -- renamed pragma Inline (Constant_R...
27.73913
53
0.774295
0bc4833fe7ba04d3fa150781e415ec2ffa86ead5
58
ads
Ada
Ada/inc/Problem_42.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/inc/Problem_42.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/inc/Problem_42.ads
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
package Problem_42 is procedure Solve; end Problem_42;
14.5
21
0.793103
0e68b2d935c90b3359e4964af6af5c04cf2c7e42
5,056
adb
Ada
Formatted_Output-orig/formatted_output-enumeration_output.adb
VitalijBondarenko/Formatted_Output_NG
91fbdba8b2c720d9769a52f2b2152c14236adaa0
[ "MIT" ]
null
null
null
Formatted_Output-orig/formatted_output-enumeration_output.adb
VitalijBondarenko/Formatted_Output_NG
91fbdba8b2c720d9769a52f2b2152c14236adaa0
[ "MIT" ]
null
null
null
Formatted_Output-orig/formatted_output-enumeration_output.adb
VitalijBondarenko/Formatted_Output_NG
91fbdba8b2c720d9769a52f2b2152c14236adaa0
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- File: -- -- formatted_output-enumeration_output.adb -- ...
40.126984
79
0.421282
069c48e7163f434573a1e8df6e9ec9e99918b175
868
adb
Ada
build/gnat/rts/common/adainclude/last_chance_handler.adb
Lucretia/bare_bones
2666092925729aa8b5655211211529b98c5d18bd
[ "CC0-1.0" ]
70
2015-01-03T01:44:38.000Z
2022-03-20T14:24:24.000Z
build/gnat/rts/common/adainclude/last_chance_handler.adb
Lucretia/bare_bones
2666092925729aa8b5655211211529b98c5d18bd
[ "CC0-1.0" ]
null
null
null
build/gnat/rts/common/adainclude/last_chance_handler.adb
Lucretia/bare_bones
2666092925729aa8b5655211211529b98c5d18bd
[ "CC0-1.0" ]
12
2015-07-13T04:36:54.000Z
2020-06-21T02:55:04.000Z
-- -*- Mode: Ada -*- -- Filename : last_chance_handler.adb -- Description : Implementation of the exception handler for the kernel. -- Author : Luke A. Guest -- Created On : Thu Jun 14 12:06:48 2012 -- Licence : See LICENCE in the root directory. -- wi...
37.73913
77
0.629032
06a77f1a100d2f25a60b104f1f4bb29cc061bb6b
5,530
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/fname.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/fname.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/fname.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
53.173077
79
0.550995
d0d19cbad53f64af3ed690a1a4df927f10e4f164
763
adb
Ada
tests/test.adb
Lucretia/net_time
d077e5c413fbae6ef64a47559ba12015fa994518
[ "BSD-3-Clause" ]
null
null
null
tests/test.adb
Lucretia/net_time
d077e5c413fbae6ef64a47559ba12015fa994518
[ "BSD-3-Clause" ]
null
null
null
tests/test.adb
Lucretia/net_time
d077e5c413fbae6ef64a47559ba12015fa994518
[ "BSD-3-Clause" ]
null
null
null
with Ada.Calendar; use Ada.Calendar; with Ada.Calendar.Formatting; use Ada.Calendar.Formatting; with Ada.Calendar.Time_Zones; use Ada.Calendar.Time_Zones; with Ada.Text_IO; use Ada.Text_IO; with Net_Times; procedure Test is -- use type Time_Offset; Now : Time := Clock; PST : Net_Times....
31.791667
74
0.63827
312b9c4131aa372bd8377db112ec340fec719034
802
ads
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/atomic_enum/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/atomic_enum/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/atomic_enum/pck.ads
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2008-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
36.454545
73
0.739401
069afb59f31321f9a3eb4de111856cd949625931
1,569
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_glx_query_context_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_glx_query_context_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_glx_query_context_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_glx_query_context_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; minor_opcode : aliased Interfaces.Unsign...
28.017857
78
0.674315
12899fa57273e64b9915547d7a353065517ad329
572
ads
Ada
source/oasis/program-elements-defining_names.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-defining_names.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-defining_names.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.Defining_Names is pragma Pure (Program.Elements.Defining_Names); type Defining_Name is limited interf...
28.6
72
0.68007
316c710658a2b306f8b7ade27203960306fa7cd9
4,997
adb
Ada
source/types/adam-component_definition.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
source/types/adam-component_definition.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
source/types/adam-component_definition.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with AdaM.Factory; package body AdaM.component_Definition is -- Storage Pool -- record_Version : constant := 1; pool_Size : constant := 5_000; package Pool is new AdaM.Factory.Pools (".adam-store", "component_Definitions", ...
23.24186
100
0.60016
0ba9f9ad245d28de0e192070fb3c2ffe722b90c0
38,424
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/lib.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/lib.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/lib.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
29.556923
79
0.563944
a12a236a7704bff6d1635eff3f178c6187c0f72f
98
ads
Ada
Practica 03/P03_Crea_Tarea/src/tareas.ads
dpr1005/Tiempo-Real-Ejercicios
244911e9e9a2d8667649eb9f3d7417c39b340161
[ "BSD-3-Clause" ]
null
null
null
Practica 03/P03_Crea_Tarea/src/tareas.ads
dpr1005/Tiempo-Real-Ejercicios
244911e9e9a2d8667649eb9f3d7417c39b340161
[ "BSD-3-Clause" ]
null
null
null
Practica 03/P03_Crea_Tarea/src/tareas.ads
dpr1005/Tiempo-Real-Ejercicios
244911e9e9a2d8667649eb9f3d7417c39b340161
[ "BSD-3-Clause" ]
1
2022-03-06T17:37:39.000Z
2022-03-06T17:37:39.000Z
package Tareas is task type Tarea_1; task type Tarea_2; task type Tarea_3; end Tareas;
12.25
21
0.704082
06fbab136c53abe9b4234d69d823818d77fce217
11,820
ads
Ada
source/league/ucd/matreshka-internals-unicode-ucd-core_0019.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_0019.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_0019.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
41.473684
78
0.447885
316120998f877fdef341e924092f268e45a39f01
2,401
ada
Ada
archive/test/manual/etags/ada-src/waroquiers.ada
RyanMcCarl/.emacs.d
2b51577f7288bced8f72f2ecec9ee94387e73458
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
archive/test/manual/etags/ada-src/waroquiers.ada
RyanMcCarl/.emacs.d
2b51577f7288bced8f72f2ecec9ee94387e73458
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
archive/test/manual/etags/ada-src/waroquiers.ada
RyanMcCarl/.emacs.d
2b51577f7288bced8f72f2ecec9ee94387e73458
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
-- This file is an Ada file containing test data -- for etags (Ada83 and Ada95 support). package Pkg1 is type Private_T is private; package Inner1 is procedure Private_T; end Inner1; package Inner2 is task Private_T; end Inner2; type Public_T is record A : Integer; B : Integer; ...
15.590909
68
0.65681
125a087ed1e6b32a971bb7e6ee92112b3b375579
4,545
ads
Ada
src/natools-accumulators.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-accumulators.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
src/natools-accumulators.ads
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2011, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
49.945055
78
0.60374
a104140fccfe6acfdaca6bfdd4359a8817fa4f60
2,781
ads
Ada
tools-src/gnu/gcc/gcc/ada/3ssoliop.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/3ssoliop.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/3ssoliop.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
61.8
78
0.407767
50b092ab7ff0cffd12437356565eb3e5e65a456a
795
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/ptype_array/foo.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/ptype_array/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/ptype_array/foo.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. -- -- ...
36.136364
73
0.735849
3153ad8c1155160d786caf602ab9d455f17b7a1a
7,095
adb
Ada
demos/src/calculatorcommands.adb
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
2
2020-12-09T07:27:07.000Z
2021-10-19T13:31:54.000Z
demos/src/calculatorcommands.adb
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
null
null
null
demos/src/calculatorcommands.adb
thindil/tashy2
43fcbadb33c0062b2c8d6138a8238441dec5fd80
[ "Apache-2.0" ]
null
null
null
-- Copyright (c) 2021 Bartek thindil Jasicki <thindil@laeran.pl> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required...
40.542857
78
0.585624
06919ae58e9453837f8f754ca0c449b86cda56a4
3,513
adb
Ada
tools-src/gnu/gcc/gcc/ada/s-sopco4.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/s-sopco4.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/s-sopco4.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
54.046154
78
0.411614
12538a689e33b51ba8cc8d9cba92f51337428de3
106
ads
Ada
1-base/math/source/precision/float/float_math.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
1-base/math/source/precision/float/float_math.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
1-base/math/source/precision/float/float_math.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
with any_Math; package float_Math is new any_Math (Real_t => Float); pragma Pure (float_Math);
17.666667
58
0.688679
1cb51796e8f569bfd0751a3be0c565290db7ee47
275,175
adb
Ada
Vivado_HLS_Tutorial/Design_Analysis/lab1/dct_prj/solution2/.autopilot/db/dct_dct_2d.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
Vivado_HLS_Tutorial/Design_Analysis/lab1/dct_prj/solution2/.autopilot/db/dct_dct_2d.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
Vivado_HLS_Tutorial/Design_Analysis/lab1/dct_prj/solution2/.autopilot/db/dct_dct_2d.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="11"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0...
29.716523
94
0.433611
06d622f1d026b1aeecd070dc04570775beacd3b3
88,006
ads
Ada
source/protocol/lsp-messages.ads
reznikmm/ada_lsp
b0e2666f758d6e46b973b5d7e4b9a7ba66c46157
[ "MIT" ]
11
2017-10-18T18:22:04.000Z
2022-01-01T12:22:23.000Z
source/protocol/lsp-messages.ads
reznikmm/ada_lsp
b0e2666f758d6e46b973b5d7e4b9a7ba66c46157
[ "MIT" ]
null
null
null
source/protocol/lsp-messages.ads
reznikmm/ada_lsp
b0e2666f758d6e46b973b5d7e4b9a7ba66c46157
[ "MIT" ]
1
2019-09-14T23:13:33.000Z
2019-09-14T23:13:33.000Z
-- Copyright (c) 2017 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Ada.Containers.Hashed_Maps; with Ada.Containers.Vectors; with Ada.Streams; with League.Strings.Hash; with LSP.Generic_Optional;...
28.713214
119
0.644683
5067f05bfeacfd745036608f0352b775bca8ff6c
3,004
adb
Ada
src/gl/implementation/gl-objects-textures-with_3d_loader.adb
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
79
2015-04-20T23:10:02.000Z
2022-03-04T13:50:56.000Z
src/gl/implementation/gl-objects-textures-with_3d_loader.adb
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
126
2015-09-10T10:41:34.000Z
2022-03-20T11:25:40.000Z
src/gl/implementation/gl-objects-textures-with_3d_loader.adb
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 System; with GL.API; package body GL.Objects.Textures.With_3D_Loader is procedure Load_Empty_Texture (Object : Target; Level : Mipmap_Level; ...
41.150685
83
0.583555
fbdaacfe1759ea275fd409a2da9ff943f12c1ca5
1,585
ads
Ada
src/system_random.ads
AntonMeep/system_random
3db7f76e04f09ade5811abd8c09686750bc733ae
[ "0BSD" ]
null
null
null
src/system_random.ads
AntonMeep/system_random
3db7f76e04f09ade5811abd8c09686750bc733ae
[ "0BSD" ]
null
null
null
src/system_random.ads
AntonMeep/system_random
3db7f76e04f09ade5811abd8c09686750bc733ae
[ "0BSD" ]
null
null
null
with Interfaces; use Interfaces; with Interfaces.C; use Interfaces.C; generic type Element is mod <>; -- ELement type, must be mod 2**8, i.e. represent a byte type Index is range <>; -- Index type type Element_Array is array (Index range <>) of aliased Element; -- An array of aliased Elements ...
36.022727
79
0.688328
1c882cbe8f4675441f4ee8356c50efa57fb3d517
9,519
adb
Ada
src/asf-components-html-text.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-components-html-text.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
src/asf-components-html-text.adb
Letractively/ada-asf
da9f85f85666eba7e23fefea661160863b74154d
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- html -- ASF HTML Components -- Copyright (C) 2009, 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file...
36.895349
98
0.544385
fb8c92f6e9f8f6aa60ef45c55a777a376234178f
1,002
ads
Ada
gdb/testsuite/gdb.ada/disc_arr_bound/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
1
2020-10-14T03:24:35.000Z
2020-10-14T03:24:35.000Z
gdb/testsuite/gdb.ada/disc_arr_bound/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
gdb/testsuite/gdb.ada/disc_arr_bound/pck.ads
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2015-2021 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
33.4
73
0.718563
122a40f519942d665cf4672f9b820c06b83a996c
22,869
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_cg.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_cg.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/exp_cg.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
33.680412
79
0.532249
06d04422764f843bbb3106b39e7a256d4102510e
4,975
adb
Ada
components/src/keyboard/bbq10kbd.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
components/src/keyboard/bbq10kbd.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
components/src/keyboard/bbq10kbd.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 -- -- -- -- ...
36.851852
78
0.486834
0be62f037cd8d0bdab4a32150ca26426ba212ced
2,519
ads
Ada
src/natools-web-simple_pages-markdown_pages.ads
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
1
2020-09-10T10:14:35.000Z
2020-09-10T10:14:35.000Z
src/natools-web-simple_pages-markdown_pages.ads
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
null
null
null
src/natools-web-simple_pages-markdown_pages.ads
faelys/lithium3
f167143e2e4d8a968c6608cffe179eb2b05d4c2c
[ "ISC" ]
1
2020-01-06T14:16:55.000Z
2020-01-06T14:16:55.000Z
------------------------------------------------------------------------------ -- Copyright (c) 2015-2019, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
44.982143
78
0.564113
0bfdbcea0ef48b26cdba274c7ea4ae8c6278037c
769
ads
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/int_deref/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/int_deref/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/int_deref/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2008-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. -- -- ...
36.619048
73
0.730819
1232d76664d72f2a85e0f582f21fbc69044323c2
3,237
adb
Ada
src/ast_printers.adb
aeszter/lox-spark
3ec66f9620c41884463bb33a1b140d8bd7797bec
[ "MIT" ]
6
2017-02-11T05:57:22.000Z
2021-05-12T22:20:26.000Z
src/ast_printers.adb
aeszter/lox-spark
3ec66f9620c41884463bb33a1b140d8bd7797bec
[ "MIT" ]
null
null
null
src/ast_printers.adb
aeszter/lox-spark
3ec66f9620c41884463bb33a1b140d8bd7797bec
[ "MIT" ]
2
2017-02-28T12:04:23.000Z
2017-03-08T19:14:23.000Z
package body Ast_Printers is function Print (The_Expr : Expr'Class) return String is V : Ast_Printer; begin Accept_Visitor (The_Expr, V); return Print (V); end Print; function Print (V : Ast_Printer) return String is begin return To_String (V.Image); end Print; function P...
33.71875
112
0.683967
dc60699d5ff5814513d863fd06cebf9ebf381c3a
1,628
ads
Ada
src/babel-base.ads
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
1
2015-08-05T14:26:52.000Z
2015-08-05T14:26:52.000Z
src/babel-base.ads
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
null
null
null
src/babel-base.ads
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- babel-base -- Database for files -- Copyright (C) 2014 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in co...
36.177778
82
0.633907
a1445cebdcb386f8e4b2e3eac9be8953d781c2bc
834
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/entry_queues2.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/entry_queues2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/entry_queues2.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } procedure Entry_Queues2 is F1 : Integer := 17; generic type T is limited private; procedure Check; procedure Check is begin declare type Poe is new T; begin declare type Arr is array (1 .. 2) of Poe; ...
18.130435
52
0.447242
a169606307c8b1d9848832f448b5f9d109b7d619
3,614
ads
Ada
source/amf/utp/amf-utp-finish_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/utp/amf-utp-finish_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/utp/amf-utp-finish_actions-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
72.28
78
0.401771
c553e25efc98d963efa020273553e80ae20e5a49
5,629
ads
Ada
src/util-log-loggers.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-log-loggers.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-log-loggers.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- Logs -- Utility Log Package -- Copyright (C) 2006, 2008, 2009, 2011 Free Software Foundation, Inc. -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may no...
37.032895
77
0.55676
4d0a58f8520014bdbc4c2a9134725c0232df732b
1,126
adb
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/null_array/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/null_array/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/null_array/foo.adb
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2008-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. -- -- ...
35.1875
73
0.695382
1206ae7424692c003504b89b7b81767d7ee169eb
912
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/arrayparam/foo.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/arrayparam/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/arrayparam/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2008-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. -- -- ...
33.777778
73
0.713816
5046d16e3a6e23d2d072b627c7f2b08af21f5511
354
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt25.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/opt25.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt25.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } -- { dg-options "-O" } with Opt25_Pkg1; with Opt25_Pkg2; procedure Opt25 (B1, B2 : in out Boolean) is package Local_Pack_Instance is new Opt25_Pkg1 (Boolean, True); package Local_Stack is new Opt25_Pkg2 (Integer, 0); S : Local_Stack.Stack := Local_Stack.Default_Stack; begin Local_...
19.666667
65
0.706215
df5fdeb57c87e119897a0feb57ee936d78a40168
305
ads
Ada
sources/driver/load_library.ads
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
4
2020-06-17T16:45:16.000Z
2022-01-19T22:55:48.000Z
sources/driver/load_library.ads
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
null
null
null
sources/driver/load_library.ads
reznikmm/jupyter
159f8ae87a3da8bf66e059db07b23de826d81293
[ "MIT" ]
null
null
null
-- SPDX-FileCopyrightText: 2020 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ---------------------------------------------------------------- with League.Strings; procedure Load_Library (Name : League.Strings.Universal_String; Error : out League.Strings.Universal_String);
27.727273
64
0.596721
3129dfd76a742b15d7ab4fa274db2e7306d8edf3
14,064
adb
Ada
Ada95/samples/sample-explanation.adb
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
Ada95/samples/sample-explanation.adb
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
Ada95/samples/sample-explanation.adb
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
34.386308
78
0.468999
0bcfd4fb21bb46c122dc89b90c548cc938ec45b3
14,343
adb
Ada
source/league/matreshka-internals-calendars-formatting-iso_8601.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/matreshka-internals-calendars-formatting-iso_8601.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/matreshka-internals-calendars-formatting-iso_8601.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
31.732301
78
0.522694
23a134fac65eac14727d0ceaf19c61365f2481f8
66,008
adb
Ada
Vivado_HLS_Tutorial/Introduction/lab3/fir_prj/solution2/.autopilot/db/fir.sched.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
Vivado_HLS_Tutorial/Introduction/lab3/fir_prj/solution2/.autopilot/db/fir.sched.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
Vivado_HLS_Tutorial/Introduction/lab3/fir_prj/solution2/.autopilot/db/fir.sched.adb
williambong/Vivado
68efafbc44b65c0bb047dbafc0ff7f1b56ee36bb
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="11"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
26.028391
95
0.58902
1c6507d37bd5a052ae24ad927bd2aaea4e962128
663
ads
Ada
src/API/protypo-api-consumers-buffers.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
null
null
null
src/API/protypo-api-consumers-buffers.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
4
2019-10-09T11:16:38.000Z
2019-10-09T11:20:38.000Z
src/API/protypo-api-consumers-buffers.ads
fintatarta/protypo
c0c2bca17bc766ab95acc99b7422485388a10cb4
[ "MIT" ]
null
null
null
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; package Protypo.Api.Consumers.Buffers is type Buffer (<>) is new Consumer_Interface with private; type Buffer_Access is access Api.Consumers.Buffers.Buffer; function New_Buffer return Buffer_Access; procedure Destroy (Item : in out Buffer...
25.5
61
0.692308
1821553236fb493a2c68f274385d076ff86b3dbd
8,058
adb
Ada
applet/aide/source/editors/aide-editor-of_block.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
applet/aide/source/editors/aide-editor-of_block.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
applet/aide/source/editors/aide-editor-of_block.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with aIDE.GUI, AdaM.exception_Handler, glib, glib.Error, gtk.Builder, gdk.Event; package body aIDE.Editor.of_block is use gtk.Builder, gtk.Widget, glib, glib.Error; function exception_Button_Press (Self : access Gtk_Widget_Record'Class; E...
28.076655
110
0.59593
12409d453a254897174af1722dd3e8f87cdfe779
79
ads
Ada
src/orig/dds-request_reply-treqtreprequester.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
null
null
null
src/orig/dds-request_reply-treqtreprequester.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
null
null
null
src/orig/dds-request_reply-treqtreprequester.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
2
2020-04-06T19:34:15.000Z
2020-04-06T19:50:03.000Z
package DDS.Request_Reply.Treqtreprequester is pragma Elaborate_Body; end;
19.75
47
0.822785
502bcb8f1f5ad5380ccd4f59930b594f97b76815
11,239
ads
Ada
src/asf-components-html-forms.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
src/asf-components-html-forms.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
src/asf-components-html-forms.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- html.forms -- ASF HTML Form Components -- Copyright (C) 2010, 2011, 2012, 2013, 2014, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- yo...
40.283154
96
0.605125
0bc5cdfbc62bf82401253bdcc09be7b8f68a3d66
8,658
adb
Ada
awa/src/awa-services-contexts.adb
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
81
2015-01-18T23:02:30.000Z
2022-03-19T17:34:57.000Z
awa/src/awa-services-contexts.adb
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
20
2015-12-09T19:26:19.000Z
2022-03-23T14:32:43.000Z
awa/src/awa-services-contexts.adb
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
16
2015-06-29T02:44:06.000Z
2021-09-23T18:47:50.000Z
----------------------------------------------------------------------- -- awa-services -- Services -- Copyright (C) 2011, 2012, 2013, 2014, 2016, 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use ...
38.309735
94
0.578309
0b8b65671510e8b6e5b080e8d4c66cfb6499748d
10,766
adb
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-valueu.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-valueu.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-valueu.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
33.126154
78
0.449285
4d8e52cee742eb2bf60943328251d2eeb3523159
333,136
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/freeze.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/freeze.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/freeze.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
38.508381
79
0.538005
0bf5f4356cb9d256fa0f065ba01cc295f79ed9f8
4,654
ads
Ada
src/util-serialize-io-json.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-serialize-io-json.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-serialize-io-json.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- util-serialize-io-json -- JSON Serialization Driver -- Copyright (C) 2010, 2011, 2012 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may...
41.185841
90
0.61517
fb9c07edb3e79faf58a2da0cb7eea942c54829c8
3,514
adb
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expont.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expont.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expont.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
48.136986
78
0.386739
062f73dfb1132aaa5978b7726585cbd39af2b637
4,312
adb
Ada
Ada/src/Problem_11.adb
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/src/Problem_11.adb
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
Ada/src/Problem_11.adb
Tim-Tom/project-euler
177e0043ee93409742ec596c4379251f681b4275
[ "Unlicense" ]
null
null
null
with Ada.Integer_Text_IO; with Ada.Text_IO; package body Problem_11 is package IO renames Ada.Text_IO; package I_IO renames Ada.Integer_Text_IO; procedure Solve is type Row is new Positive range 1 .. 20; type Column is new Positive range 1 .. 20; type Grid is Array(Row range <>, Column range ...
43.12
90
0.461967
103275a9b8279b37d430892e54611ab7247198c2
182
ads
Ada
src/_for_debug_purposes/apsepp-debug_trace_class-output-create.ads
thierr26/ada-apsepp
6eb87079ea57707db4ee1e2215fa170af66b1913
[ "MIT" ]
null
null
null
src/_for_debug_purposes/apsepp-debug_trace_class-output-create.ads
thierr26/ada-apsepp
6eb87079ea57707db4ee1e2215fa170af66b1913
[ "MIT" ]
null
null
null
src/_for_debug_purposes/apsepp-debug_trace_class-output-create.ads
thierr26/ada-apsepp
6eb87079ea57707db4ee1e2215fa170af66b1913
[ "MIT" ]
null
null
null
-- Copyright (C) 2019 Thierry Rascle <thierr26@free.fr> -- MIT license. Please refer to the LICENSE file. function Apsepp.Debug_Trace_Class.Output.Create return Debug_Trace_Output;
36.4
74
0.796703
06355e3fc8dd6ada0d7fd0f14d6ac78eeb2733c1
9,352
ads
Ada
awa/src/model/awa-permissions-models.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
awa/src/model/awa-permissions-models.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
awa/src/model/awa-permissions-models.ads
Letractively/ada-awa
3c82a4d29ed6c1209a2ac7d5fe123c142f3cffbe
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- AWA.Permissions.Models -- AWA.Permissions.Models ----------------------------------------------------------------------- -- File generated by ada-gen DO NOT MODIFY -- Template used: templates/model/package-spec.xhtml -- Ada Generator: https:...
38.171429
104
0.631202
a1a12fa8522ac11a28c5f0d1a6f34a67a58cfbcf
3,177
adb
Ada
tools-src/gnu/gcc/gcc/ada/s-fore.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/s-fore.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/s-fore.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
52.081967
78
0.41706
2030d919549db52db309a1580f10478e9ab25ba8
152
ads
Ada
generated/natools-static_maps-web-acl-commands.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
1
2015-04-23T10:48:58.000Z
2015-04-23T10:48:58.000Z
generated/natools-static_maps-web-acl-commands.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
generated/natools-static_maps-web-acl-commands.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
package Natools.Static_Maps.Web.ACL.Commands is pragma Pure; function Hash (S : String) return Natural; end Natools.Static_Maps.Web.ACL.Commands;
30.4
47
0.776316
31bcbb8b0ec593eb232979741f1330e4cc002b7d
1,194
adb
Ada
memsim-master/src/bram.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/bram.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/bram.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
with Util; use Util; with Device; package body BRAM is function Get_Count(width : Natural; depth : Natural) return Natural is bram_width : constant Natural := Device.Get_BRAM_Width; bram_depth : constant Natural := Device.Get_BRAM_Depth; result : Natural := 0; beg...
30.615385
79
0.605528
10a9e92ba0deae781a1fc0824efb0c85b6ed9ac8
22,302
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-crbtgk.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-crbtgk.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-crbtgk.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
32.274964
79
0.543763
313cb6d3dccbd45a69501a6c9e79c0763622098b
4,850
ads
Ada
source/amf/dd/amf-dg-lines.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/dd/amf-dg-lines.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/dd/amf-dg-lines.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
52.717391
78
0.459175
066dbf0ead5d65ca72ba9c566a8059cbcd287697
7,362
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/s-taskin.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-taskin.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/s-taskin.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
38.747368
78
0.556506
d042062465a060114ac1f20676dc9feaaafdb609
21,661
ads
Ada
arch/ARM/STM32/svd/stm32l4x6/stm32_svd-sai.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2018-05-16T03:56:39.000Z
2019-07-31T13:53:56.000Z
arch/ARM/STM32/svd/stm32l4x6/stm32_svd-sai.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/svd/stm32l4x6/stm32_svd-sai.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- This spec has been automatically generated from STM32L4x6.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.SAI is pragma Preelaborate; --------------- -- Registers -- --------------- subtype ACR1_MODE_Field is HAL...
34.058176
76
0.553622
12763f12a6759d70131b954fc3bee4fcbfbc8906
2,847
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-cgaaso.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-cgaaso.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-cgaaso.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
59.3125
78
0.454865
1c8a2949180ff8f76c76dcbbed52072514d62655
162,744
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/rtsfind.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/rtsfind.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/rtsfind.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
49.361237
79
0.544125
a170cf3b7ccfb95d543c59f9e3bd468429bc5035
2,507
ads
Ada
regtests/client/src/client/testapi-clients.ads
jquorning/swagger-ada
9df95a920643b37f22a8fb2450786df00099dc9a
[ "Apache-2.0" ]
17
2017-09-09T15:52:14.000Z
2022-01-23T01:18:06.000Z
regtests/client/src/client/testapi-clients.ads
jquorning/swagger-ada
9df95a920643b37f22a8fb2450786df00099dc9a
[ "Apache-2.0" ]
13
2020-10-04T16:04:42.000Z
2022-03-25T19:33:03.000Z
regtests/client/src/client/testapi-clients.ads
jquorning/swagger-ada
9df95a920643b37f22a8fb2450786df00099dc9a
[ "Apache-2.0" ]
4
2021-01-06T08:43:55.000Z
2022-03-11T21:45:06.000Z
-- REST API Validation -- API to validate -- -- The version of the OpenAPI document: 1.0.0 -- Contact: Stephane.Carrez@gmail.com -- -- NOTE: This package is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT. -- https://openapi-generator.tech -- Do not edit the class manually. with TestAPI.Models; with Swagger....
29.845238
77
0.676905
06136c36e0e5484cf4c5d642c1b3cdacc2ee2447
318
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/alignment8.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/alignment8.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/alignment8.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do run } with System; procedure Alignment8 is type R is record I : Integer; F : Long_Long_Integer; end record; for R'Alignment use 8; procedure Q (A : System.Address) is F : Long_Long_Integer; for F'Address use A; begin F := 0; end; V : R; begin Q (V.F'Address); end;
12.72
37
0.603774
0698a316571b4f9f93d26b85d30d4e8dcb927201
7,593
ads
Ada
msp430x2/msp430g2553/svd/msp430_svd-timer_1_a3.ads
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
msp430x2/msp430g2553/svd/msp430_svd-timer_1_a3.ads
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
msp430x2/msp430g2553/svd/msp430_svd-timer_1_a3.ads
ekoeppen/MSP430_Generic_Ada_Drivers
12b8238ea22dbb0c0c6c63ca46bfa7e2cb80334a
[ "MIT" ]
null
null
null
-- This spec has been automatically generated from msp430g2553.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with System; -- Timer1_A3 package MSP430_SVD.TIMER_1_A3 is pragma Preelaborate; --------------- -- Registers -- --------------- -- Timer A mode...
30.011858
77
0.554853
06b334369aca504c51cbd8f87fd31e79513eaa31
4,250
adb
Ada
day25/day25.adb
thorstel/Advent-of-Code-2018
d67cb7ffeac9e68560af34ca1bc29928bad1d3b9
[ "BSD-3-Clause" ]
2
2019-09-15T04:52:09.000Z
2020-11-17T16:46:46.000Z
day25/day25.adb
thorstel/Advent-of-Code-2018
d67cb7ffeac9e68560af34ca1bc29928bad1d3b9
[ "BSD-3-Clause" ]
null
null
null
day25/day25.adb
thorstel/Advent-of-Code-2018
d67cb7ffeac9e68560af34ca1bc29928bad1d3b9
[ "BSD-3-Clause" ]
null
null
null
with Ada.Assertions; use Ada.Assertions; with Ada.Text_IO; use Ada.Text_IO; with Ada.Containers.Ordered_Maps; with Ada.Containers.Vectors; procedure Day25 is generic type T is private; with function "<" (Left, Right : T) return Boolean; package Disjoint_Sets is procedure Insert (Element : T...
30.57554
79
0.519059