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
61c6b6d4ec3bef3548ac14b48b8627f5249b4a7e
23,946
pas
Pascal
textwndw/0014.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
textwndw/0014.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
textwndw/0014.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
UNIT Win; { Win.Pas } {$S-}{$I-}{$R-} INTERFACE USES Crt, Cursor, FadeUnit; TYPE PTitleStr = ^TitleStr; TitleStr = STRING [63]; PFrame = ^TFrame; TFrame = ARRAY [1..8] OF CHAR; TVertFrameChars = ARRAY [1..3] OF CHAR; { Text color attr type } PTextAttr = ^TTextAttr; TTextAttr ...
23.662055
103
0.560135
178b2ad8863f1ded7ec2edf5e4079f3a9a185373
2,905
pas
Pascal
PE.Common.pas
fobricia/pe-image-for-delphi
e80b88c0ccd97b4c5c30279db45376e9d17097ae
[ "Unlicense" ]
42
2016-03-24T10:13:06.000Z
2021-07-26T11:44:57.000Z
PE.Common.pas
DelphiGeek/pe-image-for-delphi
e80b88c0ccd97b4c5c30279db45376e9d17097ae
[ "Unlicense" ]
3
2016-05-29T23:47:06.000Z
2019-10-24T08:40:55.000Z
PE.Common.pas
vdisasm/pe-image-for-delphi
e80b88c0ccd97b4c5c30279db45376e9d17097ae
[ "Unlicense" ]
17
2015-05-03T03:48:48.000Z
2021-11-19T05:49:38.000Z
unit PE.Common; interface {$MINENUMSIZE 4} { Base types } type Int8 = ShortInt; Int16 = SmallInt; Int32 = Integer; IntPtr = NativeInt; UInt8 = Byte; UInt16 = Word; UInt32 = Cardinal; Dword = UInt32; PDword = ^Dword; TVA = UInt64; TRVA = UInt64; PInt8 = ^Int8; PIn...
21.050725
77
0.621343
61a279e45dbb772203706b47748d997f7482f997
9,988
pas
Pascal
SDLImproved.pas
PASAlibs/SDLImproved-For-FPC
064ce0ed6be19341a9c7f28245955bfdc1b0143a
[ "WTFPL" ]
null
null
null
SDLImproved.pas
PASAlibs/SDLImproved-For-FPC
064ce0ed6be19341a9c7f28245955bfdc1b0143a
[ "WTFPL" ]
null
null
null
SDLImproved.pas
PASAlibs/SDLImproved-For-FPC
064ce0ed6be19341a9c7f28245955bfdc1b0143a
[ "WTFPL" ]
null
null
null
{ * Copyright © 2015 Samuel Guillaume <samuel.guillaumes@eisti.eu> * This work is free. You can redistribute it and/or modify it under the * terms of the Do What The Fuck You Want To Public License, Version 2, * as published by Sam Hocevar. See the LICENSE file for more details. } {$MODE ObjFPC} Unit SDLImproved; I...
24.722772
167
0.671205
cdd66ed05d1d637014a132718b0e864942b840e5
2,240
pas
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/Archive/JvTConst.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/JvTConst.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/JvTConst.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.317073
97
0.647768
1777f5fca93914e34e58f95c0dc8451fe7791209
189,175
pas
Pascal
dmx_objects.pas
wkfff/commonx
787b9a4a1e7c02f55d81d2236b0cc9f332b38f53
[ "MIT" ]
1
2020-08-25T00:02:54.000Z
2020-08-25T00:02:54.000Z
dmx_objects.pas
wkfff/commonx
787b9a4a1e7c02f55d81d2236b0cc9f332b38f53
[ "MIT" ]
null
null
null
dmx_objects.pas
wkfff/commonx
787b9a4a1e7c02f55d81d2236b0cc9f332b38f53
[ "MIT" ]
1
2020-08-25T00:02:55.000Z
2020-08-25T00:02:55.000Z
unit dmx_objects; // [ ]add stage to universe // [ ]load stage data loads all light data // [ ]include vector graphics for stage setup {$I 'DelphiDefs.inc'} // 4-banger laser notes // ch 1 - pattern type // ch 2 - pattern // ch 3 - x [0=center] [1-24 manual pan] note that for manual pan/tilt without motion use REALLY ...
23.194581
154
0.704781
61bb09780df0d17b916a52d10c9f936b29d53b40
568
dpr
Pascal
Demos/SqlClient/TSqlClientTable/LiveUpdates/Tab_LiveUpdates.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
1
2020-09-24T23:26:35.000Z
2020-09-24T23:26:35.000Z
Demos/SqlClient/TSqlClientTable/LiveUpdates/Tab_LiveUpdates.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
Demos/SqlClient/TSqlClientTable/LiveUpdates/Tab_LiveUpdates.dpr
CrystalNet-Tech/ADONetDAC4Delphi_Tutorials
7b0ad4f962b5d2075a90e451b57257596b41ed62
[ "Apache-2.0" ]
null
null
null
program Tab_LiveUpdates; uses Forms, fSQLMainCompBase in '..\..\fSQLMainCompBase.pas' {frmSQLMainCompBase}, fMainQueryBase in '..\..\TSqlClientQuery\fMainQueryBase.pas' {frmMainQueryBase}, fLiveUpdates in 'fLiveUpdates.pas' {frmLiveUpdates}; {$R *.res} begin Application.Initialize; Applicatio...
29.894737
83
0.764085
17eb413f06551e3f32fd024e08d76e12a8e1b71b
472
dpr
Pascal
src/HumbleBundleDL.dpr
jimmckeeth/HumbleBundleDownloader
a64400389ede80c39d117f7b2818c53ef788a347
[ "Apache-2.0" ]
3
2019-02-20T04:21:57.000Z
2020-11-21T02:38:35.000Z
src/HumbleBundleDL.dpr
jimmckeeth/HumbleBundleDownloader
a64400389ede80c39d117f7b2818c53ef788a347
[ "Apache-2.0" ]
null
null
null
src/HumbleBundleDL.dpr
jimmckeeth/HumbleBundleDownloader
a64400389ede80c39d117f7b2818c53ef788a347
[ "Apache-2.0" ]
2
2019-08-29T14:43:26.000Z
2020-11-21T02:38:37.000Z
// Humble Bundle API https://www.schiff.io/projects/humble-bundle-api program HumbleBundleDL; uses Vcl.Forms, WinApi.Windows, HumbleBundleDLUnit1 in 'HumbleBundleDLUnit1.pas' {Form1}, HumbleBundleJSONObjects in 'HumbleBundleJSONObjects.pas'; {$R *.res} begin ReportMemoryLeaksOnShutdown := De...
23.6
71
0.735169
615a0f04915868719c251195a0dd5edd37c1bc96
2,976
lpr
Pascal
projeto-download/Estrutura de Dados/removendo_ordenado_simplesmente_header2/backup/inserindo_ordenado_simplesmente_header2.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
projeto-download/Estrutura de Dados/removendo_ordenado_simplesmente_header2/backup/inserindo_ordenado_simplesmente_header2.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
projeto-download/Estrutura de Dados/removendo_ordenado_simplesmente_header2/backup/inserindo_ordenado_simplesmente_header2.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
program inserindo_ordenado_simplesmente_header2; uses crt; type Tnodo = ^nodo; nodo = record conteudo : integer; prox : Tnodo; end; type Theader = ^header; header = record ini : Tnodo; qtd : integer; fim : Tnodo; end; var lista : Theader; atual, aux, ant, ult : Tnodo; i, num, r...
22.545455
62
0.434812
17c70aea69ab5a67df4007b0d3be159996fb97b6
17,856
pas
Pascal
DX7.Voice.pas
WouterVanNifterick/DX7
baa636a1b0556eea7ac5fa1ea6564eda63964bd9
[ "MIT" ]
7
2018-06-19T06:08:40.000Z
2021-01-20T21:38:11.000Z
DX7.Voice.pas
WouterVanNifterick/DX7
baa636a1b0556eea7ac5fa1ea6564eda63964bd9
[ "MIT" ]
1
2019-02-20T12:57:04.000Z
2019-02-20T12:57:04.000Z
DX7.Voice.pas
WouterVanNifterick/DX7
baa636a1b0556eea7ac5fa1ea6564eda63964bd9
[ "MIT" ]
3
2018-03-06T11:36:30.000Z
2019-03-06T14:48:20.000Z
unit DX7.Voice; interface uses SysUtils, DX7.Config, FS1R.Params, DX7.Op, DX7.PitchEnv; type TDX7Voice=class strict private frequency:double; velocity:double; Params:PVoiceParams{PParams}; aftertouch :integer; ModWheel :integer; PitchBend :double; LevelScaling:integer; pub...
38.649351
207
0.614247
cd3346a7cde6a61f7cb208a8a26875f86808f761
649
pas
Pascal
Source/Code Units/ATApp.SkinUtils.pas
AngelicTech/AppFramework_DX_MDI
fc14915e8862ad4a6060da127b8ec9c758633c5a
[ "CC0-1.0" ]
1
2021-08-09T18:30:23.000Z
2021-08-09T18:30:23.000Z
Source/Code Units/ATApp.SkinUtils.pas
AngelicTech/AppFramework_DX_MDI
fc14915e8862ad4a6060da127b8ec9c758633c5a
[ "CC0-1.0" ]
null
null
null
Source/Code Units/ATApp.SkinUtils.pas
AngelicTech/AppFramework_DX_MDI
fc14915e8862ad4a6060da127b8ec9c758633c5a
[ "CC0-1.0" ]
1
2021-08-09T18:30:24.000Z
2021-08-09T18:30:24.000Z
unit ATApp.SkinUtils; interface uses dxSkinsCore; function GetSkinGroupElement(const AGroupName, AElementName: string): TdxSkinElement; implementation uses cxLookAndFeels, dxSkinsLookAndFeelPainter; function GetSkinGroupElement(const AGroupName, AElementName: string): TdxSkinElement; begin var APa...
17.540541
69
0.773498
cdb600350c4f9aff010693b466edd7a954758fba
38,542
pas
Pascal
references/mORMot/SynFPCSock.pas
juliomar/alcinoe
4e59270f6a9258beed02676c698829e83e636b51
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/mORMot/SynFPCSock.pas
jonahzheng/alcinoe
be21f1d6b9e22aa3d75faed4027097c1f444ee6f
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/mORMot/SynFPCSock.pas
jonahzheng/alcinoe
be21f1d6b9e22aa3d75faed4027097c1f444ee6f
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
/// low level access to network Sockets for FPC (and Kylix) POSIX cross-platform // - this unit is a part of the freeware Synopse framework, // licensed under a MPL/GPL/LGPL tri-license; version 1.18 unit SynFPCSock; { This file is part of Synopse framework. Synopse framework. Copyright (C) 2021 Arnau...
29.716268
99
0.653495
17b7bcf0dd1074fccf5552eba55a9a8101b61be6
2,924
dfm
Pascal
Source/Plugin/Forms/AboutForm.dfm
ppv/NPPFSIPlugin
dc5f2c7eb4a89df980583a909af1072c8ae9a395
[ "MIT" ]
5
2015-05-21T19:59:45.000Z
2020-10-26T12:57:58.000Z
Source/Plugin/Forms/AboutForm.dfm
ppv/NPPFSIPlugin
dc5f2c7eb4a89df980583a909af1072c8ae9a395
[ "MIT" ]
3
2015-09-02T12:01:47.000Z
2021-08-08T02:31:35.000Z
Source/Plugin/Forms/AboutForm.dfm
ppv/NPPFSIPlugin
dc5f2c7eb4a89df980583a909af1072c8ae9a395
[ "MIT" ]
3
2015-09-04T09:22:03.000Z
2021-07-15T05:30:21.000Z
object FrmAbout: TFrmAbout Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'About FSI Plugin For Notepad++' ClientHeight = 138 ClientWidth = 413 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = ...
22.492308
44
0.575239
175f05579e00850c5af5313608c3db1ca6d2ec21
90
pas
Pascal
Test/FailureScripts/record_syntax2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/FailureScripts/record_syntax2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/FailureScripts/record_syntax2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
type TRec = record field, field : Integer; bug; field : String;
12.857143
29
0.5
6153239cd142a8d586239026eec65c5bc0cbf110
6,375
pas
Pascal
kc_main.pas
johnwargo/Outlook-Kill-Country-Delphi
375e9a738fdaae775ceaf2eb77db386f78a39438
[ "MIT" ]
null
null
null
kc_main.pas
johnwargo/Outlook-Kill-Country-Delphi
375e9a738fdaae775ceaf2eb77db386f78a39438
[ "MIT" ]
null
null
null
kc_main.pas
johnwargo/Outlook-Kill-Country-Delphi
375e9a738fdaae775ceaf2eb77db386f78a39438
[ "MIT" ]
1
2021-06-17T03:11:23.000Z
2021-06-17T03:11:23.000Z
{ **************************************************************************** Kill Country As I've switched from one outlook version to another and as I've synchronized my outlook contact list with multiple work devices (smartphones and tablets), the state of the contact information has become suspect. One ...
34.459459
80
0.60251
6a021598523cca0f3bf2f362db3d49e55f647088
243
pas
Pascal
CAT/tests/08. types/pointers/dereference/deref_8.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
19
2018-10-22T23:45:31.000Z
2021-05-16T00:06:49.000Z
CAT/tests/08. types/pointers/dereference/deref_8.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
1
2019-06-01T06:17:08.000Z
2019-12-28T10:27:42.000Z
CAT/tests/08. types/pointers/dereference/deref_8.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
6
2018-08-30T05:16:21.000Z
2021-05-12T20:25:43.000Z
unit deref_8; interface implementation var G1, G2: Int32; P1, P2: ^Int32; procedure Test; begin P1 := @G1; P2 := @G2; P1^ := 5; P2^ := P1^; end; initialization Test(); finalization Assert(G1 = 5); Assert(G2 = 5); end.
10.125
19
0.584362
bccf04ee5b4c99eb5f439b7dfa6ffa30c7316da6
845
dpr
Pascal
Pacotes/HashGen.dpr
diondcm/formacao
51603b11a6976e9695d98e81c5a6c4e167a50daf
[ "MIT" ]
null
null
null
Pacotes/HashGen.dpr
diondcm/formacao
51603b11a6976e9695d98e81c5a6c4e167a50daf
[ "MIT" ]
null
null
null
Pacotes/HashGen.dpr
diondcm/formacao
51603b11a6976e9695d98e81c5a6c4e167a50daf
[ "MIT" ]
null
null
null
library HashGen; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings as parameters or function results. This applies to all strin...
35.208333
72
0.769231
61a603b199b80e0172e7625841afc5a5781b1fde
5,832
dfm
Pascal
NTICSLib/obj/fRegistrationForm.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
NTICSLib/obj/fRegistrationForm.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
NTICSLib/obj/fRegistrationForm.dfm
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
object frmRegistrationForm: TfrmRegistrationForm Left = 252 Top = 166 Width = 586 Height = 467 Caption = #1056#1077#1108#1089#1090#1088#1072#1094#1110#1103' '#1087#1088#1086#1075#1088#1072#1084#1080' ...' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Fo...
26.152466
312
0.622257
611804ba265c799703cbabb8006b358b96f6553b
481
pas
Pascal
Demos/Label/Main.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
1
2021-11-06T23:41:23.000Z
2021-11-06T23:41:23.000Z
Demos/Label/Main.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
null
null
null
Demos/Label/Main.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
1
2021-11-06T23:41:24.000Z
2021-11-06T23:41:24.000Z
unit Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, vgCtrls, ExtCtrls; type TMainForm = class(TForm) lb: TvgLabel; vgLabel2: TvgLabel; vgLabel3: TvgLabel; vgLabel4: TvgLabel; vgLabel5: TvgLabel; vgLabel1: TvgLabel;...
15.516129
76
0.642412
61cd0830b5da7ae40b50879f40f80b2422d6edeb
61,275
pas
Pascal
library/fhir2/fhir2_resources.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
library/fhir2/fhir2_resources.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
library/fhir2/fhir2_resources.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit fhir2_resources; { 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: * Redistrib...
70.431034
156
0.881175
61b487238212a9e873893c8efdc79834f5a65868
1,693
pas
Pascal
Settings/JcfSetBase.pas
coolchyni/jcf-cli
69fd71b962fd1c1386ec4939e94dab70568bf7e6
[ "MIT" ]
22
2018-05-31T23:01:15.000Z
2021-11-16T11:25:36.000Z
Settings/JcfSetBase.pas
luridarmawan/jcf-cli
aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02
[ "MIT" ]
1
2018-08-14T21:15:51.000Z
2018-08-15T12:42:58.000Z
Settings/JcfSetBase.pas
luridarmawan/jcf-cli
aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02
[ "MIT" ]
6
2018-05-31T06:31:55.000Z
2022-02-19T03:04:14.000Z
{(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is SetBase.pas, released April 2000. The Initial Developer of the Original Code is Anthony Steele. Portions created by Anthony Steele are Copyright (C) 1999-2008 Anthony Steele. ...
26.046154
81
0.687537
617c9ed3f71d55c48990d6167ae1ef5c99e77cb1
4,380
pas
Pascal
WebScriptMTDTInterface.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
WebScriptMTDTInterface.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
WebScriptMTDTInterface.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit WebScriptMTDTInterface; interface uses Variants,classes, sysutils, requestinfo, MTDTInterface, DataobjectServices, DataObject, ExceptionsX, ErrorResource, clientconstants, windows, rights, webscript; procedure ScriptNew(rqInfo: TRequestInfo; bGhost: boolean; slParams: TScriptParamList); function ScriptFetch(rqI...
28.441558
165
0.705479
17a447b2cdd898af2a2d0105be3b3bef00f57318
2,169
dfm
Pascal
Source/Propagator/LowEnd/BoldLowEndPropagatorMainForm.dfm
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
121
2020-09-22T10:46:20.000Z
2021-11-17T12:33:35.000Z
Source/Propagator/LowEnd/BoldLowEndPropagatorMainForm.dfm
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
8
2020-09-23T12:32:23.000Z
2021-07-28T07:01:26.000Z
Source/Propagator/LowEnd/BoldLowEndPropagatorMainForm.dfm
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
42
2020-09-22T14:37:20.000Z
2021-10-04T10:24:12.000Z
object BoldLEPropagatorMainForm: TBoldLEPropagatorMainForm Left = 409 Top = 289 BorderStyle = bsSingle Caption = 'Bold LowEnd Propagator' ClientHeight = 288 ClientWidth = 482 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' ...
19.540541
58
0.564315
6142240a675003fd4937b7b66ce17b11d49497a0
1,732
pas
Pascal
Demos/Components/PrintPreviewDialog/uPrintPreviewDialog.pas
CrystalNet-Tech/dotNetVCL4Delphi_Tutorials
4260109349279a71401d80b92c6a7d76c9c6d4d1
[ "Apache-2.0" ]
1
2020-12-31T11:25:23.000Z
2020-12-31T11:25:23.000Z
Demos/Components/PrintPreviewDialog/uPrintPreviewDialog.pas
CrystalNet-Tech/dotNetVCL4Delphi
4260109349279a71401d80b92c6a7d76c9c6d4d1
[ "Apache-2.0" ]
null
null
null
Demos/Components/PrintPreviewDialog/uPrintPreviewDialog.pas
CrystalNet-Tech/dotNetVCL4Delphi
4260109349279a71401d80b92c6a7d76c9c6d4d1
[ "Apache-2.0" ]
2
2020-09-26T09:03:17.000Z
2021-02-26T11:26:25.000Z
unit uPrintPreviewDialog; interface //In this example we will create a print document and print using PrintPreviewDialog. //We will print some text on Print Page event uses {$IF CompilerVersion > 22} Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Co...
27.0625
99
0.726328
cd49128823e397859a267f8f9cb8c2c90405bc3a
6,164
pas
Pascal
server/client_cache_manager.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
server/client_cache_manager.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
server/client_cache_manager.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit client_cache_manager; { 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: * Redistribution...
25.576763
122
0.678131
17abfbed28f3946478d29eebf3c534c42a5a0e0d
5,450
dfm
Pascal
Delphi7/Ina226_r_config.dfm
pvvx/STM32INA2xxPowerProfiler
480d36e5d6bd52b439f4077bf425c16bee61b146
[ "Unlicense" ]
20
2019-11-22T15:57:12.000Z
2022-02-20T13:38:42.000Z
Delphi7/Ina226_r_config.dfm
pvvx/STM32INA2xxPowerProfiler
480d36e5d6bd52b439f4077bf425c16bee61b146
[ "Unlicense" ]
null
null
null
Delphi7/Ina226_r_config.dfm
pvvx/STM32INA2xxPowerProfiler
480d36e5d6bd52b439f4077bf425c16bee61b146
[ "Unlicense" ]
3
2020-06-11T19:42:35.000Z
2022-01-05T19:42:18.000Z
object Form226Config: TForm226Config Left = 1030 Top = 211 BorderStyle = bsDialog Caption = 'INA226: Registor Config' ClientHeight = 348 ClientWidth = 481 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Ol...
19.055944
73
0.571927
cd551e1744a99cd3426507870e0ba649354f9eab
3,464
pas
Pascal
dependencies/Indy10/Protocols/IdFTPListParseHellSoft.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
dependencies/Indy10/Protocols/IdFTPListParseHellSoft.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
dependencies/Indy10/Protocols/IdFTPListParseHellSoft.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
{ $Project$ $Workfile$ $Revision$ $DateUTC$ $Id$ This file is part of the Indy (Internet Direct) project, and is offered under the dual-licensing agreement described on the Indy website. (http://www.indyproject.org/) Copyright: (c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r...
25.850746
140
0.687644
cded6dba74df6c96cc4e4c2a061167ce09b3aaa1
2,083
dfm
Pascal
classes/2015.09.11/prova/projeto/Unit1.dfm
alessandrojean/PRC-2015
1085493ab18df2bcc5d595472a5f2c4900698b27
[ "Apache-2.0" ]
null
null
null
classes/2015.09.11/prova/projeto/Unit1.dfm
alessandrojean/PRC-2015
1085493ab18df2bcc5d595472a5f2c4900698b27
[ "Apache-2.0" ]
null
null
null
classes/2015.09.11/prova/projeto/Unit1.dfm
alessandrojean/PRC-2015
1085493ab18df2bcc5d595472a5f2c4900698b27
[ "Apache-2.0" ]
null
null
null
object Form1: TForm1 Left = 340 Top = 188 BorderStyle = bsSingle Caption = 'Prova' ClientHeight = 284 ClientWidth = 860 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False ...
19.46729
51
0.569851
61b0299874e786163263e218fbd87ccf359e1eec
1,771
dfm
Pascal
u_get_jenis_distribusi_dana.dfm
AndanTeknomedia/bazda-delphi-xe8
3cb9589e41bf7a7492323348a429a6ef7f357817
[ "MIT" ]
null
null
null
u_get_jenis_distribusi_dana.dfm
AndanTeknomedia/bazda-delphi-xe8
3cb9589e41bf7a7492323348a429a6ef7f357817
[ "MIT" ]
null
null
null
u_get_jenis_distribusi_dana.dfm
AndanTeknomedia/bazda-delphi-xe8
3cb9589e41bf7a7492323348a429a6ef7f357817
[ "MIT" ]
null
null
null
object FJenisDistribusiDana: TFJenisDistribusiDana Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Jenis Distribusi Dana' ClientHeight = 177 ClientWidth = 469 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Ol...
21.337349
80
0.630717
615fe22b59cb9c8dc2da90b1bad73b7aaca86764
117,225
dfm
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fAbout.dfm
timmvt/VistA_tt
05694e3a98c026f682f99ca9eb701bdd1e82af28
[ "Apache-2.0" ]
1
2021-01-01T01:16:44.000Z
2021-01-01T01:16:44.000Z
CPRSChart/OR_30_423_SRC/CPRS-chart/fAbout.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_423_SRC/CPRS-chart/fAbout.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
inherited frmAbout: TfrmAbout Left = 346 Top = 50 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About CPRS' ClientHeight = 599 ClientWidth = 415 Position = poOwnerFormCenter OnCreate = FormCreate ExplicitWidth = 421 ExplicitHeight = 632 PixelsPerInch = 120 TextHeight = 16 ob...
65.415737
80
0.860124
1797ccb04cb52a736f4115ff95a3f7bd7eee730b
106,062
pas
Pascal
lazarus/lazutils/laz2_dom.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lazutils/laz2_dom.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lazutils/laz2_dom.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
{ ********************************************************************** This file is part of LazUtils. It is copied from FCL unit dom svn revision 15251 and adapted to use UTF8 instead of widestrings by Mattias Gaertner. See the file COPYING.FPC, included in this distribution, for details about the license...
28.373997
142
0.686174
617f898f68834aef9468c8eccf3220d6606b18a0
3,586
pas
Pascal
61_Math_Dice/pascal/mathdice.pas
kappa/basic-computer-games
234e363d0adc0acb7165b704af8e77754ae85168
[ "Unlicense" ]
7,880
2021-01-31T00:01:29.000Z
2022-03-31T23:14:40.000Z
61_Math_Dice/pascal/mathdice.pas
kappa/basic-computer-games
234e363d0adc0acb7165b704af8e77754ae85168
[ "Unlicense" ]
571
2021-02-16T04:22:11.000Z
2022-03-30T18:31:21.000Z
61_Math_Dice/pascal/mathdice.pas
kappa/basic-computer-games
234e363d0adc0acb7165b704af8e77754ae85168
[ "Unlicense" ]
1,091
2021-02-16T03:03:53.000Z
2022-03-31T22:51:13.000Z
(* * Ported from mathdice.bas to Pascal by krt@krt.com.au * * Compile with Free Pascal (https://www.freepascal.org/) ~ * fpc mathdice.pas *) program MathDice; procedure printDice( face_value: integer ); (* Prints a box with spots representing a die face for the user *) begin writeln( ' ----- ' ); if...
27.584615
84
0.552426
cd24b4668a6ceb6a1cfbc250274a3dd917a88a2b
411
pas
Pascal
ports/editors/lazarus/dragonfly/patch-lcl_interfaces_qt5_cbindings_qt5.pas
3mdeb/DeltaPorts
9fc4c2f8a428d5b4693c80b9efe24cce95011d22
[ "BSD-2-Clause-FreeBSD" ]
31
2015-02-06T17:06:37.000Z
2022-03-08T19:53:28.000Z
ports/editors/lazarus/dragonfly/patch-lcl_interfaces_qt5_cbindings_qt5.pas
3mdeb/DeltaPorts
9fc4c2f8a428d5b4693c80b9efe24cce95011d22
[ "BSD-2-Clause-FreeBSD" ]
236
2015-06-29T19:51:17.000Z
2021-12-16T22:46:38.000Z
ports/editors/lazarus/dragonfly/patch-lcl_interfaces_qt5_cbindings_qt5.pas
3mdeb/DeltaPorts
9fc4c2f8a428d5b4693c80b9efe24cce95011d22
[ "BSD-2-Clause-FreeBSD" ]
52
2015-02-06T17:05:36.000Z
2021-10-21T12:13:06.000Z
--- lcl/interfaces/qt5/cbindings/qt5.pas.orig 2018-01-10 22:56:59 UTC +++ lcl/interfaces/qt5/cbindings/qt5.pas @@ -38,7 +38,7 @@ const {$LINKFRAMEWORK Qt5Pas} {$ELSE} Qt5PasLib = 'libQt5Pas.so.1'; - {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)} + {$IF DEFINED(LINUX) or DEFINED(FREEBSD) ...
34.25
86
0.649635
618f0d7116f92d9232e1215cdac9c66b25da403f
1,548
pas
Pascal
delphi/0415.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
delphi/0415.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
delphi/0415.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
From: Lode Deleu <101612.1454@compuserve.com> > Is it possible to create an array of components? I'm using a LED component for a status display, and I'd like to be able to access it via: First of all, you'l need to declare the array: LED : array[1..10] of TLed; (TLed being your led component type) if ...
39.692308
170
0.652455
619d49fa51baf9f5a61b64c4b28ac1b53c43c26e
4,212
pas
Pascal
source/uWVCoreWebView2EnvironmentOptions.pas
e-files/WebView4Delphi
01dade7a01a1d8b5c1b0ad131e237f18f8e650b5
[ "MIT" ]
1
2021-12-04T09:32:36.000Z
2021-12-04T09:32:36.000Z
source/uWVCoreWebView2EnvironmentOptions.pas
flexifi/WebView4Delphi
6a0169aa0e8c0280f93ec7f874abe95e38dd9e5a
[ "MIT" ]
null
null
null
source/uWVCoreWebView2EnvironmentOptions.pas
flexifi/WebView4Delphi
6a0169aa0e8c0280f93ec7f874abe95e38dd9e5a
[ "MIT" ]
null
null
null
unit uWVCoreWebView2EnvironmentOptions; {$IFDEF FPC}{$MODE Delphi}{$ENDIF} interface uses {$IFDEF FPC} Windows, ActiveX, {$ELSE} WinApi.Windows, Winapi.ActiveX, {$ENDIF} uWVTypeLibrary, uWVTypes; type TCoreWebView2EnvironmentOptions = class(TInterfacedObject, ICoreWebView2EnvironmentOptions) prote...
32.4
166
0.728632
6155965276b8b172525f34a4bf37dbc13bf72fb7
375
pas
Pascal
CAT/tests/12. native interop/all proc signatures/funcs/func_ccreg_ret_TSmallRect9.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
19
2018-10-22T23:45:31.000Z
2021-05-16T00:06:49.000Z
CAT/tests/12. native interop/all proc signatures/funcs/func_ccreg_ret_TSmallRect9.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
1
2019-06-01T06:17:08.000Z
2019-12-28T10:27:42.000Z
CAT/tests/12. native interop/all proc signatures/funcs/func_ccreg_ret_TSmallRect9.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
6
2018-08-30T05:16:21.000Z
2021-05-12T20:25:43.000Z
unit func_ccreg_ret_TSmallRect9; interface implementation type TSmallRect9 = packed record x, y: Int32; z: UInt8; end; function F(a: TSmallRect9): TSmallRect9; external 'CAT' name 'func_ccreg_ret_TSmallRect9'; var a, r: TSmallRect9; procedure Test; begin r.x := 11; a.x := 12; r := F(a); Assert(a = r...
13.888889
91
0.688
612e870ad6b8072323508ca06c0e0e8951d31dc4
2,374
pas
Pascal
untFormularioListagemEmpresas.pas
AlanSSousa/ListagemFornecedor
7a87d902ccf54538f76ebb90185198266cf40f9f
[ "Unlicense" ]
null
null
null
untFormularioListagemEmpresas.pas
AlanSSousa/ListagemFornecedor
7a87d902ccf54538f76ebb90185198266cf40f9f
[ "Unlicense" ]
null
null
null
untFormularioListagemEmpresas.pas
AlanSSousa/ListagemFornecedor
7a87d902ccf54538f76ebb90185198266cf40f9f
[ "Unlicense" ]
null
null
null
unit untFormularioListagemEmpresas; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, ZAbstractConnection, ZConnection, Data.DB, ZAbstractRODataset, ZAbstractDataset, ZDataset, Vcl.StdCtrls, Vcl.Grids, Vcl.DBGr...
26.377778
98
0.783909
cddcb531bd5325794d6f6b349f70b6954daa489d
108,749
pas
Pascal
library/fsl/fsl_json.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
null
null
null
library/fsl/fsl_json.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
null
null
null
library/fsl/fsl_json.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
null
null
null
Unit fsl_json; { Copyright (c) 2001+, Kestral Computing Pty Ltd (http://www.kestral.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the ab...
28.640769
661
0.67596
61200fda37688aa4d65035ba6514a3a75297af72
3,371
pas
Pascal
FormPrincipal.pas
SidneyJunior26/CovidApp-API
cf701d0f6d082baab733c8ec8ee37375f545d82f
[ "Apache-2.0" ]
null
null
null
FormPrincipal.pas
SidneyJunior26/CovidApp-API
cf701d0f6d082baab733c8ec8ee37375f545d82f
[ "Apache-2.0" ]
null
null
null
FormPrincipal.pas
SidneyJunior26/CovidApp-API
cf701d0f6d082baab733c8ec8ee37375f545d82f
[ "Apache-2.0" ]
null
null
null
unit FormPrincipal; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Layouts, FMX.ListBox, FMX.TabControl, System.ImageList, FMX.ImgList, FMX.MultiView,FMX....
24.786765
90
0.707209
1732e3bb52df0008bb7d175cda9a7b7f5837c2ef
22,109
pas
Pascal
src/gui-classic/UFRMWalletKeys.pas
gabbieian38/PascalCoin
f33df61aa50e5280788f9f1f28c11f2de9a7a4dc
[ "MIT" ]
1
2020-06-07T08:58:10.000Z
2020-06-07T08:58:10.000Z
src/gui-classic/UFRMWalletKeys.pas
gabbieian38/PascalCoin
f33df61aa50e5280788f9f1f28c11f2de9a7a4dc
[ "MIT" ]
null
null
null
src/gui-classic/UFRMWalletKeys.pas
gabbieian38/PascalCoin
f33df61aa50e5280788f9f1f28c11f2de9a7a4dc
[ "MIT" ]
null
null
null
unit UFRMWalletKeys; { Copyright (c) 2016 by Albert Molina Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php. This unit is a part of the PascalCoin Project, an infinitely scalable cryptocurrency. Find us here: Web: http...
35.149444
167
0.7046
aa457e2d9545d9a743f20e69f374d3417256b59e
377
dpr
Pascal
demos/Delphi/Expression/ExpressionDemo.dpr
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
16
2018-11-03T14:52:08.000Z
2021-09-19T10:05:09.000Z
demos/Delphi/Expression/ExpressionDemo.dpr
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
null
null
null
demos/Delphi/Expression/ExpressionDemo.dpr
MahdiSafsafi/Parse-Easy
645cd2312cffeba30e9cbbb3b47e8482f26f1100
[ "Artistic-1.0-Perl" ]
1
2018-11-04T13:29:31.000Z
2018-11-04T13:29:31.000Z
program ExpressionDemo; uses Vcl.Forms, uMain in 'uMain.pas' {Main}, ExpressionLexer in 'Expression\ExpressionLexer.pas', ExpressionParser in 'Expression\ExpressionParser.pas', ExpressionBase in 'ExpressionBase.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Appl...
20.944444
56
0.758621
aaf08ef35a3f6b8bb467977d22b531f06d7c6972
11,471
dpr
Pascal
HotkeyHook.dpr
vhanla/AltTabPro
5402f78250e967b3322318a9b447b50714bec9f7
[ "MIT" ]
5
2020-04-16T06:37:23.000Z
2021-08-01T18:18:47.000Z
HotkeyHook.dpr
vhanla/AltTabPro
5402f78250e967b3322318a9b447b50714bec9f7
[ "MIT" ]
null
null
null
HotkeyHook.dpr
vhanla/AltTabPro
5402f78250e967b3322318a9b447b50714bec9f7
[ "MIT" ]
2
2020-06-05T06:14:49.000Z
2021-06-22T10:11:22.000Z
library HotkeyHook; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings as parameters or function results. This applies to ...
32.041899
121
0.617906
61d29874704974653c1d57c99b181524cfd18c86
14,798
pas
Pascal
Apus.Engine.WindowsPlatform.pas
Cooler2/ApusGameEngine
6250348a4be29c7d1afff35c99e4e7eba9ce8c2c
[ "BSD-3-Clause" ]
124
2020-03-05T07:57:43.000Z
2022-03-28T07:59:26.000Z
Apus.Engine.WindowsPlatform.pas
Cooler2/ApusGameEngine
6250348a4be29c7d1afff35c99e4e7eba9ce8c2c
[ "BSD-3-Clause" ]
null
null
null
Apus.Engine.WindowsPlatform.pas
Cooler2/ApusGameEngine
6250348a4be29c7d1afff35c99e4e7eba9ce8c2c
[ "BSD-3-Clause" ]
20
2020-03-07T21:42:14.000Z
2022-03-31T00:33:25.000Z
// Windows-specific functions used by Game object // // Copyright (C) 2020 Ivan Polyacov, Apus Software (ivan@apus-software.com) // This file is licensed under the terms of BSD-3 license (see license.txt) // This file is a part of the Apus Game Engine (http://apus-software.com/engine/) unit Apus.Engine.WindowsPla...
26.711191
106
0.707055
61d44794e7c812368bedd5b35edb769c8768fd74
614
pas
Pascal
Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.ReorderReceiptRuleSetResponse.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.ReorderReceiptRuleSetResponse.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.ReorderReceiptRuleSetResponse.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.ReorderReceiptRuleSetResponse; interface uses AWS.Runtime.Model; type TReorderReceiptRuleSetResponse = class; IReorderReceiptRuleSetResponse = interface(IAmazonWebServiceResponse) function Obj: TReorderReceiptRuleSetResponse; end; TReorderReceiptRuleSetResponse = class(TAmazonW...
20.466667
99
0.820847
61fbffac36cf6a039991accdb49279a8a9ff481b
147
pas
Pascal
ALG-1/APOIO/laco_de_repeticao/repeat.pas
leommartin/ERE-2-UFPR
b6dfe367507566b4bd7fa10aa15ed7567880a4d2
[ "MIT" ]
null
null
null
ALG-1/APOIO/laco_de_repeticao/repeat.pas
leommartin/ERE-2-UFPR
b6dfe367507566b4bd7fa10aa15ed7567880a4d2
[ "MIT" ]
null
null
null
ALG-1/APOIO/laco_de_repeticao/repeat.pas
leommartin/ERE-2-UFPR
b6dfe367507566b4bd7fa10aa15ed7567880a4d2
[ "MIT" ]
null
null
null
program repete; var n,i: integer; begin read(n); i:=1; repeat writeln(i); i:=i+1; writeln('LETSSS GOOO BABYYYY!!!!'); until i>n; end.
10.5
37
0.598639
6a0073c8711a60c14bb2af3be674ab8ff2b0d0e4
1,366
pas
Pascal
sources/chHash.CRC.CRC14.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC14.pas
vampirsoft/CryptoHash
bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4
[ "MIT" ]
null
null
null
sources/chHash.CRC.CRC14.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 ...
34.15
83
0.4041
bc56697a84fed62ee8d589bb5afbe0bad9090490
127
pas
Pascal
IFizzBuzzer.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
1
2022-02-27T13:07:56.000Z
2022-02-27T13:07:56.000Z
IFizzBuzzer.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
null
null
null
IFizzBuzzer.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
1
2022-02-27T13:07:45.000Z
2022-02-27T13:07:45.000Z
unit IFizzBuzzer; interface type IFizzBuzz = interface function DoIt(i: Integer): string; end; implementation end.
9.769231
38
0.724409
61857199e1219994bb49d62e555d65a0552167a5
33,757
pas
Pascal
umain.pas
D25SK/thtkgui_new
18fc758670967f21b0aa40e3af9198f74b9d7954
[ "MIT" ]
16
2019-09-10T11:30:44.000Z
2021-12-16T08:47:03.000Z
umain.pas
D25SK/thtkgui_new
18fc758670967f21b0aa40e3af9198f74b9d7954
[ "MIT" ]
null
null
null
umain.pas
D25SK/thtkgui_new
18fc758670967f21b0aa40e3af9198f74b9d7954
[ "MIT" ]
3
2019-09-09T06:07:31.000Z
2021-02-19T02:41:52.000Z
unit umain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.StdCtrls, Vcl.FileCtrl, StrUtils, Vcl.ExtCtrls, IniFiles, ShellAPI, Vcl.Menus, uentry, uthtkpath, Masks; type TMain = class(T...
31.997156
91
0.688924
cdbbd172cd8f4e975a53e43389cdce2509f235cd
149
pas
Pascal
Test/FunctionsTime/format_days_months.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FunctionsTime/format_days_months.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FunctionsTime/format_days_months.pas
caxsf/dwscript
410a0416db3d4baf984e041b9cbf5707f2f8895f
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var dt := 42000; PrintLn(FormatDateTime('dd/mm.yy', dt)); PrintLn(FormatDateTime('ddd mmm yyyy', dt)); PrintLn(FormatDateTime('dddd mmmm', dt));
29.8
45
0.691275
cda5136803fe97da9020a290e32789fc09ed7a2d
4,935
pas
Pascal
dependencies/Indy10/Protocols/IdFTPListParseTSXPlus.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
dependencies/Indy10/Protocols/IdFTPListParseTSXPlus.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
dependencies/Indy10/Protocols/IdFTPListParseTSXPlus.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...
25.050761
139
0.680851
cd8cc5fad446c510201afdbc73ac9dbdcf053da1
4,602
pas
Pascal
windows/src/ext/jedi/jwscl/branches/0.9.3/examples/XP Elevation/CPL/PanelForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jwscl/branches/0.9.3/examples/XP Elevation/CPL/PanelForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jwscl/branches/0.9.3/examples/XP Elevation/CPL/PanelForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
unit PanelForm; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ImgList, ExtCtrls, ComCtrls; type TPanel = class(TForm) ImageList1: TImageList; AddBitBtn: TBitBtn; RemoveBitBtn: TBitBtn; CheckBox1: TCheckBox; ListViewUser...
22.44878
96
0.641243
6a021b05aeaf2d7729b2d3d31895fa4300f80332
464
pas
Pascal
Samples/VCL/pages/View.Page.Product.pas
atkins126/Router4Delphi
517a46ac46883fd675f6b94c5429358e49976bc4
[ "MIT" ]
54
2020-07-17T22:09:27.000Z
2021-11-09T13:44:40.000Z
Samples/VCL/pages/View.Page.Product.pas
atkins126/Router4Delphi
517a46ac46883fd675f6b94c5429358e49976bc4
[ "MIT" ]
5
2020-09-09T23:17:15.000Z
2021-08-22T00:59:25.000Z
Samples/VCL/pages/View.Page.Product.pas
atkins126/Router4Delphi
517a46ac46883fd675f6b94c5429358e49976bc4
[ "MIT" ]
31
2020-07-17T23:32:47.000Z
2021-11-03T23:43:45.000Z
unit View.Page.Product; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, View.Page.Template, Vcl.ExtCtrls, Vcl.StdCtrls; type TfViewPageProduct = class(TfViewPageTemplate) private { Pr...
12.888889
47
0.715517
6169978ce87368c2a4a4420436b3e2137cfec215
3,575
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Cover Sheet/fCoverSheet.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/Cover Sheet/fCoverSheet.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/Cover Sheet/fCoverSheet.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
unit fCoverSheet; { ================================================================================ * * Application: CPRS - Coversheet * Developer: doma.user@domain.ext * Site: Salt Lake City ISC * Date: 2015-12-21 * * Description: Main form for other ...
22.067901
84
0.68951
1707e0954d287035e551e5d1f6e31e77f69bb7a2
4,902
pas
Pascal
Libraries/DDuce/DDuce.WinIPC.Client.pas
Patiencer/Concepts
e63910643b2401815dd4f6b19fbdf0cd7d443392
[ "Apache-2.0" ]
null
null
null
Libraries/DDuce/DDuce.WinIPC.Client.pas
Patiencer/Concepts
e63910643b2401815dd4f6b19fbdf0cd7d443392
[ "Apache-2.0" ]
null
null
null
Libraries/DDuce/DDuce.WinIPC.Client.pas
Patiencer/Concepts
e63910643b2401815dd4f6b19fbdf0cd7d443392
[ "Apache-2.0" ]
1
2018-10-08T07:57:42.000Z
2018-10-08T07:57:42.000Z
{ Copyright (C) 2013-2018 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...
23.796117
81
0.72501
175de769c622a76fabde018ce5879a2ba0520cf9
3,003
pas
Pascal
src/LokoRuc.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
3
2016-02-17T20:15:23.000Z
2018-05-24T20:12:38.000Z
src/LokoRuc.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
45
2016-04-15T18:21:06.000Z
2021-09-22T09:54:20.000Z
src/LokoRuc.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
1
2021-11-16T14:15:33.000Z
2021-11-16T14:15:33.000Z
unit LokoRuc; { Show list of engines in manual control on bottom side of a panel. } interface uses Generics.Collections, Classes, SysUtils, PGraphics, Graphics, Math, Windows, DXDraws, Types; type TORStackVolba = (PV = 0, VZ = 1); TOREZVolba = (closed = 0, please = 1, openned = 2); TRucLoko = record ...
21.604317
93
0.533467
61fbd4a8bf08b724623d79e34654f1d097000d65
2,711
dfm
Pascal
import/src/FormSettingPostgreSQL.dfm
voucha/powertools
e80a591a7cfc02eb48a034687801370eb0c9c9ae
[ "MIT" ]
null
null
null
import/src/FormSettingPostgreSQL.dfm
voucha/powertools
e80a591a7cfc02eb48a034687801370eb0c9c9ae
[ "MIT" ]
null
null
null
import/src/FormSettingPostgreSQL.dfm
voucha/powertools
e80a591a7cfc02eb48a034687801370eb0c9c9ae
[ "MIT" ]
null
null
null
object FrmSettingPostgreSQL: TFrmSettingPostgreSQL Left = 0 Top = 0 ActiveControl = edtHostname BorderStyle = bsDialog Caption = 'PostgreSQL Connection Setting' ClientHeight = 248 ClientWidth = 500 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font....
18.958042
50
0.552564
aaeae9a659a114e2dc493dbc555b374f7798e900
990
pas
Pascal
examples/graph2d/fractal.pas
ashurrafiev/JPas
bcce28ff3db62b4a8f9b44f38df26645eb500661
[ "MIT" ]
null
null
null
examples/graph2d/fractal.pas
ashurrafiev/JPas
bcce28ff3db62b4a8f9b44f38df26645eb500661
[ "MIT" ]
19
2017-09-21T16:06:48.000Z
2017-10-07T20:00:43.000Z
examples/graph2d/fractal.pas
ashurrafiev/JPas
bcce28ff3db62b4a8f9b44f38df26645eb500661
[ "MIT" ]
null
null
null
{ This program demonstrates using transform functions and transform stack by drawing a fractal image. } Begin uses Graph2D; {Initialise} InitWindow('Transform', 1280, 768, 1); SetBackground($F0F0F0); HighQuality; ClearCanvas; {Recursive function to draw a fractal shape.} procedure Draw(D: Integer); begin {Draw circl...
17.368421
55
0.668687
6a036d5718a34e4d79df5163b3256af3599c5302
46,439
pas
Pascal
references/zeoslib/src/plain/ZPlainMySqlConstants.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
references/zeoslib/src/plain/ZPlainMySqlConstants.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
references/zeoslib/src/plain/ZPlainMySqlConstants.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
{*********************************************************} { } { Zeos Database Objects } { Delphi plain interface to libmysql.dll } { Version 4.1 } { ...
56.22155
157
0.549667
afce04b1982a84ad9221813be57ea1ca77f2c8b2
2,355
pas
Pascal
GFinanceLazarus/unit3.pas
BrandyLover/GFinance
49c883f1942bfb257aa1ff00c03e722f2606c596
[ "MIT" ]
null
null
null
GFinanceLazarus/unit3.pas
BrandyLover/GFinance
49c883f1942bfb257aa1ff00c03e722f2606c596
[ "MIT" ]
null
null
null
GFinanceLazarus/unit3.pas
BrandyLover/GFinance
49c883f1942bfb257aa1ff00c03e722f2606c596
[ "MIT" ]
null
null
null
unit Unit3; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls; type { TnewTransfForm } TnewTransfForm = class(TForm) btCancel: TButton; btOk: TButton; cbContaExit: TComboBox; cbContaEntry: TComboBox; edData: TEdit; edData1: TEdit; ...
19.625
105
0.691295
612624d714b37322fb28b302db4ce96495863e95
268,568
pas
Pascal
projects/gltftest/src/UnitScreenMain.pas
michaliskambi/pasvulkan
54ff3c801acdfdc2cf4e99c8981f8ca1e96abb47
[ "Zlib" ]
null
null
null
projects/gltftest/src/UnitScreenMain.pas
michaliskambi/pasvulkan
54ff3c801acdfdc2cf4e99c8981f8ca1e96abb47
[ "Zlib" ]
null
null
null
projects/gltftest/src/UnitScreenMain.pas
michaliskambi/pasvulkan
54ff3c801acdfdc2cf4e99c8981f8ca1e96abb47
[ "Zlib" ]
null
null
null
unit UnitScreenMain; {$ifdef fpc} {$mode delphi} {$ifdef cpu386} {$asmmode intel} {$endif} {$ifdef cpuamd64} {$asmmode intel} {$endif} {$else} {$ifdef conditionalexpressions} {$if CompilerVersion>=24.0} {$legacyifend on} {$ifend} {$endif} {$endif} {$if defined(Win32) or defined(Win64)}...
53.627796
221
0.621083
61ec9bade7c1ce6563936bfea2ef980c8523df12
3,261
pas
Pascal
Classes/Game.pas
mikeprice99/NoughtsAndCrosses
f4e34768d04bc9ebed0e384cb78905d223d68937
[ "Apache-2.0" ]
null
null
null
Classes/Game.pas
mikeprice99/NoughtsAndCrosses
f4e34768d04bc9ebed0e384cb78905d223d68937
[ "Apache-2.0" ]
null
null
null
Classes/Game.pas
mikeprice99/NoughtsAndCrosses
f4e34768d04bc9ebed0e384cb78905d223d68937
[ "Apache-2.0" ]
null
null
null
unit Game; interface type (* board is an array of cells of type byte if cell is empty, value = 0 if cell owned by player 1 (eg X) : value = 1 (bit 1 set) if cell owned by player 2 (eg 0) : value = 2 (bit 2 set) if cell is part of a winning line: value > 8 (bit 4 set) *) ...
22.033784
89
0.629255
1703d5748e17684355a17cb3b636ba64060d920f
1,455
dfm
Pascal
Unit1.dfm
UkrRobot/BrownianMotion
9a0ef395e3b0bcc955b476fdb8801120e1721e6f
[ "MIT" ]
null
null
null
Unit1.dfm
UkrRobot/BrownianMotion
9a0ef395e3b0bcc955b476fdb8801120e1721e6f
[ "MIT" ]
null
null
null
Unit1.dfm
UkrRobot/BrownianMotion
9a0ef395e3b0bcc955b476fdb8801120e1721e6f
[ "MIT" ]
null
null
null
object MainForm: TMainForm Left = 159 Top = 56 BorderStyle = bsDialog Caption = 'Brownian motion' ClientHeight = 508 ClientWidth = 765 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False...
18.1875
34
0.603436
61f89f8367c6a0e4c632d6490e85cfbe0ef0a828
559
pas
Pascal
src/View/Pages/NFe.View.Main.pas
RoneyErdemann/appnfe
36c0152626fc3c2606618e918700c33361231e73
[ "MIT" ]
1
2021-06-30T18:41:01.000Z
2021-06-30T18:41:01.000Z
src/View/Pages/NFe.View.Main.pas
RoneyErdemann/appnfe
36c0152626fc3c2606618e918700c33361231e73
[ "MIT" ]
null
null
null
src/View/Pages/NFe.View.Main.pas
RoneyErdemann/appnfe
36c0152626fc3c2606618e918700c33361231e73
[ "MIT" ]
null
null
null
unit NFe.View.Main; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Pri...
13.309524
47
0.706619
177dbff00c07e2dd1b93b1b18f3d15c16ba4df08
1,305
pas
Pascal
windows/src/ext/jedi/jvcl/jvcl/design/JvActnResForm.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/design/JvActnResForm.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/design/JvActnResForm.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...
25.588235
86
0.672797
6189148edd873690178e5ba739429bdb2df5dc49
153
pas
Pascal
Source/Core/AWS.Transform.RequestMarshaller.pas
gabrielbaltazar/aws-sdk-delphi
ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a
[ "Apache-2.0" ]
1
2021-08-18T21:02:27.000Z
2021-08-18T21:02:27.000Z
Source/Core/AWS.Transform.RequestMarshaller.pas
gabrielbaltazar/aws-sdk-delphi
ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a
[ "Apache-2.0" ]
null
null
null
Source/Core/AWS.Transform.RequestMarshaller.pas
gabrielbaltazar/aws-sdk-delphi
ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a
[ "Apache-2.0" ]
null
null
null
unit AWS.Transform.RequestMarshaller; interface type IMarshaller<T, R> = interface function Marshall(AInput: R): T; end; implementation end.
11.769231
37
0.732026
179fda0f0b526cb0ea628b06a527ea07047368ca
1,753
dfm
Pascal
uUpdate.dfm
cdesp/NB-Emulator-V.3
e84521d428f0dbb826732c90791185d6d7e1f3ca
[ "BSD-3-Clause" ]
null
null
null
uUpdate.dfm
cdesp/NB-Emulator-V.3
e84521d428f0dbb826732c90791185d6d7e1f3ca
[ "BSD-3-Clause" ]
null
null
null
uUpdate.dfm
cdesp/NB-Emulator-V.3
e84521d428f0dbb826732c90791185d6d7e1f3ca
[ "BSD-3-Clause" ]
null
null
null
object frmUpdate: TfrmUpdate Left = 0 Top = 0 Caption = 'Check New Version' ClientHeight = 209 ClientWidth = 519 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop GlassFrame.Enabled = True ...
23.065789
86
0.654877
aac97568da02e5514e5ecb58f26b6cfbeabb0b36
1,362
pas
Pascal
delphi/ExerDlp5MatrizesVetores/UnArqTxt.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/ExerDlp5MatrizesVetores/UnArqTxt.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
delphi/ExerDlp5MatrizesVetores/UnArqTxt.pas
vitorebatista/my-tests
696b2290259d8179d0b3399569dd9e77e6eaa750
[ "MIT" ]
null
null
null
unit UnArqTxt; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Label1: TLabel; Edit1: TEdit; Label2: TLabel; Edit2: TEdit; Button1: TButton; Button2: TButton; Button3: TButton; procedu...
19.73913
76
0.684288
611f32792a4cb3fcc7b26231765e1fccd9d81a09
2,247
pas
Pascal
samples/client/lazarus/src/samples.main.pas
rmotafacundo/RESTRequest4Delphi
ba3038c2a8dff6ea11f5cf4f4e018bcc42189616
[ "MIT" ]
269
2019-07-04T14:21:13.000Z
2022-03-28T21:18:40.000Z
samples/client/lazarus/src/samples.main.pas
CarlosHe/RESTRequest4Delphi
2817dfc614381c4ce4d2b279453676b571bce934
[ "MIT" ]
39
2019-07-04T14:18:23.000Z
2022-03-16T12:10:31.000Z
samples/client/lazarus/src/samples.main.pas
CarlosHe/RESTRequest4Delphi
2817dfc614381c4ce4d2b279453676b571bce934
[ "MIT" ]
113
2019-07-05T01:48:04.000Z
2022-03-21T16:42:11.000Z
unit Samples.Main; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, ComCtrls; type { TFrmMain } TFrmMain = class(TForm) btnDELETE: TButton; btnGET: TButton; btnPOST: TButton; btnPUT: TButton; edtAccept: TLabeledEdit; edtB...
20.0625
76
0.719181
cd7194b662e4ee6aa82d8fefe416aac312f4851d
6,712
pas
Pascal
reference-platform/support/XMLBuilder.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
1
2018-01-08T06:40:02.000Z
2018-01-08T06:40:02.000Z
reference-platform/support/XMLBuilder.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
reference-platform/support/XMLBuilder.pas
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
unit XMLBuilder; { Copyright (c) 2001-2013, Kestral Computing Pty Ltd (http://www.kestral.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above...
35.141361
130
0.779797
cdce2dd33349533027e5fd3bdf43f36193a66730
8,792
dpr
Pascal
Lego/bricxcc/processindex.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
null
null
null
Lego/bricxcc/processindex.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
1
2017-09-18T14:15:00.000Z
2017-09-18T14:15:00.000Z
Lego/bricxcc/processindex.dpr
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
null
null
null
(* * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS...
30.422145
102
0.547771
617af2e4d876cd802727d4c2c215b9e17f4493c3
7,647
pas
Pascal
Games/Source/GrueStew/tst_GrueStew.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Games/Source/GrueStew/tst_GrueStew.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Games/Source/GrueStew/tst_GrueStew.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit tst_GrueStew; {$IFDEF FPC} {$mode objfpc}{$H+} {$EndIF} interface uses Classes, SysUtils, {$IFNDEF FPC}TestFramework, {$Else} fpcunit, testutils, testregistry, {$endif}unt_GrueStewBase, cls_GrueStewEng; type TGrueStewTestEng=Class(TGrueStewEng) public Property Room[index:integer]:...
36.588517
138
0.674382
6181ec69314320da17a3aa6cedf0100a96d49798
3,686
pas
Pascal
Source/MDShellEx.Splash.pas
thecocce/MarkdownShellExtensions
2bdf031e4efe5693db780aac00d2cc765b085d62
[ "Apache-2.0" ]
9
2021-06-29T23:12:31.000Z
2021-11-11T20:33:34.000Z
Source/MDShellEx.Splash.pas
thecocce/MarkdownShellExtensions
2bdf031e4efe5693db780aac00d2cc765b085d62
[ "Apache-2.0" ]
1
2021-09-06T19:21:59.000Z
2021-09-07T15:40:48.000Z
Source/MDShellEx.Splash.pas
thecocce/MarkdownShellExtensions
2bdf031e4efe5693db780aac00d2cc765b085d62
[ "Apache-2.0" ]
4
2021-06-29T00:46:04.000Z
2021-09-07T10:24:42.000Z
{******************************************************************************} { } { MarkDown Shell extensions } { (Preview Panel, Thumbnail Icon, MD Text Editor) ...
37.612245
81
0.443842
449d0a0ac86bdb1059f34da0de3faabe30b1ae52
193
pas
Pascal
programmirovanie/01_the_basics_of_programming/02_pascal/02/while.pas
uldash/stolyarov
b42ee161c8670399db5822cfcfa0001d77a6e44d
[ "MIT" ]
null
null
null
programmirovanie/01_the_basics_of_programming/02_pascal/02/while.pas
uldash/stolyarov
b42ee161c8670399db5822cfcfa0001d77a6e44d
[ "MIT" ]
null
null
null
programmirovanie/01_the_basics_of_programming/02_pascal/02/while.pas
uldash/stolyarov
b42ee161c8670399db5822cfcfa0001d77a6e44d
[ "MIT" ]
null
null
null
program whileprogram; var iterator: integer; begin iterator := 0; while iterator < 20 do begin writeln(iterator, ' Hello, World!'); iterator += 1; end; end.
17.545455
44
0.585492
612167c89d60a92f61621bffc58670d21b2ef014
21,708
pas
Pascal
Features/Firebase/DW.FCMSender.pas
atkins126/Kastri
6b0f2723e4443afa0bde07f681547731f180f581
[ "MIT" ]
null
null
null
Features/Firebase/DW.FCMSender.pas
atkins126/Kastri
6b0f2723e4443afa0bde07f681547731f180f581
[ "MIT" ]
null
null
null
Features/Firebase/DW.FCMSender.pas
atkins126/Kastri
6b0f2723e4443afa0bde07f681547731f180f581
[ "MIT" ]
null
null
null
unit DW.FCMSender; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library } { ...
30.747875
158
0.684586
6158ce96cc805e0c9f2f3e699ee7d260ad19cc1e
1,963
pas
Pascal
src/Security/Validation/Validators/GreaterOrEqualThanValidatorImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
78
2019-01-31T13:40:48.000Z
2022-03-22T17:26:54.000Z
src/Security/Validation/Validators/GreaterOrEqualThanValidatorImpl.pas
zamronypj/fano-framework
559e385be5e1d26beada94c46eb8e760c4d855da
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
src/Security/Validation/Validators/GreaterOrEqualThanValidatorImpl.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 GreaterOrEqualThanValidatorImpl; interface {$MODE OBJFPC}...
25.828947
100
0.526745
6a066f6a07604907ff8682ef21da7dff3224ade4
750
pas
Pascal
Capitulo8/6.1.Arquitetura/Frame.Cliente.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
Capitulo8/6.1.Arquitetura/Frame.Cliente.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
Capitulo8/6.1.Arquitetura/Frame.Cliente.pas
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
unit Frame.Cliente; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Edit, FMX.Controls.Presentation, FMX.Layouts; type TfraCliente = class(TFrame) Layout: TLayout; Label1: ...
22.727273
112
0.725333
6a039112a5f3ea9e3127c17e96f0095dc0826649
8,714
pas
Pascal
Test/TestRootFinding.pas
atkins126/mrmath
317630845b3b84c2c27245fdabd20827d620d5ae
[ "Apache-2.0" ]
61
2015-04-30T07:28:54.000Z
2022-03-16T09:03:41.000Z
Test/TestRootFinding.pas
atkins126/mrmath
317630845b3b84c2c27245fdabd20827d620d5ae
[ "Apache-2.0" ]
6
2017-02-01T02:58:23.000Z
2022-01-24T13:59:34.000Z
Test/TestRootFinding.pas
atkins126/mrmath
317630845b3b84c2c27245fdabd20827d620d5ae
[ "Apache-2.0" ]
29
2015-04-30T07:29:02.000Z
2022-03-26T05:20:10.000Z
// ################################################################### // #### This file is part of the mathematics library project, and is // #### offered under the licence agreement described on // #### http://www.mrsoft.org/ // #### // #### Copyright:(c) 2018, Michael R. . All rights reserved. // #### // ####...
39.429864
131
0.529378
17a2f22ecdf519125f48901005f3c09b532f25ad
3,596
pas
Pascal
synapse/source/demo/TFTPClient/MainBox.pas
markfirmware/docker-alpine-fpc
a47d714c60c9778c0bcc2c0f887fe05f0de9b01e
[ "MIT" ]
null
null
null
synapse/source/demo/TFTPClient/MainBox.pas
markfirmware/docker-alpine-fpc
a47d714c60c9778c0bcc2c0f887fe05f0de9b01e
[ "MIT" ]
null
null
null
synapse/source/demo/TFTPClient/MainBox.pas
markfirmware/docker-alpine-fpc
a47d714c60c9778c0bcc2c0f887fe05f0de9b01e
[ "MIT" ]
null
null
null
unit MainBox; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, FTPTSend; type TForm1 = class(TForm) Log: TMemo; BExit: TButton; BAbout: TButton; Label2: TLabel; Label3: TLabel; Label4: TLabel; TargetSystemEd...
28.768
106
0.643215
61dca6a9d43f4e0e5bae89435f7d315d56470ca2
384
dpr
Pascal
BitmapEditor.dpr
EverestSoftwareLLC/BitMapEdtior-Delphi
8c9ccd46b8b576478f805e0ece650fd633897a32
[ "MIT" ]
3
2019-05-12T15:35:56.000Z
2019-09-21T04:45:45.000Z
BitmapEditor.dpr
EverestSoftwareLLC/BitMapEdtior-Delphi
8c9ccd46b8b576478f805e0ece650fd633897a32
[ "MIT" ]
null
null
null
BitmapEditor.dpr
EverestSoftwareLLC/BitMapEdtior-Delphi
8c9ccd46b8b576478f805e0ece650fd633897a32
[ "MIT" ]
null
null
null
program BitmapEditor; uses Vcl.Forms, RotateBitmapUnit in '..\..\Shared\RotateBitmapUnit.pas', BitMapEditorDialog in 'BitMapEditorDialog.pas' {BMEditorMain}, ProjectTestMain in 'ProjectTestMain.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Ap...
22.588235
65
0.723958
cdbac0b073b56cbca7ebd582d2c30ed6a388956f
1,780
pas
Pascal
Base/Base.Crypt.pas
news12/NewsGamesEmu
40b30e07ad56a9ae7fae53dc157edb1754c8094b
[ "MIT" ]
null
null
null
Base/Base.Crypt.pas
news12/NewsGamesEmu
40b30e07ad56a9ae7fae53dc157edb1754c8094b
[ "MIT" ]
null
null
null
Base/Base.Crypt.pas
news12/NewsGamesEmu
40b30e07ad56a9ae7fae53dc157edb1754c8094b
[ "MIT" ]
null
null
null
unit Base.Crypt; interface uses Vcl.StdCtrls, Data.DB, SysUtils, Vcl.Forms; function Crypt(Action, Src: String): String; implementation function Crypt(Action, Src: String): String; Label Fim; var KeyLen: Integer; KeyPos: Integer; OffSet: Integer; Dest, Key: String; SrcPos: Integer; SrcAsc: Integer; ...
21.707317
61
0.564607
61cf2d7989875d37953ff59179a0b978c280cfb4
362
pas
Pascal
demos/DemoAlf/Video4L2Demo1.pas
afriess/fpcVideo4L2
d9eb589517aadc57d83bd5858d1f90057bfa0f9f
[ "MIT" ]
12
2018-06-30T13:48:57.000Z
2022-02-27T22:42:05.000Z
demos/DemoAlf/Video4L2Demo1.pas
afriess/fpcVideo4L2
d9eb589517aadc57d83bd5858d1f90057bfa0f9f
[ "MIT" ]
1
2021-10-06T07:25:45.000Z
2021-10-06T07:25:45.000Z
demos/DemoAlf/Video4L2Demo1.pas
afriess/fpcVideo4L2
d9eb589517aadc57d83bd5858d1f90057bfa0f9f
[ "MIT" ]
6
2018-06-30T11:57:45.000Z
2021-10-05T19:04:38.000Z
program Video4L2Demo1; {$mode objfpc}{$H+} {$define UseCThreads} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, MainForm; {$R *.res} begin RequireDerivedFormResource := True; Application.Initialize; Application.CreateForm(TForm...
16.454545
48
0.718232
6191f732cf7f06e9d00bd197e4e186b05f0c0342
1,051
pas
Pascal
Code/P/vj1063.pas
EdmundLuan/NOIP14-16
c4277dfc7467346d6c67dd4cfae9a9caa08b487c
[ "MIT" ]
null
null
null
Code/P/vj1063.pas
EdmundLuan/NOIP14-16
c4277dfc7467346d6c67dd4cfae9a9caa08b487c
[ "MIT" ]
null
null
null
Code/P/vj1063.pas
EdmundLuan/NOIP14-16
c4277dfc7467346d6c67dd4cfae9a9caa08b487c
[ "MIT" ]
null
null
null
program vj1063; var i,j,n,max:longint; f,g:array[0..200,0..200]of longint; a:array[0..200,0..200]of char; str:string; function min(a,b:longint):longint; begin if a>=b then exit(b) else exit(a); end; begin //assign(input,'D:\running zone\input.txt'); //reset(input); readln(n); for i:=1 to...
18.438596
48
0.505233
61adc0f3e68f784fe31b01f52b2e568dab5bb872
2,518
dfm
Pascal
Stockeur_Code_Source/UnitCategorie.dfm
delphi-pascal-archive/stockeur-code-source
04b48b33a3794aed9430287aba3d60c1936a76f7
[ "Unlicense" ]
null
null
null
Stockeur_Code_Source/UnitCategorie.dfm
delphi-pascal-archive/stockeur-code-source
04b48b33a3794aed9430287aba3d60c1936a76f7
[ "Unlicense" ]
null
null
null
Stockeur_Code_Source/UnitCategorie.dfm
delphi-pascal-archive/stockeur-code-source
04b48b33a3794aed9430287aba3d60c1936a76f7
[ "Unlicense" ]
null
null
null
object Categorie: TCategorie Left = 857 Top = 464 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = '[ Categorie ] Stockeur' ClientHeight = 364 ClientWidth = 467 Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Se...
21.338983
43
0.569897
17b7ca809b1d9500bdd1839fd88f64b6835ef1d9
586
dpr
Pascal
MBW95.dpr
gladir/MonsterBook
2b77bc9adcffcc0f4ea2a4618260a523ec6c4e78
[ "MIT" ]
null
null
null
MBW95.dpr
gladir/MonsterBook
2b77bc9adcffcc0f4ea2a4618260a523ec6c4e78
[ "MIT" ]
null
null
null
MBW95.dpr
gladir/MonsterBook
2b77bc9adcffcc0f4ea2a4618260a523ec6c4e78
[ "MIT" ]
null
null
null
program MBW95; uses Forms, MBW95U1 in 'MBW95U1.pas' {MonsterBook}, MBW95EDT in 'MBW95EDT.pas' {TextEditor}, MBW95FM in 'MBW95FM.pas' {FileManager}, Mbwabout in 'MBWABOUT.PAS' {AboutBox}, Systex,Systems{,Dials,Graphics}; {$R *.RES} {Var W:Wins;} begin InitSystems(suIsabel); Application.Initialize; ...
20.928571
52
0.709898
cd13da66cfa93cbafa014c38df3a3ab284caf67a
210
dpr
Pascal
VCL_Cards/Demo/ExpCard/PrExpCard.dpr
delphi-pascal-archive/vcl-cards
deb99d77c3ffb753b196759f3f6e60aa17dccf76
[ "Unlicense" ]
1
2021-11-06T22:49:40.000Z
2021-11-06T22:49:40.000Z
VCL_Cards/Demo/ExpCard/PrExpCard.dpr
delphi-pascal-archive/vcl-cards
deb99d77c3ffb753b196759f3f6e60aa17dccf76
[ "Unlicense" ]
null
null
null
VCL_Cards/Demo/ExpCard/PrExpCard.dpr
delphi-pascal-archive/vcl-cards
deb99d77c3ffb753b196759f3f6e60aa17dccf76
[ "Unlicense" ]
1
2021-11-06T22:49:42.000Z
2021-11-06T22:49:42.000Z
program PrExpCard; uses Forms, fExpCard in 'fExpCard.pas' {ExpCrdForm}; {$R *.res} begin Application.Initialize; Application.CreateForm(TExpCrdForm, ExpCrdForm); Application.Run; end.
15
51
0.690476
6a06de9bc29ef8c8da610ffd39464660f03f788b
158
pas
Pascal
Common/uProductionLevels.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Common/uProductionLevels.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Common/uProductionLevels.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
unit uProductionLevels; interface // producton levels const plStage = 1; plStageToOperation = 2; plOperation = 3; implementation end.
11.285714
26
0.670886
61b049c875e61c2cfd64a9ad0bd3c149dd82d287
1,108
pas
Pascal
Libs7/ssPack/okDateUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
1
2016-04-04T18:11:56.000Z
2016-04-04T18:11:56.000Z
Libs7/ssPack/okDateUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
null
null
null
Libs7/ssPack/okDateUtils.pas
kadavris/ok-sklad
f9cd84be7bf984104d9af93d83c0719f2d5668c5
[ "MIT" ]
5
2016-02-15T02:08:05.000Z
2021-04-05T08:57:58.000Z
unit okDateUtils; interface uses SysUtils, xLngManager; function okDateToStr(ALng: TxLngManager; ADate: TDateTime): string; //============================================================================= implementation uses xLngDefs; function okDateToStr(ALng: TxLngManager; ADate: TDateTime): stri...
32.588235
141
0.574007
1740fa812ea0745830c019a01231e5c7c83b7eac
3,721
pas
Pascal
Source/PXL.Providers.Auto.pas
ultibohub/Asphyre
fae5a358774bc41a94df6080b302316589322407
[ "Intel" ]
5
2018-08-23T02:58:11.000Z
2021-02-28T05:10:08.000Z
Source/PXL.Providers.Auto.pas
ultibohub/Asphyre
fae5a358774bc41a94df6080b302316589322407
[ "Intel" ]
1
2017-09-03T06:53:03.000Z
2017-09-03T06:53:03.000Z
Source/PXL.Providers.Auto.pas
ultibohub/Asphyre
fae5a358774bc41a94df6080b302316589322407
[ "Intel" ]
4
2016-10-31T09:49:17.000Z
2021-06-09T00:40:43.000Z
unit PXL.Providers.Auto; { This file is part of Asphyre Framework, also known as Platform eXtended Library (PXL). Copyright (c) 2000 - 2016 Yuriy Kotsarenko The contents of this file are subject to the Mozilla Public License Version 2.0 (the "License"); you may not use this file except in compliance wit...
29.768
117
0.72158
aa138b425baa18606dbb9f4b79f6c35f193d2734
7,089
pas
Pascal
Source/Delphi.Mocks.Interfaces.pas
gabrielbaltazar/Delphi-Mocks
0aeaf663d17567610d811b014a7769691f5bd9fe
[ "Apache-2.0" ]
null
null
null
Source/Delphi.Mocks.Interfaces.pas
gabrielbaltazar/Delphi-Mocks
0aeaf663d17567610d811b014a7769691f5bd9fe
[ "Apache-2.0" ]
null
null
null
Source/Delphi.Mocks.Interfaces.pas
gabrielbaltazar/Delphi-Mocks
0aeaf663d17567610d811b014a7769691f5bd9fe
[ "Apache-2.0" ]
null
null
null
{***************************************************************************} { } { Delphi.Mocks } { } { ...
52.511111
151
0.566088
17cd52b5e31571a9186f88bce1f352ee50e766f4
3,460
pas
Pascal
Components/zeosold/dbase/ZSqlExtra.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
Components/zeosold/dbase/ZSqlExtra.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
Components/zeosold/dbase/ZSqlExtra.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
{********************************************************} { } { Zeos Database Objects } { Extra dbware functions } { } { Copyright (c) 199...
23.221477
63
0.549133
619051838f387839353f113b9bc1b93b64d42f03
4,176
dfm
Pascal
demos/ALJsonDoc/_source/unit1.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
851
2018-02-05T09:54:56.000Z
2022-03-24T23:13:10.000Z
demos/ALJsonDoc/_source/unit1.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
200
2018-02-06T18:52:39.000Z
2022-03-24T19:59:14.000Z
demos/ALJsonDoc/_source/unit1.dfm
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
197
2018-03-20T20:49:55.000Z
2022-03-21T17:38:14.000Z
object Form1: TForm1 Left = 438 Top = 209 Caption = 'Form1' ClientHeight = 701 ClientWidth = 816 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 Te...
24.564706
77
0.591715
61265c8cbaa3e5c1d4bc58d4eb0a5942b12d31fe
58,026
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fRemCoverSheet.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/fRemCoverSheet.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/fRemCoverSheet.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
unit fRemCoverSheet; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ORCtrls, StdCtrls, ExtCtrls, ComCtrls, ImgList, mImgText, Buttons, ORClasses, fBase508Form, VA508AccessibilityManager, VA508ImageListLabeler; type TRemCoverDataLevel = (dlPackage, dlSystem, dlDivisio...
28.528024
149
0.647606
61d86ec0f39d42faa511a0e6fde04656cd7161ed
1,781
pas
Pascal
server/accesscontrol.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
server/accesscontrol.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
server/accesscontrol.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit accesscontrol; { 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 so...
37.104167
98
0.77653
cddc850be6e614dba73e3d3deb197ca3cd361a35
6,144
pas
Pascal
Forms/Concepts.DSharp.TreeViewPresenter.List.Form.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
2
2020-01-04T08:19:10.000Z
2020-02-19T22:25:38.000Z
Forms/Concepts.DSharp.TreeViewPresenter.List.Form.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
null
null
null
Forms/Concepts.DSharp.TreeViewPresenter.List.Form.pas
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
1
2020-02-19T22:25:42.000Z
2020-02-19T22:25:42.000Z
{ Copyright (C) 2013-2016 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...
30.117647
93
0.720052
612db6870658d7feab021a261b386b5dec1b9071
6,747
pas
Pascal
TugasAkhir/UMain.pas
PurwantoGZ/FINA
08b113d47ccb19038785d6656249dc47d8f4c1ed
[ "MIT" ]
null
null
null
TugasAkhir/UMain.pas
PurwantoGZ/FINA
08b113d47ccb19038785d6656249dc47d8f4c1ed
[ "MIT" ]
null
null
null
TugasAkhir/UMain.pas
PurwantoGZ/FINA
08b113d47ccb19038785d6656249dc47d8f4c1ed
[ "MIT" ]
null
null
null
unit UMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Buttons, ComCtrls, sGroupBox, sBitBtn, sAlphaListBox, sLabel, sEdit, sPageControl, sSkinManager, Grids; //----------------------------- CLASS FCM -----------------------------------...
28.348739
101
0.649029
61cad8b627c197cf4616087957baae8aea82feb7
32,005
pas
Pascal
lib/delphi/src/Thrift.Protocol.JSON.pas
wlmwang/thrift
22671db01f5c349f2fa54b393581cb4d61bdd895
[ "Apache-2.0" ]
2
2022-01-14T06:09:26.000Z
2022-02-04T02:13:03.000Z
lib/delphi/src/Thrift.Protocol.JSON.pas
wlmwang/thrift
22671db01f5c349f2fa54b393581cb4d61bdd895
[ "Apache-2.0" ]
33
2016-03-30T12:27:45.000Z
2021-08-21T03:57:39.000Z
lib/delphi/src/Thrift.Protocol.JSON.pas
wlmwang/thrift
22671db01f5c349f2fa54b393581cb4d61bdd895
[ "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...
24.964899
114
0.697703
cdf8e442a511c9e60c4b0b5d2a987d17e6548cb1
14,458
dfm
Pascal
src/DeviceSettings.dfm
zag82/ariel
1f9700994ec66541febc92e17233f43dc14e4e63
[ "MIT" ]
null
null
null
src/DeviceSettings.dfm
zag82/ariel
1f9700994ec66541febc92e17233f43dc14e4e63
[ "MIT" ]
null
null
null
src/DeviceSettings.dfm
zag82/ariel
1f9700994ec66541febc92e17233f43dc14e4e63
[ "MIT" ]
null
null
null
object fmDeviceSettings: TfmDeviceSettings Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Device settings' ClientHeight = 483 ClientWidth = 800 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Key...
30.959315
71
0.630101
cd8ff50f508a15681ca294c26213afff983a116a
385
dpr
Pascal
Libraries/TBCEditor/Demo/TBCEditorDemo.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
2
2020-01-04T08:19:10.000Z
2020-02-19T22:25:38.000Z
Libraries/TBCEditor/Demo/TBCEditorDemo.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
null
null
null
Libraries/TBCEditor/Demo/TBCEditorDemo.dpr
jpluimers/Concepts
78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe
[ "Apache-2.0" ]
1
2020-02-19T22:25:42.000Z
2020-02-19T22:25:42.000Z
program TBCEditorDemo; uses {$ifdef DEBUG} FastMM4, {$endif } Vcl.Forms, TBCEditorDemo.Forms.Main in 'Forms\TBCEditorDemo.Forms.Main.pas' {MainForm}; {$R *.res} begin {$ifdef DEBUG} ReportMemoryLeaksOnShutdown := True; {$endif} Application.Initialize; Application.MainFormOnTaskbar := True; Appl...
18.333333
78
0.724675
1762d931153d3f2dc3673083e2bab34037b39882
1,722
pas
Pascal
Source/JD.InnoSetup.Defaults.pas
djjd47130/JDInnoSetupConfig
c1ac808fe482babcd0bda576bee32d2989c7c0d9
[ "MIT" ]
8
2020-10-25T16:23:32.000Z
2021-11-15T12:37:18.000Z
Source/JD.InnoSetup.Defaults.pas
djjd47130/JDInnoSetupConfig
c1ac808fe482babcd0bda576bee32d2989c7c0d9
[ "MIT" ]
29
2020-11-03T01:03:53.000Z
2020-11-15T21:36:39.000Z
Source/JD.InnoSetup.Defaults.pas
djjd47130/JDInnoSetupConfig
c1ac808fe482babcd0bda576bee32d2989c7c0d9
[ "MIT" ]
3
2020-10-30T11:39:26.000Z
2021-04-03T02:20:39.000Z
unit JD.InnoSetup.Defaults; interface uses JD.InnoSetup.Common; const DEF_COMPRESSION = TJDISCompression.iscLzma2Max; DEF_COMPRESSION_VER = 1; DEF_COMPRESSION_THREADS = 0; DEF_INTERNAL_COMPRESS_LEVEL = TJDISInternalCompression.isicNormal; DEF_LZMA_BLOCK_THREADS = 1; DEF_LZMA_USE_SEPARATE_PROCESS = TJDI...
29.186441
76
0.819977
61072cf924044a7e50f839911aacf3be364378be
3,499
pas
Pascal
Server/xTOccupationEmployeeAssignmentRegime.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/xTOccupationEmployeeAssignmentRegime.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/xTOccupationEmployeeAssignmentRegime.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
 {*************************************************************************************************} { } { XML Data Binding } { ...
39.314607
165
0.663047
bc804e14b8d373a210eb9183ef98cd1156c57977
485
pas
Pascal
Source/Domain/Services/PubSub.Interfaces.pas
zevolution/reactive-nfe
824c168a7f765171724a9eb0938a08d299beff79
[ "MIT" ]
9
2020-08-04T18:04:12.000Z
2022-02-17T06:44:22.000Z
Source/Domain/Services/PubSub.Interfaces.pas
zevolution/reactive-nfe
824c168a7f765171724a9eb0938a08d299beff79
[ "MIT" ]
null
null
null
Source/Domain/Services/PubSub.Interfaces.pas
zevolution/reactive-nfe
824c168a7f765171724a9eb0938a08d299beff79
[ "MIT" ]
1
2021-02-08T02:57:22.000Z
2021-02-08T02:57:22.000Z
unit PubSub.Interfaces; interface uses System.SysUtils; type TPubSubContinueCallback = reference to function: boolean; iPubSub = interface ['{B45A6078-022F-47D5-93D8-F825B5FBBFAC}'] function Publish(ACanal, AMensagem: String): Integer; procedure Subscribe( const ACanais: array of String; ...
19.4
59
0.723711