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
61c9fc388827b08a633868e7621c420c6f6729c6
117,444
pas
Pascal
src/Class_LetoScriptEnv.pas
dunahan/Leto
939af4243d4881288ce831e26837d7cdc52a784d
[ "BSD-3-Clause" ]
null
null
null
src/Class_LetoScriptEnv.pas
dunahan/Leto
939af4243d4881288ce831e26837d7cdc52a784d
[ "BSD-3-Clause" ]
null
null
null
src/Class_LetoScriptEnv.pas
dunahan/Leto
939af4243d4881288ce831e26837d7cdc52a784d
[ "BSD-3-Clause" ]
null
null
null
(*------------------------------------------------------------------------------ Class_LetoScriptEnv Holds the environment for a LetoScript, such a global variables, file handles, pragmas, and statistics. Abstracting the environment is a prerequisite for splitting the LetoScript engine into several units, without...
25.925828
109
0.493222
6a09560b27a349a67f2f9265280be86921b571cb
579
pas
Pascal
EventoOnKeyPress/unitmain.pas
LeandroTeodoroRJ/ExemplosLazarus
ea2ce5bfc986940f1e13c3a489573a479870b2aa
[ "MIT" ]
null
null
null
EventoOnKeyPress/unitmain.pas
LeandroTeodoroRJ/ExemplosLazarus
ea2ce5bfc986940f1e13c3a489573a479870b2aa
[ "MIT" ]
null
null
null
EventoOnKeyPress/unitmain.pas
LeandroTeodoroRJ/ExemplosLazarus
ea2ce5bfc986940f1e13c3a489573a479870b2aa
[ "MIT" ]
1
2021-12-24T20:45:35.000Z
2021-12-24T20:45:35.000Z
unit unitMain; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls; type { TForm1 } TForm1 = class(TForm) Edit1: TEdit; Label1: TLabel; Label2: TLabel; procedure Edit1KeyPress(Sender: TObject; var Key: char); private public end...
13.159091
76
0.675302
6a976cb877188987ac32bf843b87011c388aa815
1,166
dfm
Pascal
FindDlg.dfm
jon1scr/IDR
42047c5514b1bd15b287232ca588f292994aaa5a
[ "MIT" ]
644
2016-02-16T22:49:56.000Z
2022-03-31T17:46:02.000Z
FindDlg.dfm
jon1scr/IDR
42047c5514b1bd15b287232ca588f292994aaa5a
[ "MIT" ]
65
2016-03-28T09:13:09.000Z
2022-01-09T21:13:19.000Z
FindDlg.dfm
jon1scr/IDR
42047c5514b1bd15b287232ca588f292994aaa5a
[ "MIT" ]
222
2016-02-17T01:19:56.000Z
2022-03-28T06:07:46.000Z
object FindDlg_11011981: TFindDlg_11011981 Left = 487 Top = 325 BorderStyle = bsToolWindow Caption = 'Find' ClientHeight = 118 ClientWidth = 473 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInc...
18.806452
43
0.58319
6a5e655e3c9df1f86142677c30e325a689dab3c8
387
lpr
Pascal
src/application_config_demo.lpr
gcarreno/Lazarus-Application-With-Config
e50a97ea9de19d24ad2bdd1256027a460e219194
[ "Unlicense" ]
null
null
null
src/application_config_demo.lpr
gcarreno/Lazarus-Application-With-Config
e50a97ea9de19d24ad2bdd1256027a460e219194
[ "Unlicense" ]
null
null
null
src/application_config_demo.lpr
gcarreno/Lazarus-Application-With-Config
e50a97ea9de19d24ad2bdd1256027a460e219194
[ "Unlicense" ]
1
2021-04-15T10:37:50.000Z
2021-04-15T10:37:50.000Z
program application_config_demo; {$mode objfpc}{$H+} uses {$IFDEF UNIX} cthreads, {$ENDIF} Interfaces, // this includes the LCL widgetset Forms, ACD.Forms.Main { you can add units after this }; {$R *.res} begin RequireDerivedFormResource:=True; Application.Scaled:=True; Application.Initialize; A...
16.826087
48
0.718346
6ad1edd8ac222e0e73136710c8891af4eaa38f55
248
pas
Pascal
app/src/main/assets/CodeSample/System/StringToInt.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/System/StringToInt.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/System/StringToInt.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
28
2017-05-22T21:09:58.000Z
2021-09-07T13:05:27.000Z
program StringToInt; const number = 1101010; var s : string; begin str(number, s); writeln('Number is ', number); writeln('String is ', s); readln; end. {if you want to improve this code, please send code to me tranleduy1233@gmail.com}
17.714286
57
0.693548
6a6afae4543108ea51bc358892ea31f1e4ab603b
2,910
pas
Pascal
exercises/sum-of-multiples/uSumOfMultiplesTest.pas
onionspider/delphi
c701be3b18ee9ec5bbdc757da6a8b4bf5ca9f922
[ "MIT" ]
null
null
null
exercises/sum-of-multiples/uSumOfMultiplesTest.pas
onionspider/delphi
c701be3b18ee9ec5bbdc757da6a8b4bf5ca9f922
[ "MIT" ]
null
null
null
exercises/sum-of-multiples/uSumOfMultiplesTest.pas
onionspider/delphi
c701be3b18ee9ec5bbdc757da6a8b4bf5ca9f922
[ "MIT" ]
null
null
null
unit uSumOfMultiplesTest; interface uses DUnitX.TestFramework, uSumsOfMultiples; const CanonicalVersion = '1.2.0'; type [TestFixture] TSumsOfMultipleTest = class(TObject) public [Test] // [Ignore('Comment the "[Ignore]" statement to run the test')] procedure multiples_of_3_or_5_up_to_1; [Test...
21.086957
69
0.760137
858f1b1e9c8b0e1e87e50f7d68eaa427184f686c
612,173
pas
Pascal
_LIBRARY/LUXOPHIA/LUX.GPU.Vulkan/vulkan_core.pas
LUXOPHIA/VulkanSamples
6e67aba121387481c5f06041c1f602ffad352491
[ "MIT" ]
3
2021-02-22T15:19:42.000Z
2021-02-27T15:36:42.000Z
_LIBRARY/LUXOPHIA/LUX.GPU.Vulkan/vulkan_core.pas
LUXOPHIA/VulkanSamples
6e67aba121387481c5f06041c1f602ffad352491
[ "MIT" ]
null
null
null
_LIBRARY/LUXOPHIA/LUX.GPU.Vulkan/vulkan_core.pas
LUXOPHIA/VulkanSamples
6e67aba121387481c5f06041c1f602ffad352491
[ "MIT" ]
null
null
null
unit vulkan_core; (* ** Copyright 2015-2021 The Khronos Group Inc. ** ** SPDX-License-Identifier: Apache-2.0 *) (* ** This header is generated from the Khronos Vulkan XML API Registry. ** *) interface //#################################################################### ■ uses LUX.Code.C; const DLLNAME = 'vulkan...
46.187792
576
0.802366
8524e05ffd2bb1cc0599d67afe0e19f4d0e889e1
478
dpr
Pascal
samples/experimental/LuaTest.dpr
danieleteti/lua4delphi
976a938e8042946e80850b5d996c5986196630f1
[ "Apache-2.0" ]
27
2016-02-28T00:33:02.000Z
2022-02-06T11:18:48.000Z
samples/experimental/LuaTest.dpr
AngusPasc/lua4delphi
976a938e8042946e80850b5d996c5986196630f1
[ "Apache-2.0" ]
null
null
null
samples/experimental/LuaTest.dpr
AngusPasc/lua4delphi
976a938e8042946e80850b5d996c5986196630f1
[ "Apache-2.0" ]
9
2016-07-13T16:48:15.000Z
2021-11-22T08:35:25.000Z
program LuaTest; uses Vcl.Forms, Unit11 in 'Unit11.pas' {Form11} , LuaBind.Intf in '..\..\LuaBind.Intf.pas', LuaBind in '..\..\LuaBind.pas', LuaBind.CustomType.DataSet in '..\..\LuaBind.CustomType.DataSet.pas', LuaBind.DelphiObjects in '..\..\LuaBind.DelphiObjects.pas'; {$R *.res} begin ReportMemoryLe...
21.727273
71
0.705021
cd9b1c555c28d944b47641ea4596ac43496684f7
2,160
pas
Pascal
Tests/Source/UnitTests.pas
codebizarro/EasyIp
43fac2b7a6e0828addeadcf7881b792b3373dd81
[ "Apache-2.0" ]
null
null
null
Tests/Source/UnitTests.pas
codebizarro/EasyIp
43fac2b7a6e0828addeadcf7881b792b3373dd81
[ "Apache-2.0" ]
null
null
null
Tests/Source/UnitTests.pas
codebizarro/EasyIp
43fac2b7a6e0828addeadcf7881b792b3373dd81
[ "Apache-2.0" ]
null
null
null
unit UnitTests; interface uses SysUtils, Classes, eiTypes, eiConstants, eiProtocol, eiHelpers, TestFramework, TestExtensions, StopWatch, Windows; type TPacketFactoryTest = class(TTestCase) private FPacketSize: int; protected procedure SetUp; override; proce...
19.285714
80
0.711111
857348962bbfb58c40b72638e9097ce709c0fc7d
154,947
pas
Pascal
xygr212/xygraph.pas
KeesVanImmerzeel/DELPHI_ServiceRoutines
55b3acfe988af8044a7476e3450dbbf2520ae21f
[ "MIT" ]
1
2019-01-27T10:38:13.000Z
2019-01-27T10:38:13.000Z
xygr212/xygraph.pas
KeesVanImmerzeel/DELPHI_ServiceRoutines
55b3acfe988af8044a7476e3450dbbf2520ae21f
[ "MIT" ]
null
null
null
xygr212/xygraph.pas
KeesVanImmerzeel/DELPHI_ServiceRoutines
55b3acfe988af8044a7476e3450dbbf2520ae21f
[ "MIT" ]
null
null
null
unit xygraph; // version 2.1.2 {=========================================================================} { } { The sourcefiles XYGRAPH.PAS, XYGRAPH3D.PAS and XYCOMMON.PAS are } { supplied as freeware. As such they are subjected to copyri...
36.613185
130
0.578895
cd44effdeaf146582ab4a6696bd8d0b3f778303e
703
pas
Pascal
Chapter10/S3Test/uDMS3.pas
PacktPublishing/Expert-Delpi
b80f67884cfde32fff4c88cd8bd8dab30bfb8270
[ "MIT" ]
22
2017-09-13T23:05:34.000Z
2022-01-09T11:36:41.000Z
Chapter10/S3Test/uDMS3.pas
Nitin-Mane/Expert-Delphi
b80f67884cfde32fff4c88cd8bd8dab30bfb8270
[ "MIT" ]
null
null
null
Chapter10/S3Test/uDMS3.pas
Nitin-Mane/Expert-Delphi
b80f67884cfde32fff4c88cd8bd8dab30bfb8270
[ "MIT" ]
11
2017-10-30T17:31:21.000Z
2021-08-29T22:39:39.000Z
unit uDMS3; interface uses System.SysUtils, System.Classes, Data.Cloud.CloudAPI, Data.Cloud.AmazonAPI; type TDMS3 = class(TDataModule) AmazonConnectionInfo1: TAmazonConnectionInfo; private FS3: TAmazonStorageService; function GetS3: TAmazonStorageService; public destructor Destroy; override; ...
15.977273
77
0.742532
6a749f437732f99da4605d76edb5acf66287028b
823
lpr
Pascal
tsmbios-master/Samples Lazarus/Table 12 System Configuration Options/SystemConfInfo.lpr
Organization-reBatch/reBatch
1de155cafcd344d633551d4dbe04b304a7878467
[ "Apache-2.0" ]
1
2021-03-31T14:25:39.000Z
2021-03-31T14:25:39.000Z
tsmbios-master/Samples Lazarus/Table 12 System Configuration Options/SystemConfInfo.lpr
rick-49/reBatch
1de155cafcd344d633551d4dbe04b304a7878467
[ "Apache-2.0" ]
null
null
null
tsmbios-master/Samples Lazarus/Table 12 System Configuration Options/SystemConfInfo.lpr
rick-49/reBatch
1de155cafcd344d633551d4dbe04b304a7878467
[ "Apache-2.0" ]
null
null
null
program SystemConfInfo; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, SysUtils, uSMBIOS { you can add units after this }; procedure GetBIOSInfo; Var SMBios: TSMBios; i: Integer; LSystemConf: TSystemConfInformation; begin SMBios:=TSMBios.Create; try...
17.510638
64
0.663426
6124c150784e534db406c9e5051b52b3fea0795e
38,648
pas
Pascal
Components/Innerfuse Pascal Script/ifps3utl.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/Innerfuse Pascal Script/ifps3utl.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/Innerfuse Pascal Script/ifps3utl.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{ @abstract(Misc Types and functions) @author(Carlo Kok <ck@carlo-kok.com>) This unit contains types and functions used by the compiler and executer<br><br> Bytecode Format:<br> Address Space<br> 0..GlobalVarCount -1 = GlobalVars<br> IFPSAddrStackStart div 2 .. IFPSAddrStackStart -1 = negative stack<br> I...
24.600891
140
0.560676
85925a530e5e99f595e3977b28149c4d9376a5eb
1,917
pas
Pascal
delphi/0291.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
delphi/0291.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
delphi/0291.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
Is that a bitmap I see on your menu item? -------------------------------------------------------------------------------- Have you been envious of the Windows 95 Start Menu, because of the way it's able to display bitmaps on its menu items? Well, it's not too hard to add small bitmaps to your menu items by using t...
39.9375
403
0.690141
8560e212dac2205c8a7b6492c5970de94c3eef15
2,179
dpr
Pascal
test/resources/testproject/testproject.dpr
ashumkin/rake-delphi
0cb95d0664885e90c2d0561edb3fba91071261f2
[ "MIT" ]
3
2015-01-26T12:13:59.000Z
2016-09-01T11:03:02.000Z
test/resources/testproject/testproject.dpr
ashumkin/rake-delphi
0cb95d0664885e90c2d0561edb3fba91071261f2
[ "MIT" ]
null
null
null
test/resources/testproject/testproject.dpr
ashumkin/rake-delphi
0cb95d0664885e90c2d0561edb3fba91071261f2
[ "MIT" ]
null
null
null
program testproject; uses Classes, SysUtils, Types {$IFDEF LIBS} , LibUnit {$ENDIF LIBS} {$IFDEF INDY} , IdURI {$ENDIF INDY} {$IFDEF EXPLICIT_LIBS} , ExplicitLibUnit {$ENDIF} ; {$APPTYPE CONSOLE} {$R *.res} {$IFDEF RESOURCES} {$R 'resources.res' 'resources.rc'} {$ENDIF RESOU...
21.362745
72
0.621845
857ab1f927d250ca3c81c5f0766e14559a6a90a1
17,191
pas
Pascal
Game/lib/sgInputBackend.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
null
null
null
Game/lib/sgInputBackend.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
null
null
null
Game/lib/sgInputBackend.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
null
null
null
unit sgInputBackend; interface uses sgTypes, sysutils, sgBackendTypes, sgWindowManager; procedure DoQuit(); // # procedure CheckQuit(); procedure HandleKeydownEvent(kyCode, kyChar : LongInt); // # procedure AddKeyData(kyCode, kyChar: Longint); procedure HandleKeyupEvent(kyCode: LongInt)...
26.652713
195
0.635158
6a4ba8db4f74458f13fd9332554b9bc7b2124fbc
145
pas
Pascal
PascalCompiler/Tests/SyntaxAnalyzer/Functions/23.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
2
2018-07-06T09:50:57.000Z
2019-10-06T12:57:57.000Z
PascalCompiler/Tests/SyntaxAnalyzer/Functions/23.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
null
null
null
PascalCompiler/Tests/SyntaxAnalyzer/Functions/23.pas
GoldFeniks/PascalCompiler
4a7325c385c133dd360eaba06bebaedd30b4078d
[ "MIT" ]
null
null
null
program test; function f(var a, b: integer;) : integer; begin if (a < b) then exit(a) else exit(b); end; begin end.
12.083333
41
0.531034
8584a6acabc93897143fd3f59306468c216c9e42
79,222
pas
Pascal
source/ALQuickSortList.pas
arvanus/alcinoe
78e3a610011f8776fc6b531a52f773cfb4adf488
[ "Apache-2.0" ]
null
null
null
source/ALQuickSortList.pas
arvanus/alcinoe
78e3a610011f8776fc6b531a52f773cfb4adf488
[ "Apache-2.0" ]
null
null
null
source/ALQuickSortList.pas
arvanus/alcinoe
78e3a610011f8776fc6b531a52f773cfb4adf488
[ "Apache-2.0" ]
null
null
null
{************************************************************* product: ALQuickSortList Description: TALIntegerList or TALDoubleList that work exactly like TstringList but with integer or Double. **************************************************************} unit ALQuickSortList; {Exemple...
32.83133
204
0.568908
61a98437a60847f0ae98afc5cdca0b9f1584f12d
1,089
pas
Pascal
Settings.pas
Wiering/Tile-Studio
d0f5d2e09a07ece717469cf585b5f319fb9b0a1e
[ "MIT" ]
59
2017-02-25T07:54:42.000Z
2022-03-13T10:32:02.000Z
Settings.pas
thecocce/Tile-Studio
d8b8486a67b2c0ee4bc8f9839e6042bc0643b727
[ "MIT" ]
1
2017-03-19T08:39:25.000Z
2017-09-29T19:01:09.000Z
Settings.pas
Wiering/Tile-Studio
d0f5d2e09a07ece717469cf585b5f319fb9b0a1e
[ "MIT" ]
11
2017-04-04T09:31:21.000Z
2021-07-19T01:22:22.000Z
unit Settings; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Spin; type TSettingsForm = class(TForm) L1: TLabel; L2: TLabel; X: TSpinEdit; Y: TSpinEdit; OkButton: TButton; CancelButton: TButton; procedure OkButtonC...
19.446429
76
0.678604
17954d909914d8b9dece36cdee223faa1cfa5618
134
pas
Pascal
A.pas
nsychev/hmopen2017
fcc2df1d91b6f885debc81c471458d43e789ef08
[ "MIT" ]
null
null
null
A.pas
nsychev/hmopen2017
fcc2df1d91b6f885debc81c471458d43e789ef08
[ "MIT" ]
null
null
null
A.pas
nsychev/hmopen2017
fcc2df1d91b6f885debc81c471458d43e789ef08
[ "MIT" ]
null
null
null
// Copyright (c) Nikita Sychev, 29.04.2017 // Licensed by MIT var a, n: int64; begin read(a); read(n); write(a); end.
13.4
42
0.574627
aa1dc041b43b97958c1c89d170f5d96568e2bcc7
2,118
pas
Pascal
tests/EventsDriven/Fido.EventsDriven.Listener.PubSub.Test.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
27
2021-09-26T18:14:51.000Z
2022-01-04T09:26:42.000Z
tests/EventsDriven/Fido.EventsDriven.Listener.PubSub.Test.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
5
2021-11-08T19:20:29.000Z
2022-01-29T18:50:23.000Z
tests/EventsDriven/Fido.EventsDriven.Listener.PubSub.Test.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
7
2021-09-26T17:30:40.000Z
2022-02-14T02:19:05.000Z
unit Fido.EventsDriven.Listener.PubSub.Test; interface uses System.Classes, System.SysUtils, System.Threading, DUnitX.TestFramework, Spring, Spring.Mocking, Fido.Testing.Mock.Utils, Fido.EventsDriven.Utils, Fido.EventsDriven.Listener.Intf, Fido.EventsDriven.Consumer.PubSub.Intf, Fido.EventsDri...
24.344828
120
0.798867
8538c417922f41a7acf8b9d9a5b128eb396fdbeb
6,061
pas
Pascal
UKomunikator.pas
jarowlod/OTIS-2
194b470b9d0106cd6350f10cf73f0610f7b74705
[ "MIT" ]
1
2020-09-01T14:03:10.000Z
2020-09-01T14:03:10.000Z
UKomunikator.pas
jarowlod/OTIS-2
194b470b9d0106cd6350f10cf73f0610f7b74705
[ "MIT" ]
null
null
null
UKomunikator.pas
jarowlod/OTIS-2
194b470b9d0106cd6350f10cf73f0610f7b74705
[ "MIT" ]
null
null
null
unit UKomunikator; {$mode objfpc}{$H+} interface uses Classes, SysUtils, db, FileUtil, ZDataset, ZSqlUpdate, RichMemo, rxdbgrid, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls, Buttons, StdCtrls, Menus, datamodule, LR_Class, rxdbutils; type { TKomunikator } TKomunikator = class(TForm) btnDru...
25.682203
85
0.714734
61f5393e019b0e9d1682ed6d8dfe3ac99555e812
2,198
dfm
Pascal
Code/Chapter 10/RECIPE02/delphi_code/MainFormU.dfm
spinettaro/delphicookbook
507d49ee87f15d9b197eb7c7f574d4fad553c8b7
[ "MIT" ]
12
2018-05-30T16:18:38.000Z
2021-02-15T08:53:37.000Z
Code/Chapter 10/RECIPE02/delphi_code/MainFormU.dfm
spinettaro/delphicookbook
507d49ee87f15d9b197eb7c7f574d4fad553c8b7
[ "MIT" ]
null
null
null
Code/Chapter 10/RECIPE02/delphi_code/MainFormU.dfm
spinettaro/delphicookbook
507d49ee87f15d9b197eb7c7f574d4fad553c8b7
[ "MIT" ]
7
2018-09-23T03:50:56.000Z
2021-04-04T14:04:07.000Z
object MainForm: TMainForm Left = 0 Top = 0 Caption = 'Drive Multiple Relais' ClientHeight = 207 ClientWidth = 452 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnDestroy = FormDestroy ...
22.20202
104
0.650591
85135824c9fc2c75737391ca9e11667c1baba255
96,374
pas
Pascal
references/mORMot/SynSM.pas
juliomar/alcinoe
4e59270f6a9258beed02676c698829e83e636b51
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/mORMot/SynSM.pas
jonahzheng/alcinoe
be21f1d6b9e22aa3d75faed4027097c1f444ee6f
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/mORMot/SynSM.pas
jonahzheng/alcinoe
be21f1d6b9e22aa3d75faed4027097c1f444ee6f
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
/// features JavaScript execution using the SpiderMonkey library // - this unit is a part of the freeware Synopse framework, // licensed under a MPL/GPL/LGPL tri-license; version 1.18 unit SynSM; { This file is part of Synopse framework. Synopse framework. Copyright (C) 2021 Arnaud Bouchez Synops...
37.602029
138
0.700438
853d6d17cecf217533f8b82c89ab46a8f9c30d35
4,731
pas
Pascal
90-NativeConnectivity/DW.Connectivity.iOS.pas
FMXExpress/Cross-Platform-Samples
d6b761b81a6521652db814b0c1e65263dff4f694
[ "BSD-3-Clause" ]
140
2019-08-07T23:22:44.000Z
2022-02-23T18:27:51.000Z
90-NativeConnectivity/DW.Connectivity.iOS.pas
azrael11/Cross-Platform-Samples
f2c16ae3ae23d1ecca00110af1571313eb4e4c51
[ "BSD-3-Clause" ]
1
2020-06-08T11:23:04.000Z
2020-06-08T11:23:04.000Z
90-NativeConnectivity/DW.Connectivity.iOS.pas
azrael11/Cross-Platform-Samples
f2c16ae3ae23d1ecca00110af1571313eb4e4c51
[ "BSD-3-Clause" ]
54
2019-08-09T21:37:51.000Z
2022-03-13T12:13:16.000Z
unit DW.Connectivity.iOS; {*******************************************************} { } { Kastri Free } { } { DelphiWorlds Cross-Platform Library ...
30.720779
147
0.722469
6a94a1b971572582d26f173322a13fefd275028b
2,122
pas
Pascal
delphi/0077.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
delphi/0077.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
delphi/0077.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ There are many times when you need to compare two strings, but want to use wild cards in the match - all last names that begin with 'St', etc. The following is a piece of code I got from Sean Stanley in Tallahassee Florida in C. I translated it into Delphi an am uploading it here for all to use. I have not tes...
33.15625
79
0.645617
615445289d9e81a0c90b24791b8130efc47742d3
184
dpr
Pascal
QPasteLib/demo/test.dpr
delphi-pascal-archive/qpaste-lib
d85bcf5e3c95ecf37505b9247aa5a78d440ac165
[ "Unlicense" ]
null
null
null
QPasteLib/demo/test.dpr
delphi-pascal-archive/qpaste-lib
d85bcf5e3c95ecf37505b9247aa5a78d440ac165
[ "Unlicense" ]
null
null
null
QPasteLib/demo/test.dpr
delphi-pascal-archive/qpaste-lib
d85bcf5e3c95ecf37505b9247aa5a78d440ac165
[ "Unlicense" ]
null
null
null
program test; uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
13.142857
41
0.646739
6acbb25eb310268653bfe2cc9da7357c0a9d469c
558
pas
Pascal
Source/uFakeID.pas
TCDG/Scammer-ToolBox
186320d149ca6eb2195a57c65fbdea2aa63bf37c
[ "BSD-3-Clause" ]
11
2016-09-08T20:31:35.000Z
2021-04-11T10:34:26.000Z
Source/uFakeID.pas
TCDG/Scammer-ToolBox
186320d149ca6eb2195a57c65fbdea2aa63bf37c
[ "BSD-3-Clause" ]
null
null
null
Source/uFakeID.pas
TCDG/Scammer-ToolBox
186320d149ca6eb2195a57c65fbdea2aa63bf37c
[ "BSD-3-Clause" ]
9
2016-09-08T18:57:17.000Z
2020-02-08T08:19:38.000Z
unit uFakeID; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.OleCtrls, SHDocVw; type Tfrmfakeid = class(TForm) wb1: TWebBrowser; procedure FormActivate(Sender: TObject); private { Private de...
17.4375
98
0.731183
17128c3a3266be814b5c6920207425502afc0ac3
358
pas
Pascal
Test/AssociativePass/integer_float.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/AssociativePass/integer_float.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/AssociativePass/integer_float.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var a : array [Integer] of Float; for var i := 1 to 50 do a[i] := Sqrt(i); var s := 0.0; var si := 0; for var i in a.Keys do begin si += i; a[i] := Sqr(a[i]); end; PrintLn(si); for var i := 50 downto 1 do if Round(a[i] * 1e8 - i * 1e8) <> 0 then PrintLn('bug for ' ...
16.272727
46
0.446927
6ae63665230523206e8781afa5d398d2235e41be
1,957
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvDocking/VCDemo/Source/MemoryUnit.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/JvDocking/VCDemo/Source/MemoryUnit.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/JvDocking/VCDemo/Source/MemoryUnit.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.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 compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
27.957143
86
0.703117
85040ac40e396c64e05b03179507847eff73af72
3,823
pas
Pascal
src/Libs/Socket2/Implementations/InetSocketImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
src/Libs/Socket2/Implementations/InetSocketImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
src/Libs/Socket2/Implementations/InetSocketImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
{*! * Fano Web Framework (https://fanoframework.github.io) * * @link https://github.com/fanoframework/fano * @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara * @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT) *} unit InetSocketImpl; interface {$MODE OBJFPC} {$H+} uses ...
30.34127
77
0.434999
6a44a140f9e4a783a6121abfd089adf9704c2f9f
1,708
dfm
Pascal
ThsFramework/Forms/InputForms/ufrmAyarHesapTipi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/Forms/InputForms/ufrmAyarHesapTipi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/Forms/InputForms/ufrmAyarHesapTipi.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
inherited frmAyarHesapTipi: TfrmAyarHesapTipi Left = 501 Top = 443 ActiveControl = btnClose Caption = 'Ayar Hesap Tipi' ClientHeight = 153 ClientWidth = 344 Font.Name = 'MS Sans Serif' ExplicitWidth = 350 ExplicitHeight = 182 PixelsPerInch = 96 TextHeight = 13 inherited pnlMain: TPanel Width...
22.473684
45
0.578454
6ae91499bcc77aba2084b99330d1addbefd4f6f6
66,920
dfm
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvLinkLabel/JvLinkLabelMainFormU.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvLinkLabel/JvLinkLabelMainFormU.dfm
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/JvLinkLabel/JvLinkLabelMainFormU.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object JvLinkLabelMainForm: TJvLinkLabelMainForm Left = 71 Top = 67 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderStyle = bsNone Caption = 'Welcome to TJvLinkLabel!' ClientHeight = 434 ClientWidth = 531 Color = clWhite DefaultMonitor = dmDesktop Font.Charset = DEFAULT_CHARSET ...
66.853147
70
0.894441
6ab2c71157af9b5787c3e28192b653c3dbf8cd27
16,688
dpr
Pascal
ZenGL/ZenGL_DX8/src/Delphi/Delphi 7/ZenGL_D3D8.dpr
thiekus/penuhi-gizi
9c1032aff4799dd91e7b68b0d476d1f889da6877
[ "MIT" ]
null
null
null
ZenGL/ZenGL_DX8/src/Delphi/Delphi 7/ZenGL_D3D8.dpr
thiekus/penuhi-gizi
9c1032aff4799dd91e7b68b0d476d1f889da6877
[ "MIT" ]
1
2019-05-26T04:48:15.000Z
2019-05-26T04:48:15.000Z
ZenGL/ZenGL_DX8/src/Delphi/Delphi 7/ZenGL_D3D8.dpr
farisss/penuhi-gizi
9c1032aff4799dd91e7b68b0d476d1f889da6877
[ "MIT" ]
null
null
null
{ * Copyright (c) 2012 Andrey Kemka * * 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 software for any purpose, * inc...
38.719258
74
0.597855
6aefeb5cfe012f9752540a6ba43f6b587d56df55
2,441
pas
Pascal
D10.4/UDP/udp_client_settings.pas
b-har/TestApps-pas
3519ec346385aa918c095a47f2f2c83c0237d6f1
[ "MIT" ]
null
null
null
D10.4/UDP/udp_client_settings.pas
b-har/TestApps-pas
3519ec346385aa918c095a47f2f2c83c0237d6f1
[ "MIT" ]
null
null
null
D10.4/UDP/udp_client_settings.pas
b-har/TestApps-pas
3519ec346385aa918c095a47f2f2c83c0237d6f1
[ "MIT" ]
null
null
null
unit udp_client_settings; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, udp_testapp_common, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Buttons; type TClientSettingsRec = record Client1: TIpAndPort; Client2: T...
25.164948
84
0.758296
6162ec49520fdf12bf61105c2992fd5f7081eac6
252
dpr
Pascal
Create_document_in_Word/Tableaux_Word.dpr
delphi-pascal-archive/create_doc_in_word
02f14203674ecf2c938623625ff0596604c2c7a0
[ "Unlicense" ]
null
null
null
Create_document_in_Word/Tableaux_Word.dpr
delphi-pascal-archive/create_doc_in_word
02f14203674ecf2c938623625ff0596604c2c7a0
[ "Unlicense" ]
null
null
null
Create_document_in_Word/Tableaux_Word.dpr
delphi-pascal-archive/create_doc_in_word
02f14203674ecf2c938623625ff0596604c2c7a0
[ "Unlicense" ]
null
null
null
program Tableaux_Word; uses Forms, Tableaux_Word_u in 'Tableaux_Word_u.pas' {Form1}, DriveOleWord in 'DriveOleWord.pas'; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
16.8
52
0.702381
6a3158fbdd37319c695fe790217fca4e879bb9cb
109,594
pas
Pascal
3rd Party/jcl/source/common/JclResources.pas
ajumalp/Launcher
cdf22e6f385503663c4492d018dedb22943b7298
[ "Apache-2.0" ]
null
null
null
3rd Party/jcl/source/common/JclResources.pas
ajumalp/Launcher
cdf22e6f385503663c4492d018dedb22943b7298
[ "Apache-2.0" ]
null
null
null
3rd Party/jcl/source/common/JclResources.pas
ajumalp/Launcher
cdf22e6f385503663c4492d018dedb22943b7298
[ "Apache-2.0" ]
1
2022-03-04T08:29:13.000Z
2022-03-04T08:29:13.000Z
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) } { ...
52.714767
158
0.639469
854603c57fa189f7e976e5d055685cb22679d068
10,592
pas
Pascal
Components/ehlib/AdvTech/MemTableEh/Common/IBXDataDriverEh.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/ehlib/AdvTech/MemTableEh/Common/IBXDataDriverEh.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/ehlib/AdvTech/MemTableEh/Common/IBXDataDriverEh.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{*******************************************************} { } { EhLib vX.X } { } { TIBXDataDriverEh component (Build 14) } { ...
29.422222
123
0.666352
8588923fe73a1fcccce2233354285f9344293da0
92
dfm
Pascal
MPWS.WebServer.dfm
DelphiWorlds/MultiPlatformWebServer
7ef20a4f7857340237d8825e90b864a365717e54
[ "Apache-2.0" ]
6
2018-07-15T17:57:13.000Z
2021-05-16T12:19:16.000Z
MPWS.WebServer.dfm
DelphiWorlds/MultiPlatformWebServer
7ef20a4f7857340237d8825e90b864a365717e54
[ "Apache-2.0" ]
null
null
null
MPWS.WebServer.dfm
DelphiWorlds/MultiPlatformWebServer
7ef20a4f7857340237d8825e90b864a365717e54
[ "Apache-2.0" ]
7
2017-12-17T20:05:38.000Z
2021-05-20T05:42:02.000Z
object WebServer: TWebServer OldCreateOrder = False Height = 381 Width = 529 end
15.333333
29
0.695652
1798df3d7247d8f92a2e24bc1b55a5a430e36abb
715
pas
Pascal
Unit6.pas
omnifloyd/asu
dcd32fe2d77ac264e54c3979799c80d15f788260
[ "Apache-2.0" ]
null
null
null
Unit6.pas
omnifloyd/asu
dcd32fe2d77ac264e54c3979799c80d15f788260
[ "Apache-2.0" ]
null
null
null
Unit6.pas
omnifloyd/asu
dcd32fe2d77ac264e54c3979799c80d15f788260
[ "Apache-2.0" ]
null
null
null
unit Unit6; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, DBCtrls, sDBEdit; type Tadd_zakaz = class(TForm) sDBEdit2: TsDBEdit; sDBEdit3: TsDBEdit; sDBEdit4: TsDBEdit; sDBEdit5: TsDBEdit; sDBEdit6: TsDBEdit; ...
17.02381
77
0.66993
6ab24f59a536df04b86252fe694f4bc3834df856
1,015
pas
Pascal
samples/Commons/ConstantsU.pas
delphiarchive/delphiredisclient
dd47a54bf64868c6f387c784bb9fd500418911cb
[ "Apache-2.0" ]
null
null
null
samples/Commons/ConstantsU.pas
delphiarchive/delphiredisclient
dd47a54bf64868c6f387c784bb9fd500418911cb
[ "Apache-2.0" ]
null
null
null
samples/Commons/ConstantsU.pas
delphiarchive/delphiredisclient
dd47a54bf64868c6f387c784bb9fd500418911cb
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** } // // Delphi REDIS Client // // Copyright (c) 2015-2017 Daniele Teti // // https://github.com/danieleteti/delphiredisclient // // *************************************************************************** // // Licensed under the Apache L...
29
80
0.562562
856d7bf30d0c12f1a490c41cf672d824418ded14
530
pas
Pascal
Backend for the win/dependencies/mars/MARS.Core.Injection.Interfaces.pas
GodsAndCakes/SAID-ist-ein-schlechter-Name
af0bc9b9413a93e68f0c2e07d75bd5124567d4f8
[ "Apache-2.0" ]
null
null
null
Backend for the win/dependencies/mars/MARS.Core.Injection.Interfaces.pas
GodsAndCakes/SAID-ist-ein-schlechter-Name
af0bc9b9413a93e68f0c2e07d75bd5124567d4f8
[ "Apache-2.0" ]
null
null
null
Backend for the win/dependencies/mars/MARS.Core.Injection.Interfaces.pas
GodsAndCakes/SAID-ist-ein-schlechter-Name
af0bc9b9413a93e68f0c2e07d75bd5124567d4f8
[ "Apache-2.0" ]
null
null
null
(* Copyright 2016, MARS-Curiosity library Home: https://github.com/andrea-magni/MARS *) unit MARS.Core.Injection.Interfaces; {$I MARS.inc} interface uses Classes, SysUtils, Rtti, TypInfo , MARS.Core.Declarations , MARS.Core.Activation.Interfaces , MARS.Core.Injection.Types ; type IMARSInjectionService = in...
17.666667
91
0.754717
614727932c210756fce77c16257b4854b1578ba0
4,437
pas
Pascal
ScaleMM2/Challenge/BenchmarkUtilities.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
2
2018-09-16T20:41:07.000Z
2018-09-17T03:58:08.000Z
ScaleMM2/Challenge/BenchmarkUtilities.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
null
null
null
ScaleMM2/Challenge/BenchmarkUtilities.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
1
2020-12-31T16:58:26.000Z
2020-12-31T16:58:26.000Z
unit BenchmarkUtilities; interface {$I FASTCODE_MM.INC} type {Virtual memory state} TVMState = record {The total VM size allocated or reserved} TotalVMAllocated: integer; {The number of free space fragments} FreeSpaceFragments: integer; {The largest free space fragment} LargestFreeSpaceFr...
27.559006
81
0.698896
853ad6aed665b98b20716b47d759adc91ada241c
40,472
pas
Pascal
TargaImage.pas
coyoteelabs/tga2png
fba461a310d8fdcff44c38aa6fc31fedafd8d453
[ "MIT" ]
5
2018-09-12T12:18:27.000Z
2019-09-23T06:30:07.000Z
TargaImage.pas
shusaura85/tga2png
fba461a310d8fdcff44c38aa6fc31fedafd8d453
[ "MIT" ]
null
null
null
TargaImage.pas
shusaura85/tga2png
fba461a310d8fdcff44c38aa6fc31fedafd8d453
[ "MIT" ]
null
null
null
unit TargaImage; {************************************************************************ * This program is under the terms of the MIT License ***********************************************************************} interface uses WinApi.Windows, {Messages,} System.SysUtils, System.Classes, Vcl.Graphics, Vcl.C...
33.531069
151
0.614993
6aa1910eda2f7dc2ff16472ea9002426f02d4875
12,115
pas
Pascal
source/ZDB2_MS64.pas
atkins126/ZDB2.0
96ab772359c3e0d7f6ccf020317247178143bc2b
[ "MIT" ]
15
2021-03-20T14:53:31.000Z
2022-01-18T20:30:10.000Z
source/ZDB2_MS64.pas
atkins126/ZDB2.0
96ab772359c3e0d7f6ccf020317247178143bc2b
[ "MIT" ]
null
null
null
source/ZDB2_MS64.pas
atkins126/ZDB2.0
96ab772359c3e0d7f6ccf020317247178143bc2b
[ "MIT" ]
7
2021-03-20T14:58:10.000Z
2022-02-06T14:04:59.000Z
{ ****************************************************************************** } { * ZDB 2.0 automated fragment for MemoryStream support, create by.qq600585 * } { * https://zpascal.net * } { * https://github.com/PassByYou888/zAI ...
28.043981
123
0.64903
8590b4655db5c3c5689a9c88c021de0dffcd2713
1,487
pas
Pascal
src/libraries/hashlib4pascal/HlpSHA2_224.pas
Techworker/PascalCoin
4c8f583186db0b5e61b6a688c3147679e2409979
[ "MIT" ]
null
null
null
src/libraries/hashlib4pascal/HlpSHA2_224.pas
Techworker/PascalCoin
4c8f583186db0b5e61b6a688c3147679e2409979
[ "MIT" ]
null
null
null
src/libraries/hashlib4pascal/HlpSHA2_224.pas
Techworker/PascalCoin
4c8f583186db0b5e61b6a688c3147679e2409979
[ "MIT" ]
null
null
null
unit HlpSHA2_224; {$I HashLib.inc} interface uses {$IFDEF DELPHI2010} SysUtils, // to get rid of compiler hint "not inlined" on Delphi 2010. {$ENDIF DELPHI2010} HlpHashLibTypes, {$IFDEF DELPHI} HlpBitConverter, HlpHashBuffer, HlpHash, {$ENDIF DELPHI} HlpSHA2_256Base, HlpIHash, HlpConverters; type ...
19.565789
72
0.720242
6a25516b32ecd30014ddc8b62402659df3b5a2c7
19,973
pas
Pascal
vcl/SrcXLS/XBookTabSet2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/SrcXLS/XBookTabSet2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/SrcXLS/XBookTabSet2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
unit XBookTabSet2; {- ******************************************************************************** ******* XLSSpreadSheet V3.00 ******* ******* ******* ******* Copyright(C) 2006,2017 Lars Arvidsson, A...
28.573677
121
0.641266
61f5d1ed41a418025a075a71aee19da8110939cc
2,354
dfm
Pascal
Number1.dfm
delphi-pascal-archive/listbox_combobox
628a9c0d00cf5163e8a0bc333e8743d2a1842834
[ "Unlicense" ]
null
null
null
Number1.dfm
delphi-pascal-archive/listbox_combobox
628a9c0d00cf5163e8a0bc333e8743d2a1842834
[ "Unlicense" ]
null
null
null
Number1.dfm
delphi-pascal-archive/listbox_combobox
628a9c0d00cf5163e8a0bc333e8743d2a1842834
[ "Unlicense" ]
null
null
null
object Form2: TForm2 Left = 448 Top = 456 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Image' ClientHeight = 448 ClientWidth = 807 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' ...
42.035714
69
0.835174
61f6051f30c8cffaf92952efa6852eb5c20bf918
1,943
pas
Pascal
src/core/UPCTemporalAbstractMem.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
null
null
null
src/core/UPCTemporalAbstractMem.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
null
null
null
src/core/UPCTemporalAbstractMem.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
null
null
null
unit UPCTemporalAbstractMem; { Copyright (c) 2016-2021 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...
25.233766
148
0.747813
6ab3625898e79de78916660e051d058093aef88f
58,232
pas
Pascal
Components/JVCL/run/JvDynControlEngineJVCLDB.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/run/JvDynControlEngineJVCLDB.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/run/JvDynControlEngineJVCLDB.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.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 compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
26.687443
103
0.781031
6a3244db65550f9fc8f992925e3ce6157a948af4
4,767
dfm
Pascal
Samples/RTDB_PerUserReadWrite_VCL/FB4D.VCL.PerUserReadWrite.dfm
arvanus/FB4D
eac31b78dc998473e2ffcb5f3fd97b2b5a38a783
[ "Apache-2.0" ]
146
2018-12-05T08:29:45.000Z
2022-03-18T23:44:54.000Z
Samples/RTDB_PerUserReadWrite_VCL/FB4D.VCL.PerUserReadWrite.dfm
arvanus/FB4D
eac31b78dc998473e2ffcb5f3fd97b2b5a38a783
[ "Apache-2.0" ]
89
2018-12-07T08:47:19.000Z
2022-03-17T07:05:48.000Z
Samples/RTDB_PerUserReadWrite_VCL/FB4D.VCL.PerUserReadWrite.dfm
arvanus/FB4D
eac31b78dc998473e2ffcb5f3fd97b2b5a38a783
[ "Apache-2.0" ]
45
2018-10-25T07:55:26.000Z
2022-03-08T17:51:50.000Z
object frmMain: TfrmMain Left = 0 Top = 0 Caption = 'Realtime Database User Dependent Read/Write (VCL Version)' ClientHeight = 448 ClientWidth = 853 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OnClose = FormClo...
24.828125
71
0.516677
853c17a409d6883c8e715508c497f8a3be3429a2
869
pas
Pascal
ThsFramework/Forms/OutputForms/Helper/ufrmHelperOlcuBirimi.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/Forms/OutputForms/Helper/ufrmHelperOlcuBirimi.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/Forms/OutputForms/Helper/ufrmHelperOlcuBirimi.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
unit ufrmHelperOlcuBirimi; 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.Grids...
22.868421
198
0.780207
6ae371dea3c78b8c1d16110cefebf73ff1c33a50
1,984
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormType.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormType.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormType.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object FormTyp: TFormTyp Left = 498 Top = 325 BorderStyle = bsDialog Caption = 'Choose the installation type' ClientHeight = 323 ClientWidth = 392 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateO...
22.044444
42
0.647681
6acfe3c111caafa6ef55ecdf6535663657a5a801
50,947
pas
Pascal
lib/delphi/test/TestClient.pas
shivam00/thrift
d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7
[ "Apache-2.0" ]
2
2018-09-30T09:37:22.000Z
2020-05-07T01:53:04.000Z
lib/delphi/test/TestClient.pas
shivam00/thrift
d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7
[ "Apache-2.0" ]
null
null
null
lib/delphi/test/TestClient.pas
shivam00/thrift
d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7
[ "Apache-2.0" ]
null
null
null
(* * 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");...
34.991071
144
0.641392
cd28f2dfbe6e3298821c1758cca00bd3ef6158e7
10,598
dfm
Pascal
BootLogoChanger_src.dfm
vhanla/8ootLogoChanger
fc0de55f2b7059a99973cb2dcc02636230075427
[ "MIT" ]
7
2021-03-02T15:14:57.000Z
2021-07-16T00:29:33.000Z
BootLogoChanger_src.dfm
vhanla/8ootLogoChanger
fc0de55f2b7059a99973cb2dcc02636230075427
[ "MIT" ]
2
2021-04-05T10:40:45.000Z
2022-01-13T21:40:42.000Z
BootLogoChanger_src.dfm
vhanla/8ootLogoChanger
fc0de55f2b7059a99973cb2dcc02636230075427
[ "MIT" ]
3
2020-12-09T18:33:29.000Z
2021-06-22T10:02:30.000Z
object Win8BootLogo: TWin8BootLogo Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Boot Logo Changer v1.5 by vhanla | https://apps.codigobit.info' ClientHeight = 510 ClientWidth = 736 Color = clBtnFace DragMode = dmAutomatic Font.Charset = DEFAULT_CHARSET ...
23.762332
78
0.553595
6af22129d152cc80d537b00f1f7d6b323a68e4c7
4,918
pas
Pascal
windows/src/ext/jedi/jcl/jcl/experts/stacktraceviewer/JclStackTraceViewerConfigFrame.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jcl/jcl/experts/stacktraceviewer/JclStackTraceViewerConfigFrame.pas
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/stacktraceviewer/JclStackTraceViewerConfigFrame.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) } { ...
43.140351
100
0.472956
8542854c92e6cb14a6f552ce88aec8ad8aa374a8
2,051
pas
Pascal
frmuDlgClass.pas
gandf/Firebird-Management-Studio
aab257c46697df41cc0c94252bb15e66269cbc0a
[ "Apache-2.0" ]
3
2019-08-15T17:23:28.000Z
2021-03-04T08:14:37.000Z
frmuDlgClass.pas
gandf/Firebird-Management-Studio
aab257c46697df41cc0c94252bb15e66269cbc0a
[ "Apache-2.0" ]
null
null
null
frmuDlgClass.pas
gandf/Firebird-Management-Studio
aab257c46697df41cc0c94252bb15e66269cbc0a
[ "Apache-2.0" ]
2
2017-10-02T05:24:31.000Z
2021-03-04T04:46:09.000Z
{ * The contents of this file are subject to the InterBase Public License * Version 1.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.Inprise.com/IPL.html. * * Software distributed under the License is distributed on a...
24.129412
118
0.740614
6abe07cc231fae7ae34ec32c7f4f26d15d67b5b2
1,456
pas
Pascal
src/james.testing.pas
recuperarxml/james
9377744104e67a87d4cdad33e8b159e2295f1f60
[ "MIT" ]
1
2021-06-07T04:55:47.000Z
2021-06-07T04:55:47.000Z
src/james.testing.pas
recuperarxml/james
9377744104e67a87d4cdad33e8b159e2295f1f60
[ "MIT" ]
null
null
null
src/james.testing.pas
recuperarxml/james
9377744104e67a87d4cdad33e8b159e2295f1f60
[ "MIT" ]
null
null
null
{ MIT License Copyright (c) 2017 Marcos Douglas B. Santos 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, mo...
33.090909
80
0.763736
85a3aa1bbe4121c86902f9dca98c49e224871849
25,634
pas
Pascal
pas2js/demo/webgl/webgl2.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
1
2019-04-03T09:53:40.000Z
2019-04-03T09:53:40.000Z
pas2js/demo/webgl/webgl2.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
null
null
null
pas2js/demo/webgl/webgl2.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
6
2018-12-04T17:21:09.000Z
2022-03-24T17:16:13.000Z
unit WebGL2; {$mode objfpc} {$modeswitch externalclass} interface uses WebGL, JS, Web; type GLenumDynArray = array of GLenum; GLuintDynArray = array of GLuint; type GLint64 = nativeint; // long long GLuint64 = longword; // unsigned long long type TJSWebGLQuery = class external name 'WebG...
54.424628
226
0.756534
8590f93a99901fd2c5a17469a964fba90bd6ceea
259,844
pas
Pascal
3rdParty/JWAPI/jwapi2.2a/Win32API/JwaShLWAPI.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/JwaShLWAPI.pas
bero/CodeCoverage
927a3059962296c4d9f9bac861b1446259214471
[ "Apache-2.0" ]
null
null
null
3rdParty/JWAPI/jwapi2.2a/Win32API/JwaShLWAPI.pas
bero/CodeCoverage
927a3059962296c4d9f9bac861b1446259214471
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { Shell Light Weight API Interface Unit for Object Pascal } { ...
30.327264
210
0.720782
8509eb2c482e4261535c865bdf74f25c3c378cc7
11,844
dfm
Pascal
delphi/Controle Estudante/U_REL_TAREFAS.dfm
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/Controle Estudante/U_REL_TAREFAS.dfm
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/Controle Estudante/U_REL_TAREFAS.dfm
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
object FRM_REL_TAREFAS: TFRM_REL_TAREFAS Left = 147 Top = 178 Width = 776 Height = 480 Caption = 'RELAT'#211'RIO TAREFAS' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False ...
27.544186
56
0.561381
6ae3153124ecb031aa98abc9db2c339cd3f1dac0
9,710
pas
Pascal
src/Sempare.Async.Promise.pas
sempare/sempare-async
8b9ec7a3bd7453e2ecced2ad51d6a09e9ab204cb
[ "Apache-2.0" ]
4
2020-08-13T07:22:04.000Z
2020-10-28T12:25:42.000Z
src/Sempare.Async.Promise.pas
sempare/sempare-delphi-async
8b9ec7a3bd7453e2ecced2ad51d6a09e9ab204cb
[ "Apache-2.0" ]
null
null
null
src/Sempare.Async.Promise.pas
sempare/sempare-delphi-async
8b9ec7a3bd7453e2ecced2ad51d6a09e9ab204cb
[ "Apache-2.0" ]
2
2021-03-23T01:52:26.000Z
2021-07-17T05:51:27.000Z
unit Sempare.Async.Promise; interface uses System.Classes, System.Generics.Collections, System.Rtti, System.SysUtils, System.SyncObjs, System.Threading, Sempare.Async, System.TimeSpan; type TPromiseResult = record FValue: TValue; strict private function GetHasValue: bool...
26.032172
140
0.718229
6a8214ebd593811c373ada6880652741a2a86071
6,025
dfm
Pascal
source/uFrmCadTabPrecos.dfm
roneysousa/info_financeiro
1e5135396b2c02ee47658a71ef83855cddfb73eb
[ "MIT" ]
1
2021-01-31T20:00:45.000Z
2021-01-31T20:00:45.000Z
source/uFrmCadTabPrecos.dfm
roneysousa/info_financeiro
1e5135396b2c02ee47658a71ef83855cddfb73eb
[ "MIT" ]
null
null
null
source/uFrmCadTabPrecos.dfm
roneysousa/info_financeiro
1e5135396b2c02ee47658a71ef83855cddfb73eb
[ "MIT" ]
1
2021-01-31T20:00:47.000Z
2021-01-31T20:00:47.000Z
inherited frmCadTabelaPrecos: TfrmCadTabelaPrecos Left = 190 Top = 126 Caption = 'Tabela de Pre'#231'os' OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 inherited PageControl1: TPageControl inherited TabSheet1: TTabSheet object Label1: TLabel [0] Left = 1...
23.084291
80
0.522656
6a6c9eeb6199d1355a2bbe9b36e92f7196703b26
674
dpr
Pascal
samples/delphi/Samples.dpr
HashLoad/horse-compression
375b8a9214b5e490ca9880109777b20350a7eff0
[ "MIT" ]
22
2019-10-23T13:13:52.000Z
2022-03-01T07:08:37.000Z
samples/delphi/Samples.dpr
HashLoad/horse-compression
375b8a9214b5e490ca9880109777b20350a7eff0
[ "MIT" ]
8
2020-09-01T11:22:16.000Z
2022-03-22T11:52:47.000Z
samples/delphi/Samples.dpr
HashLoad/horse-compression
375b8a9214b5e490ca9880109777b20350a7eff0
[ "MIT" ]
15
2019-10-23T19:35:29.000Z
2021-09-22T16:58:46.000Z
program Samples; {$APPTYPE CONSOLE} {$R *.res} uses Horse, Horse.Jhonson, Horse.Compression, // It's necessary to use the unit System.JSON; begin THorse .Use(Compression()) // Must come before Jhonson middleware .Use(Jhonson); // You can set compression threshold: // THorse.Use(Compression(102...
19.823529
72
0.642433
6a8481083855eb53175d1b5798ee0e773be3b615
1,233
dpr
Pascal
demo/nng.pair.test.dpr
zedalaye/Delphi-NNG
6c0d3960f20270c43519309e6ce092b5caae153f
[ "MIT" ]
6
2020-03-15T05:51:23.000Z
2022-03-25T12:57:07.000Z
demo/nng.pair.test.dpr
zedalaye/Delphi-NNG
6c0d3960f20270c43519309e6ce092b5caae153f
[ "MIT" ]
null
null
null
demo/nng.pair.test.dpr
zedalaye/Delphi-NNG
6c0d3960f20270c43519309e6ce092b5caae153f
[ "MIT" ]
3
2020-08-26T03:13:37.000Z
2021-03-30T12:32:47.000Z
program nng.pair.test; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, nng.api in '..\nng.api.pas', nng.api.protocol.pair1 in '..\nng.api.protocol.pair1.pas', nng.api.constants in '..\nng.api.constants.pas', nng.api.types in '..\nng.api.types.pas'; var S1, S2: Tnng_socket; M: Pnng_msg; I, N: Int...
19.265625
70
0.585564
857e5b83f04c9fce542ba2c87a6e466b188cddb3
365
dpr
Pascal
Modules/DelphiVCL/DelphiVCL.dpr
prodat/python4delphi
cba592c8a7b13275cbd6f8b0b9d7161fcdafa010
[ "MIT" ]
685
2015-08-28T02:12:06.000Z
2022-03-28T19:44:07.000Z
Modules/DelphiVCL/DelphiVCL.dpr
prodat/python4delphi
cba592c8a7b13275cbd6f8b0b9d7161fcdafa010
[ "MIT" ]
248
2015-11-17T16:39:48.000Z
2022-03-29T18:44:53.000Z
Modules/DelphiVCL/DelphiVCL.dpr
prodat/python4delphi
cba592c8a7b13275cbd6f8b0b9d7161fcdafa010
[ "MIT" ]
259
2015-10-03T04:53:26.000Z
2022-03-31T18:23:06.000Z
library DelphiVCL; uses SysUtils, Classes, uMain in 'uMain.pas'; {$I Definition.Inc} exports // This must match the pattern "PyInit_[ProjectName]" // So if the project is named DelphiVCL then // the export must be PyInit_DelphiVCL PyInit_DelphiVCL; {$IFDEF MSWINDOWS} {$E pyd} {$ENDIF} {$IFDEF LINUX} ...
14.038462
55
0.69589
bc1ba5ef9e450ff091d5a957cc7649830aa81516
412
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/RALib/RaInterpreter/samples/DescendantForm.dfm
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/RALib/RaInterpreter/samples/DescendantForm.dfm
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/RALib/RaInterpreter/samples/DescendantForm.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
inherited Descendant: TDescendant Left = 210 Top = 177 Caption = 'Descendant' OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited Panel1: TPanel object DescendantButton1: TButton Left = 184 Top = 136 Width = 121 Height = 25 Caption = 'Descendan...
20.6
39
0.621359
613b74fa40ffd7a31b49270397c70d19a1738119
1,275
pas
Pascal
src/Translator4D.Credential.pas
atkins126/translator4d
baadb9091e2095e6d468a4f5b2b7b4b8eaa70e4d
[ "MIT" ]
13
2021-03-29T11:20:42.000Z
2021-12-20T19:35:06.000Z
src/Translator4D.Credential.pas
atkins126/translator4d
baadb9091e2095e6d468a4f5b2b7b4b8eaa70e4d
[ "MIT" ]
null
null
null
src/Translator4D.Credential.pas
atkins126/translator4d
baadb9091e2095e6d468a4f5b2b7b4b8eaa70e4d
[ "MIT" ]
6
2021-03-27T23:04:15.000Z
2021-12-20T10:17:58.000Z
unit Translator4D.Credential; interface uses Translator4D.Interfaces; type TTranslator4DCredential = class(TInterfacedObject, iTranslator4DCredential) private [weak] FParent : iTranslator4DService; FKey : String; public constructor Create( aParent : iTranslator4DService); de...
21.25
85
0.761569
6afe2425b0205b6c27a3b775fa8f6e6d96325ee5
5,111
dfm
Pascal
CompMigrationTool/CompMigForm.dfm
devgear/ComponentConverter
67a9c56f6953dd732f0da80bbc8bbe249b25604d
[ "MIT" ]
3
2020-05-25T02:48:33.000Z
2021-08-06T02:00:26.000Z
CompMigrationTool/CompMigForm.dfm
devgear/ComponentConverter
67a9c56f6953dd732f0da80bbc8bbe249b25604d
[ "MIT" ]
null
null
null
CompMigrationTool/CompMigForm.dfm
devgear/ComponentConverter
67a9c56f6953dd732f0da80bbc8bbe249b25604d
[ "MIT" ]
5
2020-01-25T12:39:00.000Z
2022-03-14T07:59:18.000Z
object frmCompMigTool: TfrmCompMigTool Left = 0 Top = 0 Caption = 'Component migrate tool' ClientHeight = 477 ClientWidth = 732 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = Fo...
20.36255
41
0.522207
cd8e21c9a0f138f3ed302448f30674dcdb8c2394
23,647
pas
Pascal
libuv.pas
zamronypj/libuv-pas
5a5dc91ea9ea0bfcc798a6d8ff9802becde97569
[ "MIT" ]
1
2021-05-09T05:09:02.000Z
2021-05-09T05:09:02.000Z
libuv.pas
zamronypj/libuv-pas
5a5dc91ea9ea0bfcc798a6d8ff9802becde97569
[ "MIT" ]
null
null
null
libuv.pas
zamronypj/libuv-pas
5a5dc91ea9ea0bfcc798a6d8ff9802becde97569
[ "MIT" ]
1
2022-03-26T03:57:21.000Z
2022-03-26T03:57:21.000Z
{*! * libuv header translation for Free Pascal * * @link https://github.com/zamronypj/libuv-pas * @copyright Copyright (c) 2021 Zamrony P. Juhara * @license https://github.com/zamronypj/libuv/blob/master/LICENSE (MIT) *} unit libuv; interface {$MODE OBJFPC} {$PACKRECORDS C} //libuv v1.27.0 or newer {$IF...
23.861756
91
0.62989
61581ec037435b9ded049fb1c2db671ec661d1ba
1,595
pas
Pascal
Source/BCEditor.Editor.CodeFolding.Hint.pas
x2nie/TBCEditor
195a6de1fcc67e0dfac0c1dbc424ee3984998d2d
[ "MIT" ]
18
2015-08-04T06:39:05.000Z
2022-01-20T03:43:57.000Z
Source/BCEditor.Editor.CodeFolding.Hint.pas
LaKraven/TBCEditor
e20c264b3634b78f109eac2613e9eec602a332be
[ "MIT" ]
null
null
null
Source/BCEditor.Editor.CodeFolding.Hint.pas
LaKraven/TBCEditor
e20c264b3634b78f109eac2613e9eec602a332be
[ "MIT" ]
12
2017-07-06T13:53:32.000Z
2022-01-08T17:10:41.000Z
unit BCEditor.Editor.CodeFolding.Hint; interface uses System.Classes, System.UITypes, Vcl.Graphics, BCEditor.Editor.CodeFolding.Hint.Colors; type TBCEditorCodeFoldingHint = class(TPersistent) strict private FColors: TBCEditorCodeFoldingHintColors; FCursor: TCursor; FFont: TFont; FR...
24.538462
89
0.7279
619249d9248d02b7c70eb8d9162b841456045d9f
62
pas
Pascal
ExtendedScriptFunctions.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
ExtendedScriptFunctions.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
ExtendedScriptFunctions.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit ExtendedScriptFunctions; interface implementation end.
8.857143
29
0.854839
85368688506a3d31c965fd93149f6a06e1c8bc5d
263
pas
Pascal
Test/FailureScripts/func_external.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/func_external.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/func_external.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
unit Test; interface procedure Test; external; function Dummy : String; external; deprecated "doh"; procedure Deprec; implementation procedure Deprec; begin Test; Dummy; end; procedure Deprec; begin Test; Dummy; end; end.
10.958333
53
0.661597
6affbce421eed8f6da11eb38931781e9589462bd
3,428
dfm
Pascal
Linear_Graphic/Example/Unit1.dfm
delphi-pascal-archive/linear-graphic
518edced9c8b3bd33fa5bf8a401399ddaee31d71
[ "Unlicense" ]
null
null
null
Linear_Graphic/Example/Unit1.dfm
delphi-pascal-archive/linear-graphic
518edced9c8b3bd33fa5bf8a401399ddaee31d71
[ "Unlicense" ]
null
null
null
Linear_Graphic/Example/Unit1.dfm
delphi-pascal-archive/linear-graphic
518edced9c8b3bd33fa5bf8a401399ddaee31d71
[ "Unlicense" ]
null
null
null
object Form1: TForm1 Left = 217 Top = 125 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Linear Graphic' ClientHeight = 510 ClientWidth = 817 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans ...
22.552632
78
0.595099
857a57178bc3fa0edbcf217837d9f58800e3be18
4,442
dpr
Pascal
HKDSE/ICT/Homework/1819/Pascal/s5a1/s5a1a.dpr
sailinglove/personal-general
b2e932dcd7989bdf856d4852e38f96cbbfc9c907
[ "MIT" ]
1
2020-06-19T11:47:23.000Z
2020-06-19T11:47:23.000Z
HKDSE/ICT/Homework/1819/Pascal/s5a1/s5a1a.dpr
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
HKDSE/ICT/Homework/1819/Pascal/s5a1/s5a1a.dpr
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
program s5a1a; (*Programmer Name : Ivan Xiang Class : S.5B Class No. : 31 Compiling Date : 21st Sept., 2018 Program File Name: s5a1a.pas Purpose : This program accept the name, sex and HKID no. of the user and display whethwe the user has input ...
35.536
80
0.578568
6a18fbbf22520a1d740be7cb00a5f3208c425c0f
3,765
pas
Pascal
source/jni/u2/water/demo.pas
Falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
9
2015-05-13T21:02:00.000Z
2018-04-15T16:32:27.000Z
source/jni/u2/water/demo.pas
Falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
source/jni/u2/water/demo.pas
Falken42/SecondReality
b998d193a066523cb4ca2b86c8041bea1bddfcb4
[ "Unlicense" ]
null
null
null
uses crt,t1,t2,t3,bkr,miek; procedure setrgb(c,r,g,b:byte); begin port[$3c8] := c; port[$3c9] := r; port[$3c9] := g; port[$3c9] := b; end; var frames : word; procedure waitr; begin asm mov bx,1 int 0fch mov frames,ax end; end; function dis_ex...
19.712042
85
0.449137
aa38b82c46c679c6d5ac1b57233db98e2b4d2e7d
4,038
pas
Pascal
unit-tests/src/testcase_queue_performance.pas
isemenkov/libpasc-algorithms
a5cb89f8b4bf3cdf0a6640577451c747d5ef872a
[ "MIT" ]
10
2020-06-29T16:37:57.000Z
2022-03-13T18:58:59.000Z
unit-tests/src/testcase_queue_performance.pas
isemenkov/libpasc-algorithms
a5cb89f8b4bf3cdf0a6640577451c747d5ef872a
[ "MIT" ]
null
null
null
unit-tests/src/testcase_queue_performance.pas
isemenkov/libpasc-algorithms
a5cb89f8b4bf3cdf0a6640577451c747d5ef872a
[ "MIT" ]
7
2020-07-01T07:20:50.000Z
2021-12-27T01:23:57.000Z
(******************************************************************************) (* libPasC-Algorithms *) (* delphi and object pascal library of common data structures and algorithms *) (* https://github.com/fragglet/c-algorithms ...
35.421053
80
0.573551
6a62c98f5bcada930e51d2a05f747bb3dbd0b6e4
2,012
pas
Pascal
DOReleaseThread.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
DOReleaseThread.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
DOReleaseThread.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit DOReleaseThread; {$Message Hint 'This code uses some bad old threading techniques.'} interface uses Classes, managedthread; type TDOReleaseThread = class(TManagedThread) private { Private declarations } protected FThreadManager: TObject; FList: Tlist; iOriginalCount, iIterations: integer...
17.964286
78
0.714215
616e2268540dae7edaf2a9c131882163b17ae81f
289
dpr
Pascal
Projects/Lazarus_Bible/2010/Except2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Projects/Lazarus_Bible/D25/Except2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Projects/Lazarus_Bible/DXE2/Except2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
program Except2; uses Forms, frm_Except2MAIN in '..\Source\EXCEPT2\frm_Except2MAIN.PAS' {MainForm}; {$R *.RES} {$E EXE} begin Application.Initialize; Application.Title := 'Demo: Except2'; Application.CreateForm(TMainForm, MainForm); Application.Run; end.
22.230769
74
0.67474
858cf65edac78faf66eafc2aa653d8c25168e148
50,023
pas
Pascal
Console/System.Console.pas
kevind7/DelphiConsole
9c0517044089f751e2f49302dbc54af92bfda119
[ "MIT" ]
96
2017-11-26T07:09:08.000Z
2022-01-17T00:42:50.000Z
Console/System.Console.pas
luebbe/DelphiConsole
910a2011bc0e8e99cbd0eb59e5e7c69abe5ed319
[ "MIT" ]
8
2017-11-26T07:00:32.000Z
2021-01-22T13:28:43.000Z
Console/System.Console.pas
luebbe/DelphiConsole
910a2011bc0e8e99cbd0eb59e5e7c69abe5ed319
[ "MIT" ]
23
2017-11-27T14:13:00.000Z
2021-12-20T02:27:10.000Z
unit System.Console; interface uses SysUtils, Classes, {$IF CompilerVersion >= 22} UITypes, Winapi.Windows, {$ELSE} Windows, {$IFEND} Types; {$M+} {$IFDEF CONDITIONALEXPRESSIONS} {$IF RTLVersion >= 14.0} {$DEFINE HASERROUTPUT} {$IFEND} {$ENDIF} {$WARN SYMBOL_PLATFORM OFF} {$SCOPE...
34.309328
196
0.65166
85748d8deed66bffe160b43a0c55fffba739213c
462
dpr
Pascal
GIS_Imager/GISI_source/GISImager.dpr
delphi-pascal-archive/gis-imager
98e792ed6bf87da5355e383c63c4a5cfe9753681
[ "Unlicense" ]
null
null
null
GIS_Imager/GISI_source/GISImager.dpr
delphi-pascal-archive/gis-imager
98e792ed6bf87da5355e383c63c4a5cfe9753681
[ "Unlicense" ]
null
null
null
GIS_Imager/GISI_source/GISImager.dpr
delphi-pascal-archive/gis-imager
98e792ed6bf87da5355e383c63c4a5cfe9753681
[ "Unlicense" ]
null
null
null
program GISImager; uses windows, messages, Forms, Unit1 in 'Unit1.pas' {Form1}, histogram in 'histogram.pas' {Histowindow}, RGBchoice in 'RGBchoice.pas' {RGBch}; {$R icons.res} {$R fileinfo.res} begin showsplash; Application.Initialize; application.Icon.Handle:=loadicon(hInstance,ma...
21
67
0.705628
6ae035328b31733f0dfba4ace8dde9919fb2adf3
4,536
pas
Pascal
AllocationFreeCollections/04GrowableStackList/UGrowableStackList.pas
atkins126/JustAddCode
25b23c8368a17738b9433233d415525374b1b841
[ "BSD-2-Clause" ]
107
2017-01-11T00:22:54.000Z
2022-03-10T12:24:51.000Z
AllocationFreeCollections/04GrowableStackList/UGrowableStackList.pas
atkins126/JustAddCode
25b23c8368a17738b9433233d415525374b1b841
[ "BSD-2-Clause" ]
9
2017-02-23T10:15:40.000Z
2022-02-20T03:20:02.000Z
AllocationFreeCollections/04GrowableStackList/UGrowableStackList.pas
atkins126/JustAddCode
25b23c8368a17738b9433233d415525374b1b841
[ "BSD-2-Clause" ]
51
2017-01-10T15:59:57.000Z
2022-01-31T03:04:15.000Z
unit UGrowableStackList; interface type { A list that should live on the stack. It can hold a configurable amount of data on the stack. The number of bytes of data it can contain is equal to the size of the TSize type parameter. The TSize type parameter has no other purpose. Once the stac...
26.068966
93
0.666226
6ae268f86085143f563240ef1966e69e8919c917
3,046
pas
Pascal
src/demo20.pas
johangardhage/dos-pengine
9ca2a1a07063694e5146ddd4cb3b31bff3b3fbe8
[ "MIT" ]
8
2019-08-16T23:16:16.000Z
2022-03-10T00:11:38.000Z
src/demo20.pas
johangardhage/dos-pengine
9ca2a1a07063694e5146ddd4cb3b31bff3b3fbe8
[ "MIT" ]
null
null
null
src/demo20.pas
johangardhage/dos-pengine
9ca2a1a07063694e5146ddd4cb3b31bff3b3fbe8
[ "MIT" ]
4
2020-11-13T22:29:15.000Z
2022-03-12T18:16:58.000Z
{ Retro programming in Borland Turbo Pascal Vector balls demo. Author: Johan Gardhage <johan.gardhage@gmail.com> } program demonstration; uses crt,gfx,vector; const border:boolean=false; xst=1; yst=1; zst=1; {$I cube.vec} SprPic : array[0..15,0..15] of byte = ( (0,0,0,0,0,0,...
21.913669
89
0.542022
6186326c4b7a373801cc0735a2813c144d3aa83c
7,561
dfm
Pascal
Source/dlgCodeTemplates.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
1
2022-03-22T16:32:27.000Z
2022-03-22T16:32:27.000Z
Source/dlgCodeTemplates.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
null
null
null
Source/dlgCodeTemplates.dfm
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
null
null
null
inherited CodeTemplates: TCodeTemplates Left = 340 Top = 192 HelpContext = 540 Caption = 'Code Templates' ClientHeight = 426 ClientWidth = 554 ShowHint = True OnClose = FormClose OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 15 object Panel: TPanel ...
23.702194
147
0.514218
6a5751f9308221192b68ef7ba571b8aa60faadc2
6,460
pas
Pascal
AVI_Builder/vfw.pas
delphi-pascal-archive/avi-builder
a2a7615c6055ef7a9d8d3926f10fb7c740b5b5da
[ "Unlicense" ]
null
null
null
AVI_Builder/vfw.pas
delphi-pascal-archive/avi-builder
a2a7615c6055ef7a9d8d3926f10fb7c740b5b5da
[ "Unlicense" ]
null
null
null
AVI_Builder/vfw.pas
delphi-pascal-archive/avi-builder
a2a7615c6055ef7a9d8d3926f10fb7c740b5b5da
[ "Unlicense" ]
null
null
null
unit VFW; { don't know who wrote this - the AVI section for avifil32.dll - Thanks !!!} interface uses Windows, IUnk; type { TAVIFileInfoW record } LONG = Longint; PVOID = Pointer; TAVIFileInfoW = record dwMaxBytesPerSec, // max. transfer rate dwFlags, // the ever-present flags ...
39.631902
223
0.688854
cd8473337ae66b098bf870a22fe5348dec56f45b
2,812
dfm
Pascal
theme/D7/acRootEdit.dfm
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
theme/D7/acRootEdit.dfm
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
theme/D7/acRootEdit.dfm
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
object acRootPathEditDlg: TacRootPathEditDlg Left = 361 Top = 321 Width = 340 Height = 244 BorderStyle = bsSizeToolWin Caption = 'Select Root Path' Color = clBtnFace Constraints.MinHeight = 240 Constraints.MinWidth = 340 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 ...
21.630769
44
0.619844
6a1699f1d8e639fa577953ada84e0b6eec7d9c4a
41,966
pas
Pascal
Tools/res2go/src/uresourceformtogo.pas
topxeq/govcl
112c496aed90625768ad3bba7c88dd43b2c6a044
[ "Apache-2.0" ]
4
2020-12-26T22:42:21.000Z
2021-12-13T06:39:58.000Z
Tools/res2go/src/uresourceformtogo.pas
topxeq/govcl
112c496aed90625768ad3bba7c88dd43b2c6a044
[ "Apache-2.0" ]
null
null
null
Tools/res2go/src/uresourceformtogo.pas
topxeq/govcl
112c496aed90625768ad3bba7c88dd43b2c6a044
[ "Apache-2.0" ]
1
2022-01-24T08:56:38.000Z
2022-01-24T08:56:38.000Z
unit uresourceformtogo; {$IFDEF FPC} {$mode objfpc}{$H+} {$IFDEF WINDOWS} {$codepage UTF8} {$ENDIF} {$ENDIF} interface procedure ConvertAll; implementation uses {$IFDEF MSWINDOWS} Windows, {$ENDIF} Classes, SysUtils, Math, StrUtils, uFormDesignerFile {$IFNDEF FPC} ,System.Generics.Collections {$E...
30.565186
235
0.599867
6abba9d80d3eac91e6faf36894565493f6ac7916
7,422
pas
Pascal
Source/FB4D.Configuration.pas
e-martin/FB4D
230b5ea6135d220a1e4e61d30c69833175b5a136
[ "Apache-2.0" ]
null
null
null
Source/FB4D.Configuration.pas
e-martin/FB4D
230b5ea6135d220a1e4e61d30c69833175b5a136
[ "Apache-2.0" ]
null
null
null
Source/FB4D.Configuration.pas
e-martin/FB4D
230b5ea6135d220a1e4e61d30c69833175b5a136
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { Delphi FB4D Library } { Copyright (c) 2018-2021 Christoph Schneider ...
37.11
81
0.639181
61647a9927598e7c53e9a6ce037de56c56b969c4
647
pas
Pascal
modules/horse/samples/lazarus/apache/Apache.pas
Valdeirsk8/CaixaVirtual
bad2a097e8ca3baabc2fe065ee5e551f67195328
[ "MIT" ]
2
2021-11-05T12:31:07.000Z
2021-11-09T11:52:14.000Z
modules/horse/samples/lazarus/apache/Apache.pas
Valdeirsk8/CaixaVirtual
bad2a097e8ca3baabc2fe065ee5e551f67195328
[ "MIT" ]
null
null
null
modules/horse/samples/lazarus/apache/Apache.pas
Valdeirsk8/CaixaVirtual
bad2a097e8ca3baabc2fe065ee5e551f67195328
[ "MIT" ]
null
null
null
Library Apache; {$DEFINE Apache2_4} {$DEFINE FPCAPACHE_2_4} {$MODE DELPHI}{$H+} Uses {$ifdef unix} cthreads, {$endif} Horse, httpd24, fpApache24, custapache24; const ModuleName = 'apache_horse_module'; var ApacheModuleData : module; {$ifdef unix} public name ModuleName;{$endif unix} exports ApacheModuleData...
17.486486
79
0.735703
6ac8bc8885714fdd633820494d88735278495b7b
243
dpr
Pascal
Samples/Delphi/TestSigCapt/TestSigCapt.dpr
ivanlewin/sdk-for-signature-windows
24ce681168496f21b2ba687187caf6e7f85e899a
[ "MIT" ]
13
2020-07-04T07:43:15.000Z
2022-03-07T08:16:09.000Z
Samples/Delphi/TestSigCaptHash/TestSigCapt.dpr
Wacom-Developer/sdk-for-signature-windows
24ce681168496f21b2ba687187caf6e7f85e899a
[ "MIT" ]
null
null
null
Samples/Delphi/TestSigCaptHash/TestSigCapt.dpr
Wacom-Developer/sdk-for-signature-windows
24ce681168496f21b2ba687187caf6e7f85e899a
[ "MIT" ]
10
2020-10-01T00:16:19.000Z
2022-03-16T18:27:06.000Z
program TestSigCapt; uses Vcl.Forms, TestSigCaptForm in 'TestSigCaptForm.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TForm1, Form1); Application.Run; end.
16.2
51
0.744856
cd9d454185d2095948b63ea48acb89fba80fa283
6,357
pas
Pascal
IntXLib/src/OpHelpers/uDigitHelper.pas
jomael/IntXLib4Pascal
2ff77c8d82b66cef7148d32e2b1cf52a83096d2c
[ "MIT" ]
31
2017-07-17T09:55:13.000Z
2022-02-14T04:09:39.000Z
IntXLib/src/OpHelpers/uDigitHelper.pas
jomael/IntXLib4Pascal
2ff77c8d82b66cef7148d32e2b1cf52a83096d2c
[ "MIT" ]
1
2015-09-14T06:46:54.000Z
2015-09-16T17:18:54.000Z
IntXLib/src/OpHelpers/uDigitHelper.pas
Xor-el/DelphiIntXLib
0e3e9f204e13cb5e3b9f9b5e3975532712d32e86
[ "MIT" ]
16
2017-03-30T19:01:25.000Z
2021-12-26T07:06:26.000Z
unit uDigitHelper; {$I ..\Include\IntXLib.inc} interface uses uConstants, uIntX, uIntXLibTypes; type /// <summary> /// Contains big integer <see cref="TIntXLibUInt32Array" /> digits utilitary methods. /// </summary> TDigitHelper = class sealed(TObject) public /// <summary> /// Returns rea...
26.710084
112
0.670757
8516823b50e7ca649b9fed35d871dd1a72bdaade
268
dpr
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvCreateProcess/ConsoleExample.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvCreateProcess/ConsoleExample.dpr
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/JvCreateProcess/ConsoleExample.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
program ConsoleExample; uses Forms, ConsoleExampleMainFormU in 'ConsoleExampleMainFormU.pas' {ConsoleExampleMainForm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TConsoleExampleMainForm, ConsoleExampleMainForm); Application.Run; end.
19.142857
84
0.80597
6ae2ef5dbed809a92da11fefb6e85d121d879035
11,811
pas
Pascal
faq/0035.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
faq/0035.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
faq/0035.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ Two ways to create dial tones: digital sample for each tone, or generate tone with a digital to analog convertor. The MCI mmSystem uses MS Windows 3.1 high resolution timer. The following demonstrate other ways to generate tones: } program PlayTone; { Author: John Howard } uses WinProcs; (* Comments from D...
40.037288
79
0.463043
6a67d08b60226e4eae38777f18b0e3d386824dbe
479
pas
Pascal
Test/EncodingLib/base64url.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/EncodingLib/base64url.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/EncodingLib/base64url.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var s := '!>>'; var u := Base64URIEncoder.Encode(s); PrintLn(u); PrintLn(Base64URIEncoder.Decode(u)); s := '!>'; u := Base64URIEncoder.Encode(s); PrintLn(u); PrintLn(Base64URIEncoder.Decode(u)); s := 'a'; u := Base64URIEncoder.Encode(s); PrintLn(u); PrintLn(Base64URIEncoder.Decode(u)); var n := 0;...
19.16
53
0.605428
85108840f762b4220cd03a576a4d399f2d6bd878
92
pas
Pascal
source/Architecture.pas
gdia/PythonFMXBuilder
aa3f82cbd891dc2300ad6cd2908d54593b21b57e
[ "MIT" ]
null
null
null
source/Architecture.pas
gdia/PythonFMXBuilder
aa3f82cbd891dc2300ad6cd2908d54593b21b57e
[ "MIT" ]
null
null
null
source/Architecture.pas
gdia/PythonFMXBuilder
aa3f82cbd891dc2300ad6cd2908d54593b21b57e
[ "MIT" ]
null
null
null
unit Architecture; interface type TArchitecture = (arm, aarch64); implementation end.
8.363636
33
0.75
6a474a4c62cb579fbc8f766c82f6465d1d39aba5
3,792
pas
Pascal
src/gui/UFRMOperationExplorer.pas
DelphiniumCoin/PascalCoinFixes
0d021036a9b0bb866ff43a4cbc9cf75074722e9e
[ "MIT" ]
null
null
null
src/gui/UFRMOperationExplorer.pas
DelphiniumCoin/PascalCoinFixes
0d021036a9b0bb866ff43a4cbc9cf75074722e9e
[ "MIT" ]
null
null
null
src/gui/UFRMOperationExplorer.pas
DelphiniumCoin/PascalCoinFixes
0d021036a9b0bb866ff43a4cbc9cf75074722e9e
[ "MIT" ]
1
2022-01-16T12:31:15.000Z
2022-01-16T12:31:15.000Z
unit UFRMOperationExplorer; { Copyright (c) 2018 by Herman Schoenfeld 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: ...
30.095238
135
0.780327
85b0d5e8ad0581424fc62fefdd62a1692fce55c1
15,717
pas
Pascal
Features/Beacons/DW.Beacons.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
14
2021-12-30T08:03:49.000Z
2022-03-17T19:33:24.000Z
Features/Beacons/DW.Beacons.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
6
2022-01-01T21:56:18.000Z
2022-03-01T22:23:56.000Z
Features/Beacons/DW.Beacons.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
4
2022-01-04T13:25:08.000Z
2022-01-13T09:58:32.000Z
unit DW.Beacons.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
34.849224
184
0.723357
6a7736239ffb4b7776b213aba759c1f228682526
867
pas
Pascal
home/data/contests/ToPAS14/submissions/00012049_E_Suricatas/exd.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
home/data/contests/ToPAS14/submissions/00012049_E_Suricatas/exd.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
home/data/contests/ToPAS14/submissions/00012049_E_Suricatas/exd.pas
mooshak-dcc/mooshak-2
12cfb9a0461fe9f2d58507ee801b82ec9a97463c
[ "Artistic-2.0" ]
null
null
null
program exd; var aip: array[1..100] of string; i, um, erro,erro2, conta, media1,media2, mediat, total, mea, nv: integer; c1, c2: string; begin for i:= 1 to 24 do begin readln(aip[i]); end; c1:= copy(aip[24], 5, 2); val(c1, um, erro); um:= um +1; conta:= 0; total:= 0; for i:= 1 to 23 do be...
13.761905
77
0.487889
85b6952a799d16a62e11da687ec576b0cc7544af
4,101
pas
Pascal
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Asn1/ClpDerGeneralString.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/Asn1/ClpDerGeneralString.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/Asn1/ClpDerGeneralString.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
34
2018-10-30T00:40:37.000Z
2022-02-15T06:00:15.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
25.314815
87
0.627896
85763718cab92663911c6bac6c1b540097e7d5ef
19,619
pas
Pascal
GameControl.pas
pafik13/RAIC-2015
ff5a71e55696cdb9f81ffe512405c16eab3aaa23
[ "MIT" ]
null
null
null
GameControl.pas
pafik13/RAIC-2015
ff5a71e55696cdb9f81ffe512405c16eab3aaa23
[ "MIT" ]
null
null
null
GameControl.pas
pafik13/RAIC-2015
ff5a71e55696cdb9f81ffe512405c16eab3aaa23
[ "MIT" ]
null
null
null
unit GameControl; interface uses Math, TypeControl; type TGame = class private FRandomSeed: Int64; FTickCount: LongInt; FWorldWidth: LongInt; FWorldHeight: LongInt; FTrackTileSize: Double; FTrackTileMargin: Double; FLapCount: LongInt; FLapTickCount: LongInt; FInitialFreezeDu...
34.785461
119
0.808145