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
1deb7a7c8bd9272ce982b569ad9a01addd1d1127
1,718
ada
Ada
Task/Integer-overflow/Ada/integer-overflow.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Integer-overflow/Ada/integer-overflow.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Integer-overflow/Ada/integer-overflow.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 Overflow is generic type T is Range <>; Name_Of_T: String; procedure Print_Bounds; -- first instantiate this with T, Name -- then call the instantiation procedure Print_Bounds is begin Put_Line(" " & Name_Of_T & " ...
33.038462
72
0.648428
1d9e38e4ed2d2791b20777697627e695dd907350
4,687
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imguti.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imguti.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imguti.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
57.158537
79
0.487945
06ecbf6fbab685d6f2b0d217e85298d9f6435ca8
825
ada
Ada
Task/Long-multiplication/Ada/long-multiplication-4.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Long-multiplication/Ada/long-multiplication-4.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Long-multiplication/Ada/long-multiplication-4.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
type Long_Number is array (Natural range <>) of Unsigned_32; function "*" (Left, Right : Long_Number) return Long_Number is Result : Long_Number (0..Left'Length + Right'Length - 1) := (others => 0); Accum : Unsigned_64; begin for I in Left'Range loop for J in Right'Range loop Accum := Unsigned...
33
77
0.579394
29c2276916562f2ffcef1a64af7693e6748e022f
172
ads
Ada
generated/natools-static_maps-web-comments-list_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-comments-list_commands.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
generated/natools-static_maps-web-comments-list_commands.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
package Natools.Static_Maps.Web.Comments.List_Commands is pragma Pure; function Hash (S : String) return Natural; end Natools.Static_Maps.Web.Comments.List_Commands;
34.4
57
0.802326
1dd87e70e9e3199b72d1a8cb5d9297c2b2c64925
7,587
ads
Ada
include/bits_pthreadtypes_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
5
2021-11-03T04:34:16.000Z
2021-11-10T23:06:30.000Z
include/bits_pthreadtypes_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
null
null
null
include/bits_pthreadtypes_h.ads
docandrew/troodon
9240611708f92ffb5491fa677bffb6ecac58a51e
[ "MIT" ]
null
null
null
pragma Ada_2012; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with bits_struct_mutex_h; with bits_thread_shared_types_h; with bits_struct_rwlock_h; package bits_pthreadtypes_h is -- Declaration of common pthread types for all architectures. -- Copyright (C) 2017-2021 Free Software Foundation...
41.233696
116
0.678265
2fcf0c8a8b3147ab48cc90b14243c3ee5ef65baa
2,568
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expint.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expint.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-expint.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
61.142857
78
0.329829
3180b7951d5baef80466a2fa09d703b9d9f34fbc
4,980
ads
Ada
source/xml/sax/xml-sax-input_sources-strings.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/xml/sax/xml-sax-input_sources-strings.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/xml/sax/xml-sax-input_sources-strings.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
51.875
78
0.500201
591021542888b885f04b2dec50476eabd7671aa8
6,000
adb
Ada
source/nodes/program-nodes-constrained_array_types.adb
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-constrained_array_types.adb
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-constrained_array_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.Constrained_Array_Types is function Create (Array_Token : not null Program.Lexical_Element...
33.333333
79
0.730333
59b283c2bb2886701f2729b8c05277e5c38e8ebe
443
adb
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.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/specs/varsize_return_pkg1.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
package body Varsize_Return_Pkg1 is function Is_Fixed return Boolean is begin return True; end Is_Fixed; function Do_Item (I : Natural) return Variable_Data_Fixed_T is It : Variable_Data_Fixed_T; begin return It; end Do_Item; My_Db : Db.T; procedure Run is Kitem : Variable_Data_Fix...
17.72
64
0.68623
29be425200e44859de8438297b5e2cc412869926
55,555
adb
Ada
apps/hls_examples/camera_ready_synthesis/app_files/paper_apps_8_shifts/conv2d_b2b/conv2d_b2b/hls_target/.autopilot/db/Block_preheader39_p.sched.adb
dillonhuff/Halide-HLS
e9f4c3ac7915e5a52f211ce65004ae17890515a0
[ "MIT" ]
1
2020-06-18T16:51:39.000Z
2020-06-18T16:51:39.000Z
apps/hls_examples/camera_ready_synthesis/app_files/paper_apps_8_shifts/conv2d_b2b/conv2d_b2b/hls_target/.autopilot/db/Block_preheader39_p.sched.adb
dillonhuff/Halide-HLS
e9f4c3ac7915e5a52f211ce65004ae17890515a0
[ "MIT" ]
null
null
null
apps/hls_examples/camera_ready_synthesis/app_files/paper_apps_8_shifts/conv2d_b2b/conv2d_b2b/hls_target/.autopilot/db/Block_preheader39_p.sched.adb
dillonhuff/Halide-HLS
e9f4c3ac7915e5a52f211ce65004ae17890515a0
[ "MIT" ]
1
2020-03-18T00:43:22.000Z
2020-03-18T00:43:22.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
28.072259
141
0.606588
12818f91a0223e083bb7ab3f20e4128cb202aca4
787
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/task_bp/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/task_bp/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/task_bp/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2011-2020 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
37.47619
73
0.738247
59df74229a355dc54412e359d8c46b0a807b1ca2
713
ads
Ada
source/asis/spec/obsolescent/sequential_io.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
source/asis/spec/obsolescent/sequential_io.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
source/asis/spec/obsolescent/sequential_io.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- A d a r u n - t i m e s p e c i f i c a t i o n -- -- ASIS implementation for Gela project, a portable Ada compiler -- -- http://gela.ada-ru.org -- -- ...
54.846154
78
0.349229
299bbf8771f38cef67b2419032908861f297b553
20,804
adb
Ada
test/halide_data/pldi_camera_ready/big_apps_32_real/conv2d/collateral/conv2d/hls_target/.autopilot/db/linebuffer_1.sched.adb
David-Durst/embeddedHaskellAetherling
34c5403e07433e572170699f3bd69c5b5c3eff2d
[ "BSD-3-Clause" ]
20
2019-03-12T20:12:31.000Z
2022-02-07T04:23:22.000Z
apps/hls_examples/camera_ready_synthesis/app_files/big_apps_32_real/conv2d/conv2d_div39/hls_target/.autopilot/db/linebuffer_1.sched.adb
dillonhuff/Halide-HLS
e9f4c3ac7915e5a52f211ce65004ae17890515a0
[ "MIT" ]
30
2019-07-22T19:25:42.000Z
2020-06-18T17:58:43.000Z
test/halide_data/pldi_camera_ready/big_apps_32_real/conv2d/collateral/conv2d/hls_target/.autopilot/db/linebuffer_1.sched.adb
David-Durst/embeddedHaskellAetherling
34c5403e07433e572170699f3bd69c5b5c3eff2d
[ "BSD-3-Clause" ]
3
2019-10-14T18:07:26.000Z
2022-01-20T14:36:17.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
30.020202
134
0.614641
311a4138eb12b0014859fd74c684b732805a1f13
75
adb
Ada
tester.adb
skill-lang/adaCommon
b27bccb8fa1c8b299ab98a82741a648183e41d3c
[ "BSD-3-Clause" ]
null
null
null
tester.adb
skill-lang/adaCommon
b27bccb8fa1c8b299ab98a82741a648183e41d3c
[ "BSD-3-Clause" ]
null
null
null
tester.adb
skill-lang/adaCommon
b27bccb8fa1c8b299ab98a82741a648183e41d3c
[ "BSD-3-Clause" ]
null
null
null
with Skill.Streams.Reader; procedure Tester is begin null; end Tester;
10.714286
26
0.76
415a8d2565dca5cdeede5a46913b7f80a91ec018
746,876
adb
Ada
networklayer/synthesis_results_HMB/ICMP_hls_prj/ultrascale_plus/.autopilot/db/icmp_server.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/ICMP_hls_prj/ultrascale_plus/.autopilot/db/icmp_server.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
networklayer/synthesis_results_HMB/ICMP_hls_prj/ultrascale_plus/.autopilot/db/icmp_server.adb
OCT-FPGA/network-demo
76fba0d4315abf7bffe77959a2501c287f20ecec
[ "BSD-3-Clause" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="17"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0...
33.769318
174
0.47866
414a5e9335a20ade0cce71db8ca0269f30264422
3,055
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-wtcstr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-wtcstr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-wtcstr.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
56.574074
78
0.439607
4d288ae0a1b2cd54432ca2fcfc29ffa3a5d02c05
14,345
ads
Ada
awa/plugins/awa-votes/src/model/awa-votes-models.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-votes/src/model/awa-votes-models.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-votes/src/model/awa-votes-models.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- AWA.Votes.Models -- AWA.Votes.Models ----------------------------------------------------------------------- -- File generated by ada-gen DO NOT MODIFY -- Template used: templates/model/package-spec.xhtml -- Ada Generator: https://ada-gen.go...
36.224747
94
0.62175
1db818afe36ebb4ee6d248f0de13f2be1f3bbbe9
371
adb
Ada
testing/ultrasonic_sensor/src/main.adb
Stykk-Gruppen/rts-project
ba741eedc0b978f7066b330675d83984eadc610d
[ "MIT" ]
2
2020-11-16T12:39:17.000Z
2020-11-16T15:27:35.000Z
testing/ultrasonic_sensor/src/main.adb
Stykk-Gruppen/rts-project
ba741eedc0b978f7066b330675d83984eadc610d
[ "MIT" ]
null
null
null
testing/ultrasonic_sensor/src/main.adb
Stykk-Gruppen/rts-project
ba741eedc0b978f7066b330675d83984eadc610d
[ "MIT" ]
null
null
null
with Arduino_Nano_33_Ble_Sense.IOs; with HCSR04; procedure Main is Testing_Sensor_Echo : constant Arduino_Nano_33_Ble_Sense.IOs.Pin_Id := 44; Testing_Sensor_Trig : constant Arduino_Nano_33_Ble_Sense.IOs.Pin_Id := 43; Distance_Value : Float; begin loop Distance_Value := HCSR04.Distance(Testing_Sensor_...
28.538462
82
0.784367
5976937824ae04478b4bf50a0464d262a2f380ba
2,200
adb
Ada
regtests/util-mail-tests.adb
My-Colaborations/ada-util
039b219f8247e541e281bba73b61f683c52db579
[ "Apache-2.0" ]
null
null
null
regtests/util-mail-tests.adb
My-Colaborations/ada-util
039b219f8247e541e281bba73b61f683c52db579
[ "Apache-2.0" ]
null
null
null
regtests/util-mail-tests.adb
My-Colaborations/ada-util
039b219f8247e541e281bba73b61f683c52db579
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- util-mail-tests -- Unit tests for mail -- Copyright (C) 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except...
40
93
0.593636
2908819c135f5bd5e184083424a6cfae6236e9d2
6,865
ads
Ada
source/nodes/program-nodes-while_loop_statements.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-while_loop_statements.ads
optikos/oasis
9f64d46d26d964790d69f9db681c874cfb3bf96d
[ "MIT" ]
null
null
null
source/nodes/program-nodes-while_loop_statements.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.Defining_Identifiers; with Program.Lexical_Elements; with Program.Elements.Expressions; with Program.Element_Vec...
37.108108
79
0.730226
4d04059d5c838e86aaa375b67b24deaea7ad79ab
1,109
ads
Ada
src/ada_containers_indefinite_holders.ads
egilhh/Futures-in-Ada
f1c71ad6d7774e98dc44a98c9252bf0ead34a69e
[ "MIT" ]
1
2015-11-25T19:57:53.000Z
2015-11-25T19:57:53.000Z
src/ada_containers_indefinite_holders.ads
egilhh/Futures-in-Ada
f1c71ad6d7774e98dc44a98c9252bf0ead34a69e
[ "MIT" ]
null
null
null
src/ada_containers_indefinite_holders.ads
egilhh/Futures-in-Ada
f1c71ad6d7774e98dc44a98c9252bf0ead34a69e
[ "MIT" ]
null
null
null
with Ada.Finalization; generic type Element_Type(<>) is private; with function "=" (Left, Right : Element_Type) return Boolean is <>; package Ada_Containers_Indefinite_Holders is pragma Preelaborate(Ada_Containers_Indefinite_Holders); type Holder is tagged private; pragma Preelaborable_Initialization (...
27.04878
71
0.726781
20da7b748252404c9f018d26800b158a1669accb
6,888
ads
Ada
3-mid/impact/source/3d/math/impact-d3-scalar.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/impact/source/3d/math/impact-d3-scalar.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/impact/source/3d/math/impact-d3-scalar.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
package impact.d3.Scalar -- -- -- is use Math; BT_BULLET_VERSION : constant := 279; SIMD_2_PI : constant Real := 6.283185307179586232; SIMD_PI : constant Real := SIMD_2_PI * 0.5; SIMD_HALF_PI : constant Real := SIMD_2_PI * 0.25; SIMD_RADS_PER_DEG : constant Real := SIMD_2...
28.114286
145
0.607433
29a0606168c673fe951f458bbaf69c6f65c4ca53
17,447
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-spitbo.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-spitbo.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-spitbo.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
44.16962
79
0.610649
066d30df26407b77683fd58640c81031e4d39f6d
86
ads
Ada
AdaToolsTests/krunchpa.ads
gitter-badger/Ada-tools
1a7c354ca49925d12a9be0e14c88b66e7350d257
[ "BSD-3-Clause" ]
null
null
null
AdaToolsTests/krunchpa.ads
gitter-badger/Ada-tools
1a7c354ca49925d12a9be0e14c88b66e7350d257
[ "BSD-3-Clause" ]
null
null
null
AdaToolsTests/krunchpa.ads
gitter-badger/Ada-tools
1a7c354ca49925d12a9be0e14c88b66e7350d257
[ "BSD-3-Clause" ]
null
null
null
package KrunchPackage is --@description Tests the krunch behavior end KrunchPackage;
21.5
40
0.825581
3130ffc520ee89d76022521032cedc51deeebb9d
5,476
adb
Ada
random-bet/ada/src/RandomBet.adb
Tim-Tom/scratch
b165c2ffb4f60bdb996761e678ce4c3447cee05a
[ "Unlicense" ]
null
null
null
random-bet/ada/src/RandomBet.adb
Tim-Tom/scratch
b165c2ffb4f60bdb996761e678ce4c3447cee05a
[ "Unlicense" ]
null
null
null
random-bet/ada/src/RandomBet.adb
Tim-Tom/scratch
b165c2ffb4f60bdb996761e678ce4c3447cee05a
[ "Unlicense" ]
null
null
null
with Ada.Text_IO; procedure RandomBet is package IO renames Ada.Text_IO; Max_Starting_Bet : constant := 255; Max_Bet_Pool : constant := Max_Starting_Bet * 3; type Offset_Array is Array (1 .. Max_Starting_Bet, 1 .. (Max_Bet_Pool - 1) / 2) of Natural; type Memory_Record is record Predecessor : Intege...
35.329032
113
0.567385
2f2d1b0354a2e51189c44a22b82a165b2fec4baa
5,195
ads
Ada
source/amf/uml/amf-uml-deployed_artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-deployed_artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-deployed_artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
56.467391
94
0.53436
31f1270b20e1e86ac0e9885d8cba5365885c4bf3
8,303
ads
Ada
tools/scitools/conf/understand/ada/ada12/g-arrspl.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada12/g-arrspl.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/g-arrspl.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
44.164894
78
0.578225
1d0870875518402f10c073a7ebd1f3ccca28e28a
5,224
ads
Ada
source/amf/utp/amf-internals-utp_timer_running_actions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/utp/amf-internals-utp_timer_running_actions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/utp/amf-internals-utp_timer_running_actions.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
60.744186
96
0.523162
062155aa172c7e2b16f398daf344fdba3eb3cd71
4,109
adb
Ada
source/numerics/x86_64/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/numerics/x86_64/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/numerics/x86_64/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with Ada.Unchecked_Conversion; package body Ada.Numerics.dSFMT.Generating is -- SSE2 version use type Interfaces.Unsigned_64; type v2df is array (0 .. 1) of Long_Float; for v2df'Alignment use 16; pragma Machine_Attribute (v2df, "vector_type"); pragma Machine_Attribute (v2df, "may_alias"); pragma ...
35.730435
78
0.668046
41b69016917283d6590df1fe27d5097d8ac96117
1,018
ads
Ada
applet/aide/source/editors/aide-editor-of_subtype.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
applet/aide/source/editors/aide-editor-of_subtype.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
applet/aide/source/editors/aide-editor-of_subtype.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with AdaM.a_Type.a_subtype, gtk.Widget; private with gtk.gEntry, gtk.Box, gtk.Label, gtk.Button; package aIDE.Editor.of_subtype is type Item is new Editor.item with private; type View is access all Item'Class; package Forge is function to_Editor (the_Target : in Ada...
18.509091
82
0.603143
fbb43b7f81e665f1fcc716675cd15162493ff829
36,881
adb
Ada
firehog/ncurses/Ada95/ada_include/terminal_interface-curses-forms.adb
KipodAfterFree/KAF-2019-FireHog
5f6ee3c3c3329459bc9daeabc1a16ff4619508d9
[ "MIT" ]
1
2019-04-02T20:28:58.000Z
2019-04-02T20:28:58.000Z
Ada95/ada_include/terminal_interface-curses-forms.adb
mitchelhaan/ncurses
0b8ae5088202164ecc1769aa255ed1aad283d2ae
[ "X11" ]
null
null
null
Ada95/ada_include/terminal_interface-curses-forms.adb
mitchelhaan/ncurses
0b8ae5088202164ecc1769aa255ed1aad283d2ae
[ "X11" ]
1
2019-12-26T10:18:16.000Z
2019-12-26T10:18:16.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- ...
31.793966
78
0.482362
5938763d4e66bb2e2a18c63232456aba339501a7
3,611
adb
Ada
Lab6/lab6.adb
albinjal/ada_basic
2ee5963f18496870ee9efc2e6466917c87482ddc
[ "MIT" ]
3
2020-01-27T10:04:20.000Z
2022-02-11T23:17:00.000Z
Lab6/lab6.adb
albinjal/ada_basic
2ee5963f18496870ee9efc2e6466917c87482ddc
[ "MIT" ]
null
null
null
Lab6/lab6.adb
albinjal/ada_basic
2ee5963f18496870ee9efc2e6466917c87482ddc
[ "MIT" ]
null
null
null
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; use Ada.Text_IO; with Text_IO.Unbounded_IO; use Text_IO.Unbounded_IO; -- Temporär, ta bort när den inte behövs längre with Ada.Integer_Text_IO; use Ada.Integer_Text_IO; procedure Lab6 is Input, Output : File_Type; I: Integer; WasLastTab: Int...
29.842975
104
0.545832
a1471db6f3b1e42f28569f79fd031e1ff79bacfd
1,310
ads
Ada
resources/scripts/scrape/baidu.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
1
2021-02-04T22:55:20.000Z
2021-02-04T22:55:20.000Z
resources/scripts/scrape/baidu.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
null
null
null
resources/scripts/scrape/baidu.ads
shahriarr-sec/Amass
cba7aa618cde1e2cbb3df673801065011918ce7f
[ "Apache-2.0" ]
null
null
null
-- 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 url = require("url") local json = require("json") name = "Baidu" type = "scrape" function start() setratelimit(1) end function vertical(ctx, domain) apir...
21.833333
97
0.619847
292ef85781c667ee17ea58f9acc5502afbdc6dc3
3,563
adb
Ada
bb-runtimes/arm/lm3s/setup_pll.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/arm/lm3s/setup_pll.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/arm/lm3s/setup_pll.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
43.45122
78
0.511928
592cd26b51b7d9b2c676417323f7d239b472a314
743
ads
Ada
tests/goals-test_data-tests.ads
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
80
2017-04-08T23:14:07.000Z
2022-02-10T22:30:51.000Z
tests/goals-test_data-tests.ads
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
89
2017-06-24T08:18:26.000Z
2021-11-12T04:37:36.000Z
tests/goals-test_data-tests.ads
thindil/steamsky
d5d7fea622f7994c91017c4cd7ba5e188153556c
[ "TCL", "MIT" ]
9
2018-04-14T16:37:25.000Z
2020-03-21T14:33:49.000Z
-- This package has been generated automatically by GNATtest. -- Do not edit any part of it, see GNATtest documentation for more details. -- begin read only with Gnattest_Generated; package Goals.Test_Data.Tests is type Test is new GNATtest_Generated.GNATtest_Standard.Goals.Test_Data .Test with null re...
30.958333
76
0.776581
50970ca6f09e54075ba5bf8ab2af4c7282109a7f
2,334
ads
Ada
ada-strings-wide_maps-wide_constants.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
15
2018-07-08T07:09:19.000Z
2021-11-21T09:58:55.000Z
ada-strings-wide_maps-wide_constants.ads
mgrojo/adalib
dc1355a5b65c2843e702ac76252addb2caf3c56b
[ "BSD-3-Clause" ]
4
2019-11-17T20:04:33.000Z
2021-08-29T21:24:55.000Z
ada-strings-wide_maps-wide_constants.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. ...
40.241379
75
0.686375
411b74c5c07043605081ae0cfa67357a8c6e7771
9,932
ads
Ada
unicode-utf8_stream_decoder-codec.ads
annexi-strayline/ASAP-Unicode
a34b52c41378c3cfe777e59bfee634caa64767d6
[ "BSD-3-Clause" ]
1
2021-11-08T01:20:55.000Z
2021-11-08T01:20:55.000Z
unicode-utf8_stream_decoder-codec.ads
annexi-strayline/ASAP-Unicode
a34b52c41378c3cfe777e59bfee634caa64767d6
[ "BSD-3-Clause" ]
null
null
null
unicode-utf8_stream_decoder-codec.ads
annexi-strayline/ASAP-Unicode
a34b52c41378c3cfe777e59bfee634caa64767d6
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Unicode Utilities -- -- UTF-8 Stream Decoder -- -- ...
58.423529
79
0.393878
41b06f999d55b3be320da6bcd3ec8e87793dcccb
1,963
adb
Ada
regtests/ado-testsuite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/ado-testsuite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/ado-testsuite.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- ado-testsuite -- Testsuite for ADO -- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License")...
35.690909
80
0.668365
23c8e7276b694c7f16ae36a8bb49d858046357f1
3,763
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-nudira.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-nudira.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-nudira.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
38.793814
78
0.449375
29d9df9333a113320cea461888f2cd28f5e3fb1f
1,431
ads
Ada
tests/src/test_transforms_singles_quaternions.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
52
2016-07-30T23:00:28.000Z
2022-02-05T11:54:55.000Z
tests/src/test_transforms_singles_quaternions.ads
onox/orka
9edf99559a16ffa96dfdb208322f4d18efbcbac6
[ "Apache-2.0" ]
79
2016-08-01T18:36:48.000Z
2022-02-27T12:14:20.000Z
tests/src/test_transforms_singles_quaternions.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) 2017 onox <denkpadje@gmail.com> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/L...
36.692308
76
0.754018
29244fc9eaf684b6b12b12f72318f2d3fb92ca33
2,490
ads
Ada
src/agate-stack_canaries_enable__enabled.ads
Fabien-Chouteau/AGATE
cd8dbc54c1c70379c833e7cd710e2326ad6e9a91
[ "BSD-3-Clause" ]
3
2017-12-23T10:25:07.000Z
2021-06-09T13:47:19.000Z
src/agate-stack_canaries_enable__enabled.ads
Fabien-Chouteau/AGATE
cd8dbc54c1c70379c833e7cd710e2326ad6e9a91
[ "BSD-3-Clause" ]
null
null
null
src/agate-stack_canaries_enable__enabled.ads
Fabien-Chouteau/AGATE
cd8dbc54c1c70379c833e7cd710e2326ad6e9a91
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2020, Fabien Chouteau -- -- -- -- ...
71.142857
78
0.52008
5983082f17d541da6d547ed667176a69a9dc3b6e
193,074
adb
Ada
HLS/solution1/.autopilot/db/AXIvideo2Mat.bind.adb
NekoSilverFox/CornerDetectionOnZYNQ
5688fa851f57d00f0f2d309adf06df840a25e1da
[ "Apache-2.0" ]
null
null
null
HLS/solution1/.autopilot/db/AXIvideo2Mat.bind.adb
NekoSilverFox/CornerDetectionOnZYNQ
5688fa851f57d00f0f2d309adf06df840a25e1da
[ "Apache-2.0" ]
null
null
null
HLS/solution1/.autopilot/db/AXIvideo2Mat.bind.adb
NekoSilverFox/CornerDetectionOnZYNQ
5688fa851f57d00f0f2d309adf06df840a25e1da
[ "Apache-2.0" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
26.682421
102
0.606923
5952a76b71ab236ef0a8781eb5d83025de721169
1,688
ads
Ada
Src/mini_expect.ads
SMerrony/dashera
74961f34a44cabae414e84537e8baae0ecb373c9
[ "MIT" ]
23
2021-12-12T15:20:22.000Z
2022-03-19T19:55:06.000Z
Src/mini_expect.ads
SMerrony/dashera
74961f34a44cabae414e84537e8baae0ecb373c9
[ "MIT" ]
1
2022-03-10T00:09:35.000Z
2022-03-15T08:16:00.000Z
Src/mini_expect.ads
SMerrony/dashera
74961f34a44cabae414e84537e8baae0ecb373c9
[ "MIT" ]
1
2022-03-11T19:42:02.000Z
2022-03-11T19:42:02.000Z
-- Copyright ©2022 Steve Merrony -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software without restriction, including without limitation the rights -- to use, copy, modify, merge, publish, dist...
40.190476
80
0.749408
2f8f7056702bd60bc7c1c43db8a2866b4a730293
1,576
ads
Ada
resources/scripts/api/shodan.ads
mzpqnxow/Amass
798f0f113cd44b59fe950d5020b394d6804839f0
[ "Apache-2.0" ]
11
2020-08-19T01:01:42.000Z
2022-02-12T08:36:53.000Z
resources/scripts/api/shodan.ads
mzpqnxow/Amass
798f0f113cd44b59fe950d5020b394d6804839f0
[ "Apache-2.0" ]
null
null
null
resources/scripts/api/shodan.ads
mzpqnxow/Amass
798f0f113cd44b59fe950d5020b394d6804839f0
[ "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 = "Shodan" type = "api" function start() setratelimit(2) end function check() if (api ~= nil and api.key ~= nil and api.key ~...
21.888889
97
0.574873
596cfe27bb2f88871b5763876d033e6377b47577
2,628
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-intman__dummy.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-intman__dummy.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnarl/s-intman__dummy.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
57.130435
78
0.39726
a181dee326c1871274ef85418daa7994ccb33896
1,092
ads
Ada
applet/aide/source/editors/aide-editor-of_record_component.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
applet/aide/source/editors/aide-editor-of_record_component.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
applet/aide/source/editors/aide-editor-of_record_component.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with AdaM.record_Component, gtk.Widget; private with gtk.gEntry, gtk.Box, gtk.Label, gtk.Button; package aIDE.Editor.of_record_component is type Item is new Editor.item with private; type View is access all Item'Class; package Forge is function new_Editor (the_Targe...
19.157895
83
0.617216
590155750bc7cc6b060b6b8ab2040bc5966aa3a8
8,446
adb
Ada
src/ada/src/comms/uxas-comms-lmcp_object_message_receiver_pipes.adb
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
88
2017-08-24T07:02:01.000Z
2022-03-18T04:34:17.000Z
src/ada/src/comms/uxas-comms-lmcp_object_message_receiver_pipes.adb
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
46
2017-06-08T18:18:08.000Z
2022-03-15T18:24:43.000Z
src/ada/src/comms/uxas-comms-lmcp_object_message_receiver_pipes.adb
VVCAS-Sean/OpenUxAS
dcd7be29d182d278a5387908f568d6f8a06b79ee
[ "NASA-1.3" ]
53
2017-06-22T14:48:05.000Z
2022-02-15T16:59:38.000Z
with ZMQ.Sockets; with AVTAS.LMCP.Factory; with UxAS.Comms.Transport.ZeroMQ_Socket_Configurations; use UxAS.Comms.Transport.ZeroMQ_Socket_Configurations; with UxAS.Comms.Transport.Network_Name; with UxAS.Common.String_Constant.Lmcp_Network_Socket_Address; use UxAS.Common.String_Constant.Lmcp_Network_Socket_Address...
31.75188
97
0.587971
41d11e154f92a207388209d367b4c9e3c923f3b9
1,672
adb
Ada
server/jason-server.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
2
2019-01-26T22:14:55.000Z
2019-01-28T10:49:46.000Z
server/jason-server.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
server/jason-server.adb
stcarrez/jason
eee21b84fb6bab2e05b1f4df408d8f9ed34cbccc
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- Jason-server -- Application server -- Copyright (C) 2016 Stephane.Carrez -- Written by Stephane.Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in ...
38.883721
98
0.647129
418cb7f67fbe84ee1b3ae56115e35923927a35da
1,016
adb
Ada
AdaProgrammingAssignment/matrixmult.adb
rohitsaraf17/NYU-ProgrammingLanguages
363d751b64bb0671946aaa29e4aed107751e79d8
[ "Apache-2.0" ]
3
2020-02-21T01:37:24.000Z
2020-02-21T06:37:59.000Z
AdaProgrammingAssignment/matrixmult.adb
rohitsaraf17/NYU-ProgrammingLanguages
363d751b64bb0671946aaa29e4aed107751e79d8
[ "Apache-2.0" ]
null
null
null
AdaProgrammingAssignment/matrixmult.adb
rohitsaraf17/NYU-ProgrammingLanguages
363d751b64bb0671946aaa29e4aed107751e79d8
[ "Apache-2.0" ]
null
null
null
package body MatrixMult is task type MultiplyType is entry mult(A,B : Matrix; I,j : Integer); entry assign(P:out Integer); end MultiplyType; task body MultiplyType is sum: integer; row: integer; col: integer; arr1: array(1..10) of integer; arr2: array(1..10) of integer; begin accept mult(A,B : Ma...
19.921569
52
0.610236
595e802421b8bc420abffd901542624a8bd61f9d
3,626
ads
Ada
source/amf/uml/amf-uml-function_behaviors-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-function_behaviors-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-function_behaviors-hash.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
72.52
86
0.404854
10faac49d124248ca3a6d22d66193b64da79318c
7,045
adb
Ada
4-high/gel/applet/demo/sprite/mixed_joints/launch_mixed_joints.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
4-high/gel/applet/demo/sprite/mixed_joints/launch_mixed_joints.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
4-high/gel/applet/demo/sprite/mixed_joints/launch_mixed_joints.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with gel.Window.sdl, gel.Applet.gui_world, gel.Forge, gel.Sprite, gel.hinge_Joint, gel.ball_Joint, gel.cone_twist_Joint, gel.slider_Joint, gel.any_Joint, openGL.Palette; pragma unreferenced (gel.Window.sdl); procedure launch_mixed_Joints -- -- Shows a variety of jo...
38.922652
123
0.5956
41c9e63d1c304d61857e3f8085e9867ad78c70ce
9,116
adb
Ada
src/http/curl/util-http-clients-curl.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/http/curl/util-http-clients-curl.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/http/curl/util-http-clients-curl.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- 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...
36.610442
99
0.584138
065f5aa45493d78a64c09c468dc22e14e4850f9a
175
ads
Ada
ejercicios4/matriz.ads
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios4/matriz.ads
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
ejercicios4/matriz.ads
iyan22/AprendeAda
18bd2a224e5bda30c43d9ceabe0c05278e069ebf
[ "MIT" ]
null
null
null
package Matriz is type Vector_De_enteros is array(Integer range <>) of Integer; type Matriz_de_Enteros is array (INTEGER range <>, INTEGER range <>) of Integer; end Matriz;
35
81
0.765714
594d7abfeb3be3a2c7120b7f4d08096bbaf3fcfe
8,686
ads
Ada
thirdparty/adasdl/thin/adasdl/AdaSDL/binding/sdl-cdrom.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
thirdparty/adasdl/thin/adasdl/AdaSDL/binding/sdl-cdrom.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
thirdparty/adasdl/thin/adasdl/AdaSDL/binding/sdl-cdrom.ads
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
-- ----------------------------------------------------------------- -- -- AdaSDL -- -- Binding to Simple Direct Media Layer -- -- Copyright (C) 2001 A.M.F.Vargas -- -- Antonio M. F....
41.759615
76
0.549044
2fddf998046c20d2786019c75114325e6c101320
831
adb
Ada
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
gnu/src/gdb/gdb/testsuite/gdb.ada/variant_record_packed_array/pck.adb
ghsecuritylab/ellcc-mirror
b03a4afac74d50cf0987554b8c0cd8209bcb92a2
[ "BSD-2-Clause" ]
null
null
null
-- Copyright 2009-2015 Free Software Foundation, Inc. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 3 of the License, or -- (at your option) any later version. -- -- ...
39.571429
73
0.730445
413f604e41ac1f158e698bde1936b48324bf20dd
3,669
adb
Ada
src/lumen-binary-endian-shorts.adb
darkestkhan/lumen2
8c3ac44b2010b4abe36a46c576b1078101bf75a1
[ "0BSD" ]
8
2015-07-20T18:20:10.000Z
2021-01-29T21:09:02.000Z
src/lumen-binary-endian-shorts.adb
darkestkhan/lumen2
8c3ac44b2010b4abe36a46c576b1078101bf75a1
[ "0BSD" ]
10
2015-07-20T18:48:45.000Z
2016-05-07T19:23:31.000Z
src/lumen-binary-endian-shorts.adb
darkestkhan/lumen2
8c3ac44b2010b4abe36a46c576b1078101bf75a1
[ "0BSD" ]
1
2018-11-18T17:01:15.000Z
2018-11-18T17:01:15.000Z
-- Lumen.Binary.Endian.Shorts -- Byte re-ordering routines for "short" -- (16-bit) values -- -- -- Chip Richards, NiEstu, Phoenix AZ, Summer 2010 -- This code is covered by the ISC License: -- -- Copyright © 2010, NiEstu -- -- Permission to use, copy, modify, and/or distribute this softw...
34.613208
78
0.574816
a1acc223e579756db708ba9e7a856f20618b4c03
311
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/class_wide2.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/class_wide2.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/class_wide2.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
package Class_Wide2 is type Root_1 (V : Integer) is tagged record null; end record; type Child is new Root_1 (1) with null record; type Class_Acc is access all Child'Class; type Grand_Child is new Child with record null; end record; procedure Initialize; end Class_Wide2;
17.277778
49
0.691318
29ccaaa782e8e615f1248be7618e09ad99625c8e
8,105
ads
Ada
src/gstreamer-rtsp-extension.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
1
2018-01-18T00:51:00.000Z
2018-01-18T00:51:00.000Z
src/gstreamer-rtsp-extension.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gstreamer-rtsp-extension.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; with glib; with Glib.Values; with System; private with GStreamer.GST_Low_Level.gstreamer_0_10_gst_rtsp_gstrtspmessage_h; private with GStreamer.GST_Low_Level.gstreamer_0_10_gst_rtsp_gstrtspdefs_h; private with GStre...
59.595588
216
0.773103
2f5df51ebad856c6e5391f4d59c0af92c2d4e982
4,121
ads
Ada
src/util-encoders-sha1.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-encoders-sha1.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-encoders-sha1.ads
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- util-encoders-sha1 -- Compute SHA-1 hash -- 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 file exce...
36.794643
79
0.600582
a1791c5d7c3a76682f30fbb72ef87d7a2887e550
5,752
adb
Ada
src/syscalls/ewok-syscalls-cfg-gpio.adb
mfkiwl/ewok-kernel-security-OS
ca8e2a0b5cedbc94df957be1fac6d7d4b2ceb687
[ "Apache-2.0" ]
65
2018-09-26T09:10:11.000Z
2022-01-30T21:17:37.000Z
src/syscalls/ewok-syscalls-cfg-gpio.adb
mfkiwl/ewok-kernel-security-OS
ca8e2a0b5cedbc94df957be1fac6d7d4b2ceb687
[ "Apache-2.0" ]
22
2019-04-07T15:15:54.000Z
2020-10-15T12:45:54.000Z
src/syscalls/ewok-syscalls-cfg-gpio.adb
mfkiwl/ewok-kernel-security-OS
ca8e2a0b5cedbc94df957be1fac6d7d4b2ceb687
[ "Apache-2.0" ]
10
2018-09-27T09:43:08.000Z
2021-01-29T22:50:17.000Z
-- -- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr> -- - Ryad Benadjila -- - Arnauld Michelizza -- - Mathieu Renard -- - Philippe Thierry -- - Philippe Trebuchet -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the...
28.334975
79
0.640994
410e72575de15c4815b8373e679f61747e74116e
2,774
ads
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imgrea.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imgrea.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/s-imgrea.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
56.612245
78
0.349315
06b98499d2e3d4139c55c1a6b80e65b6415e16d6
2,689
ads
Ada
source/asis/asis-gela-classificators_create.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
source/asis/asis-gela-classificators_create.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
source/asis/asis-gela-classificators_create.ads
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 -- -- ...
50.735849
79
0.592042
59dd81b32a5330858de952c37946a423cf77121f
5,294
ads
Ada
source/amf/mof/cmof/amf-cmof-value_specifications-collections.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-value_specifications-collections.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-value_specifications-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
57.543478
100
0.543068
065ce4b9d4001042c61bfb39f57c7d39dc0c5759
733
ads
Ada
firmware/coreboot/3rdparty/libhwbase/debug/null/hw-debug_sink.ads
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
1
2019-11-04T07:11:25.000Z
2019-11-04T07:11:25.000Z
firmware/coreboot/3rdparty/libhwbase/debug/null/hw-debug_sink.ads
aimin-wang/OpenCellular
5308146bf7edf43cc81c0e4d15305b711117070a
[ "CC-BY-4.0", "BSD-3-Clause" ]
13
2018-10-12T21:29:09.000Z
2018-10-25T20:06:51.000Z
firmware/coreboot/3rdparty/libhwbase/debug/null/hw-debug_sink.ads
aimin-wang/OpenCellular
5308146bf7edf43cc81c0e4d15305b711117070a
[ "CC-BY-4.0", "BSD-3-Clause" ]
null
null
null
-- -- Copyright (C) 2015 secunet Security Networks AG -- -- 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 ...
30.541667
71
0.74352
31831b6b82f18309564d6006a8d83ca01fbcf278
24,943
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-exexda.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-exexda.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/a-exexda.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
33.480537
79
0.550535
2f00b70d70958a51829dd248dee359dedce7265c
47,527
adb
Ada
honeybee_proj/HBD/.autopilot/db/honeybee.bind.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
honeybee_proj/HBD/.autopilot/db/honeybee.bind.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
honeybee_proj/HBD/.autopilot/db/honeybee.bind.adb
AnthonyKenny98/HoneyBee
5b1859fe8c50cb5bd709f53780c4e5ce7160b987
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName></userIPName> <cdfg class_id="1" tracking_level="1" version="...
25.900272
72
0.599154
06235d118bc948424c1b858dc61880f8d5f96280
4,535
adb
Ada
boards/stm32_common/nucleo_f303re/stm32-board.adb
ekoeppen/Ada_Drivers_Library
4b295a4ee8e89df17c460bd35ab270a3a0a68a3b
[ "BSD-3-Clause" ]
null
null
null
boards/stm32_common/nucleo_f303re/stm32-board.adb
ekoeppen/Ada_Drivers_Library
4b295a4ee8e89df17c460bd35ab270a3a0a68a3b
[ "BSD-3-Clause" ]
null
null
null
boards/stm32_common/nucleo_f303re/stm32-board.adb
ekoeppen/Ada_Drivers_Library
4b295a4ee8e89df17c460bd35ab270a3a0a68a3b
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2015, AdaCore -- -- -- -- ...
46.752577
78
0.464388
a1153de649db3f44b480d1f96c3a389a9cc79e0d
216
ads
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/graphic.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/graphic.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/graphic.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
with Ada.Streams; with Ada.Tags; package Graphic is use Ada; -- type Object is abstract tagged null record; function XML_Input (S : access Streams.Root_Stream_Type'Class) return Object'Class; end Graphic;
21.6
64
0.75
59c76ab146328b71a4f2cfd81a02ed4c1f460809
2,513
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stunha.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stunha.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-stunha.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
61.292683
78
0.411062
41dd4ce70e7d7fccbc9a1fbc9b8ff9a7648b4a52
66,131
adb
Ada
hls_video_block/solution1/.autopilot/db/gry2rgb.adb
parker-xilinx/HLS_2d_filter
25c85715167623c07bd5f06a8747961cdafee616
[ "Unlicense" ]
1
2019-12-22T12:22:36.000Z
2019-12-22T12:22:36.000Z
hls_video_block/solution1/.autopilot/db/gry2rgb.adb
parker-xilinx/HLS_2d_filter
25c85715167623c07bd5f06a8747961cdafee616
[ "Unlicense" ]
null
null
null
hls_video_block/solution1/.autopilot/db/gry2rgb.adb
parker-xilinx/HLS_2d_filter
25c85715167623c07bd5f06a8747961cdafee616
[ "Unlicense" ]
2
2019-12-22T12:22:38.000Z
2021-04-30T00:59:20.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0...
30.503229
79
0.461024
fbdf0ec0bfff5176a70974523f46a6dbcdf75cf1
3,460
ads
Ada
awa/src/awa-users-modules.ads
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
81
2015-01-18T23:02:30.000Z
2022-03-19T17:34:57.000Z
awa/src/awa-users-modules.ads
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
20
2015-12-09T19:26:19.000Z
2022-03-23T14:32:43.000Z
awa/src/awa-users-modules.ads
My-Colaborations/ada-awa
cc2dee291a14e4df0dbc9c10285bf284a7f1caa8
[ "Apache-2.0" ]
16
2015-06-29T02:44:06.000Z
2021-09-23T18:47:50.000Z
----------------------------------------------------------------------- -- awa-users-module -- User management module -- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "L...
40.705882
94
0.686705
29ce5a8f4e6c292d0a0fc9c2bf7c1902bc477c3a
1,784
adb
Ada
examples/src/tasksink.adb
sonneveld/adazmq
ee1a3ad1588f6a298fe1170c0e907052dcb7a1a6
[ "MIT" ]
null
null
null
examples/src/tasksink.adb
sonneveld/adazmq
ee1a3ad1588f6a298fe1170c0e907052dcb7a1a6
[ "MIT" ]
null
null
null
examples/src/tasksink.adb
sonneveld/adazmq
ee1a3ad1588f6a298fe1170c0e907052dcb7a1a6
[ "MIT" ]
null
null
null
-- Task sink -- Binds PULL socket to tcp://localhost:5558 -- Collects results from workers via that socket with Ada.Command_Line; with Ada.Text_IO; with GNAT.Formatted_String; with Ada.Calendar; with ZMQ; procedure TaskSink is use type Ada.Calendar.Time; use type GNAT.Formatted_String.Formatted_String; ...
26.235294
124
0.545404
5916340041debf035f9504cca3d5436580092267
426
ads
Ada
source/numerics/machine-apple-darwin/s-ranini.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/numerics/machine-apple-darwin/s-ranini.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/numerics/machine-apple-darwin/s-ranini.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 POSIX (Darwin, FreeBSD, or Linux) with Ada.IO_Exceptions; with System.Storage_Elements; package System.Random_Initiators is pragma Preelaborate; procedure Get ( Item : Address; Size : Storage_Elements.Storage_Count); -- Excep...
23.666667
73
0.751174
41510a862e38abac36dab3f08cc23048d434f257
28,474
adb
Ada
awa/src/model/awa-permissions-models.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "Apache-2.0" ]
null
null
null
awa/src/model/awa-permissions-models.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "Apache-2.0" ]
null
null
null
awa/src/model/awa-permissions-models.adb
twdroeger/ada-awa
77b824773747aecb912c37b1b7b59ea414679b80
[ "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-body.xhtml -- Ada Generator: https:...
35.240099
88
0.589134
29f31762c06eb40218d954529ba22d5ab47897c5
5,725
adb
Ada
tools-src/gnu/gcc/gcc/ada/s-memory.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-memory.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-memory.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
40.034965
78
0.520873
2956643a9d9a2ad8888bdff8a7ccaaebd8f685d2
2,983
ads
Ada
tools/scitools/conf/understand/ada/ada12/s-pack35.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-pack35.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/s-pack35.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
58.490196
78
0.376802
a1f52881a98f70dd521f400fe50e7816008dbdcb
7,107
adb
Ada
examples/normalize.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
examples/normalize.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
examples/normalize.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
with Ada.Characters.Latin_1; with Ada.Strings.Composites; with Ada.Strings.Fixed; with Ada.Strings.Maps.Constants; with Ada.Strings.Normalization; procedure normalize is use type Ada.Strings.Composites.Class; subtype C is Character; subtype WWC is Wide_Wide_Character; subtype WWS is Wide_Wide_String; begin -- comb...
69
217
0.676657
5996747cd735f0eb08459278b02b21c0074bc64e
976
adb
Ada
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/mi_catch_ex_hand/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/mi_catch_ex_hand/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
contrib/gnu/gdb/dist/gdb/testsuite/gdb.ada/mi_catch_ex_hand/foo.adb
TheSledgeHammer/2.11BSD
fe61f0b9aaa273783cd027c7b5ec77e95ead2153
[ "BSD-3-Clause" ]
null
null
null
-- Copyright 2007-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. -- -- ...
28.705882
73
0.699795
31bc605cadf4bd911dd49b4c62da4e04a1a85782
6,662
ads
Ada
src/lv-hal-disp.ads
Fabien-Chouteau/ada-lvlg
ccf8da85aeafa38f4ae669b61298237424dc7e55
[ "MIT" ]
3
2019-12-19T20:53:11.000Z
2020-12-19T23:01:38.000Z
src/lv-hal-disp.ads
Fabien-Chouteau/ada-lvlg
ccf8da85aeafa38f4ae669b61298237424dc7e55
[ "MIT" ]
2
2019-12-19T20:52:56.000Z
2020-01-25T21:22:53.000Z
src/lv-hal-disp.ads
Fabien-Chouteau/ada-lvgl
ccf8da85aeafa38f4ae669b61298237424dc7e55
[ "MIT" ]
null
null
null
with Lv.Color; with Lv.Area; private with System; package Lv.Hal.Disp is type Color_Array is array (0 .. Natural'Last) of aliased Lv.Color.Color_T with Convention => C; type Disp_Drv_T is record -- Write the internal buffer (VDB) to the display. 'lv_flush_ready()' has -- to be calle...
36.206522
110
0.6432
06112d2449919a46b7dfa95f38f2a8097bc6584c
469
ads
Ada
source/environment/machine-w64-mingw32/s-progra.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/environment/machine-w64-mingw32/s-progra.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/environment/machine-w64-mingw32/s-progra.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 Windows private with System.Storage_Map; package System.Program is -- Probing information of the program itself. pragma Preelaborate; -- the executable file function Full_Name return String; function Load_Address return Address; pra...
22.333333
49
0.763326
31dee668a184c53092369f8674f51b607fa9d289
15,143
adb
Ada
software/hal/boards/stm32f469_discovery/framebuffer_otm8009a.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/boards/stm32f469_discovery/framebuffer_otm8009a.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/boards/stm32f469_discovery/framebuffer_otm8009a.adb
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
with Ada.Real_Time; use Ada.Real_Time; with Ada.Unchecked_Conversion; with Ada.Interrupts.Names; with STM32.Device; use STM32.Device; with STM32.DMA2D.Interrupt; with STM32.DMA2D.Polling; with STM32.GPIO; use STM32.GPIO; with STM32.DSI; use STM32.DSI; with STM32.SDRAM; use ...
27.235612
78
0.553655
2f94b27cc4125c35c5b83030a89ca1a178e4b65f
4,137
ads
Ada
tools-src/gnu/gcc/gcc/ada/a-timoau.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/a-timoau.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/a-timoau.ads
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
44.967391
79
0.492628
29deb10e350faaa1e27c7ba4ccf6b797b85bd341
2,534
adb
Ada
src/fmt-generic_float_argument.adb
likai3g/afmt
fa7439a69bfde35e746c92ab57307d6a509dabc7
[ "MIT" ]
null
null
null
src/fmt-generic_float_argument.adb
likai3g/afmt
fa7439a69bfde35e746c92ab57307d6a509dabc7
[ "MIT" ]
null
null
null
src/fmt-generic_float_argument.adb
likai3g/afmt
fa7439a69bfde35e746c92ab57307d6a509dabc7
[ "MIT" ]
null
null
null
with Ada.Text_IO; package body Fmt.Generic_Float_Argument is package FIO is new Ada.Text_IO.Float_IO(Float_Type); -- IEEE754 浮点格式 -- 浮点由三部分构成(符号位, 指数, 小数部分) -- 指数的二进制位数称为k -- 小数的二进制位数称为M -- -- -- 单精度(32位) -- bit 31 : 符号位 (Sign) -- bit 30 - bit 23 : 指数部分(Exponent), 长度为8, 记为k -- bit 22 ...
26.123711
88
0.521705
59ef1f8d0a3f2a01b6fbf93edd890708f0026eac
120
ads
Ada
src/equipment_menu.ads
Fabien-Chouteau/motherlode
a97e3f41d189b9725592873b4ae547850ee3a51c
[ "MIT" ]
2
2020-08-24T15:01:37.000Z
2020-10-16T22:37:07.000Z
src/equipment_menu.ads
Fabien-Chouteau/motherlode
a97e3f41d189b9725592873b4ae547850ee3a51c
[ "MIT" ]
null
null
null
src/equipment_menu.ads
Fabien-Chouteau/motherlode
a97e3f41d189b9725592873b4ae547850ee3a51c
[ "MIT" ]
1
2021-01-19T12:00:35.000Z
2021-01-19T12:00:35.000Z
-- Motherlode -- Copyright (c) 2020 Fabien Chouteau package Equipment_Menu is procedure Run; end Equipment_Menu;
15
38
0.75
a1d1bd5bed143ac52725e8a0548b04d34e2ae0e5
2,373
adb
Ada
examples/common/tlv.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
examples/common/tlv.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
examples/common/tlv.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with System; package body TLV is type Base_Type is (Base_Integer, Base_Float, Base_String, Base_Sequence) with Size => 2; for Base_Type use ( Base_Integer => 0, Base_Float => 1, Base_String => 2, Base_Sequence => 3); type Tag_Value_Type is new Integer range 0 .. 63 wi...
28.590361
75
0.600084
295be3e1ed124ae24700b238c8eb8e8eca9aa97b
12,016
ads
Ada
src/fonts/geste_fonts-freesans5pt7b.ads
Fabien-Chouteau/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
13
2018-07-31T12:11:46.000Z
2021-11-19T14:16:46.000Z
src/fonts/geste_fonts-freesans5pt7b.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
1
2018-10-22T21:41:59.000Z
2018-10-22T21:41:59.000Z
src/fonts/geste_fonts-freesans5pt7b.ads
gregkrsak/GESTE
5ac814906fdb49d880db60cbb17279cbbb777336
[ "BSD-3-Clause" ]
4
2020-07-03T10:03:13.000Z
2022-02-10T03:35:07.000Z
package GESTE_Fonts.FreeSans5pt7b is Font : constant Bitmap_Font_Ref; private FreeSans5pt7bBitmaps : aliased constant Font_Bitmap := ( 16#00#, 16#00#, 16#00#, 16#01#, 16#00#, 16#40#, 16#10#, 16#04#, 16#01#, 16#00#, 16#40#, 16#00#, 16#04#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#00#, 16#A0#, 16#...
69.456647
73
0.493093
3154f7e0a9948d25dd063b5ef17027976c4740a1
110
ada
Ada
Task/Rendezvous/Ada/rendezvous-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Rendezvous/Ada/rendezvous-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Rendezvous/Ada/rendezvous-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
select Server.Wake_Up (Parameters); or delay 5.0; -- No response, try something else ... end select;
15.714286
37
0.663636
299043ccdf23f3dbc6cc6f37cc3cc1e3ba469d4f
4,898
ads
Ada
source/amf/uml/amf-uml-artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/amf/uml/amf-uml-artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/amf/uml/amf-uml-artifacts-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
53.23913
78
0.506125
29bd7a0dba593be3fd9e0bc5d5e26425d7b48f11
3,942
adb
Ada
middleware/src/neopixel/neopixel.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
192
2016-06-01T18:32:04.000Z
2022-03-26T22:52:31.000Z
middleware/src/neopixel/neopixel.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
239
2016-05-26T20:02:01.000Z
2022-03-31T09:46:56.000Z
middleware/src/neopixel/neopixel.adb
shakram02/Ada_Drivers_Library
a407ca7ddbc2d9756647016c2f8fd8ef24a239ff
[ "BSD-3-Clause" ]
142
2016-06-05T08:12:20.000Z
2022-03-24T17:37:17.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2019, AdaCore -- -- -- -- ...
45.837209
82
0.518265
59d18562090d9a0f9f6f659b6ea4aab8c08522f6
4,104
adb
Ada
config.tests/sse_builtins/main.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
config.tests/sse_builtins/main.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
config.tests/sse_builtins/main.adb
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
58.628571
79
0.434454
596406c3312ec8441979d2b3c823f6097a28d598
10,308
adb
Ada
tools-src/gnu/gcc/gcc/ada/opt.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/opt.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/opt.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
45.813333
79
0.584206
2f71f64083f00e233c8359b498ad7b6ec8cebfdf
18
ads
Ada
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/unit_3.ads
ucd-plse/rose
17db6454e8baba0014e30a8ec23df1a11ac55a0c
[ "BSD-3-Clause" ]
488
2015-01-09T08:54:48.000Z
2022-03-30T07:15:46.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/unit_3.ads
ucd-plse/rose
17db6454e8baba0014e30a8ec23df1a11ac55a0c
[ "BSD-3-Clause" ]
174
2015-01-28T18:41:32.000Z
2022-03-31T16:51:05.000Z
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/unit_3.ads
ucd-plse/rose
17db6454e8baba0014e30a8ec23df1a11ac55a0c
[ "BSD-3-Clause" ]
146
2015-04-27T02:48:34.000Z
2022-03-04T07:32:53.000Z
procedure Unit_3;
9
17
0.833333
592b69166c99577adb53cee7e0667e10692a8aa1
2,764
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/a-sfecin.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/ada/a-sfecin.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/a-sfecin.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
67.414634
78
0.430174
12b12341f40bd835b10e6d0c93bb4055770165fe
3,732
ads
Ada
demo/adainclude/s-atacco.ads
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
demo/adainclude/s-atacco.ads
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
null
null
null
demo/adainclude/s-atacco.ads
e3l6/SSMDev
2929757aab3842aefd84debb2d7c3e8b28c2b340
[ "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- S...
58.3125
78
0.451233
0b37b13c0fe949b9f7d71984d08dcfa0da867f02
7,785
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c45504d.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c45504d.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c4/c45504d.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C45504D.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
36.209302
79
0.500963
1201d062312c0d3376cdf6331622fca5300424d1
6,632
adb
Ada
src/babel-strategies.adb
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
1
2015-08-05T14:26:52.000Z
2015-08-05T14:26:52.000Z
src/babel-strategies.adb
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
null
null
null
src/babel-strategies.adb
stcarrez/babel
727461babd0305344427bf8a56cdae2b68d08caf
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- babel-strategies -- Strategies to backup 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 fil...
39.951807
101
0.587153
41575863c2d3435f93caa9d0bf2af88046c93a3b
11,546
ads
Ada
src/dds-patches/dds-domainparticipantfactory.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
null
null
null
src/dds-patches/dds-domainparticipantfactory.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
null
null
null
src/dds-patches/dds-domainparticipantfactory.ads
alexcamposruiz/dds-requestreply
9f29d34554b5d3e9291151c6e92d2ce6cc31bb71
[ "MIT" ]
null
null
null
-- (c) Copyright, Real-Time Innovations, $Date:: 2012-02-16 #$ -- All rights reserved. -- -- No duplications, whole or partial, manual or electronic, may be made -- without express written permission. Any such copies, or -- revisions thereof, must display this notice unaltered. -- This code contains trade secret...
39.813793
113
0.674779
415ecc02ad9e1635c66ae7444db7eb6ef5965a26
1,553
ads
Ada
include/x86_64_linux_gnu_bits_stdint_intn_h.ads
bmsauer/termbox-ada
1bd00386f9eca292c19e8d335f22abbe25e86bea
[ "MIT" ]
4
2020-02-06T20:24:31.000Z
2020-09-04T18:32:24.000Z
include/x86_64_linux_gnu_bits_stdint_intn_h.ads
bmsauer/termbox-ada
1bd00386f9eca292c19e8d335f22abbe25e86bea
[ "MIT" ]
null
null
null
include/x86_64_linux_gnu_bits_stdint_intn_h.ads
bmsauer/termbox-ada
1bd00386f9eca292c19e8d335f22abbe25e86bea
[ "MIT" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with x86_64_linux_gnu_bits_types_h; package x86_64_linux_gnu_bits_stdint_intn_h is -- Define intN_t types. -- Copyright (C) 2017-2018 Free Software Foundation, Inc. -- This file is part of the GNU C Library. -- The GNU C L...
47.060606
119
0.750161
41ca9df64bcf13a5b18f087b52842a4272218a77
4,474
adb
Ada
src/util-beans-objects-records.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-beans-objects-records.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
src/util-beans-objects-records.adb
Letractively/ada-util
e4c63b93635dc07c46e95f12ba02d18903b307b3
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- Util.Beans.Objects.Records -- Generic Typed Data Representation -- 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...
36.373984
82
0.535986
41da7b387e662ab92dcfd90891e0d39c70a63275
3,523
ads
Ada
tools/scitools/conf/understand/ada/ada12/s-pack38.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-pack38.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/s-pack38.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
57.754098
78
0.427477