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
83a285fb24a40b84fac1e558587f833f5ce0aa48
9,316
pas
Pascal
Source/BCEditor.Editor.DB.pas
delphioracle/TBCEditor-Backup-ONLY
4b7ee312bbb6db89d206d9589441256b7b1ea0c5
[ "MIT" ]
3
2018-07-09T12:37:50.000Z
2020-08-28T10:07:43.000Z
Source/BCEditor.Editor.DB.pas
maciej-izak-tests/TBCEditor-1
85efbcfb9b90f64220d135dcdf89282849a6c3b7
[ "MIT" ]
4
2017-02-14T04:26:48.000Z
2017-02-17T22:45:34.000Z
Source/BCEditor.Editor.DB.pas
delphioracle/TBCEditor-Backup-ONLY
4b7ee312bbb6db89d206d9589441256b7b1ea0c5
[ "MIT" ]
2
2021-02-13T03:59:04.000Z
2021-06-21T18:49:15.000Z
unit BCEditor.Editor.DB; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Controls, Vcl.DbCtrls, Data.DB, BCEditor.Editor, BCEditor.Editor.KeyCommands; type TBCCustomDBEditor = class(TBCCustomEditor) strict private FBeginEdit: Boolean; FDataLink: TField...
25.877778
121
0.718227
8332c109e3ca3474ac2e91945b7da758caa3ec60
24,125
pas
Pascal
Units/BitOps.pas
danielmarschall/delphiutils
5f6ec265f0808a3bd9358af82c6b0a69a8a379cb
[ "Apache-2.0" ]
null
null
null
Units/BitOps.pas
danielmarschall/delphiutils
5f6ec265f0808a3bd9358af82c6b0a69a8a379cb
[ "Apache-2.0" ]
null
null
null
Units/BitOps.pas
danielmarschall/delphiutils
5f6ec265f0808a3bd9358af82c6b0a69a8a379cb
[ "Apache-2.0" ]
1
2021-01-28T02:15:48.000Z
2021-01-28T02:15:48.000Z
unit BitOps; (************************************************************* BitOps.pas Bit- Byte- and Nibbleoperations 64 Bit Edition; Rev 05 July 2010 (C) 2010 ViaThinkSoft [www.viathinksoft.com] Developed by Daniel Marschall [www.daniel-marschall.de] ********************************...
34.171388
82
0.711917
835dc451be573ad3e6dec265aa0ba8de29d46587
3,958
dpr
Pascal
samples/activerecord_restful_crud/activerecord_restful_crud.dpr
JensMertelmeyer/delphimvcframework
1c9bcea41cbded5eacffeaab3275b9b9aa9761de
[ "Apache-2.0" ]
2
2021-01-27T06:04:26.000Z
2021-09-15T07:30:24.000Z
samples/activerecord_restful_crud/activerecord_restful_crud.dpr
JensMertelmeyer/delphimvcframework
1c9bcea41cbded5eacffeaab3275b9b9aa9761de
[ "Apache-2.0" ]
null
null
null
samples/activerecord_restful_crud/activerecord_restful_crud.dpr
JensMertelmeyer/delphimvcframework
1c9bcea41cbded5eacffeaab3275b9b9aa9761de
[ "Apache-2.0" ]
1
2021-09-08T12:47:25.000Z
2021-09-08T12:47:25.000Z
program activerecord_restful_crud; {$APPTYPE CONSOLE} uses FireDAC.Phys.FB, FireDAC.Phys.PG, FireDAC.Phys.MySQL, FireDAC.Phys.SQLite, System.SysUtils, MVCFramework.Commons, MVCFramework.REPLCommandsHandlerU, Web.ReqMulti, Web.WebReq, Web.WebBroker, IdHTTPWebBrokerBridge, MVCFramework.SQLGenera...
28.681159
120
0.669277
836e30b30a36587896379e7c0b594e68d36b80a1
92
pas
Pascal
Pascal/test/cohadar/pascal/errors/condition_while.pas
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Pascal/test/cohadar/pascal/errors/condition_while.pas
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
Pascal/test/cohadar/pascal/errors/condition_while.pas
cohadar/parapascal
863bc9b8d7f813dd3bbf8f6e7df36d70de8f5242
[ "MIT" ]
null
null
null
program test; var a : integer; begin while (a) do begin a := a - 1 end; end.
11.5
21
0.532609
83b31e410ba7bfbf5ad9beac0c9e916da172099d
718
pas
Pascal
school/ex2.pas
skykykykykykykykykykykys/pascal
2d04aed9a7515bf9402c9328384f0b805646b662
[ "MIT" ]
null
null
null
school/ex2.pas
skykykykykykykykykykykys/pascal
2d04aed9a7515bf9402c9328384f0b805646b662
[ "MIT" ]
null
null
null
school/ex2.pas
skykykykykykykykykykykys/pascal
2d04aed9a7515bf9402c9328384f0b805646b662
[ "MIT" ]
null
null
null
var som : Integer; function Trait(s : string; var som : Integer) : Boolean; var ch : string; x, e, i, somme : Integer; facteur : Integer; begin while (length(s) mod 4 <> 0) do begin s := '0' +s; end; ch := ''; facteur := 1; somme := 0; for i := 1 to length(s) do begin ch := ch + s[i] ; ...
21.117647
66
0.550139
833347d8ef07e5c5a419ef8c095e6dca8dc072de
27,054
pas
Pascal
Borland/CBuilder5/Source/AVIWriter/aviwriter.pas
TrevorDArcyEvans/DivingMagpieSoftware
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
1
2021-05-27T10:27:25.000Z
2021-05-27T10:27:25.000Z
Borland/CBuilder5/Source/AVIWriter/aviwriter.pas
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
Borland/CBuilder5/Source/AVIWriter/aviwriter.pas
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
unit AviWriter; ///////////////////////////////////////////////////////////////////////////// // // // AviWriter -- a component to create rudimentary AVI files // // by Elliott Shevin, with large pieces of code ...
36.559459
186
0.577549
83b695308cf14d7b70048f2cd9fbced6a1365536
15,125
dfm
Pascal
source/uFrmCadFornecedores.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
source/uFrmCadFornecedores.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
source/uFrmCadFornecedores.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
inherited frmCadFornecedoresNew: TfrmCadFornecedoresNew Left = 192 Top = 120 Caption = 'Cadastro de Fornecedores' ClientHeight = 556 ClientWidth = 689 PixelsPerInch = 96 TextHeight = 13 inherited PageControl1: TPageControl Width = 689 Height = 537 inherited TabSheet1: TTabSheet inherit...
23.744113
76
0.504992
854c67ed8a64d6612f5fa20fdf156a3d7a159792
1,312
dpr
Pascal
Tests/BigRationals/BigRationalDevelopmentTests.dpr
chuacw/BigNumbers
8b1d1ea40af1013d9708006334a8ebac67d1ef73
[ "BSD-2-Clause" ]
64
2017-12-18T11:59:17.000Z
2022-02-20T19:52:56.000Z
Tests/BigRationals/BigRationalDevelopmentTests.dpr
chuacw/BigNumbers
8b1d1ea40af1013d9708006334a8ebac67d1ef73
[ "BSD-2-Clause" ]
12
2017-11-19T10:47:51.000Z
2021-11-16T07:00:14.000Z
Tests/BigRationals/BigRationalDevelopmentTests.dpr
chuacw/BigNumbers
8b1d1ea40af1013d9708006334a8ebac67d1ef73
[ "BSD-2-Clause" ]
35
2018-05-08T12:06:14.000Z
2022-02-11T23:27:13.000Z
program BigRationalDevelopmentTests; { Delphi DUnit Test Project ------------------------- This project contains the DUnit test framework and the GUI/Console test runners. Add "CONSOLE_TESTRUNNER" to the conditional defines entry in the project options to use the console test runner. Otherwise the GU...
34.526316
83
0.71189
85b42fca198ced5602d300b970e340af207e8c7c
9,688
pas
Pascal
iscbase/script/uPSC_menus.pas
isyscore/isc-fpbase
ce2469c977eba901005982dc7f89fee2d0718f76
[ "MIT" ]
3
2021-06-10T12:33:29.000Z
2021-12-13T06:59:48.000Z
iscbase/script/uPSC_menus.pas
isyscore/isc-fpbase
ce2469c977eba901005982dc7f89fee2d0718f76
[ "MIT" ]
null
null
null
iscbase/script/uPSC_menus.pas
isyscore/isc-fpbase
ce2469c977eba901005982dc7f89fee2d0718f76
[ "MIT" ]
null
null
null
{ Menus Import Unit } Unit uPSC_menus; {$I PascalScript.inc} Interface Uses uPSCompiler; procedure SIRegisterTMENUITEMSTACK(CL: TPSPascalCompiler); procedure SIRegisterTPOPUPLIST(CL: TPSPascalCompiler); procedure SIRegisterTPOPUPMENU(CL: TPSPascalCompiler); procedure SIRegisterTMAINMENU(CL: TPSPascalCompiler)...
45.060465
187
0.734723
8527e37d3574e1ca5963829af6b89a0e71edf69f
8,834
pas
Pascal
concept-project/pas/registers/MVCDemo.Registers.RegisterTypesImpl.pas
ebaptistella/delphi-mvc-concept
8a48e58b114bcc1a3c485d04641cc6d4be8bdaf5
[ "Apache-2.0" ]
9
2019-10-30T22:02:24.000Z
2022-01-18T04:50:30.000Z
concept-project/pas/registers/MVCDemo.Registers.RegisterTypesImpl.pas
thiagosantos346/delphi-mvc-concept
8a48e58b114bcc1a3c485d04641cc6d4be8bdaf5
[ "Apache-2.0" ]
null
null
null
concept-project/pas/registers/MVCDemo.Registers.RegisterTypesImpl.pas
thiagosantos346/delphi-mvc-concept
8a48e58b114bcc1a3c485d04641cc6d4be8bdaf5
[ "Apache-2.0" ]
3
2019-10-30T02:13:19.000Z
2021-01-21T01:50:26.000Z
unit MVCDemo.Registers.RegisterTypesImpl; interface uses Spring.Container; procedure RegisterTypes; procedure UnregisterTypes; var Container: TContainer; implementation uses Vcl.Forms, System.SysUtils, Spring.Logging, Spring.Container.Common, Spring.Logging.Appenders, Spring.Interception, Frame...
28.681818
90
0.766357
854de3b1a0aea879c4299ecc9382e9a8293eb46b
9,999
pas
Pascal
main.pas
Commando950/Pascalsweeper
c5cbab6cce97d921cafd4009f632520053908afb
[ "MIT" ]
null
null
null
main.pas
Commando950/Pascalsweeper
c5cbab6cce97d921cafd4009f632520053908afb
[ "MIT" ]
null
null
null
main.pas
Commando950/Pascalsweeper
c5cbab6cce97d921cafd4009f632520053908afb
[ "MIT" ]
null
null
null
unit main; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, math, FileUtil, MMSystem; type { TForm1 } TForm1 = class(TForm) BackgroundImage: TImage; GameBoard: TImage; procedure FormActivate(Sender: TObj...
34.010204
115
0.489149
838012977a64510ff63839eccc79c60e40cd3f2c
2,349
pas
Pascal
src/Security/Validation/Validators/DirectoryValidatorImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
78
2019-01-31T13:40:48.000Z
2022-03-22T17:26:54.000Z
src/Security/Validation/Validators/DirectoryValidatorImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
src/Security/Validation/Validators/DirectoryValidatorImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
9
2018-11-05T03:43:24.000Z
2022-01-21T17:23:30.000Z
{*! * Fano Web Framework (https://fanoframework.github.io) * * @link https://github.com/fanoframework/fano * @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara * @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT) *} unit DirectoryValidatorImpl; interface {$MODE OBJFPC} {$H+} u...
27.964286
77
0.463602
612d76934f35da7343757d9722d6ab74683eced3
1,659
pas
Pascal
tests/constraints/br/DValidation.Constraints.Br.CPFTest.pas
msnts/DValidation
d174eb639e7a5c93474d4e4c75fccaf00abe57de
[ "Apache-2.0" ]
6
2018-11-26T18:53:03.000Z
2021-06-29T11:51:11.000Z
tests/constraints/br/DValidation.Constraints.Br.CPFTest.pas
msnts/DValidation
d174eb639e7a5c93474d4e4c75fccaf00abe57de
[ "Apache-2.0" ]
null
null
null
tests/constraints/br/DValidation.Constraints.Br.CPFTest.pas
msnts/DValidation
d174eb639e7a5c93474d4e4c75fccaf00abe57de
[ "Apache-2.0" ]
1
2021-06-28T02:34:46.000Z
2021-06-28T02:34:46.000Z
unit DValidation.Constraints.Br.CPFTest; interface uses DUnitX.TestFramework, DValidation.Constraints.Constraint, DValidation.Constraints.Br.CPF; type [TestFixture] TCPFAttributeTest = class(TObject) public [Test] procedure TestCreate1; [Test] procedure TestCreate2; [Test] proce...
18.852273
89
0.709464
83531d768d5a039c9374f5d2985c57f2940f8082
7,433
pas
Pascal
windows/src/global/delphi/general/kmxfileconsts.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
null
null
null
windows/src/global/delphi/general/kmxfileconsts.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
null
null
null
windows/src/global/delphi/general/kmxfileconsts.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
null
null
null
(* Name: kmxfileconsts Copyright: Copyright (C) SIL International. Documentation: Description: Create Date: 27 Mar 2008 Modified Date: 27 Aug 2012 Authors: mcdurdin Related Files: Dependencies: Bugs: Todo: Notes: ...
32.317391
122
0.636082
85cbd1d57d3bb44fdf7d1f5f9e67cdca74fc64bc
329
pas
Pascal
Src/configs/Kanbana.Configs.Encrypt.pas
HashLoad/kanbana-api
5cf818a227660a6847c716a4302de8b91d8ffee0
[ "MIT" ]
33
2019-05-22T05:32:11.000Z
2022-03-19T12:30:27.000Z
Src/configs/Kanbana.Configs.Encrypt.pas
HashLoad/kanbana-api
5cf818a227660a6847c716a4302de8b91d8ffee0
[ "MIT" ]
2
2020-08-25T12:09:34.000Z
2021-10-04T19:12:18.000Z
Src/configs/Kanbana.Configs.Encrypt.pas
HashLoad/kanbana-api
5cf818a227660a6847c716a4302de8b91d8ffee0
[ "MIT" ]
11
2019-08-04T07:38:52.000Z
2022-03-19T12:30:29.000Z
unit Kanbana.Configs.Encrypt; interface type TConfigEncrypt = record private function GetSecret: string; public property Secret: string read GetSecret; end; implementation uses System.SysUtils; function TConfigEncrypt.GetSecret: string; begin Result := GetEnvironmentVariable('ENCRYPT_SECRET'); en...
14.304348
53
0.765957
83326854c0450b03acf19fdd25fe5906e45ee80d
2,930
dfm
Pascal
Unit2_SEGUNDO.dfm
diogogemaque/Projects
f064e541007b22f94a6c7fb23a7a609f02b19399
[ "MIT" ]
null
null
null
Unit2_SEGUNDO.dfm
diogogemaque/Projects
f064e541007b22f94a6c7fb23a7a609f02b19399
[ "MIT" ]
null
null
null
Unit2_SEGUNDO.dfm
diogogemaque/Projects
f064e541007b22f94a6c7fb23a7a609f02b19399
[ "MIT" ]
null
null
null
object Form2: TForm2 Left = 0 Top = 0 Caption = 'Form2' ClientHeight = 550 ClientWidth = 851 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object La...
19.931973
37
0.601024
aa7b002a14f18e7716933b6cd9bdb26d07d1a921
110,626
pas
Pascal
sources/MVCFramework.ActiveRecord.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.ActiveRecord.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.ActiveRecord.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** } // // Delphi MVC Framework // // Copyright (c) 2010-2022 Daniele Teti and the DMVCFramework Team // // https://github.com/danieleteti/delphimvcframework // // *************************************************************************** // /...
28.990042
168
0.709137
cd5ca32e9079f9903020e99ae73efee431422313
9,946
pas
Pascal
API/DW.Androidapi.JNI.App.pas
zyp1984/Kastri
d420eb74a97e484438d5fef7126272e8b3f39095
[ "MIT" ]
3
2021-04-26T05:41:50.000Z
2021-09-27T16:56:36.000Z
API/DW.Androidapi.JNI.App.pas
Spelt/Kastri
0543ed10245b37af4642f8eed4acc5067e4384f1
[ "MIT" ]
null
null
null
API/DW.Androidapi.JNI.App.pas
Spelt/Kastri
0543ed10245b37af4642f8eed4acc5067e4384f1
[ "MIT" ]
1
2021-03-05T20:48:34.000Z
2021-03-05T20:48:34.000Z
unit DW.Androidapi.JNI.App; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
50.232323
157
0.742208
836ffdd4473c33483a394952b9b82c7340476c81
10,475
pas
Pascal
Source/Common/JOSE.Signing.ECDSA.pas
viniciussanchez/delphi-jose-jwt
800efddd20fbbfae2a0711a1603c0882a15ca7d1
[ "Apache-2.0" ]
2
2021-04-26T05:58:55.000Z
2021-09-24T11:58:02.000Z
Source/Common/JOSE.Signing.ECDSA.pas
viniciussanchez/delphi-jose-jwt
800efddd20fbbfae2a0711a1603c0882a15ca7d1
[ "Apache-2.0" ]
null
null
null
Source/Common/JOSE.Signing.ECDSA.pas
viniciussanchez/delphi-jose-jwt
800efddd20fbbfae2a0711a1603c0882a15ca7d1
[ "Apache-2.0" ]
null
null
null
{******************************************************************************} { } { Delphi JOSE Library } { Copyright (c) 2015-2021 Paolo Rossi ...
29.341737
124
0.639236
8537b4edd4ad988956799f69bffb5fefc0b20724
3,813
pas
Pascal
DLL Injector/uMain.pas
atkins126/Win32-API-Hooking
03a8b0d48b261bbaa0c5f8271a46d0d25104c410
[ "Apache-2.0" ]
1
2021-11-06T12:34:13.000Z
2021-11-06T12:34:13.000Z
DLL Injector/uMain.pas
atkins126/Win32-API-Hooking
03a8b0d48b261bbaa0c5f8271a46d0d25104c410
[ "Apache-2.0" ]
null
null
null
DLL Injector/uMain.pas
atkins126/Win32-API-Hooking
03a8b0d48b261bbaa0c5f8271a46d0d25104c410
[ "Apache-2.0" ]
null
null
null
(************************************************************) (* Win32 API Hooking Library *) (* by Robert Milan (03/23/13) *) (************************************************************) (* This code is provided "as is" without express or *) ...
26.296552
80
0.536848
836a4985e0ff7d82ec5266b519681bdf5faecd25
6,026
pas
Pascal
toolkit2/ftk_factory.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
toolkit2/ftk_factory.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
toolkit2/ftk_factory.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
unit ftk_factory; {$i fhir.inc} interface uses SysUtils, Classes, Dialogs, fsl_base, fsl_utilities, fsl_xml, fsl_json, fhir_objects, ftk_context, ftk_store, ftk_editor_text, ftk_editor_ini, ftk_editor_xml, ftk_editor_json, ftk_editor_html, ftk_editor_md, ftk_editor_js, ftk_editor_hl7, ...
26.31441
121
0.664288
859eb0b19b01d9a22ed531a03770f42cb9ec1d4d
119,557
dfm
Pascal
references/zeoslib/test/external/FirmOS_GUITestRunner.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/zeoslib/test/external/FirmOS_GUITestRunner.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/zeoslib/test/external/FirmOS_GUITestRunner.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
object FirmOS_TestRunner: TFirmOS_TestRunner Left = 160 Top = 40 Caption = 'DUnit: An Xtreme testing framework (FirmOS Version)' ClientHeight = 416 ClientWidth = 438 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' ...
55.582055
77
0.823825
aa022b7b497addd20eebd729a36e273cadd359b8
1,030
dpr
Pascal
src/dPOS.dpr
symeondev/dPOS
5a1b8d7122d670105fbea1fdd96d891fb8440f9f
[ "OLDAP-2.3" ]
3
2020-08-26T21:53:48.000Z
2020-10-23T06:59:37.000Z
src/dPOS.dpr
bravesoftdz/dPOS
5a1b8d7122d670105fbea1fdd96d891fb8440f9f
[ "OLDAP-2.3" ]
null
null
null
src/dPOS.dpr
bravesoftdz/dPOS
5a1b8d7122d670105fbea1fdd96d891fb8440f9f
[ "OLDAP-2.3" ]
2
2020-10-22T22:03:23.000Z
2020-10-23T03:46:43.000Z
program dPOS; uses Forms, uPOS in 'uPOS.pas' {frmPOS}, udmMain in 'udmMain.pas' {dmMain: TDataModule}, uLogin in 'uLogin.pas' {frmLogin}, uPay in 'uPay.pas' {frmPay}, uAdTicket in 'uAdTicket.pas' {frmAdTicket}, uPrintTicket in 'uPrintTicket.pas' {frmPrintTicket}, uStats in 'uStats.pas' {frmStats}, uP...
30.294118
60
0.724272
83648eff80190ff97d0ab0c801820b364bef8316
26,279
pas
Pascal
iss_m68k.pas
chainq/iss
4838053f01d78a8736a057b6085d2dbeaa7f9229
[ "0BSD" ]
1
2018-11-03T17:12:21.000Z
2018-11-03T17:12:21.000Z
iss_m68k.pas
chainq/iss
4838053f01d78a8736a057b6085d2dbeaa7f9229
[ "0BSD" ]
null
null
null
iss_m68k.pas
chainq/iss
4838053f01d78a8736a057b6085d2dbeaa7f9229
[ "0BSD" ]
null
null
null
{ Copyright (c) 1998-2001,2014 Karoly Balogh <charlie@amigaspirit.hu> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "A...
25.051478
99
0.591841
8592d197e4a2daf81dfb6acffe0e55f7a21775ef
91
pas
Pascal
Test/FailureScripts/record_method_missing_begin.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/record_method_missing_begin.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/record_method_missing_begin.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
type TRec = record x : Integer; procedure Test print(x); end; end;
15.166667
36
0.516484
17ce8f53d94d5ae976b94a6aefeaf320b300689b
121,758
pas
Pascal
src/PasVulkan.Collections.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
151
2016-03-03T22:20:58.000Z
2022-03-11T03:10:17.000Z
src/PasVulkan.Collections.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
22
2016-09-30T15:59:08.000Z
2021-12-29T20:00:18.000Z
src/PasVulkan.Collections.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
30
2016-04-16T01:12:37.000Z
2022-03-08T10:45:11.000Z
(****************************************************************************** * PasVulkan * ****************************************************************************** * Version see PasVulkan.Framework.pas ...
31.340541
217
0.689696
85526e65959a669d5bcfdf03842e295630242453
8,051
pas
Pascal
Unit1.pas
Agarkovware/MicChatRevived
cf4d0b94c7ce3982d895d3258e17872b4ad14c85
[ "BSD-4-Clause" ]
3
2021-03-27T19:17:59.000Z
2021-11-02T20:24:49.000Z
Unit1.pas
Agarkovware/MicChatRevived
cf4d0b94c7ce3982d895d3258e17872b4ad14c85
[ "BSD-4-Clause" ]
24
2021-03-27T22:23:33.000Z
2021-11-15T18:39:59.000Z
Unit1.pas
Agarkovware/MicChatRevived
cf4d0b94c7ce3982d895d3258e17872b4ad14c85
[ "BSD-4-Clause" ]
3
2021-06-16T22:28:06.000Z
2021-12-27T09:58:13.000Z
unit Unit1; interface uses System, System.Drawing, System.Windows.Forms, Settings, About, SysInfo, ClientNotFound, ServerNotFound; var MessageShown: boolean = false; setting2: string; type Form1 = class(Form) procedure aboutToolStripMenuItem_Click(sender: Object; e: EventArgs); procedure...
31.205426
109
0.74115
cddeb8e0240d3231c01e091ed8aa049154ef4128
4,426
pas
Pascal
Components/JVCL/qexamples/JvLinkLabel/Play.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qexamples/JvLinkLabel/Play.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qexamples/JvLinkLabel/Play.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. *} {****************************************************************************...
29.311258
89
0.689562
85a1df1a421283c4fc4176996026a5cc23d4f363
1,397
dfm
Pascal
source/vcl/aptFrames/TXYZPositionsFrame.dfm
TotteKarlsson/atapi
c91accb9f01f0effdfe1e7a493388ae4b1a9145c
[ "Apache-2.0" ]
null
null
null
source/vcl/aptFrames/TXYZPositionsFrame.dfm
TotteKarlsson/atapi
c91accb9f01f0effdfe1e7a493388ae4b1a9145c
[ "Apache-2.0" ]
null
null
null
source/vcl/aptFrames/TXYZPositionsFrame.dfm
TotteKarlsson/atapi
c91accb9f01f0effdfe1e7a493388ae4b1a9145c
[ "Apache-2.0" ]
null
null
null
object XYZPositionsFrame: TXYZPositionsFrame Left = 0 Top = 0 Width = 177 Height = 161 AutoSize = True TabOrder = 0 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 177 Height = 161 Caption = 'XYZUnit Positions' TabOrder = 0 object Label1: TLabel Left = 36 Top =...
17.4625
44
0.520401
834a42090f768812b909d29c7bc6420268f0d920
10,962
pas
Pascal
IBX/CcProvIBX.pas
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
5
2022-03-20T13:52:39.000Z
2022-03-31T11:27:46.000Z
IBX/CcProvIBX.pas
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
null
null
null
IBX/CcProvIBX.pas
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
3
2022-03-20T13:38:49.000Z
2022-03-24T18:55:15.000Z
unit CcProvIBX; interface uses Classes, Sysutils, DB, IBSQL, IBDatabase, CcInterbaseConn, CcProviders; type {$I ..\CC.INC} TCcQueryIBX = class(TCcAbstractQueryObject) private function FieldOrParam(field: TCcField): TIBXSQLVAR;overload; function FieldOrParam(fieldName: String; IsParam: Boolea...
26.801956
103
0.675607
83068f81aa26005a7b32666de2eae25c4247c4fe
2,523
dfm
Pascal
app/appcmn/refdlg.dfm
mws-rmain/RTKLIB
3cd1f799b04da433f29473332c250b0518aa762c
[ "BSD-2-Clause" ]
2
2021-11-06T07:23:27.000Z
2021-11-07T14:29:21.000Z
app/appcmn/refdlg.dfm
hadisehamiri/RTKLIB
ac6fa168c34c788bb0ad72e24a9d196bbc7d272b
[ "BSD-2-Clause" ]
null
null
null
app/appcmn/refdlg.dfm
hadisehamiri/RTKLIB
ac6fa168c34c788bb0ad72e24a9d196bbc7d272b
[ "BSD-2-Clause" ]
3
2020-09-28T02:42:26.000Z
2020-09-28T09:01:08.000Z
object RefDialog: TRefDialog Left = 0 Top = 0 BorderIcons = [biSystemMenu] Caption = 'Stations' ClientHeight = 443 ClientWidth = 433 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position...
20.680328
98
0.570353
833bb06d39f74bdfcd9a457d9afcb0caf9b1d33a
11,755
pas
Pascal
CrossRoads_DelphiVER230_Original/CrossRoads/Project/fmSearch.pas
VincentGsell/CrossRoads
a620deae75ee6b0ef1dd597810de1408d61efe8e
[ "Apache-2.0" ]
1
2016-12-17T13:04:58.000Z
2016-12-17T13:04:58.000Z
CrossRoads_DelphiVER230_Original/CrossRoads/Project/fmSearch.pas
VincentGsell/CrossRoads
a620deae75ee6b0ef1dd597810de1408d61efe8e
[ "Apache-2.0" ]
null
null
null
CrossRoads_DelphiVER230_Original/CrossRoads/Project/fmSearch.pas
VincentGsell/CrossRoads
a620deae75ee6b0ef1dd597810de1408d61efe8e
[ "Apache-2.0" ]
null
null
null
unit fmSearch; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Objects, FMX.Layouts, unStructure, unGlobal, FMX.Filter.Effects, fmBurnUp, fmVelocity; type TfrmSearch = class(TForm) layBody: TLay...
28.670732
106
0.679796
832d0da217ab2f98f8aba0cbe89e55e017045e53
51,254
pas
Pascal
Projects/InstFunc.pas
winter-wh/issrc-is-5_4
bebd906f45bcaa3e3a22944e2511c583ae3dfb13
[ "FSFAP" ]
null
null
null
Projects/InstFunc.pas
winter-wh/issrc-is-5_4
bebd906f45bcaa3e3a22944e2511c583ae3dfb13
[ "FSFAP" ]
null
null
null
Projects/InstFunc.pas
winter-wh/issrc-is-5_4
bebd906f45bcaa3e3a22944e2511c583ae3dfb13
[ "FSFAP" ]
null
null
null
unit InstFunc; { Inno Setup Copyright (C) 1997-2010 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Misc. installation functions } interface uses Windows, SysUtils, Struct, Int64Em, MD5, SHA1, CmnFunc2; {$I VERSION.INC} type PSimpleStringListArray = ^...
33.697567
109
0.68582
61638d335fd63e4c776306149a32de935a4369cd
1,059
pas
Pascal
fpc/gc.pas
nh13/gccontent-benchmark
5d27fc00acffce8a870200f14fa8fca102a3869c
[ "MIT" ]
null
null
null
fpc/gc.pas
nh13/gccontent-benchmark
5d27fc00acffce8a870200f14fa8fca102a3869c
[ "MIT" ]
null
null
null
fpc/gc.pas
nh13/gccontent-benchmark
5d27fc00acffce8a870200f14fa8fca102a3869c
[ "MIT" ]
null
null
null
program gc; uses Sysutils; var FastaFile: TextFile; CurrentLine: String; GCCount: LongInt; ATCount: LongInt; TotalBaseCount: LongInt; c: Char; GCFraction: Single; PC,PCEnd: PChar; begin ATCount := 0; GCCount := 0; TotalBaseCount := 0; Assign(FastaFile, 'Homo_s...
24.068182
72
0.530689
619b7b78686b8b4e8eea2c163205f1117e10da58
8,136
pas
Pascal
ScaleMM2/Challenge/NexusDBBenchmarkUnit.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
2
2018-09-16T20:41:07.000Z
2018-09-17T03:58:08.000Z
ScaleMM2/Challenge/NexusDBBenchmarkUnit.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
null
null
null
ScaleMM2/Challenge/NexusDBBenchmarkUnit.pas
thiekus/pascal-launcher
4ba3b32339ed56851c6d53333c39231aa143af04
[ "Unlicense" ]
1
2020-12-31T16:58:26.000Z
2020-12-31T16:58:26.000Z
{The memory manager benchmark taken from the NexusDB website (www.nexusdb.com). Two changes: (1) Monitoring of memory usage was added (shouldn't impact scores much) and (2) lowered max items from 4K to 2K to lower memory consumption so that the higher thread count tests can be run on computers with 256M RAM. Ch...
24.286567
108
0.713127
8554919b03805620cb0de1161251a52a04c7e372
4,182
pas
Pascal
Library/Delphi/NtTreeViewTranslator.pas
atkins126/I18N
4176f8991b4c572ac36d8b2667dc345c185ff26f
[ "MIT" ]
1
2021-07-14T09:40:50.000Z
2021-07-14T09:40:50.000Z
Library/Delphi/NtTreeViewTranslator.pas
tomajexpress/I18N
2cb4161cb70645e62675925089b15e6ece9bd915
[ "MIT" ]
null
null
null
Library/Delphi/NtTreeViewTranslator.pas
tomajexpress/I18N
2cb4161cb70645e62675925089b15e6ece9bd915
[ "MIT" ]
null
null
null
{ @abstract Implements @link(TNtTreeViewTranslator) translator extension class that translates TTreeView. TTreeView component stores nodes as defined binary property into the form file. @link(TNtTranslator) can not automatically translate defined binary properties because it does not know the format that is us...
22.126984
105
0.67934
83c72316b520e387ddcf83a7d0666b3f8b5b0ba3
149,687
pas
Pascal
src/GpHugeF.pas
Arvur/GpDelphiUnits
4325b2fcce6342abb5ea4fa57e473ecac656d3f0
[ "BSD-3-Clause" ]
1
2021-02-04T03:41:51.000Z
2021-02-04T03:41:51.000Z
src/GpHugeF.pas
Arvur/GpDelphiUnits
4325b2fcce6342abb5ea4fa57e473ecac656d3f0
[ "BSD-3-Clause" ]
null
null
null
src/GpHugeF.pas
Arvur/GpDelphiUnits
4325b2fcce6342abb5ea4fa57e473ecac656d3f0
[ "BSD-3-Clause" ]
null
null
null
{$B-,H+,J+,Q-,T-,X+} unit GPHugeF; (*:Interface to 64-bit file functions with some added functionality. @author Primoz Gabrijelcic @desc <pre> This software is distributed under the BSD license. Copyright (c) 2015, Primoz Gabrijelcic All rights reserved. Redistribution and use in source and bina...
40.653721
204
0.680954
83a03ba65804eb0138c1b65bfe7a3739fa9793a0
3,917
dfm
Pascal
tests/11_ThreadPool/test_11_ThreadPool.dfm
alan008/omnithreadlibrary
d45ef3f01ff708f2fcfcd01856bacb2a19477a72
[ "BSD-3-Clause" ]
null
null
null
tests/11_ThreadPool/test_11_ThreadPool.dfm
alan008/omnithreadlibrary
d45ef3f01ff708f2fcfcd01856bacb2a19477a72
[ "BSD-3-Clause" ]
null
null
null
tests/11_ThreadPool/test_11_ThreadPool.dfm
alan008/omnithreadlibrary
d45ef3f01ff708f2fcfcd01856bacb2a19477a72
[ "BSD-3-Clause" ]
1
2019-05-19T12:15:07.000Z
2019-05-19T12:15:07.000Z
object frmTestOtlThreadPool: TfrmTestOtlThreadPool Left = 0 Top = 0 Caption = 'OtlThreadPool tester' ClientHeight = 535 ClientWidth = 611 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder =...
22.511494
59
0.624968
6a997c9296b4e6278a27dcfa89497ee48a9a7199
6,581
pas
Pascal
source/Api/Client/VirtualApi/Fido.Api.Client.VirtualApi.Call.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
27
2021-09-26T18:14:51.000Z
2022-01-04T09:26:42.000Z
source/Api/Client/VirtualApi/Fido.Api.Client.VirtualApi.Call.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
5
2021-11-08T19:20:29.000Z
2022-01-29T18:50:23.000Z
source/Api/Client/VirtualApi/Fido.Api.Client.VirtualApi.Call.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
7
2021-09-26T17:30:40.000Z
2022-02-14T02:19:05.000Z
(* * Copyright 2021 Mirko Bianco (email: writetomirko@gmail.com) * * 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 Apiriction, including without limitation the rights * to use,...
29.119469
130
0.760979
8367ef6634a42940a36728c4fe9d70d7c118dd0f
705
pas
Pascal
Pascal/currency_conversion.pas
sidradchandran/Hello-world
055d2334e91cee166520457276a69d33f94b48b6
[ "MIT" ]
1,428
2018-10-03T15:15:17.000Z
2019-03-31T18:38:36.000Z
Pascal/currency_conversion.pas
sidradchandran/Hello-world
055d2334e91cee166520457276a69d33f94b48b6
[ "MIT" ]
1,162
2018-10-03T15:05:49.000Z
2018-10-18T14:17:52.000Z
Pascal/currency_conversion.pas
sidradchandran/Hello-world
055d2334e91cee166520457276a69d33f94b48b6
[ "MIT" ]
3,909
2018-10-03T15:07:19.000Z
2019-03-31T18:39:08.000Z
program currency_conversion; var chf,converted:real;currency:string; begin writeln('This program converts CHF to EUR, USD or GBP'); writeln; writeln; write('Enter amount of Swiss Francs: '); readln(chf); write('Currency abbreviation: '); readln(currency); case currency of 'EUR':converted:=chf...
21.363636
84
0.656738
6ae1516946ae5c024205fae442981429ad6c68e2
1,710
pas
Pascal
library/fhir/fhir_consentengine.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
library/fhir/fhir_consentengine.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
library/fhir/fhir_consentengine.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit fhir_consentengine; { Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions ...
39.767442
98
0.779532
850982338d22751efd1678038731379a234351d1
20,785
dpr
Pascal
Demos/Bonus/phpRegistry/php_registry.dpr
bgarrels/php4delphi
041fed9bb6898faed25076f6ff893bfee93e41cd
[ "PHP-3.0" ]
19
2015-08-10T15:42:28.000Z
2021-11-23T02:04:02.000Z
Demos/Bonus/phpRegistry/php_registry.dpr
bgarrels/php4delphi
041fed9bb6898faed25076f6ff893bfee93e41cd
[ "PHP-3.0" ]
2
2018-06-22T12:45:58.000Z
2020-11-30T09:05:57.000Z
Demos/Bonus/phpRegistry/php_registry.dpr
bgarrels/php4delphi
041fed9bb6898faed25076f6ff893bfee93e41cd
[ "PHP-3.0" ]
13
2015-05-02T14:39:20.000Z
2021-11-18T19:50:05.000Z
library php_registry; {$I PHP.INC} uses Windows, ZendTypes, ZENDAPI, PHPTypes, PHPAPI; const NAME_HKEY_CLASSES_ROOT = 'HKEY_CLASSES_ROOT'; NAME_HKEY_CURRENT_USER = 'HKEY_CURRENT_USER'; NAME_HKEY_LOCAL_MACHINE = 'HKEY_LOCAL_MACHINE'; NAME_HKEY_USERS = 'HKEY_USERS'; NA...
32.125193
116
0.676546
8563a46899a18d0da4176865697c175fa6929d20
5,045
dfm
Pascal
windows/src/ext/jedi/jvcl/jvcl/design/JvPictureEditForm.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/design/JvPictureEditForm.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/design/JvPictureEditForm.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object PictureEditDialog: TPictureEditDialog Left = 358 Top = 167 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Picture Editor' ClientHeight = 322 ClientWidth = 353 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans ...
24.138756
72
0.653915
61a1a6fa064e3f725717b3e40ce4b6b4e725b470
201
pas
Pascal
diota/dto/response/DIOTA.Dto.Response.StoreTransactionsResponse.pas
lubovaskov/iota-delphi
6451459f881fea2797da5d2db2dce1f66ec910a1
[ "MIT" ]
null
null
null
diota/dto/response/DIOTA.Dto.Response.StoreTransactionsResponse.pas
lubovaskov/iota-delphi
6451459f881fea2797da5d2db2dce1f66ec910a1
[ "MIT" ]
null
null
null
diota/dto/response/DIOTA.Dto.Response.StoreTransactionsResponse.pas
lubovaskov/iota-delphi
6451459f881fea2797da5d2db2dce1f66ec910a1
[ "MIT" ]
1
2019-02-14T00:40:46.000Z
2019-02-14T00:40:46.000Z
unit DIOTA.Dto.Response.StoreTransactionsResponse; interface uses DIOTA.IotaAPIClasses; type TStoreTransactionsResponse = class(TIotaAPIResponse) //empty response end; implementation end.
12.5625
54
0.800995
8324a8790467e3e6f5f5c6b3fb64bdd209cb0cbc
17,410
pas
Pascal
Main.pas
delphi-pascal-archive/haar_wavelet
3d5ebd5461952d64a056acee6019ba622b98b271
[ "Unlicense" ]
null
null
null
Main.pas
delphi-pascal-archive/haar_wavelet
3d5ebd5461952d64a056acee6019ba622b98b271
[ "Unlicense" ]
null
null
null
Main.pas
delphi-pascal-archive/haar_wavelet
3d5ebd5461952d64a056acee6019ba622b98b271
[ "Unlicense" ]
null
null
null
unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus, ComCtrls, ExtCtrls, StdCtrls, Spin, Wave; type TForm1 = class(TForm) MainMenu1: TMainMenu; File1: TMenuItem; OpenBMP: TMenuItem; Save1: TMenuItem; Exit1: TMenuItem; ...
34.137255
212
0.701493
837daa7430f19fc4d6e04f626bebbea10f4604db
38
pas
Pascal
test_pascal/data/new_2.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
81
2017-05-07T13:26:56.000Z
2022-03-03T19:39:15.000Z
test_pascal/data/new_2.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
52
2017-06-13T08:46:43.000Z
2021-06-09T09:50:07.000Z
test_pascal/data/new_2.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
28
2017-05-22T21:09:58.000Z
2021-09-07T13:05:27.000Z
begin write('hello'); readln; end.
9.5
17
0.631579
83c75a288fee0ba88283e24138b6a7662eb5babd
10,643
pas
Pascal
interpreter.pas
JulStrat/loxip
8fa5845315908b156910b4c470174c8ec0cff5f3
[ "MIT" ]
1
2020-02-09T14:55:05.000Z
2020-02-09T14:55:05.000Z
interpreter.pas
JulStrat/loxip
8fa5845315908b156910b4c470174c8ec0cff5f3
[ "MIT" ]
null
null
null
interpreter.pas
JulStrat/loxip
8fa5845315908b156910b4c470174c8ec0cff5f3
[ "MIT" ]
null
null
null
unit interpreter; {$ifdef FPC} {$mode delphi} {$endif} {$IFOPT D+} {$DEFINE DEBUG} {$ENDIF} interface uses Classes, SysUtils, Generics.Collections , token, expression, statement, environment, rterror; type { TInterpreter } TInterpreter = class(IExpressionVisitor, IStatementVisitor) private FEnvir: ...
25.220379
85
0.677253
6aa30b592946a516e46322fb0d96c5fb696c0e82
82,847
pas
Pascal
Imaging/JpegLib/imjdmarker.pas
kapkapas/deskew
0a9bbf952a73aedead4e2f62f29d4a9b38d42417
[ "MIT" ]
1
2021-07-29T18:50:51.000Z
2021-07-29T18:50:51.000Z
Imaging/JpegLib/imjdmarker.pas
kapkapas/deskew
0a9bbf952a73aedead4e2f62f29d4a9b38d42417
[ "MIT" ]
null
null
null
Imaging/JpegLib/imjdmarker.pas
kapkapas/deskew
0a9bbf952a73aedead4e2f62f29d4a9b38d42417
[ "MIT" ]
null
null
null
unit imjdmarker; { This file contains routines to decode JPEG datastream markers. Most of the complexity arises from our desire to support input suspension: if not all of the data for a marker is available; we must exit back to the application. On resumption; we reprocess the marker. } { Original: jdm...
31.274821
86
0.637694
857487a2dd9a7ce3898afce21938c8c7ad4d4f70
403
dfm
Pascal
his/source/his server/Clinic_Backend.dfm
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
28
2020-09-20T09:00:23.000Z
2022-01-18T08:47:29.000Z
his/source/his server/Clinic_Backend.dfm
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
null
null
null
his/source/his server/Clinic_Backend.dfm
caowm/RO-His
968859b1e8b02572dba6d462a0180fc2a7364340
[ "Apache-2.0" ]
8
2020-09-20T08:51:47.000Z
2021-11-15T11:24:03.000Z
inherited ClinicBackend: TClinicBackend OldCreateOrder = True Left = 204 Top = 454 Height = 283 Width = 350 object DASchema: TDASchema ConnectionManager = RemoteServer.ConnectionManager Datasets = <> JoinDataTables = <> UnionDataTables = <> Commands = <> RelationShips = <...
20.15
55
0.612903
85b62a9d7efcc7d70a4fa5b4f4ac8e8ae0ea7260
950
pas
Pascal
Basic_Pascal/5) clase/restaurantev1.pas
aMurryFly/Old_Courses
d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3
[ "MIT" ]
null
null
null
Basic_Pascal/5) clase/restaurantev1.pas
aMurryFly/Old_Courses
d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3
[ "MIT" ]
null
null
null
Basic_Pascal/5) clase/restaurantev1.pas
aMurryFly/Old_Courses
d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3
[ "MIT" ]
null
null
null
PROGRAM Uso_de_variables; VAR respuesta:CHAR; BEGIN REPEAT BEGIN WRITE ('Desea desayunar o comer? Escribe D - Desayuno / C - Comida: '); READLN (respuesta); WRITELN (''); END; UNTIL (respuesta='D') OR (respuesta='C'); ...
24.358974
81
0.496842
61a7c9fd1e4a1e1fb06a84e9501a899d738eccaf
1,235
pas
Pascal
samples/simple_api_using_mvcactiverecord/CustomersControllerU.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
1,009
2015-05-28T12:34:39.000Z
2022-03-30T14:10:18.000Z
samples/simple_api_using_mvcactiverecord/CustomersControllerU.pas
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
454
2015-05-28T12:44:27.000Z
2022-03-31T22:35:45.000Z
samples/simple_api_using_mvcactiverecord/CustomersControllerU.pas
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
377
2015-05-28T16:29:21.000Z
2022-03-21T18:36:12.000Z
unit CustomersControllerU; interface uses MVCFramework, MVCFramework.ActiveRecord, MVCFramework.Commons; type [MVCPath('/api/customers')] TCustomersController = class(TMVCController) public [MVCPath] [MVCHTTPMethods([httpGET])] procedure GetCustomers; [MVCPath('/($ID)')] [MVCHTTPMet...
19.296875
76
0.74413
6abc5755e00b5333dd8c69728f29ac95c7713ac0
649
dfm
Pascal
FrameApp/MainUnit.dfm
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
FrameApp/MainUnit.dfm
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
FrameApp/MainUnit.dfm
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
object MainForm: TMainForm Left = 0 Top = 0 Caption = #1043#1083#1072#1074#1085#1072#1103' '#1092#1086#1088#1084#1072 ClientHeight = 293 ClientWidth = 426 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOr...
19.666667
75
0.644068
85e81ea60f2379334151d7dee9779d79fccf02aa
1,920
pas
Pascal
itools/medialib/MediaItemsInfo.pas
Tallefer/kspnew
57c69ac319c19e61ceb23e5a02759b98c9e4f8cd
[ "BSD-3-Clause" ]
1
2018-10-06T02:12:58.000Z
2018-10-06T02:12:58.000Z
itools/medialib/MediaItemsInfo.pas
Tallefer/kspnew
57c69ac319c19e61ceb23e5a02759b98c9e4f8cd
[ "BSD-3-Clause" ]
null
null
null
itools/medialib/MediaItemsInfo.pas
Tallefer/kspnew
57c69ac319c19e61ceb23e5a02759b98c9e4f8cd
[ "BSD-3-Clause" ]
1
2018-10-06T02:13:13.000Z
2018-10-06T02:13:13.000Z
{ -------------------------------------------------------------------- Copyright (c) 2009 KSP Developers Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain...
33.103448
73
0.760938
85cf034c37006b28bb9b62a4f9ced54490c1cfd4
3,713
dpr
Pascal
Examples/DUnitXExamples_XE2.dpr
lukaszsegiet/DUnitX
808738bb8d27277b70f76e0b4f07f65e2cc108e2
[ "Apache-2.0" ]
1
2021-03-26T02:37:32.000Z
2021-03-26T02:37:32.000Z
Examples/DUnitXExamples_XE2.dpr
lukaszsegiet/DUnitX
808738bb8d27277b70f76e0b4f07f65e2cc108e2
[ "Apache-2.0" ]
null
null
null
Examples/DUnitXExamples_XE2.dpr
lukaszsegiet/DUnitX
808738bb8d27277b70f76e0b4f07f65e2cc108e2
[ "Apache-2.0" ]
null
null
null
program DUnitXExamples_XE2; {$APPTYPE CONSOLE} uses SysUtils, DUnitX.Examples.General in 'DUnitX.Examples.General.pas', DUnitX.Loggers.Text in '..\DUnitX.Loggers.Text.pas', DUnitX.Loggers.XML.NUnit in '..\DUnitX.Loggers.XML.NUnit.pas', DUnitX.Loggers.XML.xUnit in '..\DUnitX.Loggers.XML.xUnit.pas', ...
40.358696
101
0.713709
835c3b2e537722ddec70e01a2dfd7cc3bb34c00f
8,301
pas
Pascal
base/vr_fpclasses.pas
vrode0x/fp_laz
82cbb391ed06a72a72fa260767f7732bc609f322
[ "MIT" ]
null
null
null
base/vr_fpclasses.pas
vrode0x/fp_laz
82cbb391ed06a72a72fa260767f7732bc609f322
[ "MIT" ]
null
null
null
base/vr_fpclasses.pas
vrode0x/fp_laz
82cbb391ed06a72a72fa260767f7732bc609f322
[ "MIT" ]
null
null
null
unit vr_fpclasses; {$mode delphi}{$H+} {$I vrode.inc} interface uses Classes, SysUtils, RtlConsts, vr_SysUtils, Types; type { TvrThreadListHelper } TvrThreadListHelper = class helper for TThreadList public procedure Insert(const AIndex: Integer; AItem: Pointer); function IndexOf(con...
22.195187
115
0.673533
859a50d411e8e9b09f9e64dac17912d7677c0e06
2,571
pas
Pascal
Src/Klever/Samples/SmartViewAlbumSrc/BrowseForFolderU.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
18
2015-05-18T01:55:45.000Z
2019-05-03T03:23:52.000Z
Src/Klever/Samples/SmartViewAlbumSrc/BrowseForFolderU.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Src/Klever/Samples/SmartViewAlbumSrc/BrowseForFolderU.pas
ryujt/ryulib4delphi
1269afeb5d55d5d6710cfb1d744d5a1596583a96
[ "MIT" ]
19
2015-05-14T01:06:35.000Z
2019-06-02T05:19:00.000Z
unit BrowseForFolderU; interface function BrowseForFolder(const browseTitle: String; const initialFolder: String = ''; mayCreateNewFolder: Boolean = False): String; implementation uses Windows, Forms, shlobj; var lg_StartFolder: String; // With later versions of Delphi you may not need these constants. co...
31.740741
72
0.626993
17b4fffdef80d262cafdca3555c6ccf6e4f881f5
2,103
pas
Pascal
Source/Services/SimpleEmailV2/Base/Transform/AWS.SESv2.Transform.TopicPreferenceUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/SimpleEmailV2/Base/Transform/AWS.SESv2.Transform.TopicPreferenceUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/SimpleEmailV2/Base/Transform/AWS.SESv2.Transform.TopicPreferenceUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.SESv2.Transform.TopicPreferenceUnmarshaller; interface uses AWS.SESv2.Model.TopicPreference, AWS.Transform.JsonUnmarshallerContext, AWS.Transform.ResponseUnmarshaller, AWS.Internal.Request, AWS.Transform.SimpleTypeUnmarshaller; type ITopicPreferenceUnmarshaller = IUnmarshaller<TTopicPreferen...
29.208333
116
0.779838
852d873fcc6d2deef31f5e4dcf0238e07d298eb5
499
dfm
Pascal
Samples/Delphi/VCL/Hasteroids/MainFm.dfm
svn2github/AsphyrePXL
e29f402b27b3133e3971ecd4a7f14dddf81c2e34
[ "Apache-2.0" ]
33
2018-03-19T15:54:14.000Z
2021-03-09T15:58:05.000Z
Samples/Delphi/VCL/Hasteroids/MainFm.dfm
amikey/asphyre
aed59514d5687184ada034d9c3776e0b7130644c
[ "Intel" ]
2
2019-01-13T23:05:21.000Z
2019-02-03T08:06:13.000Z
Samples/Delphi/VCL/Hasteroids/MainFm.dfm
amikey/asphyre
aed59514d5687184ada034d9c3776e0b7130644c
[ "Intel" ]
4
2016-10-31T09:49:17.000Z
2021-06-09T00:40:43.000Z
object MainForm: TMainForm Left = 243 Top = 120 Caption = 'Hasteroids' ClientHeight = 480 ClientWidth = 640 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCe...
21.695652
33
0.681363
8558f611803633abdb6ce6d373cee1af7c527207
292
dpr
Pascal
Chapter07/Observer/Observer.dpr
PacktPublishing/Hands-On-Design-Patterns-with-Delphi
30f6ab51e61d583f822be4918f4b088e2255cd82
[ "MIT" ]
38
2019-02-28T06:22:52.000Z
2022-03-16T12:30:43.000Z
Chapter07/Observer/Observer.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
null
null
null
Chapter07/Observer/Observer.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
18
2019-03-29T08:36:14.000Z
2022-03-30T00:31:28.000Z
program Observer; uses Vcl.Forms, ObserverMain in 'ObserverMain.pas' {frmObserver}, ObservedModel in 'ObservedModel.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmObserver, frmObserver); Application.Run; end.
18.25
52
0.756849
85f599e4f4cdea2a367bb6e04df6c4cc59272732
10,643
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Orders/fOrdersCopy.pas
josephsnyder/VistA
07cabf4302675991dd453aea528f79f875358d58
[ "Apache-2.0" ]
1
2021-01-01T01:16:44.000Z
2021-01-01T01:16:44.000Z
CPRSChart/OR_30_423_SRC/CPRS-chart/Orders/fOrdersCopy.pas
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_423_SRC/CPRS-chart/Orders/fOrdersCopy.pas
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
unit fOrdersCopy; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ORCtrls, ExtCtrls, mEvntDelay, uCore, fODBase, UConst, fAutoSz, fBase508Form, VA508AccessibilityManager; type TfrmCopyOrders = class(TfrmBase508Form) pnlInfo: TPanel; fraEvntDelayList:...
30.064972
134
0.701118
83901b4a355ebebb2d9231635b0f68411e01a03f
36,005
pas
Pascal
Source/dwsConstExprs.pas
alexvins/dwscript
3037432f5f45d98730ae037187be6c0c2e4e4b3b
[ "Condor-1.1" ]
12
2015-01-02T08:27:25.000Z
2021-07-16T16:59:01.000Z
Source/dwsConstExprs.pas
alexvins/dwscript
3037432f5f45d98730ae037187be6c0c2e4e4b3b
[ "Condor-1.1" ]
1
2018-04-02T21:31:37.000Z
2018-04-02T21:31:37.000Z
Source/dwsConstExprs.pas
alexvins/dwscript
3037432f5f45d98730ae037187be6c0c2e4e4b3b
[ "Condor-1.1" ]
6
2015-01-02T08:27:13.000Z
2020-06-08T07:03:33.000Z
{**********************************************************************} { } { "The contents of this file are subject to the Mozilla Public } { License Version 1.1 (the "License"); you may not use this } { file except in comp...
31.555653
162
0.639133
17faf4430e873eaebd3671655d950b1077e45128
7,120
dfm
Pascal
src/forms/Recebido.dfm
willmesquita/delphi-correios
cba9bcedf65bbb5e6e83cf2e46e7edd96399eae7
[ "MIT" ]
null
null
null
src/forms/Recebido.dfm
willmesquita/delphi-correios
cba9bcedf65bbb5e6e83cf2e46e7edd96399eae7
[ "MIT" ]
null
null
null
src/forms/Recebido.dfm
willmesquita/delphi-correios
cba9bcedf65bbb5e6e83cf2e46e7edd96399eae7
[ "MIT" ]
null
null
null
object FrmRecebido: TFrmRecebido Left = 0 Top = 0 Caption = 'Dados Recebidos' ClientHeight = 330 ClientWidth = 403 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter...
22.603175
48
0.553652
6abaa8172a353c87e803fc86be8742c72b53534f
2,010
pas
Pascal
SpringAndDMVC/Client/Views/Cliente.View.pas
ezequieljuliano/DelphiLaboratory
14bd04efcd4a1d8234d103aead8de3056fdf1237
[ "Apache-2.0" ]
23
2016-02-10T16:35:03.000Z
2022-02-18T19:24:40.000Z
SpringAndDMVC/Client/Views/Cliente.View.pas
AngusPasc/DelphiLaboratory
14bd04efcd4a1d8234d103aead8de3056fdf1237
[ "Apache-2.0" ]
1
2016-03-16T12:08:08.000Z
2016-09-02T11:05:17.000Z
SpringAndDMVC/Client/Views/Cliente.View.pas
AngusPasc/DelphiLaboratory
14bd04efcd4a1d8234d103aead8de3056fdf1237
[ "Apache-2.0" ]
7
2016-04-15T17:52:32.000Z
2020-01-26T21:04:05.000Z
unit Cliente.View; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Base.Client.View, Spring.Container.Common, Cliente.Model, Data.DB, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids, Vcl.DBCtrls; type TC...
20.1
98
0.71791
aa0af3cb6e2c9a3aa4cbd61ae0b9da7a012ebbec
1,274
dfm
Pascal
test/delphi/stuffs/Unit1.dfm
parmaja/pos
b8bb63c95deb801c6ed12480cd7ff31130255f71
[ "MIT" ]
3
2019-02-02T03:01:57.000Z
2020-05-08T05:33:07.000Z
test/delphi/stuffs/Unit1.dfm
parmaja/pos
b8bb63c95deb801c6ed12480cd7ff31130255f71
[ "MIT" ]
null
null
null
test/delphi/stuffs/Unit1.dfm
parmaja/pos
b8bb63c95deb801c6ed12480cd7ff31130255f71
[ "MIT" ]
4
2019-09-04T15:37:06.000Z
2022-03-22T02:02:36.000Z
object Form1: TForm1 Left = 270 Height = 359 Top = 118 Width = 249 Caption = 'Form1' ClientHeight = 359 ClientWidth = 249 Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' OnCreate = FormCreate LCLVersion = '0.9.29' object Shape1: TShape Left = 0 Height = 359...
20.222222
49
0.585557
8354d10875e80169ec86eb49f2cf05648f974cef
29,216
pas
Pascal
drives/0101.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
drives/0101.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
drives/0101.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{+------------------------------------------------------------ | Unit Drives | | Version: 2.0 Last modified: 02/27/95, 21:49:56 | Author : P. Below CIS [100113,1101] | Project: Common utilities | Units required (only for the Implementation section): | DOS: Dos (Borland) | Windows: Win31 (Borland)...
31.860414
80
0.560823
8376f60ee6b6b509eaa2f6ba66a6dd451750b391
5,773
pas
Pascal
src/PACCGlobals.pas
terrylao/pacc
c00a16983f869c93e7c3dcf39fb9f13ff4ca826a
[ "Zlib" ]
51
2017-01-09T23:18:24.000Z
2022-01-21T11:44:40.000Z
src/PACCGlobals.pas
anomous/pacc
c00a16983f869c93e7c3dcf39fb9f13ff4ca826a
[ "Zlib" ]
1
2019-07-21T15:23:39.000Z
2019-07-21T15:23:39.000Z
src/PACCGlobals.pas
anomous/pacc
c00a16983f869c93e7c3dcf39fb9f13ff4ca826a
[ "Zlib" ]
14
2017-01-10T16:12:19.000Z
2022-03-10T02:24:58.000Z
unit PACCGlobals; {$i PACC.inc} interface uses {$if defined(Win32) or defined(Win64)}Windows,{$ifend}SysUtils,Classes,Math,PUCU,PasMP,PACCTypes,PACCRawByteStringHashMap; const PACCVersionString='2017.01.31.04.24.0000'; PACCCopyrightString='Copyright (C) 2009-2017, Benjamin ''BeRo'' Rosseaux'; type P...
22.375969
128
0.640741
bcad75028cf7d1951b0989c35d84b9acb9cb6bd9
10,111
pas
Pascal
Oxygene/Toffee/OS X/Opengl/GlHelper/glQuaternation.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
19
2016-04-09T12:40:27.000Z
2022-02-22T12:15:03.000Z
Oxygene/Toffee/OS X/Opengl/GlHelper/glQuaternation.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
3
2017-09-05T09:31:29.000Z
2019-09-11T04:49:27.000Z
Oxygene/Toffee/OS X/Opengl/GlHelper/glQuaternation.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
11
2016-12-29T19:30:39.000Z
2021-08-31T12:20:27.000Z
namespace GlHelper; interface uses rtl; type { A quaternion. } TQuaternion = public record private method GetLength: Single; method GetLengthSquared: Single; public { Initializes the quaternion to an identity quaternion. Sets the X, Y and Z components to 0 and the W component to 1...
25.925641
88
0.617347
83ac70e5fe8e476a7f33ed90b4a6525a37ce7666
9,792
pas
Pascal
src/3rd party/components/ElPack/BCBDemos/TrayDays/Fake.pas
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
8
2016-01-25T20:18:51.000Z
2019-03-06T07:00:04.000Z
src/3rd party/components/ElPack/BCBDemos/TrayDays/Fake.pas
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
null
null
null
src/3rd party/components/ElPack/BCBDemos/TrayDays/Fake.pas
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
3
2016-02-14T01:20:43.000Z
2021-02-03T11:19:11.000Z
unit Fake; interface uses Forms, ElTray, SysUtils, Controls, Classes, Windows, Dialogs, Graphics, Messages, Menus, ElCalendar, ElCalendarDefs, ElTimers, ElTools, ElIni, ElStrUtils, ElShutdownWatcher, CalOptions, ElPromptDlg, frmCalend, (* in 'frmCalend.pas' {CalendarForm}, *) ...
27.661017
131
0.655637
61bd92eba6195a740c66164057610b88a6201661
4,844
dpr
Pascal
Pascal/1-8/6/P4/PROG64.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
Pascal/1-8/6/P4/PROG64.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
Pascal/1-8/6/P4/PROG64.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
program PROG64; { Name: Geoff Yoerger Program 6.4 Due: Wed 3 05 2014 Purpose: TODO } {$APPTYPE CONSOLE} uses SysUtils; var OnePlane, OneCar, OneBreakfast, OneLunch, OneDinner, OneHInn, OneRInn : real; //The costs of the seperate expenses TwoPlane, SixCar, SevenBreakfast, SevenLunch, SevenDinner, FourHInn, ...
29.536585
127
0.601569
839f35655c815d75cd6c229817a29bfa98235f94
1,647
pas
Pascal
unit29.pas
alexandreacademicoufpr/solosv1.0
3c0b9b6dddc5fa6c4d249eae1967855d920beca5
[ "MIT" ]
null
null
null
unit29.pas
alexandreacademicoufpr/solosv1.0
3c0b9b6dddc5fa6c4d249eae1967855d920beca5
[ "MIT" ]
null
null
null
unit29.pas
alexandreacademicoufpr/solosv1.0
3c0b9b6dddc5fa6c4d249eae1967855d920beca5
[ "MIT" ]
null
null
null
unit Unit29; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,math, StdCtrls, Grids; type { TfrmLimite_liquidez } TfrmLimite_liquidez = class(TForm) Button1: TButton; ComboBox1: TComboBox; ComboBox2: TComboBox; C...
19.607143
82
0.687917
cd018906eee4833db5a8b14928e735abbf267f75
305
pas
Pascal
Test/COMConnector/wmi_query.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/COMConnector/wmi_query.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/COMConnector/wmi_query.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var locator := CreateOleObject('WbemScripting.SWbemLocator'); var service := locator.ConnectServer('localhost', 'root\CIMV2', '', ''); var objectSet := service.ExecQuery('Select Name from Win32_Processor', 'WQL', $20); for var item in objectSet do PrintLn(item.Properties_.Item('Name').Name);
38.125
84
0.711475
8383aa04d02479274570cfbe0b68a6334ef20e35
65,289
pas
Pascal
Apus.Engine.Game.pas
atkins126/ApusGameEngine
e89dbbf69263c3a6b4848c2c645398719c7e4050
[ "BSD-3-Clause" ]
null
null
null
Apus.Engine.Game.pas
atkins126/ApusGameEngine
e89dbbf69263c3a6b4848c2c645398719c7e4050
[ "BSD-3-Clause" ]
null
null
null
Apus.Engine.Game.pas
atkins126/ApusGameEngine
e89dbbf69263c3a6b4848c2c645398719c7e4050
[ "BSD-3-Clause" ]
null
null
null
// Main runtime unit of the engine // // IMPORTANT: Nevertheless BasicGame is implemented as class, it is // NOT thread-safe itself i.e. does not allow multiple instances! // (at least between Run/Stop calls) // If you want to access private data (buffers, images) from other // ...
28.648091
203
0.698709
8596452394d4428c8b71779820a0ef8fbe9202ce
2,624
dfm
Pascal
Components/JVCL/examples/JvBackground/BackgroundControl/TVDemoMain.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/examples/JvBackground/BackgroundControl/TVDemoMain.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/examples/JvBackground/BackgroundControl/TVDemoMain.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
object JvBackgroundDemoFrm: TJvBackgroundDemoFrm Left = 285 Top = 105 Width = 435 Height = 346 Caption = 'JvBackgroundDemoFrm' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateOrde...
20.825397
48
0.563643
6a1877dca402018df51dac3647aa41e7424cf05b
283
pas
Pascal
Borland Integration/Delphi5/Package.pas
BartoszMilewski/CodeCoop
7d29f53ccf65b0d29ea7d6781a74507b52c08d0d
[ "MIT" ]
67
2018-03-02T10:50:02.000Z
2022-03-23T18:20:29.000Z
Borland Integration/Delphi5/Package.pas
BartoszMilewski/CodeCoop
7d29f53ccf65b0d29ea7d6781a74507b52c08d0d
[ "MIT" ]
null
null
null
Borland Integration/Delphi5/Package.pas
BartoszMilewski/CodeCoop
7d29f53ccf65b0d29ea7d6781a74507b52c08d0d
[ "MIT" ]
9
2018-03-01T16:38:28.000Z
2021-03-02T16:17:09.000Z
// --------------------------- // (c) Reliable Software, 2001 // --------------------------- unit Package; interface procedure Register; implementation uses ToolsAPI, Integrator; procedure Register; begin RegisterPackageWizard (TIntegrator.Create as IOTAWizard); end; end.
12.863636
59
0.607774
83a75ab8b581ae9d3e81bdac2464caff9a34c02e
7,852
pas
Pascal
Source/frmWebPreview.pas
csevast/pyscripter
49472eae0bba32b5d0f3a0cbc1a9991bddf92021
[ "MIT" ]
null
null
null
Source/frmWebPreview.pas
csevast/pyscripter
49472eae0bba32b5d0f3a0cbc1a9991bddf92021
[ "MIT" ]
null
null
null
Source/frmWebPreview.pas
csevast/pyscripter
49472eae0bba32b5d0f3a0cbc1a9991bddf92021
[ "MIT" ]
null
null
null
{----------------------------------------------------------------------------- Unit Name: frmDocView Author: Kiriakos Vlahos Date: 09-May-2005 Purpose: HTML documentation Editor View History: -----------------------------------------------------------------------------} unit frmWebPreview; in...
27.16955
114
0.702496
61d80bdc91cfda6ce0400e16155d80d64c449d80
1,755
pas
Pascal
sources/chHash.CRC.CRC32.ISCSI.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC32.ISCSI.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC32.ISCSI.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
2
2020-08-30T18:22:38.000Z
2021-06-08T19:52:56.000Z
///////////////////////////////////////////////////////////////////////////////// //*****************************************************************************// //* Project : CryptoHash *// //* Latest Source: https://github.com/vampirsoft/CryptoHash ...
31.909091
121
0.474074
6aa7300e1bc017c2f2aea5e55fba2655f5f150ca
123,458
pas
Pascal
lazarus/lcl/interfaces/gtk3/gtk3bindings/lazpango1.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lcl/interfaces/gtk3/gtk3bindings/lazpango1.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lcl/interfaces/gtk3/gtk3bindings/lazpango1.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
{ This is an autogenerated unit using gobject introspection (gir2pascal). Do not Edit. } unit LazPango1; {$MODE OBJFPC}{$H+} {$PACKRECORDS C} {$MODESWITCH DUPLICATELOCALS+} {$LINKLIB libpango-1.0.so.0} interface uses CTypes, LazGObject2, Lazcairo1, LazGLib2; const Pango1_library = 'libpango-1.0.so.0'; PANGO_...
42.498451
216
0.806712
61cf2618144571d697676acf877765570226d068
26,497
pas
Pascal
Composants/SynEdit-2_0_3/SynEdit/Source/SynHighlighterFortran.pas
thewhiteninja/all4cod
81bb997c23d93068c4ad09854fd0fd77d214f34a
[ "MIT" ]
5
2020-03-31T03:39:43.000Z
2021-07-27T08:47:54.000Z
package/synedit-201b/SynEdit/Source/SynHighlighterFortran.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
package/synedit-201b/SynEdit/Source/SynHighlighterFortran.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
4
2020-03-31T03:39:45.000Z
2021-07-26T03:20:54.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/ Software...
26.791709
101
0.684228
85d4b598cdaa76af64d4045ae7d48c99e6b5da57
1,605
pas
Pascal
delphi/0290.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
delphi/0290.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
delphi/0290.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{----------- Original message follows ----------- I'm having trouble finding out the correct way to use the TRegistry to insert data into the registry. I figured out how to change the root key and create a new key, but how do I insert my data in that key? How do I retrieve it? Couldsomeone post some sample code...
28.157895
82
0.600623
83bb798cead0389ccc4e3153b09881dc620a3a8d
1,438
dpr
Pascal
Project2.dpr
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
Project2.dpr
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
Project2.dpr
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
program Project2; uses Vcl.Forms, UMenu in 'UMenu.pas' {fMenu}, UDatam in 'UDatam.pas' {DataM: TDataModule}, Vcl.Themes, Vcl.Styles, UCliente in 'UCliente.pas' {fCliente}, UEstoque in 'UEstoque.pas' {fEstoque}, UVenda in 'UVenda.pas' {fVenda}, UCadastroCliente in 'UCadastroCliente.pas' {fCadastroClien...
37.842105
65
0.783032
839fa4f9d3b23f2d76ef9ab2ec5a62025be51f66
3,688
pas
Pascal
textfileviewer/ufrmTextViewer.pas
atkins126/ccLib
045a72af8417c6cdc541c34993a99bf109d4479a
[ "MIT" ]
7
2018-08-06T19:10:57.000Z
2021-11-23T07:45:50.000Z
textfileviewer/ufrmTextViewer.pas
atkins126/ccLib
045a72af8417c6cdc541c34993a99bf109d4479a
[ "MIT" ]
null
null
null
textfileviewer/ufrmTextViewer.pas
atkins126/ccLib
045a72af8417c6cdc541c34993a99bf109d4479a
[ "MIT" ]
2
2019-12-14T11:17:44.000Z
2020-10-12T05:55:32.000Z
unit ufrmTextViewer; interface uses SysUtils, Windows, StdCtrls, Classes, Controls, ExtCtrls, Forms, RzDlgBtn, RzEdit, ActnList, Menus, StdActns, Buttons, LayoutSaver, RzPanel; type TfrmTextViewer = class(TForm) mmoText: TRzMemo; mnuTextViewer: TPopupMenu; lsTTextViewerActions: TActionList; act...
25.434483
105
0.743764
83b20da6a7e2879be1de6b73dd1c068252b8b010
6,486
dfm
Pascal
Lab_8/Unit1.dfm
Alex-Kostukov/mpei_labs_1course_2sem
66c62faac13e34d834e8b0b166a304b513c8193c
[ "MIT" ]
null
null
null
Lab_8/Unit1.dfm
Alex-Kostukov/mpei_labs_1course_2sem
66c62faac13e34d834e8b0b166a304b513c8193c
[ "MIT" ]
1
2018-03-10T15:47:10.000Z
2018-03-12T19:34:51.000Z
Lab_8/Unit1.dfm
Alex-Kostukov/mpei_labs_1course_2sem
66c62faac13e34d834e8b0b166a304b513c8193c
[ "MIT" ]
null
null
null
object Form1: TForm1 Left = 505 Top = 290 Caption = #1058#1080#1087#1080#1079#1080#1088#1086#1074#1072#1085#1085#1099#1081' '#1092#1072#1081#1083 ClientHeight = 311 ClientWidth = 564 Color = clBtnFace Constraints.MinHeight = 370 Constraints.MinWidth = 580 Font.Charset = DEFAULT_CHARSET Fon...
30.59434
208
0.609158
833cacac4b01afa6af4e5fe462794ec8c72bf984
1,683
pas
Pascal
src/demo18.pas
johangardhage/dos-pengine
9ca2a1a07063694e5146ddd4cb3b31bff3b3fbe8
[ "MIT" ]
8
2019-08-16T23:16:16.000Z
2022-03-10T00:11:38.000Z
src/demo18.pas
johangardhage/dos-pengine
9ca2a1a07063694e5146ddd4cb3b31bff3b3fbe8
[ "MIT" ]
null
null
null
src/demo18.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 Glenzvector cube with z light source demo. Drawn with quads. Author: Johan Gardhage <johan.gardhage@gmail.com> } program demonstration; uses crt,gfx,vector; const border:boolean=false; xst=1; yst=1; zst=1; {$I cubglenz.vec} procedure mainlo...
26.296875
117
0.629234
85d69de9ffcd8ba52b6055c777af259f45095c67
48
pas
Pascal
test/test.pas
LvSihan2018/GitHub_test
08772738ffa4c50dfbbf0ed09d4fec7c7dd104ed
[ "Apache-2.0" ]
1
2018-05-04T05:38:15.000Z
2018-05-04T05:38:15.000Z
test/test.pas
LvSihan2018/GitHub_test
08772738ffa4c50dfbbf0ed09d4fec7c7dd104ed
[ "Apache-2.0" ]
null
null
null
test/test.pas
LvSihan2018/GitHub_test
08772738ffa4c50dfbbf0ed09d4fec7c7dd104ed
[ "Apache-2.0" ]
null
null
null
begin writeln('hello, world'); readln(); end.
9.6
25
0.645833
617ba7c44fd35942c4534af3290c2fa691b9bd03
1,318
pas
Pascal
Samples/Delphi XE8/Making a constant of simple type in TParser/MainForm.pas
ricardojr01/mathparser
549e897aad33517bcf1d9fdfbfbcb2720304fb63
[ "Apache-2.0" ]
8
2019-09-26T02:28:30.000Z
2022-01-02T17:36:50.000Z
Samples/Delphi XE8/Making a constant of simple type in TParser/MainForm.pas
ricardojr01/mathparser
549e897aad33517bcf1d9fdfbfbcb2720304fb63
[ "Apache-2.0" ]
2
2020-10-28T15:29:22.000Z
2021-01-31T13:28:36.000Z
Samples/Delphi XE8/Making a constant of simple type in TParser/MainForm.pas
ricardojr01/mathparser
549e897aad33517bcf1d9fdfbfbcb2720304fb63
[ "Apache-2.0" ]
3
2020-10-25T09:46:58.000Z
2021-02-02T03:02:07.000Z
unit MainForm; {$B-} {$I Directives.inc} interface uses {$IFDEF DELPHI_XE7}WinApi.Windows, WinApi.Messages, {$ELSE}Windows, Messages, {$ENDIF}SysUtils, Classes, Controls, Forms, StdCtrls, ExtCtrls, Dialogs, Parser, ParseTypes, ValueTypes; type TMain = class(TForm) Bevel: TBevel; bExecute: TButton; ...
20.276923
82
0.709408
83a37c423b5af1cd46abecbd54ad6b9a4303a5fa
1,908
dpr
Pascal
FamilyBudget.dpr
Grety/FamilyBudget
360e04f35014db1583354ea5471ba1768863b460
[ "MIT" ]
null
null
null
FamilyBudget.dpr
Grety/FamilyBudget
360e04f35014db1583354ea5471ba1768863b460
[ "MIT" ]
null
null
null
FamilyBudget.dpr
Grety/FamilyBudget
360e04f35014db1583354ea5471ba1768863b460
[ "MIT" ]
1
2021-03-11T10:01:12.000Z
2021-03-11T10:01:12.000Z
program FamilyBudget; {%ToDo 'FamilyBudget.todo'} uses Forms, UfmMain in 'Input\UfmMain.pas' {fmMain}, UfmViewAgents in 'Input\UfmViewAgents.pas' {fmViewAgents}, UdmMain in 'Input\UdmMain.pas' {dmMain: TDataModule}, UfmInsertible in 'Input\UfmInsertible.pas' {fmInsertible}, UfmViewAccounts in 'I...
44.372093
79
0.769392
8352885366c2962baf278d294dcc749ac073bc05
22,442
pas
Pascal
demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync1.pas
delphi-pascal-archive/tgphttp_proxy
c2a34820f85aa757573ac9d163a18d82aded33b6
[ "Unlicense" ]
1
2021-11-06T23:51:43.000Z
2021-11-06T23:51:43.000Z
demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync1.pas
delphi-pascal-archive/tgphttp_proxy
c2a34820f85aa757573ac9d163a18d82aded33b6
[ "Unlicense" ]
null
null
null
demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync1.pas
delphi-pascal-archive/tgphttp_proxy
c2a34820f85aa757573ac9d163a18d82aded33b6
[ "Unlicense" ]
1
2021-11-06T23:51:44.000Z
2021-11-06T23:51:44.000Z
{ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: Arno Garrels Description: This simple example demonstrates how to manage multiple, concurrent socket connections *without* the help of multiple threads. In order to evaluate ...
36.550489
100
0.535113
6ab814e0ac29babb5c61a271e6185d139394431d
6,914
pas
Pascal
Projects/Stemma.p/Source/frm_repositories.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Projects/Stemma.p/Source/frm_repositories.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Projects/Stemma.p/Source/frm_repositories.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit frm_Repositories; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, Grids, Menus, FMUtils, LCLType; type { TfrmRepository } TfrmRepository = class(TForm) Button1: TButton; MenuItem1: TMenuItem; MenuItem2: TMenuIt...
33.726829
102
0.717964
8536f6962d3edf03cdfb43c80ca22484d0a89176
3,934
dfm
Pascal
ExeFog/Main.dfm
delphi-pascal-archive/exe-fog
e140b6011362d8d292fd75cecd8b2b5a63d0643c
[ "Unlicense" ]
null
null
null
ExeFog/Main.dfm
delphi-pascal-archive/exe-fog
e140b6011362d8d292fd75cecd8b2b5a63d0643c
[ "Unlicense" ]
null
null
null
ExeFog/Main.dfm
delphi-pascal-archive/exe-fog
e140b6011362d8d292fd75cecd8b2b5a63d0643c
[ "Unlicense" ]
null
null
null
object frmMain: TfrmMain Left = 219 Top = 126 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle ClientHeight = 268 ClientWidth = 522 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] ...
21.497268
87
0.53457
6a699443428df24dbb498863a6c4a5e29a2d7d14
1,855
pas
Pascal
src/libraries/hashlib4pascal/HlpPJW.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
1
2021-06-07T13:20:04.000Z
2021-06-07T13:20:04.000Z
src/libraries/hashlib4pascal/HlpPJW.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
null
null
null
src/libraries/hashlib4pascal/HlpPJW.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
1
2021-06-02T23:57:38.000Z
2021-06-02T23:57:38.000Z
unit HlpPJW; {$I HashLib.inc} interface uses HlpHashLibTypes, HlpHash, HlpIHash, HlpIHashInfo, HlpHashResult, HlpIHashResult; type TPJW = class sealed(THash, IHash32, ITransformBlock) strict private Fm_hash: UInt32; const UInt32MaxValue = UInt32(4294967295); BitsInUnsignedInt = Int32...
20.163043
77
0.703504
859f5c75bc11e0acd59553e69fdca3819ee111ce
96,536
pas
Pascal
library/wp/wp_html.pas
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
null
null
null
library/wp/wp_html.pas
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
null
null
null
library/wp/wp_html.pas
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
null
null
null
Unit wp_html; { Copyright (c) 2001+, Kestral Computing Pty Ltd (http://www.kestral.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the a...
36.85987
237
0.722466
6a2eb77f50c43f5bb878b2050588baa5d3f6951d
1,426
dpr
Pascal
Resize.dpr
c-yan/resize
df751a3137793f216c2325c1b14e35c80940e9dd
[ "0BSD" ]
null
null
null
Resize.dpr
c-yan/resize
df751a3137793f216c2325c1b14e35c80940e9dd
[ "0BSD" ]
null
null
null
Resize.dpr
c-yan/resize
df751a3137793f216c2325c1b14e35c80940e9dd
[ "0BSD" ]
null
null
null
program RESIZE; uses Windows, SysUtils, Vcl.Graphics, Jpeg, ActiveX, stretchf in 'stretchf.pas'; var Src: TBitmap; SrcName, DstName: TFileName; Width, Height, Quality: Integer; JpegImage: TJpegImage; WICImage: TWICImage; begin CoInitialize(nil); try SrcName := ParamStr...
22.28125
63
0.582749
85953b58c41e8b9048b726291ba0e189f6d27799
13,377
pas
Pascal
keyboard/0122.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
keyboard/0122.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
keyboard/0122.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
(* This keyboard input unit will compile on ALL versions of TP & BP from Version 5.0 to Ver 7.0 - you can easily recode the interrupts in BASM for users of TP & BP versions that support BASM *) (* This unit provided by Pedt Scragg 101322,2153. Part of a forthcoming Pascal Toolbox for Real and Protected M...
32.706601
96
0.515213
83c74c1771da874ac73e2fa1c2f861289c8e515f
1,112
dfm
Pascal
Examples/WebServer/_fmMain.dfm
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
12
2019-11-09T11:44:47.000Z
2022-03-01T23:38:30.000Z
Examples/WebServer/_fmMain.dfm
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Examples/WebServer/_fmMain.dfm
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
15
2019-10-15T12:34:29.000Z
2021-02-23T08:25:48.000Z
object fmMain: TfmMain Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Mini WebServer' ClientHeight = 98 ClientWidth = 240 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = For...
18.533333
38
0.620504
8373b7dedd76d7025d722ac79866753dc9a5385e
2,607
dfm
Pascal
U9200/ReverseCardFileFrm.dfm
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
2
2021-02-09T21:54:54.000Z
2021-09-04T03:30:50.000Z
U9200/ReverseCardFileFrm.dfm
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
U9200/ReverseCardFileFrm.dfm
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
object ReverseCardFileForm: TReverseCardFileForm Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Reverse Card File' ClientHeight = 176 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [...
22.868421
96
0.585347
832a64e3735b059bd4279fb4a87c0952294741cd
16,514
pas
Pascal
Lib/Classes/1D Barcodes/ZXing.OneD.OneDReader.pas
pult/ZXing.Delphi
85eca127ff0a7714ea48b187bc64085bf526dd08
[ "Apache-2.0" ]
null
null
null
Lib/Classes/1D Barcodes/ZXing.OneD.OneDReader.pas
pult/ZXing.Delphi
85eca127ff0a7714ea48b187bc64085bf526dd08
[ "Apache-2.0" ]
null
null
null
Lib/Classes/1D Barcodes/ZXing.OneD.OneDReader.pas
pult/ZXing.Delphi
85eca127ff0a7714ea48b187bc64085bf526dd08
[ "Apache-2.0" ]
null
null
null
{ * Copyright 2007 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
33.160643
113
0.677365
61bf6f045c47fb535d42ecb1a6e21e747867ea1d
61,227
pas
Pascal
Source/Structogram/UStructogram.pas
groehner/guipy
0d77fa35b218cdc4086185eac91958265b8547ef
[ "MIT" ]
12
2022-03-07T21:39:55.000Z
2022-03-30T17:37:41.000Z
Source/Structogram/UStructogram.pas
groehner/guipy
0d77fa35b218cdc4086185eac91958265b8547ef
[ "MIT" ]
3
2022-03-08T17:20:07.000Z
2022-03-15T13:54:11.000Z
Source/Structogram/UStructogram.pas
groehner/guipy
0d77fa35b218cdc4086185eac91958265b8547ef
[ "MIT" ]
2
2022-03-08T01:10:58.000Z
2022-03-26T11:49:41.000Z
{------------------------------------------------------------------------------- Unit: UStructogram Author: Gerhard Röhner Based on: NSD-Editor by Marcel Kalt Date: August 2013 Purpose: structogram editor -------------------------------------------------------------------------------} unit UStructogra...
31.855879
123
0.667418
83a4ecba745b6a8ba551d9d9d9b80a5e6d1e0760
18,654
pas
Pascal
vcl/SrcXLS/XBookWindows2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/SrcXLS/XBookWindows2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/SrcXLS/XBookWindows2.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
unit XBookWindows2; {- ******************************************************************************** ******* XLSSpreadSheet V3.00 ******* ******* ******* ******* Copyright(C) 2006,2017 Lars Arvidsson, ...
25.310719
175
0.659858
85d800e140e2044d7086e682e6ce59e4209c70d1
8,476
pas
Pascal
pcdaad.pas
Utodev/PCDAAD
16e9805f3628f2b408e09837e9fb679a3aa9d203
[ "MIT" ]
3
2021-06-19T19:51:07.000Z
2022-02-13T11:19:41.000Z
pcdaad.pas
Utodev/PCDAAD
16e9805f3628f2b408e09837e9fb679a3aa9d203
[ "MIT" ]
3
2021-03-24T19:05:06.000Z
2022-01-03T20:23:02.000Z
pcdaad.pas
Utodev/PCDAAD
16e9805f3628f2b408e09837e9fb679a3aa9d203
[ "MIT" ]
null
null
null
{$I SETTINGS.INC} (* This interpreter is (C) 2021 Uto (Carlos Sanchez) and is distributed under the MIT license. This code is to be built with Borland Pascal 7.0, although it's likely to work fine with Turbo Pascal 7.0 and maybe with Turbo pascal 6.0 Greetings: + to Natalia Pujol f...
36.377682
124
0.64429
6a6a6f1176f9da47dc6fe8acdb6bed6b01dad162
5,858
pas
Pascal
Components/JVCL/qrun/JvQDBHTLabel.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQDBHTLabel.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/qrun/JvQDBHTLabel.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. *} {****************************************************************************...
26.627273
87
0.650905