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
fc3ea1d013fd077883028afa5d159e742d86397d
1,325
pas
Pascal
Pascal/RomanToArabic.pas
Feofilakt/RomanNumerals
34fe4ece63c240cf5ee9e510abe42385f57ae104
[ "MIT" ]
null
null
null
Pascal/RomanToArabic.pas
Feofilakt/RomanNumerals
34fe4ece63c240cf5ee9e510abe42385f57ae104
[ "MIT" ]
null
null
null
Pascal/RomanToArabic.pas
Feofilakt/RomanNumerals
34fe4ece63c240cf5ee9e510abe42385f57ae104
[ "MIT" ]
null
null
null
program RomanToArabic; var romanNumber: string; index: integer; digitsType1: array[0..3] of char = ('I', 'X', 'C', 'M'); digitsType2: array[0..2] of char = ('V', 'L', 'D'); function getSequenceBasis(rank: integer): integer; begin result:=0; for index:=index to index+3 do begin if ((in...
25.480769
84
0.640755
477184999e62082a7a69fddd3ff995231536c639
201
dpr
Pascal
DelphiArea/Demo/Viewer/Viewer.dpr
landrix/TPrintPreview-for-Delphi
144f810657bdf7a51195184849a27c17ec48f94c
[ "Zlib", "FSFAP" ]
14
2017-07-17T18:18:31.000Z
2021-10-02T19:15:13.000Z
DelphiArea/Demo/Viewer/Viewer.dpr
ProHolz/TPrintPreview-for-Delphi
144f810657bdf7a51195184849a27c17ec48f94c
[ "Zlib", "FSFAP" ]
6
2016-07-28T14:13:36.000Z
2021-07-30T12:28:06.000Z
DelphiArea/Demo/Viewer/Viewer.dpr
ProHolz/TPrintPreview-for-Delphi
144f810657bdf7a51195184849a27c17ec48f94c
[ "Zlib", "FSFAP" ]
11
2018-05-23T06:20:40.000Z
2021-12-10T01:45:38.000Z
program Viewer; uses Forms, Main in 'Main.pas' {MainForm}; {$R *.RES} begin Application.Title := 'Print Preview Viewer'; Application.CreateForm(TMainForm, MainForm); Application.Run; end.
14.357143
46
0.701493
47168d13caba8babbea9c9cc40a65ab7f0dfa653
949
dpr
Pascal
lab-src/Lab01-Projects list view/FieldLogger01.dpr
atkins126/FieldLogger-FMXTraining
7cd5348444b06c94492bbd78d8ba50c61087083b
[ "Apache-2.0" ]
21
2019-02-14T13:22:54.000Z
2022-03-08T20:55:53.000Z
lab-src/Lab01-Projects list view/FieldLogger01.dpr
atkins126/FieldLogger-FMXTraining
7cd5348444b06c94492bbd78d8ba50c61087083b
[ "Apache-2.0" ]
null
null
null
lab-src/Lab01-Projects list view/FieldLogger01.dpr
atkins126/FieldLogger-FMXTraining
7cd5348444b06c94492bbd78d8ba50c61087083b
[ "Apache-2.0" ]
11
2019-05-30T13:09:32.000Z
2022-01-13T01:44:35.000Z
program FieldLogger01; uses System.StartUpCopy, FMX.Forms, formMain in 'forms\formMain.pas' {frmMain}, uSigninFrame in 'frames\uSigninFrame.pas' {SigninFrame: TFrame}, uProjectsFrame in 'frames\uProjectsFrame.pas' {ProjectsFrame: TFrame}, uProjectDetailsFrame in 'frames\uProjectDetailsFrame.pas' {ProjectDe...
36.5
90
0.785037
f194dcf71baee5d7ae71d8d7a9c5d8c1e756caa8
11,159
pas
Pascal
SoundDevice_PortAudio.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
null
null
null
SoundDevice_PortAudio.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
null
null
null
SoundDevice_PortAudio.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
1
2020-02-13T02:33:54.000Z
2020-02-13T02:33:54.000Z
unit SoundDevice_PortAudio; interface uses debug, tickcount, soundtools, typex, soundinterfaces, sysutils, classes, signals, ringbuffer, systemx, windows, orderlyinit, portaudio, synth_functions, soundsample, stringx; type TSoundDevice_PortAudio = class(TAbstractSoundDevice, ISoundOscillatorRenderer) priva...
26.443128
210
0.67282
471ddec8819ba1497ab8f8cd265832ba4601c970
354
pas
Pascal
delphi-projects/Db convertoor folder/DB convertoor3/ShowNTF.pas
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
3
2017-09-18T15:20:15.000Z
2020-02-11T17:40:41.000Z
delphi-projects/Db convertoor folder/DB convertoor3/ShowNTF.pas
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
null
null
null
delphi-projects/Db convertoor folder/DB convertoor3/ShowNTF.pas
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
null
null
null
unit ShowNTF; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Grids, DBGrids; type TShowNTForm = class(TForm) DBGrid1: TDBGrid; private { Private declarations } public { Public declarations } end; var ShowNTForm: TShowNTForm; implementati...
12.642857
76
0.700565
fc96cc125952d2f5a6dcd251294266ba86e13345
46,445
pas
Pascal
Source/CV_MediaPlayer.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
1
2021-09-23T17:32:49.000Z
2021-09-23T17:32:49.000Z
Source/CV_MediaPlayer.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
Source/CV_MediaPlayer.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
//****************************************************************************** // CubicExplorer // Version: 0.90 // // The contents of this fi...
34.352811
106
0.494477
fc142abab99cb56944d40f43d136f89e92ff4e69
7,216
pas
Pascal
src/Security/Validation/ValidationImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
src/Security/Validation/ValidationImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
src/Security/Validation/ValidationImpl.pas
atkins126/fano
472679437cb42637b0527dda8255ec52a3e1e953
[ "MIT" ]
null
null
null
{*! * Fano Web Framework (https://fanoframework.github.io) * * @link https://github.com/fanoframework/fano * @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara * @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT) *} unit ValidationImpl; interface {$MODE OBJFPC} {$H+} uses ...
33.407407
113
0.515382
fc7485263a3ed606df7251cec4edc76e23979330
17,558
pas
Pascal
Development/DOCs/TfrxPictureView.pas
kroiksm/ChromiumPDFRenderForDelphi
3312789b7417d54cd22c9bd99bec661ac1e8c9ac
[ "Apache-2.0" ]
22
2018-03-23T10:56:41.000Z
2021-11-09T11:45:04.000Z
Development/DOCs/TfrxPictureView.pas
thachngopl/ChromePDFRendererForDelphi
3312789b7417d54cd22c9bd99bec661ac1e8c9ac
[ "Apache-2.0" ]
1
2018-03-22T15:01:43.000Z
2018-03-22T15:01:43.000Z
Development/DOCs/TfrxPictureView.pas
thachngopl/ChromePDFRendererForDelphi
3312789b7417d54cd22c9bd99bec661ac1e8c9ac
[ "Apache-2.0" ]
4
2018-03-26T07:03:54.000Z
2020-01-03T14:17:19.000Z
//############################################################################## { TfrxPictureView } //############################################################################## type {$IFDEF FR_COM} TfrxPictureView = class(TfrxView, IfrxPictureView) {$ELSE} TfrxPictureView = class(TfrxView) {$ENDIF} private...
29.117745
96
0.570224
f18ea44d7914be99e9c2e0f5f9c2a6a8f30f5ac2
11,745
pas
Pascal
mouse/0031.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
mouse/0031.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
mouse/0031.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
(* Mouse Functions ─────────────── I am relesing this source into the Public Domain. You are free to use and/or modify this code as you wish. This code is being released as-is, and should be at your own risk....
27.124711
81
0.56705
47c9bc97992001aa98516199a15ca186b0c623b4
27,087
dfm
Pascal
Client/fCapacityTable.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fCapacityTable.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fCapacityTable.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
inherited fmCapacityTable: TfmCapacityTable Left = 280 Top = 194 Caption = #1042#1048#1052' - '#1058#1072#1073#1083#1080#1095#1077#1085' '#1085#1072' %Capacity% '#1085#1072' '#1058#1055 ClientHeight = 607 ClientWidth = 1017 PixelsPerInch = 96 TextHeight = 13 inherited pnlBottomButtons: TPanel ...
33.85875
186
0.651456
fc91efe5c72f79f5b9984c78e4764331b137d453
3,397
pas
Pascal
superproject/begin.pas
vitaly2004/pascal
b52b08754eb1956204c47f930f0591b8b0e97afc
[ "Apache-2.0" ]
null
null
null
superproject/begin.pas
vitaly2004/pascal
b52b08754eb1956204c47f930f0591b8b0e97afc
[ "Apache-2.0" ]
null
null
null
superproject/begin.pas
vitaly2004/pascal
b52b08754eb1956204c47f930f0591b8b0e97afc
[ "Apache-2.0" ]
null
null
null
uses matrices; type row = record data: array of real; length: integer; constructor(n: integer); begin data := new real[n]; length := n; end; function ToString(): string; override; begin result := '(' + data[0]; for var i := 1 to length - 1 do result += '; ' + data[i].ToString();...
20.969136
67
0.534295
fc27b4cd265d53bacdf64e7a7f36708f4b4d381d
3,438
pas
Pascal
RCNB.pas
ExerciseBook/QQRobot_RCNB.cpk
0bb7dc99e99ede5020e1ffbba8e5ce4c552ce092
[ "MIT" ]
4
2019-10-08T08:08:10.000Z
2020-11-02T14:39:33.000Z
RCNB.pas
ExerciseBook/RCNB.pas
35509591f76ce2acf839e06c8e90a08ed8f54ba1
[ "MIT" ]
null
null
null
RCNB.pas
ExerciseBook/RCNB.pas
35509591f76ce2acf839e06c8e90a08ed8f54ba1
[ "MIT" ]
1
2019-10-08T11:13:37.000Z
2019-10-08T11:13:37.000Z
unit RCNB; {$MODE DELPHI} {$CODEPAGE UTF-8} interface uses sysutils,classes,math; Type LengthNotNBException = Class(Exception); NotEnoughNBException = Class(Exception); RCNBOverflowException = Class(Exception); function RCNB_Encode(s:TBytes):widestring; function RCNB_Decode(s:widestring):TBytes; implementation ...
22.470588
101
0.633508
f1cada1fb1486321aa774706b777a89037353b2d
1,861
pas
Pascal
SentryExceptionHandler.pas
Zawuza/sentry-demo
e22c21d17715d44f5b8059d46da60d4c5f8a7d4a
[ "Apache-2.0" ]
7
2018-11-16T13:22:00.000Z
2022-03-21T02:54:30.000Z
SentryExceptionHandler.pas
Zawuza/sentry-demo
e22c21d17715d44f5b8059d46da60d4c5f8a7d4a
[ "Apache-2.0" ]
null
null
null
SentryExceptionHandler.pas
Zawuza/sentry-demo
e22c21d17715d44f5b8059d46da60d4c5f8a7d4a
[ "Apache-2.0" ]
1
2020-04-12T11:17:30.000Z
2020-04-12T11:17:30.000Z
unit SentryExceptionHandler; interface uses System.SysUtils, System.Classes, System.RegularExpressions, System.Net.HTTPClient, System.JSON, FMX.Dialogs; type TSentryExceptionHandler = class private FProtocol: string; FPublicKey: string; FHost: string; FProjId: string; public co...
22.695122
79
0.703385
47a030f655160d15990c44f25bf9c745e2219c32
2,108
pas
Pascal
delphiAESDemo/source/AESDemo1.pas
halilhanbadem/AES-256-CBCEncryptionDelphi_PHP
226504dc3614b2e295172e0f9dbd13ae211556c3
[ "Apache-2.0" ]
11
2019-07-24T18:47:18.000Z
2022-01-12T02:57:53.000Z
delphiAESDemo/source/AESDemo1.pas
halilhanbadem/AES-256-CBCEncryptionDelphi_PHP
226504dc3614b2e295172e0f9dbd13ae211556c3
[ "Apache-2.0" ]
2
2019-11-29T22:12:12.000Z
2020-11-06T11:04:44.000Z
delphiAESDemo/source/AESDemo1.pas
halilhanbadem/AES-256-CBCEncryptionDelphi_PHP
226504dc3614b2e295172e0f9dbd13ae211556c3
[ "Apache-2.0" ]
8
2019-08-08T14:07:41.000Z
2021-10-30T07:36:43.000Z
{ *********************************************************************************************************************** * Dev.Halil Han Badem * * 24/07/2019 ...
35.728814
242
0.426471
fc3de61ff9afe3330500ae9b17ffa722097d3491
3,035
dfm
Pascal
windows/src/support/charident/UfrmRenderingTestCases.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/support/charident/UfrmRenderingTestCases.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/support/charident/UfrmRenderingTestCases.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object frmRenderingTestCases: TfrmRenderingTestCases Left = 0 Top = 0 Caption = 'Rendering Test Cases' ClientHeight = 613 ClientWidth = 573 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False O...
20.646259
78
0.610873
fc1e6f69aa25873b3c992e33858d956cee9e8a54
11,070
dfm
Pascal
SubOperacion/IngresoDinero/Form/IngresoDineroF.dfm
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
SubOperacion/IngresoDinero/Form/IngresoDineroF.dfm
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
SubOperacion/IngresoDinero/Form/IngresoDineroF.dfm
Civeloo/GeN-XE7
638b59def20424955972a568817d012df4cf2cde
[ "Apache-2.0" ]
null
null
null
object IngresoDineroForm: TIngresoDineroForm Left = 394 Top = 228 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] Caption = 'Modificar Caja' ClientHeight = 466 ClientWidth = 575 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'M...
21.83432
62
0.550407
47aa64ae9542407af6cc5b1efcc0869b05c9c32f
18,697
pas
Pascal
VBScript_RegExp_55_TLB.pas
stijnsanders/tx
c08bc4f4876b02bb87c31c4603fdf6b57edce015
[ "MIT" ]
8
2016-11-13T06:40:40.000Z
2022-03-07T14:10:19.000Z
VBScript_RegExp_55_TLB.pas
stijnsanders/tx
c08bc4f4876b02bb87c31c4603fdf6b57edce015
[ "MIT" ]
1
2015-06-25T06:26:12.000Z
2015-06-26T12:40:17.000Z
VBScript_RegExp_55_TLB.pas
stijnsanders/tx
c08bc4f4876b02bb87c31c4603fdf6b57edce015
[ "MIT" ]
3
2015-09-11T00:57:25.000Z
2019-11-20T02:25:59.000Z
unit VBScript_RegExp_55_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated fro...
47.095718
112
0.587634
471ecc43c740f15319cee048c426649062f33863
2,245
pas
Pascal
module/figure/set_figure_l.pas
Htocki/Tetris
fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8
[ "MIT" ]
null
null
null
module/figure/set_figure_l.pas
Htocki/Tetris
fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8
[ "MIT" ]
null
null
null
module/figure/set_figure_l.pas
Htocki/Tetris
fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8
[ "MIT" ]
null
null
null
{ set_figure_l.pas } function SetFigureLRight(var tmp: TMatrix; origin: TOrigin): boolean; var is_free: boolean; begin is_free := (tmp[origin.x, origin.y + 1] = 0) and (tmp[origin.x, origin.y + 2] = 0) and (tmp[origin.x + 1, origin.y + 1] = 0) and (tmp[origin.x + 2, origin.y + 1] = 0); if...
28.782051
69
0.567038
bc42da3fd2279660481ea798804da1fbe5b9c6cc
619
pas
Pascal
src/Tests/test19.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
1
2020-03-29T13:59:38.000Z
2020-03-29T13:59:38.000Z
src/Tests/test19.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
null
null
null
src/Tests/test19.pas
Coopercjc/Haskell-Pascal-Interpreter
1bf51617d79832e70938d4b8c7810a3fea609b0a
[ "MIT" ]
null
null
null
program mytest; VAR c, j : real = 13; r : real = 6; q : real = 2; k, l : boolean = true; start : real = 19; function forr(num1, num2: real; condit: boolean): real; VAR result : real; BEGIN if (condit) then for x := 0 to 8 do BEGIN if (x >5) then ...
16.289474
55
0.465267
47a937c252187ca69adaad93ac634c9b99cd15ad
5,267
pas
Pascal
drives/0103.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
drives/0103.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
drives/0103.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ ################################################################### Extends the Windows function GetDriveType() and provides the same function for Dos... This code by: K Campbell CompuServe [100064,1751] Some sections hacked out of code by: Dr. Peter Below CIS [100113.1101] & Extended Ge...
27.575916
78
0.585722
836848c2b7ba9fb0585b409a085a461209a72152
8,033
pas
Pascal
plugins/newarc.ex/Modules/d5d/Source/zlib/contrib/pascal/zlibpas.pas
HamRusTal/FarManager
2ab3cc0a01f59258f743be0bca70f171817715da
[ "BSD-3-Clause" ]
1,968
2018-12-30T21:14:22.000Z
2022-03-31T23:48:16.000Z
plugins/newarc.ex/Modules/d5d/Source/zlib/contrib/pascal/zlibpas.pas
HamRusTal/FarManager
2ab3cc0a01f59258f743be0bca70f171817715da
[ "BSD-3-Clause" ]
305
2017-11-01T18:58:50.000Z
2022-03-22T11:07:23.000Z
plugins/newarc.ex/Modules/d5d/Source/zlib/contrib/pascal/zlibpas.pas
HamRusTal/FarManager
2ab3cc0a01f59258f743be0bca70f171817715da
[ "BSD-3-Clause" ]
254
2019-01-02T19:05:52.000Z
2022-03-30T06:32:28.000Z
(* zlibpas -- Pascal interface to the zlib data compression library * * Copyright (C) 2003 Cosmin Truta. * Derived from original sources by Bob Dellaca. * For conditions of distribution and use, see copyright notice in readme.txt *) unit zlibpas; interface const ZLIB_VERSION = '1.2.3'; type alloc_func = fu...
33.894515
79
0.685921
fc4e0cfc981c06b913eaf185b067f44f6d2e4022
3,897
pas
Pascal
Source/Services/SimpleEmailV2/Base/Transform/AWS.SESv2.Transform.ListConfigurationSetsResponseUnmarshaller.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.ListConfigurationSetsResponseUnmarshaller.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.ListConfigurationSetsResponseUnmarshaller.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.ListConfigurationSetsResponseUnmarshaller; interface uses AWS.SESv2.Model.ListConfigurationSetsResponse, AWS.Transform.ResponseUnmarshaller, AWS.Runtime.Model, AWS.Transform.JsonUnmarshallerContext, AWS.Transform.SimpleTypeUnmarshaller, AWS.Runtime.Exceptions, System.SysUt...
36.083333
183
0.794714
47dc82ac29ba3f33164aaee83e22c5a66c647b91
99
pas
Pascal
tests/test6.pas
RaulSeganfreddo/simplePascalParser
02f15d753780bb0efdc4f7a12a32fa46af839ccb
[ "MIT" ]
null
null
null
tests/test6.pas
RaulSeganfreddo/simplePascalParser
02f15d753780bb0efdc4f7a12a32fa46af839ccb
[ "MIT" ]
null
null
null
tests/test6.pas
RaulSeganfreddo/simplePascalParser
02f15d753780bb0efdc4f7a12a32fa46af839ccb
[ "MIT" ]
null
null
null
program test; var x: integer; x: integer; begin if (x + y) then writeln(y); write(x); end.
11
15
0.606061
4754ee8e9e74a560c9b9c36b22d71d6fce842392
482
dpr
Pascal
Examples/Indy10 Ping Client/DelphiVault.Examples.Indy10.PingClient.dpr
yonojoy/delphi-vault
46b41a1cf1c7020457c53fa0fcddba4267d3deea
[ "MIT" ]
null
null
null
Examples/Indy10 Ping Client/DelphiVault.Examples.Indy10.PingClient.dpr
yonojoy/delphi-vault
46b41a1cf1c7020457c53fa0fcddba4267d3deea
[ "MIT" ]
null
null
null
Examples/Indy10 Ping Client/DelphiVault.Examples.Indy10.PingClient.dpr
yonojoy/delphi-vault
46b41a1cf1c7020457c53fa0fcddba4267d3deea
[ "MIT" ]
null
null
null
program DelphiVault.Examples.Indy10.PingClient; uses Vcl.Forms, DelphiVault.Examples.Indy10.PingClient.MainForm in 'DelphiVault.Examples.Indy10.PingClient.MainForm.pas' {frmThreadedPingSample}, DelphiVault.Indy10.PingClient in '..\..\Source\DelphiVault.Indy10.PingClient.pas'; {$R *.res} begin Appli...
30.125
132
0.775934
fc2bf6a3af271cbd6a986105aa3992d544407f90
111,510
dfm
Pascal
Czech-SMS-Sender/main.dfm
Vacko/Czech-SMS-Sender
a638fb01b0ca21a7d885b19e3950759ce178a77b
[ "MIT" ]
null
null
null
Czech-SMS-Sender/main.dfm
Vacko/Czech-SMS-Sender
a638fb01b0ca21a7d885b19e3950759ce178a77b
[ "MIT" ]
null
null
null
Czech-SMS-Sender/main.dfm
Vacko/Czech-SMS-Sender
a638fb01b0ca21a7d885b19e3950759ce178a77b
[ "MIT" ]
null
null
null
object Form5: TForm5 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Form5' ClientHeight = 478 ClientWidth = 960 Color = clWindow Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Sylfaen' Font.Style = [fsBold] OldCreateOrder = False OnCreate =...
58.382199
72
0.853529
fc84dcd2c45601895f4cdfcbe6e2e5f448dd18f7
12,072
dfm
Pascal
Sources/LLObjectEditor.dfm
combit/DelphiDataProviders
1287c0d1415a404daf91023b5dd700d9003647fa
[ "MIT" ]
11
2017-12-11T10:35:12.000Z
2022-02-09T01:08:13.000Z
Sources/LLObjectEditor.dfm
combit/DelphiDataProviders
1287c0d1415a404daf91023b5dd700d9003647fa
[ "MIT" ]
4
2020-04-22T07:34:12.000Z
2021-01-13T10:24:30.000Z
Sources/LLObjectEditor.dfm
combit/DelphiDataProviders
1287c0d1415a404daf91023b5dd700d9003647fa
[ "MIT" ]
6
2019-05-02T07:41:29.000Z
2021-11-15T10:18:24.000Z
object DetailSourcesEditor: TDetailSourcesEditor Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'DetailSources bearbeiten' ClientHeight = 411 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] O...
49.884298
70
0.849983
85d24027ab51568fff72dd1e9568b2380ebec66d
2,075
pas
Pascal
src/Dispatcher/Factories/SimpleDispatcherFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
78
2019-01-31T13:40:48.000Z
2022-03-22T17:26:54.000Z
src/Dispatcher/Factories/SimpleDispatcherFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
src/Dispatcher/Factories/SimpleDispatcherFactoryImpl.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 SimpleDispatcherFactoryImpl; interface {$MODE OBJFPC} us...
26.948052
98
0.652048
f121b352c1330e865222bbf158d4d98a3e65ea7f
7,225
pas
Pascal
sources/MVCFramework.Logger.pas
compubinkie/delphimvcframework
a4381ec71984f941d44210d615df821c062a736f
[ "Apache-2.0" ]
3
2020-04-23T04:15:18.000Z
2021-11-16T11:24:54.000Z
sources/MVCFramework.Logger.pas
darckbleu/danieleteti-delphimvcframework
674c9feac96a777cfeca0ed34bdb364bcbb4bade
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.Logger.pas
darckbleu/danieleteti-delphimvcframework
674c9feac96a777cfeca0ed34bdb364bcbb4bade
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** // // Delphi MVC Framework // // Copyright (c) 2010-2018 Daniele Teti and the DMVCFramework Team // // https://github.com/danieleteti/delphimvcframework // // **************************************************************************...
26.465201
127
0.66436
f171e68b3ed2332c9bb58aa8d6f7e564ed76672a
16,437
pas
Pascal
src/fScanRecursive.pas
tonywoode/quickPlay
dcff08d7732ac220a2ad8be6854a1261eed3f580
[ "BSD-3-Clause" ]
9
2016-10-17T13:43:37.000Z
2021-07-03T06:59:26.000Z
src/fScanRecursive.pas
tonywoode/quickPlay
dcff08d7732ac220a2ad8be6854a1261eed3f580
[ "BSD-3-Clause" ]
null
null
null
src/fScanRecursive.pas
tonywoode/quickPlay
dcff08d7732ac220a2ad8be6854a1261eed3f580
[ "BSD-3-Clause" ]
1
2017-06-26T19:53:27.000Z
2017-06-26T19:53:27.000Z
unit fScanRecursive; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, VirtualTrees, StdCtrls, Contnrs, JvBaseDlg, JvBrowseFolder, ComCtrls, Dialogs, JvComponent, Mask, JvExMask, JvToolEdit, fJWinFontForm; type TQPScanDir = class private FName, FPath, FEmulator : ...
30.608939
117
0.621646
47bae86b02479a0e586491094bc0b0f476778f1f
4,254
dfm
Pascal
Unit1_ayy.dfm
knowmaker/Impulse
d294936579c077837a8ba0a84f05d0c42c5f9892
[ "MIT" ]
null
null
null
Unit1_ayy.dfm
knowmaker/Impulse
d294936579c077837a8ba0a84f05d0c42c5f9892
[ "MIT" ]
null
null
null
Unit1_ayy.dfm
knowmaker/Impulse
d294936579c077837a8ba0a84f05d0c42c5f9892
[ "MIT" ]
null
null
null
object Form2: TForm2 Left = 0 Top = 0 Caption = #1040#1073#1089#1086#1083#1102#1090#1085#1086' '#1091#1087#1088#1091#1075#1080#1081' '#1091#1076#1072#1088 ClientHeight = 392 ClientWidth = 668 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font....
24.308571
309
0.59732
47de94f19d21ccb80d935e8cf7c85d1b8ab6d4a3
12,506
pas
Pascal
charencstreams.pas
torum/Playlist-editor
eb973f023c8c181c7ae3dc213f69663eb544eda0
[ "MIT" ]
4
2019-08-17T13:25:54.000Z
2021-04-03T08:10:20.000Z
charencstreams.pas
torum/Playlist-editor
eb973f023c8c181c7ae3dc213f69663eb544eda0
[ "MIT" ]
null
null
null
charencstreams.pas
torum/Playlist-editor
eb973f023c8c181c7ae3dc213f69663eb544eda0
[ "MIT" ]
null
null
null
{ Copyright (c) 2006-2007 Jan Behrens, FlexiGuided GmbH, Berlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ...
29.77619
122
0.705261
47ed2bc54cdf134426a9df79246231bbe5c3484d
31,774
pas
Pascal
Diverses/Source/Labyrinth/Labydemo3d.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Diverses/Source/Labyrinth/Labydemo3d.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Diverses/Source/Labyrinth/Labydemo3d.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit Labydemo3d; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} interface {$IF FPC_FULLVERSION < 030301} {$WARN 6058 off}{ : Call to subroutine "$1" marked as inline is not inlined} {$endif} uses {$IFnDEF FPC} pngimage, jpeg, Windows, {$IFDEF HasUITypes} UITypes, {$ENDIF} {$ELSE} LCLIntf, LCLType...
33.30608
156
0.481022
fc7cd1996ccf8609727f0ad77012c9bb346af01a
3,112
pas
Pascal
idee/Grafik/int_Graph.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
idee/Grafik/int_Graph.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
idee/Grafik/int_Graph.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit int_Graph; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} interface uses {$IFDEF FPC} types,{$ELSE} windows, {$ENDIF}graphics; type ///<since> /// </since> TintGraph = interface ///<author>Rosewich</author> /// <since>16.05.2008</since> procedure SetVisible(val : boolean); ///<author...
32.757895
84
0.61536
47bed92828595de059d7c76ca9463ce9df9114ae
4,932
pas
Pascal
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/KECCAK/btypes.pas
M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet
259ea75f7aba999ffd184997a884c1c22d34fa40
[ "Unlicense" ]
35
2018-11-04T12:02:34.000Z
2022-02-15T06:00:19.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/KECCAK/btypes.pas
M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet
259ea75f7aba999ffd184997a884c1c22d34fa40
[ "Unlicense" ]
85
2018-10-23T17:09:20.000Z
2022-01-12T07:12:54.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/KECCAK/btypes.pas
M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet
259ea75f7aba999ffd184997a884c1c22d34fa40
[ "Unlicense" ]
34
2018-10-30T00:40:37.000Z
2022-02-15T06:00:15.000Z
unit BTypes; { Common basic type definitions } interface {$I STD.INC} (* ************************************************************************ DESCRIPTION : Common basic type definitions REQUIREMENTS : TP5-7, D1-D7/D9-D12, FPC, VP, WDOSX EXTERNAL DATA : --- MEMORY USAGE : --- DISPLA...
25.6875
84
0.613139
47f0cb3371cb6afb5d739b1289bf84f030b28cf2
1,318
dpr
Pascal
samples/apachemodule/mod_dmvc.dpr
compubinkie/delphimvcframework
a4381ec71984f941d44210d615df821c062a736f
[ "Apache-2.0" ]
1
2019-08-23T09:31:46.000Z
2019-08-23T09:31:46.000Z
samples/apachemodule/mod_dmvc.dpr
compubinkie/delphimvcframework
a4381ec71984f941d44210d615df821c062a736f
[ "Apache-2.0" ]
null
null
null
samples/apachemodule/mod_dmvc.dpr
compubinkie/delphimvcframework
a4381ec71984f941d44210d615df821c062a736f
[ "Apache-2.0" ]
null
null
null
library mod_dmvc; uses System.Threading, Winapi.ActiveX, System.Win.ComObj, Web.WebBroker, Web.ApacheApp, Web.HTTPD24Impl, MVCFramework.Logger, MainDataModuleUnit in 'MainDataModuleUnit.pas' {WineCellarDataModule: TDataModule} , MainWebModuleUnit in 'MainWebModuleUnit.pas' {wm: TWebModule}...
25.843137
100
0.734446
fc75be133b96759d7cb1ba11d51bb3e59c311b62
2,600
pas
Pascal
Games/cevo/source/Components/ButtonBase.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Games/cevo/source/Components/ButtonBase.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Games/cevo/source/Components/ButtonBase.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit ButtonBase; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} interface uses {$IFnDEF FPC} WinProcs, {$ELSE} LCLIntf, LCLType, {$ENDIF} Classes, Graphics, Controls; type TButtonBase = class(TGraphicControl) constructor Create(aOwner: TComponent); override; protected FDown,FPermanent,...
23.00885
70
0.694615
fc8f59f4104b56fe6069e6e79a0f908b34a3f6f9
6,552
pas
Pascal
Tetris/TetrisMain.pas
RossMeikleham/Pascal-Code
97fbbc75d39cbc85dec47b754e9a34c945df29c1
[ "MIT" ]
1
2020-07-05T13:14:16.000Z
2020-07-05T13:14:16.000Z
Tetris/TetrisMain.pas
RossMeikleham/Pascal-Code
97fbbc75d39cbc85dec47b754e9a34c945df29c1
[ "MIT" ]
null
null
null
Tetris/TetrisMain.pas
RossMeikleham/Pascal-Code
97fbbc75d39cbc85dec47b754e9a34c945df29c1
[ "MIT" ]
null
null
null
PROGRAM TetrisMain; //Tetris Game //By Ross Meikleham 2012 USES TetrisFunc,TetrisGraph,CRT, VPUtils; VAR Debug:BOOLEAN=TRUE; PROCEDURE RedrawBoard(Board:TBoard); VAR X,Y:INTEGER; BEGIN WINDOW(XStart+1,YStart,XStart+BoardMaxX,YStart+BoardMaxY); CLRSCR; WINDOW(1,1,80,25); F...
26
97
0.580739
8548a386c66de88aa2c1432f0c724909bf9db884
362
dpr
Pascal
Samples/SendGrid/TestSendGridVCL.dpr
BenevalJr/ClassesUtils
4f705b7c792d45feec1987df1bd40382913d40d1
[ "Apache-2.0" ]
4
2020-08-06T19:27:59.000Z
2021-04-20T19:06:36.000Z
Samples/SendGrid/TestSendGridVCL.dpr
BenevalJr/ClassesUtils
4f705b7c792d45feec1987df1bd40382913d40d1
[ "Apache-2.0" ]
null
null
null
Samples/SendGrid/TestSendGridVCL.dpr
BenevalJr/ClassesUtils
4f705b7c792d45feec1987df1bd40382913d40d1
[ "Apache-2.0" ]
null
null
null
program TestSendGridVCL; uses Vcl.Forms, fApp in 'fApp.pas' {frmApp}, Lib.Entidade.SendEmailToSendGrid in '..\..\Src\SendGrid\Lib.Entidade.SendEmailToSendGrid.pas'; {$R *.res} begin ReportMemoryLeaksOnShutdown:=True; Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(...
21.294118
96
0.754144
f1e8bd260d6dd7c4829b6d500c1b6e174e94a52c
5,548
pas
Pascal
SplashUnit.pas
iNullsleep/snappy
85bd1b40d50a77cc8d182ef9cadaed610b29dc75
[ "MIT" ]
1
2016-05-23T16:38:43.000Z
2016-05-23T16:38:43.000Z
SplashUnit.pas
sleepcha/snappy
85bd1b40d50a77cc8d182ef9cadaed610b29dc75
[ "MIT" ]
null
null
null
SplashUnit.pas
sleepcha/snappy
85bd1b40d50a77cc8d182ef9cadaed610b29dc75
[ "MIT" ]
null
null
null
unit SplashUnit; interface uses Forms, Windows, Messages, Graphics, Classes, Controls, StdCtrls, ShellAPI, SnappyCore, jpeg, pngimage; type TSplashForm = class(TForm) MailLabel: TLabel; JumpLabel: TLabel; VersionLabel: TLabel; CloseButton: TLabel; procedure FormPaint(Sender: TObject); p...
24.121739
88
0.692141
fc1d767ffd2b74395b84533b3f27064a85e38e48
160,535
dfm
Pascal
assets/InstructionEditor/Forms/formMain.dfm
LaudateCorpus1/zydis
fda4f15c6d3c1603cea8c5aeb72c867aae8899df
[ "MIT" ]
7
2019-12-02T06:53:30.000Z
2021-12-21T14:58:55.000Z
assets/InstructionEditor/Forms/formMain.dfm
x64dbg/zyan-disassembler-engine
fda4f15c6d3c1603cea8c5aeb72c867aae8899df
[ "MIT" ]
1
2021-10-15T08:35:27.000Z
2021-10-15T08:35:27.000Z
assets/InstructionEditor/Forms/formMain.dfm
x64dbg/zyan-disassembler-engine
fda4f15c6d3c1603cea8c5aeb72c867aae8899df
[ "MIT" ]
3
2020-01-03T15:16:28.000Z
2021-08-04T09:17:07.000Z
object frmMain: TfrmMain Left = 0 Top = 0 Caption = 'InstructionEditor' ClientHeight = 961 ClientWidth = 1384 Color = clBtnFace Constraints.MinHeight = 800 Constraints.MinWidth = 1100 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ...
58.249274
228
0.815012
fc1ff1d15c0f85c1cb52534662e34f783f1a7f07
334
pas
Pascal
SSE Edit Scripts/Edit Scripts/utils-src/calcAmountOfMainMaterial.pas
kaosnyrb/Undaunted
11b6272bb41d3e310058d9fb701af521322a09cf
[ "MIT" ]
10
2020-05-09T13:53:31.000Z
2021-10-10T17:34:49.000Z
SSE Edit Scripts/Edit Scripts/utils-src/calcAmountOfMainMaterial.pas
kaosnyrb/Undaunted
11b6272bb41d3e310058d9fb701af521322a09cf
[ "MIT" ]
1
2019-04-10T19:36:02.000Z
2020-12-26T14:00:26.000Z
utils-src/calcAmountOfMainMaterial.pas
AngryAndConflict/skyrim-utils
a469155bb0ae01b90c88ba5788915147e8e81f3d
[ "MIT" ]
4
2020-01-04T18:57:38.000Z
2022-03-24T23:40:05.000Z
// calculates amount of material needed to craft an item function calcAmountOfMainMaterial(itemRecord: IInterface): Integer; var itemWeight: IInterface; begin Result := 1; itemWeight := GetElementEditValues(itemRecord, 'DATA\Weight'); if Assigned(itemWeight) then begin Result := 1 + round(itemWeight * 0.2)...
25.692308
67
0.742515
476d83226d0dfe20ad9e0ce4bd9708a5d0986f9b
316
dpr
Pascal
Tests/YamlDump/YamlDump.dpr
truthiswill/Neslib.Yaml
ecab30b45eb39e177c35e48bed86953f740b0869
[ "BSD-2-Clause" ]
68
2019-06-02T00:39:46.000Z
2022-03-24T08:51:22.000Z
Tests/YamlDump/YamlDump.dpr
truthiswill/Neslib.Yaml
ecab30b45eb39e177c35e48bed86953f740b0869
[ "BSD-2-Clause" ]
2
2019-06-20T14:06:49.000Z
2020-06-18T01:01:09.000Z
Tests/YamlDump/YamlDump.dpr
truthiswill/Neslib.Yaml
ecab30b45eb39e177c35e48bed86953f740b0869
[ "BSD-2-Clause" ]
14
2019-06-04T11:01:11.000Z
2021-12-07T17:00:04.000Z
program YamlDump; uses System.StartUpCopy, FMX.Forms, FMain in 'FMain.pas' {FormMain}, Neslib.LibYaml in '..\..\Neslib.LibYaml.pas', Neslib.Yaml in '..\..\Neslib.Yaml.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TFormMain, FormMain); Application.Run; end.
18.588235
48
0.658228
477227e7bfa53837a9c41b07ae3d99a16dbfc109
3,828
lpr
Pascal
samples/fpc/QuickThreads/ScheduledTasks/RunScheduledTasks.lpr
vsantos-desenv/QuickLib
cb6b90cec5aadd3996a25459f1710bd85e98a895
[ "Apache-2.0" ]
376
2017-10-09T10:39:30.000Z
2022-03-28T06:58:57.000Z
samples/fpc/QuickThreads/ScheduledTasks/RunScheduledTasks.lpr
atkins126/QuickLib
0d9af7f1b9449716579507c80862fa780ede3b66
[ "Apache-2.0" ]
92
2017-10-18T11:31:25.000Z
2022-03-31T20:22:36.000Z
samples/fpc/QuickThreads/ScheduledTasks/RunScheduledTasks.lpr
atkins126/QuickLib
0d9af7f1b9449716579507c80862fa780ede3b66
[ "Apache-2.0" ]
111
2017-10-18T11:32:27.000Z
2022-03-31T07:36:10.000Z
program RunScheduledTasks; {$APPTYPE CONSOLE} {$MODE DELPHI} uses SysUtils, DateUtils, Quick.Commons, Quick.Console, Quick.Threads; type { TMyJob } TMyJob = class private fId : Integer; fName : string; public property Id : Integer read fId write fId; property Name : string read f...
29.90625
134
0.605799
fc277e63ae6d353c586fb6178f52c95836d2739a
3,586
pas
Pascal
examples/visualgrid_sqlite/fMain.pas
Sphere10/PascalFramework
46a624ea50f5085a6681a3f83b2974a63a092127
[ "MIT" ]
3
2017-10-12T16:28:11.000Z
2019-09-04T22:04:27.000Z
examples/visualgrid_sqlite/fMain.pas
Sphere10/PascalFramework
46a624ea50f5085a6681a3f83b2974a63a092127
[ "MIT" ]
null
null
null
examples/visualgrid_sqlite/fMain.pas
Sphere10/PascalFramework
46a624ea50f5085a6681a3f83b2974a63a092127
[ "MIT" ]
3
2017-09-05T14:42:17.000Z
2021-07-29T14:23:40.000Z
unit fMain; {$MODE DELPHI} interface uses SynSQLite3Static, SysUtils, Classes, Forms, Controls, Graphics, Dialogs, Math, UVisualGrid, SynCommons, mORMot, StdCtrls, mORMotSQLite3, SynDBSQLite3, SynDB; type TSampleData = class(TSQLRecord) protected fName: RawUTF8; fFoo: Integer; published proper...
25.985507
105
0.702454
47d426ddb586e96edeafe058ccb0fd4d1c1855b9
6,788
pas
Pascal
Source/ClientHandlesCom/Core/BoldRootedHandlesCom.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
121
2020-09-22T10:46:20.000Z
2021-11-17T12:33:35.000Z
Source/ClientHandlesCom/Core/BoldRootedHandlesCom.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
8
2020-09-23T12:32:23.000Z
2021-07-28T07:01:26.000Z
Source/ClientHandlesCom/Core/BoldRootedHandlesCom.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
42
2020-09-22T14:37:20.000Z
2021-10-04T10:24:12.000Z
unit BoldRootedHandlesCom; interface uses Classes, BoldSubscription, BoldComObjectSpace_TLB, BoldComClientHandles, BoldHandlesCom; type { forward declarations } TBoldRootedHandleCom = class; {-- TBoldRootedHandleCom --} TBoldRootedHandleCom = class(TBoldNonSystemHandleCom) private FRootHandl...
28.521008
116
0.764879
fc635995524d49b2a41fb5dfe3dd7922a0e322ff
162,530
dfm
Pascal
Matias/Matias 3.0/Source/dm_base.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Matias/Matias 3.0/Source/dm_base.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Matias/Matias 3.0/Source/dm_base.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
inherited dmBase: TdmBase OldCreateOrder = True Height = 545 Width = 688 object dsFirms: TDataSource DataSet = Firms Left = 424 Top = 16 end object dsOperation: TDataSource DataSet = Operation Left = 424 Top = 128 end object dsPersonal: TDataSource DataSet = Personal Left...
57.350035
76
0.855325
fc3efde6a57ceda324e124c899a5fbacf1a38c4c
4,317
pas
Pascal
Tools/BuildEvents/Sources/uBuildCommandEditor.pas
atkins126/mORMotBP
55f5a13712b46d7a114dca79a50f5b5ecdaf56e8
[ "MIT" ]
55
2016-06-09T06:56:10.000Z
2022-02-28T09:31:22.000Z
Tools/BuildEvents/Sources/uBuildCommandEditor.pas
atkins126/mORMotBP
55f5a13712b46d7a114dca79a50f5b5ecdaf56e8
[ "MIT" ]
3
2019-12-21T08:02:37.000Z
2020-01-09T15:43:25.000Z
Tools/BuildEvents/Sources/uBuildCommandEditor.pas
atkins126/mORMotBP
55f5a13712b46d7a114dca79a50f5b5ecdaf56e8
[ "MIT" ]
15
2016-06-09T06:56:23.000Z
2021-11-12T17:59:28.000Z
unit uBuildCommandEditor; interface {$I BuildEvents.inc} uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls, Buttons, ExtCtrls, Grids, ComCtrls, uBuildMisc, Menus; type TBuildCommandEditorDlg = class(TForm) ButtonOK: TButton; ButtonCancel: TButton; ButtonInsert: TButton; Pane...
24.117318
78
0.716006
47fea2ba5437ccc7cb6d6bef704779adaee8a367
2,373
pas
Pascal
tests/altium_crap/Scripts/Delphiscript Scripts/SCH/Circad Translator/DesignSettings.pas
hanun2999/Altium-Schematic-Parser
a9bd5b1a865f92f2e3f749433fb29107af528498
[ "MIT" ]
1
2020-06-08T11:17:46.000Z
2020-06-08T11:17:46.000Z
tests/altium_crap/Scripts/Delphiscript Scripts/SCH/Circad Translator/DesignSettings.pas
hanun2999/Altium-Schematic-Parser
a9bd5b1a865f92f2e3f749433fb29107af528498
[ "MIT" ]
null
null
null
tests/altium_crap/Scripts/Delphiscript Scripts/SCH/Circad Translator/DesignSettings.pas
hanun2999/Altium-Schematic-Parser
a9bd5b1a865f92f2e3f749433fb29107af528498
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////////////////////////// Function LookupSetting(const SettingTable : TStringList; const Section : TDynamicString; const SettingType : TDynamicString; var Setting : TDyanmicString) : B...
32.506849
91
0.406658
fc37d7a4d1d9d62fde5e24e64011394507217f4c
1,904
pas
Pascal
src/Libs/HttpClient/Implementations/Null/Factories/NullHttpClientFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
78
2019-01-31T13:40:48.000Z
2022-03-22T17:26:54.000Z
src/Libs/HttpClient/Implementations/Null/Factories/NullHttpClientFactoryImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
src/Libs/HttpClient/Implementations/Null/Factories/NullHttpClientFactoryImpl.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 NullHttpClientFactoryImpl; interface {$MODE OBJFPC} uses...
32.271186
96
0.469013
f12ab063527d85b256ce8f09d2dd50dbdd97b187
2,862
pas
Pascal
Codigos/unitPagar.pas
MDsolucoesTI/UniVendas
9a33e3f11d461a586847f979684eacab9c764a10
[ "MIT" ]
null
null
null
Codigos/unitPagar.pas
MDsolucoesTI/UniVendas
9a33e3f11d461a586847f979684eacab9c764a10
[ "MIT" ]
null
null
null
Codigos/unitPagar.pas
MDsolucoesTI/UniVendas
9a33e3f11d461a586847f979684eacab9c764a10
[ "MIT" ]
1
2021-12-03T08:20:37.000Z
2021-12-03T08:20:37.000Z
////////////////////////////////////////////////////////////////////////// // Criacao...........: 07/2002 // Sistema...........: Controle de Vendas - Unimed // Analistas.........: Marilene Esquiavoni & Denny Paulista Azevedo Filho // Desenvolvedores...: Marilene Esquiavoni & Denny Paulista Azevedo Filho // Copyrig...
26.256881
77
0.65269
83114a50535ae9e22f90bdd2babd56415850b564
2,718
pas
Pascal
test/dco.rpc.RPCHandlerMock.pas
stanleyxu2005/dco
4bda8792d5111a00dfa3af0f8654e1836ba31572
[ "MIT" ]
1
2018-12-20T07:12:28.000Z
2018-12-20T07:12:28.000Z
test/dco.rpc.RPCHandlerMock.pas
stanleyxu2005/dco
4bda8792d5111a00dfa3af0f8654e1836ba31572
[ "MIT" ]
null
null
null
test/dco.rpc.RPCHandlerMock.pas
stanleyxu2005/dco
4bda8792d5111a00dfa3af0f8654e1836ba31572
[ "MIT" ]
null
null
null
unit dco.rpc.RPCHandlerMock; interface uses superobject, dutil.core.NonRefCountedInterfacedObject, dco.rpc.ErrorObject, dco.rpc.RPCHandler, dco.rpc.Identifier; type THandlerMock = class(TNonRefCountedInterfacedObject, IRPCHandler) public procedure HandleRequest(const Method: string; const Params: I...
31.604651
110
0.787344
61f1d07a2c29cc178dc06d12920ad3aa2327cd51
1,447
pas
Pascal
2003/list/htmlform.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
2
2015-11-08T10:01:47.000Z
2020-03-10T00:00:58.000Z
2003/list/htmlform.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
2003/list/htmlform.pas
rla/old-code
06aa69c3adef8434992410687d466dc42779e57b
[ "Ruby", "MIT" ]
null
null
null
unit HTMLForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, FileCtrl; type TForm2 = class(TForm) GroupBox1: TGroupBox; Memo1: TMemo; StaticText1: TStaticText; GroupBox2: TGroupBox; HtmlDirTree: TDirector...
21.597015
77
0.711126
fc88e2a472aa2bce634dbd1b56e98d7aab1dcedf
380
pas
Pascal
abp/Sound/BASSlib/BASS_TAGS/ORIGINAL/delphi/tags.pas
pyrroman/au3-boilerplate
596a3aa68d4d6b48dd79ed737d1e11604ac9e92f
[ "BSD-3-Clause" ]
8
2019-07-02T15:59:30.000Z
2021-07-13T05:13:43.000Z
abp/Sound/BASSlib/BASS_TAGS/ORIGINAL/delphi/tags.pas
pyrroman/au3-boilerplate
596a3aa68d4d6b48dd79ed737d1e11604ac9e92f
[ "BSD-3-Clause" ]
null
null
null
abp/Sound/BASSlib/BASS_TAGS/ORIGINAL/delphi/tags.pas
pyrroman/au3-boilerplate
596a3aa68d4d6b48dd79ed737d1e11604ac9e92f
[ "BSD-3-Clause" ]
1
2019-07-02T15:59:31.000Z
2019-07-02T15:59:31.000Z
{ Tags.dll written by Wraith, 2k5-2k6 Delphi Wrapper written by Chris Troesken } unit tags; interface uses Windows; function TAGS_Read(handle: DWORD; const fmt: PAnsiChar): PAnsiChar; stdcall; external 'tags.dll'; function TAGS_GetLastErrorDesc: PAnsiChar; stdcall; external 'tags.dll'; function TAGS_GetVersion()...
20
97
0.773684
f1fdabe1390eacf45c324190f4aa9b7d96266c2d
2,830
pas
Pascal
Source/Services/SimpleNotificationService/Base/Model/AWS.SNS.Model.GetPlatformApplicationAttributesResponse.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/SimpleNotificationService/Base/Model/AWS.SNS.Model.GetPlatformApplicationAttributesResponse.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/SimpleNotificationService/Base/Model/AWS.SNS.Model.GetPlatformApplicationAttributesResponse.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.SNS.Model.GetPlatformApplicationAttributesResponse; interface uses System.Generics.Collections, AWS.Runtime.Model; type TGetPlatformApplicationAttributesResponse = class; IGetPlatformApplicationAttributesResponse = interface(IAmazonWebServiceResponse) function GetAttributes: TDictionary<stri...
30.430108
121
0.810601
fc6b52c2c2783e947efc2f5f410aa0529ae14c1b
2,355
dfm
Pascal
BIN_ASC/Unit1.dfm
yanhongwang/ColorImageProcessingPipeline
87b584442ed5e2ea9cfbc27eada5067cd1c2e601
[ "MIT" ]
2
2016-06-29T06:54:35.000Z
2021-01-07T11:56:02.000Z
BIN_ASC/Unit1.dfm
yanhongwang/ColorImageProcessingPipeline
87b584442ed5e2ea9cfbc27eada5067cd1c2e601
[ "MIT" ]
null
null
null
BIN_ASC/Unit1.dfm
yanhongwang/ColorImageProcessingPipeline
87b584442ed5e2ea9cfbc27eada5067cd1c2e601
[ "MIT" ]
1
2016-01-17T09:51:12.000Z
2016-01-17T09:51:12.000Z
object Form1: TForm1 Left = 450 Top = 550 Width = 448 Height = 337 Caption = 'BIN&ASC' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight =...
20.301724
46
0.583439
47b9cd03249162748bfd714c86c5b92332caf56e
118
pas
Pascal
app/src/main/assets/CodeSample/Basic/output_format.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
81
2017-05-07T13:26:56.000Z
2022-03-03T19:39:15.000Z
app/src/main/assets/CodeSample/Basic/output_format.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
52
2017-06-13T08:46:43.000Z
2021-06-09T09:50:07.000Z
app/src/main/assets/CodeSample/Basic/output_format.pas
tranleduy2000/pascalnide
c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01
[ "Apache-2.0" ]
28
2017-05-22T21:09:58.000Z
2021-09-07T13:05:27.000Z
program test; uses crt; var i, j : Integer; begin i := 1; j := 3; writeln(i / j : 3 : 2); {Comment...} end.
10.727273
25
0.508475
479975363421bb1cc15c70b0f1537047f273ed95
50,056
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Encounter/rPCE.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
72
2015-02-03T02:30:45.000Z
2020-01-30T17:20:52.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Encounter/rPCE.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
80
2016-04-19T12:04:06.000Z
2020-01-31T14:35:19.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Encounter/rPCE.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
unit rPCE; {$OPTIMIZATION OFF} // REMOVE AFTER UNIT IS DEBUGGED interface uses SysUtils, Classes, ORNet, ORFn, uPCE, UBACore, ORClasses, windows; const LX_ICD = 12; LX_CPT = 13; LX_SCT = 14; LX_Threshold = 15; PCE_IMM = 20; PCE_SK = 21; PCE_PED = 22; PCE_HF = 23; P...
30.484775
151
0.632572
cdfad712e447db0660eb11e43375a0f44c9f79fb
3,367
pas
Pascal
dlgConfirmReplace.pas
nextjob/CodeSharkFCs
1e2be6dffe87db62db204a8239650e1fbd108092
[ "Unlicense" ]
3
2020-03-07T07:49:49.000Z
2020-07-31T01:24:00.000Z
dlgConfirmReplace.pas
nextjob/CodeSharkFCs
1e2be6dffe87db62db204a8239650e1fbd108092
[ "Unlicense" ]
null
null
null
dlgConfirmReplace.pas
nextjob/CodeSharkFCs
1e2be6dffe87db62db204a8239650e1fbd108092
[ "Unlicense" ]
2
2020-07-31T01:24:02.000Z
2020-09-12T00:25:03.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/ ...
31.175926
83
0.705079
4709217cfc3e5550644e983ae99d0aa03b683729
3,214
dfm
Pascal
Client/fProcessConcreteOperationFieldEditFrame.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fProcessConcreteOperationFieldEditFrame.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fProcessConcreteOperationFieldEditFrame.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
inherited frProcessConcreteOperationFieldEditFrame: TfrProcessConcreteOperationFieldEditFrame inherited gbTreeNode: TGroupBox Caption = ' '#1055#1086#1079#1085#1072#1074#1072#1090#1077#1083#1077#1085' '#1054#1087#1077#1088#1072#1085#1090' ' end object cdsProcessConcreteOperation: TAbmesClientDataSet ...
37.372093
119
0.74051
47e20502b05c6a474ebd6ec4625059a952bf5804
1,435
dfm
Pascal
DataSnap/Test/Server2/ServerContainerUnit1.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
5
2022-03-20T13:52:39.000Z
2022-03-31T11:27:46.000Z
DataSnap/Test/Server2/ServerContainerUnit1.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
null
null
null
DataSnap/Test/Server2/ServerContainerUnit1.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
3
2022-03-20T13:38:49.000Z
2022-03-24T18:55:15.000Z
object ServerContainer1: TServerContainer1 OldCreateOrder = False OnCreate = DataModuleCreate Height = 358 Width = 415 object DSServer1: TDSServer Left = 96 Top = 11 end object DSTCPServerTransport1: TDSTCPServerTransport Server = DSServer1 Filters = <> Left = 96 Top =...
23.145161
60
0.659233
851fb871211012d72ed549fefe53447cf23541f0
5,058
pas
Pascal
Libs7/xLib/xStrUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
1
2016-04-04T18:11:56.000Z
2016-04-04T18:11:56.000Z
Libs7/xLib/xStrUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
null
null
null
Libs7/xLib/xStrUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
5
2016-02-15T02:08:05.000Z
2021-04-05T08:57:58.000Z
unit xStrUtils; interface uses Classes, SysUtils; type TCharSet = set of AnsiChar; function DelChars(const S: AnsiString; C: AnsiChar): AnsiString; function DelCharsEx(const S: AnsiString; Chars: TCharSet): AnsiString; function WordCount(const S: AnsiString; const WordDelims: TSysCharSet): Integer; fu...
29.752941
98
0.469355
fc57eb1adc05c44ea94df9ece4dfd74739b44aaf
549
dpr
Pascal
library/Converter/TinyCadKicad/TinyCad_Kicad.dpr
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
library/Converter/TinyCadKicad/TinyCad_Kicad.dpr
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
library/Converter/TinyCadKicad/TinyCad_Kicad.dpr
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
program TinyCad_Kicad; uses Forms, main in 'main.pas' {Form1}, KicadWrite in 'KicadWrite.pas', Rotations in 'Rotations.pas', Windows, Rectangles in 'Rectangles.pas', NativeXml in '..\Common\NativeXml.pas', Read in '..\Common\Read.pas', SQLite3 in '..\Common\SQLite3.pas', SQLiteWrap in '..\Common\SQ...
21.96
45
0.701275
fca26915cb228c3698e25c2ce17e03c52de6f3b7
3,602
pas
Pascal
MFCapDemo/MFDevice.pas
MartinDrab/avtalk
6f1a8023c4dd81227b89f6662f1913f5a10db9ee
[ "MIT" ]
1
2020-11-06T23:29:08.000Z
2020-11-06T23:29:08.000Z
MFCapDemo/MFDevice.pas
MartinDrab/avtalk
6f1a8023c4dd81227b89f6662f1913f5a10db9ee
[ "MIT" ]
null
null
null
MFCapDemo/MFDevice.pas
MartinDrab/avtalk
6f1a8023c4dd81227b89f6662f1913f5a10db9ee
[ "MIT" ]
null
null
null
Unit MFDevice; Interface Uses Windows, MFCAPDll, MFGenStream, Generics.Collections; Type EMFDeviceEnumerateOption = ( mdeoOpen, mdeoCompare ); TMFDeviceEnumerateOptions = Set Of EMFDeviceEnumerateOption; EMFDeviceEnumerationStatus = ( mdesNew, mdesDeleted, mdesPrese...
25.913669
183
0.69045
4798b4210ca87c4341c2175a1293973707c187e9
6,998
dfm
Pascal
delphi-projects/uni prog/halo akhtelaf/dad_voteU.dfm
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
3
2017-09-18T15:20:15.000Z
2020-02-11T17:40:41.000Z
delphi-projects/uni prog/halo akhtelaf/dad_voteU.dfm
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
null
null
null
delphi-projects/uni prog/halo akhtelaf/dad_voteU.dfm
zoghal/my-old-projects
0d505840a3b840af889395df669f91751f8a2d36
[ "MIT" ]
null
null
null
object dadVoteform: TdadVoteform Left = 359 Top = 110 BiDiMode = bdRightToLeft BorderStyle = bsSingle Caption = #1575#1593#1604#1575#1605' '#1585#1575#1610 ClientHeight = 500 ClientWidth = 491 Color = clMoneyGreen Font.Charset = ARABIC_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Nam...
28.680328
106
0.691483
61e85dfc592d51b3ba23d08cc864cf5a5af17875
1,570
pas
Pascal
demos/AssociativeArray/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
45
2015-01-24T14:28:22.000Z
2020-09-24T16:05:09.000Z
demos/AssociativeArray/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
1
2020-11-17T03:14:11.000Z
2020-11-17T03:14:11.000Z
demos/AssociativeArray/MainForm.pas
pzx521521/pLua-XE
34e578f2b57a2bba2640da88704ea42163203670
[ "MIT" ]
12
2015-01-24T14:29:13.000Z
2020-11-17T03:27:55.000Z
unit MainForm; interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, uAssociativeArray, luaAssociativeArray, LuaWrapper, Variants; type { TfrmMain } TfrmMain = class(TForm) btnRead: TButton; btnWrite: TButton; edName: TEdit; edValue: TEdit; lblName: TLabel; l...
19.873418
66
0.693631
fc8560f3a7ab62c9270d9b23dee2532cc8daae95
14,666
pas
Pascal
Demo/Unit1.pas
sharov-artem/TBX
4982cf02765672376ae887711b8820d63a0d71af
[ "MIT" ]
42
2015-02-02T22:39:21.000Z
2022-01-19T15:28:20.000Z
Demo/Unit1.pas
sharov-artem/TBX
4982cf02765672376ae887711b8820d63a0d71af
[ "MIT" ]
15
2015-05-28T19:17:28.000Z
2022-01-17T10:06:18.000Z
Demo/Unit1.pas
sharov-artem/TBX
4982cf02765672376ae887711b8820d63a0d71af
[ "MIT" ]
14
2015-06-17T07:40:11.000Z
2020-12-17T06:34:49.000Z
unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Menus, Dialogs, ImgList, StdCtrls, ExtCtrls, ComCtrls, TBX, TB2Dock, TB2Toolbar, TB2Item, TB2Common, TB2ExtItems, TBXMDI, TBXExtItems, TBXSwitcher, TBXLists, TBXDkPanels, TBXToolPals, TBXStatusBars, TB2MDI, ...
30.554167
94
0.724056
47b2b8092bad1bcbc90762dbb72ee90f3cabc901
725
dfm
Pascal
Jour-14-VCL-Pascal/3-HeritageFiches/Unit1.dfm
DeveloppeurPascal/ApprendreLaProgrammationAvecDelphi
80086403e6bbdd67d2ea9933033fa9d45f133c5d
[ "MIT" ]
8
2020-04-15T12:08:44.000Z
2021-12-16T08:13:45.000Z
Jour-14-VCL-Pascal/3-HeritageFiches/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
null
null
null
Jour-14-VCL-Pascal/3-HeritageFiches/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
7
2020-04-16T21:52:52.000Z
2021-12-13T01:36:54.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 246 ClientWidth = 479 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False DesignSize = ( 479 246) ...
18.589744
34
0.584828
85a491b1c31e0a8f01ffe6c04884dae098b2e004
476
dpr
Pascal
Demos/OleDb/MSAccess/MetaInfo/Tables/Meta_Tables.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
1
2020-09-24T23:26:35.000Z
2020-09-24T23:26:35.000Z
Demos/OleDb/MSAccess/MetaInfo/Tables/Meta_Tables.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
Demos/OleDb/MSAccess/MetaInfo/Tables/Meta_Tables.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
program Meta_Tables; uses Forms, fMetaTables in 'fMetaTables.pas' {frmMetaTables}, ADONetUtils in '..\..\..\..\Utils\ADONetUtils.pas', fOLEDBMainCompBase in '..\..\fOLEDBMainCompBase.pas' {frmOLEDBMainCompBase}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; ...
26.444444
79
0.733193
fc39b97d5ce9c6f7f705ec6dff50d372f4d96304
4,585
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/restructured/source/JvTimLstEd.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/tests/restructured/source/JvTimLstEd.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/tests/restructured/source/JvTimLstEd.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object JvTimerItemsEditor: TJvTimerItemsEditor Left = 208 Top = 102 Width = 249 Height = 152 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Icon.Data = { 0000010001002020100000000000E802000016000000...
27.787879
108
0.705998
fc4fa247143c2a277ca88123e53462538ff8e9e9
2,337
pas
Pascal
encrypt.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
encrypt.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
encrypt.pas
tatmanblue/emailmax
23ded6e54c40e90cabdff5fef5e6c6ce7602c10b
[ "Apache-2.0" ]
null
null
null
// copyright (c) 2000 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...
21.638889
87
0.679932
85cb0abb90bd28f27206f849d47882ba2cac75a6
595
pas
Pascal
OJs/HKOI/DSE Exercises/D202/factors.pas
sailinglove/personal-general
b2e932dcd7989bdf856d4852e38f96cbbfc9c907
[ "MIT" ]
1
2020-06-19T11:47:23.000Z
2020-06-19T11:47:23.000Z
OJs/HKOI/DSE Exercises/D202/factors.pas
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
OJs/HKOI/DSE Exercises/D202/factors.pas
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
program factors; var input : LongInt; i, j : LongInt; temp : Real; tFac : array[1..100] of LongInt; begin ReadLn(input); j := 0; for i := 1 to Trunc(Sqrt(input)) do begin temp := input / i; if temp = Trunc(temp) then begin Inc(j); tFac[j] := Trunc(temp); tFac[50 + j] ...
19.193548
43
0.529412
83fbb7367a026b3386e5b80b08730e163bf86d01
17,675
pas
Pascal
src/SDK/Delphi/XPLM/XPLMPlugin.pas
patrickl92/FlyWithLua
861aca5dbb8f49886273c750a4f3f3d97f3b0fe7
[ "MIT" ]
4
2020-05-29T08:07:14.000Z
2020-11-23T01:12:04.000Z
host/SDK/Delphi/XPLM/XPLMPlugin.pas
fedarovich/xplane-dotnet
a7d8f26fd4a3dd151c5222ebfc2b34675dc299d7
[ "MIT" ]
2
2021-06-19T19:00:59.000Z
2021-06-19T19:03:08.000Z
host/SDK/Delphi/XPLM/XPLMPlugin.pas
fedarovich/xplane-dotnet
a7d8f26fd4a3dd151c5222ebfc2b34675dc299d7
[ "MIT" ]
1
2020-05-05T15:19:09.000Z
2020-05-05T15:19:09.000Z
{ Copyright 2005-2012 Sandy Barbour and Ben Supnik All rights reserved. See license.txt for usage. X-Plane SDK Version: 2.1.1 } UNIT XPLMPlugin; INTERFACE { These APIs provide facilities to find and work with other plugins and manage other plugins. ...
42.693237
93
0.624272
f1038660398f43b1305a538c34ec7a9e08a2b50e
1,686
pas
Pascal
src/common/config.base.pas
mr-highball/dcl-microservices
7d4e5ee3101b4e0940305db1be66f6675383496b
[ "MIT" ]
2
2019-10-02T08:58:50.000Z
2020-08-06T20:06:02.000Z
src/common/config.base.pas
mr-highball/dcl-microservices
7d4e5ee3101b4e0940305db1be66f6675383496b
[ "MIT" ]
1
2019-10-01T22:56:09.000Z
2021-03-28T21:01:44.000Z
src/common/config.base.pas
mr-highball/dcl-microservices
7d4e5ee3101b4e0940305db1be66f6675383496b
[ "MIT" ]
1
2020-08-06T20:06:03.000Z
2020-08-06T20:06:03.000Z
unit config.base; {$mode delphi} interface uses Classes, SysUtils, config.types; type { TConfigImpl } (* base class for IConfig *) TConfigImpl = class(TInterfacedObject, IConfig) strict private strict protected function DoToString : String; virtual; abstract; function DoFromString(Con...
18.94382
97
0.672598
fc5d25c70e83b9b49caa827727bfe9ee06fb843f
111
pas
Pascal
Test/COMConnectorFailure/for_in_error1.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/COMConnectorFailure/for_in_error1.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/COMConnectorFailure/for_in_error1.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
var objectSet : ComVariant; var item : Integer; for item in objectSet do ; for var test in objectSet ;
11.1
27
0.693694
fc0190c9fcb015a90d5b1b9667923847ee38cd93
58,450
dfm
Pascal
source/udmEstoque.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
source/udmEstoque.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
source/udmEstoque.dfm
roneysousa/infonfe1_postgres
a2f7e08551aac55be9da5511eb62bfdac118275a
[ "MIT" ]
null
null
null
object dmEstoque: TdmEstoque OldCreateOrder = False Left = 193 Top = 123 Height = 430 Width = 600 object ZQryEstoque: TZQuery Connection = dmDados.ZConexao SQL.Strings = ( 'Select * from "ESTOQUE" Where ("EST_CODLOJA" = :pLOJA) ' 'and ("EST_PRODUTO" = :pPRODUTO)') Params = < it...
28.428988
76
0.673464
8374f50e706f6e098f375c6228f098ba07aa4bda
2,333
dfm
Pascal
U_FrmFazReserva.dfm
rmleme/mac-332
163594fbfb9d505b8b43de45bfde9fd75b13cad9
[ "MIT" ]
null
null
null
U_FrmFazReserva.dfm
rmleme/mac-332
163594fbfb9d505b8b43de45bfde9fd75b13cad9
[ "MIT" ]
null
null
null
U_FrmFazReserva.dfm
rmleme/mac-332
163594fbfb9d505b8b43de45bfde9fd75b13cad9
[ "MIT" ]
null
null
null
object FrmFazReserva: TFrmFazReserva Left = 184 Top = 81 Width = 432 Height = 155 Caption = 'Fazer reservas' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = p...
29.910256
71
0.722246
fc2ebeb6e1dd1e2a18d0c8fcf87fef5658840a39
3,022
pas
Pascal
CryptoLib/src/Math/EC/Multiplier/ClpGlvMultiplier.pas
stlcours/CryptoLib4Pascal
82344d4a4b74422559fa693466ca04652e42cf8b
[ "MIT" ]
2
2019-07-09T10:06:53.000Z
2021-08-15T18:19:31.000Z
CryptoLib/src/Math/EC/Multiplier/ClpGlvMultiplier.pas
stlcours/CryptoLib4Pascal
82344d4a4b74422559fa693466ca04652e42cf8b
[ "MIT" ]
null
null
null
CryptoLib/src/Math/EC/Multiplier/ClpGlvMultiplier.pas
stlcours/CryptoLib4Pascal
82344d4a4b74422559fa693466ca04652e42cf8b
[ "MIT" ]
null
null
null
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
28.242991
87
0.579087
8558adf14b416e785a3243e579fee919cd72742e
405
dpr
Pascal
Capitulo3/Android.3.Forms/Forms.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
Capitulo3/Android.3.Forms/Forms.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
Capitulo3/Android.3.Forms/Forms.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
program Forms; uses System.StartUpCopy, FMX.Forms, Form.Base in 'Form.Base.pas' {frmBase}, Form.Principal in 'Form.Principal.pas' {frmPrincipal}, Form.Mapa.Browser in 'Form.Mapa.Browser.pas' {frmMapaBrowser}, Form.Mapa.MapView in 'Form.Mapa.MapView.pas' {frmMapView}; {$R *.res} begin Application.Initia...
22.5
64
0.738272
8351a00eb19695485a29b91befb44c9cf68c564f
3,259
pas
Pascal
forking.pas
ShaneMcC/dwol
95747b584bacc3dd5b5d820dda4937ecf58fe58d
[ "Zlib" ]
1
2021-11-25T20:10:56.000Z
2021-11-25T20:10:56.000Z
forking.pas
ShaneMcC/dwol
95747b584bacc3dd5b5d820dda4937ecf58fe58d
[ "Zlib" ]
null
null
null
forking.pas
ShaneMcC/dwol
95747b584bacc3dd5b5d820dda4937ecf58fe58d
[ "Zlib" ]
null
null
null
{* * forking - Allow forking under *nix * Copyright (C) 2005 Shane "Dataforce" Mc Cormack * For conditions of distribution and use, see copyright notice in license.txt * * Linux Based on unitfork.pas from bewareserv. * Unitfork: http://cvs.sourceforge.net/viewcvs.py/bewareserv/bewareserv/unitfork.pas?rev=1...
21.582781
118
0.645597
fca6107c23b8f4c8faefc9e191c89ba48e6d2968
232
dpr
Pascal
Chapter 03/StrokeAndFill/StrokeAndFillProject.dpr
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
24
2020-10-29T20:58:47.000Z
2022-01-12T13:49:09.000Z
Chapter 03/StrokeAndFill/StrokeAndFillProject.dpr
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
1
2021-05-22T07:00:36.000Z
2021-05-22T07:00:36.000Z
Chapter 03/StrokeAndFill/StrokeAndFillProject.dpr
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
7
2020-11-06T20:01:18.000Z
2021-11-06T14:31:06.000Z
program StrokeAndFillProject; uses System.StartUpCopy, FMX.Forms, Forms.Main in 'Forms.Main.pas' {MainForm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TMainForm, MainForm); Application.Run; end.
15.466667
46
0.741379
4759571b6d9d4fe0dfe1a58562dc57d5ebdba26a
649
pas
Pascal
Source/AutoMapper.MapItem.pas
atkins126/AutoMapper4D
c3b71107a0ea5608e10c0cf967a56b6264b197c3
[ "MIT" ]
5
2019-04-27T03:10:56.000Z
2021-11-11T17:04:58.000Z
Source/AutoMapper.MapItem.pas
atkins126/AutoMapper4D
c3b71107a0ea5608e10c0cf967a56b6264b197c3
[ "MIT" ]
null
null
null
Source/AutoMapper.MapItem.pas
atkins126/AutoMapper4D
c3b71107a0ea5608e10c0cf967a56b6264b197c3
[ "MIT" ]
4
2020-06-09T17:03:54.000Z
2021-07-04T04:29:49.000Z
unit AutoMapper.MapItem; interface uses AutoMapper.ClassPair, Spring; type TMapItem = class(TObject) private FClassPair: TClassPair; FExp: TValue; function GetClassPair: TClassPair; public property ClassPair: TClassPair read GetClassPair; property Exp: TValue read FExp; constructo...
16.641026
82
0.739599
474c54b05899c22309183f98ee8908183d8959c6
13,639
pas
Pascal
lib/cfactndd.pas
chupor3d/delphi
b797ac2b91cf58e8058838a6b6a598807df4dcbb
[ "BSD-2-Clause" ]
5
2015-04-19T01:57:22.000Z
2021-10-18T02:34:08.000Z
lib/cfactndd.pas
chupor3d/delphi
b797ac2b91cf58e8058838a6b6a598807df4dcbb
[ "BSD-2-Clause" ]
null
null
null
lib/cfactndd.pas
chupor3d/delphi
b797ac2b91cf58e8058838a6b6a598807df4dcbb
[ "BSD-2-Clause" ]
3
2017-02-06T08:30:43.000Z
2021-02-26T15:43:06.000Z
unit cfactndd; {$A+,Z4} // do not change $Z4! {$WEAKPACKAGEUNIT ON} { } { unit factorial constants } { by aa, Copyright 2006, PT Softindo, JAKARTA } { Version 1.0.0.2 - 2006.03.07 } { } in...
34.704835
102
0.634797
475563a51cdcd794084584525d3406ff896466c6
229
dpr
Pascal
VCL/Lab1/laba1.dpr
dfyziks/ProgDelphiSamples
0f30fe4f32777ff652d52862ab2304f9b6b29bda
[ "MIT" ]
null
null
null
VCL/Lab1/laba1.dpr
dfyziks/ProgDelphiSamples
0f30fe4f32777ff652d52862ab2304f9b6b29bda
[ "MIT" ]
null
null
null
VCL/Lab1/laba1.dpr
dfyziks/ProgDelphiSamples
0f30fe4f32777ff652d52862ab2304f9b6b29bda
[ "MIT" ]
null
null
null
program laba1; uses Vcl.Forms, code in 'code.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TForm1, Form1); Application.Run; end.
15.266667
41
0.668122
4718211be8614883893de252727f72ba962fbe57
358
dpr
Pascal
Chapter10/Data modules/DataModules.dpr
PacktPublishing/Hands-On-Design-Patterns-with-Delphi
30f6ab51e61d583f822be4918f4b088e2255cd82
[ "MIT" ]
38
2019-02-28T06:22:52.000Z
2022-03-16T12:30:43.000Z
Chapter10/Data modules/DataModules.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
null
null
null
Chapter10/Data modules/DataModules.dpr
alefragnani/Hands-On-Design-Patterns-with-Delphi
3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d
[ "MIT" ]
18
2019-03-29T08:36:14.000Z
2022-03-30T00:31:28.000Z
program DataModules; uses Vcl.Forms, DataModulesMain in 'DataModulesMain.pas' {frmDataModulesMain}, DataModulePatterns in 'DataModulePatterns.pas' {dmChapters: TDataModule}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmDataModulesMain, frmData...
22.375
75
0.787709
f1bb60e8b625102672b715e163dd2566e081e3cf
1,434
pas
Pascal
S_20190727.pas
cbenattrue/INDEX
50c4508cb09bd66f2a4c2925fae1e14fa6c7dcdb
[ "MIT" ]
null
null
null
S_20190727.pas
cbenattrue/INDEX
50c4508cb09bd66f2a4c2925fae1e14fa6c7dcdb
[ "MIT" ]
null
null
null
S_20190727.pas
cbenattrue/INDEX
50c4508cb09bd66f2a4c2925fae1e14fa6c7dcdb
[ "MIT" ]
null
null
null
// // DB Script Tool // Delphi - 2019-07-27 11:04:08 // // MODEL CLASSES FOR S DATABASE // (* TS.pas -------------------------------------*) unit TSUnit; interface uses Classes, System.DateUtils; /// <summary> /// Delphi - Model Class - TS /// 2019-07-27 11:01:04 /// </summary> type TS = class(TO...
14.783505
55
0.540446
fca262b2311da02b47eafaeb2e2f4504c4b56aee
469
pas
Pascal
AppFactory/Forms/uWidgets.pas
pavellitvinko/AppFactory
8405f48dd908560a139441d95380d3f100608a0a
[ "MIT" ]
null
null
null
AppFactory/Forms/uWidgets.pas
pavellitvinko/AppFactory
8405f48dd908560a139441d95380d3f100608a0a
[ "MIT" ]
null
null
null
AppFactory/Forms/uWidgets.pas
pavellitvinko/AppFactory
8405f48dd908560a139441d95380d3f100608a0a
[ "MIT" ]
1
2019-01-10T04:10:07.000Z
2019-01-10T04:10:07.000Z
unit uWidgets; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.ListView.Types, FMX.StdCtrls, FMX.ListView; type TfrmWidgets = class(TForm) procedure btnAddWidgetClick(Sender: TO...
15.633333
65
0.682303
83016c6115deca431a17aea2edf0d5fbec0b3af7
2,236
pas
Pascal
CPRSChart/OR_30_377V9_SRC/OrderCom/BcmaCom-Orders/uBcmaConst.pas
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
1
2015-11-03T14:56:42.000Z
2015-11-03T14:56:42.000Z
CPRSChart/OR_30_377V9_SRC/OrderCom/BcmaCom-Orders/uBcmaConst.pas
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_377V9_SRC/OrderCom/BcmaCom-Orders/uBcmaConst.pas
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
unit uBcmaConst; interface uses uConst,rOrders, ORFn, ORNet, uCore; const TX_PROV_LOC = 'A provider and location must be selected before entering orders.'; TC_PROV_LOC = 'Incomplete Information'; TX_PROV_KEY = 'The provider selected for this encounter must' + CRLF + 'hold the PROVIDER k...
46.583333
100
0.658318
475cc0c39f3864a9b78f1d888e5b717fa7f31e50
1,020
pas
Pascal
Anonimizer/Anon.Generators.Date.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
2
2019-04-19T12:17:01.000Z
2019-11-15T23:43:46.000Z
Anonimizer/Anon.Generators.Date.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
null
null
null
Anonimizer/Anon.Generators.Date.pas
mauriziodm/DelphiDay_Padova_2018
f200f06d9ec1eb5f0a28c7eb83358031c3576b5a
[ "MIT" ]
2
2019-04-19T12:19:42.000Z
2019-11-15T23:43:47.000Z
unit Anon.Generators.Date; interface uses SysUtils, Anon.Interfaces, Demo.Core.ServiceLocator, Demo.Core.Rtti; type [Alias('Date')] TDateGenerator = class(TInterfacedObject, IGenerator) private FStartDate: TDateTime; FEndDate: TDateTime; public function GenerateValue: Variant; procedure Set...
20
70
0.72549
fc0adbb3ef7cb52fe9604f1f2d24d0482ac92e29
731
dfm
Pascal
source/Forms/TShowFileContentForm.dfm
TotteKarlsson/atDB
edddb0e185de78e0e8f58bf78d661d81496c519d
[ "Apache-2.0" ]
1
2018-03-22T23:55:25.000Z
2018-03-22T23:55:25.000Z
source/Forms/TShowFileContentForm.dfm
TotteKarlsson/atDB
edddb0e185de78e0e8f58bf78d661d81496c519d
[ "Apache-2.0" ]
null
null
null
source/Forms/TShowFileContentForm.dfm
TotteKarlsson/atDB
edddb0e185de78e0e8f58bf78d661d81496c519d
[ "Apache-2.0" ]
null
null
null
object ShowFileContentForm: TShowFileContentForm Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'ShowFileContentForm' ClientHeight = 510 ClientWidth = 670 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] KeyPre...
20.305556
48
0.668947
fc8089c0aea61c256f538c603691b02bd44903b3
1,634
pas
Pascal
graphics/0028.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
graphics/0028.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
graphics/0028.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ BRendEN BEAMAN } Program starfield; Uses Crt, Graph; Var l, l2, gd, gm, x, y : Integer; rad : Array [1..20] of Integer; p : Array [1..20, 1..5] of Integer; Procedure put(p, rad : Integer; col : Word); begin setcolor(col); {1 pixel arc instead of putpixel} arc(x, y, p, p +...
25.138462
72
0.547124
47f3fad907d4aeeadd9a8f3e509b434ac70e754e
165,558
dfm
Pascal
bingo/Unit4.dfm
zScrolLock/delphi
aca88441287be854baeace613b61241e14b30cee
[ "MIT" ]
null
null
null
bingo/Unit4.dfm
zScrolLock/delphi
aca88441287be854baeace613b61241e14b30cee
[ "MIT" ]
null
null
null
bingo/Unit4.dfm
zScrolLock/delphi
aca88441287be854baeace613b61241e14b30cee
[ "MIT" ]
null
null
null
object Form_yoki: TForm_yoki Left = 0 Top = 0 Caption = 'Patrocinador' ClientHeight = 197 ClientWidth = 425 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 ...
71.422778
71
0.888082
472b1ea61317b9ce43958ec50fbab28b41ecc6c3
161,067
pas
Pascal
pcom.orig.pas
BackupTheBerlios/pp4fpc
bb3c12f5a8b9dd19243d71cb45d3095e9d60dfb9
[ "Unlicense", "MIT" ]
1
2021-08-29T02:15:40.000Z
2021-08-29T02:15:40.000Z
pcom.orig.pas
BackupTheBerlios/pp4fpc
bb3c12f5a8b9dd19243d71cb45d3095e9d60dfb9
[ "Unlicense", "MIT" ]
null
null
null
pcom.orig.pas
BackupTheBerlios/pp4fpc
bb3c12f5a8b9dd19243d71cb45d3095e9d60dfb9
[ "Unlicense", "MIT" ]
1
2021-08-29T02:15:41.000Z
2021-08-29T02:15:41.000Z
(*$c+,t-,d-,l-*) (*********************************************** * * * Portable Pascal compiler * * ************************ * * * * Pascal P4 * *...
40.256686
80
0.410159
47725e0393dbad82b4aa21aeaaccf8cd6a852ef0
11,274
pas
Pascal
src/wsutils.pas
esvignolo/LazWebsockets
e066026124cdc16eb1f277cee40b762f7302c45d
[ "BSD-3-Clause" ]
1
2020-04-30T11:57:11.000Z
2020-04-30T11:57:11.000Z
src/wsutils.pas
gzwplato/LazWebsockets
e8debd5faee9ef2f27dfb06d5dc337d559e2959b
[ "BSD-3-Clause" ]
null
null
null
src/wsutils.pas
gzwplato/LazWebsockets
e8debd5faee9ef2f27dfb06d5dc337d559e2959b
[ "BSD-3-Clause" ]
null
null
null
unit wsutils; {$mode objfpc}{$H+} interface uses Classes, SysUtils, gvector, fgl; type { THttpHeader } THttpHeader = class(specialize TFPGMap<string, string>) public procedure Parse(const HeaderString: string); constructor Create; end; { TThreadedObject } generic T...
23.149897
89
0.615664
f12540db587398593ed01e21f14309f6686e37e3
2,482
pas
Pascal
CryptoLib4Pascal/CryptoLib/src/Asn1/ClpDerOctetString.pas
Jeff-Bouchard/EmerAPI_KeyKeeper
ff79e71e0d1505de3a78b6543483355c1ac320ae
[ "MIT" ]
2
2019-02-05T18:34:05.000Z
2019-04-14T13:52:44.000Z
CryptoLib4Pascal/CryptoLib/src/Asn1/ClpDerOctetString.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
null
null
null
CryptoLib4Pascal/CryptoLib/src/Asn1/ClpDerOctetString.pas
DenisDx/EmerAPI_KeyKeeper
c6921710413871ca039e5bebea0877aceb9a8b74
[ "MIT" ]
2
2019-04-10T21:23:42.000Z
2020-12-11T20:59:13.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
31.025
87
0.564061
fcaf2f260d440c1d290b7e601e3f4b153ffff9fa
20,215
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/devtools/PackagesCheck/MainForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/devtools/PackagesCheck/MainForm.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/devtools/PackagesCheck/MainForm.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...
38.358634
237
0.691417
fca07526d1ec2635c7c68c34e71b1a9540520c73
2,293
dfm
Pascal
UniversalSpr/NormdocUnit.dfm
danatela/MultiPlugger2
592e40740e453e231dc9bf8c3e75c730218ff45e
[ "CC0-1.0" ]
null
null
null
UniversalSpr/NormdocUnit.dfm
danatela/MultiPlugger2
592e40740e453e231dc9bf8c3e75c730218ff45e
[ "CC0-1.0" ]
null
null
null
UniversalSpr/NormdocUnit.dfm
danatela/MultiPlugger2
592e40740e453e231dc9bf8c3e75c730218ff45e
[ "CC0-1.0" ]
null
null
null
object NormdocForm: TNormdocForm Left = 0 Top = 0 Caption = #1053#1086#1088#1084#1072#1090#1080#1074#1085#1072#1103' '#1076#1086#1082#1091#1084#1077#1085#1090#1072#1094#1080#1103 ClientHeight = 167 ClientWidth = 632 Color = clBtnFace Constraints.MinHeight = 180 Constraints.MinWidth = 640 Font...
23.885417
131
0.594854
fc38377e8707ccba9e3590503c28651364e0ed34
2,098
pas
Pascal
references/mORMot/SQLite3/Samples/35 - Practical DDD/05/serv/ServBookMain.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/mORMot/SQLite3/Samples/35 - Practical DDD/05/serv/ServBookMain.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/mORMot/SQLite3/Samples/35 - Practical DDD/05/serv/ServBookMain.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
/// Booking server implementation unit ServBookMain; interface uses SysUtils, Classes, SynCommons, mORMot, SynSQLite3, mORMotSQLite3, mORMotDB, dddInfraApps, DomConferenceTypes, DomConferenceInterfaces, DomConferenceServices, DomConferenceDepend, InfraConferenceRepository; ...
25.277108
80
0.726883
fc3b2af793d81d86ee4d130906f64e2bef7be4bb
660
dfm
Pascal
Unit1.dfm
EnigmaWasp/Space-Alien
b359aa05d96cacf3ca25f7599f8288af1ab3ac95
[ "Apache-2.0" ]
null
null
null
Unit1.dfm
EnigmaWasp/Space-Alien
b359aa05d96cacf3ca25f7599f8288af1ab3ac95
[ "Apache-2.0" ]
null
null
null
Unit1.dfm
EnigmaWasp/Space-Alien
b359aa05d96cacf3ca25f7599f8288af1ab3ac95
[ "Apache-2.0" ]
null
null
null
object Form1: TForm1 Left = 177 Top = 134 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = #1050#1086#1089#1084#1080#1095#1077#1089#1082#1080#1077' '#1079#1072#1093#1074#1072#1090#1095#1080#1082#1080 ClientHeight = 400 ClientWidth = 400 Color = clBlack Font.Charset = ...
25.384615
121
0.683333
47b6cfae2fbf661255ec9b0d331042584bfeecd1
3,141
pas
Pascal
src/common/peimage/PE.Types.Directories.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
34
2015-05-04T03:55:42.000Z
2021-08-22T09:57:44.000Z
src/common/peimage/PE.Types.Directories.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
null
null
null
src/common/peimage/PE.Types.Directories.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
11
2016-08-11T10:00:15.000Z
2020-11-27T06:00:09.000Z
unit PE.Types.Directories; interface type TImageDataDirectory = packed record VirtualAddress: uint32; // RVA Size: uint32; function IsEmpty: boolean; inline; function Contain(rva: uint32): boolean; inline; end; PImageDataDirectory = ^TImageDataDirectory; type // 2.4.3. Optional Header Data Dir...
36.523256
118
0.680357
83a2877cc51d8f06b08153e666b3be6f7aabf798
18,945
pas
Pascal
server/tests/tests_server_full.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
server/tests/tests_server_full.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
server/tests/tests_server_full.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit tests_server_full; { Copyright (c) 2017+, Health Intersections Pty Ltd (http://www.healthintersections.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source...
30.855049
155
0.705041