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
bcb5ec649d452ae3f5a540f64010692c69487cd1
1,137
pas
Pascal
Tests/Tests.Attributes.pas
atkins126/dx-library
09ee9d34cc091ee8be9ca60711790d633db14df8
[ "MIT" ]
16
2016-10-09T06:07:25.000Z
2021-12-06T14:46:55.000Z
Tests/Tests.Attributes.pas
atkins126/dx-library
09ee9d34cc091ee8be9ca60711790d633db14df8
[ "MIT" ]
null
null
null
Tests/Tests.Attributes.pas
atkins126/dx-library
09ee9d34cc091ee8be9ca60711790d633db14df8
[ "MIT" ]
5
2018-03-19T01:23:27.000Z
2022-03-01T17:27:23.000Z
unit Tests.Attributes; interface uses System.Classes, System.SysUtils, DUnitX.TestFramework, DX.Classes.Attributes, DX.Classes.Configuration; type [ConfigFile('foo')] TFoo = class(TObject) end; TBar = class(TObject) end; [TestFixture] TAttributeTests = class(TObject) private FFoo: TFoo; ...
17.227273
67
0.742304
618cc1a2075f09390b246a48389209ea88f5039a
327
dpr
Pascal
Chapter06/RECIPE04/ObjectsToJSONAndBack.dpr
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
51
2018-08-03T06:27:36.000Z
2022-03-16T09:10:10.000Z
Chapter06/RECIPE04/ObjectsToJSONAndBack.dpr
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
1
2019-10-28T16:51:11.000Z
2019-10-28T16:51:11.000Z
Chapter06/RECIPE04/ObjectsToJSONAndBack.dpr
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
28
2018-08-03T22:20:00.000Z
2021-12-02T03:49:03.000Z
program ObjectsToJSONAndBack; uses Vcl.Forms, MainFormU in 'MainFormU.pas' {MainForm}, PersonU in 'PersonU.pas', JSON.Serialization in 'JSON.Serialization.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TMainForm, MainForm); Application.Run...
19.235294
49
0.749235
616013c8f916d3a56f8badc4b8faec8a2260fd9b
8,576
pas
Pascal
pxl/Source/PXL.Sensors.SHT10.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
pxl/Source/PXL.Sensors.SHT10.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
pxl/Source/PXL.Sensors.SHT10.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit PXL.Sensors.SHT10; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free So...
29.881533
119
0.71187
cdf7a50a529a45f6e8551a1a6d2d4534a7b2a971
5,641
pas
Pascal
implementations/pascal/support/AdvIterators.pas
intervention-engine/fhir-golang-generator
6011e2b77b34cbb8b9d460a58fc6549c1d3e404d
[ "BSD-3-Clause" ]
11
2016-08-23T01:35:31.000Z
2021-01-09T20:46:37.000Z
implementations/pascal/support/AdvIterators.pas
intervention-engine/fhir-golang-generator
6011e2b77b34cbb8b9d460a58fc6549c1d3e404d
[ "BSD-3-Clause" ]
8
2015-06-22T17:58:54.000Z
2017-02-16T00:24:39.000Z
implementations/pascal/support/AdvIterators.pas
intervention-engine/fhir-golang-generator
6011e2b77b34cbb8b9d460a58fc6549c1d3e404d
[ "BSD-3-Clause" ]
5
2016-07-02T21:08:11.000Z
2018-11-02T18:13:17.000Z
Unit AdvIterators; { Copyright (c) 2001-2013, Kestral Computing Pty Ltd (http://www.kestral.com.au) 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 source code must reta...
21.949416
84
0.697749
cdca3cc80d92c5193c75e5869262d4dc327a3476
1,921
pas
Pascal
Demos/CrossPlatformLocation/Service/CPL.LocationUpdater.pas
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
259
2020-05-27T03:15:19.000Z
2022-03-24T16:35:02.000Z
Demos/CrossPlatformLocation/Service/CPL.LocationUpdater.pas
talentedexpert0057/Kastri
aacc0db96957ea850abb7b407be5a0722462eb5a
[ "MIT" ]
95
2020-06-16T09:46:06.000Z
2022-03-28T00:27:07.000Z
Demos/CrossPlatformLocation/Service/CPL.LocationUpdater.pas
talentedexpert0057/Kastri
aacc0db96957ea850abb7b407be5a0722462eb5a
[ "MIT" ]
56
2020-06-04T19:32:40.000Z
2022-03-26T15:32:47.000Z
unit CPL.LocationUpdater; interface uses System.Classes, System.Sensors; type TLocationUpdater = class(TObject) private FURL: string; procedure PostRequest(const ARequest: TStream); public procedure SendLocation(const ALocation: TLocationCoord2D; const AStatus: Integer); propert...
27.84058
147
0.696512
61585c035349f32babcc1e4cd4d23e22aac2e147
3,902
pas
Pascal
Projects/Stemma.p/Source/Frames/fra_Citations.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Projects/Stemma.p/Source/Frames/fra_Citations.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Projects/Stemma.p/Source/Frames/fra_Citations.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit fra_Citations; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Menus, Grids, StdCtrls, ExtCtrls, ActnList; type { TfraEdtCitations } TfraEdtCitations = class(TFrame) actEdtCitationAdd: TAction; actEdtCitationEdit: TAction; actEdtCitationDe...
27.871429
157
0.736033
1772634298b91b7c4e656bf69867070fdf7c4eb1
1,255
pas
Pascal
demos/ConfigApp/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
null
null
null
demos/ConfigApp/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
null
null
null
demos/ConfigApp/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
null
null
null
unit MainForm; interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, lua, pLua, LuaWrapper; type { TfrmMain } TfrmMain = class(TForm) procedure FormCreate(Sender: TObject); procedure FormShow(Sender: TObject); private { private declarations } public { public declarations }...
18.188406
67
0.686056
4449eb18da05334dab57196cec15293524981087
2,514
pas
Pascal
Indy10/Core/IdTraceRoute.pas
fabioxgn/IRC
dcfbaeb863b9feea95313212d5d5b0d7e2785df1
[ "MIT" ]
4
2018-10-11T15:33:15.000Z
2021-08-18T22:13:34.000Z
Indy10/Core/IdTraceRoute.pas
fabioxgn/IRC
dcfbaeb863b9feea95313212d5d5b0d7e2785df1
[ "MIT" ]
null
null
null
Indy10/Core/IdTraceRoute.pas
fabioxgn/IRC
dcfbaeb863b9feea95313212d5d5b0d7e2785df1
[ "MIT" ]
1
2021-08-18T22:13:36.000Z
2021-08-18T22:13:36.000Z
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
23.942857
101
0.669451
613c49b858aa722ec06a703146de1a5d8d440f61
361
pas
Pascal
Components/dockpanel/dockpaneldemo/Unit5.pas
CyberShadow/ProSnooper
081fe3b1d79124f802054f2310638c2eb751e284
[ "EFL-2.0" ]
2
2016-04-15T16:51:11.000Z
2016-12-03T21:20:26.000Z
Components/dockpanel/dockpaneldemo/Unit5.pas
CyberShadow/ProSnooper
081fe3b1d79124f802054f2310638c2eb751e284
[ "EFL-2.0" ]
1
2016-03-06T12:09:29.000Z
2016-09-04T15:06:42.000Z
Components/dockpanel/dockpaneldemo/Unit5.pas
CyberShadow/ProSnooper
081fe3b1d79124f802054f2310638c2eb751e284
[ "EFL-2.0" ]
null
null
null
unit Unit5; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Dockpanel; type TForm5 = class(TDockableForm) memDemo2: TMemo; private { Private declarations } public { Public declarations } end; var Form5: TForm5; ...
13.884615
77
0.648199
cd6d936bac3657f2cbed22690f3eec60d972aa3d
81,991
pas
Pascal
PerformanceTests/ThirdParty/Alcinoe/ALHTML.pas
atkins126/Neslib.Xml
bded89b991833134cdc4d16dec1b161b7090983d
[ "BSD-2-Clause" ]
39
2020-10-07T07:48:39.000Z
2022-03-07T19:24:22.000Z
PerformanceTests/ThirdParty/Alcinoe/ALHTML.pas
atkins126/Neslib.Xml
bded89b991833134cdc4d16dec1b161b7090983d
[ "BSD-2-Clause" ]
7
2020-10-08T18:14:16.000Z
2021-05-18T16:27:45.000Z
PerformanceTests/ThirdParty/Alcinoe/ALHTML.pas
atkins126/Neslib.Xml
bded89b991833134cdc4d16dec1b161b7090983d
[ "BSD-2-Clause" ]
8
2020-10-08T01:59:33.000Z
2021-03-05T12:04:07.000Z
{************************************************************* product: Alcinoe HTML Functions Description: Functions to work on Html Tag (extract Text, HTML Encode, HTML Decode, etc. The function ALHTMLdecode and ALHTMLEncode is to encode decode HTML entity like &nb...
42.460383
153
0.550414
178272f2631668dd3f2c2273784f1112661d059f
1,095
pas
Pascal
MicroGest/MicroGest4/UI.Factory.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
2
2019-04-19T12:17:01.000Z
2019-11-15T23:43:46.000Z
MicroGest/MicroGest4/UI.Factory.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
null
null
null
MicroGest/MicroGest4/UI.Factory.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
2
2019-04-19T12:19:42.000Z
2019-11-15T23:43:47.000Z
unit UI.Factory; interface uses UI.Interfaces, Model.Interfaces; type TUIFactory = class public class function GetViewDocumento(const ATipo: String; const AID: Integer = 0): IUIDocumento; class procedure GetViewListaArticoli(const ASelectionMethod: TSelectionMethod); end; implementation uses UI....
23.297872
98
0.789041
614a7cfbb46caf4df0907b9be4cb779c0f7f7aee
1,948
pas
Pascal
chapter2/overstrike_a.pas
bewuethr/software-tools
f0aa6a2e72fa6c0d5bec932d8163008995bd90c5
[ "MIT" ]
null
null
null
chapter2/overstrike_a.pas
bewuethr/software-tools
f0aa6a2e72fa6c0d5bec932d8163008995bd90c5
[ "MIT" ]
null
null
null
chapter2/overstrike_a.pas
bewuethr/software-tools
f0aa6a2e72fa6c0d5bec932d8163008995bd90c5
[ "MIT" ]
null
null
null
{ complete overstrike, don't limit backspacing to first column } program overstrike (input, output); const ENDFILE = -1; NEWLINE = 10; { ASCII value } BLANK = 32; BACKSPACE = 8; PLUS = 43; type character = -1..127; { ASCII, plus ENDFILE } { getc -- get one character from standard input } f...
23.190476
72
0.514374
610da1246052293d9fe1bfe7bfcec7327bc8b046
27,002
pas
Pascal
src/u_symlist.pas
denise-amiga/dexed
03a33c21378c2649a06387d47049e18a4b93d720
[ "BSL-1.0" ]
null
null
null
src/u_symlist.pas
denise-amiga/dexed
03a33c21378c2649a06387d47049e18a4b93d720
[ "BSL-1.0" ]
null
null
null
src/u_symlist.pas
denise-amiga/dexed
03a33c21378c2649a06387d47049e18a4b93d720
[ "BSL-1.0" ]
2
2019-09-17T14:11:14.000Z
2019-12-26T16:00:58.000Z
unit u_symlist; {$I u_defines.inc} interface uses Classes, SysUtils, TreeFilterEdit, Forms, Controls, Graphics, ExtCtrls, Menus, ComCtrls, u_widget, jsonparser, process, actnlist, Buttons, Clipbrd, LCLProc, u_common, u_observer, u_synmemo, u_interfaces, u_writableComponent, u_processes, u_sharedres, u_dsgnco...
28.303983
103
0.704133
aaf36d84ccc9ce5ad814041841aff0e452b4eee8
2,582
dpr
Pascal
samples/HostSample/ChakraCoreHostSample.dpr
thachngopl/chakracore-delphi
f0dc2a2e6a0435229da68b1f6dd40a90794d4961
[ "MIT" ]
null
null
null
samples/HostSample/ChakraCoreHostSample.dpr
thachngopl/chakracore-delphi
f0dc2a2e6a0435229da68b1f6dd40a90794d4961
[ "MIT" ]
null
null
null
samples/HostSample/ChakraCoreHostSample.dpr
thachngopl/chakracore-delphi
f0dc2a2e6a0435229da68b1f6dd40a90794d4961
[ "MIT" ]
null
null
null
(* MIT License Copyright (c) 2019 Ondrej Kelle 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, ...
26.346939
134
0.735864
616ac4189ede1edf938fa9bd8043e995a4c0bf5b
776
pas
Pascal
test/test_tinytty.pas
visualdoj/tinybits
2d88bcdf81db135a74cdde312aa6454c6bf9ba08
[ "Unlicense" ]
2
2021-01-28T01:22:38.000Z
2021-01-28T17:08:47.000Z
test/test_tinytty.pas
visualdoj/tinybits
2d88bcdf81db135a74cdde312aa6454c6bf9ba08
[ "Unlicense" ]
null
null
null
test/test_tinytty.pas
visualdoj/tinybits
2d88bcdf81db135a74cdde312aa6454c6bf9ba08
[ "Unlicense" ]
null
null
null
{$MODE FPC} {$MODESWITCH DEFAULTPARAMETERS} {$MODESWITCH OUT} {$MODESWITCH RESULT} uses dtinytty in '../dtinytty.pas'; begin Writeln('No color'); // usage: Writeln(green, tick, yellow, ' passed', _end); Writeln(red, cross, yellow, ' failed', _end); // or: tty256(255, 192, 0); Writeln('256 colors', ...
32.333333
189
0.69201
cd34e833c8c1e3ce12f84d93a3549871e0ee3395
4,483
pas
Pascal
dos/0076.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
dos/0076.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
dos/0076.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
Unit ExtError; { Information lifted from 'Disk Operating System 3.30 Technical Reference'. An IBM publication. USE this unit with DOS 3.0 or higher. } Interface Implementation uses Dos; {$F+,R-,S-,I- } Var ExitSave : Pointer; Procedure GetExtendedError; Var Reg...
31.794326
76
0.556324
cd7f75f2d85081be3e887258f8a8950ec28b241c
8,319
pas
Pascal
units/uigmdist.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
1
2019-11-20T02:18:47.000Z
2019-11-20T02:18:47.000Z
units/uigmdist.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
null
null
null
units/uigmdist.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
2
2017-05-14T03:56:55.000Z
2019-11-20T02:18:48.000Z
{ ****************************************************************** Probability functions related to the incomplete Gamma function ****************************************************************** } unit uigmdist; interface uses uConstants, ugamma, uigamma; function FGamma(A, B, X: Float): Float;...
29.292254
81
0.537565
cd2c37b9b93fea1375dd161060ce68dcb59c9dfd
2,378
pas
Pascal
source/nakedbitmaploader.pas
thenickdude/PetzA
6c36688bcd1839e4f2a5fd4d91bcd187297c1abc
[ "0BSD" ]
7
2019-04-17T14:13:28.000Z
2022-03-24T18:43:17.000Z
source/nakedbitmaploader.pas
thenickdude/PetzA
6c36688bcd1839e4f2a5fd4d91bcd187297c1abc
[ "0BSD" ]
null
null
null
source/nakedbitmaploader.pas
thenickdude/PetzA
6c36688bcd1839e4f2a5fd4d91bcd187297c1abc
[ "0BSD" ]
2
2020-07-07T14:24:01.000Z
2021-08-07T18:34:45.000Z
unit nakedbitmaploader; interface uses sysutils, Classes, windows, graphics, math; type TNakedBitmapLoader = class(TBitmap) public procedure LoadNakedFromStream(stream: TStream); procedure LoadNakedFromBuffer(buffer: Pointer; size: integer); end; implementation procedure TNakedBitmapLoader.LoadNakedF...
27.976471
100
0.708579
172fabc234737a12516b6815a0a8aca06beab214
2,525
pas
Pascal
Code/DateTimeTests.pas
Tetrergeru/git-course
a3f9496696bc7228be6986d5a80cf89209d763aa
[ "MIT" ]
13
2019-11-25T16:36:21.000Z
2021-11-16T22:33:24.000Z
Code/DateTimeTests.pas
Tetrergeru/git-course
a3f9496696bc7228be6986d5a80cf89209d763aa
[ "MIT" ]
2
2019-11-25T12:16:28.000Z
2019-12-09T11:33:01.000Z
Code/DateTimeTests.pas
Tetrergeru/git-course
a3f9496696bc7228be6986d5a80cf89209d763aa
[ "MIT" ]
6
2019-11-25T13:30:13.000Z
2020-11-27T14:55:38.000Z
unit DateTimeTests; uses DateTimeMethods; procedure TestIsLeapYear(); begin assert(IsLeapYear(2004), 'TestIsLeapYear fails on 2004'); assert(IsLeapYear(1812), 'TestIsLeapYear fails on 1812'); assert(not IsLeapYear(2003), 'TestIsLeapYear fails on 2003'); assert(not IsLeapYear(1999), 'TestIsLeapYear fails on 1999')...
36.071429
83
0.721188
613fd506e2351e3c795c2eb98bbff33a2b361f05
520
dpr
Pascal
samples/ECHO/Client/diocpTcpClientDemo.dpr
ymofen/diocp3
db1404dd757e8eb60754e61be76049956926962e
[ "BSD-2-Clause" ]
40
2015-01-03T08:13:46.000Z
2021-05-11T07:55:52.000Z
samples/ECHO/Client/diocpTcpClientDemo.dpr
zhrongpower/diocp3
db1404dd757e8eb60754e61be76049956926962e
[ "BSD-2-Clause" ]
null
null
null
samples/ECHO/Client/diocpTcpClientDemo.dpr
zhrongpower/diocp3
db1404dd757e8eb60754e61be76049956926962e
[ "BSD-2-Clause" ]
34
2015-01-03T08:13:51.000Z
2022-01-26T03:03:54.000Z
program diocpTcpClientDemo; uses FastMM4, ExceptionLog, FastMM4Messages, Forms, ufrmMain in 'ufrmMain.pas' {frmMain}, iocpBaseSocket in '..\..\..\source\iocpBaseSocket.pas', iocpClientSocket in '..\..\..\source\iocpClientSocket.pas', uFMMonitor in 'Frames\uFMMonitor.pas' {FMMonitor: TFrame}, uRunTime...
23.636364
61
0.738462
cd6591a84c350d7db02eed141904a2f89e074662
2,365
pas
Pascal
Source/Services/Rekognition/Base/Model/AWS.Rekognition.Model.FaceMatch.pas
juliomar/aws-sdk-delphi
995a0af808c7f66122fc6a04763d68203f8502eb
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/Rekognition/Base/Model/AWS.Rekognition.Model.FaceMatch.pas
juliomar/aws-sdk-delphi
995a0af808c7f66122fc6a04763d68203f8502eb
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/Rekognition/Base/Model/AWS.Rekognition.Model.FaceMatch.pas
landgraf-dev/aws-sdk-delphi
995a0af808c7f66122fc6a04763d68203f8502eb
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.Rekognition.Model.FaceMatch; interface uses Bcl.Types.Nullable, AWS.Rekognition.Model.Face; type TFaceMatch = class; IFaceMatch = interface function GetFace: TFace; procedure SetFace(const Value: TFace); function GetKeepFace: Boolean; procedure SetKeepFace(const Value: Boolean); ...
21.5
71
0.742918
61597bbd20d9c3fbd7cf96205aaa5b9ab45bfa4a
5,927
pas
Pascal
dStringGridHelper.pas
Pasquina/TStringGridHelper
3707280563465deb98bceca0a05b21b7669d6335
[ "MIT" ]
1
2021-11-23T21:35:37.000Z
2021-11-23T21:35:37.000Z
dStringGridHelper.pas
Pasquina/TStringGridHelper
3707280563465deb98bceca0a05b21b7669d6335
[ "MIT" ]
null
null
null
dStringGridHelper.pas
Pasquina/TStringGridHelper
3707280563465deb98bceca0a05b21b7669d6335
[ "MIT" ]
1
2021-11-23T21:35:45.000Z
2021-11-23T21:35:45.000Z
unit dStringGridHelper; interface uses FireDAC.Comp.Client, Data.Bind.Components, Data.Bind.Grid, System.Classes, Data.DB, Data.Bind.DBScope, VCL.Grids; type TStringGridHelper = class helper for TStringGrid private function FindBindComp(const ABindingsList: TBindingsList; const AGridName: String): TLin...
55.392523
137
0.674203
61627f121d762f283577ec4c5df19d007ebac650
826
pas
Pascal
src/ctxtcall.pas
dmitry007/AsyncAwait
efea12364598a88eb53545f26cf07a54413faeed
[ "MIT" ]
11
2019-12-15T18:48:56.000Z
2021-06-22T04:47:06.000Z
src/ctxtcall.pas
dmitry007/AsyncAwait
efea12364598a88eb53545f26cf07a54413faeed
[ "MIT" ]
null
null
null
src/ctxtcall.pas
dmitry007/AsyncAwait
efea12364598a88eb53545f26cf07a54413faeed
[ "MIT" ]
1
2019-12-16T03:42:25.000Z
2019-12-16T03:42:25.000Z
unit ctxtcall; interface uses Windows; type ComCallData = record dwDispid : DWORD; dwReserved : DWORD; pUserDefined : pointer; end; TComCallData = ComCallData; PComCallData = ^TComCallData; const strIID_IContextCallback = '{000001da-0000-0000-C000-000000000046}'; IID_IContextCallback : TG...
21.179487
75
0.640436
cdc00a5e5a4da87d49d86a6e61d64b7534cca66f
22,143
pas
Pascal
3rdparty/pascalscript/Source/uPSPreProcessor.pas
RazZziel/soldat
1eae85d007f5e52f34a32c474e5a277a021292f1
[ "MIT" ]
1,391
2018-11-28T19:15:30.000Z
2022-03-30T06:11:10.000Z
3rdparty/pascalscript/Source/uPSPreProcessor.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
61
2018-06-25T07:55:05.000Z
2022-03-31T07:10:04.000Z
3rdparty/pascalscript/Source/uPSPreProcessor.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
84
2020-05-25T15:12:56.000Z
2022-03-07T12:31:14.000Z
unit uPSPreProcessor; {$hints off} {$I PascalScript.inc} interface uses Classes, SysUtils, uPSCompiler, uPSUtils; type EPSPreProcessor = class(Exception); //- jgv TPSPreProcessor = class; TPSPascalPreProcessorParser = class; TPSOnNeedFile = function (Sender: TPSPreProcessor; const callingfilename: tbtst...
27.472705
135
0.624802
61e00f6f3c4d2aa63fbd170c2881b2c516a89b2d
25,527
pas
Pascal
VirtualMachine/uArrayObject.pas
ObjectPascalInterpreter/BookPart_3
95150d4d02f7e13e5b1ebb58c249073a384f2a0a
[ "Apache-2.0" ]
8
2021-11-07T22:45:25.000Z
2022-03-12T21:38:53.000Z
VirtualMachine/uArrayObject.pas
ObjectPascalInterpreter/BookPart_3
95150d4d02f7e13e5b1ebb58c249073a384f2a0a
[ "Apache-2.0" ]
4
2021-09-23T02:13:55.000Z
2021-12-07T06:08:17.000Z
VirtualMachine/uArrayObject.pas
ObjectPascalInterpreter/BookPart_3
95150d4d02f7e13e5b1ebb58c249073a384f2a0a
[ "Apache-2.0" ]
4
2021-11-24T17:24:56.000Z
2021-12-21T04:56:58.000Z
unit uArrayObject; // This source is distributed under Apache 2.0 // Copyright (C) 2019-2021 Herbert M Sauro // Author Contact Information: // email: hsauro@gmail.com interface uses Classes, uMemoryManager, uObjectSupport, uRhodusObject, Generics.Collections, uRhodusTypes; type TArrayMethods = class; TIntAr...
27.069989
123
0.621616
cd04a3f4646f7f79a57a878745af9d1601051d3d
54,957
pas
Pascal
dependencies/treeview/Source/VirtualTrees.Utils.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
dependencies/treeview/Source/VirtualTrees.Utils.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
dependencies/treeview/Source/VirtualTrees.Utils.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit VirtualTrees.Utils; // The contents of this file are subject to the Mozilla Public License // Version 1.1 (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.mozilla.org/MPL/ // // Alternatively, you may redistribute this li...
39.823913
209
0.55114
cd77259d52f3cc0f68da1174f4ce5a32655a9ac6
9,303
pas
Pascal
processing_protocol.pas
DarkPatrick/rs_to_arinc_new
e1f8723e4df23517e492d77029a40e5b05b615f4
[ "MIT" ]
null
null
null
processing_protocol.pas
DarkPatrick/rs_to_arinc_new
e1f8723e4df23517e492d77029a40e5b05b615f4
[ "MIT" ]
null
null
null
processing_protocol.pas
DarkPatrick/rs_to_arinc_new
e1f8723e4df23517e492d77029a40e5b05b615f4
[ "MIT" ]
null
null
null
unit processing_protocol; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.Grids, Vcl.StdCtrls, convertation, fiter_settings; type TForm2 = class(TForm) arinc_protocol: TStringGrid; ...
28.190909
80
0.482855
61b825f077078c158dab2626f0d366fbb807e473
15,562
pas
Pascal
uNBKeyboard.pas
cdesp/NewMachine
62dc8b4c1c3b6778978f467bfadebd4ad0ffdb70
[ "BSD-3-Clause" ]
null
null
null
uNBKeyboard.pas
cdesp/NewMachine
62dc8b4c1c3b6778978f467bfadebd4ad0ffdb70
[ "BSD-3-Clause" ]
null
null
null
uNBKeyboard.pas
cdesp/NewMachine
62dc8b4c1c3b6778978f467bfadebd4ad0ffdb70
[ "BSD-3-Clause" ]
null
null
null
{ <Grundy NewBrain Emulator Pro Made by Despsoft> Copyright (C) 2004 <Despinidis Chris> 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 (a...
18.179907
77
0.575247
6146e83065aa7cad24c63ce674b5034c45f857c8
2,458
pas
Pascal
Libraries/TBCEditor/Source/BCEditor.Editor.LeftMargin.Marks.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
62
2016-01-20T16:26:25.000Z
2022-02-28T14:25:52.000Z
Libraries/TBCEditor/Source/BCEditor.Editor.LeftMargin.Marks.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
null
null
null
Libraries/TBCEditor/Source/BCEditor.Editor.LeftMargin.Marks.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
20
2016-09-08T00:15:22.000Z
2022-01-26T13:13:08.000Z
unit BCEditor.Editor.LeftMargin.Marks; interface uses Vcl.Controls, System.Classes, Vcl.Graphics, Vcl.ImgList; type TBCEditorLeftMarginMarks = class(TPersistent) strict private FDefaultImageIndex: Integer; FImages: TCustomImageList; FLeftMargin: Integer; FOnChange: TNotifyEvent; FOverlappin...
26.430108
100
0.75834
cdf20f8692000c412338f6eeb7d09d96abe9ade7
483
pas
Pascal
code-writer.tests/test-vectors/known-delphi-units/uEnum.pas
connor-work/delphi-tools
c37e78d0ea9f9490ac024e391726f61336147259
[ "Apache-2.0" ]
null
null
null
code-writer.tests/test-vectors/known-delphi-units/uEnum.pas
connor-work/delphi-tools
c37e78d0ea9f9490ac024e391726f61336147259
[ "Apache-2.0" ]
14
2020-10-20T05:03:46.000Z
2020-12-06T20:10:46.000Z
code-writer.tests/test-vectors/known-delphi-units/uEnum.pas
connor-work/delphi-tools
c37e78d0ea9f9490ac024e391726f61336147259
[ "Apache-2.0" ]
3
2020-08-27T06:51:50.000Z
2021-01-08T02:09:57.000Z
unit uEnum; {$IFDEF FPC} {$MODE DELPHI} {$ENDIF} interface type /// <summary> /// This is an enumerated type used for testing. /// </summary> EnumX = ( /// <summary> /// This is an enumerated value used for testing, without explicitly assigned ordinality. /// </summary> exValueX, /// <...
17.25
93
0.627329
61d91742550734312e2e2c1cfdbcbfdba51c6115
28,677
dfm
Pascal
CPRSChart/OR_30_377V9_SRC/CPRS-chart/fReview.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
1
2015-11-03T14:56:42.000Z
2015-11-03T14:56:42.000Z
CPRSChart/OR_30_377V9_SRC/CPRS-chart/fReview.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_377V9_SRC/CPRS-chart/fReview.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
inherited frmReview: TfrmReview Left = 141 Top = 70 BorderIcons = [biMaximize] Caption = 'Review / Sign Changes' ClientHeight = 651 ClientWidth = 846 Constraints.MinHeight = 554 Constraints.MinWidth = 855 OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate ...
26.454797
78
0.477805
61694f36a59e7a3a2a03340ba37355ec6aa933fe
6,532
pas
Pascal
tsr/0008.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
tsr/0008.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
tsr/0008.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
=========================================================================== BBS: Canada Remote Systems Date: 06-23-93 (10:24) Number: 27349 From: STEVE MULLIGAN Refer#: NONE To: EDWARD WALKER Recvd: NO Subj: TSRS THAT WRITE TO DISK.. Conf: (1221) F-PASCAL ------...
22.759582
80
0.53812
6153cf89f75ead2f188fb57d1fab8d3dde507027
32,853
pas
Pascal
U1710/U1710Frm.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
2
2021-02-09T21:54:54.000Z
2021-09-04T03:30:50.000Z
U1710/U1710Frm.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
U1710/U1710Frm.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
unit U1710Frm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.ExtCtrls, Vcl.ImgList, Vcl.Samples.Gauges, CardFile, EmulatorTypes, Vcl.MPlayer, Vcl.Imaging.jpeg; type ...
27.309227
115
0.566524
619032b383ccddb276e9cc5afbdcaa59a2f972db
5,607
pas
Pascal
pxl/Samples/FreePascal/Android/Terrain/jni/Engine.Landscape.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
pxl/Samples/FreePascal/Android/Terrain/jni/Engine.Landscape.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
pxl/Samples/FreePascal/Android/Terrain/jni/Engine.Landscape.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit Engine.Landscape; { This file is part of Asphyre Framework, also known as Pascal eXtended Library (PXL). Copyright (c) 2000 - 2015 Yuriy Kotsarenko This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Sof...
30.472826
117
0.698769
aa9dd9a54513c0c573bef346b16f20fd177660dd
5,622
pas
Pascal
src/vtextures.pas
tehtmi/fpcvalkyrie
b8c65c99f3109e2df21fda6d33b7e1c17e13e411
[ "MIT" ]
null
null
null
src/vtextures.pas
tehtmi/fpcvalkyrie
b8c65c99f3109e2df21fda6d33b7e1c17e13e411
[ "MIT" ]
null
null
null
src/vtextures.pas
tehtmi/fpcvalkyrie
b8c65c99f3109e2df21fda6d33b7e1c17e13e411
[ "MIT" ]
null
null
null
{$include valkyrie.inc} unit vtextures; interface uses Classes, SysUtils, vnode, vimage, vgenerics, vgltypes; type TTexture = class( TVObject ) constructor Create( aImage : TImage; aBlend : Boolean ); procedure Upload; destructor Destroy; override; private FImage : TImage; FBlend : Boolean; FGLID : DWo...
29.904255
121
0.735859
61c67be8150d22e037f0d256ebb8a7adb0ca117f
100,000
pas
Pascal
d2c_project.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
d2c_project.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
d2c_project.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit d2c_project; //1. fix mouse coordinates //2. scroll with middle mouse button //3. Multi-Select //4. Scroll Bars interface uses typex, debug, SysUtils, Types, Classes, Graphics, Controls, Forms, Dialogs, windows, beeper, generics.collections.fixed, StdCtrls, advancedgraphics, messages, xmltools, math, nameval...
29.282577
222
0.62744
aa89c4cba2052d5a2c54beb1fa17b8f6becf4a95
5,183
pas
Pascal
src/core/uLoaderForm.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
34
2015-05-04T03:55:42.000Z
2021-08-22T09:57:44.000Z
src/core/uLoaderForm.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
null
null
null
src/core/uLoaderForm.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
11
2016-08-11T10:00:15.000Z
2020-11-27T06:00:09.000Z
unit uLoaderForm; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, System.UITypes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, uLoaderTask, Vcl.StdCtrls, Vcl.ComCtrls, VDAPI, Vcl.ExtCtrls; type TLoaderForm = class(TForm) ...
21.961864
80
0.689755
6192ff1d07ccb128005cda4b2866f093269e7d77
1,587
dfm
Pascal
windows/src/ext/jedi/jcl/jcl/experts/repository/ExceptionDialog/JclOtaExcDlgFileFrame.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jcl/jcl/experts/repository/ExceptionDialog/JclOtaExcDlgFileFrame.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jcl/jcl/experts/repository/ExceptionDialog/JclOtaExcDlgFileFrame.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
inherited JclOtaExcDlgFilePage: TJclOtaExcDlgFilePage object LabelLanguage: TLabel Left = 23 Top = 27 Width = 59 Height = 13 Caption = 'RsLanguage' FocusControl = ComboBoxLanguage end object LabelFormName: TLabel Left = 23 Top = 182 Width = 63 Height = 13 Caption = 'RsF...
19.8375
102
0.638311
61e55dc7fdaac93cf010b5f558710a67d83e8b0d
16,708
dfm
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fxBroker.dfm
josephsnyder/VistA
07cabf4302675991dd453aea528f79f875358d58
[ "Apache-2.0" ]
1
2021-01-01T01:16:44.000Z
2021-01-01T01:16:44.000Z
CPRSChart/OR_30_423_SRC/CPRS-chart/fxBroker.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_423_SRC/CPRS-chart/fxBroker.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
inherited frmBroker: TfrmBroker Left = 338 Top = 235 BorderIcons = [biSystemMenu] Caption = 'Broker Calls' ClientHeight = 414 ClientWidth = 707 OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnKeyUp = FormKeyUp OnResize = FormR...
33.753535
76
0.63305
aabcbc8a643c50404b08a9bdff1871bf3dcc5eb1
2,805
pas
Pascal
source/uiwrapper/SearchOption/Part/UIWrapper_ColumnUnit.pas
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
source/uiwrapper/SearchOption/Part/UIWrapper_ColumnUnit.pas
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
source/uiwrapper/SearchOption/Part/UIWrapper_ColumnUnit.pas
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
unit UIWrapper_ColumnUnit; interface uses UIWrapper_SchOptPartUnit, FMX.ListBox, FMX.Controls, FMX.Types, SearchOption_Intf, Classes, ColumnListOptionPart; type TUIWrapper_SchOpt_Column = class(TUIWrapper_AbsSearchOptionPart) private FListBox: TListBox; FBtnAllSelect: TButton; FBtnClear: ...
23.375
112
0.758289
cdb5ca2ce1e72922265ee465da4e65801b0c612c
1,159
dpr
Pascal
Tools/StackTool/stack_tool_print.dpr
RadiianArts/TERRA-Engine
965184178dda836197c436ef47e048e1db5382af
[ "Apache-2.0" ]
104
2015-01-18T02:02:11.000Z
2022-02-22T11:53:06.000Z
Tools/StackTool/stack_tool_print.dpr
maciej-izak-tests/TERRA-Engine
7ef17e6b67968a40212fbb678135af0000246097
[ "Apache-2.0" ]
13
2015-07-18T18:53:15.000Z
2021-10-04T10:31:01.000Z
Tools/StackTool/stack_tool_print.dpr
maciej-izak-tests/TERRA-Engine
7ef17e6b67968a40212fbb678135af0000246097
[ "Apache-2.0" ]
47
2015-01-17T21:50:12.000Z
2022-02-15T13:49:02.000Z
Program stack_tool_print; {$I terra.inc} Uses TERRA_Utils, TERRA_String, TERRA_Stream, TERRA_MemoryStream; Type FuncInfo = Record Name:String; UnitID:Cardinal; ClassID:Cardinal; Addr:Cardinal; End; Var Src:Stream; I:Integer; Funcs:Array Of FuncInfo; FuncCount:Cardinal; Units:Array Of...
19.316667
91
0.708369
61b2ca8e1e59eee2e06eae6bcf6dd940b37741f0
10,166
dfm
Pascal
uMain.dfm
Arturbarth/Datamove
0795cfd2b50f470c1877f08e96d2617b6833b790
[ "Apache-2.0" ]
null
null
null
uMain.dfm
Arturbarth/Datamove
0795cfd2b50f470c1877f08e96d2617b6833b790
[ "Apache-2.0" ]
null
null
null
uMain.dfm
Arturbarth/Datamove
0795cfd2b50f470c1877f08e96d2617b6833b790
[ "Apache-2.0" ]
null
null
null
object frmMain: TfrmMain Left = 0 Top = 0 Caption = 'Data Move' ClientHeight = 705 ClientWidth = 1452 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCr...
25.351621
100
0.507673
6146bb4ab3a3a259b9ccbe5f8ee2e1103c8da653
34,172
dfm
Pascal
Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Embriao/UZoo_BancoDadosEmbriaoForm.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
1
2020-05-07T07:51:27.000Z
2020-05-07T07:51:27.000Z
Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Embriao/UZoo_BancoDadosEmbriaoForm.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
null
null
null
Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Embriao/UZoo_BancoDadosEmbriaoForm.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
3
2020-02-17T18:01:52.000Z
2020-05-07T07:51:28.000Z
inherited Zoo_BancoDadosEmbriaoForm: TZoo_BancoDadosEmbriaoForm Left = 343 Top = 221 Caption = 'Embri'#245'es' ClientHeight = 534 ClientWidth = 799 OnShow = TcMPFormShow ActionList.OnExecute = _ActionListExecute ExplicitWidth = 815 ExplicitHeight = 573 PixelsPerInch = 96 TextHeight = 13 object _...
38.223714
102
0.544832
44a92b0ba01d05890fbb955e06906fcc60406389
33,437
pas
Pascal
Source/Modules/Editor/DDuce.Editor.Interfaces.pas
beNative/dduce
cedbe2e847cc49fe8bcd5ba12b76327eee43d639
[ "Apache-2.0" ]
52
2015-03-17T16:34:08.000Z
2022-03-16T12:06:09.000Z
Source/Modules/Editor/DDuce.Editor.Interfaces.pas
beNative/dduce
cedbe2e847cc49fe8bcd5ba12b76327eee43d639
[ "Apache-2.0" ]
2
2016-06-04T11:26:16.000Z
2018-07-11T04:14:16.000Z
Source/Modules/Editor/DDuce.Editor.Interfaces.pas
beNative/dduce
cedbe2e847cc49fe8bcd5ba12b76327eee43d639
[ "Apache-2.0" ]
10
2015-03-25T06:12:24.000Z
2019-11-13T13:20:27.000Z
{ Copyright (C) 2013-2021 Tim Sinaeve tim.sinaeve@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/LICENSE-2.0 Unless required by applicable...
30.536073
118
0.732183
61849acdf17f33197a5e7b16b0c5de419ec29563
2,819
pas
Pascal
Test/ufMain.pas
hsauro/rk4
16d4ef46a51ff0f4d4211064188e0711926708e2
[ "Apache-2.0" ]
null
null
null
Test/ufMain.pas
hsauro/rk4
16d4ef46a51ff0f4d4211064188e0711926708e2
[ "Apache-2.0" ]
null
null
null
Test/ufMain.pas
hsauro/rk4
16d4ef46a51ff0f4d4211064188e0711926708e2
[ "Apache-2.0" ]
null
null
null
unit ufMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ulibRK4, Vcl.StdCtrls, Types, Vcl.ExtCtrls; type TMySystem = class (TObject) class procedure func (time : double; var y, p, dydt : ...
28.19
162
0.612629
cdb0a16957e3b09066cf8aeef3cf7c93fff89ec1
145,160
pas
Pascal
components/jcl/source/common/JclStrings.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
15
2016-08-24T07:32:49.000Z
2021-11-16T11:25:00.000Z
components/jcl/source/common/JclStrings.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
1
2016-08-24T19:00:34.000Z
2016-08-25T19:02:14.000Z
components/jcl/source/common/JclStrings.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
4
2016-10-16T17:52:49.000Z
2020-11-24T11:36:05.000Z
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) } { ...
28.09911
134
0.606124
cd9652480b1959b533b3585e0edc078bf3589fb4
1,599
pas
Pascal
tests/VSoft.AntPatterns2.pas
atkins126/VSoft.AntPatterns
8793f55701b590ec5a6bbaec5d3b24c6494ed0c2
[ "Apache-2.0" ]
7
2019-11-07T11:19:21.000Z
2021-03-14T05:41:57.000Z
tests/VSoft.AntPatterns2.pas
atkins126/VSoft.AntPatterns
8793f55701b590ec5a6bbaec5d3b24c6494ed0c2
[ "Apache-2.0" ]
null
null
null
tests/VSoft.AntPatterns2.pas
atkins126/VSoft.AntPatterns
8793f55701b590ec5a6bbaec5d3b24c6494ed0c2
[ "Apache-2.0" ]
6
2019-11-07T11:19:21.000Z
2021-05-03T13:55:24.000Z
unit VSoft.AntPatterns2; interface uses Generics.Collections, VSoft.AntPatterns; type TTestRec = record path : string; isDir : boolean; constructor Create(const APath : string; const AIsDir : boolean); end; TAntPattern2 = class(TAntPattern) private FFiles : TList<TTestRe...
22.521127
94
0.678549
cd00907ba7d5b670748aa541e90e113a28fc2f2e
685,654
pas
Pascal
3rdParty/JWAPI/jwapi2.2a/Win32API/JwaWinError.pas
bero/CodeCoverage
927a3059962296c4d9f9bac861b1446259214471
[ "Apache-2.0" ]
1
2020-10-06T01:19:34.000Z
2020-10-06T01:19:34.000Z
3rdParty/JWAPI/jwapi2.2a/Win32API/JwaWinError.pas
bero/CodeCoverage
927a3059962296c4d9f9bac861b1446259214471
[ "Apache-2.0" ]
null
null
null
3rdParty/JWAPI/jwapi2.2a/Win32API/JwaWinError.pas
bero/CodeCoverage
927a3059962296c4d9f9bac861b1446259214471
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { Windows Error Codes API interface Unit for Object Pascal } { ...
22.507025
393
0.738076
61a00a9a3ffc1f90ae9eb7a0b7a7e44968af47b0
2,170
pas
Pascal
tutor/0025.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
tutor/0025.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
tutor/0025.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
Turbo Pascal for DOS Tutorial by Glenn Grotzinger Part 22: Finale copyright(c) 1995-96 by Glenn Grotzinger Here is a solution of the graphics problem from last time... program part21; uses graph, bgivideo, crt; ...
29.726027
75
0.62765
cda7106f5ae4ee24bb0f6b7fedeb756c5ebc03a2
2,669
pas
Pascal
Buscar/Cheque/Form/BuscarCheques.pas
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
Buscar/Cheque/Form/BuscarCheques.pas
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
Buscar/Cheque/Form/BuscarCheques.pas
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
unit BuscarCheques; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, ADODB, StdCtrls, Buttons, Grids, DBGrids, DataModule, ExtCtrls, jpeg, ImprimirDM, IBX.IBCustomDataSet, IBX.IBQuery; type TBuscarChequesForm = class(TForm) DBGrid1: TDBGrid; Query...
24.712963
78
0.70326
cdffa1d3c7576599a0baf347b1d61dbad4573051
936
dpr
Pascal
Lego/bricxcc/RmdPlayer.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
null
null
null
Lego/bricxcc/RmdPlayer.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
1
2017-09-18T14:15:00.000Z
2017-09-18T14:15:00.000Z
Lego/bricxcc/RmdPlayer.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
null
null
null
(* * The contents of this file are subject to the Mozilla Public License * Version 1.1 (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.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS...
29.25
75
0.711538
cd32320421c14c38ea8bf498823811bbfe511c06
1,302
pas
Pascal
Duck_Hunt/uSign.pas
delphi-pascal-archive/duck-hunt
65b2db5b3b07ca2eaaaaf409eb349c9ab3f994c9
[ "Unlicense" ]
null
null
null
Duck_Hunt/uSign.pas
delphi-pascal-archive/duck-hunt
65b2db5b3b07ca2eaaaaf409eb349c9ab3f994c9
[ "Unlicense" ]
null
null
null
Duck_Hunt/uSign.pas
delphi-pascal-archive/duck-hunt
65b2db5b3b07ca2eaaaaf409eb349c9ab3f994c9
[ "Unlicense" ]
null
null
null
unit uSign; interface uses Windows,uSprite; type TTypeAnimation = ( sNEXT_ROUND, sFLY_AWAY, sGAME_OVER, sPERFECT ) ; TSign = class(TSprite) private fTypeAnimation : TTypeAnimation; procedure SetTypeAnimation(AAnimation : TTypeAnimation ); procedure CheckAnim; ...
21
92
0.698157
6117a7e7420fe84a93c02a19d7b126792245d8eb
20,287
dfm
Pascal
Editor/LevelEditor/ChoseForm.dfm
ixray-team/xray-vss-archive
b245c8601dcefb505b4b51f58142da6769d4dc92
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:19.000Z
2022-03-26T17:00:19.000Z
Editor/ActorEditor/Editor/ChoseForm.dfm
ixray-team/xray-vss-archive
b245c8601dcefb505b4b51f58142da6769d4dc92
[ "Linux-OpenIB" ]
null
null
null
Editor/ActorEditor/Editor/ChoseForm.dfm
ixray-team/xray-vss-archive
b245c8601dcefb505b4b51f58142da6769d4dc92
[ "Linux-OpenIB" ]
1
2022-03-26T17:00:21.000Z
2022-03-26T17:00:21.000Z
object frmChoseItem: TfrmChoseItem Left = 933 Top = 526 Width = 347 Height = 452 Caption = 'Select Item' Color = clBtnFace Constraints.MinHeight = 360 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' ...
37.708178
75
0.696505
614d5ea10fcfa37becfa378b23a50285566bc83e
7,961
dfm
Pascal
source/uFrmAlterarDataPagamento.dfm
roneysousa/admconsocio
35543f160b1a3ea375c6751a73780401c8fd14ec
[ "MIT" ]
null
null
null
source/uFrmAlterarDataPagamento.dfm
roneysousa/admconsocio
35543f160b1a3ea375c6751a73780401c8fd14ec
[ "MIT" ]
null
null
null
source/uFrmAlterarDataPagamento.dfm
roneysousa/admconsocio
35543f160b1a3ea375c6751a73780401c8fd14ec
[ "MIT" ]
null
null
null
object frmAlterarData: TfrmAlterarData Left = 350 Top = 229 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Alterar Data de Pagamento' ClientHeight = 242 ClientWidth = 344 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS ...
29.054745
72
0.678935
619e1b4c87c3f04cc5c6f1cc9ef8bf0be8ab861a
5,272
pas
Pascal
Libraries/TBCEditor/Source/BCEditor.Editor.CodeFolding.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
62
2016-01-20T16:26:25.000Z
2022-02-28T14:25:52.000Z
Libraries/TBCEditor/Source/BCEditor.Editor.CodeFolding.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
null
null
null
Libraries/TBCEditor/Source/BCEditor.Editor.CodeFolding.pas
jomael/Concepts
82d18029e41d55e897d007f826c021cdf63e53f8
[ "Apache-2.0" ]
20
2016-09-08T00:15:22.000Z
2022-01-26T13:13:08.000Z
unit BCEditor.Editor.CodeFolding; interface uses System.Classes, System.SysUtils, Vcl.Graphics, BCEditor.Types, BCEditor.Editor.CodeFolding.Colors, BCEditor.Editor.CodeFolding.Hint; const BCEDITOR_CODE_FOLDING_DEFAULT_OPTIONS = [cfoAutoPadding, cfoAutoWidth, cfoHighlightIndentGuides, cfoHighlightMatchingPair, ...
27.602094
145
0.779021
17226a93a80e8eb8cee6699bd5ab0d9233cca767
13,509
pas
Pascal
Engine/Textures.pas
servoball/servoball_code
a7f0e8c6d2c2fca3b725c65a21d72d60bc2d8087
[ "MIT" ]
1
2017-01-24T10:04:50.000Z
2017-01-24T10:04:50.000Z
Engine/Textures.pas
servoball/servoball_code
a7f0e8c6d2c2fca3b725c65a21d72d60bc2d8087
[ "MIT" ]
null
null
null
Engine/Textures.pas
servoball/servoball_code
a7f0e8c6d2c2fca3b725c65a21d72d60bc2d8087
[ "MIT" ]
null
null
null
//---------------------------------------------------------------------------- // // Author : Jan Horn // Email : jhorn@global.co.za // Website : http://home.global.co.za/~jhorn // Version : 1.01 // Date : 1 May 2001 // Description : A unit that used with OpenGL projects to load BMP, JPG and T...
32.24105
147
0.601081
615b03dd698f8bee13d754221fba098d4880eeed
2,309
dfm
Pascal
Demo/Unit1.dfm
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
2
2019-01-07T08:51:37.000Z
2020-01-14T20:53:53.000Z
Demo/Unit1.dfm
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
null
null
null
Demo/Unit1.dfm
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
3
2018-04-03T22:56:40.000Z
2020-12-18T14:04:10.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Editable ListView' ClientHeight = 336 ClientWidth = 844 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCent...
20.801802
77
0.539194
6192bbcbbc14ee2f2463d2f3e3e7ae5f9b909107
403
lpr
Pascal
Demos/Lazarus/Mels/VCL/Shapes/Shapes.lpr
Jeanmilost/Mels
0384db41dd1ae365f72384857e3a3dbf0b688367
[ "MIT" ]
3
2019-10-23T13:42:42.000Z
2021-02-13T08:15:15.000Z
Demos/Lazarus/Mels/VCL/Shapes/Shapes.lpr
Jeanmilost/Mels
0384db41dd1ae365f72384857e3a3dbf0b688367
[ "MIT" ]
null
null
null
Demos/Lazarus/Mels/VCL/Shapes/Shapes.lpr
Jeanmilost/Mels
0384db41dd1ae365f72384857e3a3dbf0b688367
[ "MIT" ]
3
2018-06-17T15:35:57.000Z
2021-02-15T15:24:11.000Z
program Shapes; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, main { you can add units after this }; {$R *.res} begin RequireDerivedFormResource:=True; Application.Initialize...
18.318182
51
0.632754
cd1268e3001000ca6654877835085b7f9edf45af
92
pas
Pascal
Globals.pas
nickolasdeluca/SSWTracking
99607ff9ebdb8086ef2dfe79655271494f40683a
[ "MIT" ]
null
null
null
Globals.pas
nickolasdeluca/SSWTracking
99607ff9ebdb8086ef2dfe79655271494f40683a
[ "MIT" ]
null
null
null
Globals.pas
nickolasdeluca/SSWTracking
99607ff9ebdb8086ef2dfe79655271494f40683a
[ "MIT" ]
1
2021-05-12T08:30:30.000Z
2021-05-12T08:30:30.000Z
unit Globals; interface const SettingsFileName = 'settings.json'; implementation end.
8.363636
37
0.76087
61d2f8330eae7aee460fcee116ca9f3f47515f6e
3,995
pas
Pascal
Libraries/DDuce/Modules/Editor/DDuce.Editor.Viewlist.ToolView.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
2
2020-01-04T08:19:10.000Z
2020-02-19T22:25:38.000Z
Libraries/DDuce/Modules/Editor/DDuce.Editor.Viewlist.ToolView.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
null
null
null
Libraries/DDuce/Modules/Editor/DDuce.Editor.Viewlist.ToolView.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
1
2020-02-19T22:25:42.000Z
2020-02-19T22:25:42.000Z
{ Copyright (C) 2013-2016 Tim Sinaeve tim.sinaeve@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/LICENSE-2.0 Unless required by applicable...
23.362573
79
0.716145
61ca1131775414e54f48c1bc84d39348a76da183
3,118
dpr
Pascal
tests/src/Console.dpr
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
6
2020-09-29T02:13:40.000Z
2022-01-16T22:53:28.000Z
tests/src/Console.dpr
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
1
2022-03-28T21:11:38.000Z
2022-03-28T21:11:38.000Z
tests/src/Console.dpr
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
null
null
null
program Console; {$IFNDEF TESTINSIGHT} {$APPTYPE CONSOLE} {$ENDIF}{$STRONGLINKTYPES ON} uses Horse.Commons in '..\..\src\Horse.Commons.pas', Horse.Constants in '..\..\src\Horse.Constants.pas', Horse.Core.Group.Contract in '..\..\src\Horse.Core.Group.Contract.pas', Horse.Core.Group in '..\..\src\Horse....
35.431818
84
0.66966
aa9f3baaedb255bb363f0ff034e9e4a085abc040
26,539
pas
Pascal
DPF.Android.JWebView.pas
JouriM66/DPF.Android.Native.Components
162948119d62cd7971ed208fe3744bb52e15df1f
[ "Apache-2.0" ]
6
2016-06-13T09:53:06.000Z
2021-09-24T09:40:49.000Z
DPF.Android.JWebView.pas
JouriM66/DPF.Android.Native.Components
162948119d62cd7971ed208fe3744bb52e15df1f
[ "Apache-2.0" ]
3
2016-04-17T16:43:33.000Z
2018-01-20T17:29:39.000Z
DPF.Android.JWebView.pas
JouriM66/DPF.Android.Native.Components
162948119d62cd7971ed208fe3744bb52e15df1f
[ "Apache-2.0" ]
1
2019-04-28T11:59:24.000Z
2019-04-28T11:59:24.000Z
// ------------------------------------------------------------------------------ // DPF.Android.JWebView Component // // Dadeh Pardazane Faragir ( DPF ) Co. // // Web: http://www.dpfaragir.com // // Developed By: Babak Yaghoobi // // Email #1: yaghoobi@dpfaragir.com // Email #2: b_yaghobi@yahoo.com // // -...
44.981356
164
0.645465
cd9ce74a4e5584ae74bfbe43a66b1d84fdc330af
40,496
pas
Pascal
base/solution/import/IMPORT_Forms.pas
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
28
2020-09-20T09:00:23.000Z
2022-01-18T08:47:29.000Z
base/solution/import/IMPORT_Forms.pas
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
null
null
null
base/solution/import/IMPORT_Forms.pas
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
8
2020-09-20T08:51:47.000Z
2021-11-15T11:24:03.000Z
{$I PaxCompiler.def} unit IMPORT_Forms; interface uses SysUtils, Classes, {$IFDEF DPULSAR} Winapi.Messages, Winapi.Windows, Vcl.Graphics, Vcl.Menus, Vcl.Controls, Vcl.ActnList, Vcl.Forms, {$ELSE} Messages, Windows, Graphics, Menus, Controls, ActnList, Forms, {$END...
36.351885
135
0.727603
61371bccc4d6f5a3b7768eefcfd44d050e0715d1
6,230
pas
Pascal
Libraries/JSCodeGen/dwsSmartLink.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
12
2015-01-02T08:27:25.000Z
2021-07-16T16:59:01.000Z
Libraries/JSCodeGen/dwsSmartLink.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
1
2018-04-02T21:31:37.000Z
2018-04-02T21:31:37.000Z
Libraries/JSCodeGen/dwsSmartLink.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
6
2015-01-02T08:27:13.000Z
2020-06-08T07:03:33.000Z
{**********************************************************************} { } { "The contents of this file are subject to the Mozilla Public } { License Version 1.1 (the "License"); you may not use this } { file except in complian...
26.066946
94
0.570144
61658db42c6d4ef1b6417eec6d0d2b26b6119358
7,177
pas
Pascal
ExerciciosPascal/046GrauEscolaridade_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
ExerciciosPascal/046GrauEscolaridade_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
ExerciciosPascal/046GrauEscolaridade_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
Program prEscolaridade; uses crt; Type Tperson = record age : integer; schooling : integer; end; TPeopleList = array[1..100] of Tperson; // funcao para identificar nome das escolaridades function nameofSchooling(i : integer) : string; var nameSchooling : string; begin case (i) o...
34.671498
156
0.487669
aa8d3b73bf507a0491418f67d9c5ae4fcc69675f
9,829
pas
Pascal
Native/Delphi/bo.Net/WinInetUnit.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
5
2017-05-12T08:03:54.000Z
2022-02-15T08:23:27.000Z
Native/Delphi/bo.Net/WinInetUnit.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
Native/Delphi/bo.Net/WinInetUnit.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
unit WinInetUnit; interface uses Classes, WinInet; const SHttp = 'http://'; type // based on http://stackoverflow.com/questions/4586288/can-i-load-a-memo-or-rich-edit-from-a-text-fie-on-server/4586333#4586333 // and http://www.cryer.co.uk/brian/delphi/wininet.htm TWinInet = class strict...
34.978648
164
0.743209
8ad32c7793ee716c000a95e3a74ea1996e8fbe6e
3,895
pas
Pascal
HashLib4Pascal/HashLib/src/Base/HlpHMACNotBuildInAdapter.pas
Jeff-Bouchard/EmerAPI_KeyKeeper
ff79e71e0d1505de3a78b6543483355c1ac320ae
[ "MIT" ]
2
2019-02-05T18:34:05.000Z
2019-04-14T13:52:44.000Z
HashLib4Pascal/HashLib/src/Base/HlpHMACNotBuildInAdapter.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
null
null
null
HashLib4Pascal/HashLib/src/Base/HlpHMACNotBuildInAdapter.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
2
2019-04-10T21:23:42.000Z
2020-12-11T20:59:13.000Z
unit HlpHMACNotBuildInAdapter; {$I ..\Include\HashLib.inc} interface uses {$IFDEF HAS_UNITSCOPE} System.SysUtils, {$ELSE} SysUtils, {$ENDIF HAS_UNITSCOPE} HlpHashLibTypes, HlpHash, HlpIHash, HlpIHashInfo, HlpIHashResult, HlpNullable; type THMACNotBuildInAdapter = class sealed(THash, IHMAC, IHMACN...
23.323353
80
0.743774
6193b65c53a7f77278e8accf6e0555ac3f05d83d
7,599
pas
Pascal
Quick.SMTP.pas
vsantos-desenv/QuickLib
cb6b90cec5aadd3996a25459f1710bd85e98a895
[ "Apache-2.0" ]
3
2021-04-09T11:10:38.000Z
2021-08-22T09:45:33.000Z
Quick.SMTP.pas
vsantos-desenv/QuickLib
cb6b90cec5aadd3996a25459f1710bd85e98a895
[ "Apache-2.0" ]
null
null
null
Quick.SMTP.pas
vsantos-desenv/QuickLib
cb6b90cec5aadd3996a25459f1710bd85e98a895
[ "Apache-2.0" ]
1
2021-07-30T01:02:20.000Z
2021-07-30T01:02:20.000Z
{ *************************************************************************** Copyright (c) 2016-2020 Kike P�rez Unit : Quick.SMTP Description : Send Emails Author : Kike P�rez Version : 1.4 Created : 12/10/2017 Modified : 29/07/2020 This file is part of QuickLib: https://githu...
27.632727
116
0.656665
17cf03cf6e97be94bafcc4dca93ba0336ca45bd6
3,350
pas
Pascal
utilu.pas
x0ray/emu3270
d409dc57a8495de2ff005fac69541bde2ee2ea27
[ "MIT" ]
null
null
null
utilu.pas
x0ray/emu3270
d409dc57a8495de2ff005fac69541bde2ee2ea27
[ "MIT" ]
null
null
null
utilu.pas
x0ray/emu3270
d409dc57a8495de2ff005fac69541bde2ee2ea27
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////////////////////// // Project: Emu3270 // Program: utilu.pas // Language: Object Pascal - Delphi ver 2.0 // Support: David Fahey // Date: 28May97 // Purpose: Utility functions. // History: 14Apr97 Initial coding ...
42.948718
76
0.440299
cd1a7dc7d5bd3aeb66dcd36709d080f5dde37850
4,854
pas
Pascal
pascal/examples/linkedlist2.pas
ChristianWulf/grammars-v4
927ac6d068680026c79e2ef1c9cc868400145322
[ "MIT" ]
4
2020-10-14T13:44:57.000Z
2021-07-08T00:54:33.000Z
pascal/examples/linkedlist2.pas
ChristianWulf/grammars-v4
927ac6d068680026c79e2ef1c9cc868400145322
[ "MIT" ]
1
2020-05-17T23:56:05.000Z
2020-05-17T23:56:05.000Z
pascal/examples/linkedlist2.pas
ChristianWulf/grammars-v4
927ac6d068680026c79e2ef1c9cc868400145322
[ "MIT" ]
2
2021-09-06T08:50:58.000Z
2021-09-16T11:37:27.000Z
program linkedlist2(input,output); (* Example linked list Pascal Program *) (* *) (* The file list.data would be used as the data file. *) (* If there was an executable, a.out, run: a.out < list.data *) const grade...
28.552941
80
0.36918
cdc64261043bcd4cee1e75a389f3e6d8eef8e622
21,946
dfm
Pascal
Production7/treeSelector.dfm
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
1
2016-04-04T18:11:56.000Z
2016-04-04T18:11:56.000Z
Production7/treeSelector.dfm
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
null
null
null
Production7/treeSelector.dfm
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
5
2016-02-15T02:08:05.000Z
2021-04-05T08:57:58.000Z
object fmTreeSelector: TfmTreeSelector Left = 0 Top = 0 Width = 466 Height = 442 HorzScrollBar.Visible = False VertScrollBar.Visible = False TabOrder = 0 object Panel1: TPanel Left = 0 Top = 0 Width = 466 Height = 442 Align = alClient BorderWidth = 3 Caption = ...
46.993576
125
0.770619
cd5e94fc85d4e1462a3f05bd2939680b76db4dfb
3,139
pas
Pascal
Source/Crowding.pas
atkins126/PTSKIM
dee55232fd91507ec51ca8c5f5492515c6b6b263
[ "MIT" ]
5
2021-08-10T09:33:38.000Z
2021-12-31T17:36:08.000Z
Source/Crowding.pas
atkins126/PTSKIM
dee55232fd91507ec51ca8c5f5492515c6b6b263
[ "MIT" ]
null
null
null
Source/Crowding.pas
atkins126/PTSKIM
dee55232fd91507ec51ca8c5f5492515c6b6b263
[ "MIT" ]
2
2019-12-31T01:30:08.000Z
2020-09-12T01:07:33.000Z
unit Crowding; //////////////////////////////////////////////////////////////////////////////// // // Author: Jaap Baak // https://github.com/transportmodelling/PTSKIM // //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////...
36.08046
113
0.609748
cd67ab70dea651873bc4182ab06f798d6986a698
73
pas
Pascal
Test/FailureScripts/plus_non_numeric.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/plus_non_numeric.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/plus_non_numeric.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var s1 := + 'string'; var s2 := + TObject.Create; var s3 := - 'string';
24.333333
28
0.547945
17b3fbc004a12d3a81e865a73a1be17ee4f7454e
112,905
dfm
Pascal
source/uFrmDigitalizacao.dfm
roneysousa/fpopular_firebird
dceb4a50988e3dd914611f1f356ac23b85153261
[ "MIT" ]
null
null
null
source/uFrmDigitalizacao.dfm
roneysousa/fpopular_firebird
dceb4a50988e3dd914611f1f356ac23b85153261
[ "MIT" ]
null
null
null
source/uFrmDigitalizacao.dfm
roneysousa/fpopular_firebird
dceb4a50988e3dd914611f1f356ac23b85153261
[ "MIT" ]
1
2021-03-10T09:33:15.000Z
2021-03-10T09:33:15.000Z
object FrmDigitalizacao: TFrmDigitalizacao Left = 230 Top = 65 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Digitaliza'#231#227'o de Documentos' ClientHeight = 667 ClientWidth = 933 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font....
59.298845
149
0.809672
61f30c31c8ff065c79aaef70a31a31f2bd85be12
227
pas
Pascal
CAT/tests/06. procedures/anonymous/lambdas/lambda_static_5.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
19
2018-10-22T23:45:31.000Z
2021-05-16T00:06:49.000Z
CAT/tests/06. procedures/anonymous/lambdas/lambda_static_5.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
1
2019-06-01T06:17:08.000Z
2019-12-28T10:27:42.000Z
CAT/tests/06. procedures/anonymous/lambdas/lambda_static_5.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
6
2018-08-30T05:16:21.000Z
2021-05-12T20:25:43.000Z
unit lambda_5; interface implementation var p: function: Int32; G: Int32; procedure Test; begin p := ~[](): Int32 Result := 111332; G := p(); end; initialization Test(); finalization Assert(G = 111332); end.
10.809524
39
0.638767
bcc521b843f39723f2b93bf617d2ccab5532f768
3,240
pas
Pascal
NGINX/NGINX.FCGIConstants.pas
kylixfans/FastCGI
7d3dde5eb69ca911d121c3d387e3a6414921ef64
[ "MIT" ]
41
2020-06-09T04:43:16.000Z
2021-10-21T02:32:37.000Z
NGINX/NGINX.FCGIConstants.pas
kylixfans/FastCGI
7d3dde5eb69ca911d121c3d387e3a6414921ef64
[ "MIT" ]
1
2020-06-18T02:01:40.000Z
2020-06-18T02:01:40.000Z
NGINX/NGINX.FCGIConstants.pas
kylixfans/FastCGI
7d3dde5eb69ca911d121c3d387e3a6414921ef64
[ "MIT" ]
10
2020-06-09T04:43:18.000Z
2021-09-25T08:30:01.000Z
unit NGINX.FCGIConstants; /// <summary> /// Constants defined in the FastCGI spec. /// </summary> interface const /// <summary> /// Listening socket file number /// </summary> FCGI_LISTENSOCK_FILENO = 0; /// <summary> /// Number of bytes in a FCGI_Header. /// Future versions of the protocol will not r...
24.732824
73
0.659877
612271963f5d9131b54954762bbef08880f8c13d
120,845
pas
Pascal
hedgewars/uVariables.pas
EchoLiao/hedgewars
2a4338756d8a79e8247395506ddb867263fdfeb1
[ "Apache-2.0" ]
null
null
null
hedgewars/uVariables.pas
EchoLiao/hedgewars
2a4338756d8a79e8247395506ddb867263fdfeb1
[ "Apache-2.0" ]
null
null
null
hedgewars/uVariables.pas
EchoLiao/hedgewars
2a4338756d8a79e8247395506ddb867263fdfeb1
[ "Apache-2.0" ]
null
null
null
(* * Hedgewars, a free turn based strategy game * Copyright (c) 2004-2014 Andrey Korotaev <unC0Rr@gmail.com> * * 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; version 2 of the License * ...
44.592251
246
0.554826
176d642a629f044085c658fe92f1a3ee3db9c6c3
3,806
pas
Pascal
src/core/func/uCpuInstrBasicInfo.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
34
2015-05-04T03:55:42.000Z
2021-08-22T09:57:44.000Z
src/core/func/uCpuInstrBasicInfo.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
null
null
null
src/core/func/uCpuInstrBasicInfo.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
11
2016-08-11T10:00:15.000Z
2020-11-27T06:00:09.000Z
unit uCpuInstrBasicInfo; interface uses System.Generics.Collections, VDAPI; type TBranchList = TList<TBranchRec>; TMemAcc = record Kind: TMemoryAccessKind; VA: TVA; Size: SIZE_T; end; TMemAccList = TList<TMemAcc>; TVDCpuInstrBasicInfo = class(TInterfacedObject, IVDCpuInstrBasicInfo) pr...
21.873563
93
0.721492
61718a1dbe1e60aa8f455c82f00dfeaa1a1cb7b1
1,878
pas
Pascal
Boost.pas
thachngopl/AIO
5373f20e490c496d551266385493824608f0e221
[ "Apache-2.0" ]
92
2018-05-08T08:29:43.000Z
2022-03-16T05:06:31.000Z
Boost.pas
egroups/AIO
4f788851bd6a8e7b4e5d3f59ddb006f604a3ceae
[ "Apache-2.0" ]
1
2018-10-25T02:57:18.000Z
2018-10-25T17:00:21.000Z
Boost.pas
egroups/AIO
4f788851bd6a8e7b4e5d3f59ddb006f604a3ceae
[ "Apache-2.0" ]
28
2018-07-27T08:23:40.000Z
2021-11-20T22:26:45.000Z
unit Boost; interface uses SysUtils; const BOOST_CONTEXT_LIBRARY = {$IFDEF CPUX86} {$IFDEF MSWINDOWS} 'boost_context_i386.dll' {$ENDIF MSWINDOWS} {$IFDEF LINUX} 'boost_context_i386.so' {$ENDIF LINUX} {$IFDEF IOS} {$MESSAGE ERROR 'Unknown condition'} {$ENDIF IOS} {$ENDIF CPUX...
23.772152
74
0.694356
61213df55d1ef62642e02ac1c4964569ee8a9fc7
332
dpr
Pascal
Chapter08/Readers-writer lock/ReadersWriterLock.dpr
PacktPublishing/Hands-On-Design-Patterns-with-Delphi
30f6ab51e61d583f822be4918f4b088e2255cd82
[ "MIT" ]
38
2019-02-28T06:22:52.000Z
2022-03-16T12:30:43.000Z
Chapter08/Readers-writer lock/ReadersWriterLock.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
null
null
null
Chapter08/Readers-writer lock/ReadersWriterLock.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
18
2019-03-29T08:36:14.000Z
2022-03-30T00:31:28.000Z
program ReadersWriterLock; uses Vcl.Forms, ReadersWriterMain in 'ReadersWriterMain.pas' {frmReadersWriter}, SlimReaderWriter in 'SlimReaderWriter.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmReadersWriter, frmReadersWriter); Applicatio...
20.75
66
0.786145
aa104ff7b11dc5f04c4f6f111040e5fa5f775cb7
5,748
pas
Pascal
source/hxrecordeditorform.pas
jcbritobr/Hex
d05af1f7138b3fbd2e836330f3da8b637d38cb0d
[ "MIT" ]
20
2020-01-09T04:33:06.000Z
2022-01-25T02:41:38.000Z
source/hxrecordeditorform.pas
jcbritobr/Hex
d05af1f7138b3fbd2e836330f3da8b637d38cb0d
[ "MIT" ]
1
2021-03-29T14:22:54.000Z
2021-03-31T13:01:54.000Z
source/hxrecordeditorform.pas
wp-xyz/Hex
148f5f39f6a5f4bad0d371c119cb828757e11181
[ "MIT" ]
11
2020-06-02T21:47:48.000Z
2022-02-27T08:34:16.000Z
unit hxRecordEditorForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls, ExtCtrls, Spin, hxGlobal, hxViewerItems; type { TRecordEditorForm } TRecordEditorForm = class(TForm) ButtonPanel: TButtonPanel; edName: TEdit; gbCharCount...
22.541176
83
0.674148
61bdfbedbab481850b6f3e1e35c8004612141537
297
lpr
Pascal
Desenvolvimento/fontes/com_lib/com_lib.lpr
MichelPereiraSeicon/OpenTef
50b7d0e840d879ca03636bf288bcf52a98950566
[ "MIT" ]
1
2022-03-23T11:38:00.000Z
2022-03-23T11:38:00.000Z
Desenvolvimento/fontes/com_lib/com_lib.lpr
Michel-Itapira/OpenTef
98194e4069835a2ba92c2f5b6c90e58de43f3aaf
[ "MIT" ]
null
null
null
Desenvolvimento/fontes/com_lib/com_lib.lpr
Michel-Itapira/OpenTef
98194e4069835a2ba92c2f5b6c90e58de43f3aaf
[ "MIT" ]
null
null
null
library com_lib; {$mode objfpc}{$H+} uses Interfaces, Classes, com, rxnew, funcoes, comunicador, def { you can add units after this }; exports inicializar, finalizar, login, desconectar, solicitacao, solicitacaoblocante, opentefstatus; begin end.
14.85
60
0.646465
61f14735814524eacccc19d9334b34f6efafbb3b
3,580
pas
Pascal
src/Tests/TestCopperTrace.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
src/Tests/TestCopperTrace.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
src/Tests/TestCopperTrace.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
unit TestCopperTrace; interface procedure TestLinesIntersect; procedure TestSegmentToRect; implementation uses Types, SysUtils, CopperTrace, Board; procedure Error( comment : string ); begin raise Exception.Create( 'Error ' + comment ); end; procedure TestLinesIntersect; begin // Vertical and Horizontal...
27.328244
87
0.598883
4428b560952f8429f1726b885508566390afe4a8
1,877
pas
Pascal
algoritmos-1/farma-alg/Lista 010/1equacoeslinearescommatriz.pas
eucarito/UFPR
060857296663002ae8891c2d0a84910ca685f1aa
[ "MIT" ]
1
2020-04-29T16:14:38.000Z
2020-04-29T16:14:38.000Z
algoritmos-1/farma-alg/Lista 010/1equacoeslinearescommatriz.pas
tiagoserique/UFPR
8168ff72a63fabc94b8f481190ebaed3d8cec684
[ "MIT" ]
null
null
null
algoritmos-1/farma-alg/Lista 010/1equacoeslinearescommatriz.pas
tiagoserique/UFPR
8168ff72a63fabc94b8f481190ebaed3d8cec684
[ "MIT" ]
1
2020-07-15T03:53:15.000Z
2020-07-15T03:53:15.000Z
(* ENUNCIADO Um vetor real X com n elementos é apresentado como resultado de um sistema de equações lineares Ax = B cujos coeficientes são representados em uma matriz real A(m×n) e os lados direitos das equações (os resultados de cada equação) em um vetor real B de m elementos. Criar um programa em Free Pascal que v...
20.855556
126
0.699521
61ab53580b5fdc95e7b7f1b819ec88eb270bee59
278
pas
Pascal
Source/RTL/PChars.pas
atkins126/DelphiRTL
f0ea29598025346577870cc9a27338592c4dac1b
[ "BSD-2-Clause" ]
40
2016-09-28T21:34:23.000Z
2021-12-25T23:02:09.000Z
Source/RTL/PChars.pas
atkins126/DelphiRTL
f0ea29598025346577870cc9a27338592c4dac1b
[ "BSD-2-Clause" ]
11
2017-08-30T13:03:00.000Z
2020-08-25T13:46:05.000Z
Source/RTL/PChars.pas
atkins126/DelphiRTL
f0ea29598025346577870cc9a27338592c4dac1b
[ "BSD-2-Clause" ]
15
2016-11-24T05:52:39.000Z
2021-11-11T00:50:12.000Z
namespace RemObjects.Elements.RTL.Delphi; {$IF NOT COOPER} interface method StrLen(aString: PChar): Integer; public; implementation method StrLen(aString: PChar): Integer; begin while aString^ ≠ #0 do begin inc(result); inc(aString); end; end; {$ENDIF} end.
12.636364
47
0.705036
616cb4e845083b42b16357a5fd9468179daa71dc
2,719
pas
Pascal
Delphi/LibUser/TntUnicodeControls/TntBandActn.pas
tdebaets/common
d94411a3cc1902f4bb3c788ca9ee66a2d9664708
[ "Apache-2.0" ]
4
2017-03-30T19:52:29.000Z
2022-02-10T04:20:52.000Z
Delphi/LibUser/TntUnicodeControls/TntBandActn.pas
tdebaets/common
d94411a3cc1902f4bb3c788ca9ee66a2d9664708
[ "Apache-2.0" ]
null
null
null
Delphi/LibUser/TntUnicodeControls/TntBandActn.pas
tdebaets/common
d94411a3cc1902f4bb3c788ca9ee66a2d9664708
[ "Apache-2.0" ]
3
2016-07-25T13:33:39.000Z
2018-12-27T05:17:50.000Z
{*****************************************************************************} { } { Tnt Delphi Unicode Controls } { http://tnt.ccci.org/delphi_unicode_controls/ }...
29.236559
113
0.616035
613c4e1bf225eee21228ba92875d562b84b9efbd
116,503
pas
Pascal
shared/libs/GameNetworkingSockets/GameNetworkingSockets.pas
RazZziel/soldat
1eae85d007f5e52f34a32c474e5a277a021292f1
[ "MIT" ]
2
2020-10-08T16:54:52.000Z
2021-03-15T21:21:32.000Z
shared/libs/GameNetworkingSockets/GameNetworkingSockets.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
null
null
null
shared/libs/GameNetworkingSockets/GameNetworkingSockets.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
null
null
null
{$IFDEF STEAM} {$IFDEF UNIX} {$PACKRECORDS 4} {$ELSE} {$PACKRECORDS 8} {$ENDIF} {$ELSE} {$PACKRECORDS 8} {$ENDIF} unit GameNetworkingSockets; interface uses cmem, sysutils, ctypes {$IFDEF STEAM}, steamtypes{$ENDIF}; const {$IFDEF WINDOWS} GNSLIB = 'libGameNetworkingSockets.dll'; {$ENDIF} {$IFDEF DARWIN} G...
53.004095
326
0.791156
612a61dffe1a5cf9773a50b7b15eb6230a3afdd9
9,815
pas
Pascal
V4.2/pfio.pas
rudiratlos/rpi-hal
cd94fdd5738439a6b91b1c4cd6e85eebf80a9eca
[ "MIT" ]
25
2015-11-30T08:38:09.000Z
2021-11-28T19:22:45.000Z
V4.5/pfio.pas
rudiratlos/rpi-hal
cd94fdd5738439a6b91b1c4cd6e85eebf80a9eca
[ "MIT" ]
12
2019-03-09T09:36:07.000Z
2022-03-18T13:31:19.000Z
V4.2/pfio.pas
rudiratlos/rpi-hal
cd94fdd5738439a6b91b1c4cd6e85eebf80a9eca
[ "MIT" ]
9
2016-01-20T23:43:38.000Z
2021-07-14T06:18:01.000Z
unit pfio; {$MODE OBJFPC} { $T+} {$R+} {$Q+} {$H+} // Ansistrings Interface uses rpi_hal; const pfio_busnum_default = 0; pfio_devnum_default = 1; // SPI Devicenumber for PiFace Board1 (Default) //Port configuration for PIFace Board pfio_IODIRA=$00; // I/O direction A pfio_IODIRB=$01; // I/O direc...
37.037736
178
0.712277
cde97c69a1500c93f03c57ff54735de1b4eb1efd
10,217
dfm
Pascal
Forms/EditBone.Form.Options.dfm
gzwplato/EditBone
b8401a92e5544d5fbbc29ed400a2861ef0af621b
[ "MIT" ]
null
null
null
Forms/EditBone.Form.Options.dfm
gzwplato/EditBone
b8401a92e5544d5fbbc29ed400a2861ef0af621b
[ "MIT" ]
null
null
null
Forms/EditBone.Form.Options.dfm
gzwplato/EditBone
b8401a92e5544d5fbbc29ed400a2861ef0af621b
[ "MIT" ]
1
2018-06-28T23:44:22.000Z
2018-06-28T23:44:22.000Z
object OptionsForm: TOptionsForm Left = 580 Top = 154 Caption = 'Options' ClientHeight = 542 ClientWidth = 714 Color = clWindow DoubleBuffered = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = { ...
30.05
108
0.681218
613381db9eb2f228a3b9612c9a03f1eeb3dccf34
9,478
pas
Pascal
Source/WebMock.Response.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
30
2019-11-03T16:31:41.000Z
2022-03-30T12:46:03.000Z
Source/WebMock.Response.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
21
2019-11-11T16:55:53.000Z
2021-04-05T09:17:59.000Z
Source/WebMock.Response.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
6
2019-11-12T19:51:50.000Z
2021-07-06T00:42:14.000Z
{******************************************************************************} { } { Delphi-WebMocks } { ...
34.093525
121
0.672927
177be10cf8e0b7b4b4f2ae3fd0776c5ca9765253
265
pas
Pascal
translate_me.pas
oskopek/udi-03
54ccdd45e4c8bc7f03c4f6e9b8725a07aeef556d
[ "MIT" ]
null
null
null
translate_me.pas
oskopek/udi-03
54ccdd45e4c8bc7f03c4f6e9b8725a07aeef556d
[ "MIT" ]
null
null
null
translate_me.pas
oskopek/udi-03
54ccdd45e4c8bc7f03c4f6e9b8725a07aeef556d
[ "MIT" ]
null
null
null
program translate_me; const st:string = 'This is just a string!'; var st2:string[255]; var i, stlen:integer; begin stlen := length(st); setlength(st2, stlen); for i:=1 to stlen do begin st2[i] := st[stlen-i+1]; end; writeln(st2); end.
17.666667
43
0.615094
6110afd8201b765fbc2da93764c4c861f5f85601
10,632
pas
Pascal
uenetclass.pas
rasberryrabbit/enet-freepascal
97a179387c20810acc3097fb4df272b122084aa6
[ "MIT" ]
7
2016-02-27T15:03:41.000Z
2020-04-21T17:59:28.000Z
uenetclass.pas
JernejL/enet-freepascal
364e15854a0f53c2f5705841b1cebeac0630740f
[ "MIT" ]
5
2016-04-04T21:12:11.000Z
2020-10-02T22:51:02.000Z
uenetclass.pas
JernejL/enet-freepascal
364e15854a0f53c2f5705841b1cebeac0630740f
[ "MIT" ]
4
2015-08-03T23:09:33.000Z
2019-05-19T05:29:08.000Z
unit uENetClass; { ENet UDP Class for FreePascal Copyright (c) 2013 Do-wan Kim 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...
31.642857
140
0.655568
61fd2593dd2da81d921058e01c6781c1fc9415ba
906
dpr
Pascal
contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RESTserver.dpr
Razor12911/bms2xtool
0493cf895a9dbbd9f2316a3256202bcc41d9079c
[ "MIT" ]
11
2022-01-17T22:05:37.000Z
2022-02-23T19:18:19.000Z
contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RESTserver.dpr
Razor12911/xtool
4797195ad310e8f6dc2eae8eb86fe14683f77cf0
[ "MIT" ]
1
2022-02-17T07:17:16.000Z
2022-02-17T07:17:16.000Z
contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RESTserver.dpr
Razor12911/bms2xtool
0493cf895a9dbbd9f2316a3256202bcc41d9079c
[ "MIT" ]
2
2020-08-18T09:42:33.000Z
2021-04-22T08:15:27.000Z
/// RESTful ORM server program RESTserver; {$APPTYPE CONSOLE} // first line after uses clause should be {$I SynDprUses.inc} for FastMM4 uses {$I SynDprUses.inc} Classes, SysUtils, SynCommons, SynTable, SynLog, mORMot, SynCrtSock, mORMotHTTPServer, RESTData, RESTServerClass; var ORMServer: TNo...
23.230769
81
0.69426
61e80ba9bb59d112aa33c45228fc40b60970b10c
9,520
dfm
Pascal
uMain.dfm
delphi-pascal-archive/shop_queue
224b53110efe9348d74f85d24b101c3f8c865998
[ "Unlicense" ]
null
null
null
uMain.dfm
delphi-pascal-archive/shop_queue
224b53110efe9348d74f85d24b101c3f8c865998
[ "Unlicense" ]
null
null
null
uMain.dfm
delphi-pascal-archive/shop_queue
224b53110efe9348d74f85d24b101c3f8c865998
[ "Unlicense" ]
null
null
null
object frmMain: TfrmMain Left = 222 Top = 132 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Shop queue' ClientHeight = 805 ClientWidth = 967 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans ...
24.410256
225
0.518803
612d3469403358f166cda5c28bd1be79f2b17f5f
3,737
pas
Pascal
Source/CtrlTab.DesignNotification.pas
santiagoIT/DelphiCtrlTab
f9f547b810af70e22c9009a7d36da79b38145f6f
[ "MIT" ]
11
2020-07-05T09:39:24.000Z
2021-03-31T13:57:06.000Z
Source/CtrlTab.DesignNotification.pas
vhanla/DelphiCtrlTab
c66c7a3ae86026185ddda4849b83dc313d637338
[ "MIT" ]
1
2020-06-06T05:26:46.000Z
2020-06-07T14:51:17.000Z
Source/CtrlTab.DesignNotification.pas
santiagoIT/DelphiCtrlTab
f9f547b810af70e22c9009a7d36da79b38145f6f
[ "MIT" ]
5
2020-07-20T11:53:36.000Z
2020-10-15T23:59:18.000Z
{=============================================================================== Project : DelphiCtrlTab_D27 Name : CtrlTab.DesignNotification Info : This Unit contains the class TDesignNotification. This class is notified of various designer events. Copyright (c) 2020 Santiago Burbano =========...
31.669492
114
0.52395
44da0b532b2b8d65f17a2af13de859aadccb1ab0
3,646
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvInterpreterDemos/JvInterpreterSimple/JvInterpreterSimpleExpressionFm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvInterpreterDemos/JvInterpreterSimple/JvInterpreterSimpleExpressionFm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvInterpreterDemos/JvInterpreterSimple/JvInterpreterSimpleExpressionFm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
unit JvInterpreterSimpleExpressionFm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, JvExStdCtrls, JvEdit, JvValidateEdit, StdCtrls, JvComponentBase, JvInterpreter; type TForm1 = class(TForm) JvInterpreterProgram1: TJvInterpreterProgram; Button1: TB...
27.413534
98
0.661547
61faab961fd47c71d2a9efe4a97cdb01b6c8ab26
7,233
pas
Pascal
Components/JVCL/qrun/JvQDualListForm.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQDualListForm.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQDualListForm.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{******************************************************************************} {* WARNING: JEDI VCL To CLX Converter generated unit. *} {* Manual modifications will be lost on next release. *} {****************************************************************************...
27.397727
97
0.688788
17c7a67cf40e3c0be3ea6844b2c65de2f4e29f6a
2,270
pas
Pascal
DEMO/Demos/13_ChangingAtRuntime/Delphi/Unit1.pas
alexeysmorkalov/vtkTools.PReport
f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55
[ "MIT" ]
null
null
null
DEMO/Demos/13_ChangingAtRuntime/Delphi/Unit1.pas
alexeysmorkalov/vtkTools.PReport
f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55
[ "MIT" ]
null
null
null
DEMO/Demos/13_ChangingAtRuntime/Delphi/Unit1.pas
alexeysmorkalov/vtkTools.PReport
f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55
[ "MIT" ]
null
null
null
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, vgr_ColorButton, pr_Common, pr_Classes, Db, DBTables; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Label1: TLabel; Label2: TLabel; Label4: TLabel; bBackColor:...
24.408602
121
0.726872
61266191a9198fb0826230dd6e4cb0fd4fd0c7f6
8,672
pas
Pascal
src/GpQueueExec.pas
zekiguven/GpDelphiUnits
729aeb5bd60cd9ee1a91d2f0d9d4ffd7e9b3fa0c
[ "BSD-3-Clause" ]
134
2015-04-16T21:45:22.000Z
2022-03-27T21:19:07.000Z
src/GpQueueExec.pas
gabr42/gpdelphiunits
94ba0048b5ade6f75e29eab7ea42d284d2f0df18
[ "BSD-3-Clause" ]
7
2015-04-24T14:18:17.000Z
2021-09-29T12:56:25.000Z
src/GpQueueExec.pas
gabr42/gpdelphiunits
94ba0048b5ade6f75e29eab7ea42d284d2f0df18
[ "BSD-3-Clause" ]
49
2015-04-18T08:32:13.000Z
2021-12-02T16:29:26.000Z
///<summary>Queue anonymous procedure to a hidden window executing in a main thread. ///</summary> ///<author>Primoz Gabrijelcic</author> ///<remarks><para> /// (c) 2018 Primoz Gabrijelcic /// Free for personal and commercial use. No rights reserved. /// /// Author : Primoz Gabrijelcic /// Cr...
29.59727
131
0.689691
6105a9e5e6a8101c6afdc0f7a96c129f7f38594d
6,919
pas
Pascal
library/r3/FHIR.R3.OpBase.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
library/r3/FHIR.R3.OpBase.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
library/r3/FHIR.R3.OpBase.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
unit FHIR.R3.OpBase; { Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au) 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 source cod...
28.473251
97
0.765284