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
4768f54ecf57ce1f49d05f9994a6c92439f25625
2,833
pas
Pascal
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIBlockCipherPadding.pas
devilking6105/HODLER-Open-Source-Multi-Asset-Wallet
2554bce0ad3e3e08e4617787acf93176243ce758
[ "Unlicense" ]
148
2018-02-08T23:36:43.000Z
2022-03-16T01:33:20.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIBlockCipherPadding.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
85
2018-10-23T17:09:20.000Z
2022-01-12T07:12:54.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIBlockCipherPadding.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
46
2018-03-18T17:25:59.000Z
2022-02-07T16:52:15.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
33.329412
88
0.499118
83afca01df23269fdfefa8fc23421b50b5f70c93
1,890
pas
Pascal
src/afuxml/uxmldtd.pas
Arteev/afudf
d669397901fb8b3c3d428dc9cf02596169e3752a
[ "MIT" ]
null
null
null
src/afuxml/uxmldtd.pas
Arteev/afudf
d669397901fb8b3c3d428dc9cf02596169e3752a
[ "MIT" ]
null
null
null
src/afuxml/uxmldtd.pas
Arteev/afudf
d669397901fb8b3c3d428dc9cf02596169e3752a
[ "MIT" ]
1
2021-03-10T10:27:29.000Z
2021-03-10T10:27:29.000Z
{ This file is part of the AF UDF library for Firebird 1.0 or high. Copyright (c) 2007-2009 by Arteev Alexei, OAO Pharmacy Tyumen. See the file COPYING.TXT, included in this distribution, for details about the copyright. This program is distributed in the hope that it will be useful, but WITHOUT ANY...
21.235955
80
0.666138
83c910f9efa60443a2883f4c6ab8b2c56529ec47
1,139
pas
Pascal
sources/normali/18.pas
prgpascal/programmi-pascal
fd71bd671d0d6be169b47c5bfa40f9b97588196f
[ "Apache-2.0" ]
null
null
null
sources/normali/18.pas
prgpascal/programmi-pascal
fd71bd671d0d6be169b47c5bfa40f9b97588196f
[ "Apache-2.0" ]
null
null
null
sources/normali/18.pas
prgpascal/programmi-pascal
fd71bd671d0d6be169b47c5bfa40f9b97588196f
[ "Apache-2.0" ]
null
null
null
(* * Copyright (C) 2008 Riccardo Leschiutta * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
24.234043
75
0.693591
f1277de39e5d2813e31c629e8c6cf22a966c31b0
738
pas
Pascal
RDTPSpamPacketHelpers.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
RDTPSpamPacketHelpers.pas
jpluimers/commonx
c49e51b4edcc61b2b51e78590a5168d574b66282
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
RDTPSpamPacketHelpers.pas
jpluimers/commonx
c49e51b4edcc61b2b51e78590a5168d574b66282
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit RDTPSpamPacketHelpers; interface uses packet; type TSpamActions = integer; const saHandled = 1; saMark = 2; saBlacklist = 4; saDivert = 8; saDelete = 16; const saGeorgeBush = saDivert+saMark+saBlacklist+saDelete; saCritical = saDivert+saMark+saBlacklist; saModerate = saMark; procedure WriteT...
17.571429
81
0.772358
61d547dad99a248820440da1a968899782a75284
101,610
pas
Pascal
source/uWVBrowserBase.pas
flexifi/WebView4Delphi
6a0169aa0e8c0280f93ec7f874abe95e38dd9e5a
[ "MIT" ]
1
2021-12-04T09:32:36.000Z
2021-12-04T09:32:36.000Z
source/uWVBrowserBase.pas
flexifi/WebView4Delphi
6a0169aa0e8c0280f93ec7f874abe95e38dd9e5a
[ "MIT" ]
null
null
null
source/uWVBrowserBase.pas
flexifi/WebView4Delphi
6a0169aa0e8c0280f93ec7f874abe95e38dd9e5a
[ "MIT" ]
null
null
null
unit uWVBrowserBase; {$IFDEF FPC}{$MODE Delphi}{$ENDIF} interface uses {$IFDEF FPC} Windows, Classes, Types, SysUtils, Graphics, ActiveX, {$ELSE} Winapi.Windows, System.Classes, System.Types, System.UITypes, System.SysUtils, Winapi.ActiveX, {$ENDIF} uWVTypes, uWVConstants, uWVTypeLibrary, uWVLibFunctions...
45.77027
227
0.706554
478ef0dc0be82450c793ad2e9169fb289d7133b5
5,861
pas
Pascal
Components/JVCL/archive/JvgCGI.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/archive/JvgCGI.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/archive/JvgCGI.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
24.523013
151
0.632486
8525a0e80fb6661438435c925c991f3618d959f0
7,197
dfm
Pascal
uFrameListsWordlist.dfm
Rootmarm/sentry-2.0
f660c31c64b280758ee6a3d83234b1d9d9ea3dc1
[ "MIT" ]
19
2018-01-06T14:41:59.000Z
2022-02-09T14:26:09.000Z
uFrameListsWordlist.dfm
Rootmarm/sentry-2.0
f660c31c64b280758ee6a3d83234b1d9d9ea3dc1
[ "MIT" ]
null
null
null
uFrameListsWordlist.dfm
Rootmarm/sentry-2.0
f660c31c64b280758ee6a3d83234b1d9d9ea3dc1
[ "MIT" ]
6
2018-03-17T22:19:50.000Z
2021-01-25T14:02:21.000Z
object frmListsWordlist: TfrmListsWordlist Left = 0 Top = 0 Width = 574 Height = 360 TabOrder = 0 DesignSize = ( 574 360) object cmdLoadWordlist: TSpeedButton Left = 200 Top = 16 Width = 25 Height = 25 Hint = 'Open a Combo List' Anchors = [akTop, akRight] ...
33.165899
71
0.711824
f1650b697c79b7e4d94ea08991e0cf572b419cba
5,144
pas
Pascal
crossinstallers/m_any_to_openbsdx64.pas
Moehre2/fpcupdeluxe
a427ed6e3b503b8ba295f8a818ca909c5a5bb34f
[ "zlib-acknowledgement" ]
198
2018-12-12T04:32:15.000Z
2022-03-10T03:37:09.000Z
crossinstallers/m_any_to_openbsdx64.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
425
2018-11-13T12:53:45.000Z
2022-03-29T14:39:59.000Z
crossinstallers/m_any_to_openbsdx64.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
55
2018-11-20T12:03:11.000Z
2022-03-28T06:34:08.000Z
unit m_any_to_openbsdx64; { Cross compiles from any platform with correct binutils to openbsd ix64 Copyright (C) 2013 Reinier Olislagers This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; eithe...
31.950311
171
0.773134
472aae307f27490d8d15531752b70a632423411e
2,208
pas
Pascal
headers_fmx/super_io_def.inc.pas
Dennis1000/c256-pasdev-units
d770322c50114ee33d33300df42699b967506a8b
[ "MIT" ]
null
null
null
headers_fmx/super_io_def.inc.pas
Dennis1000/c256-pasdev-units
d770322c50114ee33d33300df42699b967506a8b
[ "MIT" ]
null
null
null
headers_fmx/super_io_def.inc.pas
Dennis1000/c256-pasdev-units
d770322c50114ee33d33300df42699b967506a8b
[ "MIT" ]
null
null
null
//Super IO Registers const PME_STS_REG = $AF1100; PME_EN_REG = $AF1102; PME_STS1_REG = $AF1104; PME_STS2_REG = $AF1105; PME_STS3_REG = $AF1106; PME_STS4_REG = $AF1107; PME_STS5_REG = $AF1108; PME_EN1_REG = $AF110A; PME_EN2_REG = $AF110B; PME_EN3_REG = $AF110C; PME_EN4_REG ...
26.285714
36
0.595109
f18e5ac4a6e6177ec54e442126f630c48ec504f7
1,731
pas
Pascal
Source/PXL.Sysfs.ADC.pas
ultibohub/Asphyre
fae5a358774bc41a94df6080b302316589322407
[ "Intel" ]
5
2018-08-23T02:58:11.000Z
2021-02-28T05:10:08.000Z
Source/PXL.Sysfs.ADC.pas
amikey/asphyre
aed59514d5687184ada034d9c3776e0b7130644c
[ "Intel" ]
1
2017-09-03T06:53:03.000Z
2017-09-03T06:53:03.000Z
Source/PXL.Sysfs.ADC.pas
amikey/asphyre
aed59514d5687184ada034d9c3776e0b7130644c
[ "Intel" ]
4
2016-10-31T09:49:17.000Z
2021-06-09T00:40:43.000Z
unit PXL.Sysfs.ADC; { 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 with the...
28.377049
104
0.732525
476621fcb5a56ea98d0748477f463a5c623d2701
513
pas
Pascal
touchcontrols_vcl.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
1
2020-08-25T00:02:54.000Z
2020-08-25T00:02:54.000Z
touchcontrols_vcl.pas
wkfff/commonx
787b9a4a1e7c02f55d81d2236b0cc9f332b38f53
[ "MIT" ]
null
null
null
touchcontrols_vcl.pas
wkfff/commonx
787b9a4a1e7c02f55d81d2236b0cc9f332b38f53
[ "MIT" ]
1
2020-08-25T00:02:55.000Z
2020-08-25T00:02:55.000Z
unit touchcontrols_vcl; interface uses stdctrls,windows,messages, classes; type TTouchButton = class(TButton) public constructor Create(aowner: TComponent);override; procedure touch(var msg: TMessage);message WM_TOUCH; end; implementation { TTouchButton } constructor TTouchButton.Create(aowner: ...
14.657143
56
0.766082
8397ebbd62243abccbd4e426131515184c33e2c1
274
dpr
Pascal
fontes/GrafanaLokiDelphi.dpr
GlerystonMatos/grafana-loki-delphi
68490acdbe1e68e6f5006d4fd2aea341eac0e95f
[ "MIT" ]
null
null
null
fontes/GrafanaLokiDelphi.dpr
GlerystonMatos/grafana-loki-delphi
68490acdbe1e68e6f5006d4fd2aea341eac0e95f
[ "MIT" ]
null
null
null
fontes/GrafanaLokiDelphi.dpr
GlerystonMatos/grafana-loki-delphi
68490acdbe1e68e6f5006d4fd2aea341eac0e95f
[ "MIT" ]
null
null
null
program GrafanaLokiDelphi; uses Vcl.Forms, uPrincipal in 'uPrincipal.pas' {frmPrincipal}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmPrincipal, frmPrincipal); Application.Run; end.
18.266667
55
0.722628
47763127e09f007ea078478622e68af85350790a
20,390
pas
Pascal
histogram2d.pas
PAmcconnell/MRIcroGL
3dc8fe7c1318981c7e11aa286cc08d96a3908ceb
[ "BSD-2-Clause" ]
51
2016-02-21T20:09:59.000Z
2021-02-28T16:53:56.000Z
histogram2d.pas
PAmcconnell/MRIcroGL
3dc8fe7c1318981c7e11aa286cc08d96a3908ceb
[ "BSD-2-Clause" ]
37
2015-11-08T22:00:40.000Z
2021-01-01T18:50:07.000Z
histogram2d.pas
PAmcconnell/MRIcroGL
3dc8fe7c1318981c7e11aa286cc08d96a3908ceb
[ "BSD-2-Clause" ]
21
2016-02-21T20:10:08.000Z
2021-02-23T20:32:10.000Z
unit histogram2d; {$IFDEF FPC}{$mode objfpc}{$H+} {$ENDIF} {$D-,L-,O+,Q-,R-,Y-,S-} {$include opts.inc} interface uses {$IFNDEF FPC}windows, {$ENDIF} {$IFDEF USETRANSFERTEXTURE}texture_3d_unit_transfertexture, {$ELSE} texture_3d_unit,{$ENDIF} {$IFDEF DGL} dglOpenGL, {$ELSE DGL} {$IFDEF COREGL}glcorearb, {$ELSE}...
30.118168
162
0.615007
47054253170351c1bd4f9a2a0cad306193174fc5
12,309
pas
Pascal
src/dependencies/cwRuntime/src/tests/cwVectors/testcase.cwvectors.evector2.pas
atkins126/cwVirtualMachine
c3ef2095a07402b16685adb4dc4243b9b519b90a
[ "BSD-3-Clause" ]
null
null
null
src/dependencies/cwRuntime/src/tests/cwVectors/testcase.cwvectors.evector2.pas
atkins126/cwVirtualMachine
c3ef2095a07402b16685adb4dc4243b9b519b90a
[ "BSD-3-Clause" ]
null
null
null
src/dependencies/cwRuntime/src/tests/cwVectors/testcase.cwvectors.evector2.pas
atkins126/cwVirtualMachine
c3ef2095a07402b16685adb4dc4243b9b519b90a
[ "BSD-3-Clause" ]
null
null
null
{$ifdef license} (* Copyright 2020 ChapmanWorld LLC ( https://chapmanworld.com ) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this li...
26.245203
99
0.615728
83e8c8a724484ac105fc76e60c30c8585360af1e
334
dpr
Pascal
Capitulo3/8.ClassHelper/ClassHelper.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
Capitulo3/8.ClassHelper/ClassHelper.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
Capitulo3/8.ClassHelper/ClassHelper.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
program ClassHelper; uses Vcl.Forms, Form.Principal in 'Form.Principal.pas' {frmPrincipal}, Classe.Helper.ForEach.DataSet in 'Classe.Helper.ForEach.DataSet.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmPrincipal, frmPrincipal); Applicat...
20.875
71
0.763473
474f309495e007296810d6e1dc0e65505f1f4e04
17,054
pas
Pascal
lazarus/lcl/interfaces/gtk2/gtk2cellrenderer.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lcl/interfaces/gtk2/gtk2cellrenderer.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
lazarus/lcl/interfaces/gtk2/gtk2cellrenderer.pas
rarnu/golcl-liblcl
6f238af742857921062365656a1b13b44b2330ce
[ "Apache-2.0" ]
null
null
null
{ $Id: gtk2wsstdctrls.pp 9520 2006-06-28 21:26:52Z mattias $} { ***************************************************************************** * Gtk2CellRenderer.pas * * -------------------- * * ...
35.381743
181
0.681072
f1cc3d05feb9c7e22f5ba187e46be849a9851c89
258,059
pas
Pascal
GDIPAPI.pas
h0lmes/terry
60ea4cc6a2fcff0ab488452cabce490171472970
[ "MIT" ]
8
2015-01-10T07:27:00.000Z
2022-03-29T06:53:13.000Z
Docklets/SysMeters/GDIPAPI.pas
h0lmes/terry
60ea4cc6a2fcff0ab488452cabce490171472970
[ "MIT" ]
1
2021-12-07T21:37:04.000Z
2021-12-07T21:37:04.000Z
GDIPAPI.pas
h0lmes/tdock
99fc4197edd9e740a2a69c350aff25d6c3300b11
[ "MIT" ]
2
2016-07-16T02:10:43.000Z
2020-08-14T08:39:31.000Z
{******************************************************************} { GDI+ API } { } { home page : http://www.progdigy.com } { email : ...
40.974754
117
0.66484
83544377dd3dda066a7466b1e54249da7cbaf268
9,803
pas
Pascal
pas/bridge.pas
tdmurtmub/quick_bridge_win32
116faca9de7ebfe6bce343ff9c74a0dc23c9cdbb
[ "MIT" ]
null
null
null
pas/bridge.pas
tdmurtmub/quick_bridge_win32
116faca9de7ebfe6bce343ff9c74a0dc23c9cdbb
[ "MIT" ]
null
null
null
pas/bridge.pas
tdmurtmub/quick_bridge_win32
116faca9de7ebfe6bce343ff9c74a0dc23c9cdbb
[ "MIT" ]
null
null
null
// (C) 2005 Wesley Steiner {$MODE FPC} unit bridge; {$I std.inc} interface uses std; const NORTH=0; EAST=1; SOUTH=2; WEST=3; NOT_DOUBLED=0; DOUBLED=1; REDOUBLED=2; type teamId=(WE,THEY); gameIndex=1..3; playerType=NORTH..WEST; trumptype=(TTCLUB,TTDIAMOND,TTHEART,TTSPADE,TT...
26.494595
131
0.727022
83bdf40c2c8ea9c31860601bc2b27c7b6479ba72
280
pas
Pascal
HelloWorld.pas
RosembergDeLima/Pascal
b263ac0c8b884518b515e3ac60ca9b5bbd775db7
[ "MIT" ]
null
null
null
HelloWorld.pas
RosembergDeLima/Pascal
b263ac0c8b884518b515e3ac60ca9b5bbd775db7
[ "MIT" ]
null
null
null
HelloWorld.pas
RosembergDeLima/Pascal
b263ac0c8b884518b515e3ac60ca9b5bbd775db7
[ "MIT" ]
null
null
null
// ------------------------------------------------------------- // ESTE PROGRAMA IMPLEMENTA A FRASE "HELLO WORLD" :) // ------------------------------------------------------------- Program HelloWorld; Begin {Printa a frase Hello World} write('Hello World!'); End.
28
64
0.357143
83e3196967a9379e0c511144e2123c384948bba8
12,135
pas
Pascal
Import/Indy9/IdAbout.pas
pavkam/wow-protocol
2adc5df4cb15f29009dd6536fec18df5a8881ebb
[ "MIT" ]
2
2018-01-09T16:49:35.000Z
2021-07-17T06:47:53.000Z
Import/Indy9/IdAbout.pas
pavkam/wow-protocol
2adc5df4cb15f29009dd6536fec18df5a8881ebb
[ "MIT" ]
null
null
null
Import/Indy9/IdAbout.pas
pavkam/wow-protocol
2adc5df4cb15f29009dd6536fec18df5a8881ebb
[ "MIT" ]
2
2017-01-20T10:47:56.000Z
2021-07-17T06:47:54.000Z
{ $HDR$} {**********************************************************************} { Unit archived using Team Coherence } { Team Coherence is Copyright 2002 by Quality Software Components } { } { For further ...
28.025404
120
0.651998
f11d3e9511efb31188b7273a5d4d173142af690f
48,410
pas
Pascal
windows/src/ext/jedi/jwa/branches/2.3/Win32API/JwaMsiDefs.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
vendor/JWA/API/JwaMsiDefs.pas
Sholtee/libjson
550254d835442db30709679446aabbf95fa3d97e
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
vendor/JWA/API/JwaMsiDefs.pas
Sholtee/libjson
550254d835442db30709679446aabbf95fa3d97e
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
{******************************************************************************} { } { Windows Installer API interface Unit for Object Pascal } { ...
44.576427
153
0.735468
8398a82c97b23833078d41c27e45fcf6473089f3
39,128
pas
Pascal
Source/JvDockVSNetStyleSpTBX.pas
YWtheGod/pyscripter
0f9807ea188a049dda099f97fe03b2e12b0ec4b3
[ "MIT" ]
1
2022-03-22T16:32:27.000Z
2022-03-22T16:32:27.000Z
Source/JvDockVSNetStyleSpTBX.pas
YWtheGod/pyscripter
0f9807ea188a049dda099f97fe03b2e12b0ec4b3
[ "MIT" ]
null
null
null
Source/JvDockVSNetStyleSpTBX.pas
YWtheGod/pyscripter
0f9807ea188a049dda099f97fe03b2e12b0ec4b3
[ "MIT" ]
null
null
null
{----------------------------------------------------------------------------- Unit Name: TJvDockVSNETTBX Author: Kiriakos Vlahos Date: 01-May-2009 Purpose: SpTBX themed TJvDockVSNETTree docking style for JvDocking History: ---------------------------------------------------------------------------...
31.352564
137
0.684855
8586d693a58b93c13068e6074b8f390250bc2217
3,069
pas
Pascal
Games/Source/asteroids/uKeys.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Games/Source/asteroids/uKeys.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Games/Source/asteroids/uKeys.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
Unit uKeys; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} Interface Uses Controls, Forms, Classes, {$IFDEF FPC} LCLIntf, LCLType, {$ELSE} ComCtrls, {$ENDIF}StdCtrls, ExtCtrls, SysUtils; Type tKeys = Class(tForm) Label_KeyLeft: tLabel; Label_KeyRight: tLabel; Label_KeyAccel: tLabel; L...
24.165354
80
0.642229
f1fe1077cba6cd1d9beb4fb20b5ae35c1a3b4746
2,294
pas
Pascal
Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.KMSAccessDeniedExceptionUnmarshaller.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/Transform/AWS.SNS.Transform.KMSAccessDeniedExceptionUnmarshaller.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/Transform/AWS.SNS.Transform.KMSAccessDeniedExceptionUnmarshaller.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.Transform.KMSAccessDeniedExceptionUnmarshaller; interface uses AWS.Transform.IErrorResponseUnmarshaller, AWS.Transform.UnmarshallerContext, AWS.SNS.Model.KMSAccessDeniedException, AWS.Internal.ErrorResponse; type IKMSAccessDeniedExceptionUnmarshaller = IErrorResponseUnmarshaller<EKMSAccessD...
32.771429
202
0.826504
475722b2be752e118e884170246ecdcccf9f162e
233
lpr
Pascal
Desenvolvimento/fontes/pinpad_lib/backup/pinpad_lib.lpr
MichelPereiraSeicon/OpenTef
50b7d0e840d879ca03636bf288bcf52a98950566
[ "MIT" ]
null
null
null
Desenvolvimento/fontes/pinpad_lib/backup/pinpad_lib.lpr
MichelPereiraSeicon/OpenTef
50b7d0e840d879ca03636bf288bcf52a98950566
[ "MIT" ]
null
null
null
Desenvolvimento/fontes/pinpad_lib/backup/pinpad_lib.lpr
MichelPereiraSeicon/OpenTef
50b7d0e840d879ca03636bf288bcf52a98950566
[ "MIT" ]
null
null
null
library pinpad_lib; {$mode objfpc}{$H+} uses Interfaces, Classes, pinpad, indylaz, rxnew, funcoes, def; exports PinPadCarrega, PinPadDescarrega, PinPadConectar, PinPadDesconectar, PinPadComando; begin end.
14.5625
62
0.708155
83c784e0ff5c654898614be81374f9420d009835
3,967
pas
Pascal
dos/0041.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
dos/0041.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
dos/0041.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ some days ago, Bryan Ellis (gt6918b@prism.gatech.edu) asked how one could, in TP, check whether a disk in a drive is formatted or not. I did not see any answer on this posted to the list, so here comes an 'extract' from code of mine which might help. { The following two procedures were extracted from old...
32.785124
67
0.616587
4764aeb84e8ca8ab4898ad2d885cf02f86ac0ca9
3,385
pas
Pascal
Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.DeleteSessionRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.DeleteSessionRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.DeleteSessionRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.LexRuntimeV2.Model.DeleteSessionRequest; interface uses Bcl.Types.Nullable, AWS.LexRuntimeV2.Model.Request; type TDeleteSessionRequest = class; IDeleteSessionRequest = interface function GetBotAliasId: string; procedure SetBotAliasId(const Value: string); function GetBotId: string; ...
26.24031
82
0.780502
83e921b6e45707584766edac742303745525007c
246
pas
Pascal
org/test_org.pas
sabren/b4
23fc3f269a7f11d5e464cd3368b387f6b15cf148
[ "Unlicense" ]
9
2015-03-18T15:22:44.000Z
2022-02-04T11:11:49.000Z
org/test_org.pas
sabren/b4
23fc3f269a7f11d5e464cd3368b387f6b15cf148
[ "Unlicense" ]
1
2015-04-14T17:26:24.000Z
2021-09-10T20:33:13.000Z
org/test_org.pas
sabren/b4
23fc3f269a7f11d5e464cd3368b387f6b15cf148
[ "Unlicense" ]
1
2016-11-07T16:54:55.000Z
2016-11-07T16:54:55.000Z
{$i test_org.def } implementation uses org; var doc : org_node; procedure test_parse; begin assign( input, 'test.org'); reset( input ); chk.that( org.parse( input, doc ), 'failed to parse test.org' ); end; end.
14.470588
38
0.601626
47802615f36f229cff020ba2be0dba4767f8ed6a
3,924
pas
Pascal
Unit1.pas
bravesoftdz/SlidePhoto
95fe396e51e14413255ab36e70848c4dc7177f5d
[ "MIT" ]
6
2020-12-19T10:20:09.000Z
2022-01-29T00:02:30.000Z
Unit1.pas
HemulGM/SlidePhoto
95fe396e51e14413255ab36e70848c4dc7177f5d
[ "MIT" ]
null
null
null
Unit1.pas
HemulGM/SlidePhoto
95fe396e51e14413255ab36e70848c4dc7177f5d
[ "MIT" ]
2
2021-01-27T03:37:35.000Z
2021-06-08T06:06:57.000Z
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects, FMX.Layouts, FMX.Ani, FMX.Effects, FMX.Controls.Presentation, FMX.StdCtrls; type TForm1 = class(TForm) Rectangle1: TRectan...
29.954198
184
0.739297
f1ad8db44e082ee0b4cea1783b8f9628e7c799d7
2,879
pas
Pascal
Demo/Unit1.pas
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
2
2019-01-07T08:51:37.000Z
2020-01-14T20:53:53.000Z
Demo/Unit1.pas
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
null
null
null
Demo/Unit1.pas
BakasuraRCE/TEditableListView
84677c662ef9b28da18847800c253afe99633c0b
[ "MIT" ]
3
2018-04-03T22:56:40.000Z
2020-12-18T14:04:10.000Z
unit Unit1; interface uses System.Classes, System.SysUtils, Vcl.Forms, Vcl.ComCtrls, Vcl.StdCtrls, Vcl.Menus, Vcl.ExtCtrls, Vcl.Controls, UnitEditableListView; type TForm1 = class(TForm) ListView1: TListView; PopupMenu1: TPopupMenu; Edit1: TMenuItem; Remove1:...
22.492188
112
0.668982
4733217c9275dc3cfb16e0fe7e8eb17311ec0f86
9,094
pas
Pascal
Source/Services/SQS/Base/Model/AWS.SQS.Model.ReceiveMessageRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/SQS/Base/Model/AWS.SQS.Model.ReceiveMessageRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/SQS/Base/Model/AWS.SQS.Model.ReceiveMessageRequest.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.SQS.Model.ReceiveMessageRequest; interface uses System.Generics.Collections, Bcl.Types.Nullable, AWS.SQS.Model.Request; type TReceiveMessageRequest = class; IReceiveMessageRequest = interface function GetAttributeNames: TList<string>; procedure SetAttributeNames(const Value: TList<str...
33.806691
117
0.814053
83b7e74f0a70531dd296185a6d8fb1bdb592e1a8
2,450
pas
Pascal
src/Tasks/Implementations/Csrf/CreateCsrfMiddlewareDependenciesTaskImpl.pas
atkins126/fano-cli
29db4dfba28b164d3acf6de33075f88753731eaf
[ "MIT" ]
10
2018-11-10T22:58:49.000Z
2022-03-09T23:36:18.000Z
src/Tasks/Implementations/Csrf/CreateCsrfMiddlewareDependenciesTaskImpl.pas
atkins126/fano-cli
29db4dfba28b164d3acf6de33075f88753731eaf
[ "MIT" ]
8
2019-09-24T03:30:27.000Z
2021-09-14T02:15:06.000Z
src/Tasks/Implementations/Csrf/CreateCsrfMiddlewareDependenciesTaskImpl.pas
atkins126/fano-cli
29db4dfba28b164d3acf6de33075f88753731eaf
[ "MIT" ]
2
2020-07-06T12:35:11.000Z
2021-11-30T05:35:09.000Z
(*!------------------------------------------------------------ * Fano CLI Application (https://fanoframework.github.io) * * @link https://github.com/fanoframework/fano-cli * @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara * @license https://github.com/fanoframework/fano-cli/blob/master/LICENSE (MIT)...
30.246914
91
0.603265
f13287d0c7de49f85204eda190ab283aa75f4195
71,643
pas
Pascal
sources/MVCFramework.JSONRPC.pas
marcelojaloto/delphimvcframework
c069a618f633902106a4e40ed337876b54006bc5
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.JSONRPC.pas
marcelojaloto/delphimvcframework
c069a618f633902106a4e40ed337876b54006bc5
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.JSONRPC.pas
marcelojaloto/delphimvcframework
c069a618f633902106a4e40ed337876b54006bc5
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** // // Delphi MVC Framework // // Copyright (c) 2010-2022 Daniele Teti and the DMVCFramework Team // // https://github.com/danieleteti/delphimvcframework // // *************************************************************************** // // ...
29.690427
139
0.713775
f1785af4aedcfeb690f275aee7bef99fa9b4fd46
28,872
pas
Pascal
source/uWVMiscFunctions.pas
atkins126/WebView4Delphi
4c00ff7821e866f61eaf50b5c6edb23babf03991
[ "MIT" ]
null
null
null
source/uWVMiscFunctions.pas
atkins126/WebView4Delphi
4c00ff7821e866f61eaf50b5c6edb23babf03991
[ "MIT" ]
null
null
null
source/uWVMiscFunctions.pas
atkins126/WebView4Delphi
4c00ff7821e866f61eaf50b5c6edb23babf03991
[ "MIT" ]
null
null
null
unit uWVMiscFunctions; {$IFDEF FPC}{$MODE Delphi}{$ENDIF} {$I webview2.inc} interface uses {$IFDEF FPC} Windows, Classes, ActiveX, SysUtils, Graphics, Math, Controls, StrUtils, {$ELSE} Winapi.Windows, System.Classes, System.UITypes, Winapi.ActiveX, System.SysUtils, System.Math, System.StrUtils, {$ENDIF} ...
45.1125
138
0.604323
f1ff41f6ef7b2a3d8b9a1a678ba982b5cfc1c419
15,344
dfm
Pascal
source/demos/faq/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
2
2021-05-12T00:33:07.000Z
2021-09-01T06:54:17.000Z
source/demos/faq/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
null
null
null
source/demos/faq/unit1.dfm
fenglinyushu/dewebsdk
6f45b6bef96e4b431ad6a0071320e5f613be778b
[ "BSD-2-Clause" ]
null
null
null
object Form1: TForm1 Left = 0 Top = 0 Hint = '{"type":"primary"}' AutoSize = True BorderStyle = bsNone Caption = 'Hello,World!' ClientHeight = 1659 ClientWidth = 438 Color = clWhite Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = #24494#36719#38597#40657 F...
34.793651
222
0.630214
838886cafe5dc0224d94563f25967ec5e4b46305
256
dpr
Pascal
Demos/OSInfo/OSInfoDemo.dpr
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
259
2020-05-27T03:15:19.000Z
2022-03-24T16:35:02.000Z
Demos/OSInfo/OSInfoDemo.dpr
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
95
2020-06-16T09:46:06.000Z
2022-03-28T00:27:07.000Z
Demos/OSInfo/OSInfoDemo.dpr
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
56
2020-06-04T19:32:40.000Z
2022-03-26T15:32:47.000Z
program OSInfoDemo; {$R 'Data.res' 'Data.rc'} uses System.StartUpCopy, FMX.Forms, MainFrm in 'MainFrm.pas' {frmMain}; {$R *.res} begin Application.Initialize; Application.CreateForm(TfrmMain, frmMain); Application.Run; end.
15.058824
45
0.660156
f1cb9082790441be65ed16040f0a4482af166944
87
pas
Pascal
Test/FunctionsString/tocsstext.pas
jomael/DWScript
560797ff8dbed6b2508a561af6dadd7fba058a4e
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FunctionsString/tocsstext.pas
jomael/DWScript
560797ff8dbed6b2508a561af6dadd7fba058a4e
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FunctionsString/tocsstext.pas
jomael/DWScript
560797ff8dbed6b2508a561af6dadd7fba058a4e
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var s := '"}'; PrintLn(s.ToCSSText); s := "hello'world"; PrintLn(s.ToCSSText);
12.428571
22
0.563218
8332724e40bb8a506a65c8d7b4e99974d644392e
15,327
dfm
Pascal
Win11_Delphi11/NumberBoxDemo/NumberBoxDemo_Unit1.dfm
marcocantu/DelphiSessions
c3fe2ab2eb8619343179b8474ae728c8b0f305db
[ "MIT" ]
44
2017-05-30T20:54:06.000Z
2022-02-25T16:44:23.000Z
Win11_Delphi11/NumberBoxDemo/NumberBoxDemo_Unit1.dfm
marcocantu/DelphiSessions
c3fe2ab2eb8619343179b8474ae728c8b0f305db
[ "MIT" ]
null
null
null
Win11_Delphi11/NumberBoxDemo/NumberBoxDemo_Unit1.dfm
marcocantu/DelphiSessions
c3fe2ab2eb8619343179b8474ae728c8b0f305db
[ "MIT" ]
19
2017-07-25T10:03:13.000Z
2021-10-17T11:40:38.000Z
object NumBoxDemo: TNumBoxDemo Left = 0 Top = 0 Caption = 'TNumberBox Demo' ClientHeight = 403 ClientWidth = 594 Color = clBtnFace Constraints.MinHeight = 462 Constraints.MinWidth = 610 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style =...
23.082831
92
0.630848
f1827e90aa100714fbe078525a8670eb26a2d6c1
5,780
pas
Pascal
Source/AggScanlineBin.pas
kant/AggPasMod
6acc4502e9108ae105b55992800d0a3a505fb033
[ "OLDAP-2.4", "OLDAP-2.3" ]
69
2015-06-07T10:45:24.000Z
2022-02-17T06:47:12.000Z
Source/AggScanlineBin.pas
kant/AggPasMod
6acc4502e9108ae105b55992800d0a3a505fb033
[ "OLDAP-2.4", "OLDAP-2.3" ]
15
2015-08-28T07:28:58.000Z
2020-04-10T22:16:57.000Z
Source/AggScanlineBin.pas
kant/AggPasMod
6acc4502e9108ae105b55992800d0a3a505fb033
[ "OLDAP-2.4", "OLDAP-2.3" ]
28
2015-06-11T05:04:57.000Z
2021-05-28T10:52:15.000Z
unit AggScanLineBin; //////////////////////////////////////////////////////////////////////////////// // // // Anti-Grain Geometry (modernized Pascal fork, aka 'AggPasMod') // // Maintained by Christian-W. Budde (Christian@...
27.788462
81
0.581661
f10566d343735cfc7bf18ac3d572c3664a494b4f
4,314
pas
Pascal
unittests/general/TestServer/WebModuleUnit.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
unittests/general/TestServer/WebModuleUnit.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
unittests/general/TestServer/WebModuleUnit.pas
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** // // Delphi MVC Framework // // Copyright (c) 2010-2022 Daniele Teti and the DMVCFramework Team // // https://github.com/danieleteti/delphimvcframework // // *************************************************************************** // // ...
32.19403
112
0.715809
4795a5c3d4e2a2d8713e91e3ef867a7577831957
24,003
pas
Pascal
source/common/ServiceControlU.pas
littleearth/net-reflector
5de5ef92e2177fef0758340f62370e2b69618c15
[ "Apache-2.0" ]
8
2017-11-20T19:55:36.000Z
2021-06-10T14:12:24.000Z
source/common/ServiceControlU.pas
littleearth/net-reflector
5de5ef92e2177fef0758340f62370e2b69618c15
[ "Apache-2.0" ]
null
null
null
source/common/ServiceControlU.pas
littleearth/net-reflector
5de5ef92e2177fef0758340f62370e2b69618c15
[ "Apache-2.0" ]
5
2017-11-21T03:54:29.000Z
2021-06-13T08:55:19.000Z
unit ServiceControlU; interface uses Dialogs, SysUtils, Windows, Messages, WinSvc, SvcMgr, Classes; type TNTServiceStatus = (svStopped, svRunning, svPaused, svStartPending, svStopPending, svContinuePending, svPausePending, svUnknown); type TNTServiceFailureAction = (sfaNone = integer(SC_ACTION_NONE), ...
29.307692
79
0.640795
474afbfe2712707e789bed93fcdba539a2d51855
391
dpr
Pascal
01-LifeCycle-Windows-macOS-Linux/Project1.dpr
DeveloppeurPascal/SauvegarderEtRestaurerLEtatDesApplicationsMobiles
425d3597365854838d1c3759ac440ead74512827
[ "MIT" ]
1
2021-06-23T13:51:56.000Z
2021-06-23T13:51:56.000Z
04-LifeCycle-FMX/Project1.dpr
DeveloppeurPascal/SauvegarderEtRestaurerLEtatDesApplicationsMobiles
425d3597365854838d1c3759ac440ead74512827
[ "MIT" ]
null
null
null
04-LifeCycle-FMX/Project1.dpr
DeveloppeurPascal/SauvegarderEtRestaurerLEtatDesApplicationsMobiles
425d3597365854838d1c3759ac440ead74512827
[ "MIT" ]
1
2021-04-05T03:00:11.000Z
2021-04-05T03:00:11.000Z
program Project1; uses System.StartUpCopy, FMX.Forms, Unit1 in 'Unit1.pas' {Form1}, Unit2 in 'Unit2.pas' {Form2}, fLog in 'fLog.pas' {frmLog}, Unit3 in 'Unit3.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.CreateForm(TForm2, Form2); ...
19.55
43
0.672634
470e6b71628ed5c2854c67e3912a851494100a64
3,606
pas
Pascal
utils.pas
vhanla/MonitorSettings
b5baea7d9ef7f2701e05855c441ea261e45da516
[ "MIT" ]
13
2020-06-05T06:13:46.000Z
2021-07-16T00:29:56.000Z
utils.pas
vhanla/MonitorSettings
b5baea7d9ef7f2701e05855c441ea261e45da516
[ "MIT" ]
null
null
null
utils.pas
vhanla/MonitorSettings
b5baea7d9ef7f2701e05855c441ea261e45da516
[ "MIT" ]
4
2020-06-05T06:13:47.000Z
2022-01-21T15:42:32.000Z
unit utils; interface uses Windows, Forms, Classes, TLHelp32, PsAPI, SysUtils, Registry, Graphics, DWMAPI, OleAcc, Variants, DirectDraw, ActiveX, ShellAPI; function IsDirectXAppRunningFullScreen: Boolean; function DetectFullScreen3D: Boolean; function DetectFullScreenApp(AHandle: HWND = 0): Boolean; function IsD...
27.738462
145
0.708819
f1c943fe9f5a7c2017300d327a1fcce40b98bbb2
14,932
pas
Pascal
Chapter 7/OmniThreadLibrary/tests/33_BlockingCollection/test_33_BlockingCollection.pas
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 7/OmniThreadLibrary/tests/33_BlockingCollection/test_33_BlockingCollection.pas
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 7/OmniThreadLibrary/tests/33_BlockingCollection/test_33_BlockingCollection.pas
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
unit test_33_BlockingCollection; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, Contnrs, Spin, DSiWin32, GpLists, GpStuff, OtlCommon, OtlComm, OtlTask, OtlTaskControl, OtlContainers, OtlCollections, OtlEventMonitor; const...
31.50211
113
0.723078
474245ea1b2cb10fba39b6993dad076449e32b09
2,296
pas
Pascal
Program/UtilsImpl/unit_ExportToDevice.pas
aleXela17/MyHomeLib
7c1c7596b2bd1f1186aae4b213de27b7fc440b33
[ "MIT" ]
80
2019-05-08T15:26:06.000Z
2022-03-18T17:53:13.000Z
Program/UtilsImpl/unit_ExportToDevice.pas
alex80/MyHomeLib
00b22041449ee243759e76f6130839bc9cd74953
[ "MIT" ]
7
2019-07-17T07:26:13.000Z
2021-09-01T19:00:19.000Z
Program/UtilsImpl/unit_ExportToDevice.pas
alex80/MyHomeLib
00b22041449ee243759e76f6130839bc9cd74953
[ "MIT" ]
40
2019-06-02T10:23:13.000Z
2022-03-29T08:58:46.000Z
(* ***************************************************************************** * * MyHomeLib * * Copyright (C) 2008-2019 Oleksiy Penkov (aka Koreec) * * Authors Aleksey Penkov alex.penkov@gmail.com * Nick Rymanov nrymanov@gmail.com * ******************************************...
22.96
84
0.645906
4785bfbaefa39d3f096a4e8a1b8dfdeea47972c5
31,279
dfm
Pascal
Cj_Fast_Panel/fpu.dfm
delphi-pascal-archive/cj-fast-panel
9848f598c0dc8cb02f8ff392a5064eac256e6164
[ "Unlicense" ]
null
null
null
Cj_Fast_Panel/fpu.dfm
delphi-pascal-archive/cj-fast-panel
9848f598c0dc8cb02f8ff392a5064eac256e6164
[ "Unlicense" ]
null
null
null
Cj_Fast_Panel/fpu.dfm
delphi-pascal-archive/cj-fast-panel
9848f598c0dc8cb02f8ff392a5064eac256e6164
[ "Unlicense" ]
null
null
null
object Form1: TForm1 Left = 231 Top = 128 BorderStyle = bsNone Caption = 'Cj Fast Panel' ClientHeight = 496 ClientWidth = 450 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStay...
62.184891
73
0.841299
470d82ebfd46105b1e6d6891af04229770b69be8
2,703
pas
Pascal
src/forms/fDebug.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
3
2016-02-17T20:15:23.000Z
2018-05-24T20:12:38.000Z
src/forms/fDebug.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
45
2016-04-15T18:21:06.000Z
2021-09-22T09:54:20.000Z
src/forms/fDebug.pas
kmzbrnoI/hJOPpanel
17752ed3da5cf423375250113ce2df6b96c019a2
[ "Apache-2.0" ]
1
2021-11-16T14:15:33.000Z
2021-11-16T14:15:33.000Z
unit fDebug; { Debug window (show network log). } interface uses Windows, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, StrUtils; type TF_Debug = class(TForm) CHB_DataLogging: TCheckBox; LV_Log: TListView; M_Data: TMemo; B_ClearLog: TButton; GB_Send...
25.261682
113
0.711802
477abb2fbcbcd96967753693bc0536967227dba7
31,949
pas
Pascal
Source/cxBoldExtLookupComboBox.pas
RI-L/BoldDevEx
e9e9a8bcc54a2c9ab0752ce3ad3b9fcb67378274
[ "MIT" ]
null
null
null
Source/cxBoldExtLookupComboBox.pas
RI-L/BoldDevEx
e9e9a8bcc54a2c9ab0752ce3ad3b9fcb67378274
[ "MIT" ]
null
null
null
Source/cxBoldExtLookupComboBox.pas
RI-L/BoldDevEx
e9e9a8bcc54a2c9ab0752ce3ad3b9fcb67378274
[ "MIT" ]
null
null
null
unit cxBoldExtLookupComboBox; {$I cxVer.inc} interface uses {$IFDEF DELPHI6} Variants, {$ENDIF} Windows, Classes, Controls, Graphics, Messages, SysUtils, cxClasses, cxContainer, cxControls, cxCustomData, cxBoldLookupEdit, cxEditConsts, cxGrid, cxGridCustomTableView, cxEdit, cxGridCustomView, cxGridStrs...
30.749759
157
0.783937
477a541e4f5b131ee6606c4ce92b23ce09c3f388
227
pas
Pascal
P1010.pas
Nydxy/VijosDGZX
4669a313aa5d21f1e20c49f6943e2f6f7282e063
[ "MIT" ]
null
null
null
P1010.pas
Nydxy/VijosDGZX
4669a313aa5d21f1e20c49f6943e2f6f7282e063
[ "MIT" ]
null
null
null
P1010.pas
Nydxy/VijosDGZX
4669a313aa5d21f1e20c49f6943e2f6f7282e063
[ "MIT" ]
null
null
null
var x:longint; begin read(x); case x of 0:writeln('Sunday'); 1:writeln('Monday'); 2:writeln('Tuesday'); 3:writeln('Wednesday'); 4:writeln('Thursday'); 5:writeln('Friday'); 6:writeln('Saturday'); end; end.
16.214286
25
0.61674
83ce7a7857bdaa6da9b0030ad0aed4baefedbade
1,588
dpr
Pascal
Samples/Source/2D/GUI/gui_link.dpr
RadiianArts/TERRA-Engine
965184178dda836197c436ef47e048e1db5382af
[ "Apache-2.0" ]
104
2015-01-18T02:02:11.000Z
2022-02-22T11:53:06.000Z
Samples/Source/2D/GUI/gui_link.dpr
maciej-izak-tests/TERRA-Engine
7ef17e6b67968a40212fbb678135af0000246097
[ "Apache-2.0" ]
13
2015-07-18T18:53:15.000Z
2021-10-04T10:31:01.000Z
Samples/Source/2D/GUI/gui_link.dpr
maciej-izak-tests/TERRA-Engine
7ef17e6b67968a40212fbb678135af0000246097
[ "Apache-2.0" ]
47
2015-01-17T21:50:12.000Z
2022-02-15T13:49:02.000Z
{$I terra.inc} {$IFDEF MOBILE}Library{$ELSE}Program{$ENDIF} MaterialDemo; uses MemCheck, TERRA_Object, TERRA_MemoryManager, TERRA_Application, TERRA_DemoApplication, TERRA_Engine, TERRA_Utils, TERRA_OS, TERRA_Vector2D, TERRA_Viewport, TERRA_UIView, TERRA_UIWidget, TERRA_UITemplates, TERRA_U...
23.701493
176
0.721662
835f70eb4cdb5f5412f8fdd8c2156158882bf572
495
pas
Pascal
Chapter 09/TLayout/Unit3.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
24
2020-10-29T20:58:47.000Z
2022-01-12T13:49:09.000Z
Chapter 09/TLayout/Unit3.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
1
2021-05-22T07:00:36.000Z
2021-05-22T07:00:36.000Z
Chapter 09/TLayout/Unit3.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
7
2020-11-06T20:01:18.000Z
2021-11-06T14:31:06.000Z
unit Unit3; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Layouts; type TForm3 = class(TForm) RightColumnLayout: TLayout; TopLayout: TLayout; BottomLayout: TLayout; MainLayout: TL...
16.5
81
0.707071
4724c60cbe8e63f6cd8e8d3fd187174d3f742e9f
167
pas
Pascal
input/test19.pas
junaaaaloo/CMPILER-FINAL-MP
f2ab1e79e6c008eb6b4423777e95fa473f78f29b
[ "MIT" ]
null
null
null
input/test19.pas
junaaaaloo/CMPILER-FINAL-MP
f2ab1e79e6c008eb6b4423777e95fa473f78f29b
[ "MIT" ]
null
null
null
input/test19.pas
junaaaaloo/CMPILER-FINAL-MP
f2ab1e79e6c008eb6b4423777e95fa473f78f29b
[ "MIT" ]
null
null
null
program main; function getTimesThree(Z:real):real; begin writeln(Z); getTimesThree := Z * 3.5; end; var i:real; begin writeLn('HUH');;;;;;;; end.
13.916667
36
0.592814
4721a7134e9f5265e5a9d92e24e5ce414245e3ab
9,548
pas
Pascal
Components/zeosold/dbase/ZMsSqlStoredProc.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
Components/zeosold/dbase/ZMsSqlStoredProc.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
Components/zeosold/dbase/ZMsSqlStoredProc.pas
winsys/ms
d35137fd1f0a5142e03c47345cdb81509b6d96e5
[ "MIT" ]
null
null
null
{********************************************************} { } { Zeos Database Objects } { MS SQL property editors } { } { Copyright (c) 1999-2...
31.304918
100
0.647465
475091fe3d356422735c921b7ad54a951c2d8efb
883
pas
Pascal
OJs/HKOI/DSE Exercises/D107/squareAndTriangularNumbers.pas
sailinglove/personal-general
b2e932dcd7989bdf856d4852e38f96cbbfc9c907
[ "MIT" ]
1
2020-06-19T11:47:23.000Z
2020-06-19T11:47:23.000Z
OJs/HKOI/DSE Exercises/D107/squareAndTriangularNumbers.pas
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
OJs/HKOI/DSE Exercises/D107/squareAndTriangularNumbers.pas
SailorWontSink/personal-general
664ccca1cf8308e764742b8f19d1b7e3ad42946c
[ "MIT" ]
null
null
null
program squareAndTriangularNumbers; var input : LongInt; ifSq, ifTri : Boolean; function chkSquare(num : LongInt) : Boolean; var i, t : LongInt; begin i := 0; chkSquare := False; repeat Inc(i); t := i * i; // WriteLn(t:3, num:3); if t = num then chkSquare := True; until t >= num; end...
18.020408
44
0.592299
f1f5ccd2115131e8aedc204b695365196c011fe1
6,083
pas
Pascal
zip.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
zip.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
zip.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit zip; {$I DelphiDefs.inc} interface uses typex, {$IFDEF WINDOWS} activex, comobj, {$ENDIF} commandprocessor, stringx, sysutils,zlib, classes, memoryfilestream, helpers_stream, systemx; const SHCONTCH_NOPROGRESSBOX = 4; SHCONTCH_AUTORENAME = 8; SHCONTCH_RESPONDYESTOALL = 16; SHCONTF_INCLUDEHIDDEN =...
22.363971
111
0.699326
470ec6db561414d9afb6420f7c26afafa01dbdfd
1,274
pas
Pascal
src/libraries/cryptolib4pascal/ClpIXSalsa20Engine.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
384
2016-07-16T10:07:28.000Z
2021-12-29T11:22:56.000Z
src/libraries/cryptolib4pascal/ClpIXSalsa20Engine.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
165
2016-09-11T11:06:04.000Z
2021-12-05T23:31:55.000Z
src/libraries/cryptolib4pascal/ClpIXSalsa20Engine.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
210
2016-08-26T14:49:47.000Z
2022-02-22T18:06:33.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
34.432432
87
0.357143
f1b4eef0643a4cdfa2c2f16d6178c97782a905a0
4,341
pas
Pascal
sources/MVCFramework.Middleware.Compression.pas
segovoni/delphimvcframework
f48fddecbf31b9bed4456bd44a9aaba813cfaa7f
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.Middleware.Compression.pas
segovoni/delphimvcframework
f48fddecbf31b9bed4456bd44a9aaba813cfaa7f
[ "Apache-2.0" ]
null
null
null
sources/MVCFramework.Middleware.Compression.pas
segovoni/delphimvcframework
f48fddecbf31b9bed4456bd44a9aaba813cfaa7f
[ "Apache-2.0" ]
null
null
null
// *************************************************************************** // // Delphi MVC Framework // // Copyright (c) 2010-2019 Daniele Teti and the DMVCFramework Team // // https://github.com/danieleteti/delphimvcframework // // *************************************************************************** // // ...
29.937931
137
0.720802
475ccb855db9f8efb2af0e7a2eb0ebb50c64b8a5
20,590
dfm
Pascal
HWSserver/source/uadm_vlrModaux.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
1
2022-02-28T11:28:18.000Z
2022-02-28T11:28:18.000Z
HWSserver/source/uadm_vlrModaux.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
HWSserver/source/uadm_vlrModaux.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
object adm_vlrModaux: Tadm_vlrModaux Left = 187 Top = 195 BorderStyle = bsNone ClientHeight = 392 ClientWidth = 735 Color = 16119285 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCente...
32.996795
135
0.633171
f1ff364463832575081062ff34b11640f6c5da66
1,162
pas
Pascal
md5/backup/unit1.pas
gebony/Gebo-hash
1b13103804fab48f1a1a5fd6f31ac11d982d0d72
[ "BSD-2-Clause" ]
null
null
null
md5/backup/unit1.pas
gebony/Gebo-hash
1b13103804fab48f1a1a5fd6f31ac11d982d0d72
[ "BSD-2-Clause" ]
null
null
null
md5/backup/unit1.pas
gebony/Gebo-hash
1b13103804fab48f1a1a5fd6f31ac11d982d0d72
[ "BSD-2-Clause" ]
1
2022-02-14T09:18:31.000Z
2022-02-14T09:18:31.000Z
unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls,md5,about; type { TForm1 } TForm1 = class(TForm) Button1: TButton; Button2: TButton; Button3: TButton; Button4: TButton; Edit1: TEdit; Edit2: TEdit; OpenDialog1: TOpenDi...
16.366197
76
0.70568
83bc07bd51bddd708ddb02291c6ebda7e39ac15c
11,161
dfm
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fxBrokerSearch.dfm
josephsnyder/VistA
07cabf4302675991dd453aea528f79f875358d58
[ "Apache-2.0" ]
1
2021-01-01T01:16:44.000Z
2021-01-01T01:16:44.000Z
CPRSChart/OR_30_423_SRC/CPRS-chart/fxBrokerSearch.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
CPRSChart/OR_30_423_SRC/CPRS-chart/fxBrokerSearch.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
null
null
null
object frmBokerSearch: TfrmBokerSearch Left = 0 Top = 0 Caption = 'Broker Search' ClientHeight = 284 ClientWidth = 322 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerForm...
38.222603
72
0.748141
83f660f4d93c60cfcc751fe8814810c9d604b9f0
7,187
dfm
Pascal
UMostrarCliente.dfm
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
UMostrarCliente.dfm
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
UMostrarCliente.dfm
Douhgrax/Projeto
03c32d69c89c3c9b4b14f2940e067d47374769d3
[ "Unlicense" ]
null
null
null
object fMostrarCliente: TfMostrarCliente Left = 5 Top = 5 Caption = 'Mostrar Cliente' ClientHeight = 627 ClientWidth = 712 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poDesi...
18.716146
43
0.596355
85c8e8d31fc482bb20232e209152f667bc590d9c
10,588
pas
Pascal
Server/lib/sgDriverSDL2.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
null
null
null
Server/lib/sgDriverSDL2.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
null
null
null
Server/lib/sgDriverSDL2.pas
sardap/NumbersOrDie
d5cc5caf6c96746689bfaf0a19883708cd292dab
[ "MIT" ]
1
2019-03-30T16:33:07.000Z
2019-03-30T16:33:07.000Z
unit sgDriverSDL2; //============================================================================= // sgDriverSDL2.pas //============================================================================= // // // // // // Notes: // - Pascal PChar is equivalent to a C-type string // - Pascal Word is equivalent to a Uint16...
45.637931
98
0.630431
831c434196cd2b4c2660fd3a8e8048107899be65
50,989
pas
Pascal
Units/DX12.D3DX12.pas
viniciusfbb/DelphiDX12
d1561bc6cb9bba7519e298bd4fa730fc22f6e19b
[ "Apache-2.0" ]
1
2021-02-10T22:15:03.000Z
2021-02-10T22:15:03.000Z
Units/DX12.D3DX12.pas
viniciusfbb/DelphiDX12
d1561bc6cb9bba7519e298bd4fa730fc22f6e19b
[ "Apache-2.0" ]
null
null
null
Units/DX12.D3DX12.pas
viniciusfbb/DelphiDX12
d1561bc6cb9bba7519e298bd4fa730fc22f6e19b
[ "Apache-2.0" ]
1
2020-04-16T09:11:40.000Z
2020-04-16T09:11:40.000Z
unit DX12.D3DX12; //********************************************************* // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNES...
37.5195
155
0.712016
838f22a142d0e6ded9a64cdaea72dbec2dbab62f
1,903
pas
Pascal
turtle/lottrp01.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
turtle/lottrp01.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
turtle/lottrp01.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
(* ┌───────────────────────────────────────────────────────────┐ │ Programated by Vladimir Zahoransky │ │ Vladko software │ │ Contact : zahoran@cezap.ii.fmph.uniba.sk │ │ Program tema : Draw circles ! ...
32.810345
77
0.377824
8524be951f038bead787185f6fb5666228ace3bf
2,783
pas
Pascal
code/ooFS.Directory.Make.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
null
null
null
code/ooFS.Directory.Make.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
null
null
null
code/ooFS.Directory.Make.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
2
2019-11-21T03:19:12.000Z
2021-01-26T04:52:12.000Z
{$REGION 'documentation'} { Copyright (c) 2016, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { Command to create a directory @created(10/02/2016) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit ooFS.Directory...
24.628319
112
0.733741
f1ec2c7046fe890b8f01aedfb349e9b8cbcce242
2,932
pas
Pascal
Examples/trunk/canvas_test/drawtest.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Examples/trunk/canvas_test/drawtest.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Examples/trunk/canvas_test/drawtest.pas
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
unit drawtest; {$mode objfpc} interface uses Classes, Forms, Graphics; type { TfrmDraw } TfrmDraw = class(TForm) procedure FormCreate(Sender: TObject); procedure FormPaint(Sender: TObject); private public end; var frmDraw: TfrmDraw; implementation {$R *.lfm} ...
22.212121
82
0.646658
8347447b7e1835a5b2a8dffe7db14dc59aa08dd2
51,564
pas
Pascal
AH-Server/src/net.pas
Cooler2/ApusEngineExamples
9ab7e75635e4a790aff58d364168ac511b76d735
[ "BSD-3-Clause" ]
33
2020-03-06T09:14:48.000Z
2022-03-08T14:54:46.000Z
AH-Server/src/net.pas
Cooler2/ApusEngineExamples
9ab7e75635e4a790aff58d364168ac511b76d735
[ "BSD-3-Clause" ]
null
null
null
AH-Server/src/net.pas
Cooler2/ApusEngineExamples
9ab7e75635e4a790aff58d364168ac511b76d735
[ "BSD-3-Clause" ]
10
2020-03-06T16:51:00.000Z
2022-03-08T19:16:04.000Z
// Универсальная сетевая часть сервера: реализация HTTP на overlapped-сокетов TCP/IP // Copyright (C) Ivan Polyacov, ivan@apus-software.com, cooler@tut.by {$R+} unit net; interface type // аттрибуты соединения TConAttr=(caIP, // IP-адрес caCountry); // Страна, соответствующая IP ...
31.175333
140
0.646013
472c47633572df022f5ae4535812a865e8938f9b
15,384
pas
Pascal
Components/JVCL/common/ModuleLoader.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/common/ModuleLoader.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/common/ModuleLoader.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{******************************************************************} { } { Project JEDI } { OS independent Dynamic Loading Helpers } { ...
34.726862
113
0.697218
47a42834bb307dfa8ed6bf993b33946c8db113b2
5,240
pas
Pascal
dependencies/Indy10/System/IdResourceStrings.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
4
2021-07-14T20:14:18.000Z
2022-02-25T04:28:12.000Z
dependencies/Indy10/System/IdResourceStrings.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
null
null
null
dependencies/Indy10/System/IdResourceStrings.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
2
2021-03-16T11:37:49.000Z
2022-02-17T06:17:41.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...
40
89
0.712977
f148541f6c9c30b828b2c489c5ab423ae117682f
779
pas
Pascal
Tools/TES5Edit/Edit Scripts/List used baseforms and statistics.pas
horkoborko/SkyrimFollowerMod
0235daf44ddbd3a20b02447df517a40be755ba74
[ "MIT" ]
10
2020-05-09T13:53:31.000Z
2021-10-10T17:34:49.000Z
Tools/TES5Edit/Edit Scripts/List used baseforms and statistics.pas
horkoborko/SkyrimFollowerMod
0235daf44ddbd3a20b02447df517a40be755ba74
[ "MIT" ]
null
null
null
Tools/TES5Edit/Edit Scripts/List used baseforms and statistics.pas
horkoborko/SkyrimFollowerMod
0235daf44ddbd3a20b02447df517a40be755ba74
[ "MIT" ]
4
2020-06-05T12:32:58.000Z
2022-01-15T00:17:44.000Z
{ Counts how much baseforms are used in references } unit UserScript; var slForms: TStringList; i: integer; function Initialize: integer; begin slForms := TStringList.Create; end; function Process(e: IInterface): integer; var s: string; begin Result := 0; s := Signature(e); if (s <> 'REFR') and...
16.574468
77
0.627728
473e49d3c898125ea709ddff06384cd97564de64
63,999
pas
Pascal
win-os2/0011.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
win-os2/0011.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
win-os2/0011.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ PURPOSE : Demonstrate how to smoothly drag a bitmap across an application. AUTHOR : Michael Vincze (mav@asd470.dseg.ti.com) REFERENCE: Microsoft vendor note 4-10.zip (ftp.uu.net /vendor/microsoft/developer-network) DATE : 07/25/93 } program DragBmp; uses DragUnit, ...
42.837349
219
0.557821
477c5c5455fe8951d5b3b7690bd000407813bbe8
26,825
pas
Pascal
source/unit_mod_project.pas
uniho/BeBop
611d6e40286df72941eb39879da88c35d2b74ce0
[ "MIT" ]
5
2021-12-08T08:33:37.000Z
2022-01-29T15:17:43.000Z
source/unit_mod_project.pas
uniho/BeBop
611d6e40286df72941eb39879da88c35d2b74ce0
[ "MIT" ]
null
null
null
source/unit_mod_project.pas
uniho/BeBop
611d6e40286df72941eb39879da88c35d2b74ce0
[ "MIT" ]
null
null
null
unit unit_mod_project; {$mode ObjFPC}{$H+} interface uses Classes, SysUtils, unit_js, uCEFTypes, uCEFInterfaces; function CreateRequest(const fileName: string): ICefRequest; implementation uses Forms, unit1, LazFileUtils, unit_global, unit_thread, uCEFConstants, uCEFv8Context, uCEFv8Value, uCEFv8Accesso...
27.797927
169
0.758062
83a2423068f45377ca122c1b3ba3ca8633d388aa
8,404
pas
Pascal
src/libraries/hashlib4pascal/HlpSipHash.pas
skalogryz/PascalCoin
4ad304ff133b06a5708f7f7f22300e58eb2f959e
[ "MIT" ]
1
2021-06-07T13:20:04.000Z
2021-06-07T13:20:04.000Z
src/libraries/hashlib4pascal/HlpSipHash.pas
skalogryz/PascalCoin
4ad304ff133b06a5708f7f7f22300e58eb2f959e
[ "MIT" ]
null
null
null
src/libraries/hashlib4pascal/HlpSipHash.pas
skalogryz/PascalCoin
4ad304ff133b06a5708f7f7f22300e58eb2f959e
[ "MIT" ]
1
2021-06-02T23:57:38.000Z
2021-06-02T23:57:38.000Z
unit HlpSipHash; {$I HashLib.inc} interface uses {$IFDEF DELPHI2010} SysUtils, // to get rid of compiler hint "not inlined" on Delphi 2010. {$ENDIF DELPHI2010} HlpHashLibTypes, HlpConverters, HlpIHashInfo, HlpNullable, HlpHash, HlpIHash, HlpHashResult, HlpIHashResult, HlpBits; resourcestring ...
21.942559
80
0.63684
4779101f1da72e603f88f6465fb1f027cb5d7c18
4,435
pas
Pascal
EvilWorks.Vcl.FormSettings.pas
vedranvuk/EvilLibrary
05b97e8689d47c2f97b3de510836f202130e2266
[ "BSD-4-Clause" ]
null
null
null
EvilWorks.Vcl.FormSettings.pas
vedranvuk/EvilLibrary
05b97e8689d47c2f97b3de510836f202130e2266
[ "BSD-4-Clause" ]
null
null
null
EvilWorks.Vcl.FormSettings.pas
vedranvuk/EvilLibrary
05b97e8689d47c2f97b3de510836f202130e2266
[ "BSD-4-Clause" ]
null
null
null
unit EvilWorks.VCL.FormSettings; { by lhaymehr@gmail.com, 2010. Part of EvilLibrary. Works with Delphi XE and up. } interface uses WinApi.Windows, WinApi.Messages, System.SysUtils, System.Classes, System.IniFiles, Vcl.Forms; type { TFormSettings } TFormSettings = class(TComponent) private const CX: string ...
22.286432
106
0.72469
611acf83beef352b0167d70f5fd8d5b5c587a232
1,267
dpr
Pascal
project/midilib.dpr
aleksusklim/midilib
43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136
[ "Unlicense" ]
null
null
null
project/midilib.dpr
aleksusklim/midilib
43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136
[ "Unlicense" ]
null
null
null
project/midilib.dpr
aleksusklim/midilib
43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136
[ "Unlicense" ]
null
null
null
program midilib; {$APPTYPE CONSOLE} uses SysUtils, Classes, UCachedList, UMidiLib; var m: TMidiFile; procedure my(); var i, j: Integer; track: TMidiTrack; event: TMidiEvent; begin for i := 0 to m.Tracks.Count - 1 do begin track := m.Tracks[i] as TMidiTrack; for j :=...
17.84507
50
0.5809
833841b727de6c5a78f3117264d6ab8accafeed1
1,911
pas
Pascal
Oxygene/Echoes/Language/Object Pascal/AssemblyInfo.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
19
2016-04-09T12:40:27.000Z
2022-02-22T12:15:03.000Z
Oxygene/Echoes/Language/Object Pascal/AssemblyInfo.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
3
2017-09-05T09:31:29.000Z
2019-09-11T04:49:27.000Z
Oxygene/Echoes/Language/Object Pascal/AssemblyInfo.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
11
2016-12-29T19:30:39.000Z
2021-08-31T12:20:27.000Z
namespace ObjectPascal; interface uses System.Reflection; [assembly: AssemblyTitle('')] [assembly: AssemblyDescription('')] [assembly: AssemblyConfiguration('')] [assembly: AssemblyCompany('')] [assembly: AssemblyProduct('')] [assembly: AssemblyCopyright('')] [assembly: AssemblyTrademark('')] [assembly: AssemblyC...
38.22
85
0.703297
4749cfe6568a62040543eee2d631ae5823ad6173
8,980
pas
Pascal
tests/Test.GeneratorClassMethods.pas
bogdanpolak/delphi-dataproxy
fef7a3a3c5256788ae9f52f105b7a1c1b841f466
[ "MIT" ]
13
2019-01-25T06:08:45.000Z
2022-01-26T07:56:09.000Z
tests/Test.GeneratorClassMethods.pas
bogdanpolak/delphi-dataproxy
fef7a3a3c5256788ae9f52f105b7a1c1b841f466
[ "MIT" ]
70
2019-01-17T21:57:42.000Z
2020-03-09T19:36:57.000Z
tests/Test.GeneratorClassMethods.pas
bogdanpolak/delphi-dataproxy
fef7a3a3c5256788ae9f52f105b7a1c1b841f466
[ "MIT" ]
4
2019-08-02T14:24:19.000Z
2020-11-11T02:56:42.000Z
unit Test.GeneratorClassMethods; interface uses DUnitX.TestFramework, System.Classes, System.SysUtils, System.Variants, Data.DB, FireDAC.Comp.Client, Comp.Generator.DataProxy, Helper.DUnitAssert; {$TYPEINFO ON} type [TestFixture] TestGeneratorClassMethods = class(TObject) private fOwner:...
30.033445
79
0.656125
4765f91f536aff236621006c491fb714330a00a8
605
dpr
Pascal
FastMM-TomaszHutnik/Project20.dpr
bogdanpolak/zoom-meetings
f626107bd16d6f4695e601b100a3e7f6005ea838
[ "MIT" ]
1
2020-11-11T02:54:08.000Z
2020-11-11T02:54:08.000Z
FastMM-TomaszHutnik/Project20.dpr
bogdanpolak/zoom-meetings
f626107bd16d6f4695e601b100a3e7f6005ea838
[ "MIT" ]
null
null
null
FastMM-TomaszHutnik/Project20.dpr
bogdanpolak/zoom-meetings
f626107bd16d6f4695e601b100a3e7f6005ea838
[ "MIT" ]
1
2020-11-11T02:54:09.000Z
2020-11-11T02:54:09.000Z
// JCL_DEBUG_EXPERT_GENERATEJDBG OFF // JCL_DEBUG_EXPERT_INSERTJDBG OFF // JCL_DEBUG_EXPERT_DELETEMAPFILE OFF library Project20; uses {$ifdef USEFASTMM} FastMM4 in 'FastMM\FastMM4.pas', FastMM4Messages in 'FastMM\FastMM4Messages.pas', {$endif } System.SysUtils, System.Classes, CommonInterfaces in 'Common...
18.90625
82
0.732231
f1aa2a4438ef9aa9d32e7b290dadbf6dfbdcd2e1
1,221
pas
Pascal
crypto/prng/t_rnd_44.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
6
2019-02-15T02:47:02.000Z
2021-08-02T22:34:34.000Z
crypto/prng/t_rnd_44.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
null
null
null
crypto/prng/t_rnd_44.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
7
2020-05-04T21:44:13.000Z
2021-04-02T12:42:23.000Z
{Simple test for MT19937 unit, we Nov.2008} program t_rnd_44; {$i STD.INC} {$ifdef BIT16} {$N+} {$endif} {$ifdef win32} {$ifndef VirtualPascal} {$apptype console} {$endif} {$endif} uses {$ifdef WINCRT} wincrt, {$else} crt, {$endif} mt19937,ministat; const NMAX = MaxLongint; label _...
19.693548
91
0.619165
47696ebbc6b73094ed75877a38ceedfeecb72fd7
16,989
pas
Pascal
Native/Delphi/Apps/Debugging/MemoryDebuggingDemo/SafeMM/SafeMM.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
5
2017-05-12T08:03:54.000Z
2022-02-15T08:23:27.000Z
Native/Delphi/Apps/Debugging/MemoryDebuggingDemo/SafeMM/SafeMM.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
Native/Delphi/Apps/Debugging/MemoryDebuggingDemo/SafeMM/SafeMM.pas
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
(* SafeMM Debug Memory Manager 0.4 (C) Ben Taylor based on code from: (C) 2000 Per B. Larsen & TurboPower Software Co. All rights reserved. Used with permission. Description: A "proof of concept" unit for using OS functionality to raise an AV when an improper attempt is made to read or writ...
24.097872
87
0.706516
834416bdb5306af5c03deef393a1844c8cb730c1
1,278
pas
Pascal
samples/vclmessaging/ThirdFormU.pas
jfhyn/delphi-event-bus
ef51f7d5bf943403ec21ec6d92295a3a0b24a049
[ "Apache-2.0" ]
null
null
null
samples/vclmessaging/ThirdFormU.pas
jfhyn/delphi-event-bus
ef51f7d5bf943403ec21ec6d92295a3a0b24a049
[ "Apache-2.0" ]
null
null
null
samples/vclmessaging/ThirdFormU.pas
jfhyn/delphi-event-bus
ef51f7d5bf943403ec21ec6d92295a3a0b24a049
[ "Apache-2.0" ]
1
2019-05-19T11:58:21.000Z
2019-05-19T11:58:21.000Z
unit ThirdFormU; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, EventU, EventBus.Attributes, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ExtCtrls; type TfrmThird = class(TForm) PaintBox1: TPaintBox; procedure PaintBox1Paint(Sender: TObjec...
20.95082
68
0.743349
f14ec0bbec176a9a6b073e44b03e5ca787261cec
50
pas
Pascal
tests/pascal/test1.pas
mapron/PascalParser
f99d8578cbb6538f8d2f63a3226abc2290d69be1
[ "Apache-2.0" ]
2
2019-06-22T15:53:53.000Z
2019-09-11T10:14:20.000Z
tests/pascal/test1.pas
mapron/PascalParser
f99d8578cbb6538f8d2f63a3226abc2290d69be1
[ "Apache-2.0" ]
null
null
null
tests/pascal/test1.pas
mapron/PascalParser
f99d8578cbb6538f8d2f63a3226abc2290d69be1
[ "Apache-2.0" ]
1
2019-09-11T10:14:22.000Z
2019-09-11T10:14:22.000Z
program test; begin a:=b+c; writeln(a); end.
8.333333
14
0.6
471bdb516e6e93d5028bdf17076a74429da6389e
1,215
pas
Pascal
Modules/DelphiFMX/uMain.pas
shineworld/python4delphi
7bba18fbf9201a7b378b38e56becfc2884f5c7e0
[ "MIT" ]
null
null
null
Modules/DelphiFMX/uMain.pas
shineworld/python4delphi
7bba18fbf9201a7b378b38e56becfc2884f5c7e0
[ "MIT" ]
null
null
null
Modules/DelphiFMX/uMain.pas
shineworld/python4delphi
7bba18fbf9201a7b378b38e56becfc2884f5c7e0
[ "MIT" ]
null
null
null
unit uMain; interface uses PythonEngine; function PyInit_DelphiFMX: PPyObject; cdecl; implementation uses System.SysUtils, WrapDelphi, WrapDelphiFMX; var gEngine : TPythonEngine; gModule : TPythonModule; gDelphiWrapper : TPyDelphiWrapper; // This must match the pattern "PyInit_[ProjectName]" // So if the...
20.25
68
0.720165
83c0d38e77131205b8d70b663eb981c29fc935d0
15,299
pas
Pascal
Source/Common/ConnectionHandlesCOM/BoldComServerHandles.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
121
2020-09-22T10:46:20.000Z
2021-11-17T12:33:35.000Z
Source/Common/ConnectionHandlesCOM/BoldComServerHandles.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
8
2020-09-23T12:32:23.000Z
2021-07-28T07:01:26.000Z
Source/Common/ConnectionHandlesCOM/BoldComServerHandles.pas
LenakeTech/BoldForDelphi
3ef25517d5c92ebccc097c6bc2f2af62fc506c71
[ "MIT" ]
42
2020-09-22T14:37:20.000Z
2021-10-04T10:24:12.000Z
unit BoldComServerHandles; interface uses Classes, BoldBase, BoldContainers, BoldServerHandles, BoldComServer; type { forward declarations } TBoldComClass = class; TBoldComClasses = class; TBoldComObjectProvider = class; TBoldComServerHandle = class; TBoldComExportHandle = class; TBoldComServ...
26.107509
104
0.736453
4771bbe8790cdac91683f392cdae616159cacc39
6,362
pas
Pascal
crossinstallers/m_any_to_embeddedaarch64.pas
Moehre2/fpcupdeluxe
a427ed6e3b503b8ba295f8a818ca909c5a5bb34f
[ "zlib-acknowledgement" ]
198
2018-12-12T04:32:15.000Z
2022-03-10T03:37:09.000Z
crossinstallers/m_any_to_embeddedaarch64.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
425
2018-11-13T12:53:45.000Z
2022-03-29T14:39:59.000Z
crossinstallers/m_any_to_embeddedaarch64.pas
djwisdom/fpcupdeluxe
07a9ab12480f4c619e968d7f899ca2e13dade32b
[ "zlib-acknowledgement" ]
55
2018-11-20T12:03:11.000Z
2022-03-28T06:34:08.000Z
unit m_any_to_embeddedaarch64; { Cross compiles from any platform with correct binutils to Embedded ARM Copyright (C) 2017 Alf This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2...
30.009434
137
0.759352
47a2224cd44a1b268efe35fd0d74dc5da6a7da2b
14,852
pas
Pascal
Source/CE_DriveBar.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
1
2021-09-23T17:32:49.000Z
2021-09-23T17:32:49.000Z
Source/CE_DriveBar.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
Source/CE_DriveBar.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
//****************************************************************************** // CubicExplorer // Version: 0.90 // ...
37.505051
102
0.520536
830d733fce16a52f37cf5cba685ce13470ceee6a
465
pas
Pascal
So17_Baitap8a.pas
BigBadWolf15/PascalBasic
de90560ecf9e77f8f87b61936034f97ac9092380
[ "MIT" ]
null
null
null
So17_Baitap8a.pas
BigBadWolf15/PascalBasic
de90560ecf9e77f8f87b61936034f97ac9092380
[ "MIT" ]
1
2017-10-10T12:12:56.000Z
2017-10-10T12:14:13.000Z
So17_Baitap8a.pas
BigBadWolf15/Pascal-Basic
de90560ecf9e77f8f87b61936034f97ac9092380
[ "MIT" ]
null
null
null
{ Created by Le Thanh Trung - 11 Ly 1 - 04/12/2020 } program tam_a; uses crt; var a, b, n, i : longint; flip: boolean; begin clrscr; write('Nhap N: '); readln(n); a:= 1; write(a,' '); if n < 2 then exit; b:= 1; write(b,' '); if n < 3 then exit; for i:= 3 to n do begin if flip then beg...
13.676471
50
0.498925
475d25e124feb4e6fd170102a84c95f9fcea8202
527
dfm
Pascal
Samples/Basic/JWTDemo.Form.Main.dfm
cchiele/delphi-jose-jwt
0d6faf9d491a0cbe36780cf0edc448cb97f6ec89
[ "Apache-2.0" ]
3
2021-02-18T19:44:17.000Z
2021-06-29T17:45:38.000Z
Samples/Basic/JWTDemo.Form.Main.dfm
cchiele/delphi-jose-jwt
0d6faf9d491a0cbe36780cf0edc448cb97f6ec89
[ "Apache-2.0" ]
null
null
null
Samples/Basic/JWTDemo.Form.Main.dfm
cchiele/delphi-jose-jwt
0d6faf9d491a0cbe36780cf0edc448cb97f6ec89
[ "Apache-2.0" ]
null
null
null
object frmMain: TfrmMain Left = 0 Top = 0 Caption = 'JWT Demo' ClientHeight = 725 ClientWidth = 957 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 9...
18.821429
32
0.656546
83af05d713c8a64ceee0b16332f29679ee4946fd
428
dpr
Pascal
Installer/OfflineInstaller.dpr
PassByYou888/zInstaller
68c70a89f5c98834542f3417802a23bf0fb75638
[ "MIT" ]
12
2019-10-05T12:37:30.000Z
2021-09-03T12:06:51.000Z
Installer/OfflineInstaller.dpr
PassByYou888/zInstaller
68c70a89f5c98834542f3417802a23bf0fb75638
[ "MIT" ]
null
null
null
Installer/OfflineInstaller.dpr
PassByYou888/zInstaller
68c70a89f5c98834542f3417802a23bf0fb75638
[ "MIT" ]
8
2019-10-09T06:50:59.000Z
2021-02-06T07:57:12.000Z
program OfflineInstaller; uses System.StartUpCopy, FMX.Forms, OfflineInstallMainFrm in 'OfflineInstallMainFrm.pas' {OfflineInstallMainForm}, StyleModuleUnit in 'StyleModuleUnit.pas' {StyleDataModule: TDataModule}; {$R *.res} begin Application.Initialize; Application.CreateForm(TStyleDataModule, StyleData...
25.176471
80
0.810748
83b850c06e31e1ebf108c25c31a47ab18d4ec652
1,877
dfm
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvDocking/VCDemo/Source/RegistersUnit.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvDocking/VCDemo/Source/RegistersUnit.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvDocking/VCDemo/Source/RegistersUnit.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object RegistersForm: TRegistersForm Left = 490 Top = 233 Width = 257 Height = 211 BorderStyle = bsSizeToolWin Caption = 'Registers' Color = clBtnFace DockSite = True DragKind = dkDock DragMode = dmAutomatic Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = ...
26.814286
48
0.625999
4712068c6fa4acc00e8d269335dfbd39514ab4cc
2,089
dfm
Pascal
windows/src/ext/jedi/jvcl/jvcl/install/JVCLInstall/Debug/ExceptionDlg.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/install/JVCLInstall/Debug/ExceptionDlg.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/jvcl/install/JVCLInstall/Debug/ExceptionDlg.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object ExceptionDialog: TExceptionDialog Left = 363 Top = 284 ActiveControl = OkBtn AutoScroll = False BorderIcons = [biSystemMenu] Caption = 'ExceptionDialog' ClientHeight = 255 ClientWidth = 432 Color = clBtnFace Constraints.MinWidth = 200 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowTe...
21.536082
59
0.640019
476dc9c3ca1e56e58b2f141d7364d2d055dcd1ce
449
pas
Pascal
uZahl.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
1
2022-02-27T13:07:56.000Z
2022-02-27T13:07:56.000Z
uZahl.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
null
null
null
uZahl.pas
codingbott/DelphiFizzBuzzDecorator
caf99eeafcdaa0455d9ff61cc6c2d4f78e3adcba
[ "CC0-1.0" ]
1
2022-02-27T13:07:45.000Z
2022-02-27T13:07:45.000Z
unit uZahl; interface uses uiFizzBuzz; type TZahl = class(TInterfacedObject, IFizzBuzz) private fo: IFizzBuzz; public constructor Create(o: IFizzBuzz); function DoIt(i: integer): String; end; implementation uses SysUtils; { TZahl } constructor TZahl.Create(o: IFizzBuzz); begin fo:=o; en...
12.135135
45
0.685969
4710bcd15faea2145a0f4db416520f8a3687d66b
5,134
pas
Pascal
ThsFramework/BackEnd/Ths.Erp.Database.Table.AyarPrsCinsiyet.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/BackEnd/Ths.Erp.Database.Table.AyarPrsCinsiyet.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/BackEnd/Ths.Erp.Database.Table.AyarPrsCinsiyet.pas
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
unit Ths.Erp.Database.Table.AyarPrsCinsiyet; interface {$I ThsERP.inc} uses SysUtils, Classes, Dialogs, Forms, Windows, Controls, Types, DateUtils, FireDAC.Stan.Param, System.Variants, Data.DB, Ths.Erp.Database, Ths.Erp.Database.Table; type TAyarPrsCinsiyet = class(TTable) private FCinsiyet: TFieldD...
27.602151
129
0.68621
834066b36e011138c30abc0d09d5d81ee12f95f8
1,015
pas
Pascal
exemplos/StringGrid/Unit1.pas
vlademirolandim/delphi
749a077e1339162defcfdeee944e4f0dbb72fcb5
[ "Apache-2.0" ]
1
2021-08-18T19:59:30.000Z
2021-08-18T19:59:30.000Z
exemplos/StringGrid/Unit1.pas
vlademirolandim/delphi
749a077e1339162defcfdeee944e4f0dbb72fcb5
[ "Apache-2.0" ]
null
null
null
exemplos/StringGrid/Unit1.pas
vlademirolandim/delphi
749a077e1339162defcfdeee944e4f0dbb72fcb5
[ "Apache-2.0" ]
2
2021-06-01T07:15:24.000Z
2021-08-18T19:59:31.000Z
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Grids; type TForm1 = class(TForm) grdNumeros: TStringGrid; Panel1: TPanel; Label1: TLabel; Label2: TL...
18.454545
98
0.678818
47856e18afd6634d5a4f904a7d100b3e05706b3d
3,246
pas
Pascal
src/libraries/cryptolib4pascal/ClpIDsaParametersGenerator.pas
O1OOO111/PascalCoin
a1725b674c45ebf380c2fb132454439e58f7119a
[ "MIT" ]
148
2018-02-08T23:36:43.000Z
2022-03-16T01:33:20.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIDsaParametersGenerator.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
85
2018-10-23T17:09:20.000Z
2022-01-12T07:12:54.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIDsaParametersGenerator.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
46
2018-03-18T17:25:59.000Z
2022-02-07T16:52:15.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
32.138614
87
0.492298
8522286517eb8c66559a9c39f007988a8c64a8d5
5,917
pas
Pascal
windows/src/engine/kmcomapi/processes/keyboard/kpuninstallkeyboard.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/engine/kmcomapi/processes/keyboard/kpuninstallkeyboard.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/engine/kmcomapi/processes/keyboard/kpuninstallkeyboard.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
(* Name: kpuninstallkeyboard Copyright: Copyright (C) SIL International. Documentation: Description: Create Date: 1 Aug 2006 Modified Date: 3 Feb 2015 Authors: mcdurdin Related Files: Dependencies: Bugs: Todo: Not...
32.333333
135
0.710326
f13c166fe70ddee76b23dfb73c7656e7d2942888
3,159
pas
Pascal
windows/src/ext/jedi/jvcl/tests/restructured/source/JvHighlighter.pas
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/JvHighlighter.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/restructured/source/JvHighlighter.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
{----------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/MPL-1.1.html...
28.205357
86
0.696423
47062af21fbe2a20617ac7ddf65ef9d41d825dc0
337
dpr
Pascal
windows/src/ext/jedi/jvcl/jvcl/examples/JvGIFAnimator/RxGIFAnm.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvGIFAnimator/RxGIFAnm.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/jvcl/examples/JvGIFAnimator/RxGIFAnm.dpr
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
program RxGIFAnm; uses Forms, JvExceptionForm, GifMain in 'GIFMAIN.PAS' {AnimatorForm}, GifPrvw in 'GIFPRVW.PAS' {PreviewForm}, GIFPal in 'GIFPal.pas' {PaletteForm}; {$R *.RES} begin JvErrorIntercept; Application.Title := 'RX GIF Animator'; Application.CreateForm(TAnimatorForm, AnimatorForm); Appli...
18.722222
54
0.727003
8536b08c572d9d9aec862f7916762e96398e550e
865
pas
Pascal
src/ZapMQ.DataModule.pas
atkins126/ZapMQ
f144e04feda8681c6d1fdc897d8069a53773df40
[ "MIT" ]
8
2021-02-18T11:55:26.000Z
2021-05-14T00:18:43.000Z
src/ZapMQ.DataModule.pas
atkins126/ZapMQ
f144e04feda8681c6d1fdc897d8069a53773df40
[ "MIT" ]
null
null
null
src/ZapMQ.DataModule.pas
atkins126/ZapMQ
f144e04feda8681c6d1fdc897d8069a53773df40
[ "MIT" ]
3
2021-02-19T06:15:21.000Z
2021-03-05T08:40:33.000Z
unit ZapMQ.DataModule; interface uses System.SysUtils, System.Classes, Datasnap.DSCommonServer, Datasnap.DSServer, IPPeerServer, Datasnap.DSHTTP, IdHTTPWebBrokerBridge, Datasnap.DSHTTPWebBroker; type TZapDataModule = class(TDataModule) Server: TDSServer; Methods: TDSServerClass; HTTPSer...
21.097561
82
0.744509
f1f00bc570d3aa2c42ee19fd7f471344fabf1978
12,539
dpr
Pascal
toolkit/FHIRToolkitR4.dpr
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
toolkit/FHIRToolkitR4.dpr
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
toolkit/FHIRToolkitR4.dpr
atkins126/fhirserver
b6c2527f449ba76ce7c06d6b1c03be86cf4235aa
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
{ 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 code must retain the above...
58.050926
117
0.767844