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
29845ceebb2c9de72efe67ffee69818984ff196a
290
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/static_initializer5.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/static_initializer5.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/static_initializer5.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } with Static_Initializer5_Pkg; use Static_Initializer5_Pkg; package Static_Initializer5 is type Derived is new Rec with record Target : Boolean; end record; Null_Derived : constant Derived := (Null_Rec with Target => False); end Static_Initializer5;
20.714286
70
0.741379
3135bf1d1f37e4b4194229194718ad0ca6cab88a
3,215
adb
Ada
PMOO/ADA/LAB2/PARTE_1/listas.adb
usainzg/EHU
ada8fae57566e76a9a0bc3d6de906cde167828a7
[ "MIT" ]
null
null
null
PMOO/ADA/LAB2/PARTE_1/listas.adb
usainzg/EHU
ada8fae57566e76a9a0bc3d6de906cde167828a7
[ "MIT" ]
null
null
null
PMOO/ADA/LAB2/PARTE_1/listas.adb
usainzg/EHU
ada8fae57566e76a9a0bc3d6de906cde167828a7
[ "MIT" ]
null
null
null
with Ada.Text_IO, Ada.Integer_Text_IO; use Ada.Text_IO, Ada.Integer_Text_IO; package body Listas is procedure Crear_Vacia ( L : out Lista) is begin L := null; end Crear_Vacia; procedure Colocar ( L : in out Lista; E : in Inte...
26.791667
63
0.422395
2f5a306aed49171ebda004f750858b1e14f5ab0d
24,897
adb
Ada
src/are-generator-c.adb
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
7
2021-06-04T16:58:59.000Z
2021-06-14T08:51:11.000Z
src/are-generator-c.adb
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
2
2021-07-20T15:25:33.000Z
2021-08-20T18:39:58.000Z
src/are-generator-c.adb
stcarrez/resource-embedder
b1134306db459f87506703ba0a266c0b5e0045b9
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- are-generator-c -- Generator for C/C++ -- Copyright (C) 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
36.240175
95
0.492348
39b04eb6a0b93ef782c53185ecbfdf3489d003de
1,906
adb
Ada
3-mid/impact/source/3d/dynamics/impact-d3-motion_state-default.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/impact/source/3d/dynamics/impact-d3-motion_state-default.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/impact/source/3d/dynamics/impact-d3-motion_state-default.adb
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
package body impact.d3.motion_State.default is function to_motion_State (startTrans, centerOfMassOffset : Transform_3d := impact.d3.Transform.getIdentity) return Item is Self : Item; begin Self.m_graphicsWorldTrans := startTrans; Self.m_centerOfMassOffset := centerOfMassOffset; Self....
31.766667
201
0.658447
23377b371c2f79cddde8c2c9f0ae3b8d1618ce05
1,293
adb
Ada
examples/exampleadd.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
null
null
null
examples/exampleadd.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
null
null
null
examples/exampleadd.adb
ray2501/AdaBaseXClient
016641d451a02015ca73cb25c5e9458f17b3904d
[ "MIT" ]
1
2021-07-08T01:14:51.000Z
2021-07-08T01:14:51.000Z
with Ada.Text_IO; with Ada.Exceptions; with AdaBaseXClient; use Ada.Exceptions; use AdaBaseXClient; procedure ExampleAdd is begin if (Connect ("localhost", 1_984) = False) then Ada.Text_IO.Put_Line ("Connect failed."); return; else if (Authenticate ("admin", "admin") = False) then Ada...
21.55
74
0.62181
12a8deb69b6a404d67094bc359c109f3ce9505b4
14,082
adb
Ada
Ada95/samples/sample-explanation.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
35
2015-03-07T13:26:22.000Z
2021-11-06T16:18:59.000Z
Ada95/samples/sample-explanation.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
3
2017-04-07T21:02:48.000Z
2017-04-08T17:59:35.000Z
Ada95/samples/sample-explanation.adb
mvaisakh/android_external_libncurses
d44c8a16d7f1ed276d0de0b3f6f1a5596c5f556f
[ "DOC", "Unlicense" ]
19
2015-06-16T06:13:44.000Z
2021-07-24T02:37:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
34.430318
78
0.469252
2f951005d26dba728253fef90024f299ee9cfe5d
3,567
adb
Ada
tools-src/gnu/gcc/gcc/ada/a-stunau.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
80
2015-01-02T10:14:04.000Z
2021-06-07T06:29:49.000Z
tools-src/gnu/gcc/gcc/ada/a-stunau.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
9
2015-05-14T11:03:12.000Z
2018-01-04T07:12:58.000Z
tools-src/gnu/gcc/gcc/ada/a-stunau.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
46.934211
78
0.432016
0680325f9f0b2ec73580b0cf03ed8a399391f4aa
4,571
adb
Ada
Milesian_calendar.adb
Louis-Aime/Milesian_calendar_Ada
c03b46cd48b921a5f1fa4abc60607197cdce9f14
[ "MIT" ]
null
null
null
Milesian_calendar.adb
Louis-Aime/Milesian_calendar_Ada
c03b46cd48b921a5f1fa4abc60607197cdce9f14
[ "MIT" ]
null
null
null
Milesian_calendar.adb
Louis-Aime/Milesian_calendar_Ada
c03b46cd48b921a5f1fa4abc60607197cdce9f14
[ "MIT" ]
null
null
null
-- Package body Milesian_calendar ---------------------------------------------------------------------------- -- Copyright Miletus 2016-2019 -- 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...
46.642857
80
0.656968
598c0a9319f21e9a41d7135ef88908e31f0de599
401
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/ifaces.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/ifaces.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/ifaces.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
package Ifaces is type Iface_1 is interface; procedure op1(this : Iface_1) is abstract; -- type Iface_2 is interface; procedure op2 (this : Iface_2) is abstract; -- type Root is new Iface_1 with record m_name : String(1..4); end record; -- procedure op1 (this : Root); -- type...
22.277778
52
0.643392
596fdff36d80ca6095d22cfa106893ba5e41403d
801
ads
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/dot_all/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/dot_all/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/dot_all/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. -- -- ...
34.826087
73
0.735331
41237f02d42ff4b2ab31867a2cf87c4a512f94ea
3,588
ads
Ada
tools/scitools/conf/understand/ada/ada12/s-powtab.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada12/s-powtab.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/s-powtab.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
50.535211
79
0.385173
4dde02096e5aea435b9083fb957b01b91a0cb162
10,368
ads
Ada
arch/ARM/STM32/svd/stm32f103/stm32_svd-spi.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/stm32f103/stm32_svd-spi.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/svd/stm32f103/stm32_svd-spi.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- This spec has been automatically generated from STM32F103.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.SPI is pragma Preelaborate; --------------- -- Registers -- --------------- subtype CR1_BR_Field is HAL.UI...
31.609756
65
0.55353
31d797d91461fbac0936583b9ba9c64a4168c389
811
adb
Ada
gdb/testsuite/gdb.ada/fun_in_declare/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
1
2020-10-14T03:24:35.000Z
2020-10-14T03:24:35.000Z
gdb/testsuite/gdb.ada/fun_in_declare/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
gdb/testsuite/gdb.ada/fun_in_declare/pck.adb
greyblue9/binutils-gdb
05377632b124fe7600eea7f4ee0e9a35d1b0cbdc
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2008-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. -- -- ...
36.863636
73
0.731196
a167c2fad6b1515d58dae6dc751c8aacc24e089b
2,937
adb
Ada
src/extraction-renamings.adb
TNO/Dependency_Graph_Extractor-Ada
cfcc9132cf181e4db5139c14150f221efa69a6d6
[ "BSD-3-Clause" ]
null
null
null
src/extraction-renamings.adb
TNO/Dependency_Graph_Extractor-Ada
cfcc9132cf181e4db5139c14150f221efa69a6d6
[ "BSD-3-Clause" ]
null
null
null
src/extraction-renamings.adb
TNO/Dependency_Graph_Extractor-Ada
cfcc9132cf181e4db5139c14150f221efa69a6d6
[ "BSD-3-Clause" ]
null
null
null
with Extraction.Node_Edge_Types; with Extraction.Utilities; package body Extraction.Renamings is use type LALCO.Ada_Node_Kind_Type; function Is_Renaming (Node : LAL.Ada_Node'Class) return Boolean; function Is_Renaming (Node : LAL.Ada_Node'Class) return Boolean is begin return Node.Kind in L...
39.16
79
0.69016
2fc634d67fb250889ead8a03a018f008f545b027
927
ads
Ada
build_gnu/binutils/gdb/testsuite/gdb.ada/sym_print_name/pck.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2017-05-31T21:42:12.000Z
2017-05-31T21:42:12.000Z
build_gnu/binutils/gdb/testsuite/gdb.ada/sym_print_name/pck.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
null
null
null
build_gnu/binutils/gdb/testsuite/gdb.ada/sym_print_name/pck.ads
jed-frey/e200-gcc
df1421b421a8ec8729d70791129f5283dee5f9ea
[ "BSD-3-Clause" ]
1
2019-12-17T22:04:07.000Z
2019-12-17T22:04:07.000Z
-- Copyright 2008-2014 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
34.333333
73
0.716289
29b28d9be0e646286747ba0d2c8b9b98199e22ab
158,173
adb
Ada
hls_video_processor/solution1/.autopilot/db/brightness_color_adj.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
1
2021-04-27T01:33:32.000Z
2021-04-27T01:33:32.000Z
hls_video_processor/solution1/.autopilot/db/brightness_color_adj.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
null
null
null
hls_video_processor/solution1/.autopilot/db/brightness_color_adj.bind.adb
bopopescu/hdmi-led
73b04e0b07a51840ffc014c9f7b1575493be80b4
[ "MIT" ]
2
2020-07-09T12:12:30.000Z
2021-05-23T22:00:42.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" ver...
27.130875
100
0.578335
59bfb849fd7d2946952a7b8c239f44c8d15bbfb1
1,734
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_configure_window_value_list_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_configure_window_value_list_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_configure_window_value_list_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_configure_window_value_list_t is -- Item -- type Item is record x : aliased Interfaces.Integer_32; y : aliased Interfaces.Inte...
29.389831
77
0.66782
0e9b4e67979e358ddfa296190b3807b1f85d5a0d
4,996
ads
Ada
source/amf/uml/amf-uml-types.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-types.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-types.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
55.511111
78
0.47538
2f89883a3ca7c397db3b53ce74299c77e1a99a03
3,107
adb
Ada
polynomial/clenshaw/chebychev_quadrature.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
30
2018-12-09T01:15:04.000Z
2022-03-20T16:14:54.000Z
polynomial/clenshaw/chebychev_quadrature.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
polynomial/clenshaw/chebychev_quadrature.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
----------------------------------------------------------------------- -- package body Chebychev_Quadrature. Coefficients for Chebychev-Gaussian quadrature. -- Copyright (C) 2018 Jonathan S. Parker -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby ...
33.053191
85
0.584487
296c858815a92000ada9a23fd82cd35f1eea5982
1,288
ads
Ada
CompStats_Statistics.ads
salmoni/CompStats_Statistics_Ada
d008b2813f33fc781d95192321793f1a6ef6d847
[ "MIT" ]
null
null
null
CompStats_Statistics.ads
salmoni/CompStats_Statistics_Ada
d008b2813f33fc781d95192321793f1a6ef6d847
[ "MIT" ]
null
null
null
CompStats_Statistics.ads
salmoni/CompStats_Statistics_Ada
d008b2813f33fc781d95192321793f1a6ef6d847
[ "MIT" ]
null
null
null
package CompStats_Statistics is type Values_Array is array (Integer range <>) of Float; function Get_Count (Values : in Values_Array) return Integer; function Get_Minimum (Values : in Values_Array) return Float; function Get_Maximum (Values : Values_Array) return Float; function Get_Range ...
30.666667
85
0.771739
2fb9ff1def04c83aad942f6a35f6b6997e114ad8
2,978
adb
Ada
bb-runtimes/examples/tms570-leds/src/tms570-gpio.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/tms570-leds/src/tms570-gpio.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/examples/tms570-leds/src/tms570-gpio.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT EXAMPLE -- -- -- -- ...
37.225
79
0.435191
a1aaefbb7e6dc96ea996dd5646793a3eb7c17b52
836
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/info_locals_renaming/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
31
2018-08-01T21:25:24.000Z
2022-02-14T07:52:34.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/info_locals_renaming/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
40
2018-12-03T19:48:52.000Z
2021-03-10T06:34:26.000Z
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/info_locals_renaming/pck.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2012-2016 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
38
73
0.721292
2fd05a6b68493645e1efc71c249b68afb96b512a
292
ads
Ada
source/base/incr-nodes-hash.ads
reznikmm/increment
0edff267d468f005f28b5d2c0c0fe23f4ff3164c
[ "MIT" ]
5
2017-10-20T08:40:59.000Z
2021-05-15T16:55:39.000Z
source/base/incr-nodes-hash.ads
reznikmm/increment
0edff267d468f005f28b5d2c0c0fe23f4ff3164c
[ "MIT" ]
null
null
null
source/base/incr-nodes-hash.ads
reznikmm/increment
0edff267d468f005f28b5d2c0c0fe23f4ff3164c
[ "MIT" ]
null
null
null
-- Copyright (c) 2015-2017 Maxim Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- with Ada.Containers; function Incr.Nodes.Hash (Self : Node_Access) return Ada.Containers.Hash_Type;
29.2
78
0.589041
59f9ca89b3f610f8400d8ba4e8c3e2fc74b63063
485
ada
Ada
Task/Pascals-triangle/Ada/pascals-triangle-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Pascals-triangle/Ada/pascals-triangle-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Pascals-triangle/Ada/pascals-triangle-3.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Text_IO, Ada.Integer_Text_IO, Ada.Command_Line, Pascal; use Pascal; procedure Triangle is Number_Of_Rows: Positive := Integer'Value(Ada.Command_Line.Argument(1)); Row: Pascal.Row := First_Row(Number_Of_Rows); begin loop -- print one row for J in 1 .. Length(Row) loop Ada.Integer_Text_...
25.526316
76
0.676289
29de380ebb1db937c00e9e9aa631fe22930452c5
45,515
adb
Ada
src/asf-components-base.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
12
2015-01-18T23:02:20.000Z
2022-03-25T15:30:30.000Z
src/asf-components-base.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
3
2021-01-06T09:44:02.000Z
2022-02-04T20:20:53.000Z
src/asf-components-base.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
4
2016-04-12T05:29:00.000Z
2022-01-24T23:53:59.000Z
----------------------------------------------------------------------- -- asf-components-base -- Component tree -- Copyright (C) 2009 - 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ...
37.491763
96
0.547578
29861f28fdc96f9faaa3d2f79e33cff735be319c
1,768
adb
Ada
source/library/program-gnat_unit_naming.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/library/program-gnat_unit_naming.adb
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/library/program-gnat_unit_naming.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.Strings.Wide_Wide_Fixed; with Ada.Wide_Wide_Characters.Handling; package body Program.GNAT_Unit_Naming is -------------------- -- Body_Text...
26
69
0.585973
1d3e14f82db6c5b07a7d53a82f59173164819fa9
8,715
adb
Ada
src/xdg.adb
darkestkhan/xdg
37d9dcbdb1896dcdf1f9c35150ae730a117ed58b
[ "0BSD" ]
2
2015-01-05T22:35:41.000Z
2015-03-14T00:06:05.000Z
src/xdg.adb
darkestkhan/xdg
37d9dcbdb1896dcdf1f9c35150ae730a117ed58b
[ "0BSD" ]
null
null
null
src/xdg.adb
darkestkhan/xdg
37d9dcbdb1896dcdf1f9c35150ae730a117ed58b
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- EMAIL: <darkestkhan@gmail.com> -- -- License: ISC License (see COPYING file) -- -- -- -- ...
33.390805
79
0.618015
29085300f39d8d85b547a5b62e0d335427376724
6,256
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-conhel.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-conhel.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-conhel.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
33.454545
78
0.477302
5988461ba70f5f227bc010d759a69158075d83fa
1,208
ads
Ada
source/streams/machine-pc-linux-gnu/s-naioso.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/streams/machine-pc-linux-gnu/s-naioso.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/streams/machine-pc-linux-gnu/s-naioso.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- implementation unit specialized for Linux with C.netdb; with C.sys.socket; package System.Native_IO.Sockets is pragma Preelaborate; type Port_Number is range 0 .. 16#ffff#; subtype Socket_Address is C.sys.socket.struct_sockaddr; procedure Close_Socket (Handle : Handle_T...
26.26087
75
0.726821
0b2fff296efc8c23aa2c273ce85f5eb87d105ebb
949
ads
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/array_char_idx/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/array_char_idx/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/array_char_idx/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
-- Copyright 2012-2017 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
39.541667
79
0.731296
29bf9b99ac6fcf31db01a5cb813b15d8f364c620
536
adb
Ada
memsim-master/src/parser-parse_offset.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/parser-parse_offset.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
memsim-master/src/parser-parse_offset.adb
strenkml/EE368
00f15bce9e65badddc613355643b1061fd4a8195
[ "MIT" ]
null
null
null
with Memory.Transform.Offset; use Memory.Transform.Offset; with Parser.Transform_Parser; separate (Parser) procedure Parse_Offset(parser : in out Parser_Type; result : out Memory_Pointer) is package Offset_Parser is new Transform_Parser( T_Type => Memory.Transform.Offset.Of...
26.8
66
0.708955
29b6fb009bfd74eb25315ae304210781a730bea0
12,334
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/table.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/table.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/table.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
50.138211
79
0.620075
1dec349671d949c3334c31a81d12a54cfe6ac1c1
1,458
ada
Ada
Task/Guess-the-number-With-feedback/Ada/guess-the-number-with-feedback.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Guess-the-number-With-feedback/Ada/guess-the-number-with-feedback.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Guess-the-number-With-feedback/Ada/guess-the-number-with-feedback.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Numerics.Discrete_Random; with Ada.Text_IO; procedure Guess_Number_Feedback is procedure Guess_Number (Lower_Limit : Integer; Upper_Limit : Integer) is subtype Number is Integer range Lower_Limit .. Upper_Limit; package Number_IO is new Ada.Text_IO.Integer_IO (Number); package Number_RNG i...
35.560976
75
0.663237
fb2eee97f6960f593776f70ab1274c1a7a57851d
8,068
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c94008c.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/c9/c94008c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c9/c94008c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C94008C.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
30.330827
92
0.501735
06895d7e37b20684e9cb33d3f192f54129d9c09c
8,788
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/exp_sel.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/exp_sel.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/exp_sel.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
33.287879
78
0.497269
2915db0428be9df191d57b285da3eac660a6d9d9
3,454
adb
Ada
bb-runtimes/tests/bsp_verification/src/basic_tasking.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/tests/bsp_verification/src/basic_tasking.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/tests/bsp_verification/src/basic_tasking.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT BSP Test -- -- -- -- ...
37.543478
78
0.482918
29640cef9c4e310fee84a69a8c7edbc8f09e8010
13,408
adb
Ada
src/sqlite/ado-connections-sqlite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
src/sqlite/ado-connections-sqlite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
src/sqlite/ado-connections-sqlite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- ADO Sqlite Database -- SQLite Database connections -- Copyright (C) 2009, 2010, 2011, 2012, 2015, 2017, 2018, 2019 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0...
38.19943
95
0.531548
599852f2880f881f05d598826d7f39a4dd84366d
1,090
ada
Ada
Task/Add-a-variable-to-a-class-instance-at-runtime/Ada/add-a-variable-to-a-class-instance-at-runtime.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Add-a-variable-to-a-class-instance-at-runtime/Ada/add-a-variable-to-a-class-instance-at-runtime.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Add-a-variable-to-a-class-instance-at-runtime/Ada/add-a-variable-to-a-class-instance-at-runtime.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
with Ada.Text_IO; use Ada.Text_IO; procedure Dynamic is package Abstract_Class is type Class is limited interface; function Boo (X : Class) return String is abstract; end Abstract_Class; use Abstract_Class; package Base_Class is type Base is new Class with null record; overriding ...
26.585366
69
0.644954
1d53f8d567820ccb1445d4a01d2d832b25768916
40,507
adb
Ada
sources/md/markdown-inline_parsers.adb
reznikmm/markdown
af47bd45427f1c016c0a2a11e86fa2d1b1c82315
[ "MIT" ]
null
null
null
sources/md/markdown-inline_parsers.adb
reznikmm/markdown
af47bd45427f1c016c0a2a11e86fa2d1b1c82315
[ "MIT" ]
null
null
null
sources/md/markdown-inline_parsers.adb
reznikmm/markdown
af47bd45427f1c016c0a2a11e86fa2d1b1c82315
[ "MIT" ]
null
null
null
-- SPDX-FileCopyrightText: 2020 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ---------------------------------------------------------------- with Ada.Containers.Generic_Anonymous_Array_Sort; with Ada.Iterator_Interfaces; with League.Characters; with League.Regexps; with Markdown.Common_Patte...
30.757024
79
0.52897
2f27bf735492bb05de49c2016097c72130dbceef
2,833
adb
Ada
st/src/main.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
1
2019-06-27T12:58:28.000Z
2019-06-27T12:58:28.000Z
st/src/main.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
null
null
null
st/src/main.adb
MatrixMike/AdaDemo1
cbf2ad5a05dc06a8ee11d0780c19f5fd74c8990a
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT EXAMPLE -- -- -- -- ...
56.66
78
0.43911
2f59c4737a3c2daa351b803d33c16c30fd118765
1,412
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_timestamp_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_timestamp_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_timestamp_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_timestamp_iterator_t is -- Item -- type Item is record data : access xcb.xcb_timestamp_t; the_rem : aliased Interfaces.C.int; index : a...
26.641509
77
0.665014
061d03b5110901bc16e4e7c92fb925a9300807f3
2,928
ads
Ada
aunit/aunit-options.ads
btmalone/alog
164a0a3e82aee414dc6125b64cd8ccc3a01876f9
[ "Apache-2.0" ]
null
null
null
aunit/aunit-options.ads
btmalone/alog
164a0a3e82aee414dc6125b64cd8ccc3a01876f9
[ "Apache-2.0" ]
3
2018-12-23T03:07:49.000Z
2019-06-03T20:16:30.000Z
aunit/aunit-options.ads
btmalone/alog
164a0a3e82aee414dc6125b64cd8ccc3a01876f9
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
57.411765
78
0.329235
101f46243665b45c1300b47b0d428e8e05e3fe2a
1,226
ads
Ada
src/base/beans/util-beans-objects-to_access.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/base/beans/util-beans-objects-to_access.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/base/beans/util-beans-objects-to_access.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
----------------------------------------------------------------------- -- Util.Beans.Objects.To_Access -- Conversion utility -- Copyright (C) 2011 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...
47.153846
87
0.657423
4d5263415ae6cdba7d7453263b5c1d764f9245a2
103
adb
Ada
src/fsmaker_main.adb
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
src/fsmaker_main.adb
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
src/fsmaker_main.adb
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
with FSmaker.Commands; procedure Fsmaker_Main is begin FSmaker.Commands.Execute; end Fsmaker_Main;
14.714286
28
0.815534
596c23fd327120dcb4d057a9583d241fe302bb60
9,732
ads
Ada
project/adl/boards/stm32_common/stm32f769disco/stm32-board.ads
corentingay/adaboy
68f08afa246c8255a42897376d375edcb4e2efc2
[ "MIT" ]
null
null
null
project/adl/boards/stm32_common/stm32f769disco/stm32-board.ads
corentingay/adaboy
68f08afa246c8255a42897376d375edcb4e2efc2
[ "MIT" ]
null
null
null
project/adl/boards/stm32_common/stm32f769disco/stm32-board.ads
corentingay/adaboy
68f08afa246c8255a42897376d375edcb4e2efc2
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015, AdaCore -- -- -- -- ...
43.837838
89
0.611385
413cda5a8687659a3b0ba0d7958c84205cece290
12,709
ads
Ada
nt_console.ads
thieryw/snake_array_impl
33782e864f81ebbf818e349d8fda5f14e49da448
[ "MIT" ]
null
null
null
nt_console.ads
thieryw/snake_array_impl
33782e864f81ebbf818e349d8fda5f14e49da448
[ "MIT" ]
1
2018-06-03T19:08:34.000Z
2018-06-03T19:08:48.000Z
nt_console.ads
thieryw/snake_array_impl
33782e864f81ebbf818e349d8fda5f14e49da448
[ "MIT" ]
null
null
null
----------------------------------------------------------------------- -- -- File: nt_console.ads -- Description: Win95/NT console support -- Rev: 0.2 -- Date: 08-june-1999 -- Author: Jerry van Dijk -- Mail: jdijk@acm.org -- -- Copyright (c) Jerry van Dijk, 1997, 1998,...
55.741228
72
0.592887
1d75de60cbfa7d44167ade1218c39a04e5a82456
5,318
ads
Ada
.emacs.d/elpa/wisi-2.2.1/emacs_wisi_common_parse.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.2.1/emacs_wisi_common_parse.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-2.2.1/emacs_wisi_common_parse.ads
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
-- Abstract : -- -- Common utilities for Gen_Emacs_Wisi_*_Parse -- -- Copyright (C) 2018 - 2019 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or -- modify it under terms of the GNU General Public License as -- published by the Free Software Foundation; either vers...
34.309677
105
0.672433
1dfa4650bf73c4422958164d0020541c4253acf5
11,266
ads
Ada
src/common/keccak-generic_parallel_keccakf.ads
damaki/libkeccak
d06217e525f7927380690d6c37b485bdbe8aa96e
[ "BSD-3-Clause" ]
26
2015-09-20T17:52:38.000Z
2021-07-29T21:47:04.000Z
src/common/keccak-generic_parallel_keccakf.ads
damaki/libkeccak
d06217e525f7927380690d6c37b485bdbe8aa96e
[ "BSD-3-Clause" ]
3
2019-03-12T16:01:36.000Z
2020-05-23T13:06:43.000Z
src/common/keccak-generic_parallel_keccakf.ads
damaki/libkeccak
d06217e525f7927380690d6c37b485bdbe8aa96e
[ "BSD-3-Clause" ]
2
2019-04-15T18:02:19.000Z
2020-11-22T11:22:18.000Z
------------------------------------------------------------------------------- -- Copyright (c) 2019, Daniel King -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without -- modification, are permitted provided that the following conditions are met: -- * Redistributions...
41.725926
88
0.577934
2fbaa67ea3a5994f6f163adc155a2c2176dc4002
3,731
adb
Ada
exercises/ex8/exercise8.adb
Sandbergo/distributed-elevator-controller
5b82858110b8e47e445e26aefd1d55a2dced9957
[ "MIT" ]
null
null
null
exercises/ex8/exercise8.adb
Sandbergo/distributed-elevator-controller
5b82858110b8e47e445e26aefd1d55a2dced9957
[ "MIT" ]
null
null
null
exercises/ex8/exercise8.adb
Sandbergo/distributed-elevator-controller
5b82858110b8e47e445e26aefd1d55a2dced9957
[ "MIT" ]
1
2019-03-13T11:46:35.000Z
2019-03-13T11:46:35.000Z
with Ada.Text_IO, Ada.Integer_Text_IO, Ada.Numerics.Float_Random; use Ada.Text_IO, Ada.Integer_Text_IO, Ada.Numerics.Float_Random; procedure exercise8 is Count_Failed : exception; -- Exception to be raised when counting fails Gen : Generator; -- Random number generator protected typ...
33.017699
103
0.543018
a1ea43f5307df237050ded2a0b2ce001dabe4ff2
26,498
ads
Ada
software/hal/hpl/STM32/drivers/stm32-dma.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/hpl/STM32/drivers/stm32-dma.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/hpl/STM32/drivers/stm32-dma.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015, AdaCore -- -- -- -- ...
41.274143
79
0.64118
4109896d2cba27c1b992e6dcbd3b249899cc90df
4,170
ads
Ada
source/amf/mof/cmof/amf-cmof.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/cmof/amf-cmof.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/cmof/amf-cmof.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
49.642857
78
0.436451
20b825fcc2408ed6c3c74f2c4329547155490e88
718
adb
Ada
tests/exec/print_int.adb
xuedong/mini-ada
59a8b966cf50ba22a3b5a7cb449f671e4da32e44
[ "MIT" ]
null
null
null
tests/exec/print_int.adb
xuedong/mini-ada
59a8b966cf50ba22a3b5a7cb449f671e4da32e44
[ "MIT" ]
1
2019-03-10T19:13:21.000Z
2019-03-10T19:19:46.000Z
tests/exec/print_int.adb
xuedong/mini-ada
59a8b966cf50ba22a3b5a7cb449f671e4da32e44
[ "MIT" ]
null
null
null
with Ada.Text_IO; use Ada.Text_IO; procedure Print_int is procedure PrintInt(N: Integer) is C: Integer := N rem 10; begin if N > 9 then PrintInt(N / 10); end if; Put(Character'Val(48 + C)); end; procedure PrintSInt(N: Integer) is C: Integer := N rem 10; begin if N >= 0 the...
20.514286
60
0.587744
2f3d82b8c07e9540b2f58b7da06559d44ec7946f
16,956
ads
Ada
arch/ARM/STM32/svd/stm32l4x3/stm32_svd-dma.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/stm32l4x3/stm32_svd-dma.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
arch/ARM/STM32/svd/stm32l4x3/stm32_svd-dma.ads
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
null
null
null
-- This spec has been automatically generated from STM32L4x3.svd pragma Restrictions (No_Elaboration_Code); pragma Ada_2012; pragma Style_Checks (Off); with HAL; with System; package STM32_SVD.DMA is pragma Preelaborate; --------------- -- Registers -- --------------- -- interrupt status register ...
39.159353
67
0.537096
31a93f505bf8e74eac13b27c19eeb02a2f27a2ae
11,766
adb
Ada
source/amf/mof/xmi/amf-internals-xmi_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/xmi/amf-internals-xmi_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/xmi/amf-internals-xmi_readers.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
39.75
79
0.526772
2969d558e66ec96df6e9f15d52c4e3ba794584de
1,668
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/a-intnam.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/a-intnam.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/a-intnam.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
55.6
78
0.431655
fb905d46ee91ec3aeab7add31350006c7eb66e9c
4,351
ads
Ada
source/amf/mof/cmof/amf-cmof-enumerations.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/cmof/amf-cmof-enumerations.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/cmof/amf-cmof-enumerations.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
61.28169
108
0.450011
298132069030cd7949c002de0d2146675d4726f7
2,542
ads
Ada
src/audio-riff.ads
Ada-Audio/audio_base
8646d0adc2be09c57dd16952a329c4342e5ddb3b
[ "MIT" ]
2
2021-01-08T04:28:27.000Z
2021-01-08T06:38:40.000Z
src/audio-riff.ads
Ada-Audio/audio_base
8646d0adc2be09c57dd16952a329c4342e5ddb3b
[ "MIT" ]
null
null
null
src/audio-riff.ads
Ada-Audio/audio_base
8646d0adc2be09c57dd16952a329c4342e5ddb3b
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- AUDIO -- -- -- -- ...
57.772727
78
0.418961
59f048f574476486234b01b22dac86d4ccde465f
27,812
ads
Ada
src/gen/cups-cups_raster_h.ads
persan/a-cups
f011dc18384de9afd07a53b67295974d8005cf21
[ "Apache-2.0" ]
null
null
null
src/gen/cups-cups_raster_h.ads
persan/a-cups
f011dc18384de9afd07a53b67295974d8005cf21
[ "Apache-2.0" ]
null
null
null
src/gen/cups-cups_raster_h.ads
persan/a-cups
f011dc18384de9afd07a53b67295974d8005cf21
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with System; with CUPS.stdio_h; with Interfaces.C_Streams; with CUPS.cups_ppd_h; with CUPS.cups_cups_h; with Interfaces.C.Strings; private package CUPS.cups_raster_h is CUPS_RASTER_SYNC : constant := 16#52615333#; -- cups/raster.h...
44.286624
126
0.688624
2fba2ccac36efde8b1dde91aa68c1a652aa491ca
431
ads
Ada
tests/src/test_nested.ads
TNO/Rejuvenation-Ada
8113ec28da3923ccde40d76cbab70e0e614f4b75
[ "BSD-3-Clause" ]
1
2022-03-08T13:00:47.000Z
2022-03-08T13:00:47.000Z
src/libraries/Rejuvenation_Lib/tests/test_nested.ads
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
src/libraries/Rejuvenation_Lib/tests/test_nested.ads
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
with AUnit; use AUnit; with AUnit.Test_Cases; use AUnit.Test_Cases; package Test_Nested is type Nested_Test_Case is new Test_Case with null record; overriding procedure Register_Tests (T : in out Nested_Test_Case); -- Register routines to be run overriding function Name (T : ...
22.684211
45
0.709977
2f3ee4dad7b0f0d08ade799902070dfd92693d51
1,962
ads
Ada
source/oasis/program-elements-attribute_definition_clauses.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-attribute_definition_clauses.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/oasis/program-elements-attribute_definition_clauses.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.Elements.Representation_Clauses; with Program.Lexical_Elements; with Program.Elements.Expressions; package Program.Eleme...
34.421053
78
0.7737
59d77ef360003c90e0bfbd2a5b66ef8412cb9162
2,308
ads
Ada
src/image/sdl-images-versions.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
89
2015-01-03T01:41:23.000Z
2022-02-23T18:21:11.000Z
src/image/sdl-images-versions.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
66
2015-05-01T00:54:03.000Z
2022-01-20T04:09:59.000Z
src/image/sdl-images-versions.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
33
2015-04-30T23:39:31.000Z
2022-01-03T13:00:41.000Z
-------------------------------------------------------------------------------------------------------------------- -- Copyright (c) 2013-2020, Luke A. Guest -- -- This software is provided 'as-is', without any express or implied -- warranty. In no event will the authors be held liable for any damages -- arising f...
44.384615
116
0.573657
a15f82e0a70cdb75dba116dbdb980800efda713f
313
ads
Ada
examples/racing/src/geste_config.ads
Fabien-Chouteau/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
13
2018-07-31T12:11:46.000Z
2021-11-19T14:16:46.000Z
examples/racing/src/geste_config.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
1
2018-10-22T21:41:59.000Z
2018-10-22T21:41:59.000Z
examples/racing/src/geste_config.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
4
2020-07-03T10:03:13.000Z
2022-02-10T03:35:07.000Z
with Interfaces; package GESTE_Config is type Color_Index is range 0 .. 2168; subtype Output_Color is Interfaces.Unsigned_16; Transparent : constant Output_Color := 0; Tile_Size : constant := 16; type Tile_Index is range 0 .. 151; No_Tile : constant Tile_Index := 0; end GESTE_Config;
19.5625
50
0.70607
df3dcc14d787573967fc263adb48f856d7bedbc7
4,974
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-caun16.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-caun16.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/s-caun16.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY COMPONENTS -- -- -- -- ...
37.119403
78
0.44813
5981d38df0c8d00a4b5b9e0db3974f64bcbdf532
2,983
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2204c.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/ce2204c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2204c.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CE2204C.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...
32.423913
79
0.582635
1d1d68ef66b9a2426ba4a8b0ba1d2c7a78687206
368
ads
Ada
tests/regex_test_suite.ads
skordal/ada-regex
cda71d076184f9dc607c132343b60678b8dc2ec8
[ "MIT" ]
2
2020-04-15T06:02:06.000Z
2021-05-12T23:09:18.000Z
tests/regex_test_suite.ads
skordal/ada-regex
cda71d076184f9dc607c132343b60678b8dc2ec8
[ "MIT" ]
null
null
null
tests/regex_test_suite.ads
skordal/ada-regex
cda71d076184f9dc607c132343b60678b8dc2ec8
[ "MIT" ]
null
null
null
-- Ada regular expression library -- (c) Kristian Klomsten Skordal 2020 <kristian.skordal@wafflemail.net> -- Report bugs and issues on <https://github.com/skordal/ada-regex> with AUnit.Test_Suites; package Regex_Test_Suite is -- Creates the Regex library test suite: function Test_Suite return AUnit.Test_Su...
26.285714
72
0.774457
a192005d1398dbd4d68caa372e216fe8363ea342
58,719
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stwisu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stwisu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stwisu.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
30.361427
79
0.527053
59af1231c8fef2b64da858f2005a43dee5df7df4
8,135
adb
Ada
src/asf-components-html-lists.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
12
2015-01-18T23:02:20.000Z
2022-03-25T15:30:30.000Z
src/asf-components-html-lists.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
3
2021-01-06T09:44:02.000Z
2022-02-04T20:20:53.000Z
src/asf-components-html-lists.adb
jquorning/ada-asf
ddc697c5dfa4e22c57c6958f4cff27e14d02ce98
[ "Apache-2.0" ]
4
2016-04-12T05:29:00.000Z
2022-01-24T23:53:59.000Z
----------------------------------------------------------------------- -- html.lists -- List of items -- Copyright (C) 2009, 2010, 2013, 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...
41.085859
99
0.528703
2ffb46aa4fb879d6f4b27a6bfa27cdb6c3060848
671
ads
Ada
resources/scripts/api/sublist3r.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
11
2020-08-19T01:01:42.000Z
2022-02-12T08:36:53.000Z
resources/scripts/api/sublist3r.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
null
null
null
resources/scripts/api/sublist3r.ads
0xflotus/Amass
89a8960c5254031364f966190e841d6951206d47
[ "Apache-2.0" ]
2
2020-11-10T17:13:54.000Z
2021-01-23T07:23:24.000Z
-- Copyright 2017 Jeff Foley. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. local json = require("json") name = "Sublist3rAPI" type = "api" function start() setratelimit(1) end function vertical(ctx, domain) local page, err = request({...
20.96875
97
0.645306
120c48ba14cb78c9889c9c924aeaa0ad126b7c18
3,271
adb
Ada
source/libgela/gela-decoders-fixed_width_8.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
source/libgela/gela-decoders-fixed_width_8.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
source/libgela/gela-decoders-fixed_width_8.adb
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- G E L A A S I S -- -- ASIS implementation for Gela project, a portable Ada compiler -- -- http://gela.ada-ru.org -- -- ...
43.613333
79
0.559462
291c29511b0366fe4909165d10a58a7a572818f7
8,554
adb
Ada
tests/natools-s_expressions-conditionals-strings-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/natools-s_expressions-conditionals-strings-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/natools-s_expressions-conditionals-strings-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2015-2017, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
32.773946
78
0.525134
31851b3ee093295704263b71fcff48655067da23
2,885
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/g-strspl.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/g-strspl.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/g-strspl.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
64.111111
78
0.425997
1d5402d1c99f84232c5fb45f56a0609dd722e7e0
1,277
ads
Ada
ParallelProgramming-2/rgr/part2/data.ads
smithros/kpi-stuff
60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad
[ "MIT" ]
21
2021-01-20T19:49:31.000Z
2021-12-15T20:26:18.000Z
ParallelProgramming-2/rgr/part2/data.ads
smithros/kpi-stuff
60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad
[ "MIT" ]
1
2021-03-13T17:24:41.000Z
2021-05-28T18:33:49.000Z
ParallelProgramming-2/rgr/part2/data.ads
smithros/kpi-stuff
60da5f960ab6ab3d1c2b0ea451d4d113c333d7ad
[ "MIT" ]
3
2021-02-16T17:41:16.000Z
2022-03-25T13:18:04.000Z
with Ada.Text_IO; use Ada.Text_IO; generic N, H : in Natural; package Data is type Vector is array(Integer range <>) of Integer; Subtype VectorN is Vector(1..N); Subtype Vector4H is Vector(1..4 * H); Subtype Vector3H is Vector(1..3 * H); Subtype Vector2H is...
27.76087
60
0.540329
3178f3757d78a07b69cf69f3204c046eaa98c765
5,466
adb
Ada
ado/src/sqlbench-simple.adb
fjudith/sql-benchmark
13a5e20d59a9ddac02eca252db125934b7ec177c
[ "Apache-2.0" ]
24
2018-10-28T11:04:19.000Z
2021-11-16T12:29:21.000Z
ado/src/sqlbench-simple.adb
fjudith/sql-benchmark
13a5e20d59a9ddac02eca252db125934b7ec177c
[ "Apache-2.0" ]
1
2022-02-16T00:55:45.000Z
2022-02-16T00:55:45.000Z
ado/src/sqlbench-simple.adb
fjudith/sql-benchmark
13a5e20d59a9ddac02eca252db125934b7ec177c
[ "Apache-2.0" ]
3
2019-04-15T17:04:26.000Z
2020-10-29T21:27:49.000Z
----------------------------------------------------------------------- -- sqlbench-simple -- Simple SQL benchmark -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file excep...
36.932432
94
0.660446
129f7de8ac03e8f76c60d8841a096c13e533b1c2
441
adb
Ada
tools/SPARK2005/packages/polypaver/pp_f_elementary.adb
michalkonecny/polypaver
7a1541a85523f5ecbef44b7f5e09680d9a5c1ca6
[ "BSD-3-Clause" ]
1
2015-07-01T14:50:00.000Z
2015-07-01T14:50:00.000Z
tools/SPARK2005/packages/polypaver/pp_f_elementary.adb
michalkonecny/polypaver
7a1541a85523f5ecbef44b7f5e09680d9a5c1ca6
[ "BSD-3-Clause" ]
null
null
null
tools/SPARK2005/packages/polypaver/pp_f_elementary.adb
michalkonecny/polypaver
7a1541a85523f5ecbef44b7f5e09680d9a5c1ca6
[ "BSD-3-Clause" ]
null
null
null
-- This file cannot be processed by the SPARK Examiner. with Ada.Numerics, Ada.Numerics.Elementary_Functions; package body PP_F_Elementary is function Pi return Float is begin return Ada.Numerics.Pi; end Pi; function Sqrt (X : Float) return Float renames Ada.Numerics.Elementary_Functions.S...
24.5
55
0.741497
598d17a64d9a3612de849e160c553011d64a66fb
7,434
ads
Ada
llvm-gcc-4.2-2.9/gcc/ada/system-linux-s390x.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/system-linux-s390x.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/system-linux-s390x.ads
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
48.588235
78
0.559591
1d03aec1f171e759835685fae30b533183170656
6,448
ads
Ada
tools/scitools/conf/understand/ada/ada12/s-wchcnv.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada12/s-wchcnv.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/s-wchcnv.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
55.111111
79
0.575217
59d9d4c96d126f39352fde0a4792b39820f89fb9
1,081
ads
Ada
ada-environment_variables.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
ada-environment_variables.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
ada-environment_variables.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
3
2020-04-23T11:17:11.000Z
2021-08-29T19:31:09.000Z
-- Standard Ada library specification -- Copyright (c) 2003-2018 Maxim Reznik <reznikmm@gmail.com> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. ...
32.757576
75
0.603145
59f5f5a647104a30ff7013517803dfef4231037d
705
adb
Ada
1A/S5/PIM/tps/tp1/puissance.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
4
2020-05-02T12:32:32.000Z
2022-01-12T20:20:35.000Z
1A/S5/PIM/tps/tp1/puissance.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
2
2021-01-14T20:03:26.000Z
2022-01-30T01:10:00.000Z
1A/S5/PIM/tps/tp1/puissance.adb
MOUDDENEHamza/ENSEEIHT
a90b1dee0c8d18a9578153a357278d99405bb534
[ "Apache-2.0" ]
13
2020-11-11T21:28:11.000Z
2022-02-19T13:54:22.000Z
with Ada.Text_IO; use Ada.Text_IO; with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; with Ada.Float_Text_IO; use Ada.Float_Text_IO; procedure puissance is x, res : Float; n : Integer; begin -- Ask number who we will calculate it power with a exponent power. Put ("Enter your x : "); Get (x); ...
21.363636
71
0.584397
2f1892f6916f1a25e92656f04159ceea41457563
2,885
adb
Ada
.emacs.d/elpa/wisi-3.1.3/wisitoken-productions.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-3.1.3/wisitoken-productions.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
.emacs.d/elpa/wisi-3.1.3/wisitoken-productions.adb
caqg/linux-home
eed631aae6f5e59e4f46e14f1dff443abca5fa28
[ "Linux-OpenIB" ]
null
null
null
-- Abstract : -- -- See spec. -- -- Copyright (C) 2018, 2020 Free Software Foundation, Inc. -- -- This file is part of the WisiToken package. -- -- The WisiToken package is free software; you can redistribute it -- and/or modify it under terms of the GNU General Public License as -- published by the Free Softwar...
34.345238
113
0.629116
417da4b281bbb3e303e7da75448aac73f069a018
4,185
ads
Ada
source/sql/sql-queries-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/sql/sql-queries-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/sql/sql-queries-holders.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
57.328767
78
0.456153
06f944fc8b825686b524d70728ab6e0f86d506fe
4,880
adb
Ada
source/nodes/program-nodes-signed_integer_types.adb
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-signed_integer_types.adb
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-signed_integer_types.adb
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 body Program.Nodes.Signed_Integer_Types is function Create (Range_Token : not null Program.Lexical_Elements ...
31.483871
79
0.717008
1d3e8bb68e24c6d7e464adc2d72850d0e6265852
6,955
ads
Ada
source/nodes/program-nodes-package_declarations.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-package_declarations.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/nodes/program-nodes-package_declarations.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
1
2019-10-16T09:05:27.000Z
2019-10-16T09:05:27.000Z
-- SPDX-FileCopyrightText: 2019 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Program.Lexical_Elements; with Program.Elements.Defining_Names; with Program.Elements.Aspect_Specifications; with Program.Element_Vectors; with Program...
37.798913
78
0.739037
4107ccf5a06e93b46a692fcc688d54fa712fc6fb
5,150
adb
Ada
src/css-comments.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
3
2017-01-03T22:18:22.000Z
2017-01-10T07:58:17.000Z
src/css-comments.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
src/css-comments.adb
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- css-comments -- CSS comments recording -- Copyright (C) 2017 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
36.267606
89
0.528155
59a598d74c84f0908472d8493d518e72931f963e
15,401
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/g-sechas.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-sechas.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/g-sechas.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
31.62423
79
0.484774
2f9da3956d12a7046138961ca5e45f7fa8696fce
2,558
ads
Ada
orka/src/orka/interface/orka-rendering-buffers-pointers.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
52
2016-07-30T23:00:28.000Z
2022-02-05T11:54:55.000Z
orka/src/orka/interface/orka-rendering-buffers-pointers.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
79
2016-08-01T18:36:48.000Z
2022-02-27T12:14:20.000Z
orka/src/orka/interface/orka-rendering-buffers-pointers.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
4
2018-04-28T22:36:26.000Z
2020-11-14T23:00:29.000Z
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2016 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/L...
31.580247
80
0.713057
416ce6f8e8324b1778b5de8f1abcc1a94b27bf2e
1,023
ads
Ada
deps/gid/gid-headers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
deps/gid/gid-headers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
deps/gid/gid-headers.ads
Roldak/OpenGLAda
6807605b7321249d71286fa25231bdfd537d3eac
[ "MIT" ]
null
null
null
--------------------------------- -- GID - Generic Image Decoder -- --------------------------------- -- -- Private child of GID, with helpers for identifying -- image formats and reading header informations. -- private package GID.Headers is -- -- Crude image signature detection -- procedure Lo...
31.96875
63
0.669599
2918e84839361e873f17d7600ed97dc70823e7aa
3,582
adb
Ada
source/amf/mof/cmof/amf-internals-factories-cmof_factories-create_string_from_string.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/mof/cmof/amf-internals-factories-cmof_factories-create_string_from_string.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/mof/cmof/amf-internals-factories-cmof_factories-create_string_from_string.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
70.235294
78
0.419319
59c8f3a4f8e65671047c1856f362f4fb37c5eaeb
2,517
ads
Ada
source/nodes/program-nodes-root_types.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-root_types.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-root_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.Elements.Root_Types; with Program.Element_Visitors; package Program.Nodes.Root_Types is pragma Preelaborate; typ...
28.280899
78
0.723878
2997820355ef8af93901d0b8b4c50bbbd076d688
552
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/uc1.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/uc1.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/uc1.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- { dg-do compile } -- { dg-options "-gnatws" } with System; with System.Storage_Elements; with Unchecked_Conversion; package UC1 is function Conv is new Unchecked_Conversion (Source => System.Address, Target => Integer); function Conv is new Unchecked_Conversion (Source => Integer, Target => System.Add...
24
75
0.686594
4d208ce217f0b0445c9e152484013f3e4c45951d
13,853
ads
Ada
src/bitmap_fonts/giza-bitmap_fonts-freesansboldoblique8pt7b.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-freesansboldoblique8pt7b.ads
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
null
null
null
src/bitmap_fonts/giza-bitmap_fonts-freesansboldoblique8pt7b.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.FreeSansBoldOblique8pt7b is Font : constant Giza.Font.Ref_Const; private FreeSansBoldOblique8pt7bBitmaps : aliased constant Font_Bitmap := ( 16#39#, 16#CC#, 16#63#, 16#10#, 16#8C#, 16#00#, 16#39#, 16#80#, 16#CF#, 16#38#, 16#A2#, 16#0D#, 16#86#, 16#47#, 16#F9#, 16#FE#, 16#32#, 16#09...
57.962343
73
0.461344
413ae476536b084574edfbdf32ac24d966f33258
1,341
ads
Ada
ada-numerics-discrete_random.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
ada-numerics-discrete_random.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
ada-numerics-discrete_random.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
3
2020-04-23T11:17:11.000Z
2021-08-29T19:31:09.000Z
-- Standard Ada library specification -- Copyright (c) 2003-2018 Maxim Reznik <reznikmm@gmail.com> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. ...
28.531915
75
0.620433
0bfa68b91cb7e44490be7e5464db28e670f786b0
3,887
adb
Ada
HdGfxLib/libhwbase/common/direct/hw-pci-dev.adb
jam3st/edk2
d477ef9975cc6cdf1fca4d221c3064c2f2d804e8
[ "BSD-2-Clause" ]
1
2019-02-05T09:50:07.000Z
2019-02-05T09:50:07.000Z
HdGfxLib/libhwbase/common/direct/hw-pci-dev.adb
jam3st/edk2
d477ef9975cc6cdf1fca4d221c3064c2f2d804e8
[ "BSD-2-Clause" ]
null
null
null
HdGfxLib/libhwbase/common/direct/hw-pci-dev.adb
jam3st/edk2
d477ef9975cc6cdf1fca4d221c3064c2f2d804e8
[ "BSD-2-Clause" ]
null
null
null
-- -- Copyright (C) 2017 Nico Huber <nico.h@gmx.de> -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This pr...
32.123967
85
0.614098
299bda988d7e429fa103a5bf49739e7b5f8701ff
4,094
ads
Ada
src/el-contexts.ads
My-Colaborations/ada-el
dba689d093357cda0722a1e650358fa5fcaf8157
[ "Apache-2.0" ]
null
null
null
src/el-contexts.ads
My-Colaborations/ada-el
dba689d093357cda0722a1e650358fa5fcaf8157
[ "Apache-2.0" ]
null
null
null
src/el-contexts.ads
My-Colaborations/ada-el
dba689d093357cda0722a1e650358fa5fcaf8157
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- EL.Contexts -- Contexts for evaluating an expression -- Copyright (C) 2009, 2010, 2011, 2012, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "Lice...
44.021505
94
0.624084
4183dcba1fee35f8b36862917f6e81662fb5d61d
5,297
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-cusyqu.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-cusyqu.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-cusyqu.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
30.268571
78
0.43704
4d8cf104122a419274120f91abd4bfd2e0576e86
5,324
adb
Ada
src/sys/http/util-http-mockups.adb
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/sys/http/util-http-mockups.adb
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/sys/http/util-http-mockups.adb
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 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 f...
38.57971
88
0.547521
2f0060c17cae499ada1219f02f2ad6e4cd51af3d
1,811
ads
Ada
test/mat/vulkan-math-mat4x4-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
1
2021-01-29T21:10:45.000Z
2021-01-29T21:10:45.000Z
test/mat/vulkan-math-mat4x4-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
8
2020-04-22T14:55:20.000Z
2021-11-22T03:58:08.000Z
test/mat/vulkan-math-mat4x4-test.ads
zrmyers/VulkanAda
ed8c46d923bc8936db3a5d55d36afebb928a9ede
[ "MIT" ]
1
2021-04-05T13:19:21.000Z
2021-04-05T13:19:21.000Z
-------------------------------------------------------------------------------- -- MIT License -- -- Copyright (c) 2021 Zane Myers -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software witho...
47.657895
81
0.591938
29ee61f4bab9c30de840c09c61fdf3a26f4c069f
1,020
ads
Ada
resources/scripts/api/gitlab.ads
marcostolosa/Amass
7a48ddae82eeac76fd6447de908f6b27002eace7
[ "Apache-2.0" ]
7,053
2018-07-13T09:40:12.000Z
2022-03-31T15:26:10.000Z
resources/scripts/api/gitlab.ads
marcostolosa/Amass
7a48ddae82eeac76fd6447de908f6b27002eace7
[ "Apache-2.0" ]
624
2018-07-17T12:01:23.000Z
2022-03-28T13:59:17.000Z
resources/scripts/api/gitlab.ads
marcostolosa/Amass
7a48ddae82eeac76fd6447de908f6b27002eace7
[ "Apache-2.0" ]
1,470
2018-07-17T06:01:21.000Z
2022-03-31T18:02:17.000Z
-- Copyright 2021 Jeff Foley. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. name = "GitLab" type = "api" function start() set_rate_limit(1) end function check() local c local cfg = datasrc_config() if cfg ~= nil then c =...
21.702128
103
0.584314
59a2c7a234fc906641072a2e750d8ea57936f80b
2,165
adb
Ada
examples/exception_unhandled.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
examples/exception_unhandled.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
examples/exception_unhandled.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
-- Demonstration for the behaviors of unhandled exceptions. with Ada.Exceptions; with Ada.Interrupts.Names; with Ada.Task_Identification; with Ada.Task_Termination; procedure exception_unhandled is begin -- terminate a task by unhandled exception declare task T; task body T is begin Ada.Debug.Put ("in task T...
27.0625
116
0.733487
10700b07d2e4423adfae50fc4aa4aa3eaaa46daf
6,211
adb
Ada
llvm-gcc-4.2-2.9/gcc/ada/g-hesorg.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
1
2016-04-09T02:58:13.000Z
2016-04-09T02:58:13.000Z
llvm-gcc-4.2-2.9/gcc/ada/g-hesorg.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
llvm-gcc-4.2-2.9/gcc/ada/g-hesorg.adb
vidkidz/crossbridge
ba0bf94aee0ce6cf7eb5be882382e52bc57ba396
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
42.834483
79
0.49686
296f5007a1e42bb2aa1c804c76fe216f693810c4
3,497
adb
Ada
src/str.adb
JeremyGrosser/synack_misc
08f791aa6200c95767cce80a6e0998f00e19acfd
[ "BSD-3-Clause" ]
null
null
null
src/str.adb
JeremyGrosser/synack_misc
08f791aa6200c95767cce80a6e0998f00e19acfd
[ "BSD-3-Clause" ]
null
null
null
src/str.adb
JeremyGrosser/synack_misc
08f791aa6200c95767cce80a6e0998f00e19acfd
[ "BSD-3-Clause" ]
null
null
null
-- -- Copyright (C) 2021 Jeremy Grosser <jeremy@synack.me> -- -- SPDX-License-Identifier: BSD-3-Clause -- package body Str is subtype Numbers is Character range '0' .. '9'; function Find (S : String; C : Character) return Natural is begin for I in S'Range loop if S (I) ...
21.58642
102
0.502145