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
8560e64cd38354836ba4b42fdfb4dea65788fc36
1,634
dpr
Pascal
exercises/book-store/BookStore.dpr
neoprez/delphi
2207cd228c4fde294f8b4c810239286f5ea50032
[ "MIT" ]
28
2017-08-02T16:18:29.000Z
2021-12-25T22:38:15.000Z
exercises/book-store/BookStore.dpr
neoprez/delphi
2207cd228c4fde294f8b4c810239286f5ea50032
[ "MIT" ]
103
2017-06-18T22:48:20.000Z
2021-09-02T13:17:06.000Z
exercises/book-store/BookStore.dpr
filiptoskovic/delphi
3e0fdad99efb579ac319e708be326124ae3179e0
[ "MIT" ]
30
2017-07-21T17:48:26.000Z
2021-11-05T15:59:25.000Z
program BookStore; {$IFNDEF TESTINSIGHT} {$APPTYPE CONSOLE} {$ENDIF}{$STRONGLINKTYPES ON} uses System.SysUtils, {$IFDEF TESTINSIGHT} TestInsight.DUnitX, {$ENDIF } DUnitX.Loggers.Console, DUnitX.Loggers.Xml.NUnit, DUnitX.TestFramework, uBookStoreTests in 'uBookStoreTests.pas', uBookStore in 'uBookStor...
26.786885
88
0.704406
858bad0f15c3917cc19dbdf761870c2e4c75f755
1,629
pas
Pascal
07_ARCHIVOS/01_COLECTIVO/archivos.pas
RafaelMalgor/AlgoritmosUTNFRCU
ca972e8644e1ab3b9e689e1ba50dcb3fb1cfb40c
[ "MIT" ]
null
null
null
07_ARCHIVOS/01_COLECTIVO/archivos.pas
RafaelMalgor/AlgoritmosUTNFRCU
ca972e8644e1ab3b9e689e1ba50dcb3fb1cfb40c
[ "MIT" ]
null
null
null
07_ARCHIVOS/01_COLECTIVO/archivos.pas
RafaelMalgor/AlgoritmosUTNFRCU
ca972e8644e1ab3b9e689e1ba50dcb3fb1cfb40c
[ "MIT" ]
null
null
null
unit Archivos; interface uses Tipos,SysUtils; const nombre_archivo='pasajes.dat'; procedure GuardarPasaje(pasaje:Pasaje); procedure BusquedaSecuencialArchivo(asiento:integer; var res:Pasaje; var encontrado:boolean); implementation procedure SeekToEOF(var archivo:ArchivoPasaje); var recCount:integer...
25.061538
96
0.627993
cdcf767d4bb0b30ff7b94f0f9a459a8ed42d81ae
2,273
pas
Pascal
src/core/NetProtocol/UThreadDiscoverConnection.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2019-02-05T18:33:02.000Z
2019-02-05T18:33:02.000Z
src/core/NetProtocol/UThreadDiscoverConnection.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2018-07-20T21:18:54.000Z
2018-07-20T21:18:54.000Z
src/core/NetProtocol/UThreadDiscoverConnection.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
null
null
null
unit UThreadDiscoverConnection; interface uses UThread, UNodeServerAddress, Classes; type TThreadDiscoverConnection = Class(TPCThread) FNodeServerAddress : TNodeServerAddress; protected procedure BCExecute; override; public Constructor Create(NodeServerAddress: TNodeServerAddress; NotifyOnTermina...
28.061728
128
0.75143
61c1c1db140d0975c5b11b617269c6e7c59223a1
79
pas
Pascal
Test/SimpleScripts/includeSym.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/SimpleScripts/includeSym.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/SimpleScripts/includeSym.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
var includeSym := 'world'; {$i 'includeSym'} PrintLn('Bye bye '+IncludeSym);
13.166667
31
0.658228
85b81f87ed8d74e4ae507f20cebbe8aa774e73d6
25,152
pas
Pascal
bgrabitmap/bgraopenraster.pas
twitter2imgur/twitter2imgur
b26695dadbb2653eb23a904f93ec400a2c052409
[ "BSD-3-Clause" ]
1
2015-06-03T14:01:37.000Z
2015-06-03T14:01:37.000Z
bgrabitmap/bgraopenraster.pas
twitter2imgur/twitter2imgur
b26695dadbb2653eb23a904f93ec400a2c052409
[ "BSD-3-Clause" ]
null
null
null
bgrabitmap/bgraopenraster.pas
twitter2imgur/twitter2imgur
b26695dadbb2653eb23a904f93ec400a2c052409
[ "BSD-3-Clause" ]
null
null
null
unit BGRAOpenRaster; {$mode objfpc}{$H+} interface uses Classes, SysUtils, BGRALayers, zipper, DOM, BGRABitmap, FPImage; const OpenRasterMimeType = 'image/openraster'; //do not change, it's part of the file format type { TBGRAOpenRasterDocument } TBGRAOpenRasterDocument = class(TBGRALayeredBitmap) priv...
31.167286
120
0.683484
8527d7a16136b9fbfa699e2ba4b86b74952c27d2
5,786
dpr
Pascal
demos/BitmapTest.dpr
d-mozulyov/Crystal-Path-Finding-CPF-
e05f0df51a04745f5a2d7447a77c73ffb0322625
[ "MIT" ]
36
2015-04-17T08:48:15.000Z
2022-03-27T23:28:03.000Z
demos/BitmapTest.dpr
d-mozulyov/Crystal-Path-Finding-CPF-
e05f0df51a04745f5a2d7447a77c73ffb0322625
[ "MIT" ]
null
null
null
demos/BitmapTest.dpr
d-mozulyov/Crystal-Path-Finding-CPF-
e05f0df51a04745f5a2d7447a77c73ffb0322625
[ "MIT" ]
4
2016-11-11T13:34:58.000Z
2019-10-09T05:52:34.000Z
program BitmapTest; // compiler directives {$ifdef FPC} {$mode delphi} {$asmmode intel} {$define INLINESUPPORT} {$ifdef CPU386} {$define CPUX86} {$endif} {$ifdef CPUX86_64} {$define CPUX64} {$endif} {$else} {$if CompilerVersion >= 24} {$LEGACYIFEND ON} {$ifend} {$if CompilerVersion >= ...
24.413502
112
0.641376
855fe102e631d3a52a1c7cab5f5c77a158fb40df
40,147
pas
Pascal
test/pint.pas
tlemo/lpc
de4d7e389ae16736f3dbbf2c4a339145e2cc6e1d
[ "Apache-2.0" ]
2
2018-11-19T21:00:23.000Z
2018-11-24T20:12:48.000Z
test/pint.pas
tlemo/lpc
de4d7e389ae16736f3dbbf2c4a339145e2cc6e1d
[ "Apache-2.0" ]
null
null
null
test/pint.pas
tlemo/lpc
de4d7e389ae16736f3dbbf2c4a339145e2cc6e1d
[ "Apache-2.0" ]
1
2020-05-14T10:49:39.000Z
2020-05-14T10:49:39.000Z
{args: pint.p4, @\pint.prr} (*Assembler and interpreter of Pascal code*) (*K. Jensen, N. Wirth, Ch. Jacobi, ETH May 76*) program pcode(input,output,prd,prr); (* Note for the implementation. =========================== This interpreter is written for the case where all the fundamental types take one storage unit. ...
37.982025
80
0.35771
6ae1396e8266375fe435582090bb911eb06b5bad
471
pas
Pascal
Rootkits/vault/admin/ce54releasesvn/exampletrainerstyle2unit.pas
dendisuhubdy/grokmachine
120a21a25c2730ed356739231ec8b99fc0575c8b
[ "BSD-3-Clause" ]
46
2017-05-15T11:15:08.000Z
2018-07-02T03:32:52.000Z
Rootkits/vault/admin/ce54releasesvn/exampletrainerstyle2unit.pas
dendisuhubdy/grokmachine
120a21a25c2730ed356739231ec8b99fc0575c8b
[ "BSD-3-Clause" ]
null
null
null
Rootkits/vault/admin/ce54releasesvn/exampletrainerstyle2unit.pas
dendisuhubdy/grokmachine
120a21a25c2730ed356739231ec8b99fc0575c8b
[ "BSD-3-Clause" ]
24
2017-05-17T03:26:17.000Z
2018-07-09T07:00:50.000Z
unit exampletrainerstyle2unit; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, CheckLst, ExtCtrls; type TExampletrainerstyle2 = class(TForm) Label1: TLabel; Image1: TImage; CheckListBox1: TCheckListBox; private { Private declara...
16.821429
67
0.692144
61c454f561bedb67084d02d92b1fd470aac27a9c
514
pas
Pascal
delphi/03-08-06/Unit1.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/03-08-06/Unit1.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/03-08-06/Unit1.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; procedure FormActivate(Sender: TObject); private { Private declarations } publi...
15.117647
76
0.653696
61cc6d85a75a1534a144457edfa52c37eba0dcc6
1,994
pas
Pascal
sources/chHash.CRC.CRC4.Reverse.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC4.Reverse.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC4.Reverse.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 ...
30.676923
100
0.508024
6a4b76f01c791433206a43a3935800b3d84656ee
9,402
dfm
Pascal
rtklibros/app/rtkconv/convopt.dfm
StanleyHusai/mapping
60c984437c75e8eead95a8fb649e72066f8e5e8f
[ "Unlicense" ]
3
2019-07-27T05:31:15.000Z
2021-06-10T02:16:46.000Z
rtklibros/app/rtkconv/convopt.dfm
easyrtk/GNSS-INS
9780daf6ff95dce051b6a58d6c360087eea0863a
[ "Unlicense" ]
null
null
null
rtklibros/app/rtkconv/convopt.dfm
easyrtk/GNSS-INS
9780daf6ff95dce051b6a58d6c360087eea0863a
[ "Unlicense" ]
3
2019-12-25T07:47:22.000Z
2021-02-03T03:24:46.000Z
object ConvOptDialog: TConvOptDialog Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 304 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = ...
18.766467
37
0.48394
cda7a1a64f6656750661893d3475211aa38f5bd4
9,157
pas
Pascal
Examples/Source/OpenAL/madopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Examples/Source/OpenAL/madopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Examples/Source/OpenAL/madopenal.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
program test; {$mode objfpc} uses classes, sysutils, ctypes, openal, mad, ogg, vorbis, a52, dts, modplug, matroska; var source : TStream; codec : Integer; codec_bs : Longword; codec_read : function(const Buffer: Pointer; const Count: Longword): Longword = nil; codec_rate : Longword...
24.483957
129
0.639292
85e86c263cba68d7f2bed4f9c7aeb112ea583d81
3,246
pas
Pascal
Features/AdMob/DW.AdMob.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
14
2021-12-30T08:03:49.000Z
2022-03-17T19:33:24.000Z
Features/AdMob/DW.AdMob.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
6
2022-01-01T21:56:18.000Z
2022-03-01T22:23:56.000Z
Features/AdMob/DW.AdMob.Android.pas
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
4
2022-01-04T13:25:08.000Z
2022-01-13T09:58:32.000Z
unit DW.AdMob.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library } ...
27.05
112
0.651571
8316b5dd3c14786ea3dc7c8c91780f2e1702b4ec
879,003
pas
Pascal
Office_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
null
null
null
Office_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
3
2016-03-04T01:03:49.000Z
2016-03-18T11:23:03.000Z
Office_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
null
null
null
unit Office_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data ...
50.268958
154
0.690048
6afebf0c2daf4e02086075ee5cb6258113465bdd
46,797
pas
Pascal
OBSOLETE/FrameScriptEdit.pas
juliomar/SqlFormatter
8ec9417193ea8d1a96ea131f202baf65397762f9
[ "MIT" ]
1
2020-08-29T03:04:35.000Z
2020-08-29T03:04:35.000Z
OBSOLETE/FrameScriptEdit.pas
juliomar/SqlFormatter
8ec9417193ea8d1a96ea131f202baf65397762f9
[ "MIT" ]
null
null
null
OBSOLETE/FrameScriptEdit.pas
juliomar/SqlFormatter
8ec9417193ea8d1a96ea131f202baf65397762f9
[ "MIT" ]
3
2020-02-16T13:50:21.000Z
2021-03-12T07:03:34.000Z
(* $Header: /SQL Toys/SqlFormatter/FrameScriptEdit.pas 65 18-04-22 15:53 Tomek $ (c) Tomasz Gierka, github.com/SqlToys, 2014.08.16 *) {-------------------------------------- --------------------------------------} {$IFDEF RELEASE} {$DEBUGINFO OFF} {$LOCALSYMBOLS OFF} {$ENDIF} ...
30.328581
173
0.716029
6ac33a970417b2fc5b5d57e67595db18b69e6f75
42,553
pas
Pascal
Version8/Source/Common/DSSGlobals.pas
dss-extensions/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
1
2022-01-23T14:43:30.000Z
2022-01-23T14:43:30.000Z
Version8/Source/Common/DSSGlobals.pas
PMeira/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
7
2018-08-15T04:00:26.000Z
2018-10-25T10:15:59.000Z
Version8/Source/Common/DSSGlobals.pas
PMeira/electricdss-src
fab07b5584090556b003ef037feb25ec2de3b7c9
[ "BSD-3-Clause" ]
null
null
null
unit DSSGlobals; { ---------------------------------------------------------- Copyright (c) 2008-2019, Electric Power Research Institute, Inc. All rights reserved. ---------------------------------------------------------- } { Change Log 8-14-99 SolutionAbort Added 10-12-99 AutoAdd constants a...
31.994737
158
0.609687
6a9f847af83db9206ee40e572b40bfc8de2a4090
5,537
dpr
Pascal
Libraries/Spring4D/Tests/Mobile/Delphi10Berlin/SpringORMTestsMobile.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
2
2020-01-04T08:19:10.000Z
2020-02-19T22:25:38.000Z
Libraries/Spring4D/Tests/Mobile/Delphi10Berlin/SpringORMTestsMobile.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
null
null
null
Libraries/Spring4D/Tests/Mobile/Delphi10Berlin/SpringORMTestsMobile.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
1
2020-02-19T22:25:42.000Z
2020-02-19T22:25:42.000Z
{***************************************************************************} { } { Spring Framework for Delphi } { } { ...
57.677083
132
0.594365
85058a9a0bb6de809e0734556a3788e1d94d8d93
10,036
pas
Pascal
CryptoLib/src/Crypto/Signers/ClpECNRSigner.pas
MarkG55/CryptoLib4Pascal
740f1e7ac86ac9cf009a8010d4384368e7abe6fb
[ "MIT" ]
148
2018-02-08T23:36:43.000Z
2022-03-16T01:33:20.000Z
CryptoLib/src/Crypto/Signers/ClpECNRSigner.pas
tondrej/CryptoLib4Pascal
33a540094aa24d22d84d502319e4d01f7c3e8163
[ "MIT" ]
28
2018-08-09T04:14:18.000Z
2022-03-31T05:23:51.000Z
CryptoLib/src/Crypto/Signers/ClpECNRSigner.pas
tondrej/CryptoLib4Pascal
33a540094aa24d22d84d502319e4d01f7c3e8163
[ "MIT" ]
46
2018-03-18T17:25:59.000Z
2022-02-07T16:52:15.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
28.511364
91
0.644679
6a9398acc3cb8dc919738708a65f1b1d895166a2
136,827
pas
Pascal
vcl/FFVCL/headers/libavformat.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/FFVCL/headers/libavformat.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
vcl/FFVCL/headers/libavformat.pas
1aq/PBox
67ced599ee36ceaff097c6584f8100cf96006dfe
[ "MIT" ]
null
null
null
(* * copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
40.710205
257
0.698678
6a3fa425f6d3225dcff17a245fafdb9af43e5eea
2,338
dpr
Pascal
Test/AsyncIOTests.dpr
lordcrc/AsyncIO
7ea7f930fa7491f046abe032f628570efde32381
[ "Apache-2.0" ]
33
2015-05-25T01:26:03.000Z
2021-11-16T11:24:59.000Z
Test/AsyncIOTests.dpr
lordcrc/AsyncIO
7ea7f930fa7491f046abe032f628570efde32381
[ "Apache-2.0" ]
3
2016-07-19T09:49:00.000Z
2017-10-14T09:43:43.000Z
Test/AsyncIOTests.dpr
lordcrc/AsyncIO
7ea7f930fa7491f046abe032f628570efde32381
[ "Apache-2.0" ]
7
2015-04-27T14:44:32.000Z
2021-09-30T01:42:12.000Z
program AsyncIOTests; { 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 GUI test runner will be ...
32.472222
85
0.745937
616102b07112283c22caefce2a8358b2c334426b
4,338
pas
Pascal
uASMProgress.pas
agebhar1/sim8008-shared
3f0b4adfe247936489ca97ad9ae778f9cfef71ee
[ "MIT" ]
null
null
null
uASMProgress.pas
agebhar1/sim8008-shared
3f0b4adfe247936489ca97ad9ae778f9cfef71ee
[ "MIT" ]
null
null
null
uASMProgress.pas
agebhar1/sim8008-shared
3f0b4adfe247936489ca97ad9ae778f9cfef71ee
[ "MIT" ]
null
null
null
unit uASMProgress; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, uAssembler, EnhCtrls; type TASMProgressForm = class(TForm) pMain: TPanel; BottomPanel: TPanel; BtnOk: TButton; Panel1: TPanel; Panel2: TPan...
26.944099
92
0.665284
858bd1dc03b6d9f67a5caa81c9d74c2425ff978a
3,309
pas
Pascal
src/Security/Jwt/Implementations/Factories/JwtTokenVerifierFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
78
2019-01-31T13:40:48.000Z
2022-03-22T17:26:54.000Z
src/Security/Jwt/Implementations/Factories/JwtTokenVerifierFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
src/Security/Jwt/Implementations/Factories/JwtTokenVerifierFactoryImpl.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 JwtTokenVerifierFactoryImpl; interface {$MODE OBJFPC} {$H...
28.525862
116
0.610759
85bfa57995a657cdda37cb99f67fa1a26e7036f5
48,377
pas
Pascal
Source/cPyDebugger.pas
sajithanangolath/pyscripter
00a9ba8a1c8357df6e055dd79fa8065702f3b211
[ "MIT" ]
1
2019-07-12T21:11:32.000Z
2019-07-12T21:11:32.000Z
Source/cPyDebugger.pas
sajithanangolath/pyscripter
00a9ba8a1c8357df6e055dd79fa8065702f3b211
[ "MIT" ]
null
null
null
Source/cPyDebugger.pas
sajithanangolath/pyscripter
00a9ba8a1c8357df6e055dd79fa8065702f3b211
[ "MIT" ]
null
null
null
{----------------------------------------------------------------------------- Unit Name: cPyDebugger Author: Kiriakos Vlahos Date: 23-Feb-2005 Purpose: Interpreter and Debugger based on P4D PythonEngine History: Origianlly Based on SynEdit IDE Demo debugger --------------------------------------...
32.272849
153
0.691341
8589f647d4dbfe4147ebb400c7711865428209c0
9,980
pas
Pascal
VAnim/hook Source Code/HaloUnit.pas
vjay82/VAnim
c690a7a05f5e30527b0213be56719c991e832f65
[ "Beerware" ]
null
null
null
VAnim/hook Source Code/HaloUnit.pas
vjay82/VAnim
c690a7a05f5e30527b0213be56719c991e832f65
[ "Beerware" ]
null
null
null
VAnim/hook Source Code/HaloUnit.pas
vjay82/VAnim
c690a7a05f5e30527b0213be56719c991e832f65
[ "Beerware" ]
null
null
null
unit HaloUnit; interface uses Windows, Messages, GlobalVarUnit, Classes, SysUtils, Graphics, IniFiles, Math, MainFunc, MovingControlsUnit; function isHalo( const p: pchar; const handle: integer): Boolean; function haloWndProc( const handle: dWord; const Msg: cardinal; const wParam, lParam: dWord; const ...
25.655527
148
0.632365
85995d7023a01335a88f67ad88d3f668e018c128
3,020
dfm
Pascal
rad/20102020 (editor texto)/editorTexto/uSobre.dfm
mateusschwede/delphi
9aa9e6cde1370c1ce52a6ab8db59b30fd557fe6d
[ "MIT" ]
1
2021-11-04T22:56:33.000Z
2021-11-04T22:56:33.000Z
Anexos/Editor de Texto/editorTexto/uSobre.dfm
ubsocial/delphi
25d0946c299b7da67998671c7b70f194f5ea57c6
[ "MIT" ]
null
null
null
Anexos/Editor de Texto/editorTexto/uSobre.dfm
ubsocial/delphi
25d0946c299b7da67998671c7b70f194f5ea57c6
[ "MIT" ]
1
2021-12-14T01:14:55.000Z
2021-12-14T01:14:55.000Z
object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Positio...
29.607843
72
0.718212
831ccfd640f29843a8d71c873c7e9b483d7ad10a
3,730
pas
Pascal
U9200/U9200Mux.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
2
2021-02-09T21:54:54.000Z
2021-09-04T03:30:50.000Z
U9200/U9200Mux.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
U9200/U9200Mux.pas
sboydlns/univacemulators
c630b2497bee9cb9a18b4fa05be9157d7161bca3
[ "MIT" ]
null
null
null
unit U9200Mux; interface uses SysUtils, U9200Memory, U9200Device; type TU92Mux = class(TObject) private FControllers: TU92DeviceList; FMemory: TU92Memory; FLastServiced: Integer; function Channel(dev: Byte): Byte; public constructor Create(mem: TU92Memory); destructor Des...
23.910256
108
0.595979
83121a5f11eaccb1405c72fa0ec36c696f9f1ea9
1,506
pas
Pascal
Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.DeleteVerifiedEmailAddressRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.DeleteVerifiedEmailAddressRequest.pas
gabrielbaltazar/aws-sdk-delphi
ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.DeleteVerifiedEmailAddressRequest.pas
gabrielbaltazar/aws-sdk-delphi
ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.SES.Model.DeleteVerifiedEmailAddressRequest; interface uses Bcl.Types.Nullable, AWS.SES.Model.Request; type TDeleteVerifiedEmailAddressRequest = class; IDeleteVerifiedEmailAddressRequest = interface function GetEmailAddress: string; procedure SetEmailAddress(const Value: string); fun...
26.421053
114
0.815405
619cc303fc3c5cad59b1fd44b3a407a29547a60e
8,694
pas
Pascal
Chapter 3/ParameterPassingMain.pas
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 3/ParameterPassingMain.pas
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 3/ParameterPassingMain.pas
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
unit ParameterPassingMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; const CArraySize = 100000; type TBigArray = array [1..CArraySize] of integer; TIntArray = array of integer; TRec...
23.433962
109
0.715781
85346fa0e8f96142ce1ee8319dcd4821285f8da6
4,869
pas
Pascal
ML/Aplicando/Form.ETL.Exemplo.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
ML/Aplicando/Form.ETL.Exemplo.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
ML/Aplicando/Form.ETL.Exemplo.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
unit Form.ETL.Exemplo; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Comp.BatchMove.DataSet, FireDAC.Comp.BatchMove.Text, FireDAC.Comp.BatchMove, FireDAC.Stan.Intf, Vcl.ExtCtrls, Vcl.StdCtrls, Vcl.Com...
30.816456
171
0.783323
832545ffd9731442c9a2673b1a0fbfda0772587c
967
dfm
Pascal
Daten/Source/Frm_TestExpFileInt.dfm
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Daten/Source/Frm_TestExpFileInt.dfm
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Daten/Source/Frm_TestExpFileInt.dfm
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
object frmTestExpComp: TfrmTestExpComp Left = 0 Top = 0 Caption = 'Test Exp-File-Componente' ClientHeight = 405 ClientWidth = 662 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True ...
18.245283
39
0.572906
858b0ea988b940df024491a461cdcbdefb6cbb6e
59,108
pas
Pascal
Source/cPythonSourceScanner.pas
Cotton010/pyscripter
b1133dddaa71f7a6015a410f7fc174710872180f
[ "MIT" ]
null
null
null
Source/cPythonSourceScanner.pas
Cotton010/pyscripter
b1133dddaa71f7a6015a410f7fc174710872180f
[ "MIT" ]
null
null
null
Source/cPythonSourceScanner.pas
Cotton010/pyscripter
b1133dddaa71f7a6015a410f7fc174710872180f
[ "MIT" ]
null
null
null
{----------------------------------------------------------------------------- Unit Name: cPythonSourceScanner Author: Kiriakos Vlahos Date: 14-Jun-2005 Purpose: Class for Scanning and analysing Python code Does not check correctness Code draws from Bicycle Repair Man and Boa...
32.746814
195
0.640742
85e3d2a5ab886e74a5cf3748d262fbae24e1e42d
13,545
pas
Pascal
fltl.pas
corvus1/dn2l
2ce2b3a6b001008c3ff75d5fbf046444f92aa6f3
[ "AFL-2.0", "AFL-3.0" ]
null
null
null
fltl.pas
corvus1/dn2l
2ce2b3a6b001008c3ff75d5fbf046444f92aa6f3
[ "AFL-2.0", "AFL-3.0" ]
null
null
null
fltl.pas
corvus1/dn2l
2ce2b3a6b001008c3ff75d5fbf046444f92aa6f3
[ "AFL-2.0", "AFL-3.0" ]
null
null
null
{ Win32-specific file tools unit by J.Osadtchiy (JO), A.Kozlov (Cat)} { Optimise-} {$I STDEFINE.INC} {Cat 04/12/2001 - в WinNT поддерживается копирование Security Attributes } unit FlTl; interface type DWord = Longint; // by unxed Handle = Longint; // by unxed TWin32StreamId = Longint; // by...
29.066524
82
0.594315
85d5796878459996e77a89eaa8b466bc04a55046
65,112
pas
Pascal
reference-platform/r4/FHIRSupport.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
1
2018-01-08T06:40:02.000Z
2018-01-08T06:40:02.000Z
reference-platform/r4/FHIRSupport.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
reference-platform/r4/FHIRSupport.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
unit FHIRSupport; { Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code m...
30.284651
214
0.709762
1789e6205d04cdc15a12c4e4fbbd507047844840
995
pas
Pascal
examples/language/NestedSubroutines.pas
azrael11/GamePascal
e3c2811651b103fb7db691f3cc9697f949cf723b
[ "RSA-MD" ]
1
2020-07-20T11:22:36.000Z
2020-07-20T11:22:36.000Z
examples/language/NestedSubroutines.pas
azrael11/GamePascal
e3c2811651b103fb7db691f3cc9697f949cf723b
[ "RSA-MD" ]
null
null
null
examples/language/NestedSubroutines.pas
azrael11/GamePascal
e3c2811651b103fb7db691f3cc9697f949cf723b
[ "RSA-MD" ]
1
2020-07-20T11:22:37.000Z
2020-07-20T11:22:37.000Z
{$REGION 'Project Directives'} // Modual Info {$CONSOLEAPP} {$MODULENAME "..\bin\"} {.$EXEICON ".\bin\arc\icons\icon.ico"} {.$SEARCHPATH "path1;path2;path3"} {.$ENABLERUNTIMETHEMES} {.$HIGHDPIAWARE} // Version Infp {.$ADDVERSIONINFO} {.$COMPANYNAME "Company XYZ"} {.$FILEVERSI...
21.170213
57
0.572864
8326f303c1b6410700b4499b66c9ba71d6594f65
621
pas
Pascal
2002/first/too11.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
2
2015-11-08T10:01:47.000Z
2020-03-10T00:00:58.000Z
2002/first/too11.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
2002/first/too11.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
program ridad; uses crt; var lause:string; esim,teine:char; i,sonarv:byte; begin clrscr; write('Sisesta lause : '); readln(lause); esim:=' '; for i:=1 to length(lause) do begin teine:=lause[i]; if (teine=esim) and (teine=' ') then begin delete(lause,i,1); i:=i-1; end; esim:=tei...
15.525
40
0.574879
6a37bed4d86b28def272cdf502b645535725b526
7,549
dfm
Pascal
FormulaCalculatorUnit.dfm
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
FormulaCalculatorUnit.dfm
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
FormulaCalculatorUnit.dfm
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
object FormulaCalculatorBox: TFormulaCalculatorBox Left = 197 Top = 59 BorderStyle = bsDialog Caption = 'Formula Calculation' ClientHeight = 465 ClientWidth = 428 Color = clBtnFace Constraints.MaxHeight = 499 Constraints.MaxWidth = 436 Constraints.MinHeight = 499 Constraints.MinWidth = 436 Font....
17.555814
50
0.585773
6a04b78972b4d5af41a701d0c7ed4a62af644e06
362
lpr
Pascal
lib/lua4lazarus/sample/print/project1.lpr
Augmeneco/KBot6
4ff57fc2db3eeb7765b2de1f00e6f5c00f7b2eb7
[ "MIT" ]
4
2019-09-16T19:51:42.000Z
2019-10-24T07:50:01.000Z
lib/lua4lazarus/sample/print/project1.lpr
Augmeneco/KBot6
4ff57fc2db3eeb7765b2de1f00e6f5c00f7b2eb7
[ "MIT" ]
2
2019-10-13T15:21:35.000Z
2019-12-10T23:34:38.000Z
lib/lua4lazarus/sample/print/project1.lpr
Augmeneco/KBot6
4ff57fc2db3eeb7765b2de1f00e6f5c00f7b2eb7
[ "MIT" ]
1
2019-09-20T11:16:59.000Z
2019-09-20T11:16:59.000Z
program project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, printer4lazarus, Unit1, Unit2, l4l_print, l4l_pdf, aggpaslcl; {$R *.res} begin Application.Initialize; Application.CreateForm(TFo...
18.1
71
0.674033
6a52f442be09d2fea2d422781895a999068ed11b
2,693
pas
Pascal
src/wallet.pas
d0p1s4m4/Monujo
32c17bf654c12ee435b3f1c7ab90bb404089feaa
[ "Beerware" ]
null
null
null
src/wallet.pas
d0p1s4m4/Monujo
32c17bf654c12ee435b3f1c7ab90bb404089feaa
[ "Beerware" ]
null
null
null
src/wallet.pas
d0p1s4m4/Monujo
32c17bf654c12ee435b3f1c7ab90bb404089feaa
[ "Beerware" ]
1
2022-02-09T18:37:06.000Z
2022-02-09T18:37:06.000Z
(* * "THE BEER-WARE LICENSE" (Revision 42): * d0p1 <d0p1@yahoo.com> wrote this file. As long as you retain this notice you * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. *) UNIT wallet; {$mode objfpc}{$H+} INTERFACE USES...
25.40566
79
0.49016
85f3e55620da0fd246cd6a8fa72ea83b7fe92656
31,729
pas
Pascal
Server/SQLScriptor/fSQLScriptor.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/SQLScriptor/fSQLScriptor.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/SQLScriptor/fSQLScriptor.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
unit fSQLScriptor; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, JvExMask, JvToolEdit, DB, AbmesFields, DBClient, AbmesClientDataSet, JvBaseDlg, JvBrowseFolder, JvSelectDirectory, DBGridEhGrouping, GridsEh, DBGridEh, AbmesDBGrid, Jv...
27.470996
136
0.69583
85b11b117b1c91d6bb4f5d41435fad60f3e2d4ae
6,456
pas
Pascal
System.MulticastEventU.pas
JensBorrisholt/OnlineOffline
bd4dacef59b5135a0c2411f5f31ce68c3a9635c4
[ "MIT" ]
14
2018-11-03T06:51:18.000Z
2022-02-22T11:20:17.000Z
System.MulticastEventU.pas
JensBorrisholt/OnlineOffline
bd4dacef59b5135a0c2411f5f31ce68c3a9635c4
[ "MIT" ]
1
2018-10-03T08:16:08.000Z
2018-10-03T08:16:08.000Z
System.MulticastEventU.pas
JensBorrisholt/OnlineOffline
bd4dacef59b5135a0c2411f5f31ce68c3a9635c4
[ "MIT" ]
4
2018-10-02T04:15:05.000Z
2021-07-22T05:45:17.000Z
unit System.MulticastEventU; (* Credit to ALLEN, and his blogpost Multicast events using generics (https://community.embarcadero.com/blogs/entry/multicast-events-using-generics-38865) This is mainly his code. There have only been added support for 64 bit. *) interface uses Classes, SysUtils, Generics.Collectio...
24.362264
153
0.714994
6a69d93380f2ac1da4d7e6e26eb04d398c8be53f
50,840
pas
Pascal
lib/delphi/src/Thrift.Transport.pas
ZiWee/thrift
0d12832d92351f2cbb2c59edaeb114f789c0ec9b
[ "Apache-2.0" ]
2
2022-01-14T06:09:26.000Z
2022-02-04T02:13:03.000Z
lib/delphi/src/Thrift.Transport.pas
ZiWee/thrift
0d12832d92351f2cbb2c59edaeb114f789c0ec9b
[ "Apache-2.0" ]
33
2016-03-30T12:27:45.000Z
2021-08-21T03:57:39.000Z
lib/delphi/src/Thrift.Transport.pas
ZiWee/thrift
0d12832d92351f2cbb2c59edaeb114f789c0ec9b
[ "Apache-2.0" ]
7
2016-03-22T17:20:55.000Z
2021-12-24T23:54:20.000Z
(* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
28.103925
196
0.732907
833623916ad871495b4a004e4c7c41ff9b14ac3a
884
dpr
Pascal
JDVisuals/JDVisuals.dpr
djjd47130/JDVisuals
a059d1dc32fb88c0743968870fe1ab8b55bc56c0
[ "MIT" ]
5
2019-09-25T10:39:20.000Z
2021-06-04T07:38:36.000Z
JDVisuals/JDVisuals.dpr
djjd47130/JDVisuals
a059d1dc32fb88c0743968870fe1ab8b55bc56c0
[ "MIT" ]
15
2019-09-23T13:46:33.000Z
2019-09-29T01:02:20.000Z
JDVisuals/JDVisuals.dpr
djjd47130/JDVisuals
a059d1dc32fb88c0743968870fe1ab8b55bc56c0
[ "MIT" ]
3
2019-09-26T09:27:13.000Z
2020-09-01T19:44:34.000Z
program JDVisuals; uses Vcl.Forms, Vcl.Themes, Vcl.Styles, JD.Visuals, uVisual in 'uVisual.pas' {frmVisual}, JD.SpiralOutVisual in '..\Visuals\JD.SpiralOutVisual.pas', JD.FinalFrontierVisual in '..\Visuals\JD.FinalFrontierVisual.pas', JD.FinalFrontierVisual.AvgCalc in '..\Visuals\JD.FinalFrontierVisual...
31.571429
86
0.754525
cd92f67357355feacc192f805f42bc65a24b96f1
7,589
dfm
Pascal
Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.dfm
pmcgee69/DPM
38be1951554e0a4463936247a55c06f3bec6d9b4
[ "Apache-2.0" ]
65
2019-12-13T05:19:21.000Z
2022-01-15T16:56:04.000Z
Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.dfm
pmcgee69/DPM
38be1951554e0a4463936247a55c06f3bec6d9b4
[ "Apache-2.0" ]
24
2019-12-13T14:48:19.000Z
2021-10-02T22:36:05.000Z
Source/IDE/EditorView/DPM.IDE.PackageDetailsFrame.dfm
pmcgee69/DPM
38be1951554e0a4463936247a55c06f3bec6d9b4
[ "Apache-2.0" ]
11
2019-12-15T21:51:59.000Z
2021-11-12T17:56:32.000Z
object PackageDetailsFrame: TPackageDetailsFrame Left = 0 Top = 0 Width = 436 Height = 523 DoubleBuffered = True Color = clWindow ParentBackground = False ParentColor = False ParentDoubleBuffered = False TabOrder = 0 object sbPackageDetails: TScrollBox Left = 0 Top = 0 Width = 436 ...
35.462617
74
0.701542
833410e581348ddbd04a465e1ed6e47635b880f9
1,000
pas
Pascal
Ace/AceEditorWrapperDemo/app.entrypoint.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
4
2021-01-29T14:33:36.000Z
2021-04-12T16:30:44.000Z
Ace/AceEditorWrapperDemo/app.entrypoint.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
null
null
null
Ace/AceEditorWrapperDemo/app.entrypoint.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
null
null
null
uses qtx.sysutils, qtx.classes, qtx.time, qtx.dom.widgets, qtx.dom.types, qtx.dom.events, qtx.dom.graphics, qtx.dom.application, qtx.dom.forms, qtx.dom.control.common, qtx.dom.control.contentbox, qtx.dom.control.label, qtx.dom.stylesheet, tor.ace.wrapper, ...
23.255814
85
0.641
6145d9a69563be7ef0a8308cb89f7b4c829b2d58
296
dpr
Pascal
iNanoGeradordeCPF_XE3.dpr
thiagofigcosta/CPFgen
3056019e46d39dc1924f576a09d61a64b8f1c39f
[ "MIT" ]
null
null
null
iNanoGeradordeCPF_XE3.dpr
thiagofigcosta/CPFgen
3056019e46d39dc1924f576a09d61a64b8f1c39f
[ "MIT" ]
null
null
null
iNanoGeradordeCPF_XE3.dpr
thiagofigcosta/CPFgen
3056019e46d39dc1924f576a09d61a64b8f1c39f
[ "MIT" ]
null
null
null
program iNanoGeradordeCPF_XE3; uses Forms, UnitCPF in 'UnitCPF.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.Title := 'iNano: Gerador de CPF'; Application.CreateForm(TForm1, Form1); Application.Run; end.
18.5
48
0.692568
6a3f68889237bccd0264be7de819aee8e3d1af30
3,306
pas
Pascal
LogViewer.DisplayValues.Settings.ValueManager.pas
atkins126/LogViewer
47b331478b74c89ffffc48bb20bbe62f4362c556
[ "Apache-2.0" ]
38
2016-04-19T04:05:31.000Z
2022-03-16T12:34:52.000Z
LogViewer.DisplayValues.Settings.ValueManager.pas
atkins126/LogViewer
47b331478b74c89ffffc48bb20bbe62f4362c556
[ "Apache-2.0" ]
4
2018-01-04T12:12:49.000Z
2021-03-09T16:38:55.000Z
LogViewer.DisplayValues.Settings.ValueManager.pas
atkins126/LogViewer
47b331478b74c89ffffc48bb20bbe62f4362c556
[ "Apache-2.0" ]
12
2016-08-29T20:34:52.000Z
2022-01-06T00:23:46.000Z
{ Copyright (C) 2013-2021 Tim Sinaeve tim.sinaeve@gmail.com Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable...
25.045455
78
0.738052
85415ee64804d1c34740c199ab4b1c3ff7368a07
2,900
pas
Pascal
src/shl/SHL_Classes.pas
aleksusklim/RSCI
01f22be4575c2a05b356f976c7381ffb86cee35f
[ "Unlicense" ]
null
null
null
src/shl/SHL_Classes.pas
aleksusklim/RSCI
01f22be4575c2a05b356f976c7381ffb86cee35f
[ "Unlicense" ]
null
null
null
src/shl/SHL_Classes.pas
aleksusklim/RSCI
01f22be4575c2a05b356f976c7381ffb86cee35f
[ "Unlicense" ]
null
null
null
unit SHL_Classes; // SpyroHackingLib is licensed under WTFPL {= SWITCHES =} // {$DEFINE SHL_GRAPHICS} // use Graphics unit // {$DEFINE SHL_SOUNDS} // use MMSystem unit interface // Name convention: // Txxx - object class // Sxxx - static class // Rxxx - record or static array // Axxx - dynamic array ...
21.481481
82
0.735862
176de274fd8b4105a328fa1ae90654b9747fec19
2,403
dfm
Pascal
Findup.dfm
delphi-pascal-archive/findup
1bf7231c19dac614ae016cd4dd1f5e7348cbe03b
[ "Unlicense" ]
null
null
null
Findup.dfm
delphi-pascal-archive/findup
1bf7231c19dac614ae016cd4dd1f5e7348cbe03b
[ "Unlicense" ]
null
null
null
Findup.dfm
delphi-pascal-archive/findup
1bf7231c19dac614ae016cd4dd1f5e7348cbe03b
[ "Unlicense" ]
null
null
null
object Form1: TForm1 Left = 252 Top = 114 BiDiMode = bdLeftToRight BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Findup' ClientHeight = 374 ClientWidth = 705 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 F...
21.455357
46
0.600916
83119a059248c0e2674231b3d19cfd534649950e
10,100
pas
Pascal
windows/src/ext/dcpcrypt/Hashes/DCPmd5.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/dcpcrypt/Hashes/DCPmd5.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/dcpcrypt/Hashes/DCPmd5.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
{******************************************************************************} {* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********} {******************************************************************************} {* A binary compatible implementation of MD5 ********************************...
40.239044
80
0.549109
85a30152b8daababf843c2615c80cd4f9e74247d
812
pas
Pascal
src/pascal/function/ordination/bubblesort/bubblesort-arquivo/version/bubble.pas
codinginbrazil/functional-programming
43ce604bd21d82ad16774709cb939d3a2bd86f49
[ "MIT" ]
null
null
null
src/pascal/function/ordination/bubblesort/bubblesort-arquivo/version/bubble.pas
codinginbrazil/functional-programming
43ce604bd21d82ad16774709cb939d3a2bd86f49
[ "MIT" ]
null
null
null
src/pascal/function/ordination/bubblesort/bubblesort-arquivo/version/bubble.pas
codinginbrazil/functional-programming
43ce604bd21d82ad16774709cb939d3a2bd86f49
[ "MIT" ]
null
null
null
program bubble; type Tdado = integer; Tarq = file of Tdado; var arq : Tarq; procedure bubbleSort(var arq: Tarq); var i,j : integer; aux1, aux: integer; begin assign(arq,'arq.dat'); reset(arq); for j:=1 to filesize(arq)-1 do // j := filesize(arq) - 1 to 1 begin for i:=1 to filesize(arq) do// i := 1 t...
14.5
64
0.589901
854db9cc52f2f66a538fe99c2a35da38cccf095a
1,018
pas
Pascal
MacOrMapSource/Concessioni/dlg_editNomeConcessionario.pas
CarloMacor/MacOrMap_Win
27faae0c7600e17ec0243693d56efa1b0a0e47e0
[ "Apache-2.0" ]
5
2019-05-13T05:28:19.000Z
2020-08-31T19:54:29.000Z
MacOrMapSource/Concessioni/dlg_editNomeConcessionario.pas
CarloMacor/MacOrMap_Win
27faae0c7600e17ec0243693d56efa1b0a0e47e0
[ "Apache-2.0" ]
null
null
null
MacOrMapSource/Concessioni/dlg_editNomeConcessionario.pas
CarloMacor/MacOrMap_Win
27faae0c7600e17ec0243693d56efa1b0a0e47e0
[ "Apache-2.0" ]
3
2018-01-24T07:57:27.000Z
2019-08-14T09:52:55.000Z
unit dlg_editNomeConcessionario; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Buttons; type TForm_editNomeConcessionario = class(TForm) Label1: TLabel; Edit1: TEdit; BitBtn1: T...
22.622222
98
0.782908
6ac84959588bcf86f4989b817eae22f52d5f97ab
9,852
pas
Pascal
Source/FMX/AT.FMX.Controls.Dialogs.ATSplashScreenHD.pas
AngelicTech/ATLibrary
b4b629234e3eeee684a6bb49ca4d88e29d9e78ba
[ "BSL-1.0" ]
1
2021-08-09T18:45:25.000Z
2021-08-09T18:45:25.000Z
Source/FMX/AT.FMX.Controls.Dialogs.ATSplashScreenHD.pas
AngelicTech/ATLibrary
b4b629234e3eeee684a6bb49ca4d88e29d9e78ba
[ "BSL-1.0" ]
null
null
null
Source/FMX/AT.FMX.Controls.Dialogs.ATSplashScreenHD.pas
AngelicTech/ATLibrary
b4b629234e3eeee684a6bb49ca4d88e29d9e78ba
[ "BSL-1.0" ]
2
2021-08-09T18:45:27.000Z
2021-08-10T05:57:32.000Z
unit AT.FMX.Controls.Dialogs.ATSplashScreenHD; interface uses System.SysUtils, System.Classes, System.UITypes, FMX.Graphics, FMX.TMSBitmapContainer, AT.FMX.Dialogs.SplashHD, FMX.StdCtrls, FMX.Ani, System.UIConsts; type TATSplashScreenHD = class(TComponent) private FSplash: TdlgATSplashHD; FVersion:...
26.342246
94
0.739139
85ccc5f95439a2a187db3ed650e4b0c564560fff
374
pas
Pascal
attempts/2/ex5.pas
howerj/os
db5dc57a1202822780e07c32dbabbec27849a7da
[ "MIT" ]
7
2017-06-20T15:41:20.000Z
2021-09-02T19:52:29.000Z
attempts/2/ex5.pas
howerj/os
db5dc57a1202822780e07c32dbabbec27849a7da
[ "MIT" ]
null
null
null
attempts/2/ex5.pas
howerj/os
db5dc57a1202822780e07c32dbabbec27849a7da
[ "MIT" ]
1
2020-09-11T22:58:50.000Z
2020-09-11T22:58:50.000Z
(* @bug function arguments are the wrong way around on the stack! @todo allocate local variables *) var gx, gy; procedure nesttest, z, t; begin write z; write t; gy := z + t; write gy; end; procedure argtest, x, y; begin write x; write y; y := y + 150; gx := y; call nesttest, x, y; end; begin call argt...
14.384615
66
0.628342
85fe152682dbcd7bec2279bafe6d222863848284
3,914
pas
Pascal
Ext/SVGIconImageList/Source/SVGInterfaces.pas
CloudDelphi/FExplorer
cb2c1a3145245535915e63b7da1bfb02525bd350
[ "Apache-2.0" ]
4
2021-05-06T17:36:32.000Z
2022-01-17T21:33:25.000Z
Ext/SVGIconImageList/Source/SVGInterfaces.pas
CloudDelphi/FExplorer
cb2c1a3145245535915e63b7da1bfb02525bd350
[ "Apache-2.0" ]
null
null
null
Ext/SVGIconImageList/Source/SVGInterfaces.pas
CloudDelphi/FExplorer
cb2c1a3145245535915e63b7da1bfb02525bd350
[ "Apache-2.0" ]
1
2021-04-12T19:31:49.000Z
2021-04-12T19:31:49.000Z
{----------------------------------------------------------------------------- Unit Name: SVGInterfaces Author: PyScripter Purpose: Inteface-based access to Svg parsing and drawing History: -----------------------------------------------------------------------------} unit SVGInterfaces; interface ...
31.312
118
0.702351
17dbbe06624e7abecacac62f18a2874ddf7f92bd
521
dfm
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvAppDDECmd/AppDdeCmdModal.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/JvAppDDECmd/AppDdeCmdModal.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/JvAppDDECmd/AppDdeCmdModal.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object Form2: TForm2 Left = 254 Top = 194 BorderStyle = bsDialog Caption = 'Modal dialog' ClientHeight = 73 ClientWidth = 153 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True PixelsP...
18.607143
32
0.644914
855e594ac0ef75088e93206676f9ec987e90ef3a
2,262
dpr
Pascal
Tests/Neon.Tests.Framework.dpr
evaldoavelar/delphi-neon
915ad28b58bf4c456fc1aa205dd6fe3c20444996
[ "Apache-2.0" ]
null
null
null
Tests/Neon.Tests.Framework.dpr
evaldoavelar/delphi-neon
915ad28b58bf4c456fc1aa205dd6fe3c20444996
[ "Apache-2.0" ]
null
null
null
Tests/Neon.Tests.Framework.dpr
evaldoavelar/delphi-neon
915ad28b58bf4c456fc1aa205dd6fe3c20444996
[ "Apache-2.0" ]
1
2020-10-21T19:45:31.000Z
2020-10-21T19:45:31.000Z
program Neon.Tests.Framework; {$IFNDEF TESTINSIGHT} {$APPTYPE CONSOLE} {$ENDIF} {$STRONGLINKTYPES ON} uses System.SysUtils, {$IFDEF TESTINSIGHT} TestInsight.DUnitX, {$ENDIF } DUnitX.Loggers.Console, DUnitX.Loggers.Xml.NUnit, DUnitX.TestFramework, Neon.Tests.Types.Simple in 'Source\Neon.Tests.Types.S...
31.859155
89
0.724138
8588d7b7a2559db876330b0e304291e46086ebda
4,020
pas
Pascal
SOURCE/Internet/webbroker.pas
earthsiege2/borland-cpp-ide
09bcecc811841444338e81b9c9930c0e686f9530
[ "Unlicense", "FSFAP", "Apache-1.1" ]
1
2022-01-13T01:03:55.000Z
2022-01-13T01:03:55.000Z
SOURCE/Internet/webbroker.pas
earthsiege2/borland-cpp-ide
09bcecc811841444338e81b9c9930c0e686f9530
[ "Unlicense", "FSFAP", "Apache-1.1" ]
null
null
null
SOURCE/Internet/webbroker.pas
earthsiege2/borland-cpp-ide
09bcecc811841444338e81b9c9930c0e686f9530
[ "Unlicense", "FSFAP", "Apache-1.1" ]
null
null
null
{ *************************************************************************** } { } { Delphi and Kylix Cross-Platform Visual Component Library } { Internet Application Runtime ...
30
82
0.633085
6a34a49e44edc6c03c9646a0292195794253629b
3,986
dfm
Pascal
frmOptions.dfm
delphi-pascal-archive/wave
3232a5c53f0f5d71a6fffe907730ac34e49b796e
[ "Unlicense" ]
1
2021-11-06T23:44:27.000Z
2021-11-06T23:44:27.000Z
frmOptions.dfm
delphi-pascal-archive/wave
3232a5c53f0f5d71a6fffe907730ac34e49b796e
[ "Unlicense" ]
null
null
null
frmOptions.dfm
delphi-pascal-archive/wave
3232a5c53f0f5d71a6fffe907730ac34e49b796e
[ "Unlicense" ]
1
2021-11-06T23:44:28.000Z
2021-11-06T23:44:28.000Z
object frmOpt: TfrmOpt Left = 3 Top = 113 BorderStyle = bsDialog Caption = 'Wave' ClientHeight = 334 ClientWidth = 378 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False ...
23.868263
274
0.568741
6ad5ee03720f8dc6bf816bb1cbf81f17368e00cd
3,024
pas
Pascal
Source/Propagator/Enterprise/BoldEnqueuerCOM.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
121
2020-09-22T10:46:20.000Z
2021-11-17T12:33:35.000Z
Source/Propagator/Enterprise/BoldEnqueuerCOM.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
8
2020-09-23T12:32:23.000Z
2021-07-28T07:01:26.000Z
Source/Propagator/Enterprise/BoldEnqueuerCOM.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
42
2020-09-22T14:37:20.000Z
2021-10-04T10:24:12.000Z
unit BoldEnqueuerCOM; interface uses comobj, BoldPropagatorInterfaces_TLB, BoldEnqueuer, BoldThreadSafeLog, BoldThreadedComObjectFactory ; type {forward declarations} TBoldEnqueuerCOM = class; TBoldEnqueuerThreadedCOMFactory = class; {TBoldEnqueuerCOM} TBoldEnqueuerCOM = class(TBoldComObject, I...
28
102
0.798942
cdc1c83918f4e374137205e88289284161ef5b9b
299
dpr
Pascal
partui.dpr
neurolabusc/Part
7c99841238aba2c3cd38b7121f5b1066e8454c7a
[ "BSD-2-Clause" ]
1
2020-06-06T08:22:33.000Z
2020-06-06T08:22:33.000Z
partui.dpr
neurolabusc/Part
7c99841238aba2c3cd38b7121f5b1066e8454c7a
[ "BSD-2-Clause" ]
null
null
null
partui.dpr
neurolabusc/Part
7c99841238aba2c3cd38b7121f5b1066e8454c7a
[ "BSD-2-Clause" ]
null
null
null
program partui; uses Forms, ui in 'ui.pas' {uiform}, nii_math, ezdicom in 'ezdicom.pas', nii_ttest in 'nii_ttest.pas', nii_intennorm in 'nii_intennorm.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(Tuiform, uiform); Application.Run; end.
16.611111
43
0.665552
615a688c7cd83ff6791d838e42191fcf7483ff8f
12,571
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/run/JvgProgress.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/run/JvgProgress.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/run/JvgProgress.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.811947
113
0.678944
851d355d9cec8330574a7876660d55dd33de4abd
1,461
pas
Pascal
sources/ThemeUnit.pas
lionell/microbiology_tests
8d9c495dd8058ba9ffec63050487a6eacb512689
[ "MIT" ]
null
null
null
sources/ThemeUnit.pas
lionell/microbiology_tests
8d9c495dd8058ba9ffec63050487a6eacb512689
[ "MIT" ]
null
null
null
sources/ThemeUnit.pas
lionell/microbiology_tests
8d9c495dd8058ba9ffec63050487a6eacb512689
[ "MIT" ]
null
null
null
unit ThemeUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, jpeg, ExtCtrls; type TTheme = class(TForm) BackGround: TImage; ThemeBox: TComboBox; ThemeLabel: TLabel; NextButton: TImage; procedure NextButtonClick(Sender: TObject)...
29.816327
94
0.749487
17bbda6845755b0b9f3ecd42b0ef9e921e8da913
39,406
pas
Pascal
source/FramBrwz.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
320
2015-01-12T08:42:13.000Z
2022-03-26T14:49:32.000Z
source/FramBrwz.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
217
2015-01-05T10:40:53.000Z
2022-03-17T13:49:52.000Z
source/FramBrwz.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
133
2015-02-10T12:51:08.000Z
2022-03-17T13:51:32.000Z
{ Version 11.7 Copyright (c) 1995-2008 by L. David Baldwin Copyright (c) 2008-2010 by HtmlViewer Team Copyright (c) 2011-2016 by Bernd Gabriel 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 wit...
31.4996
135
0.634193
6ae0870872a95f28a5bda6f37fa99ff14c1bd474
24,579
pas
Pascal
Copy of wndfolder.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
Copy of wndfolder.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
Copy of wndfolder.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
// copyright (c) 2001 by microObjects inc. // // Emailmax source is distributed under the public // domain license arrangements. You are free to // modify, edit, copy, delete, or redistribute // the emailmax code as long as you 1) indemnify amd // hold harmless microObjects inc and its employees and // owners from any...
27.249446
187
0.656577
8335cf6a4ce9fa2124cd546493bb59ec4e8cae2c
4,403
pas
Pascal
units/umulfit.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
1
2019-11-20T02:18:47.000Z
2019-11-20T02:18:47.000Z
units/umulfit.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
null
null
null
units/umulfit.pas
BishopWolf/DelphiMath
bc03e918f2cbe6aad91e8153f5c7ae35abef75e2
[ "Apache-2.0" ]
2
2017-05-14T03:56:55.000Z
2019-11-20T02:18:48.000Z
{ ****************************************************************** Multiple linear regression (Gauss-Jordan method) ****************************************************************** } unit umulfit; interface uses utypes, ulineq; procedure MulFit(X: TMatrix; Y: TVector; Lb, Ub, Nvar: Integer; ...
25.748538
75
0.4665
85469722367e9b1e654114dbd9393a4a5db654ee
62,454
dfm
Pascal
source/demos/jd/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
2
2021-05-12T00:33:07.000Z
2021-09-01T06:54:17.000Z
source/demos/jd/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
null
null
null
source/demos/jd/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
null
null
null
object Form1: TForm1 Left = 0 Top = 0 Hint = '{"type":"primary"}' BorderStyle = bsNone Caption = 'DeWeb - MCS' ClientHeight = 671 ClientWidth = 360 Color = clWhite TransparentColor = True TransparentColorValue = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 ...
58.642254
80
0.808131
850c759bd554b262c73d01c952b006741987b2f4
10,116
pas
Pascal
beaengine/beaengine/headers/BeaEngineDelphi64.pas
liner0211/ReClassEx
e4450bcf8673e3ffa3f05c87b3b1e03b970b6f1d
[ "MIT" ]
466
2018-11-09T05:36:29.000Z
2022-03-30T09:27:59.000Z
beaengine/beaengine/headers/BeaEngineDelphi64.pas
v0idi/ReClassEx
aa53ba5650096552950562e16849d79bbb01f631
[ "MIT" ]
17
2016-12-28T05:45:00.000Z
2018-06-28T06:18:28.000Z
beaengine/beaengine/headers/BeaEngineDelphi64.pas
v0idi/ReClassEx
aa53ba5650096552950562e16849d79bbb01f631
[ "MIT" ]
96
2019-01-26T19:13:54.000Z
2022-03-16T13:46:42.000Z
// ==================================================================== // // Delphi Static lib for BeaEngine 4.x // // upDate: 2010-Jan-9 // v0.4 support Delphi7 - Delphi2010 // ==================================================================== // BeaEngine.pas convert by Vince // ===============================...
26.34375
110
0.542606
6ab2bae844dd6798eeafe19b6ab5d4f5ea75ade8
4,259
pas
Pascal
Chapter01/RECIPE13_amazing_FDTable/MainFormU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
51
2018-08-03T06:27:36.000Z
2022-03-16T09:10:10.000Z
Chapter01/RECIPE13_amazing_FDTable/MainFormU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
1
2021-02-07T16:26:57.000Z
2021-03-02T06:36:26.000Z
Chapter01/RECIPE13_amazing_FDTable/MainFormU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
28
2018-08-03T22:20:00.000Z
2021-12-02T03:49:03.000Z
unit MainFormU; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC....
27.477419
90
0.725288
617dca44fe3860dc99e9a897cc307c86fad584de
783
dpr
Pascal
Protection/Delete Max from Array/Project1.dpr
Oreder/DelphiPro01
5cd0c6b79b2c4bdf17f5fe66d9498fe81ba749ca
[ "MIT" ]
1
2017-06-27T23:47:30.000Z
2017-06-27T23:47:30.000Z
Protection/Delete Max from Array/Project1.dpr
Oreder/DelphiPro01
5cd0c6b79b2c4bdf17f5fe66d9498fe81ba749ca
[ "MIT" ]
null
null
null
Protection/Delete Max from Array/Project1.dpr
Oreder/DelphiPro01
5cd0c6b79b2c4bdf17f5fe66d9498fe81ba749ca
[ "MIT" ]
1
2021-02-26T11:23:29.000Z
2021-02-26T11:23:29.000Z
program OUTMAX; {$APPTYPE CONSOLE} uses SysUtils; const M = 100; var R: array[1..M] of Integer; I, N, J, S, Max: Integer; begin Write('PLEASE INPUT NUMBER ELEMENTS OF ARRAY: '); ReadLn(N); WriteLn('NOW LET INPUT ARRAY: '); for I := 1 to N do Read(R[I]); WriteLn; Write('ARRAY INPUT: '); for I := 1 to...
14.236364
50
0.500639
85441fe9e16a710afdbd96b0af4cac315a834d78
1,688
pas
Pascal
Frames.Data.pas
thachngopl/ScannerMApp
46cebc4340bb7beee22ad920ca41a1df848d2794
[ "Apache-2.0" ]
73
2017-06-30T08:58:19.000Z
2021-11-09T11:52:56.000Z
Frames.Data.pas
superlevin/ScannerMApp
bef8fe668ed26d449914653ce81bf3699a030e12
[ "Apache-2.0" ]
2
2017-07-25T15:27:06.000Z
2018-06-21T16:00:11.000Z
Frames.Data.pas
superlevin/ScannerMApp
bef8fe668ed26d449914653ce81bf3699a030e12
[ "Apache-2.0" ]
31
2017-06-30T09:57:22.000Z
2022-03-25T02:35:53.000Z
unit Frames.Data; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, Data.Main, FMX.ListView.Types, FMX.ListView.Appearances, FMX.ListView.Adapters.Base, FMX.ListView, System.Rtti, Syste...
23.123288
82
0.757109
854a6ec3c13d4f0fbf0ad8322805b05cc1074280
197
pas
Pascal
IsPar.pas
sourcecode-museum/D5.Funcoes
af5d6f8bfeb160cfaee3752fb2dd831368687959
[ "MIT" ]
1
2021-02-04T00:43:10.000Z
2021-02-04T00:43:10.000Z
IsPar.pas
ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques
af5d6f8bfeb160cfaee3752fb2dd831368687959
[ "MIT" ]
null
null
null
IsPar.pas
ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques
af5d6f8bfeb160cfaee3752fb2dd831368687959
[ "MIT" ]
1
2021-02-07T19:56:38.000Z
2021-02-07T19:56:38.000Z
function IsPar(TestaInteiro : Integer) : boolean; begin if (TestaInteiro div 2) = (TestaInteiro/2) then begin result := True; end else begin result := False; end; end;
16.416667
50
0.624365
6ae114f841a5ee411646e9f8e97232bfa562671c
2,445
pas
Pascal
SplitMonDataUnit.pas
mickyvac/fc-measure
0b6db36af01f25479a956138cfceddd02a88d14d
[ "MIT" ]
null
null
null
SplitMonDataUnit.pas
mickyvac/fc-measure
0b6db36af01f25479a956138cfceddd02a88d14d
[ "MIT" ]
null
null
null
SplitMonDataUnit.pas
mickyvac/fc-measure
0b6db36af01f25479a956138cfceddd02a88d14d
[ "MIT" ]
null
null
null
unit SplitMonDataUnit; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, myUtils, MyParseUtils; type TForm1 = class(TForm) OpenDialog1: TOpenDialog; SaveDialog1: TSaveDialog; Edit1: TEdit; Edit2: TEdit; Memo1: TMemo...
20.206612
77
0.6
832b92f27d773d3a2b5733d56e9fe571334a1039
1,865
pas
Pascal
src/caiyao/caiyao.pas
EULIR/OI-practicce-code
a7b982d279599d68a2ff51ebd50858f832314971
[ "Apache-2.0" ]
2
2019-03-16T15:27:31.000Z
2019-03-17T06:50:15.000Z
src/caiyao/caiyao.pas
EULIR/OI-practicce-code
a7b982d279599d68a2ff51ebd50858f832314971
[ "Apache-2.0" ]
null
null
null
src/caiyao/caiyao.pas
EULIR/OI-practicce-code
a7b982d279599d68a2ff51ebd50858f832314971
[ "Apache-2.0" ]
null
null
null
const xmax=10000; ymax=10000; type lei=array[0..xmax,0..ymax]of char; var a:lei; b:array[1..10000]of longint; dx:array[1..4]of longint=(-1,0,1,0); dy:array[1..4]of longint=(0,-1,0,1); i,j,c,n,m,x,y,x2,y2,t:longint; w:boolean; procedure quicksort(s,t:longint); var i,j,x,te:longint; begin i:...
23.607595
94
0.434316
6a414d7b416358ba75a98b463518f8a5b038c870
6,405
pas
Pascal
dependencies/Indy10/Protocols/IdFTPBaseFileSystem.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
dependencies/Indy10/Protocols/IdFTPBaseFileSystem.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
dependencies/Indy10/Protocols/IdFTPBaseFileSystem.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserv...
41.862745
181
0.643872
61a39fc4bb89b3be212f70c1ab453e69fcd5e510
22,780
dfm
Pascal
Forms/ImportExport.dfm
liborm85/qip-plugin-rss-news
ccf1cb4d9dd515f6daf7b83bc79f4de8d0659dd6
[ "MIT" ]
null
null
null
Forms/ImportExport.dfm
liborm85/qip-plugin-rss-news
ccf1cb4d9dd515f6daf7b83bc79f4de8d0659dd6
[ "MIT" ]
null
null
null
Forms/ImportExport.dfm
liborm85/qip-plugin-rss-news
ccf1cb4d9dd515f6daf7b83bc79f4de8d0659dd6
[ "MIT" ]
null
null
null
object frmImportExport: TfrmImportExport Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Import/Export' ClientHeight = 400 ClientWidth = 428 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahom...
50.176211
70
0.848376
85e2d856d9ebd3fe827d91db166c9260bae9792e
111,040
pas
Pascal
references/mORMot/SQLite3/mORMotSQLite3.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
2
2020-02-17T18:42:30.000Z
2020-11-14T04:57:48.000Z
references/mORMot/SQLite3/mORMotSQLite3.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
2
2019-06-23T00:02:43.000Z
2019-10-12T22:39:28.000Z
references/mORMot/SQLite3/mORMotSQLite3.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
null
null
null
/// SQLite3 embedded Database engine used as the mORMot SQL kernel // - this unit is a part of the freeware Synopse mORMot framework, // licensed under a MPL/GPL/LGPL tri-license; version 1.18 unit mORMotSQLite3; { This file is part of Synopse mORMot framework. Synopse mORMot framework. Copyright (C) ...
40.495988
120
0.69158
859e6123f028cbf99e8d39fcc181c41915e17d3b
12,015
dfm
Pascal
Example/UFrmExample.dfm
thachngopl/DzListHeader
5be7d7641bbab043df656752ef9f4221e0dc4fa5
[ "MIT" ]
1
2021-01-18T10:06:40.000Z
2021-01-18T10:06:40.000Z
Example/UFrmExample.dfm
thachngopl/DzListHeader
5be7d7641bbab043df656752ef9f4221e0dc4fa5
[ "MIT" ]
null
null
null
Example/UFrmExample.dfm
thachngopl/DzListHeader
5be7d7641bbab043df656752ef9f4221e0dc4fa5
[ "MIT" ]
1
2021-01-18T10:06:41.000Z
2021-01-18T10:06:41.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'ListHeader Example' ClientHeight = 265 ClientWidth = 505 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate ...
51.12766
71
0.823138
61bed3940176588b58add324b4a9d60d395acb14
59,501
pas
Pascal
Sources/Next Grid/NxColumnClasses.pas
KashaketCompany/soulengine
767d18b53fa882b1a9d797761e5165cfb58c47ad
[ "FTL" ]
6
2019-03-03T17:30:22.000Z
2019-07-18T11:56:57.000Z
Sources/Next Grid/NxColumnClasses.pas
gzwplato/soulengine
767d18b53fa882b1a9d797761e5165cfb58c47ad
[ "FTL" ]
16
2019-02-02T19:54:54.000Z
2019-02-28T05:22:36.000Z
Sources/Next Grid/NxColumnClasses.pas
suwermave/soulengine
767d18b53fa882b1a9d797761e5165cfb58c47ad
[ "FTL" ]
1
2021-09-11T05:41:08.000Z
2021-09-11T05:41:08.000Z
{ Next Grid Copyright (C) 1996-2002 by Berg All rights reserved. $id:ColumnClasses.pas 12/25/2002 7:10:16 bn } {$I '..\NxSuite.inc'} unit NxColumnClasses; interface uses Classes, Types, Windows, Graphics, Controls, SysUtils, StdCtrls, DateUtils, ImgList, NxColumns, NxClasses, NxEdit; const { Hyperli...
27.623491
135
0.769516
857cf9373adf5b7fe0b218449568deeca6e963f7
3,955
pas
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/Archive/JvButtonDrawGrid.pas
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/Archive/JvButtonDrawGrid.pas
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/Archive/JvButtonDrawGrid.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...
28.868613
92
0.693552
85d5efc2c8e50c7057aa04c14e3f4d7cebbd27a9
636
pas
Pascal
U_Credits.pas
Timothep/Zeldarena
f96d7ab494bc66d14226ea08bede0aeb197b7ccd
[ "MIT" ]
null
null
null
U_Credits.pas
Timothep/Zeldarena
f96d7ab494bc66d14226ea08bede0aeb197b7ccd
[ "MIT" ]
null
null
null
U_Credits.pas
Timothep/Zeldarena
f96d7ab494bc66d14226ea08bede0aeb197b7ccd
[ "MIT" ]
null
null
null
{JEU ZELDARENA - SAND JOACHIM BOUSSOUMAH GPBb TIMOTHEE BOURGUIGNON GPAa EPF2} unit U_Credits; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, jpeg, ExtCtrls; type TF_Credits = class(TForm) B_Ok: TButton; StaticText17: TStaticText; ...
15.512195
76
0.724843
6a951c5c46c45458da3ac5e96fec9e89fa68352f
484
dpr
Pascal
Capitulo4/Essentials.1/ConversorMoedaFMX.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
Capitulo4/Essentials.1/ConversorMoedaFMX.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
Capitulo4/Essentials.1/ConversorMoedaFMX.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
program ConversorMoedaFMX; uses System.StartUpCopy, FMX.Forms, Form.Principal in 'Form.Principal.pas' {frmPrincipal}, uConversorMoeda in 'uConversorMoeda.pas', ClientModuleUnit1 in 'ClientModuleUnit1.pas' {ClientModule1: TDataModule}; {$R *.res} begin Application.Initialize; Application.CreateForm(Tfrm...
25.473684
76
0.791322
83076bbc31231b61676bfc9c1648d7aaf5421f66
4,604
pas
Pascal
Source/Core/Amazon.Interfaces.pas
novuslogic/DelphiAWSSDK
ed24baf33081e049f46febad6ee253eb07dde9ff
[ "Apache-2.0" ]
59
2015-02-10T21:23:54.000Z
2021-08-20T22:00:11.000Z
Source/Core/Amazon.Interfaces.pas
LongDirtyAnimAlf/DelphiAWSSDK
dd74313aca037e63e1b21bd01a0febd462f3f6bc
[ "Apache-2.0" ]
4
2018-08-12T10:53:15.000Z
2021-04-23T03:07:41.000Z
Source/Core/Amazon.Interfaces.pas
LongDirtyAnimAlf/DelphiAWSSDK
dd74313aca037e63e1b21bd01a0febd462f3f6bc
[ "Apache-2.0" ]
15
2015-12-17T06:04:00.000Z
2022-01-18T17:17:01.000Z
unit Amazon.Interfaces; interface type IAmazonRESTClient = interface ['{E6CD9C73-6C92-4996-AEC3-3EC836629E6D}'] function GetAccept: string; procedure SetAccept(value: string); function GetAcceptCharset: string; procedure SetAcceptCharset(value: string); function GetUserAgent: string; pro...
36.539683
80
0.776281
85e0fb644b069205ad7d97e218c103612a8d107e
477,990
pas
Pascal
lexer_tests/pascalscripts/uPSCompiler.pas
FZU-CS/compiler
29b5fea7995b0f332ed39bc0553439349a2d9e49
[ "MIT" ]
2
2018-11-23T12:42:43.000Z
2020-05-26T13:14:16.000Z
lexer_tests/pascalscripts/uPSCompiler.pas
FZU-CS/compiler
29b5fea7995b0f332ed39bc0553439349a2d9e49
[ "MIT" ]
null
null
null
lexer_tests/pascalscripts/uPSCompiler.pas
FZU-CS/compiler
29b5fea7995b0f332ed39bc0553439349a2d9e49
[ "MIT" ]
null
null
null
unit uPSCompiler; {$I PascalScript.inc} interface uses {$IFNDEF DELPHI3UP}{$IFNDEF PS_NOINTERFACES}{$IFNDEF LINUX}Windows, Ole2,{$ENDIF} {$ENDIF}{$ENDIF}SysUtils, uPSUtils; type {$IFNDEF PS_NOINTERFACES} TPSInterface = class; {$ENDIF} TPSParameterMode = (pmIn, pmOut, pmInOut); TPSPascalCompil...
30.246789
212
0.588849
6add5762498ed2c882fbd1f11868d5f19f67e6ef
674
dpr
Pascal
contrib/mORMot/SQLite3/Samples/23 - JavaScript Tests/TestSynSM.dpr
Razor12911/bms2xtool
0493cf895a9dbbd9f2316a3256202bcc41d9079c
[ "MIT" ]
11
2022-01-17T22:05:37.000Z
2022-02-23T19:18:19.000Z
contrib/mORMot/SQLite3/Samples/23 - JavaScript Tests/TestSynSM.dpr
Razor12911/xtool
4797195ad310e8f6dc2eae8eb86fe14683f77cf0
[ "MIT" ]
1
2022-02-17T07:17:16.000Z
2022-02-17T07:17:16.000Z
contrib/mORMot/SQLite3/Samples/23 - JavaScript Tests/TestSynSM.dpr
Razor12911/bms2xtool
0493cf895a9dbbd9f2316a3256202bcc41d9079c
[ "MIT" ]
2
2020-08-18T09:42:33.000Z
2021-04-22T08:15:27.000Z
/// test JavaScript execution using the SpiderMonkey library program TestSynSM; { ------------------------------------------------------------------------- Download the SpiderMonkey library at https://synopse.info/files/synsm.7z and put mozjs-24.dll and libnspr4.dll files with your TestSynSM.exe ------------...
23.241379
75
0.569733
61213605dcfd3b3085109c9780651e2b43a17934
38,765
pas
Pascal
src/PasVulkan.Compression.Deflate.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
151
2016-03-03T22:20:58.000Z
2022-03-11T03:10:17.000Z
src/PasVulkan.Compression.Deflate.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
22
2016-09-30T15:59:08.000Z
2021-12-29T20:00:18.000Z
src/PasVulkan.Compression.Deflate.pas
ddem43/pasvulkan
739b004741da322559d310bd4478c36859b75891
[ "Zlib" ]
30
2016-04-16T01:12:37.000Z
2022-03-08T10:45:11.000Z
(****************************************************************************** * PasVulkan * ****************************************************************************** * Version see PasVulkan.Framework.pas ...
30.668513
251
0.607275
830cfe6c82cc6032f69f2b6c1018694ac0f3afd6
7,314
pas
Pascal
zint_render_canvas.pas
jonahzheng/Zint-Barcode-Generator-for-Delphi
2597216d2c2d25c405efebef9c1426ce71dcc555
[ "Apache-2.0" ]
68
2018-03-25T12:18:30.000Z
2022-03-27T16:08:22.000Z
zint_render_canvas.pas
jonahzheng/Zint-Barcode-Generator-for-Delphi
2597216d2c2d25c405efebef9c1426ce71dcc555
[ "Apache-2.0" ]
14
2018-04-12T21:46:44.000Z
2022-03-05T18:39:30.000Z
zint_render_canvas.pas
jonahzheng/Zint-Barcode-Generator-for-Delphi
2597216d2c2d25c405efebef9c1426ce71dcc555
[ "Apache-2.0" ]
24
2018-04-03T10:29:26.000Z
2022-02-27T11:33:57.000Z
unit zint_render_canvas; { Based on Zint (done by Robin Stuart and the Zint team) http://github.com/zint/zint Translation by TheUnknownOnes http://theunknownones.net License: Apache License 2.0 } {$IFDEF FPC} {$mode objfpc}{$H+} {$ENDIF} interface uses Classes, zint, Graphics; type { TZintRenderTa...
29.97541
128
0.720263
830e031ee8386dce8c769d8d2ff67fc53150089b
7,920
pas
Pascal
src/core/Crypto/UBigNum.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2019-02-05T18:33:02.000Z
2019-02-05T18:33:02.000Z
src/core/Crypto/UBigNum.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2018-07-20T21:18:54.000Z
2018-07-20T21:18:54.000Z
src/core/Crypto/UBigNum.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
null
null
null
unit UBigNum; interface uses UOpenSSLdef, URawBytes; type TBigNum = Class private FBN : PBIGNUM; procedure SetHexaValue(const Value: AnsiString); function GetHexaValue: AnsiString; procedure SetValue(const Value: Int64); function GetValue: Int64; function GetDecimalValue: AnsiString; ...
23.641791
165
0.698485
617f930acf7e136de1eb0456fde32597aeeefb26
823
pas
Pascal
Checkout/src/model/Dm.Model.pas
rosenaldo/Checkout_DelphiMySQL
a0b64e973dff71a0ba163951f8548756a6f8bd38
[ "MIT" ]
null
null
null
Checkout/src/model/Dm.Model.pas
rosenaldo/Checkout_DelphiMySQL
a0b64e973dff71a0ba163951f8548756a6f8bd38
[ "MIT" ]
null
null
null
Checkout/src/model/Dm.Model.pas
rosenaldo/Checkout_DelphiMySQL
a0b64e973dff71a0ba163951f8548756a6f8bd38
[ "MIT" ]
null
null
null
unit Dm.Model; interface uses System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys, FireDAC.Phys.MySQL, FireDAC.Phys.MySQLDef, FireDAC.VCLUI.Wait, Data.DB, FireDAC....
22.243243
75
0.73633
6a8db4ed095ed37e78bcff71c88bc64efad59bb8
1,058
pas
Pascal
pas2js/demo/rtl/demodombuttonevent.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
1
2019-04-03T09:53:40.000Z
2019-04-03T09:53:40.000Z
pas2js/demo/rtl/demodombuttonevent.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
null
null
null
pas2js/demo/rtl/demodombuttonevent.pas
cutec-chris/Pas2JS_Widget
f43f119498db2220492fde9fbdbc3666f4fc7cb5
[ "MIT" ]
6
2018-12-04T17:21:09.000Z
2022-03-24T17:16:13.000Z
program demodombuttonevent; uses web, classes, libjquery; Type TForm = Class function ButtonClick(Event: TJSMouseEvent): boolean; Constructor Create; end; function TForm.ButtonClick(Event: TJSMouseEvent): boolean; begin writeln('ButtonClick ',Event,' in ',className); window.alert('Hello ...
24.604651
59
0.694707
851471264a6d717743c20f49e45895811e62908d
10,215
pas
Pascal
common/nifti_types.pas
ghisvail/MRIcron
17994ad3d38c27644ece83b2fffa2537c0ac0ed4
[ "BSD-3-Clause" ]
44
2016-02-09T07:07:25.000Z
2021-10-31T18:49:32.000Z
common/nifti_types.pas
ghisvail/MRIcron
17994ad3d38c27644ece83b2fffa2537c0ac0ed4
[ "BSD-3-Clause" ]
18
2016-02-25T09:52:38.000Z
2022-02-17T01:45:35.000Z
common/nifti_types.pas
ghisvail/MRIcron
17994ad3d38c27644ece83b2fffa2537c0ac0ed4
[ "BSD-3-Clause" ]
19
2016-03-01T19:40:12.000Z
2021-11-03T12:52:46.000Z
unit nifti_types; {$IFDEF FPC} {$mode objfpc}{$ENDIF}{$H+} interface uses Classes, SysUtils, define_types; type TVec3i = packed record case integer of 0: (v: array[0..2] of int32); 1: (x, y, z: int32); end; TNIFTIhdr = packed record //Next: analyze Format Header structure HdrSz : ...
32.428571
117
0.652863
8348393b05dc40af560f1d04f2a68c28df416434
222
dpr
Pascal
Src/Graphics32/Examples/Drawing/AntiAliasing/AntiAliasing.dpr
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
12
2019-11-09T11:44:47.000Z
2022-03-01T23:38:30.000Z
Src/Graphics32/Examples/Drawing/AntiAliasing/AntiAliasing.dpr
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Src/Graphics32/Examples/Drawing/AntiAliasing/AntiAliasing.dpr
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
15
2019-10-15T12:34:29.000Z
2021-02-23T08:25:48.000Z
program AntiAliasing; {$R 'Media.res' 'Media.rc'} uses Forms, MainUnit in 'MainUnit.pas'; begin Application.Initialize; Application.CreateForm(TFrmAntiAliasingTest, FrmAntiAliasingTest); Application.Run; end.
15.857143
68
0.756757
857ddc92689594741461b1431132261fec1437b5
10,255
pas
Pascal
DemosWithoutInstall/AsyncSource with Filestreams/RingbufferStream.pas
magnussandberg/The-Drag-and-Drop-Component-Suite-for-Delphi
31ce9e0b89a093b140f64ded119b8ea75b9f5eed
[ "MIT" ]
98
2015-08-24T13:11:14.000Z
2020-08-19T14:25:40.000Z
DemosWithoutInstall/AsyncSource with Filestreams/RingbufferStream.pas
magnussandberg/The-Drag-and-Drop-Component-Suite-for-Delphi
31ce9e0b89a093b140f64ded119b8ea75b9f5eed
[ "MIT" ]
40
2015-11-26T22:14:18.000Z
2020-03-30T12:11:07.000Z
DemosWithoutInstall/AsyncSource with Filestreams/RingbufferStream.pas
magnussandberg/The-Drag-and-Drop-Component-Suite-for-Delphi
31ce9e0b89a093b140f64ded119b8ea75b9f5eed
[ "MIT" ]
34
2015-12-14T12:39:45.000Z
2020-08-10T21:12:05.000Z
unit RingbufferStream; interface uses SyncObjs, Windows, Classes; type TStreamProgressEvent = procedure(Sender: TObject; Count, MaxCount: integer) of object; TBucket = record Size: integer; InUse: boolean; Data: byte; end; PBucket = ^TBucket; TRingBuffer = class private FBucketCo...
23.683603
110
0.704632
61a936c85836929a138fdec2a7c5c059ea8da0cd
809
pas
Pascal
samples/authenticationauthorization/vclclient/MainClientFormU.pas
compubinkie/delphimvcframework
a4381ec71984f941d44210d615df821c062a736f
[ "Apache-2.0" ]
3
2020-04-23T04:15:18.000Z
2021-11-16T11:24:54.000Z
samples/authenticationauthorization/vclclient/MainClientFormU.pas
darckbleu/danieleteti-delphimvcframework
674c9feac96a777cfeca0ed34bdb364bcbb4bade
[ "Apache-2.0" ]
null
null
null
samples/authenticationauthorization/vclclient/MainClientFormU.pas
darckbleu/danieleteti-delphimvcframework
674c9feac96a777cfeca0ed34bdb364bcbb4bade
[ "Apache-2.0" ]
1
2020-03-22T15:06:54.000Z
2020-03-22T15:06:54.000Z
unit MainClientFormU; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm5 = class(TForm) btnGet: TButton; procedure btnGetClick(Sender: TObject); private { Private declara...
17.586957
68
0.710754
61195863efe7022dcf9620785ae306c85d4ba85c
500
pas
Pascal
Array/MaskUnit.pas
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
Array/MaskUnit.pas
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
Array/MaskUnit.pas
rustkas/dephi_do
96025a01d5cb49136472b7e6bb5f037b27145fba
[ "MIT" ]
null
null
null
unit MaskUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Mask; type TMaskStringInputForm = class(TForm) MaskEdit1: TMaskEdit; Label1: TLabel; MaskEdit2: TMaskEdit; Lab...
16.666667
68
0.722
6a04b46ca9d27e63ead07ab8d3647b8b910945ec
2,713
pas
Pascal
Model/Model.Interfaces.pas
davisouzatb/SimpleORMrClassGenerator
50cc08a29a7c1732116a6412fb754057f9e37f53
[ "MIT" ]
3
2021-05-17T10:38:55.000Z
2021-06-23T21:58:35.000Z
Model/Model.Interfaces.pas
davisouzatb/SimpleORMrClassGenerator
50cc08a29a7c1732116a6412fb754057f9e37f53
[ "MIT" ]
1
2021-05-18T15:14:50.000Z
2021-05-18T15:14:50.000Z
Model/Model.Interfaces.pas
davisouzatb/SimpleORMrClassGenerator
50cc08a29a7c1732116a6412fb754057f9e37f53
[ "MIT" ]
5
2021-05-17T11:23:29.000Z
2021-10-03T14:36:46.000Z
unit Model.Interfaces; interface uses System.SysUtils, System.Classes, Model.DAO.Interfaces; type iModelEntityGenerate = interface; iModelGeneratorParams = interface; iModelModelGenerate = interface; iModelRoutersGenerate = interface; iModelGenerator = interface ['{D94A9F44-0E64-411A-940B-E1...
35.233766
84
0.754884
83497a3a936e5bb617f0f976b339ea0284bbdb53
136,522
pas
Pascal
comps/GR32/GR32_ColorGradients.pas
cmacro/mgui
598e9613220e9af4f4ceba26caaab7523ec7b6fd
[ "MIT" ]
12
2019-11-09T11:44:47.000Z
2022-03-01T23:38:30.000Z
comps/GR32/GR32_ColorGradients.pas
cmacro/mgui
598e9613220e9af4f4ceba26caaab7523ec7b6fd
[ "MIT" ]
1
2019-11-08T08:27:34.000Z
2019-11-08T08:43:51.000Z
Src/Graphics32/Source/GR32_ColorGradients.pas
ryujt/ryulib-delphi
a59d308d6535de6a2fdb1ac49ded981849031c60
[ "MIT" ]
15
2019-10-15T12:34:29.000Z
2021-02-23T08:25:48.000Z
unit GR32_ColorGradients; (* ***** BEGIN LICENSE BLOCK *************************************************** * Version: MPL 1.1 or LGPL 2.1 with linking exception * * * * The contents of this file are subject to the Moz...
29.121587
134
0.700539
85b83836601857e276f41ba46f28417ad3d9cfff
5,265
pas
Pascal
src/thrid/Boss.Ide.CnCommon.lite.pas
viniciusfbb/boss-ide
5b528f550df821f31d5d5f2dc0767e7baea9034b
[ "MIT" ]
34
2019-03-20T22:30:32.000Z
2022-03-31T21:44:00.000Z
src/thrid/Boss.Ide.CnCommon.lite.pas
gaitolini/boss-ide
5b528f550df821f31d5d5f2dc0767e7baea9034b
[ "MIT" ]
5
2019-06-13T13:16:12.000Z
2021-04-10T12:20:52.000Z
src/thrid/Boss.Ide.CnCommon.lite.pas
gaitolini/boss-ide
5b528f550df821f31d5d5f2dc0767e7baea9034b
[ "MIT" ]
18
2019-06-13T12:49:22.000Z
2021-10-02T21:22:03.000Z
unit Boss.Ide.CnCommon.lite; interface uses System.Classes; function _CnExtractFileDir(const FileName: string): string; function _CnExtractFilePath(const FileName: string): string; function _CnExtractFileExt(const FileName: string): string; function GetEnvironmentVars(const Vars: TStrings; Expand: Boolean): Boolean...
21.756198
110
0.631149
85193d1c776c0a43f1e18e8f5fa0d91c460b48ee
19,391
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/archive/JvRegAutoEditorForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/archive/JvRegAutoEditorForm.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/archive/JvRegAutoEditorForm.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.272855
130
0.644938
cd675a3d2a516cae91e6709253bf87824b13ea30
2,846
pas
Pascal
Source/dlgRemoteFile.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
769
2015-08-26T03:24:37.000Z
2022-03-31T15:58:00.000Z
Source/dlgRemoteFile.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
392
2015-08-31T05:36:28.000Z
2022-03-24T10:05:21.000Z
Source/dlgRemoteFile.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
311
2015-08-26T17:42:06.000Z
2022-03-22T16:32:17.000Z
unit dlgRemoteFile; interface uses Winapi.Windows, Winapi.Messages, System.UITypes, System.SysUtils, System.Variants, System.Classes, System.ImageList, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.ImgList, Vcl.VirtualImageList, ...
24.964912
75
0.700281
85cac140ff226a70e95e9405cd09c94a905fac04
6,219
pas
Pascal
theme/ASkinDemo/UnitFrameListView.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
theme/ASkinDemo/UnitFrameListView.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
theme/ASkinDemo/UnitFrameListView.pas
AbdelliNasredine/gestion_budjet
ada33c945092d0036ef75a13f34b15cb2ad367e4
[ "MIT" ]
null
null
null
unit UnitFrameListView; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, ComCtrls, StdCtrls, Buttons, sRadioButton, sPanel, sGroupBox, sListView, sFrameAdapter, sComboBox, sButton, sSpeedButton, sCheckBox, UnitFrameCustom; type TFrame_ListView = class(TCus...
27.396476
144
0.745779