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
aa49af8afe31e8230e4a727ceec071fa424aa21b
65,748
pas
Pascal
src/gui-classic/UGridUtils.pas
sem6703/PascalCoin
e7c4a56fd277b51cf72ae53f81e7652361d5daed
[ "MIT" ]
null
null
null
src/gui-classic/UGridUtils.pas
sem6703/PascalCoin
e7c4a56fd277b51cf72ae53f81e7652361d5daed
[ "MIT" ]
null
null
null
src/gui-classic/UGridUtils.pas
sem6703/PascalCoin
e7c4a56fd277b51cf72ae53f81e7652361d5daed
[ "MIT" ]
null
null
null
unit UGridUtils; { Copyright (c) 2016 by Albert Molina Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php. This unit is a part of the PascalCoin Project, an infinitely scalable cryptocurrency. Find us here: Web: https://...
35.732609
274
0.711352
bc8a5e6b1b1890a64392755f9fe1a5f9dbe5b45a
208
dpr
Pascal
source/CloudStreaming.dpr
fuadhs88/BaaSDelphiSamples
83eea71c52b29e8c8fc5d032fc8460270978f9e9
[ "MIT" ]
31
2016-06-25T10:34:55.000Z
2020-09-08T05:22:34.000Z
source/CloudStreaming.dpr
fuadhs88/BaaSDelphiSamples
83eea71c52b29e8c8fc5d032fc8460270978f9e9
[ "MIT" ]
null
null
null
source/CloudStreaming.dpr
fuadhs88/BaaSDelphiSamples
83eea71c52b29e8c8fc5d032fc8460270978f9e9
[ "MIT" ]
17
2017-01-23T02:00:54.000Z
2021-11-13T03:19:24.000Z
program CloudStreaming; uses System.StartUpCopy, FMX.Forms, frmMain in 'frmMain.pas' {main}; {$R *.res} begin Application.Initialize; Application.CreateForm(Tmain, main); Application.Run; end.
13.866667
38
0.721154
1760f3ac0f7723298190fec8695ad7c05b633127
264
dpr
Pascal
Chapter03/02_NestedTypesDemo/PeopleList.dpr
atkins126/Fearless-Cross-Platform-Development-with-Delphi
1fc47e085c82bfa51f0bf2792f22bedc18a72756
[ "MIT" ]
25
2020-06-19T10:50:25.000Z
2022-03-16T12:46:25.000Z
Chapter03/02_NestedTypesDemo/PeopleList.dpr
atkins126/Fearless-Cross-Platform-Development-with-Delphi
1fc47e085c82bfa51f0bf2792f22bedc18a72756
[ "MIT" ]
null
null
null
Chapter03/02_NestedTypesDemo/PeopleList.dpr
atkins126/Fearless-Cross-Platform-Development-with-Delphi
1fc47e085c82bfa51f0bf2792f22bedc18a72756
[ "MIT" ]
7
2020-08-27T02:55:57.000Z
2022-03-02T21:25:21.000Z
program PeopleList; uses Vcl.Forms, ufrmPeopleList in 'ufrmPeopleList.pas' {frmPeopleList}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmPeopleList, frmPeopleList); Application.Run; end.
17.6
57
0.765152
cd35fd93ede47a4cb8be5b40cad43165f85478a7
5,320
pas
Pascal
Core/Tests/TestSvRttiUtils.pas
godeargit/delphi-oop
bf1b63f60d4e34b3026f444f5f86c2590e51a346
[ "MIT" ]
3
2018-01-22T04:18:06.000Z
2020-01-09T16:46:18.000Z
Core/Tests/TestSvRttiUtils.pas
godeargit/delphi-oop
bf1b63f60d4e34b3026f444f5f86c2590e51a346
[ "MIT" ]
null
null
null
Core/Tests/TestSvRttiUtils.pas
godeargit/delphi-oop
bf1b63f60d4e34b3026f444f5f86c2590e51a346
[ "MIT" ]
1
2019-12-19T16:10:14.000Z
2019-12-19T16:10:14.000Z
unit TestSvRttiUtils; { Delphi DUnit Test Case ---------------------- This unit contains a skeleton test case class generated by the Test Case Wizard. Modify the generated code to correctly setup and call the methods from the unit being tested. } interface uses SvTesting.DUnit, SysUtils, ...
21.803279
101
0.708459
44b6730cd19aa8033a5a880bd162ab084f473b79
7,277
pas
Pascal
src/nxSound.pas
Zaflis/nxpascal
cfc616ddf925182e492a32b842b0aa2cd31c2b21
[ "MIT" ]
26
2015-05-13T18:27:53.000Z
2022-03-21T05:06:06.000Z
src/nxSound.pas
Zaflis/nxpascal
cfc616ddf925182e492a32b842b0aa2cd31c2b21
[ "MIT" ]
8
2015-05-13T18:31:43.000Z
2019-03-23T06:43:49.000Z
src/nxSound.pas
Zaflis/nxpascal
cfc616ddf925182e492a32b842b0aa2cd31c2b21
[ "MIT" ]
9
2015-08-09T12:23:00.000Z
2022-02-09T01:00:44.000Z
unit nxSound; { Using OpenAL header from http://www.noeska.com/doal/ } {$H+} interface uses Openal, nxTypes {$IFDEF fpc},fileutil{$ENDIF}; type { TNXSoundBuffer } TNXSoundBuffer = class name: string; index: integer; buffer: TALuint; public constructor Create; destructor Destroy; over...
22.322086
92
0.726261
17a0625df63c256ebdd85feab3b41c9877f204ff
1,539
pas
Pascal
src/libraries/cryptolib4pascal/ClpIEd25519PublicKeyParameters.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
384
2016-07-16T10:07:28.000Z
2021-12-29T11:22:56.000Z
src/libraries/cryptolib4pascal/ClpIEd25519PublicKeyParameters.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
165
2016-09-11T11:06:04.000Z
2021-12-05T23:31:55.000Z
src/libraries/cryptolib4pascal/ClpIEd25519PublicKeyParameters.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
210
2016-08-26T14:49:47.000Z
2022-02-22T18:06:33.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
36.642857
87
0.433398
17f8ca826658ed5335a0083bddf2c6b99e9e3c87
1,197
dfm
Pascal
src/gui-vcl/forms/uFormExportDump.dfm
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
34
2015-05-04T03:55:42.000Z
2021-08-22T09:57:44.000Z
src/gui-vcl/forms/uFormExportDump.dfm
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
null
null
null
src/gui-vcl/forms/uFormExportDump.dfm
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
11
2016-08-11T10:00:15.000Z
2020-11-27T06:00:09.000Z
object FormExportDump: TFormExportDump Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Export' ClientHeight = 104 ClientWidth = 380 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Posi...
17.865672
38
0.610693
cd5f7398c61ec2303484d242935d64ad68efe932
13,842
dfm
Pascal
DuGet.AboutFrm.dfm
MattiaVicari/DuGet
45194bf7b601f7dfef9ba2be2328146f7fa8b870
[ "MIT" ]
null
null
null
DuGet.AboutFrm.dfm
MattiaVicari/DuGet
45194bf7b601f7dfef9ba2be2328146f7fa8b870
[ "MIT" ]
null
null
null
DuGet.AboutFrm.dfm
MattiaVicari/DuGet
45194bf7b601f7dfef9ba2be2328146f7fa8b870
[ "MIT" ]
null
null
null
inherited frmAbout: TfrmAbout inherited boxMain: TUPanel inherited txtTitle: TUText Caption = 'About DuGet' ExplicitWidth = 162 end object boxAbout: TUPanel Left = 40 Top = 88 Width = 489 Height = 353 CustomTextColor = clBlack CustomBackColor = 15132390 ...
52.037594
74
0.786881
cd32f8235937b88d6d94966c9dccaae3d8676615
3,397
pas
Pascal
Win10Session/ToggleSwitch/uToggleSwitch.pas
xchinjo/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
44
2017-05-30T20:54:06.000Z
2022-02-25T16:44:23.000Z
Win10Session/ToggleSwitch/uToggleSwitch.pas
jpluimers/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
null
null
null
Win10Session/ToggleSwitch/uToggleSwitch.pas
jpluimers/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
19
2017-07-25T10:03:13.000Z
2021-10-17T11:40:38.000Z
unit uToggleSwitch; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.WinXCtrls, Vcl.StdCtrls, Vcl.ExtCtrls, System.Actions, Vcl.ActnList; type TToggleSwitchForm ...
24.79562
88
0.743303
17da0d5023c49f26acb9883e38d65d25804df327
3,561
dfm
Pascal
Software/STfs_simulation/Main.dfm
Indemsys/Backup-controller_BACKPMAN-v2.0
e5b22f4bdd45fe04542fab6c1309de4ff3d3c009
[ "MIT" ]
4
2021-11-05T11:50:50.000Z
2022-03-16T05:40:57.000Z
Software/STfs_simulation/Main.dfm
Indemsys/Backup-controller_BACKPMAN-v2.0
e5b22f4bdd45fe04542fab6c1309de4ff3d3c009
[ "MIT" ]
null
null
null
Software/STfs_simulation/Main.dfm
Indemsys/Backup-controller_BACKPMAN-v2.0
e5b22f4bdd45fe04542fab6c1309de4ff3d3c009
[ "MIT" ]
2
2021-09-27T10:49:43.000Z
2021-11-27T02:35:42.000Z
object frm_Main: Tfrm_Main Left = 0 Top = 0 Caption = 'STFS simulator' ClientHeight = 1082 ClientWidth = 1250 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 Desig...
19.565934
40
0.553215
aa7d3301b709e9ffe23a91dff3e15c0d5acd39f1
2,245
pas
Pascal
1/program.pas
matei10/Probleme-Atestat-Pascal-2015
c70942e24208ab9a699f96058e2ee1ffefc5ef54
[ "MIT" ]
null
null
null
1/program.pas
matei10/Probleme-Atestat-Pascal-2015
c70942e24208ab9a699f96058e2ee1ffefc5ef54
[ "MIT" ]
null
null
null
1/program.pas
matei10/Probleme-Atestat-Pascal-2015
c70942e24208ab9a699f96058e2ee1ffefc5ef54
[ "MIT" ]
null
null
null
(* Se citesc de la tastatură n (n<=100) numere naturale, cu cel mult 9 cifre *) (* fiecare. Scrieți un program care, pentru o cifră k citită de la tastatura, *) (* afișează pe ecran numărul de valori prime din șirul dat, în scrierea cărora *) (* apare cifra k. *) (* Exemplu: pentru n=4 , cifra k=2 și valorile citite ...
22.227723
83
0.616036
aa73d15a82a23c586c2f83113cad6e0040dc6c78
1,374
pas
Pascal
dependencies/Indy10/Protocols/IdQOTDUDP.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
dependencies/Indy10/Protocols/IdQOTDUDP.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
dependencies/Indy10/Protocols/IdQOTDUDP.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.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...
19.628571
98
0.680495
44f85f0a9e09fed2907ea4f367990c2a6b3c5385
12,655
dfm
Pascal
Source/dlgRunConfiguration.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
1
2022-03-22T16:32:27.000Z
2022-03-22T16:32:27.000Z
Source/dlgRunConfiguration.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
null
null
null
Source/dlgRunConfiguration.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
null
null
null
inherited RunConfigurationForm: TRunConfigurationForm HelpContext = 940 Caption = 'Run Configuration' ClientHeight = 436 ClientWidth = 399 OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 15 object Panel1: TPanel Left = 0 Top = 0 Width = 399 Height = 436 Align = a...
25.826531
147
0.504544
aa2d4508444e7c0e5e0ea6420efb398db5e359e5
8,321
pas
Pascal
Examples/FPC/wavopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Examples/Source/OpenAL/wavopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Examples/FPC/wavopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
(* WavOpenAL - OpenAL wave playing example Copyright (c) 2010 Dmitry Boyarintsev 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 from the use of this software. Permission is granted to anyone to use this soft...
25.138973
100
0.642711
aac2aeaf2982f623920ca108d77bc88e5d8c6abe
9,042
pas
Pascal
lib/delphi/src/Thrift.Transport.WinHTTP.pas
antbofh/thrift
57ca6adf77293ef1acb06016e4d7c6badbc232eb
[ "Apache-2.0" ]
null
null
null
lib/delphi/src/Thrift.Transport.WinHTTP.pas
antbofh/thrift
57ca6adf77293ef1acb06016e4d7c6badbc232eb
[ "Apache-2.0" ]
7
2020-07-20T07:13:43.000Z
2021-05-11T10:20:39.000Z
lib/delphi/src/Thrift.Transport.WinHTTP.pas
antbofh/thrift
57ca6adf77293ef1acb06016e4d7c6badbc232eb
[ "Apache-2.0" ]
1
2019-05-02T16:34:17.000Z
2019-05-02T16:34:17.000Z
(* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
26.910714
132
0.752267
aa2be200e2bad7b3429ad75d3ce1e6f8d347ae3a
46,008
pas
Pascal
Delphi/LibUser/TntUnicodeControls/TntSystem.pas
tdebaets/common
d94411a3cc1902f4bb3c788ca9ee66a2d9664708
[ "Apache-2.0" ]
4
2017-03-30T19:52:29.000Z
2022-02-10T04:20:52.000Z
Delphi/LibUser/TntUnicodeControls/TntSystem.pas
tdebaets/common
d94411a3cc1902f4bb3c788ca9ee66a2d9664708
[ "Apache-2.0" ]
null
null
null
Delphi/LibUser/TntUnicodeControls/TntSystem.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/ }...
31.276683
144
0.603569
17a1fa322576aa10cfcb8f2147817b6d5b213ad0
5,039
pas
Pascal
references/jcl/donations/examples/common/pcre/MainFrm.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/jcl/donations/examples/common/pcre/MainFrm.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/jcl/donations/examples/common/pcre/MainFrm.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
unit MainFrm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ActnList, StdCtrls, ComCtrls, JclPCRE; type TfrmMain = class(TForm) edRegExpr: TEdit; btnFind: TButton; btnFindNext: TButton; Label1: TLabel; reFile: TMemo; bt...
25.195
77
0.704902
aa03d78870f0c7d9d16c604441fa12146324c5f4
8,108
pas
Pascal
src/forms/fUserEdit.pas
kmzbrnoI/hJOPserver
5c75c4340d87ef9124de22795eb55c8611aa5035
[ "Apache-2.0" ]
5
2016-02-17T20:15:29.000Z
2021-11-01T12:28:07.000Z
src/forms/fUserEdit.pas
kmzbrnoI/hJOPserver
5c75c4340d87ef9124de22795eb55c8611aa5035
[ "Apache-2.0" ]
187
2016-02-12T18:32:01.000Z
2022-02-27T18:19:39.000Z
src/forms/fUserEdit.pas
kmzbrnoI/hJOPserver
5c75c4340d87ef9124de22795eb55c8611aa5035
[ "Apache-2.0" ]
2
2018-09-03T01:35:37.000Z
2021-11-16T14:13:07.000Z
unit fUserEdit; interface uses Windows, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, User, ComCtrls; type TF_UserEdit = class(TForm) Label1: TLabel; E_UserName: TEdit; Label2: TLabel; E_FirstName: TEdit; Label3: TLabel; E_LastName: TEdit; GB_Password: ...
26.936877
120
0.647755
1777857dada40bc03a15733b34347f7e77e707a3
411
pas
Pascal
Projects/FV2/FPC/fv2.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Projects/FV2/FPC/fv2.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Projects/FV2/FPC/fv2.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
{ This file was automatically created by Lazarus. Do not edit! This source is only used to compile and install the package. } unit fv2; interface uses fv2sysmsg, fv2RectHelper, fv2dialogs, fv2msgbox, fv2validate, fv2app, fv2menus, fv2editors, fv2stddlg, {%H-}fv2dos, fv2forms, fv2asciitab, fv2gadget...
24.176471
84
0.737226
17c425d3a1fbafdb41852b5550f6722879216a52
1,951
dpr
Pascal
windows/src/test/regressiontest/regressiontest.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/test/regressiontest/regressiontest.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/test/regressiontest/regressiontest.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
program regressiontest; uses System.Win.ComObj, Winapi.ActiveX, Forms, UfrmRegressionTestsWaitForIdle in 'UfrmRegressionTestsWaitForIdle.pas' {frmRegressionTestsWaitForIdle}, UfrmRegressionTests in 'UfrmRegressionTests.pas' {frmRegressionTests}, KeyNames in '..\..\global\delphi\general\KeyNames.pas', Reg...
45.372093
105
0.736545
44324cdc3d7d36c9a9f7a1e6c361e270aa9e056e
2,238
pas
Pascal
Src/IntegerList.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
18
2015-05-18T01:55:45.000Z
2019-05-03T03:23:52.000Z
Src/IntegerList.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Src/IntegerList.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
19
2015-05-14T01:06:35.000Z
2019-06-02T05:19:00.000Z
unit IntegerList; interface uses Classes, SysUtils; type TIntegerList = class (TPersistent) private FList : TList; function GetCount: integer; function GetItems(Index: integer): int64; function GetObjects(Index: integer): TObject; public constructor Create; destructor Destroy; overrid...
16.827068
62
0.700179
bc5161703880c1bb0ad4ddbf9565c92d9f6a6171
301
dpr
Pascal
tests/56_RunInvoke/app_56_RunInvoke.dpr
LordVampir1983/OmniThreadLibrary
ce6cb96297181cbed84ce0ad6e9f220b24636cb2
[ "BSD-3-Clause" ]
386
2015-04-16T21:28:31.000Z
2022-03-16T00:23:23.000Z
tests/56_RunInvoke/app_56_RunInvoke.dpr
fatihtsp/OmniThreadLibrary
e65f1923b3e4cf6444425a20035c926855a54112
[ "BSD-3-Clause" ]
120
2015-04-16T21:54:23.000Z
2022-03-11T15:25:09.000Z
tests/56_RunInvoke/app_56_RunInvoke.dpr
fatihtsp/OmniThreadLibrary
e65f1923b3e4cf6444425a20035c926855a54112
[ "BSD-3-Clause" ]
152
2015-04-17T13:20:50.000Z
2022-03-09T16:14:53.000Z
program app_56_RunInvoke; uses Forms, test_56_RunInvoke in 'test_56_RunInvoke.pas' {frmRunInvokeTester}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmRunInvokeTester, frmRunInvokeTester); Application.Run; end.
20.066667
69
0.750831
cd00e652e05fe62fb79a1f62c55d3eda2a0e6893
2,003
dpr
Pascal
styx-client/miranda-ng/include/delphi/testdll.dpr
ForNeVeR/styx-miranda
4c6359ba87bd868cc3c1f6c5e2e8a70781635aea
[ "MIT" ]
null
null
null
styx-client/miranda-ng/include/delphi/testdll.dpr
ForNeVeR/styx-miranda
4c6359ba87bd868cc3c1f6c5e2e8a70781635aea
[ "MIT" ]
5
2015-04-10T16:34:02.000Z
2015-04-10T16:40:50.000Z
styx-client/miranda-ng/include/delphi/testdll.dpr
ForNeVeR/styx-miranda
4c6359ba87bd868cc3c1f6c5e2e8a70781635aea
[ "MIT" ]
null
null
null
library testdll; uses m_api, Windows; var PluginInterfaces:array [0..1] of MUUID; function MirandaPluginInfoEx(mirandaVersion:DWORD):PPLUGININFOEX; cdecl; begin result:=@PluginInfo; PluginInfo.cbSize :=SizeOf(TPLUGININFOEX); PluginInfo.shortName :='Plugin Template'; PluginInfo.version :=$00000001...
25.35443
100
0.736395
cd5d4f92ba3a10d2e8892a92399be5b920fccde6
12,682
pas
Pascal
toolkit/ProviderRegistryForm.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
toolkit/ProviderRegistryForm.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
toolkit/ProviderRegistryForm.pas
niaz819/fhirserver
fee45e1e57053a776b893dba543f700dd9cb9075
[ "BSD-3-Clause" ]
null
null
null
unit ProviderRegistryForm; { Copyright (c) 2017+, 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 code ...
33.026042
261
0.700836
cd0b2695d9d568199e84f3af0c9297019c8a7d47
48,248
pas
Pascal
Bitmaps2Video/EncoderClassMulti/UBitmaps2VideoM.pas
rmesch/Bitmaps2Video
4ed2cc5517f74150b8dffae53cd48aeb417ce460
[ "Apache-2.0" ]
16
2020-08-28T15:54:42.000Z
2022-03-03T15:48:23.000Z
Bitmaps2Video/EncoderClassMulti/UBitmaps2VideoM.pas
rmesch/Bitmaps2Video
4ed2cc5517f74150b8dffae53cd48aeb417ce460
[ "Apache-2.0" ]
4
2020-08-31T08:22:35.000Z
2021-06-03T23:18:36.000Z
Bitmaps2Video/EncoderClassMulti/UBitmaps2VideoM.pas
rmesch/Bitmaps2Video
4ed2cc5517f74150b8dffae53cd48aeb417ce460
[ "Apache-2.0" ]
5
2020-08-28T16:41:18.000Z
2021-06-03T06:00:13.000Z
{ ***************************************************************************** This file is licensed to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. A copy of this licence is found in the root directory of this project in the file L...
30.478838
168
0.652048
17dbfb1fc92537c3fea2b160a9a2c4cc1813775a
20,634
pas
Pascal
Sound/sound.pas
cluckfox/hUGETracker
8322fee1bd2e8e67ad44fbd3517d8b0000fd9611
[ "Linux-OpenIB" ]
88
2020-07-09T21:18:59.000Z
2022-03-30T21:13:28.000Z
Sound/sound.pas
cluckfox/hUGETracker
8322fee1bd2e8e67ad44fbd3517d8b0000fd9611
[ "Linux-OpenIB" ]
52
2020-07-22T13:22:39.000Z
2022-03-12T17:44:30.000Z
Sound/sound.pas
cluckfox/hUGETracker
8322fee1bd2e8e67ad44fbd3517d8b0000fd9611
[ "Linux-OpenIB" ]
9
2020-09-27T03:00:33.000Z
2022-03-12T14:46:59.000Z
{+-----------------------------------------------------------------------------+ | Author: Christian Hackbart | Description: Sound | Copyright (c) 2000 Christian Hackbart | Stand: 15.12.2000 | | http://www.tu-ilmenau.de/~hackbart | | Translated from VGBC's Sound.cpp, written by Rusty Wagner +-------------...
28.818436
123
0.536154
aaa9e683d7d4e88aa17400c5b7bb66e9994e784d
1,120
dfm
Pascal
src/uFrmBase.dfm
edineicolli/delphi-qa
fefb757108a7dcd033633c3342d1f8b35a36b13f
[ "MIT" ]
null
null
null
src/uFrmBase.dfm
edineicolli/delphi-qa
fefb757108a7dcd033633c3342d1f8b35a36b13f
[ "MIT" ]
null
null
null
src/uFrmBase.dfm
edineicolli/delphi-qa
fefb757108a7dcd033633c3342d1f8b35a36b13f
[ "MIT" ]
null
null
null
object FrmBase: TFrmBase Left = 0 Top = 0 ClientHeight = 362 ClientWidth = 584 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild KeyPreview = True OldCreateOrder = False Position = poOwnerF...
19.649123
32
0.625
172a6de3afba349b55c0681b8f7a14d9df49a960
83,610
pas
Pascal
Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Extensions.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
2
2020-01-04T08:19:10.000Z
2020-02-19T22:25:38.000Z
Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Extensions.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
null
null
null
Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Extensions.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
1
2020-02-19T22:25:42.000Z
2020-02-19T22:25:42.000Z
{***************************************************************************} { } { Spring Framework for Delphi } { } { ...
25.853432
108
0.702619
cd641e8b58d89abbd544d4ab84b95f2ac936b28b
201
dpr
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvPlugin/1SimplePlugin/PlugInDemo.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvPlugin/1SimplePlugin/PlugInDemo.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvPlugin/1SimplePlugin/PlugInDemo.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
program PlugInDemo; uses ShareMem, Forms, PlugInDemoU in 'PlugInDemoU.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
13.4
43
0.721393
aa93e7c199d969cd69fae490798563f81fbaeade
571
pas
Pascal
home/data/contests/ToPAS14/submissions/00013580_F_GoodGame/A.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
home/data/contests/ToPAS14/submissions/00013580_F_GoodGame/A.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
home/data/contests/ToPAS14/submissions/00013580_F_GoodGame/A.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
Program P_A; Var ano, mes, dia :integer; A, B, C, E, D, DJ :re+ Begin Readln (ano,mes,dia); If mes < 3 then Begin ano := ano - 1; mes := mes + 12; End; A := ano /100; B := A / 4; If (ano > 1582) AND (mes > 10) AND (dia > 15) th...
21.961538
66
0.352014
aad5a93831912cb9a430c4d52ac0adba4a342686
4,050
pas
Pascal
U_Edit.pas
softwareplanet2022/Pregetti_Software
eb862b16bc52b7511a225695596fd4f137a33217
[ "Unlicense" ]
null
null
null
U_Edit.pas
softwareplanet2022/Pregetti_Software
eb862b16bc52b7511a225695596fd4f137a33217
[ "Unlicense" ]
null
null
null
U_Edit.pas
softwareplanet2022/Pregetti_Software
eb862b16bc52b7511a225695596fd4f137a33217
[ "Unlicense" ]
null
null
null
unit U_Edit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit, dxSkinsCore, dxSkinsDefaultPainters, AdvGlowButton, cxC...
30.681818
139
0.708889
176b83d9c9510001d08345e1b2f54ef6589bbdf9
12,504
pas
Pascal
Common/uServerMessageIds.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Common/uServerMessageIds.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Common/uServerMessageIds.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
unit uServerMessageIds; interface const // identifikatori na syobshteniq SInvalidLoginContextId = 'msgInvalidLoginContext'; SIncorrectSystemTimeId = 'msgIncorrectSystemTime'; SNegativeUnfinishedMfgId = 'msgNegativeUnfinishedMfg'; SNegativeOpUnfinishedMfgId = 'msgNegOpUnfMfg'; SRelat...
51.883817
107
0.827895
17aed3095365497113fc00e98226b56995689383
10,234
pas
Pascal
Components/JVCL/qrun/JvQXPCheckCtrls.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQXPCheckCtrls.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQXPCheckCtrls.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.363636
102
0.658589
cd1ffe767591ee9f4a1d910d19d3f2f74a62a17d
336
dpr
Pascal
sample/BraveSample.dpr
viggosistemas/braveui
b993bf4885c84b7f6cd9bd02335d8214d9d1b234
[ "MIT" ]
1
2021-12-01T17:22:44.000Z
2021-12-01T17:22:44.000Z
sample/BraveSample.dpr
viggosistemas/braveui
b993bf4885c84b7f6cd9bd02335d8214d9d1b234
[ "MIT" ]
null
null
null
sample/BraveSample.dpr
viggosistemas/braveui
b993bf4885c84b7f6cd9bd02335d8214d9d1b234
[ "MIT" ]
null
null
null
program BraveSample; uses Vcl.Forms, Sample.View in 'Sample.View.pas' {frmSample}, BraveLabel.Component in '..\src\BraveLabel.Component.pas', Vcl.Themes, Vcl.Styles; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmSample, frmSample); Applic...
18.666667
60
0.735119
171abb7781f70b4c4edd913ccf5ce2258b8f4508
1,512
pas
Pascal
src/libraries/cryptolib4pascal/ClpIValidityPrecompInfo.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
1
2021-06-07T13:20:04.000Z
2021-06-07T13:20:04.000Z
src/libraries/cryptolib4pascal/ClpIValidityPrecompInfo.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
null
null
null
src/libraries/cryptolib4pascal/ClpIValidityPrecompInfo.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
1
2021-06-02T23:57:38.000Z
2021-06-02T23:57:38.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
34.363636
87
0.417989
cd64b9f4cda46d8fbb8d8d78567b02f27445f880
4,697
pas
Pascal
Foundation/PascalCoin.RPC.Client.pas
UrbanCohortDev/PascalCoin-RPC-Client
14797e362964a78dada6fe1b40965bc4a7935cbc
[ "MIT" ]
3
2020-11-12T14:41:32.000Z
2021-04-25T00:51:49.000Z
Foundation/PascalCoin.RPC.Client.pas
UrbanCohortDev/PascalCoin-RPC-Client
14797e362964a78dada6fe1b40965bc4a7935cbc
[ "MIT" ]
null
null
null
Foundation/PascalCoin.RPC.Client.pas
UrbanCohortDev/PascalCoin-RPC-Client
14797e362964a78dada6fe1b40965bc4a7935cbc
[ "MIT" ]
null
null
null
Unit PascalCoin.RPC.Client; (* *********************************************************************** copyright 2019-2021 Russell Weetch Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php. PascalCoin website http://pascal...
24.984043
120
0.685331
cd122cb008795b8fe862adc9625c780fe0a233c3
5,521
dfm
Pascal
windows/src/developer/TIKE/project/Keyman.Developer.UI.Project.UfrmNewModelProjectParameters.dfm
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/developer/TIKE/project/Keyman.Developer.UI.Project.UfrmNewModelProjectParameters.dfm
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/developer/TIKE/project/Keyman.Developer.UI.Project.UfrmNewModelProjectParameters.dfm
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
inherited frmNewModelProjectParameters: TfrmNewModelProjectParameters BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'New Wordlist Lexical Model Project' ClientHeight = 510 ClientWidth = 412 OldCreateOrder = True Position = poScreenCenter OnDestroy = FormDestroy ExplicitTop = -8 Expli...
19.37193
98
0.61583
bc95997fd367b69ccb50b045b06f07b34de61989
2,845
pas
Pascal
ConsoleTools.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
null
null
null
ConsoleTools.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
null
null
null
ConsoleTools.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
1
2020-02-13T02:33:54.000Z
2020-02-13T02:33:54.000Z
unit ConsoleTools; interface uses commandprocessor, stringx, typex, systemx, sysutils, betterobject, windows; type TConsole = class(TBetterObject) private FHandle: THandle; FForeGroundColorNumber: nativeint; FBAckGroundColorNumber: nativeint; procedure SetBackGroundColorNumber(const Value: nati...
23.512397
110
0.751142
44b87524835b281b177b5e3932fcd9ca28726ff5
604
pas
Pascal
images/ToolbarNew/Demo/main.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
images/ToolbarNew/Demo/main.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
images/ToolbarNew/Demo/main.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
unit main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, ImgList, ToolWin, XPMan; type TForm1 = class(TForm) ToolBar1: TToolBar; ImageList1: TImageList; ToolButton1: TToolButton; ToolButton2: TToolButton; ToolButton3: TToolButto...
17.257143
76
0.705298
cd716f1617c59a631ea7fe7beea77a121717f1fe
1,456
pas
Pascal
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Hash32/HlpFNV1a.pas
devilking6105/HODLER-Open-Source-Multi-Asset-Wallet
2554bce0ad3e3e08e4617787acf93176243ce758
[ "Unlicense" ]
35
2018-11-04T12:02:34.000Z
2022-02-15T06:00:19.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Hash32/HlpFNV1a.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
85
2018-10-23T17:09:20.000Z
2022-01-12T07:12:54.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Hash32/HlpFNV1a.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
34
2018-10-30T00:40:37.000Z
2022-02-15T06:00:15.000Z
unit HlpFNV1a; {$I ..\Include\HashLib.inc} interface uses HlpHashLibTypes, HlpHash, HlpIHash, HlpIHashInfo, HlpHashResult, HlpIHashResult; type TFNV1a = class sealed(THash, IHash32, ITransformBlock) strict private Fm_hash: UInt32; public constructor Create(); procedure Initialize(); ...
17.756098
64
0.712912
17bfab95ee8f3cc1280955419e2ed009530456ee
434
dpr
Pascal
Demos/OracleClient/TOracleClientConnection/Transactions/Transactions.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
1
2020-09-24T23:26:35.000Z
2020-09-24T23:26:35.000Z
Demos/OracleClient/TOracleClientConnection/Transactions/Transactions.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
Demos/OracleClient/TOracleClientConnection/Transactions/Transactions.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
program Transactions; uses Forms, fTransactions in 'fTransactions.pas' {frmTransaction}, fORACLEMainCompBase in '..\..\fORACLEMainCompBase.pas' {frmORACLEMainCompBase}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmTransaction, frmT...
25.529412
82
0.760369
17daa5e2e7ae3e71b94259a2cd648ad209585ce4
192
pas
Pascal
ClipboardTransform/MapReduce/ReduceAlt.pas
magicxor/ClipboardTransform
da4f0f5aab9f103ffdb3c6d64df0d82a7855cbff
[ "MIT" ]
1
2021-11-04T19:46:08.000Z
2021-11-04T19:46:08.000Z
ClipboardTransform/MapReduce/ReduceAlt.pas
magicxor/ClipboardTransform
da4f0f5aab9f103ffdb3c6d64df0d82a7855cbff
[ "MIT" ]
null
null
null
ClipboardTransform/MapReduce/ReduceAlt.pas
magicxor/ClipboardTransform
da4f0f5aab9f103ffdb3c6d64df0d82a7855cbff
[ "MIT" ]
2
2021-06-01T00:52:57.000Z
2021-11-04T19:46:09.000Z
var I: Integer; X: T; begin Result := Source[Low(Source)]; if Length(Source) > 1 then for I := Low(Source) + 1 to High(Source) do Result := Lambda(Result, Source[I], I); end;
21.333333
47
0.598958
cd715bccbcc08a9df387a1b70dbe1b05d6c87ac9
3,020
dfm
Pascal
ThsFramework/Forms/InputForms/ufrmAyarOdemeBaslangicDonemi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/Forms/InputForms/ufrmAyarOdemeBaslangicDonemi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/Forms/InputForms/ufrmAyarOdemeBaslangicDonemi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
inherited frmAyarOdemeBaslangicDonemi: TfrmAyarOdemeBaslangicDonemi Left = 501 Top = 443 ActiveControl = btnClose Caption = 'Ayar '#214'deme Ba'#351'lang'#305#231' D'#246'nemi' ClientHeight = 174 ClientWidth = 344 Font.Name = 'MS Sans Serif' ExplicitWidth = 350 ExplicitHeight = 203 PixelsPerInch = 9...
24.754098
67
0.542053
bc95e6bb3828d8ca607f9e092a464d0f52565db7
383
lpr
Pascal
Src/Graphics32/Examples/Vcl/Transformation/ImgWarping_Ex/ImgWarping_Ex.lpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
18
2015-05-18T01:55:45.000Z
2019-05-03T03:23:52.000Z
Src/Graphics32/Examples/Vcl/Transformation/ImgWarping_Ex/ImgWarping_Ex.lpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
null
null
null
Src/Graphics32/Examples/Vcl/Transformation/ImgWarping_Ex/ImgWarping_Ex.lpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
19
2015-05-14T01:06:35.000Z
2019-06-02T05:19:00.000Z
program ImgWarping_Ex; uses Interfaces, Forms, ImagesForLazarus, GR32_MediaPathLocator in '..\..\GR32_MediaPathLocator.pas', MainUnit in 'MainUnit.pas' {MainForm}, BrushAuxiliaries in 'BrushAuxiliaries.pas'; {$R *.res} begin Application.Title:='Image Warping Example'; Application.Initialize; Applic...
20.157895
61
0.751958
cd8b1d7aa8ee911af7379756b87b10a1c55a096e
5,867
pas
Pascal
Expert/DUnitX.Expert.CodeGen.NewUnit.pas
staticcat/DUnitX
40060ebdd4d7851afbb9e8ca3dca69164e737221
[ "Apache-2.0" ]
282
2015-01-16T04:59:48.000Z
2022-03-31T01:33:36.000Z
Expert/DUnitX.Expert.CodeGen.NewUnit.pas
staticcat/DUnitX
40060ebdd4d7851afbb9e8ca3dca69164e737221
[ "Apache-2.0" ]
179
2015-01-05T23:43:12.000Z
2022-02-22T22:38:42.000Z
Expert/DUnitX.Expert.CodeGen.NewUnit.pas
staticcat/DUnitX
40060ebdd4d7851afbb9e8ca3dca69164e737221
[ "Apache-2.0" ]
178
2015-01-06T11:25:14.000Z
2022-03-30T00:31:10.000Z
{***************************************************************************} { } { DUnitX } { } { ...
30.557292
100
0.571502
aaad5c102029d78dac93d3dd4c26505ef3da1b29
3,063
pas
Pascal
src/Configuracao/Boleto.Configuracao.Config.pas
pmadalozzo/MsBoleto
4678e6dc5168d96dc23bb2c150a7fd8152a99767
[ "MIT" ]
null
null
null
src/Configuracao/Boleto.Configuracao.Config.pas
pmadalozzo/MsBoleto
4678e6dc5168d96dc23bb2c150a7fd8152a99767
[ "MIT" ]
null
null
null
src/Configuracao/Boleto.Configuracao.Config.pas
pmadalozzo/MsBoleto
4678e6dc5168d96dc23bb2c150a7fd8152a99767
[ "MIT" ]
null
null
null
unit Boleto.Configuracao.Config; interface uses Boleto.Interfaces, ACBrBoleto; type TConfig = class(TInterfacedObject, iConfiguracao) private [weak] FParent : iBoleto; public Constructor Create(Parent : iBoleto); destructor Destroy; override; class function New(Parent : iBoleto) : ...
20.019608
74
0.717597
178cb8c9da4330dda5b6764a3c25315c4d53a85d
21,800
pas
Pascal
Tests/WebMock.ResponseStatus.Tests.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
30
2019-11-03T16:31:41.000Z
2022-03-30T12:46:03.000Z
Tests/WebMock.ResponseStatus.Tests.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
21
2019-11-11T16:55:53.000Z
2021-04-05T09:17:59.000Z
Tests/WebMock.ResponseStatus.Tests.pas
atkins126/Delphi-WebMocks
bd6287fcf983368c8b3de63cc5e9323440ad9c10
[ "Apache-2.0" ]
6
2019-11-12T19:51:50.000Z
2021-07-06T00:42:14.000Z
{******************************************************************************} { } { Delphi-WebMocks } { ...
33.79845
104
0.803394
cd57f56c50735a8130928dbb74463154617892e4
1,790
dpr
Pascal
Demos/01.HelloWorld/DemoHelloWorldConsole.dpr
bm-q/WiRL
5e3950c847b399677fe7db9329dc3e675905e140
[ "Apache-2.0" ]
1
2019-11-15T23:41:50.000Z
2019-11-15T23:41:50.000Z
Demos/01.HelloWorld/DemoHelloWorldConsole.dpr
lminuti/WiRL
1a9e097e3e4d4862a810e340f0c93e7e0c49f1cb
[ "Apache-2.0" ]
null
null
null
Demos/01.HelloWorld/DemoHelloWorldConsole.dpr
lminuti/WiRL
1a9e097e3e4d4862a810e340f0c93e7e0c49f1cb
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
28.412698
80
0.410615
17babdcbfcca7c946927dfbdad0b1fc644c4acfa
414
dpr
Pascal
examples/QueueAck/Receiver/Receiver.dpr
gabrielbaltazar/delphistompclient
dce97f6cd708ea14e1660e65504ff961941202bb
[ "Apache-2.0" ]
119
2015-04-29T15:28:31.000Z
2022-03-27T07:10:13.000Z
examples/QueueAck/Receiver/Receiver.dpr
xubzhlin/delphistompclient
6a7f99bc99f79208aec3c25320c736c5b52cd755
[ "Apache-2.0" ]
20
2016-03-10T12:56:25.000Z
2021-01-12T01:44:08.000Z
examples/QueueAck/Receiver/Receiver.dpr
xubzhlin/delphistompclient
6a7f99bc99f79208aec3c25320c736c5b52cd755
[ "Apache-2.0" ]
61
2015-05-26T01:13:51.000Z
2022-03-24T00:53:53.000Z
program Receiver; uses Vcl.Forms, ReceiverForm in 'ReceiverForm.pas' {ReceiverMainForm}, ThreadReceiver in 'ThreadReceiver.pas', StompClient in '..\..\..\StompClient.pas'; {$R *.res} begin ReportMemoryLeaksOnShutdown := True; Application.Initialize; Application.MainFormOnTaskbar := True;...
20.7
63
0.714976
aac5b1da5d24cb527ca59f4ead2849ede3dfa9cd
5,528
pas
Pascal
components/pxlib/PxTerminal.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
15
2016-08-24T07:32:49.000Z
2021-11-16T11:25:00.000Z
components/pxlib/PxTerminal.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
1
2016-08-24T19:00:34.000Z
2016-08-25T19:02:14.000Z
components/pxlib/PxTerminal.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
4
2016-10-16T17:52:49.000Z
2020-11-24T11:36:05.000Z
unit PxTerminal; interface uses Windows, SysUtils, PxBase, PxUtils, PxThread, PxGetText; type TBaudRate = (br1200, br2400, br4800, br9600, br14400, br19200, br28800, br38400, br56000, br112000, br115200); TDataBits = (db7, db8); TParity = (paNone, paOdd, paEven); TStopBits = (sbOne, sbOneAn...
26.199052
125
0.685239
cd8955172ea2ac32cdf40b5c669b75e98154070b
3,410
pas
Pascal
unit2.pas
sinanislekdemir/junior
13c75d209c88bb4853a5145678e0dcd72c071f87
[ "MIT" ]
1
2021-05-04T06:13:28.000Z
2021-05-04T06:13:28.000Z
unit2.pas
sinanislekdemir/junior
13c75d209c88bb4853a5145678e0dcd72c071f87
[ "MIT" ]
null
null
null
unit2.pas
sinanislekdemir/junior
13c75d209c88bb4853a5145678e0dcd72c071f87
[ "MIT" ]
null
null
null
unit Unit2; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, CheckLst, ExtCtrls, StdCtrls, ActnList, Menus; type { TForm2 } TForm2 = class(TForm) Button1: TButton; CheckListBox1: TCheckListBox; Edit1: TEdit; MainMenu1: TMainMenu; MenuI...
20.177515
76
0.681525
cd3547b49ccd480b6c40b7cfc562da10a99c4cde
6,537
pas
Pascal
Diverses/Source/Fra_WindRose.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Diverses/Source/Fra_WindRose.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Diverses/Source/Fra_WindRose.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit Fra_WindRose; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} interface uses {$IFnDEF FPC} Windows, {$ELSE} LCLIntf, LCLType, {$ENDIF} SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type ///<author>Rosewich</author> TFraWindRose = class(TFrame) Image1: TImage;...
32.522388
72
0.66376
cd84df7f2c688729c65e900a49c39a717f380e61
12,990
pas
Pascal
Demos/Modules/ScreenHostForm.pas
randydom/portalX
7c8f2cf22fbc1bf0b4fb2e0b5b9b684c9a207837
[ "MIT" ]
5
2019-01-11T05:33:45.000Z
2021-04-03T13:37:09.000Z
Demos/Modules/ScreenHostForm.pas
leivio/portalX
7c8f2cf22fbc1bf0b4fb2e0b5b9b684c9a207837
[ "MIT" ]
null
null
null
Demos/Modules/ScreenHostForm.pas
leivio/portalX
7c8f2cf22fbc1bf0b4fb2e0b5b9b684c9a207837
[ "MIT" ]
5
2019-01-11T06:16:25.000Z
2020-06-22T02:26:38.000Z
unit ScreenHostForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Buttons, StdCtrls, ComCtrls, ExtCtrls, rtcInfo, rtcTypes, rtcGateCli, rtcGateConst, rtcXGateStream, rtcXImgCapture, rtcXScreenCapture; type TScreenHostFrm = class(...
27.405063
123
0.692764
aa26af4b6ca308c183dce9b362254ef1770909dd
12,024
pas
Pascal
src/core_editor.pas
laggyluk/brick_engine
1fc63d8186b4eb12cbfdb3a8b48a901089d3994c
[ "MIT" ]
1
2019-05-24T19:20:12.000Z
2019-05-24T19:20:12.000Z
src/core_editor.pas
laggyluk/brick_engine
1fc63d8186b4eb12cbfdb3a8b48a901089d3994c
[ "MIT" ]
null
null
null
src/core_editor.pas
laggyluk/brick_engine
1fc63d8186b4eb12cbfdb3a8b48a901089d3994c
[ "MIT" ]
null
null
null
unit core_editor; {$mode objfpc}{$H+} interface uses Classes, SysUtils,core_render,vectorGeometry,core_types,core_lights, Vectortypes,core_camera,core_utils,core_terrain_generator,core_block_brush,core_chunk, menu_rotate, core_orders, core_behaviour_tree, core_listofrecords, core_atmosphere, core_orders_man...
33.966102
158
0.688373
aa6484937b860f64708d597a02bffc736c6f15a3
17,307
pas
Pascal
src/Common/CmdForms.pas
PMeira/dss_capi
8b80035730c9d470d057f6643db0a4d4623d70f4
[ "BSD-3-Clause" ]
4
2017-12-18T15:23:43.000Z
2019-02-05T18:22:53.000Z
src/Common/CmdForms.pas
PMeira/dss_capi
8b80035730c9d470d057f6643db0a4d4623d70f4
[ "BSD-3-Clause" ]
28
2018-02-12T20:13:26.000Z
2019-02-11T17:27:51.000Z
src/Common/CmdForms.pas
PMeira/dss_capi
8b80035730c9d470d057f6643db0a4d4623d70f4
[ "BSD-3-Clause" ]
1
2018-07-30T22:57:42.000Z
2018-07-30T22:57:42.000Z
unit CmdForms; { ---------------------------------------------------------- Copyright (c) 2008-2015, Electric Power Research Institute, Inc. All rights reserved. ---------------------------------------------------------- } { 08/17/2016 Created from OpenDSS -----------------------------------------------...
31.697802
478
0.61426
cd5e3d38da3b92f181325fe23aeb4f04fc4d547f
363
lpr
Pascal
project1.lpr
bgarrels/PHP4Lazarus
2ba45b156a5a590ea3aa049bb8e5e8bb2b86aea9
[ "PHP-3.0" ]
11
2015-10-13T07:53:21.000Z
2020-11-07T10:18:32.000Z
project1.lpr
rnapoles/PHP4Lazarus
2ba45b156a5a590ea3aa049bb8e5e8bb2b86aea9
[ "PHP-3.0" ]
null
null
null
project1.lpr
rnapoles/PHP4Lazarus
2ba45b156a5a590ea3aa049bb8e5e8bb2b86aea9
[ "PHP-3.0" ]
5
2015-04-20T08:37:16.000Z
2021-02-04T22:08:57.000Z
program project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, Unit1 { you can add units after this }; {$R *.res} begin // RequireDerivedFormResource := True; Application.Initialize; Application.CreateFor...
16.5
48
0.694215
cd35d78c6b7a19dfadbdffe9d6b66d45b3f4b2cc
1,342
pas
Pascal
main.pas
imekon/fadeinout
98c4705955dfbf2acf447d9417bbe9a7981334d6
[ "MIT" ]
null
null
null
main.pas
imekon/fadeinout
98c4705955dfbf2acf447d9417bbe9a7981334d6
[ "MIT" ]
null
null
null
main.pas
imekon/fadeinout
98c4705955dfbf2acf447d9417bbe9a7981334d6
[ "MIT" ]
null
null
null
unit main; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, actor; type TMainForm = class(TForm) procedure FormCreate(Sender: TObject); procedure FormDestroy(Sender: TObject); procedure On...
20.646154
81
0.69225
cd87163f379dce8326242c8eea9e46e8c6dadb63
883
dfm
Pascal
Chapter 7/OmniThreadLibrary/tests/56_RunInvoke/test_56_RunInvoke.dfm
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 7/OmniThreadLibrary/tests/56_RunInvoke/test_56_RunInvoke.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 7/OmniThreadLibrary/tests/56_RunInvoke/test_56_RunInvoke.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
object frmRunInvokeTester: TfrmRunInvokeTester Left = 0 Top = 0 Caption = 'Run(Invoke) tester' ClientHeight = 243 ClientWidth = 527 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPer...
19.622222
48
0.636467
17a0c30059019e7e882d1f25df22cc9c3c4b1bce
12,011
pas
Pascal
src/Horse.Provider.Daemon.pas
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
6
2020-09-29T02:13:40.000Z
2022-01-16T22:53:28.000Z
src/Horse.Provider.Daemon.pas
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
1
2022-03-28T21:11:38.000Z
2022-03-28T21:11:38.000Z
src/Horse.Provider.Daemon.pas
alantelles/horse
dd8a9eadf8222671bfa6537e52200358ed3b8261
[ "MIT" ]
1
2021-11-08T20:52:51.000Z
2021-11-08T20:52:51.000Z
unit Horse.Provider.Daemon; interface {$IF DEFINED(HORSE_DAEMON) AND NOT DEFINED(FPC)} uses Horse.Provider.Abstract, Horse.Constants, Horse.Provider.IOHandleSSL, IdHTTPWebBrokerBridge, IdSSLOpenSSL, IdContext, System.SyncObjs, System.SysUtils, Posix.SysTypes; type THorseProvider<T: class> = class(THorseProvider...
30.330808
177
0.747815
aa3c34ade32e7921e9957ad90ef862a32af304c0
1,198
dfm
Pascal
src/views/base.cadastro.view.dfm
regyssilveira/ControleAbastecimento
7cc17c3a7bd6cb2105279038170fb180e7b63dca
[ "Apache-2.0" ]
2
2021-07-17T18:40:14.000Z
2021-07-19T11:26:31.000Z
src/views/base.cadastro.view.dfm
regyssilveira/ControleAbastecimento
7cc17c3a7bd6cb2105279038170fb180e7b63dca
[ "Apache-2.0" ]
null
null
null
src/views/base.cadastro.view.dfm
regyssilveira/ControleAbastecimento
7cc17c3a7bd6cb2105279038170fb180e7b63dca
[ "Apache-2.0" ]
1
2021-11-25T18:14:35.000Z
2021-11-25T18:14:35.000Z
object FrmBaseCadastroView: TFrmBaseCadastroView Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Cadastro' ClientHeight = 319 ClientWidth = 606 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = ...
20.655172
48
0.642738
17b948f867bc143625f43b6b8eb75dd862cf3a9d
553
pas
Pascal
masterpasswordmasterunit.pas
Jeff-Bouchard/EmerAPI_KeyKeeper
ff79e71e0d1505de3a78b6543483355c1ac320ae
[ "MIT" ]
2
2019-02-05T18:34:05.000Z
2019-04-14T13:52:44.000Z
masterpasswordmasterunit.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
null
null
null
masterpasswordmasterunit.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
2
2019-04-10T21:23:42.000Z
2020-12-11T20:59:13.000Z
unit MasterPasswordWizardUnit; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls, Buttons, StdCtrls; type { TMasterPasswordWizardForm } TMasterPasswordWizardForm = class(TForm) BitBtn1: TBitBtn; BitBtn2: TBitBtn; BitBtn3: TBi...
14.552632
76
0.725136
bce84346ba05eb1bdb058a2f6e1d82ad46ca7ce9
975
pas
Pascal
Server/ClientInformation.pas
appaydin/red57
f471d023f833555f05d444543cf8fd7fa8262461
[ "Unlicense" ]
7
2020-01-15T22:30:19.000Z
2022-02-23T01:24:39.000Z
Server/ClientInformation.pas
appaydin/red57
f471d023f833555f05d444543cf8fd7fa8262461
[ "Unlicense" ]
null
null
null
Server/ClientInformation.pas
appaydin/red57
f471d023f833555f05d444543cf8fd7fa8262461
[ "Unlicense" ]
1
2021-11-12T17:24:08.000Z
2021-11-12T17:24:08.000Z
unit ClientInformation; interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, StdCtrls, Dialogs, uTypes, uSockets; type TInformationForm = class(TCForm) Information: TMemo; procedure FormCreate(Sender: TObject); private public procedure ExecuteThread(CMD: String = '')...
21.195652
94
0.683077
aab3cbbf13745d11ef3adcd21cef09c5813db3bc
529
dpr
Pascal
Chapter 7/OmniThreadLibrary/tests/18_StringMsgDispatch/app_18_StringMsgDispatch.dpr
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 7/OmniThreadLibrary/tests/18_StringMsgDispatch/app_18_StringMsgDispatch.dpr
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 7/OmniThreadLibrary/tests/18_StringMsgDispatch/app_18_StringMsgDispatch.dpr
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
program app_18_StringMsgDispatch.XE3; {$R 'MainIcon.res' '..\..\res\MainIcon.rc'} uses FastMM4, Forms, test_18_StringMsgDispatch in 'test_18_StringMsgDispatch.pas' {frmTestStringMsgDispatch}, OtlCommon in '..\..\OtlCommon.pas', OtlTask in '..\..\OtlTask.pas', OtlThreadPool in '..\..\OtlThreadPool.pas', ...
26.45
90
0.73913
17c43a35c91811946143dc0fc7de5a15419491f2
5,002
pas
Pascal
Tests/Framework/Source/WiRL.Tests.Framework.Filters.pas
bm-q/WiRL
5e3950c847b399677fe7db9329dc3e675905e140
[ "Apache-2.0" ]
1
2020-01-16T02:33:22.000Z
2020-01-16T02:33:22.000Z
Tests/Framework/Source/WiRL.Tests.Framework.Filters.pas
eStreamSoftware/WiRL
4bd105af425c65797791480426dffe6bc4e0d73b
[ "Apache-2.0" ]
null
null
null
Tests/Framework/Source/WiRL.Tests.Framework.Filters.pas
eStreamSoftware/WiRL
4bd105af425c65797791480426dffe6bc4e0d73b
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { WiRL: RESTful Library for Delphi } { ...
29.77381
81
0.659536
aa22b007c72ec768c3c4cbbb47626aba42322330
15,124
pas
Pascal
references/zeoslib/test/framework/ZTestCase.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/zeoslib/test/framework/ZTestCase.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/zeoslib/test/framework/ZTestCase.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
{*********************************************************} { } { Zeos Database Objects } { Abstract Classes for Testing Framework } { } { Originally wr...
32.949891
128
0.639646
bcf59ac17914c9f6c1891f4fd4854fb39efe6615
909
pas
Pascal
ThsFramework/Forms/OutputForms/Helper/ufrmHelperCinsOzellikleri.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/Forms/OutputForms/Helper/ufrmHelperCinsOzellikleri.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/Forms/OutputForms/Helper/ufrmHelperCinsOzellikleri.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
unit ufrmHelperCinsOzellikleri; interface {$I ThsERP.inc} uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Menus, Vcl.AppEvnts, Vcl.ComCtrls, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.DBGrids, Vcl.Samples.Spin, Vcl....
23.921053
214
0.789879
cd166764f10103ff7a1a7c47f82da336ca06fbf6
6,883
pas
Pascal
ScaledLayoutProportional.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
ScaledLayoutProportional.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
ScaledLayoutProportional.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit ScaledLayoutProportional; interface uses Debug, stringx, guihelpers_fmx, typex, System.Classes, System.Types, System.UITypes, System.SysUtils, System.Math.Vectors, FMX.Types, FMX.StdCtrls, FMX.Platform, FMX.Controls, FMX.InertialMovement, fmx.layouts; type TAnotherFuckingHackedDelphiControl = class(TCo...
25.120438
120
0.717274
bc43b4e1d7fec49fb9897e090126bc3db5c1d30c
29,747
pas
Pascal
checkoptions.pas
turkerali/fpcupdeluxe
bf164675afc680015d17277ffe530ad6088b79be
[ "zlib-acknowledgement" ]
1
2021-07-10T08:00:18.000Z
2021-07-10T08:00:18.000Z
checkoptions.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
null
null
null
checkoptions.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
null
null
null
unit checkoptions; interface uses installerManager; const OK_IGNORE=0; CHECKOPTIONS_SUCCESS=-1; //checkoptions ran ok ERROR_WRONG_OPTIONS=13; //user specified incorrect command line options FPCUP_GETHELP=32; //get help ERROR_FPCUP_BUILD_FAILED=64; //fpcup ran but build failed function CheckFPCUPOptions(FM...
39.715621
190
0.637577
17516e0effe710a4c4a0caa0d853ce7d949129f2
851,934
pas
Pascal
vcl/XLSReadWrite6/SrcXLS/xpgParseDrawingCommon.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/XLSReadWrite6/SrcXLS/xpgParseDrawingCommon.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/XLSReadWrite6/SrcXLS/xpgParseDrawingCommon.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
unit xpgParseDrawingCommon; // Copyright (c) 2010,2012 Axolot Data // Web : http://www.axolot.com/xpg // Mail: xpg@axolot.com // // X X PPP GGG // X X P P G // X PPP G GG // X X P G G // X X P GGG // // File generated with Axolot XPG, Xml Parser Generator. // Version 0.00.90. // Fil...
28.405375
805
0.738588
cd92626c0d911f125071c959fc7e01c304c6050e
1,927
dfm
Pascal
Catalogos/ReglaNegocioForm.dfm
alexismzt/SOFOM
57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7
[ "Apache-2.0" ]
null
null
null
Catalogos/ReglaNegocioForm.dfm
alexismzt/SOFOM
57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7
[ "Apache-2.0" ]
51
2018-07-25T15:39:25.000Z
2021-04-21T17:40:57.000Z
Catalogos/ReglaNegocioForm.dfm
alexismzt/SOFOM
57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7
[ "Apache-2.0" ]
1
2021-02-23T17:27:06.000Z
2021-02-23T17:27:06.000Z
inherited frmReglaNegocio: TfrmReglaNegocio Caption = 'Regla de Negocio' ClientHeight = 230 ClientWidth = 436 ExplicitWidth = 442 ExplicitHeight = 258 PixelsPerInch = 96 TextHeight = 13 inherited pcMain: TcxPageControl Width = 436 Height = 189 ClientRectBottom = 187 ClientRec...
24.392405
54
0.569279
bc4870704ddcdc61a0c23429c93ea4a97be77197
214
pas
Pascal
app/src/main/assets/CodeSample/Android/generate_tone.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
81
2017-05-07T13:26:56.000Z
2022-03-03T19:39:15.000Z
app/src/main/assets/CodeSample/Android/generate_tone.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
52
2017-06-13T08:46:43.000Z
2021-06-09T09:50:07.000Z
app/src/main/assets/CodeSample/Android/generate_tone.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
28
2017-05-22T21:09:58.000Z
2021-09-07T13:05:27.000Z
uses aTone; var phone : string; time : integer; begin writeln('Enter your phone number (or 1234567890): '); readln(phone); time := 1000; {1000 milisecond} generateTones(phone, time); readln; end.
13.375
55
0.663551
cd4a9a0ab8fc85d4cf8dd5bd729379d7e28f5803
108,432
pas
Pascal
Version8/Source/PCElements/PVsystem.pas
PMeira/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
1
2018-10-10T01:38:14.000Z
2018-10-10T01:38:14.000Z
Version8/Source/PCElements/PVsystem.pas
PMeira/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
7
2018-08-15T04:00:26.000Z
2018-10-25T10:15:59.000Z
Version8/Source/PCElements/PVsystem.pas
PMeira/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
null
null
null
unit PVsystem; { ---------------------------------------------------------- Copyright (c) 2011-2015, Electric Power Research Institute, Inc. All rights reserved. ---------------------------------------------------------- } { Change Log 1/28/2011 Created from Storage Model To Do: Make connection...
35.057226
196
0.54151
cd5000f13bab25865902e4a4f998bc669220e475
43,287
pas
Pascal
references/embarcadero/rio/10_3_3/patched/rtl/android/Androidapi.JNI.Location.pas
proyectoanamnesis/alcinoe
c107d865c13e2e891f9b8368d6efcc11815fe3eb
[ "Apache-2.0" ]
2
2020-02-17T18:42:30.000Z
2020-11-14T04:57:48.000Z
references/embarcadero/rio/10_3_3/patched/rtl/android/Androidapi.JNI.Location.pas
proyectoanamnesis/alcinoe
c107d865c13e2e891f9b8368d6efcc11815fe3eb
[ "Apache-2.0" ]
2
2019-06-23T00:02:43.000Z
2019-10-12T22:39:28.000Z
references/embarcadero/rio/10_3_3/patched/rtl/android/Androidapi.JNI.Location.pas
marlonnardi/alcinoe
5e14b2fca7adcc38e483771055b5623501433334
[ "Apache-2.0" ]
null
null
null
{*******************************************************} { } { CodeGear Delphi Runtime Library } { Copyright(c) 2013-2019 Embarcadero Technologies, Inc. } { All rights reserved } { ...
57.031621
279
0.768452
aa2783d01c3c8a97fcf179fbc62b92574186b25b
703
pas
Pascal
runtime/Pascal/Parse.Easy.Parser.Action.pas
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
16
2018-11-03T14:52:08.000Z
2021-09-19T10:05:09.000Z
runtime/Pascal/Parse.Easy.Parser.Action.pas
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
null
null
null
runtime/Pascal/Parse.Easy.Parser.Action.pas
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
1
2018-11-04T13:29:31.000Z
2018-11-04T13:29:31.000Z
// ----------- Parse::Easy::Runtime ----------- // https://github.com/MahdiSafsafi/Parse-Easy // -------------------------------------------- unit Parse.Easy.Parser.Action; interface uses System.Classes, System.SysUtils; type TActionType = (atUnkown,atShift, atReduce, atJump); TAction = class(TObject) pr...
19
69
0.651494
aa90a7c4508ae6f4854468ffc3f524be6343b3d6
5,904
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Utils/uOwnerWrapper.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
72
2015-02-03T02:30:45.000Z
2020-01-30T17:20:52.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Utils/uOwnerWrapper.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
80
2016-04-19T12:04:06.000Z
2020-01-31T14:35:19.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Utils/uOwnerWrapper.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
unit uOwnerWrapper; { What this is, and why it's needed: The Problem: 1) Order Menu or Order Set or Reminder Dialog calls ActivateOrderDialog. The Dialog created is an auto-accept quick order, so the dialog is created but never displayed to the user. The calling form (order menu, order set or reminder di...
27.71831
96
0.740684
cd1e9db0c90e01e9c01478a03e5756426b7b6f25
175
pas
Pascal
src/Tests/test3.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
1
2020-03-29T13:59:38.000Z
2020-03-29T13:59:38.000Z
src/Tests/test3.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
null
null
null
src/Tests/test3.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
null
null
null
program test3; VAR o : real = 13; p : real = 13.5; re : real = o + p; ree : real = p * o; BEGIN writeln(re); writeln(ree); END; (*OUTPUT 26.5 175.5 *)
11.666667
23
0.497143
aac7b1ffd743d84b18a78f4c2a910000e9f1a950
21,648
dfm
Pascal
Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Relatorios/UfwzFIN_FluxoCaixa2.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/Financeiro/Relatorios/UfwzFIN_FluxoCaixa2.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
null
null
null
Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Relatorios/UfwzFIN_FluxoCaixa2.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
3
2020-02-17T18:01:52.000Z
2020-05-07T07:51:28.000Z
inherited fwzFIN_FluxoCaixa2: TfwzFIN_FluxoCaixa2 Left = 403 Top = 172 Caption = 'Fluxo de Caixa' ClientHeight = 547 ClientWidth = 851 ActionList.Left = 58 ActionList.Top = 4 ExplicitWidth = 857 ExplicitHeight = 576 PixelsPerInch = 96 TextHeight = 13 inherited _pnlForm: TJvPanel Width = 851 ...
31.465116
159
0.440503
cd9808b7c6bb96c50746611dc77705f61d2f66e5
7,795
pas
Pascal
RMSVST4/UCAudioProcessor.pas
RuudErmers/RMSVST3_2
e68a321e25fda9b4707b67e0d8f0d36ea2a50f54
[ "Zlib" ]
3
2020-04-20T16:12:03.000Z
2021-03-07T02:37:56.000Z
RMSVST4/UCAudioProcessor.pas
RuudErmers/RMSVST3_2
e68a321e25fda9b4707b67e0d8f0d36ea2a50f54
[ "Zlib" ]
null
null
null
RMSVST4/UCAudioProcessor.pas
RuudErmers/RMSVST3_2
e68a321e25fda9b4707b67e0d8f0d36ea2a50f54
[ "Zlib" ]
2
2020-07-19T16:35:44.000Z
2020-09-13T20:05:47.000Z
unit UCAudioProcessor; interface uses Vst3Base,UVST3Processor; type CAudioProcessor = class(TAggregatedObject,IAudioProcessor) private IVST3:IVST3Processor; FSamplerate,Ftempo:single; FPPQ:integer; FPlaying:boolean; public function SetBusArrangements(inputs: PSpeakerArrangement; numIns: int32; outputs: PSp...
32.479167
144
0.671456
cda6babc8936213871ac1d07d7d2240a64a423b2
2,531
pas
Pascal
samples/server_in_dll/host_application/MainFormU.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
1,009
2015-05-28T12:34:39.000Z
2022-03-30T14:10:18.000Z
samples/server_in_dll/host_application/MainFormU.pas
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
454
2015-05-28T12:44:27.000Z
2022-03-31T22:35:45.000Z
samples/server_in_dll/host_application/MainFormU.pas
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
377
2015-05-28T16:29:21.000Z
2022-03-21T18:36:12.000Z
unit MainFormU; interface uses REST.RestServer, Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TStartServerProc = procedure(const Port: Integer); stdcall; TStopServerProc = procedure; ...
22.801802
85
0.741999
cd340b945a4648605c310825c9d5710dd6a6a46b
409
pas
Pascal
uAddRubrique.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
uAddRubrique.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
uAddRubrique.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
unit uAddRubrique; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, sEdit, sGroupBox; type TForm1 = class(TForm) sGroupBox1: TsGroupBox; sEdit1: TsEdit; sEdit2: TsEdit; sEdit3: TsEdit; private { Private declarations } public ...
14.103448
76
0.687042
cd841e458acc5128d30e2b19d8f111e1ca491f78
229
dpr
Pascal
Examples/TurboJpeg/test_turbojpeg.dpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
18
2015-05-18T01:55:45.000Z
2019-05-03T03:23:52.000Z
Examples/TurboJpeg/test_turbojpeg.dpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Examples/TurboJpeg/test_turbojpeg.dpr
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
19
2015-05-14T01:06:35.000Z
2019-06-02T05:19:00.000Z
program test_turbojpeg; uses Forms, _fmMain in '_fmMain.pas' {fmMain}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfmMain, fmMain); Application.Run; end.
15.266667
42
0.733624
cd54353ed33026bc8bda93ef3d1bd2c1b466382a
37,858
pas
Pascal
src/libraries/cryptolib4pascal/ClpECCompUtilities.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
384
2016-07-16T10:07:28.000Z
2021-12-29T11:22:56.000Z
src/libraries/cryptolib4pascal/ClpECCompUtilities.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
165
2016-09-11T11:06:04.000Z
2021-12-05T23:31:55.000Z
src/libraries/cryptolib4pascal/ClpECCompUtilities.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
210
2016-08-26T14:49:47.000Z
2022-02-22T18:06:33.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
24.663192
93
0.663638
cd266de7191d56a588c09d0ef453948bb6cd490b
3,898
pas
Pascal
src/Summer.Queryable.pas
jcangas/Summer
486bbbd5d68932c904c2f2c70b17b76f0425b1f4
[ "CC-BY-3.0" ]
3
2018-01-09T15:11:50.000Z
2021-03-22T21:22:26.000Z
src/Summer.Queryable.pas
jcangas/Summer
486bbbd5d68932c904c2f2c70b17b76f0425b1f4
[ "CC-BY-3.0" ]
null
null
null
src/Summer.Queryable.pas
jcangas/Summer
486bbbd5d68932c904c2f2c70b17b76f0425b1f4
[ "CC-BY-3.0" ]
1
2021-03-22T21:22:31.000Z
2021-03-22T21:22:31.000Z
{== License == - "Summer for Delphi" by Jorge L. Cangas <jorge.cangas@gmail.com> is licensed under CC BY 4.0 - Summer for Delphi - http://github.com/jcangas/Summer - Summer - Copyright(c) Jorge L. Cangas, Some rights reserved. - Your reuse is governed by the Creative Commons Attribution 4.0 License http://creati...
23.768293
118
0.69882
aa32897cfb74c99547d8122e785db8ebd1bb04b8
3,405
dpr
Pascal
End To End Test/EndToEndTest.dpr
TCardinal/Delphi-JsonToDelphiClass
49b3b75cdcd8b4dcd12989df9b0b28c51c298057
[ "MIT" ]
56
2019-12-20T20:02:01.000Z
2022-03-29T04:20:25.000Z
End To End Test/EndToEndTest.dpr
TCardinal/Delphi-JsonToDelphiClass
49b3b75cdcd8b4dcd12989df9b0b28c51c298057
[ "MIT" ]
null
null
null
End To End Test/EndToEndTest.dpr
TCardinal/Delphi-JsonToDelphiClass
49b3b75cdcd8b4dcd12989df9b0b28c51c298057
[ "MIT" ]
15
2019-12-20T20:06:00.000Z
2022-02-07T10:58:34.000Z
program EndToEndTest; {$APPTYPE CONSOLE} {$R *.res} {$R 'DemoProject.res' '..\Demo Generator\DemoProject.rc'} {$R 'JSON_PAS.res' '..\Lib\JSON_PAS.rc'} uses Winapi.Windows, Winapi.ShellAPI, System.SysUtils, System.IOUtils, System.Classes, System.Console in 'System.Console.pas', Pkg.Json.Map...
31.238532
161
0.638767
cd8d4b55c4d4b35ec079556c4f8dba981f2a85b7
2,073
pas
Pascal
Dark_Asteroids/trigu.pas
delphi-pascal-archive/dark-asteroids
7519cfa3448fb704846dd23e329cfdd94b9812f6
[ "Unlicense" ]
null
null
null
Dark_Asteroids/trigu.pas
delphi-pascal-archive/dark-asteroids
7519cfa3448fb704846dd23e329cfdd94b9812f6
[ "Unlicense" ]
null
null
null
Dark_Asteroids/trigu.pas
delphi-pascal-archive/dark-asteroids
7519cfa3448fb704846dd23e329cfdd94b9812f6
[ "Unlicense" ]
null
null
null
{******************************************************************************************** ** TestTrig.Pas Unit ** ** ------------------------------------------------------------------------------------ ** ** This unit generates a sine and...
30.940299
97
0.563435
cd82740167a776f89cf67ea711b3bab64872d755
290
pas
Pascal
Test/SimpleScripts/exit_result.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/SimpleScripts/exit_result.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/SimpleScripts/exit_result.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
function MyFunc(i : Integer) : Integer; begin if i<=0 then Exit(-1) else begin Result:=i; if i=10 then Exit(i+1) else if i>10 then Exit(Result+2) end; end; PrintLn(MyFunc(0)); PrintLn(MyFunc(5)); PrintLn(MyFunc(10)); PrintLn(MyFunc(11));
16.111111
39
0.572414
cd8f3947ce035abf1bcdb1f7192b54493fdc06d9
963
dfm
Pascal
Jour-13-VCL-Pascal-POO/2-ProcEtFunc/Unit1.dfm
DeveloppeurPascal/ApprendreLaProgrammationAvecDelphi
80086403e6bbdd67d2ea9933033fa9d45f133c5d
[ "MIT" ]
8
2020-04-15T12:08:44.000Z
2021-12-16T08:13:45.000Z
Jour-13-VCL-Pascal-POO/2-ProcEtFunc/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
null
null
null
Jour-13-VCL-Pascal-POO/2-ProcEtFunc/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
7
2020-04-16T21:52:52.000Z
2021-12-13T01:36:54.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 299 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = ...
18.519231
33
0.57217
cd5f69877899c1ee3cf4f2e6034aace6c9fb9983
1,274
pas
Pascal
src/test/pascal/parse/ult.pas
luserazo/luxoc
0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a
[ "Apache-2.0" ]
null
null
null
src/test/pascal/parse/ult.pas
luserazo/luxoc
0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a
[ "Apache-2.0" ]
null
null
null
src/test/pascal/parse/ult.pas
luserazo/luxoc
0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a
[ "Apache-2.0" ]
null
null
null
Program theUltimateTest (input,output); { This file contains a version of ult.pas with errors removed } Var h,z,i,x,y : integer; w : array [1..5] of integer; rl : real; function gcd (a, b : integer) : result integer; var xk : integer; begin write(a,b); if (b <= 0) then gcd := a else begin ...
17.216216
63
0.492936
cd20286af8243a70e9c3b457aa1974ab531fd68d
17,196
pas
Pascal
LabRabKompas/Sample1/Kompas6Constants3D_TLB.pas
pisfu/API
3e0e39e6acee2d53079e6a703babc4e0e2eb0f19
[ "MIT" ]
2
2018-05-20T03:17:03.000Z
2020-12-16T07:25:39.000Z
LabRabKompas/Sample1/Kompas6Constants3D_TLB.pas
pisfu/API
3e0e39e6acee2d53079e6a703babc4e0e2eb0f19
[ "MIT" ]
null
null
null
LabRabKompas/Sample1/Kompas6Constants3D_TLB.pas
pisfu/API
3e0e39e6acee2d53079e6a703babc4e0e2eb0f19
[ "MIT" ]
1
2020-12-16T07:25:40.000Z
2020-12-16T07:25:40.000Z
unit Kompas6Constants3D_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated fro...
27.690821
81
0.690044
aa51df69ac1bd98dc37213c177fef5353fb3a6d6
1,748
pas
Pascal
Scripts - PCB/DeleteInvalidPCBObjects/StatusForm.pas
coffeenmusic/scripts-libraries
ce287ab0f21000befd4d48e5ca0b2f60f785dfc1
[ "MIT" ]
345
2015-07-21T16:39:45.000Z
2022-03-29T23:09:32.000Z
Scripts - PCB/DeleteInvalidPCBObjects/StatusForm.pas
coffeenmusic/scripts-libraries
ce287ab0f21000befd4d48e5ca0b2f60f785dfc1
[ "MIT" ]
54
2015-09-14T14:05:01.000Z
2022-01-24T07:58:17.000Z
Scripts - PCB/DeleteInvalidPCBObjects/StatusForm.pas
coffeenmusic/scripts-libraries
ce287ab0f21000befd4d48e5ca0b2f60f785dfc1
[ "MIT" ]
205
2015-08-30T16:02:21.000Z
2022-03-30T22:28:30.000Z
unit InvalidObjectFinder; interface Type {..............................................................................} TFormStatus = class (TForm) ProgressBar : TProgressBar; statusLabel : TLabel; End; {..............................................................................} Var Fo...
29.133333
85
0.401602
cd669409bee793e48667387669c710b82affad0e
2,798
pas
Pascal
Packages/Connectors/UCMyDACConn/UCMyDACConn.pas
devconsult/usercontrol
15fb9593042e9a7c92467271dab9127fda84c787
[ "Apache-2.0" ]
null
null
null
Packages/Connectors/UCMyDACConn/UCMyDACConn.pas
devconsult/usercontrol
15fb9593042e9a7c92467271dab9127fda84c787
[ "Apache-2.0" ]
null
null
null
Packages/Connectors/UCMyDACConn/UCMyDACConn.pas
devconsult/usercontrol
15fb9593042e9a7c92467271dab9127fda84c787
[ "Apache-2.0" ]
null
null
null
{----------------------------------------------------------------------------- Unit Name: UCMyDACConn Author: QmD Date: 22-nov-2004 Purpose: MyDAC Support registered in UCMyDACReg.pas -----------------------------------------------------------------------------} unit UCMyDACConn; interface ...
26.149533
84
0.67584
17bbb0b9bf42f7a22381267ab91234925721b91c
4,488
pas
Pascal
delphi/0452.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
delphi/0452.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
delphi/0452.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
rgilland@ecn.net.au (Robert Gilland) "Guy Vandenberg" <guyvdb@MindSpring> You are a genius. After pulling my hair out and downloading anything that had anything to do with printing in delphi on the net and getting nowhere fast. Your little piece of code actually made sence to me and was userfrindly. I put it...
31.605634
81
0.659982
cd9c3aec4a21ea3c5d16c867926ba9df6f5800ec
4,739
pas
Pascal
frmcmdu.pas
h0lmes/terry
60ea4cc6a2fcff0ab488452cabce490171472970
[ "MIT" ]
8
2015-01-10T07:27:00.000Z
2022-03-29T06:53:13.000Z
frmcmdu.pas
h0lmes/terry
60ea4cc6a2fcff0ab488452cabce490171472970
[ "MIT" ]
1
2021-12-07T21:37:04.000Z
2021-12-07T21:37:04.000Z
frmcmdu.pas
h0lmes/tdock
99fc4197edd9e740a2a69c350aff25d6c3300b11
[ "MIT" ]
2
2016-07-16T02:10:43.000Z
2020-08-14T08:39:31.000Z
unit frmcmdu; interface uses Windows, Messages, SysUtils, Classes, Controls, Forms, Dialogs, StdCtrls, LMessages; type { Tfrmcmd } Tfrmcmd = class(TForm) btn_browse: TButton; edcmd: TEdit; procedure FormKeyDown(Sender: TObject; var Key: word; Shift: TShiftState); procedure FormShortCut(var Ms...
28.721212
86
0.555602
440801b78a9f180276648de4d0be17d470e682e1
8,674
pas
Pascal
mouse/0039.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
mouse/0039.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
mouse/0039.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ Here's a program (unit) I just wrote that has a few nifty applications. It captures a 16x16 area on the mode 13h screen and converts the coordinates to a "mouse" array. Please note that there is a demo program included. You may modify the programs if you wish. Please e-mail me if you have any comments or ques...
23.254692
71
0.479709
17a20d7e3df0d92a32373f0c193ae8f6de0b335b
260
pas
Pascal
Test/FailureScripts/inherited5.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/inherited5.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/inherited5.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
type TBase = class Field : Integer; property Prop : Integer write Field; end; type TChild = class(TBase) function Func : Integer; end; function TChild.Func : Integer; begin Result := inherited Prop; end;
16.25
43
0.584615
cd69a6882930c5912618f432c5ad0cbfdcb45c91
25,838
pas
Pascal
Components/jcl/experts/debug/dialog/ExceptDlgMail.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/jcl/experts/debug/dialog/ExceptDlgMail.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/jcl/experts/debug/dialog/ExceptDlgMail.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) } { ...
33.73107
182
0.565021
17dc3736c4b5c7a33545c3d81cf9acbc960a2e93
1,854
pas
Pascal
demos/GChartsDemo/Demo.MaterialBarChart.RightY.pas
fuadhs88/Delphi-GCharts
3ab84c0ac5c13386e9903f44dd7ef536b6e18733
[ "Apache-2.0" ]
40
2021-09-20T08:44:57.000Z
2022-02-20T17:43:50.000Z
demos/GChartsDemo/Demo.MaterialBarChart.RightY.pas
MorphineLLF/Delphi-GCharts
3ab84c0ac5c13386e9903f44dd7ef536b6e18733
[ "Apache-2.0" ]
1
2021-11-15T03:11:12.000Z
2021-12-18T01:58:46.000Z
demos/GChartsDemo/Demo.MaterialBarChart.RightY.pas
MorphineLLF/Delphi-GCharts
3ab84c0ac5c13386e9903f44dd7ef536b6e18733
[ "Apache-2.0" ]
7
2021-09-22T00:12:44.000Z
2022-02-28T12:43:29.000Z
unit Demo.MaterialBarChart.RightY; interface uses System.Classes, Demo.BaseFrame, cfs.GCharts; type TDemo_MaterialBarChart_RightY = class(TDemoBaseFrame) public procedure GenerateChart; override; end; implementation procedure TDemo_MaterialBarChart_RightY.GenerateChart; var Chart: IcfsGChartProducer;...
31.423729
83
0.730313
1792d2f04e95a836fe585cd57679752baf76c4ca
3,235
dfm
Pascal
dlgSubmitBugReport.dfm
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
dlgSubmitBugReport.dfm
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
dlgSubmitBugReport.dfm
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
object dlgSubmitBug: TdlgSubmitBug Left = 92 Top = 103 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Submit Bug Report' ClientHeight = 439 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans ...
18.591954
74
0.580835
cd3714003d228ad06da445e1c673b87fb3fea098
116
pas
Pascal
PascalCompiler/Tests/SyntaxAnalyzer/Declarations/34.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
2
2018-07-06T09:50:57.000Z
2019-10-06T12:57:57.000Z
PascalCompiler/Tests/SyntaxAnalyzer/Declarations/34.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
null
null
null
PascalCompiler/Tests/SyntaxAnalyzer/Declarations/34.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
null
null
null
program test; var a: record a: Integer; b: Integer; end = ( b: 10; ); begin end.
11.6
19
0.439655
8ae3b6d8b5f45f8a8c10cd984069c5f950343ee7
8,326
pas
Pascal
lib/swagdoc/Source/Swag.Doc.FileLoader.pas
JensMertelmeyer/delphimvcframework
1c9bcea41cbded5eacffeaab3275b9b9aa9761de
[ "Apache-2.0" ]
1,009
2015-05-28T12:34:39.000Z
2022-03-30T14:10:18.000Z
Source/Swag.Doc.FileLoader.pas
sandrolborges/SwagDoc
78ac53003e1cc484bf690bf9e943bbd21ca0f77e
[ "Apache-2.0" ]
454
2015-05-28T12:44:27.000Z
2022-03-31T22:35:45.000Z
Source/Swag.Doc.FileLoader.pas
sandrolborges/SwagDoc
78ac53003e1cc484bf690bf9e943bbd21ca0f77e
[ "Apache-2.0" ]
377
2015-05-28T16:29:21.000Z
2022-03-21T18:36:12.000Z
{******************************************************************************} { } { Delphi SwagDoc Library } { Copyright (c) 2018 Marcelo Jaloto ...
41.217822
115
0.650613