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
a11ec1b822b6e1e778f9a4919494a2917c8b7001
1,645
adb
Ada
source/numerics/generic/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/numerics/generic/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/numerics/generic/a-nudsge.adb
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
package body Ada.Numerics.dSFMT.Generating is -- no SIMD version use type Interfaces.Unsigned_64; procedure do_recursion ( r : aliased out w128_t; a, b : aliased w128_t; lung : aliased in out w128_t) is t0, t1, L0, L1 : Unsigned_64; begin t0 := a (0); t1 := a (1); ...
27.881356
78
0.538602
12f313be37162f94b27c723ddb412e5df0665d8d
1,576
ads
Ada
tier-1/xcb/source/thin/xcb-xcb_glx_destroy_pixmap_request_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
2
2015-11-12T11:16:20.000Z
2021-08-24T22:32:04.000Z
tier-1/xcb/source/thin/xcb-xcb_glx_destroy_pixmap_request_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
1
2018-06-05T05:19:35.000Z
2021-11-20T01:13:23.000Z
tier-1/xcb/source/thin/xcb-xcb_glx_destroy_pixmap_request_t.ads
charlie5/cBound
741be08197a61ad9c72553e3302f3b669902216d
[ "0BSD" ]
null
null
null
-- This file is generated by SWIG. Please do not modify by hand. -- with Interfaces; with Interfaces.C; with Interfaces.C.Pointers; package xcb.xcb_glx_destroy_pixmap_request_t is -- Item -- type Item is record major_opcode : aliased Interfaces.Unsigned_8; minor_opcode : aliased Interfaces.Unsig...
28.142857
79
0.677665
a191627efbc7e8826147c10117b23a52694446ca
1,199
adb
Ada
gtkada_backend/src/timer_callback.adb
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
7
2017-10-18T02:40:24.000Z
2020-12-19T22:41:19.000Z
gtkada_backend/src/timer_callback.adb
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
null
null
null
gtkada_backend/src/timer_callback.adb
Fabien-Chouteau/Giza
9f6c167666dbba8f0e5f0ba3e33825c0b3f399bd
[ "BSD-3-Clause" ]
2
2019-05-06T08:30:26.000Z
2020-11-22T11:27:27.000Z
with Giza.Timers; use Giza.Timers; with Ada.Real_Time; use Ada.Real_Time; with Giza.GUI; use Giza.GUI; package body Timer_Callback is Cnt : Integer := 0; -------------- -- Callback -- -------------- function Callback return Boolean is begin -- Put_Line ("Here comes the callback:" & Cnt'Img)...
24.979167
72
0.587156
3927519f3bf9e4b6f41685de97411b6c790f83a6
1,195
adb
Ada
tests/src/test_utils-abstract_encoder-cobs_stream.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
tests/src/test_utils-abstract_encoder-cobs_stream.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
tests/src/test_utils-abstract_encoder-cobs_stream.adb
Fabien-Chouteau/COBS
155ce5c2ecb4fffdac31df9dccd1a0d0c5916c2b
[ "MIT" ]
null
null
null
package body Test_Utils.Abstract_Encoder.COBS_Stream is ------------- -- Receive -- ------------- overriding procedure Receive (This : in out Instance; Data : Storage_Element) is begin This.Encoder.Push (Data); end Receive; ------------------ -- End_Of_Frame -- ---------------...
18.968254
73
0.553138
504c89147aa1b81c4b52e819332e1e125db43cca
17,960
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-secsta.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-secsta.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-secsta.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
40.45045
79
0.609744
a17f56a804b23e2e9e94239ba849ee156ef4f2c8
55,149
ads
Ada
src/GUI/generated/digit_4.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
7
2017-05-17T13:51:47.000Z
2021-11-11T19:17:50.000Z
src/GUI/generated/digit_4.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
src/GUI/generated/digit_4.ads
Fabien-Chouteau/coffee-clock
6b8b8dd8741887c522fcf6f1ce5f1a5b73921b27
[ "MIT" ]
null
null
null
-- This file was generated by bmp2ada with Giza.Image; with Giza.Image.DMA2D; use Giza.Image.DMA2D; package digit_4 is pragma Style_Checks (Off); CLUT : aliased constant L4_CLUT_T := ( (R => 0, G => 0, B => 0), (R => 255, G => 0, B => 0), others => (0, 0, 0)); Data : aliased constant L4_Data_T := ( 0, 0, ...
166.613293
200
0.42494
10e08f5fa463d98c83c48d91d2162c1c632299f8
3,232
ads
Ada
source/oasis/program-elements-function_access_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/oasis/program-elements-function_access_types.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/oasis/program-elements-function_access_types.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.Elements.Access_Types; with Program.Lexical_Elements; with Program.Elements.Parameter_Specifications; package Program.Elements.Function_Access...
34.382979
76
0.774443
fb1bd18c4bb8bfb17a0f32c92de72aed4da70457
5,262
adb
Ada
src/signal_storage.adb
Blady-Com/Gate3
ceb4e8dc1c25b5126b2d8c3331ef4c3fc5678a4a
[ "MIT" ]
1
2021-10-03T15:41:28.000Z
2021-10-03T15:41:28.000Z
src/signal_storage.adb
Blady-Com/Gate3
ceb4e8dc1c25b5126b2d8c3331ef4c3fc5678a4a
[ "MIT" ]
null
null
null
src/signal_storage.adb
Blady-Com/Gate3
ceb4e8dc1c25b5126b2d8c3331ef4c3fc5678a4a
[ "MIT" ]
null
null
null
with GNAT.Regpat; use GNAT.Regpat; with Ada.Exceptions; use Ada.Exceptions; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Gate3_Glib; use Gate3_Glib; pragma Elaborate_All (GNAT.Regpat); package body Signal_Storage is package US renames Ada.Strings.Unbounded; Object_Nb...
31.508982
96
0.59179
395c3fb4947c494754ed6c8d350012e71a1d874e
8,663
ads
Ada
bb-runtimes/src/system/system-pikeos5-ppc-ravenscar-full.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/system/system-pikeos5-ppc-ravenscar-full.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/system/system-pikeos5-ppc-ravenscar-full.ads
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
46.079787
79
0.571626
50ffe68725306e821c3c6bc6e83b46195522f36e
15,330
adb
Ada
bb-runtimes/src/s-bbbosu__armv7m.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-bbbosu__armv7m.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/src/s-bbbosu__armv7m.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- -- ...
36.413302
79
0.552968
c586e47e1330ff825b817084e655d3aa103dc959
3,227
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack43.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack43.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/s-pack43.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
52.901639
78
0.439727
0e4cbb1afcd0799b34b52b25b9ae9e374878ada2
584
ada
Ada
Task/Exponentiation-operator/Ada/exponentiation-operator-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Exponentiation-operator/Ada/exponentiation-operator-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
null
null
null
Task/Exponentiation-operator/Ada/exponentiation-operator-1.ada
mullikine/RosettaCodeData
4f0027c6ce83daa36118ee8b67915a13cd23ab67
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
package Integer_Exponentiation is -- int^int procedure Exponentiate (Argument : in Integer; Exponent : in Natural; Result : out Integer); function "**" (Left : Integer; Right : Natural) return Integer; -- real^int pr...
36.5
54
0.498288
0b84b03d9be1c90d1545461c8f2feb3a12ecf42b
11,771
ads
Ada
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_gstbin_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
1
2018-01-18T00:51:00.000Z
2018-01-18T00:51:00.000Z
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_gstbin_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_gstbin_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; with glib; with glib.Values; with System; with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstelement_h; -- limited with GStreamer.GST_Low_Level.glib_2_0_glib_glist_h; with GLIB; -- with GStreamer.GST_Low_Level.gli...
50.737069
193
0.738595
0b22696ba29ddddb1fb6d87c51810001373babf4
440
ads
Ada
extern/gnat_sdl/gnat_sdl/src/vadefs_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/gnat_sdl/gnat_sdl/src/vadefs_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/gnat_sdl/gnat_sdl/src/vadefs_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with System; package vadefs_h is subtype uu_gnuc_va_list is System.Address; -- c:\home\ochem\install\bin\../lib/gcc/i686-pc-mingw32/4.7.3/../../../../i686-pc-mingw32/include/vadefs.h:24 subtype va_list is uu_gnuc_va_list; -- c:...
31.428571
156
0.709091
a158f4341c8e37f5dfaf45ece13908ccc2db4bd6
7,040
ads
Ada
software/hal/boards/stm32f7_discovery/stm32-board.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/boards/stm32f7_discovery/stm32-board.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/boards/stm32f7_discovery/stm32-board.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 -- -- -- -- ...
40.930233
78
0.600852
a137408f79e67edf0109033400c8566ee3d197f0
5,049
adb
Ada
independent_camera/independent_camera.adb
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
independent_camera/independent_camera.adb
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
independent_camera/independent_camera.adb
Lucretia/old_nehe_ada95
d0378c3bfce202eb01bf00b57c128735dbe8582d
[ "BSD-3-Clause" ]
null
null
null
--------------------------------------------------------------------------------- -- Copyright 2004-2005 © Luke A. Guest -- -- This code is to be used for tutorial purposes only. -- You may not redistribute this code in any form without my express permission. ------------------------------------------------------------...
23.267281
146
0.614379
1225debb1ea204ae0df34d8bf1922ff83898bb27
1,729
ads
Ada
tools/scitools/conf/understand/ada/ada95/a-sytaco.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/ada95/a-sytaco.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada95/a-sytaco.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUNTIME COMPONENTS -- -- -- -- ...
45.5
78
0.37941
50e65cc50858009a24cd75a6dd9e5d6a1a482567
4,935
adb
Ada
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-excach.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-excach.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
bb-runtimes/runtimes/ravenscar-full-stm32f3x4/gnat/a-excach.adb
JCGobbi/Nucleo-STM32F334R8
2a0b1b4b2664c92773703ac5e95dcb71979d051c
[ "BSD-3-Clause" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
53.641304
78
0.510638
a1461b5d21337be24fbccb1e6f003f302f3e7da5
2,873
ads
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/switch-b.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/switch-b.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/switch-b.ads
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
65.295455
79
0.498086
10fcd2d513f2f11a125e7ea4a7ea260a94fa560d
6,507
adb
Ada
tests/common.adb
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
1
2015-04-23T10:48:58.000Z
2015-04-23T10:48:58.000Z
tests/common.adb
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
tests/common.adb
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2014-2015, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
38.964072
78
0.59582
4df97ace4626b8b31782655493d655daf422cc42
11,685
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/par-sync.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/par-sync.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/par-sync.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
28.639706
79
0.517415
4dba1b306a32a8fa98277726e9f29bc7aa32df06
662
ada
Ada
examples/Ada/lpserver.ada
dcramer/zguide
a07fe97c4c597e6401b4281ae07c3a156590f4c6
[ "Zed", "X11", "MIT" ]
2
2015-09-24T19:53:04.000Z
2015-11-06T10:22:53.000Z
examples/Ada/lpserver.ada
dcramer/zguide
a07fe97c4c597e6401b4281ae07c3a156590f4c6
[ "Zed", "X11", "MIT" ]
null
null
null
examples/Ada/lpserver.ada
dcramer/zguide
a07fe97c4c597e6401b4281ae07c3a156590f4c6
[ "Zed", "X11", "MIT" ]
null
null
null
No-one has translated the lpserver example into Ada yet. Be the first to create lpserver in Ada and get one free Internet! If you're the author of the Ada binding, this is a great way to get people to use 0MQ in Ada. To submit a new translation email it to zeromq-dev@lists.zeromq.org. Please: * Stick to identical ...
47.285714
83
0.776435
10dee6c7a35adfb23f2d3b70e8e7f45d4b1798ec
1,659
ads
Ada
src/dbase-scroller.ads
zenharris/ada-bbs
6294bc29979289b40927011bdff6cedf62719ef8
[ "Unlicense" ]
2
2019-07-13T03:51:43.000Z
2019-07-17T08:27:38.000Z
src/dbase-scroller.ads
zenharris/ada-bbs
6294bc29979289b40927011bdff6cedf62719ef8
[ "Unlicense" ]
null
null
null
src/dbase-scroller.ads
zenharris/ada-bbs
6294bc29979289b40927011bdff6cedf62719ef8
[ "Unlicense" ]
2
2019-10-08T08:14:38.000Z
2021-03-11T20:50:02.000Z
with gnatcoll.SQL.Postgres; use gnatcoll.SQL.Postgres; with gnatcoll.SQL.Exec; use gnatcoll.SQL.Exec; with Ada.Text_IO; use Ada.Text_IO; with Ada.Containers.Vectors; with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO.Unbounded_IO; with Formatter; with Ada.Containers.Doubly_Linked...
27.65
153
0.71308
a150e47adb0582cb1703a889b7fb3b623b268c10
829
adb
Ada
src/gdb/gdb-7.11/gdb/testsuite/gdb.ada/null_record/bar.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/null_record/bar.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/null_record/bar.adb
alrooney/unum-sdk
bbccb10b0cd3500feccbbef22e27ea111c3d18eb
[ "Apache-2.0" ]
20
2018-11-16T21:19:22.000Z
2021-10-18T23:08:24.000Z
-- Copyright 2004-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. -- -- ...
34.541667
73
0.727382
20bcc18487d3ea549fdb29040088dea467f8e0b3
3,697
ads
Ada
source/web/tools/a2js/properties-expressions-array_component_association.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/web/tools/a2js/properties-expressions-array_component_association.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/web/tools/a2js/properties-expressions-array_component_association.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
63.741379
78
0.421152
a18e8d2627cf7b0d5acfeabc0a40afded2ea8d9a
700
adb
Ada
pid_functionality.adb
oysteinlondal/Inverted-Pendulum
0a59e8d7bea31a255c1ca27c97430a688421f787
[ "MIT" ]
null
null
null
pid_functionality.adb
oysteinlondal/Inverted-Pendulum
0a59e8d7bea31a255c1ca27c97430a688421f787
[ "MIT" ]
2
2020-11-16T12:35:26.000Z
2020-11-16T12:35:31.000Z
pid_functionality.adb
oysteinlondal/Inverted-Pendulum
0a59e8d7bea31a255c1ca27c97430a688421f787
[ "MIT" ]
null
null
null
package body PID_Functionality is procedure Position_Controller(K_PP : in Float; Pos_Error : in Float; Vel_Ref : out Float) is begin Vel_Ref := K_PP * Pos_Error; end Position_Controller; procedure Velocity_Controller(K_PV : in Float; Vel_Error : in Float; Torq_Ref : out Float) is begin ...
30.434783
97
0.637143
0bea5a0ba1817fdc6ae027863685d832235aaced
7,214
adb
Ada
src/gnat/fname.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
15
2015-01-18T23:04:19.000Z
2022-03-01T20:27:08.000Z
src/gnat/fname.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
16
2018-06-10T07:09:30.000Z
2022-03-26T18:28:40.000Z
src/gnat/fname.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
3
2015-11-11T18:00:14.000Z
2022-01-30T23:08:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
36.619289
78
0.498752
4dbdd40c9142ddfc766df7d204a54771c35a87de
3,727
adb
Ada
Ada95/samples/sample-helpers.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
269
2015-03-01T21:34:42.000Z
2022-03-30T23:07:18.000Z
Ada95/samples/sample-helpers.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
3
2020-10-09T15:00:37.000Z
2020-10-09T15:05:19.000Z
Ada95/samples/sample-helpers.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
97
2016-04-25T06:22:54.000Z
2022-03-30T23:07:19.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
53.242857
78
0.441642
a12b99cefae0a5c2cf39695151c6ee27564735c0
176
ads
Ada
generated/natools-static_maps-web-comments-item_conditions.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-item_conditions.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
generated/natools-static_maps-web-comments-item_conditions.ads
faelys/natools-web
f7ba99f2ffb6f5a06d1b1e8becbf5f92fd58c750
[ "0BSD" ]
null
null
null
package Natools.Static_Maps.Web.Comments.Item_Conditions is pragma Pure; function Hash (S : String) return Natural; end Natools.Static_Maps.Web.Comments.Item_Conditions;
35.2
59
0.806818
12b4928a2ae1daf81f13d4707ce1bb59d2c2aef1
16,498
adb
Ada
regtests/keystore-gpg_tests.adb
stcarrez/ada-keystore
b6020aa8343a51ec436752bed5d2ba0d6b8587e9
[ "Apache-2.0" ]
25
2019-05-07T20:35:50.000Z
2021-11-30T10:35:47.000Z
regtests/keystore-gpg_tests.adb
stcarrez/ada-keystore
b6020aa8343a51ec436752bed5d2ba0d6b8587e9
[ "Apache-2.0" ]
12
2019-12-16T23:30:00.000Z
2021-09-26T18:52:41.000Z
regtests/keystore-gpg_tests.adb
stcarrez/ada-keystore
b6020aa8343a51ec436752bed5d2ba0d6b8587e9
[ "Apache-2.0" ]
3
2019-12-18T21:30:04.000Z
2021-01-06T08:30:36.000Z
----------------------------------------------------------------------- -- keystore-gpg_tests -- Test AKT with GPG2 -- Copyright (C) 2019, 2020, 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 th...
42.194373
98
0.553522
a128bbec97ed73a6a12d500d5f74a6bcc709dad3
424
ads
Ada
game_types.ads
thieryw/game_of_life
241fb28b167eb44ec65f94e775cf54abcc9a6e72
[ "MIT" ]
null
null
null
game_types.ads
thieryw/game_of_life
241fb28b167eb44ec65f94e775cf54abcc9a6e72
[ "MIT" ]
null
null
null
game_types.ads
thieryw/game_of_life
241fb28b167eb44ec65f94e775cf54abcc9a6e72
[ "MIT" ]
null
null
null
with display ; package game_types is type cell is (DEAD,ALIVE) ; type array_of_cell is array(display.screen'range(1),display.screen'range(2)) of cell ; type coordinates is record x : integer := display.screen'length(1) ; y :...
19.272727
94
0.514151
df5a2c8d7a8596845cf74b53e0b0c117de5caeea
3,159
adb
Ada
src/sparknacl-scalar.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
76
2020-02-24T20:30:15.000Z
2022-02-16T15:10:56.000Z
src/sparknacl-scalar.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
10
2020-04-15T10:02:49.000Z
2022-02-24T20:10:46.000Z
src/sparknacl-scalar.adb
yannickmoy/SPARKNaCl
c27fa811bf38b3706c1dc242f30e82967ad8f1c6
[ "BSD-2-Clause" ]
4
2020-03-10T15:19:45.000Z
2022-02-17T09:46:20.000Z
with SPARKNaCl.Utils; package body SPARKNaCl.Scalar with SPARK_Mode => On is pragma Warnings (GNATProve, Off, "pragma * ignored (not yet supported)"); Nine : constant Bytes_32 := (9, others => 0); GF_121665 : constant Normal_GF := (16#DB41#, 1, others => 0); ---------------------------------------------...
26.771186
76
0.506489
0e06d8940d88ef2ea1e9053690717aa414520eb3
14,605
ads
Ada
src/parser/css-parser-parser_goto.ads
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
3
2017-01-03T22:18:22.000Z
2017-01-10T07:58:17.000Z
src/parser/css-parser-parser_goto.ads
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
src/parser/css-parser-parser_goto.ads
stcarrez/ada-css
f7c337306094993186c507540701d04a4753b724
[ "Apache-2.0" ]
null
null
null
package CSS.Parser.Parser_Goto is type Rule is new Natural; type Nonterminal is new Integer; type Small_Integer is range -32_000 .. 32_000; subtype Small_Nonterminal is Nonterminal range -32_000 .. 32_000; type Goto_Entry is record Nonterm : Small_Nonterminal; Newstate : Small_Int...
31.074468
77
0.374324
50eea900cc9900580704e41642ed5899652c7d34
4,214
ads
Ada
Ada95/samples/sample-menu_demo-aux.ads
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
Ada95/samples/sample-menu_demo-aux.ads
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
Ada95/samples/sample-menu_demo-aux.ads
tizenorg/external.ncurses
eec8a5e3f767faa476f07eb6b54d493fe7920eca
[ "DOC", "Unlicense" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
58.527778
78
0.471998
1217f53189dc45f403213399b35622a53293d4d7
6,466
adb
Ada
src/arch/socs/stm32f439/soc-dma.adb
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "Apache-2.0" ]
65
2018-09-26T09:10:11.000Z
2022-01-30T21:17:37.000Z
src/arch/socs/stm32f439/soc-dma.adb
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "Apache-2.0" ]
22
2019-04-07T15:15:54.000Z
2020-10-15T12:45:54.000Z
src/arch/socs/stm32f439/soc-dma.adb
vdh-anssi/ewok-kernel
9a88dcae16659c212c4123b7a9272c9dfa51f85a
[ "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...
32.009901
82
0.620631
a117c4b0a83ca11faa17460e314b20444e1cd8be
1,080
ads
Ada
source/program_structure/adam-subunit.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
source/program_structure/adam-subunit.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
source/program_structure/adam-subunit.ads
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
with AdaM.Any, Ada.Containers.Vectors, Ada.Streams; package AdaM.Subunit is type Item is new Any.item with private; -- View -- type View is access all Item'Class; procedure View_write (Stream : not null access Ada.Streams.Root_Stream_Type'Class; Self : in ...
18.947368
85
0.600926
a1c164642dffbdcf296dbe39e1aeea115ebf7354
1,458
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ca/ca1011a0.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ca/ca1011a0.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ca/ca1011a0.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CA1011A0.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. -- Unlimi...
40.5
79
0.670096
12ec8c8d641e21126060a026f75921ec852790a2
1,079
ads
Ada
src/fsmaker-commands-build.ads
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
src/fsmaker-commands-build.ads
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
src/fsmaker-commands-build.ads
Fabien-Chouteau/fsmaker
3d96522852077c3865bb21ad3705f570733f1d7a
[ "MIT" ]
null
null
null
with CLIC.Subcommand; with AAA.Strings; package FSmaker.Commands.Build is subtype Parent is FSmaker.Commands.Command; type Instance is new Parent with private; overriding function Name (This : Instance) return CLIC.Subcommand.Identifier is ("build"); overriding procedure Execute (This : i...
23.456522
68
0.686747
0b99877e1308fd3545ff1fad16d55fc40c4136f8
6,649
adb
Ada
src/aco-protocols-service_data.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
6
2018-05-12T22:08:04.000Z
2021-07-25T20:55:12.000Z
src/aco-protocols-service_data.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
null
null
null
src/aco-protocols-service_data.adb
jonashaggstrom/ada-canopen
8e0f32323a0f09b41e8b51ef7123738bbf29f194
[ "Apache-2.0" ]
2
2021-06-15T11:56:46.000Z
2021-06-21T13:56:01.000Z
with Ada.Exceptions; with ACO.States; package body ACO.Protocols.Service_Data is procedure Indicate_Status (This : in out SDO'Class; Session : in ACO.SDO_Sessions.SDO_Session; Status : in ACO.SDO_Sessions.SDO_Status) is begin This.Sessions.Put (Session); if Status in...
27.936975
80
0.593172
20a9014a713d66a7f238c0854eac7a2aafb999e4
1,701
adb
Ada
regtests/sqlite/sqlite_ado_harness.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/sqlite/sqlite_ado_harness.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
regtests/sqlite/sqlite_ado_harness.adb
My-Colaborations/ada-ado
cebf1f9b38c0c259c44935e8bca05a5bff12aace
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- ADO Databases -- Database Objects -- Copyright (C) 2009, 2010 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...
35.4375
76
0.597884
4d0a9ab7c198d7741165508ae193c990020ffd9f
5,426
ads
Ada
source/amf/uml/amf-uml-occurrence_specifications-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-occurrence_specifications-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-occurrence_specifications-collections.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
58.978261
108
0.554184
0b28d744e49c1e33bdb0a914ab21f5aebc7e705a
768
adb
Ada
PIM/TD1_Algorithmique/Racine_Carre/racine_carree_rang_2.adb
Hathoute/ENSEEIHT
d42f0b0dedb269e6df3b1c006d4d45e52fc518b8
[ "MIT" ]
1
2021-06-26T21:51:11.000Z
2021-06-26T21:51:11.000Z
PIM/TD1_Algorithmique/Racine_Carre/racine_carree_rang_2.adb
Hathoute/ENSEEIHT
d42f0b0dedb269e6df3b1c006d4d45e52fc518b8
[ "MIT" ]
null
null
null
PIM/TD1_Algorithmique/Racine_Carre/racine_carree_rang_2.adb
Hathoute/ENSEEIHT
d42f0b0dedb269e6df3b1c006d4d45e52fc518b8
[ "MIT" ]
null
null
null
with Ada.Text_IO; use Ada.Text_IO; with Ada.Float_Text_IO; use Ada.Float_Text_IO; -- Afficher une valeur approchée de la racine carréé d'un nombre réel procedure Racine_Carree_Rang is Epsilon: constant Float := 1.0e-6; -- précision souhaitée A: Float; -- le nombre dont on veut calculer la racine car...
28.444444
69
0.69401
0b047e4a6b11e08393d263f51eb08ee2ea42b775
7,655
adb
Ada
awa/plugins/awa-questions/regtests/awa-questions-modules-tests.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-questions/regtests/awa-questions-modules-tests.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-questions/regtests/awa-questions-modules-tests.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-questions-modules-tests -- Unit tests for storage service -- Copyright (C) 2013, 2014 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you...
40.502646
93
0.626911
4da2d1861d1a6299d8861f52b9d3c03174103345
10,720
adb
Ada
awa/plugins/awa-images/src/awa-images-services.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-images/src/awa-images-services.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-images/src/awa-images-services.adb
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-images-services -- Image service -- Copyright (C) 2012, 2013, 2015, 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 ...
40.149813
99
0.570802
1088836e25ed022458f75490bb05bca0b9b9b828
7,391
ads
Ada
gcc-gcc-7_3_0-release/gcc/ada/i-c.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/i-c.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/i-c.ads
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
31.995671
78
0.586254
1cdf3b6e7e2da672af7dc7b61129866a93a6532c
2,743
ads
Ada
awa/plugins/awa-storages/src/awa-storages-stores-databases.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-storages/src/awa-storages-stores-databases.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
awa/plugins/awa-storages/src/awa-storages-stores-databases.ads
fuzzysloth/ada-awa
f9b921eeea29841667a028f2fc4528e4385d247a
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- awa-storages-stores-databases -- Database store -- 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 fi...
45.716667
87
0.622676
a1dcd0c59d285e3c25e9bb1f43f0e6009f119585
1,021,895
adb
Ada
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/pool_hw.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
7
2021-02-10T17:59:48.000Z
2021-09-27T15:02:56.000Z
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/pool_hw.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
null
null
null
final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalwrapup_hls/solution1/.autopilot/db/pool_hw.adb
bol-edu/2020-fall-ntu
5e009875dec5a3bbcebd1b3fae327990371d1b6a
[ "MIT" ]
1
2022-03-22T01:46:01.000Z
2022-03-22T01:46:01.000Z
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="15"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0...
30.112417
80
0.433805
fb9dbd7643bd75badff62e41af43c825a2a65b7d
139
adb
Ada
attic/asis/find_all/adam-assist-query-find_all-metrics.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
3
2017-04-29T14:25:22.000Z
2017-09-29T10:15:28.000Z
attic/asis/find_all/adam-assist-query-find_all-metrics.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
attic/asis/find_all/adam-assist-query-find_all-metrics.adb
charlie5/aIDE
fab406dbcd9b72a4cb215ffebb05166c788d6365
[ "MIT" ]
null
null
null
package body AdaM.Assist.Query.find_All.Metrics is procedure dummy is begin null; end dummy; end AdaM.Assist.Query.find_All.Metrics;
17.375
47
0.784173
1cc2a2465a5145a0a35c671e4b4dfe64052b687e
9,233
adb
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-ztmoau.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-ztmoau.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/a-ztmoau.adb
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
30.173203
79
0.506011
fb9cf153109b4a251247b88a8b5d3f3a90061912
6,838
adb
Ada
tests/kat/xof_runner.adb
damaki/libkeccak
d06217e525f7927380690d6c37b485bdbe8aa96e
[ "BSD-3-Clause" ]
26
2015-09-20T17:52:38.000Z
2021-07-29T21:47:04.000Z
tests/kat/xof_runner.adb
damaki/libkeccak
d06217e525f7927380690d6c37b485bdbe8aa96e
[ "BSD-3-Clause" ]
3
2019-03-12T16:01:36.000Z
2020-05-23T13:06:43.000Z
tests/kat/xof_runner.adb
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 of s...
40.223529
99
0.571073
4d6a7f8339779f952fa614597eb105f9c2b3199d
56,001
ads
Ada
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-spipat.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-spipat.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
support/MinGW/lib/gcc/mingw32/9.2.0/adainclude/g-spipat.ads
orb-zhuchen/Orb
6da2404b949ac28bde786e08bf4debe4a27cd3a0
[ "CNRI-Python-GPL-Compatible", "MIT" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT LIBRARY COMPONENTS -- -- -- -- ...
47.138889
79
0.617239
394bd81daa2ac5c6e27ff8684494211f74ae166d
3,574
adb
Ada
src/zmq-pollsets.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
33
2015-01-16T13:42:55.000Z
2021-11-30T21:28:50.000Z
src/zmq-pollsets.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
6
2016-03-23T01:26:36.000Z
2021-05-13T04:24:53.000Z
src/zmq-pollsets.adb
persan/zeromq-Ada
651ca44cce831c2d717338eab65a60fbfca7ec44
[ "MIT" ]
5
2016-03-09T20:20:09.000Z
2020-06-17T06:59:39.000Z
------------------------------------------------------------------------------- -- -- -- 0MQ Ada-binding -- -- -- ...
48.297297
79
0.455232
12de078e3bb97da5c93e442aaa7936db99d16ad3
16,095
ads
Ada
src/notcurses_direct_thin.ads
JeremyGrosser/notcursesada
01c895ffe6b27069aaeca842bd6d01b27aead011
[ "Apache-2.0" ]
5
2021-05-14T10:02:36.000Z
2021-11-03T18:53:58.000Z
src/notcurses_direct_thin.ads
JeremyGrosser/notcursesada
01c895ffe6b27069aaeca842bd6d01b27aead011
[ "Apache-2.0" ]
null
null
null
src/notcurses_direct_thin.ads
JeremyGrosser/notcursesada
01c895ffe6b27069aaeca842bd6d01b27aead011
[ "Apache-2.0" ]
null
null
null
-- -- Copyright 2021 (C) Jeremy Grosser <jeremy@synack.me> -- -- SPDX-License-Identifier: Apache-2.0 -- pragma Ada_2012; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with Interfaces; use Interfaces; with Interfaces.C_Streams; with Notcurses_Thin; with Interfaces.C.Strings; with Interfaces.C.Extens...
38.321429
176
0.672756
a110bd75e4edf5a2e53f8d477764a5ce40e0c977
987
adb
Ada
libgnat/gnat/s-imguns.adb
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
65
2018-09-26T09:10:11.000Z
2022-01-30T21:17:37.000Z
libgnat/gnat/s-imguns.adb
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
22
2019-04-07T15:15:54.000Z
2020-10-15T12:45:54.000Z
libgnat/gnat/s-imguns.adb
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
10
2018-09-27T09:43:08.000Z
2021-01-29T22:50:17.000Z
with System.Unsigned_Types; use System.Unsigned_Types; package body System.Img_Uns is -------------------- -- Image_Unsigned -- -------------------- procedure Image_Unsigned (V : System.Unsigned_Types.Unsigned; S : in out String; P : out Natural) is pragma Assert (S'First = 1); ...
22.431818
70
0.52077
12d754392d169f9c05c71599509ed05078dc0e67
357
ads
Ada
3-mid/opengl/source/platform/egl/private/thin/egl-nativedisplaytype.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
20
2015-11-04T09:23:59.000Z
2022-01-14T10:21:42.000Z
3-mid/opengl/source/platform/egl/private/thin/egl-nativedisplaytype.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
2
2015-11-04T17:05:56.000Z
2015-12-08T03:16:13.000Z
3-mid/opengl/source/platform/egl/private/thin/egl-nativedisplaytype.ads
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
with eGL.Pointers; package eGL.NativeDisplayType is subtype Item is eGL.Pointers.Display_Pointer; type Item_array is array (C.size_t range <>) of aliased Item; type Pointer is access all eGL.NativeDisplayType.Item; type Pointer_array is array (C.size_t range <>) of aliased ...
27.461538
73
0.70028
a139053aafb6ead6debd7a0e1c3d902832c6e181
592
adb
Ada
multithread/ada/synchronous_concurrent.adb
octonion/examples
5d142697b9f781e37c61f32217fdb6d661902d42
[ "MIT" ]
4
2017-12-14T04:00:10.000Z
2018-03-31T07:12:13.000Z
multithread/ada/synchronous_concurrent.adb
octonion/examples
5d142697b9f781e37c61f32217fdb6d661902d42
[ "MIT" ]
null
null
null
multithread/ada/synchronous_concurrent.adb
octonion/examples
5d142697b9f781e37c61f32217fdb6d661902d42
[ "MIT" ]
null
null
null
package body Synchronous_Concurrent is task body Printer is Num_Iter : Natural := 0; Line : Unbounded_String; begin loop select accept Put(Item : in String) do Line := To_Unbounded_String(Item); end Put; Put_Line(To_String(Line))...
24.666667
52
0.537162
18ec9f00eeac165a90c8ece63ae7e992ef9008f0
3,423
ads
Ada
regtests/util-http-clients-tests.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
regtests/util-http-clients-tests.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
regtests/util-http-clients-tests.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
----------------------------------------------------------------------- -- util-http-clients-tests -- Unit tests for HTTP client -- Copyright (C) 2012, 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not...
34.575758
95
0.659947
125e7cc5f4da020fea6b0559751000c40f929c54
316
ads
Ada
g-calend.ads
ytomino/gnat4drake
945795d8705ba4024b07a41b7efe0a9513b441c1
[ "MIT" ]
null
null
null
g-calend.ads
ytomino/gnat4drake
945795d8705ba4024b07a41b7efe0a9513b441c1
[ "MIT" ]
null
null
null
g-calend.ads
ytomino/gnat4drake
945795d8705ba4024b07a41b7efe0a9513b441c1
[ "MIT" ]
null
null
null
pragma License (Unrestricted); with Ada.Calendar; package GNAT.Calendar is No_Time : constant Ada.Calendar.Time := Ada.Calendar.Time_Of ( Year => Ada.Calendar.Year_Number'First, Month => Ada.Calendar.Month_Number'First, Day => Ada.Calendar.Day_Number'First); end GNAT.Calendar;
26.333333
50
0.686709
127438d8a24875d88346510a62bcef28d8dd5723
9,105
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/prj-ext.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/prj-ext.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/ada/prj-ext.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
31.28866
78
0.476661
a1382f2c4a1d12222bbb41cae65ac1a83aab25de
3,925
adb
Ada
src/libraries/Rewriters_Lib/src/rewriters_minimal_parentheses.adb
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
1
2022-03-08T13:00:47.000Z
2022-03-08T13:00:47.000Z
src/libraries/Rewriters_Lib/src/rewriters_minimal_parentheses.adb
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
src/libraries/Rewriters_Lib/src/rewriters_minimal_parentheses.adb
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
with Libadalang.Common; use Libadalang.Common; with Rejuvenation.Finder; use Rejuvenation.Finder; with Rejuvenation.Node_Locations; use Rejuvenation.Node_Locations; with Rejuvenation.Text_Rewrites; use Rejuvenation.Text_Rewrites; package body Rewriters_Minimal_Parentheses is overriding function ...
37.028302
79
0.633885
4d4181cbc0355325e5f1207af2c8a36aa19088a9
556
ads
Ada
source/s-forfix.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
33
2015-04-04T09:19:36.000Z
2021-11-10T05:33:34.000Z
source/s-forfix.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
8
2017-11-14T13:05:07.000Z
2018-08-09T15:28:49.000Z
source/s-forfix.ads
ytomino/drake
4e4bdcd8b8e23a11a29b31d3a8861fdf60090ea2
[ "MIT" ]
9
2015-02-03T17:09:53.000Z
2021-11-12T01:16:05.000Z
pragma License (Unrestricted); -- implementation unit package System.Formatting.Fixed is pragma Pure; procedure Image ( Value : Long_Long_Float; Item : out String; -- To'Length >= T'Fore + T'Aft + 5 (16#.#) Fore_Last, Last : out Natural; Signs : Sign_Marks := ('-', ' ', ' '); Base ...
29.263158
67
0.611511
4dbec6e2628bced9639bdade90fc939bd3022a67
4,571
adb
Ada
src/lumen-image.adb
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
8
2015-07-20T18:20:10.000Z
2021-01-29T21:09:02.000Z
src/lumen-image.adb
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
10
2015-07-20T18:48:45.000Z
2016-05-07T19:23:31.000Z
src/lumen-image.adb
darkestkhan/lumen
d560f322a8efccac7ed5d16db1d2d188245836ba
[ "0BSD" ]
1
2018-11-18T17:01:15.000Z
2018-11-18T17:01:15.000Z
-- Lumen.Image -- Load and save image data -- -- Chip Richards, NiEstu, Phoenix AZ, Spring 2010 -- This code is covered by the ISC License: -- -- Copyright © 2010, NiEstu -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted, provided that the ...
36.568
80
0.566616
a143999d185605830c1435c708346cbc9bc1e0f9
6,974
ads
Ada
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_audio_multichannel_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
1
2018-01-18T00:51:00.000Z
2018-01-18T00:51:00.000Z
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_audio_multichannel_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
src/gen/gstreamer-gst_low_level-gstreamer_0_10_gst_audio_multichannel_h.ads
persan/A-gst
7a39693d105617adea52680424c862a1a08f7368
[ "Apache-2.0" ]
null
null
null
pragma Ada_2005; pragma Style_Checks (Off); pragma Warnings (Off); with Interfaces.C; use Interfaces.C; limited with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gststructure_h; with glib; with glib.Values; with System; limited with GStreamer.GST_Low_Level.gstreamer_0_10_gst_gstcaps_h; package GStreamer.GST_Low_Level.g...
55.349206
204
0.779467
0ba5c3f11bada739c7da8599c965abac011259b7
3,178
ads
Ada
src/ewok-perm.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/ewok-perm.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
src/ewok-perm.ads
PThierry/ewok-kernel
e9c23cb3fd0afd8378bc27418778e1117d5e16cc
[ "Apache-2.0" ]
null
null
null
-- -- Copyright 2018 The wookey project team <wookey@ssi.gouv.fr> -- - Ryad Benadjila -- - Arnauld Michelizza -- - Mathieu Renard -- - Philippe Thierry -- - Philippe Trebuchet -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the...
31.465347
101
0.626809
a18eab8994d5ff1740ab4336da74cb6412f9dba4
6,762
ads
Ada
source/league/ucd/matreshka-internals-unicode-ucd-core_00b0.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
24
2016-11-29T06:59:41.000Z
2021-08-30T11:55:16.000Z
source/league/ucd/matreshka-internals-unicode-ucd-core_00b0.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
2
2019-01-16T05:15:20.000Z
2019-02-03T10:03:32.000Z
source/league/ucd/matreshka-internals-unicode-ucd-core_00b0.ads
svn2github/matreshka
9d222b3ad9da508855fb1f5adbe5e8a4fad4c530
[ "BSD-3-Clause" ]
4
2017-07-18T07:11:05.000Z
2020-06-21T03:02:25.000Z
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
43.346154
78
0.416445
0b8aea2195905c4621dc9e7fd718331d07511545
1,919
adb
Ada
samples/wallet_gpg.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
25
2019-05-07T20:35:50.000Z
2021-11-30T10:35:47.000Z
samples/wallet_gpg.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
12
2019-12-16T23:30:00.000Z
2021-09-26T18:52:41.000Z
samples/wallet_gpg.adb
My-Colaborations/ada-keystore
6ab222c2df81f32309c5a7b4f94a475214ef5ce3
[ "Apache-2.0" ]
3
2019-12-18T21:30:04.000Z
2021-01-06T08:30:36.000Z
----------------------------------------------------------------------- -- wallet_gpg -- Open wallet protected by GPG and get values -- Copyright (C) 2020 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not u...
34.267857
76
0.608129
5080fbd07d00e581271f8e156e46d68bfe51e1d6
2,051
ads
Ada
src/core/texts/util-texts-tokenizers.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
60
2015-01-18T23:05:34.000Z
2022-03-20T18:56:30.000Z
src/core/texts/util-texts-tokenizers.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
20
2016-09-15T16:41:30.000Z
2022-03-29T22:02:32.000Z
src/core/texts/util-texts-tokenizers.ads
yrashk/ada-util
2aaa1d87e92a7137e1c63dce90f0722c549dfafd
[ "Apache-2.0" ]
10
2015-02-13T04:00:45.000Z
2022-03-20T18:57:54.000Z
----------------------------------------------------------------------- -- util-tests-tokenizers -- Split texts into tokens -- 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...
47.697674
91
0.571916
39bdb3bb6b04e3811eed3285aa1a64016dd65b2f
2,476
ads
Ada
tools/xml2ayacc/encoding/auto/encodings-maps-cp_852.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
4
2016-02-05T15:51:56.000Z
2022-03-25T20:38:32.000Z
tools/xml2ayacc/encoding/auto/encodings-maps-cp_852.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
tools/xml2ayacc/encoding/auto/encodings-maps-cp_852.ads
faelys/gela-asis
48a3bee90eda9f0c9d958b4e3c80a5a9b1c65253
[ "BSD-3-Clause" ]
null
null
null
-- Auto generated file. Don't edit -- Read copyright and license at the end of this file package Encodings.Maps.CP_852 is function Decode (Char : Character) return Wide_Character; pragma Inline (Decode); procedure Encode (Text : in Wide_String; Text_Last : out Natural; Res...
45.851852
79
0.657916
50b339601f89ff62e10d4de7f44de97840ae2694
2,885
ads
Ada
tools/scitools/conf/understand/ada/ada12/g-strspl.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-strspl.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/g-strspl.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
64.111111
78
0.368458
50bbf9b721b52f479ee7725251d9597085aace9d
12,717
adb
Ada
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-diopit.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-diopit.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
Validation/pyFrame3DD-master/gcc-master/gcc/ada/libgnat/g-diopit.adb
djamal2727/Main-Bearing-Analytical-Model
2f00c2219c71be0175c6f4f8f1d4cca231d97096
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
32.032746
79
0.421798
a1961339b4725b69a7c82d2f7116ac99cb08d0f6
1,990
ads
Ada
source/units/program-units.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/units/program-units.ads
reznikmm/gela
20134f1d154fb763812e73860c6f4b04f353df79
[ "MIT" ]
null
null
null
source/units/program-units.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 ------------------------------------------------------------- -- -- Trivial implementation compilation unit base class with Ada.Strings.Wide_Wide_Unbounded; with Program.Compilation_Units; with Program.Compilations; ...
31.587302
79
0.744724
20e48e119c35a7b80783167d78769c84f4c75eab
391
adb
Ada
examples/stm32f1/spi/main.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
examples/stm32f1/spi/main.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
examples/stm32f1/spi/main.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with Last_Chance_Handler; pragma Unreferenced (Last_Chance_Handler); with STM32GD.SPI; with STM32GD.SPI.Peripheral; procedure Main is package SPI is new STM32GD.SPI.Peripheral (SPI => STM32GD.SPI.SPI_1, Data_Size => STM32GD.SPI.Data_Size_8b); Data : STM32GD.SPI.SPI_Data_8b := (0, 1, 2, 3, 4, 5, 6, 7); begin ...
23
111
0.703325
fbe23feeafc33f3a7cf5a2263f8081a9ec0de523
1,552
adb
Ada
tests/natools-s_expressions-conditionals-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/natools-s_expressions-conditionals-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
tests/natools-s_expressions-conditionals-tests.adb
faelys/natools
947c004e6f69ca144942c6af40e102d089223cf8
[ "0BSD" ]
null
null
null
------------------------------------------------------------------------------ -- Copyright (c) 2015, Natacha Porté -- -- -- -- Permission to use, copy, modify, and distribute this software for any -- -- p...
53.517241
78
0.561211
507839e3909d37cf1a960bfa40540bd25420df95
1,067
adb
Ada
examples/hash_multipart/demo_ada.adb
jrmarino/libsodium-ada
cca3879ea41e64c05011c9b5f36de550d9435eb9
[ "0BSD" ]
10
2016-07-16T16:22:16.000Z
2021-07-18T13:19:23.000Z
examples/hash_multipart/demo_ada.adb
jrmarino/libsodium-ada
cca3879ea41e64c05011c9b5f36de550d9435eb9
[ "0BSD" ]
1
2022-03-15T20:32:04.000Z
2022-03-23T04:16:05.000Z
examples/hash_multipart/demo_ada.adb
jrmarino/libsodium-ada
cca3879ea41e64c05011c9b5f36de550d9435eb9
[ "0BSD" ]
1
2021-07-18T13:19:02.000Z
2021-07-18T13:19:02.000Z
with Sodium.Functions; use Sodium.Functions; with Ada.Text_IO; use Ada.Text_IO; procedure Demo_Ada is message_1 : constant String := "Arbitrary data to hash"; message_2 : constant String := "is longer than expected"; key : constant String := "123456789 123456789 123456789 12"; state : Hash_State...
30.485714
69
0.697282
0b6ccd1be271a8d82d948af04b80232816c82de8
5,300
ads
Ada
3-mid/impact/source/3d/math/impact-d3-aabb_util.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-aabb_util.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-aabb_util.ads
charlie5/lace
e9b7dc751d500ff3f559617a6fc3089ace9dc134
[ "0BSD" ]
1
2015-12-07T12:53:52.000Z
2015-12-07T12:53:52.000Z
with Interfaces; package impact.d3.aabb_Util -- -- -- is use Math; type Signs is array (1 .. 3) of interfaces.unsigned_32; subtype Bounds is Vector_3_array (1 .. 2); procedure Transform_Aabb (halfExtents : in math.Vector_3; margin : in math.Real; ...
38.970588
217
0.516604
4d20b53c308c317a77de66788d7c3bb854967dc8
7,537
adb
Ada
src/gen-artifacts-distribs-libs.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
15
2015-01-18T23:04:19.000Z
2022-03-01T20:27:08.000Z
src/gen-artifacts-distribs-libs.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
16
2018-06-10T07:09:30.000Z
2022-03-26T18:28:40.000Z
src/gen-artifacts-distribs-libs.adb
jquorning/dynamo
10d68571476c270b8e45a9c5ef585fa9139b0d05
[ "Apache-2.0" ]
3
2015-11-11T18:00:14.000Z
2022-01-30T23:08:45.000Z
----------------------------------------------------------------------- -- gen-artifacts-distribs-libs -- Unix shared library extraction and distribution -- Copyright (C) 2012, 2018, 2020, 2021 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version...
39.255208
95
0.561099
391c9dda5eb301b189970a877ad924d1d4a56d47
11,418
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c83022a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c83022a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c83022a.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- C83022A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
33.681416
79
0.46707
4d8597c1f73099af4f6f5b4cbf9e78ecb4b3f11c
14,294
adb
Ada
gcc-gcc-7_3_0-release/gcc/ada/mlib-tgt.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
15
2015-01-18T23:04:19.000Z
2022-03-01T20:27:08.000Z
gcc-gcc-7_3_0-release/gcc/ada/mlib-tgt.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
16
2018-06-10T07:09:30.000Z
2022-03-26T18:28:40.000Z
gcc-gcc-7_3_0-release/gcc/ada/mlib-tgt.adb
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
3
2015-11-11T18:00:14.000Z
2022-01-30T23:08:45.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
28.249012
79
0.511543
50bfbc160578586719886bcdfff5ded497a15e96
6,526
adb
Ada
disorderly/rank_tst_1.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
30
2018-12-09T01:15:04.000Z
2022-03-20T16:14:54.000Z
disorderly/rank_tst_1.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
disorderly/rank_tst_1.adb
jscparker/math_packages
b112a90338014d5c2dfae3f7265ee30841fb6cfd
[ "ISC", "MIT" ]
null
null
null
-- Stnd Binary Rank Test. with text_io; use text_io; with Binary_Rank; with Disorderly.Random; use Disorderly.Random; with Disorderly.Random.Clock_Entropy; with Ada.Numerics.Discrete_Random; with Chi_Gaussian_CDF; procedure rank_tst_1 is type Real is digits 15; Bits_per_Random_Word : constant := 32; prag...
30.073733
84
0.655685
fb3e37d7a652811acfe27c85ad17d27e066ca75e
6,942
adb
Ada
3-mid/opengl/source/lean/opengl-terrain.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
1
2022-01-20T07:13:42.000Z
2022-01-20T07:13:42.000Z
3-mid/opengl/source/lean/opengl-terrain.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
3-mid/opengl/source/lean/opengl-terrain.adb
charlie5/lace-alire
9ace9682cf4daac7adb9f980c2868d6225b8111c
[ "0BSD" ]
null
null
null
with openGL.Model.Terrain, openGL.IO, ada.unchecked_Deallocation, ada.unchecked_Conversion; package body openGL.Terrain is type Heightmap_view is access all height_Map; type Heightmap_Grid is array (math.Index range <>, math.Index range <>) of Heightmap_view;...
39.668571
119
0.491357
399ac90676f6bbcd9017c63cb968b2bbbc2ed7e7
160,504
adb
Ada
apps/hls_examples/camera_ready_synthesis/app_files/big_apps_8_shifts/sharpen/sharpen/hls_target/.autopilot/db/call_Loop_LB2D_shift.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/big_apps_8_shifts/sharpen/sharpen/hls_target/.autopilot/db/call_Loop_LB2D_shift.adb
dillonhuff/Halide-HLS
e9f4c3ac7915e5a52f211ce65004ae17890515a0
[ "MIT" ]
null
null
null
apps/hls_examples/camera_ready_synthesis/app_files/big_apps_8_shifts/sharpen/sharpen/hls_target/.autopilot/db/call_Loop_LB2D_shift.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/> <cdfg class_id="1" tracking_level="1" version="0...
31.514628
132
0.44159
12c43dd6e69dc601e226560162f4d1531e89c259
5,623
adb
Ada
arch/ARM/Nordic/drivers/nrf51-clock.adb
WickedShell/Ada_Drivers_Library
391866ad37a599347df40a4dbb3bf0721bedabea
[ "BSD-3-Clause" ]
6
2017-05-28T04:37:11.000Z
2020-11-22T11:26:19.000Z
arch/ARM/Nordic/drivers/nrf51-clock.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2019-08-30T10:57:40.000Z
2020-02-11T21:34:14.000Z
arch/ARM/Nordic/drivers/nrf51-clock.adb
morbos/Ada_Drivers_Library
a4ab26799be60997c38735f4056160c4af597ef7
[ "BSD-3-Clause" ]
2
2017-02-07T19:42:02.000Z
2020-11-22T11:26:20.000Z
------------------------------------------------------------------------------ -- -- -- Copyright (C) 2016, AdaCore -- -- -- -- ...
37.238411
95
0.513249
4dfc219483f531322548394849d569dbb2d1bb3d
456
ads
Ada
tests/src/test_indentation.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_indentation.ads
selroc/Renaissance-Ada
39230b34aced4a9d83831be346ca103136c53715
[ "BSD-3-Clause" ]
null
null
null
src/libraries/Rejuvenation_Lib/tests/test_indentation.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_Indentation is type Indentation_Test_Case is new Test_Case with null record; overriding procedure Register_Tests (T : in out Indentation_Test_Case); -- Register routines to be run overriding function ...
24
45
0.725877
12f0a73b06d45e876936313a05647f858f690e81
3,493
ads
Ada
tools/scitools/conf/understand/ada/ada05/a-wtmoio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
1
2020-01-20T21:26:46.000Z
2020-01-20T21:26:46.000Z
tools/scitools/conf/understand/ada/ada05/a-wtmoio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada05/a-wtmoio.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- -- ...
42.084337
78
0.47953
a153bf6b507566b14880a2077e1f6a417fcf9626
2,399
ads
Ada
tools/scitools/conf/understand/ada/ada12/g-tastus.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-tastus.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
tools/scitools/conf/understand/ada/ada12/g-tastus.ads
brucegua/moocos
575c161cfa35e220f10d042e2e5ca18773691695
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
64.837838
78
0.333055
509f65ed1e0c715c25d44a327d4cf6b5b96a1620
122,410
adb
Ada
HLS/lab3/dct.prj/solution5/.autopilot/db/write_data.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
1
2021-03-03T16:53:52.000Z
2021-03-03T16:53:52.000Z
HLS/lab3/dct.prj/solution7/.autopilot/db/write_data.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
HLS/lab3/dct.prj/solution7/.autopilot/db/write_data.adb
lfVelez/ISPR
840f41c2053a48642a7b287feecfea79c6f389b3
[ "MIT" ]
null
null
null
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!DOCTYPE boost_serialization> <boost_serialization signature="serialization::archive" version="14"> <syndb class_id="0" tracking_level="0" version="0"> <userIPLatency>-1</userIPLatency> <userIPName/> <cdfg class_id="1" tracking_level="1" version="0...
29.81247
86
0.436884
1c91bc79fa76cc3f7d180a9b1f8c8d988623c47c
11,587
ads
Ada
src/asf-views-nodes-facelets.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
src/asf-views-nodes-facelets.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
src/asf-views-nodes-facelets.ads
My-Colaborations/ada-asf
29cf62f17755c3af6f1be542d072c007bc569f7e
[ "Apache-2.0" ]
null
null
null
----------------------------------------------------------------------- -- nodes-facelets -- Facelets composition nodes -- Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018 Stephane Carrez -- Written by Stephane Carrez (Stephane.Carrez@gmail.com) -- -- Licensed under the Apache License, Version 2.0 (the "License"); ...
43.397004
86
0.560283
fbfe175b1488e88cebe2a36acc52d78bc4861f33
1,214
adb
Ada
examples/common/last_chance_handler.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
1
2021-04-06T07:57:56.000Z
2021-04-06T07:57:56.000Z
examples/common/last_chance_handler.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
null
null
null
examples/common/last_chance_handler.adb
ekoeppen/STM32_Generic_Ada_Drivers
4ff29c3026c4b24280baf22a5b81ea9969375466
[ "MIT" ]
2
2018-05-29T13:59:31.000Z
2019-02-03T19:48:08.000Z
with STM32GD.Board; with STM32_SVD; use STM32_SVD; with STM32_SVD.USART; use STM32_SVD.USART; package body Last_Chance_Handler is procedure Put_Char (Char : Byte) is begin USART1_Periph.TDR.TDR := UInt9 (Char); while USART1_Periph.ISR.TXE = 0 loop null; end loop; end Put_Char; ...
23.346154
74
0.589786
0bcea4d09f5ce503f93a5dfc00ce7c896b9c7a53
2,069
ads
Ada
software/hal/boards/components/LSM303D/LSM303D-registers.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
12
2017-06-08T14:19:57.000Z
2022-03-09T02:48:59.000Z
software/hal/boards/components/LSM303D/LSM303D-registers.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
6
2017-06-08T13:13:50.000Z
2020-05-15T09:32:43.000Z
software/hal/boards/components/LSM303D/LSM303D-registers.ads
TUM-EI-RCS/StratoX
5fdd04e01a25efef6052376f43ce85b5bc973392
[ "BSD-3-Clause" ]
3
2017-06-30T14:05:06.000Z
2022-02-17T12:20:45.000Z
-- Institution: Technische Universität München -- Department: Realtime Computer Systems (RCS) -- Project: StratoX -- Module: LSM303D Driver -- -- Authors: Emanuel Regnath (emanuel.regnath@tum.de) -- -- Description: Register definitions for the LSM303D -- -- ToDo: -- [ ] Implementation package LSM303D is A...
27.586667
52
0.722088
0bf50a7b4045dd0c7c100f7569d8a277010f7add
1,956
ads
Ada
tests/src/test_images.ads
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
28
2016-07-30T23:00:19.000Z
2021-09-24T01:48:18.000Z
tests/src/test_images.ads
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
9
2018-01-14T15:18:34.000Z
2021-09-23T14:37:22.000Z
tests/src/test_images.ads
onox/json-ada
2800de3000500ac3815a593d58baded61bf462fa
[ "Apache-2.0" ]
4
2018-11-11T03:11:01.000Z
2021-09-23T02:17:03.000Z
-- SPDX-License-Identifier: Apache-2.0 -- -- Copyright (c) 2018 RREE <rolf.ebert.gcc@gmx.de> -- -- 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...
34.928571
76
0.745399
12890b7b0919922f73deba70be4942b77694af9d
6,527
ads
Ada
src/sdl-events-mice.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
1
2021-10-30T14:41:56.000Z
2021-10-30T14:41:56.000Z
src/sdl-events-mice.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
null
null
null
src/sdl-events-mice.ads
Fabien-Chouteau/sdlada
f08d72e3f5dcec228d68fb5b6681ea831f81ef47
[ "Zlib" ]
null
null
null
-------------------------------------------------------------------------------------------------------------------- -- 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...
35.472826
116
0.541137
a19c5aded5fb67b2b8f99c2651f83ff402727dec
1,369
ads
Ada
src/gdnative-context.ads
persan/gdnative_ada
8d05c142c820138ca351aefa91f9f02946f70bfc
[ "MIT" ]
10
2020-07-17T20:58:29.000Z
2022-03-08T16:17:29.000Z
src/gdnative-context.ads
persan/gdnative_ada
8d05c142c820138ca351aefa91f9f02946f70bfc
[ "MIT" ]
2
2020-10-01T14:10:11.000Z
2021-01-22T19:03:59.000Z
src/gdnative-context.ads
persan/gdnative_ada
8d05c142c820138ca351aefa91f9f02946f70bfc
[ "MIT" ]
1
2020-11-02T06:29:29.000Z
2020-11-02T06:29:29.000Z
with GDNative.Thin; package GDNative.Context is procedure GDNative_Initialize (p_options : access Thin.godot_gdnative_init_options); procedure GDNative_Finalize (p_options : access Thin.godot_gdnative_terminate_options); procedure Nativescript_Initialize (p_handle : in Thin.Nativescript_Handle); ...
57.041667
101
0.657414
0b56f715a5115b51b6bff42077e9c2b8e2156ee2
1,370
ads
Ada
source/regions/regions-factories.ads
reznikmm/declarative-regions
2e2072aaf5163b49891b24873d179ea61249dd70
[ "MIT" ]
null
null
null
source/regions/regions-factories.ads
reznikmm/declarative-regions
2e2072aaf5163b49891b24873d179ea61249dd70
[ "MIT" ]
null
null
null
source/regions/regions-factories.ads
reznikmm/declarative-regions
2e2072aaf5163b49891b24873d179ea61249dd70
[ "MIT" ]
null
null
null
-- SPDX-FileCopyrightText: 2021 Max Reznik <reznikmm@gmail.com> -- -- SPDX-License-Identifier: MIT ------------------------------------------------------------- with Regions.Contexts; with Regions.Entities.Packages; with Regions.Environments; package Regions.Factories is pragma Preelaborate; type Factory is ...
32.619048
72
0.674453
237a37a8805526f0410b574018ae8afeab306b19
2,907
ada
Ada
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd5014v.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/cd/cd5014v.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd5014v.ada
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
-- CD5014V.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...
34.607143
79
0.621947
1280f938796162ff842082f25d75fc2d97862445
1,346
ads
Ada
extern/gnat_sdl/gnat_sdl/src/sdl_sdl_cpuinfo_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
15
2020-10-07T08:56:45.000Z
2022-02-08T23:13:22.000Z
extern/gnat_sdl/gnat_sdl/src/sdl_sdl_cpuinfo_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
20
2020-11-05T14:35:20.000Z
2022-01-13T15:59:33.000Z
extern/gnat_sdl/gnat_sdl/src/sdl_sdl_cpuinfo_h.ads
AdaCore/training_material
6651eb2c53f8c39649b8e0b3c757bc8ff963025a
[ "CC-BY-4.0" ]
6
2020-10-08T15:57:06.000Z
2021-08-31T12:03:08.000Z
pragma Ada_2005; pragma Style_Checks (Off); with Interfaces.C; use Interfaces.C; with SDL_SDL_stdinc_h; package SDL_SDL_cpuinfo_h is function SDL_HasRDTSC return SDL_SDL_stdinc_h.SDL_bool; -- ../include/SDL/SDL_cpuinfo.h:40 pragma Import (C, SDL_HasRDTSC, "SDL_HasRDTSC"); function SDL_HasMMX return SDL_SD...
39.588235
97
0.758544
a115bf0e43c8d6180c35de693d699b5f9db96754
827
ads
Ada
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/bp_on_var/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/bp_on_var/pck.ads
samyvic/OS-Project
1622bc1641876584964effd91d65ef02e92728e1
[ "Apache-2.0" ]
null
null
null
Read Only/gdb-7.12.1/gdb/testsuite/gdb.ada/bp_on_var/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.380952
73
0.733978
a1a2e0f27cd33aaa72f062ad1e7fc0a5bf492b96
224,424
adb
Ada
tools-src/gnu/gcc/gcc/ada/sem_res.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/sem_res.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/sem_res.adb
modern-tomato/tomato
96f09fab4929c6ddde5c9113f1b2476ad37133c4
[ "FSFAP" ]
69
2015-01-02T10:45:56.000Z
2021-09-06T07:52:13.000Z
------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- -- -- ...
34.821412
79
0.548444
fbaebab63be8092aef7edcfd6c657ddfded91bf6
3,113
ads
Ada
Ada95/samples/sample-curses_demo-mouse.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
269
2015-03-01T21:34:42.000Z
2022-03-30T23:07:18.000Z
Ada95/samples/sample-curses_demo-mouse.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
3
2020-10-09T15:00:37.000Z
2020-10-09T15:05:19.000Z
Ada95/samples/sample-curses_demo-mouse.ads
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
97
2016-04-25T06:22:54.000Z
2022-03-30T23:07:19.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding Samples -- -- -- -- ...
66.234043
78
0.41407
5091c22d3e442b9bea807ab809e6af8c234c1899
4,235
adb
Ada
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
269
2015-03-01T21:34:42.000Z
2022-03-30T23:07:18.000Z
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
3
2020-10-09T15:00:37.000Z
2020-10-09T15:05:19.000Z
Ada95/src/terminal_interface-curses-forms-form_user_data.adb
neverware-mirrors/ncurses
931939e0d2765af13962820e59cb6629df3ee638
[ "X11" ]
97
2016-04-25T06:22:54.000Z
2022-03-30T23:07:19.000Z
------------------------------------------------------------------------------ -- -- -- GNAT ncurses Binding -- -- -- -- ...
51.024096
78
0.446753
4ddecc70d7bedd03715a6e787c063ca2cf4ec793
469,064
adb
Ada
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/aes16_bidir.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/aes16_bidir.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "MIT" ]
null
null
null
submissions/M3/lab3_aes_hls/aes_hls_prj/sol3/.autopilot/db/aes16_bidir.adb
maanjum95/SynthesisDigitalSystems_Lab
afc942decf7595eb1557ff78074693de2eea1780
[ "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/> <cdfg class_id="1" tracking_level="1" version="0...
31.183619
87
0.451316