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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
85cd7a1a80c2977dd1428b644c1cc89ea163e6a4 | 4,429 | pas | Pascal | core/classes/networking/pipes/clsPipeTransport.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | 1 | 2017-09-14T05:48:34.000Z | 2017-09-14T05:48:34.000Z | core/classes/networking/pipes/clsPipeTransport.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | null | null | null | core/classes/networking/pipes/clsPipeTransport.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | null | null | null | unit clsPipeTransport;
interface
uses
Windows,
SysUtils,
Classes,
Messages,
Dialogs,
clsAbstractIOObject,
clsPipeObjects,
clsPipes,
clsLists,
clsMulticastEvents;
type
cPipeMessageClient = class
private
fFactory: cPipeObjectFactory;
fPipeName: string;
fPipeHost: string;
public
... | 21.090476 | 131 | 0.761571 |
85f10d52a92f12421364e8349a6fd6cddf4f0cd0 | 4,633 | pas | Pascal | Import/Indy9/IdHostnameServer.pas | pavkam/wow-protocol | 2adc5df4cb15f29009dd6536fec18df5a8881ebb | [
"MIT"
] | 2 | 2018-01-09T16:49:35.000Z | 2021-07-17T06:47:53.000Z | Import/Indy9/IdHostnameServer.pas | pavkam/wow-protocol | 2adc5df4cb15f29009dd6536fec18df5a8881ebb | [
"MIT"
] | null | null | null | Import/Indy9/IdHostnameServer.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 ... | 34.066176 | 103 | 0.633283 |
85871c8f91284ec37e1cd304e705f1efed2b0b02 | 2,461 | pas | Pascal | JSONParser.Interfaces.pas | viggosistemas/helper-jsonparser | 039e0d668653e115f1232cbd722c374db360d0c7 | [
"MIT"
] | 1 | 2022-03-31T18:02:47.000Z | 2022-03-31T18:02:47.000Z | JSONParser.Interfaces.pas | viggosistemas/helper-jsonparser | 039e0d668653e115f1232cbd722c374db360d0c7 | [
"MIT"
] | null | null | null | JSONParser.Interfaces.pas | viggosistemas/helper-jsonparser | 039e0d668653e115f1232cbd722c374db360d0c7 | [
"MIT"
] | null | null | null | unit JSONParser.Interfaces;
interface
uses
JSONParser.Config,
System.JSON,
System.Generics.Collections;
type
TJSONParserConfig = JSONParser.Config.TJSONParserConfig;
TCaseDefinition = JSONParser.Config.TCaseDefinition;
IJSONParserSerializer<T: class, constructor> = interface
['{F808BE4... | 35.666667 | 142 | 0.758228 |
838309ff8471ecd4f8d4b115157a692c5cfbc2f1 | 612 | pas | Pascal | demos/standard/ui_CustomListView_ListItem.pas | jonahzheng/FMXUI | c59e718cfc82d738fe9f295e811d3da11aafecdb | [
"MIT"
] | 211 | 2016-02-09T14:51:53.000Z | 2022-03-24T13:31:26.000Z | demos/standard/ui_CustomListView_ListItem.pas | jonahzheng/FMXUI | c59e718cfc82d738fe9f295e811d3da11aafecdb | [
"MIT"
] | 39 | 2017-03-27T05:49:25.000Z | 2022-03-25T01:32:12.000Z | demos/standard/ui_CustomListView_ListItem.pas | jonahzheng/FMXUI | c59e718cfc82d738fe9f295e811d3da11aafecdb | [
"MIT"
] | 81 | 2016-09-10T08:27:28.000Z | 2022-03-27T13:30:09.000Z | unit ui_CustomListView_ListItem;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls,
UI.Base, UI.Standard;
type
TCustomListView_ListItem = class(TFrame)
RelativeLayout1: TRelativeLayout... | 19.125 | 81 | 0.722222 |
833cfd572035347741aa0981bad5353ce36fab4d | 2,475 | pas | Pascal | package/indy-10.2.0.3/fpc/IdSASLSKey.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | package/indy-10.2.0.3/fpc/IdSASLSKey.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | package/indy-10.2.0.3/fpc/IdSASLSKey.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 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... | 23.798077 | 101 | 0.738586 |
839be0e044fd0a62f700ed998ef542d7be63bcf3 | 1,785 | pas | Pascal | vcl/XLSReadWrite6/SrcXLS/XBookSysVar2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XBookSysVar2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XBookSysVar2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit XBookSysVar2;
{-
********************************************************************************
******* XLSSpreadSheet V3.00 *******
******* *******
******* Copyright(C) 2006,2017 Lars Arvidsson, Axolot ... | 37.978723 | 80 | 0.409524 |
83737d18cc3dfae0d65a7e80f2d43385162ddb1a | 29,750 | dfm | Pascal | Source/DNA/AT.DNA.VCL.Dlg.EvalWarning.dfm | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | 1 | 2021-08-09T18:45:25.000Z | 2021-08-09T18:45:25.000Z | Source/DNA/AT.DNA.VCL.Dlg.EvalWarning.dfm | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | null | null | null | Source/DNA/AT.DNA.VCL.Dlg.EvalWarning.dfm | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | 2 | 2021-08-09T18:45:27.000Z | 2021-08-10T05:57:32.000Z | inherited DNAEvalWarnDlg: TDNAEvalWarnDlg
Caption = 'Evaluation Notice'
ClientHeight = 440
ClientWidth = 600
ExplicitWidth = 606
ExplicitHeight = 469
PixelsPerInch = 96
TextHeight = 13
inherited bevFooterDivide: TdxBevel
AlignWithMargins = True
Top = 376
Width = 600
Margins.Left = 0
... | 54.288321 | 74 | 0.808303 |
85f4c5946ac90faf6254db2cad86ebc5b88c9e94 | 8,932 | pas | Pascal | source/device.vcl/mDevice.Windows.pas | gomsun2/gs2lib | 8e83f42133817566d144c9505da9f024dfaa7deb | [
"Unlicense"
] | 5 | 2017-07-25T13:38:42.000Z | 2019-02-02T08:41:56.000Z | source/device.vcl/mDevice.Windows.pas | gomsun2/gs2lib | 8e83f42133817566d144c9505da9f024dfaa7deb | [
"Unlicense"
] | null | null | null | source/device.vcl/mDevice.Windows.pas | gomsun2/gs2lib | 8e83f42133817566d144c9505da9f024dfaa7deb | [
"Unlicense"
] | null | null | null | unit mDevice.Windows;
interface
uses
mDevice.Windows.Common,
SetupApi,
System.SysUtils, WinApi.Windows;
type
TWinDevice = class
private
FDeviceInfoData: SP_DEVINFO_DATA;
FDeviceListHandle: HDEVINFO;
function GetBinary(PropertyCode: Integer; pData: Pointer; dwSize: DWORD): Boolean; virtual;
... | 31.561837 | 97 | 0.760524 |
61ec25c50cc4c66136e06b8d9112bc1d36da0e3a | 1,158 | dpr | Pascal | json2vue.dpr | bidtime/json2vue | 9658ababd18583f8e77e392e7d563a638a5d3f20 | [
"Apache-2.0"
] | null | null | null | json2vue.dpr | bidtime/json2vue | 9658ababd18583f8e77e392e7d563a638a5d3f20 | [
"Apache-2.0"
] | null | null | null | json2vue.dpr | bidtime/json2vue | 9658ababd18583f8e77e392e7d563a638a5d3f20 | [
"Apache-2.0"
] | 1 | 2020-06-09T12:54:30.000Z | 2020-06-09T12:54:30.000Z | program json2vue;
uses
Forms,
uParserBase in 'src\utils\uParserBase.pas',
uBeanPro in 'src\utils\uBeanPro.pas',
ABOUT in 'src\frm\ABOUT.PAS' {AboutBox},
SDIMAIN in 'src\SDIMAIN.PAS' {SDIAppForm},
HtmlParser_XE3UP in '..\delphiutils\src\utils\HtmlParser_XE3UP.pas',
uNetHttpClt in '..\delphiutils\src\utils... | 36.1875 | 70 | 0.756477 |
612a5db0df5c5f26f4d24bf44b64d90bbf6d08b6 | 5,056 | pas | Pascal | Source/Persistence/SQL/Spring.Persistence.SQL.Generators.MySQL.pas | VSoftTechnologies/Spring4DMirror | 083931ede091613e82173fa41da413bb9ffcebea | [
"Apache-2.0"
] | 1 | 2021-02-17T12:38:20.000Z | 2021-02-17T12:38:20.000Z | Source/Persistence/SQL/Spring.Persistence.SQL.Generators.MySQL.pas | VSoftTechnologies/Spring4DMirror | 083931ede091613e82173fa41da413bb9ffcebea | [
"Apache-2.0"
] | null | null | null | Source/Persistence/SQL/Spring.Persistence.SQL.Generators.MySQL.pas | VSoftTechnologies/Spring4DMirror | 083931ede091613e82173fa41da413bb9ffcebea | [
"Apache-2.0"
] | 2 | 2021-03-17T07:42:29.000Z | 2021-05-03T13:55:00.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 38.015038 | 95 | 0.586432 |
6180df45cec0224c7752f54b3854bdbe5790c5cc | 9,713 | pas | Pascal | Sources/ObjectDataHashField.pas | PassByYou888/zInstaller | 68c70a89f5c98834542f3417802a23bf0fb75638 | [
"MIT"
] | 12 | 2019-10-05T12:37:30.000Z | 2021-09-03T12:06:51.000Z | Sources/ObjectDataHashField.pas | PassByYou888/zInstaller | 68c70a89f5c98834542f3417802a23bf0fb75638 | [
"MIT"
] | null | null | null | Sources/ObjectDataHashField.pas | PassByYou888/zInstaller | 68c70a89f5c98834542f3417802a23bf0fb75638 | [
"MIT"
] | 8 | 2019-10-09T06:50:59.000Z | 2021-02-06T07:57:12.000Z | { ****************************************************************************** }
{ * fast File query in Package * }
{ * https://zpascal.net * }
{ * https://github.com/PassByYou888/zAI ... | 28.821958 | 117 | 0.636981 |
6a927a0f156adfcc23865d9ec5d554a3cc96bdc1 | 5,817 | pas | Pascal | MainUnit.pas | dmilojkovic76/Rotor | a3bf605cd39e67aa2366e0796653b7289cb2feb7 | [
"MIT"
] | null | null | null | MainUnit.pas | dmilojkovic76/Rotor | a3bf605cd39e67aa2366e0796653b7289cb2feb7 | [
"MIT"
] | null | null | null | MainUnit.pas | dmilojkovic76/Rotor | a3bf605cd39e67aa2366e0796653b7289cb2feb7 | [
"MIT"
] | null | null | null | unit MainUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, Menus, jpeg, ExtCtrls, StdCtrls, Buttons, DBCtrls, DB,
Grids, DBGrids, Mask, ADODB;
type
TMainForm = class(TForm)
MainMenu: TMainMenu;
File1: TMenuItem;
Izadji1: TMenuItem;
... | 23.550607 | 86 | 0.678013 |
839cfc71fd929172e0c49a90cbfc900f8153e972 | 2,970 | pas | Pascal | Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.GetSendQuotaResponse.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.GetSendQuotaResponse.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.GetSendQuotaResponse.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.GetSendQuotaResponse;
interface
uses
Bcl.Types.Nullable,
AWS.Runtime.Model;
type
TGetSendQuotaResponse = class;
IGetSendQuotaResponse = interface(IAmazonWebServiceResponse)
function GetMax24HourSend: Double;
procedure SetMax24HourSend(const Value: Double);
function GetMaxSe... | 28.285714 | 86 | 0.801684 |
85ed8a1506b355dd6ae574e7ad3c0c63e0e1f5ee | 2,305 | dfm | Pascal | samples/Datamodules/MainDataModuleU.dfm | danieleteti/columbusegg4delphi | a7b1bda57bb8d64576051d6b9185d263f5538cda | [
"Apache-2.0"
] | 64 | 2017-03-19T23:53:11.000Z | 2021-06-03T21:12:31.000Z | samples/Datamodules/MainDataModuleU.dfm | CloudDelphi/Columbus-Egg | a7b1bda57bb8d64576051d6b9185d263f5538cda | [
"Apache-2.0"
] | 2 | 2018-05-19T13:51:25.000Z | 2018-05-22T14:59:32.000Z | samples/Datamodules/MainDataModuleU.dfm | danieleteti/columbusegg4delphi | a7b1bda57bb8d64576051d6b9185d263f5538cda | [
"Apache-2.0"
] | 15 | 2017-03-30T18:55:30.000Z | 2021-11-12T18:56:17.000Z | object DataModuleMain: TDataModuleMain
OldCreateOrder = False
OnCreate = DataModuleCreate
Height = 356
Width = 580
object FDConnection1: TFDConnection
Params.Strings = (
'ConnectionDef=employee_fb')
ConnectedStoredUsage = []
LoginPrompt = False
Left = 128
Top = 48
end
object FDPh... | 30.328947 | 134 | 0.712364 |
85a1636e959852952dc78812c0c643f397de78c6 | 1,059 | pas | Pascal | DocumentGroupUnit.pas | naumovda/d-client | 4fa4be0d97962ad6166243fdd9b92b2269909151 | [
"Apache-2.0"
] | null | null | null | DocumentGroupUnit.pas | naumovda/d-client | 4fa4be0d97962ad6166243fdd9b92b2269909151 | [
"Apache-2.0"
] | null | null | null | DocumentGroupUnit.pas | naumovda/d-client | 4fa4be0d97962ad6166243fdd9b92b2269909151 | [
"Apache-2.0"
] | null | null | null | unit DocumentGroupUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, FormAbsUnit, cxGraphics, cxControls, cxLookAndFeels,
cxLookAndFeelPainters, cxStyles, cxCustomData, cxFilter, cxData,
cxDataStorage, cxEdit, DB, cxDBData, dxBar, cxClasses, ActnList, ImgL... | 27.153846 | 76 | 0.790368 |
838fd5ec9b3909caf17df6d1bfe6e7ce16ad907b | 24,069 | pas | Pascal | src/ThirdPart/Zeos/ZDbcAdo.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | 2 | 2021-11-12T19:26:35.000Z | 2022-03-03T23:22:56.000Z | src/ThirdPart/Zeos/ZDbcAdo.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | null | null | null | src/ThirdPart/Zeos/ZDbcAdo.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | null | null | null | {*********************************************************}
{ }
{ Zeos Database Objects }
{ ADO Connectivity Classes }
{ }
{ Originally ... | 34.18892 | 152 | 0.711995 |
6a50737b7e2cad73a0e1316da705dc54f7d5137a | 161 | pas | Pascal | core/classes/io/drivers/uIODrivers.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | 1 | 2017-09-14T05:48:34.000Z | 2017-09-14T05:48:34.000Z | core/classes/io/drivers/uIODrivers.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | null | null | null | core/classes/io/drivers/uIODrivers.pas | sjilnikov/philadelphia | db2b57e7059047f8e208b12409adbc987895567c | [
"Apache-2.0"
] | null | null | null | unit uIODrivers;
interface
const
IO_DRIVER_NOT_SUPPORTED = 'IO driver not supported';
type
tIODriver = (drvSTDOUT, drvINI, drvXML);
implementation
end.
| 11.5 | 54 | 0.757764 |
6147a56035d88879b7cdc7b01d0a7fa3d1729884 | 2,758 | pas | Pascal | Capitulo9/1.1.Start/Form.Principal.SOAP.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo9/1.1.Start/Form.Principal.SOAP.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo9/1.1.Start/Form.Principal.SOAP.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | unit Form.Principal.SOAP;
interface
uses
Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.AppEvnts, Vcl.StdCtrls, IdHTTPWebBrokerBridge, Web.HTTPApp, Vcl.ExtCtrls;
type
TfrmPrincipalSoap = class(TForm)
ButtonStart: TButton;
But... | 26.018868 | 136 | 0.757796 |
6a26685a597a8d753509ac85280c7c40ed787aed | 17,615 | pas | Pascal | src/modules/webservice/IdHTTPWebBrokerBridge.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/modules/webservice/IdHTTPWebBrokerBridge.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/modules/webservice/IdHTTPWebBrokerBridge.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | {
Summary:
Taken from Indy 9.
Original Author: Dave Nottage.
Modified by: Grahame Grieve
Modified by: Chad Z. Hower (Kudzu)
## $Id: IdHTTPWebBrokerBridge.pas,v 1.1 2003/12/12 13:19:57 ***REMOVED*** Exp $
}
unit IdHTTPWebBrokerBridge;
{$I IdCompilerDefines.inc}
interface
uses
Classes,
HTTPApp,
IdC... | 34.137597 | 159 | 0.725121 |
85dfa74e0c01520facb077c0834809951cf48408 | 5,403 | pas | Pascal | fontes/customnonformdesigner.pas | gguimp/exemplo-01 | 911fb04e25393b03e0bef2c9e64919f16a69b872 | [
"MIT"
] | null | null | null | fontes/customnonformdesigner.pas | gguimp/exemplo-01 | 911fb04e25393b03e0bef2c9e64919f16a69b872 | [
"MIT"
] | null | null | null | fontes/customnonformdesigner.pas | gguimp/exemplo-01 | 911fb04e25393b03e0bef2c9e64919f16a69b872 | [
"MIT"
] | null | null | null | {
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the F... | 33.559006 | 102 | 0.705534 |
6af9e3afeff66065b187d689e56c59165be47ac2 | 6,417 | pas | Pascal | src/PasVulkan.CPU.Info.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 151 | 2016-03-03T22:20:58.000Z | 2022-03-11T03:10:17.000Z | src/PasVulkan.CPU.Info.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 22 | 2016-09-30T15:59:08.000Z | 2021-12-29T20:00:18.000Z | src/PasVulkan.CPU.Info.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 30 | 2016-04-16T01:12:37.000Z | 2022-03-08T10:45:11.000Z | (******************************************************************************
* PasVulkan *
******************************************************************************
* Version see PasVulkan.Framework.pas ... | 38.196429 | 106 | 0.465015 |
6af2359211646caff869f892aef5d0d8679e11ca | 1,566 | pas | Pascal | Chapter 7/AsyncAwaitMain.pas | PacktPublishing/Delphi-High-Performance | bcb84190e8660a28cbc0caada2e1bed3b8adfe42 | [
"MIT"
] | 45 | 2018-04-08T07:01:13.000Z | 2022-02-18T17:28:10.000Z | Chapter 7/AsyncAwaitMain.pas | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | null | null | null | Chapter 7/AsyncAwaitMain.pas | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | 17 | 2018-03-21T11:22:15.000Z | 2022-03-16T05:55:54.000Z | unit AsyncAwaitMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TfrmAsyncAwait = class(TForm)
btnLongTask: TButton;
btnLongTaskAsync: TButton;
btnLongTaskAsync2: TButton;
... | 20.337662 | 98 | 0.722222 |
8559e415e05b7d72fb529ff00bb92ed17862b110 | 11,636 | pas | Pascal | Designer/Classes/RibbonCompiler.pas | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | null | null | null | Designer/Classes/RibbonCompiler.pas | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | null | null | null | Designer/Classes/RibbonCompiler.pas | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | null | null | null | unit RibbonCompiler;
interface
uses
Classes,
SysUtils,
RibbonMarkup;
type
TRibbonCompiler = class;
TMessageKind = (mkInfo, mkWarning, mkError, mkPipe);
TRibbonCompilerMessageEvent = procedure(const Compiler: TRibbonCompiler;
const MsgType: TMessageKind; const Msg: String) of object;
... | 32.963173 | 197 | 0.677123 |
853895e17da36c7430a6ca8f605967562904940f | 35,501 | pas | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fCover.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fCover.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fCover.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | unit fCover;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
fPage, StdCtrls, ORCtrls, ExtCtrls, rOrders, ORClasses, Menus, rCover, fAllgyBox,
VA508AccessibilityManager, fBase508Form; {REV}
type
TfrmCover = class(TfrmPage)
pnlBase: TPanel;
pnlTop: TPanel;
... | 33.810476 | 145 | 0.62694 |
6ac877b1ce9e91055c6ab1e952f0f46aa1b174b0 | 229 | dpr | Pascal | Chapter05/HelmetApp/HelmetApp.dpr | PacktPublishing/Expert-Delpi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | 22 | 2017-09-13T23:05:34.000Z | 2022-01-09T11:36:41.000Z | Chapter05/HelmetApp/HelmetApp.dpr | Nitin-Mane/Expert-Delphi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | null | null | null | Chapter05/HelmetApp/HelmetApp.dpr | Nitin-Mane/Expert-Delphi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | 11 | 2017-10-30T17:31:21.000Z | 2021-08-29T22:39:39.000Z | program HelmetApp;
uses
System.StartUpCopy,
FMX.Forms,
uFormHelmet in 'uFormHelmet.pas' {FormHelmet};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TFormHelmet, FormHelmet);
Application.Run;
end.
| 15.266667 | 50 | 0.746725 |
6a969093f2b03d53dfbff9471147c0560ea1f273 | 3,984 | pas | Pascal | library/fhir4/tests/fhir4_tests_objects.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | library/fhir4/tests/fhir4_tests_objects.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | library/fhir4/tests/fhir4_tests_objects.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | unit fhir4_tests_Objects;
{
Copyright (c) 2011+, 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 sour... | 32.390244 | 91 | 0.709086 |
8519450fdac503e8d30836581dbf612bc0568e38 | 255 | pas | Pascal | test/Basic/func7.pas | alexkowalenko/lacsap | 77eef134d2bfc66ff032225649816f43320a32e7 | [
"ISC"
] | 25 | 2015-03-07T05:12:30.000Z | 2021-07-14T21:39:39.000Z | test/Basic/func7.pas | alexkowalenko/lacsap | 77eef134d2bfc66ff032225649816f43320a32e7 | [
"ISC"
] | 1 | 2021-05-20T01:41:29.000Z | 2021-11-05T22:07:37.000Z | test/Basic/func7.pas | alexkowalenko/lacsap | 77eef134d2bfc66ff032225649816f43320a32e7 | [
"ISC"
] | 5 | 2018-08-25T22:10:09.000Z | 2022-01-03T12:31:47.000Z | program p;
type
tstring = string[10];
procedure foo(function x (y : Boolean) : tstring);
begin
writeln (x(true))
end;
function bar(x : boolean):tstring;
begin
if x then bar := 'OK' else bar := 'failed';
end; { bar }
begin
foo(bar);
end.
| 12.142857 | 50 | 0.623529 |
aa92a0970fcde5a72d81d272e1d78c5cd46f9334 | 9,642 | pas | Pascal | Source/radRTL.Base32Encoding.pas | radprogrammer/rad-authenticator | f79883147ef8573c4c177b6fe49b20cdd00492c4 | [
"Apache-2.0"
] | 25 | 2021-10-30T21:43:02.000Z | 2022-01-31T23:09:44.000Z | Source/radRTL.Base32Encoding.pas | radprogrammer/rad-authenticator | f79883147ef8573c4c177b6fe49b20cdd00492c4 | [
"Apache-2.0"
] | 3 | 2021-12-29T02:17:00.000Z | 2021-12-31T21:39:44.000Z | Source/radRTL.Base32Encoding.pas | radprogrammer/rad-authenticator | f79883147ef8573c4c177b6fe49b20cdd00492c4 | [
"Apache-2.0"
] | 3 | 2021-11-06T07:55:10.000Z | 2022-01-03T01:30:49.000Z | // Copyright 2021 Darian Miller, Licensed under Apache-2.0
// SPDX-License-Identifier: Apache-2.0
// More info: www.radprogrammer.com
unit radRTL.Base32Encoding;
interface
uses
System.SysUtils;
type
TBase32 = class
public const
// 32 characters, 5 Base2 digits '11111' supports complete dicti... | 32.684746 | 210 | 0.575296 |
6acb0be343b0f146570e3843cd73534d88ea4bcf | 69 | pas | Pascal | Source/BuildPackages/Templates/Web_contains.pas | atkins126/NovuscodeLibrary | fac415cf62a3925590762ed8c060c335f5a0541d | [
"Apache-2.0"
] | 15 | 2017-02-02T17:43:01.000Z | 2021-03-04T02:12:03.000Z | Source/BuildPackages/Templates/Web_contains.pas | atkins126/NovuscodeLibrary | fac415cf62a3925590762ed8c060c335f5a0541d | [
"Apache-2.0"
] | 12 | 2017-04-18T23:51:00.000Z | 2021-01-30T06:36:53.000Z | Source/BuildPackages/Templates/Web_contains.pas | atkins126/NovuscodeLibrary | fac415cf62a3925590762ed8c060c335f5a0541d | [
"Apache-2.0"
] | 5 | 2016-11-28T21:38:29.000Z | 2021-02-04T06:22:20.000Z | contains
NovusWebUtils in '..\..\Core\Utilities\NovusWebUtils.pas'; | 34.5 | 60 | 0.753623 |
8559f51b62172d7198deba80f1e951a786cd6965 | 49,828 | pas | Pascal | Lazarus/diagram.pas | delphi-pascal-archive/tdiagram | 69651e70f523855b74de5cfc16e87af4d1ba4b7b | [
"Unlicense"
] | 1 | 2021-11-06T23:56:39.000Z | 2021-11-06T23:56:39.000Z | Lazarus/diagram.pas | delphi-pascal-archive/tdiagram | 69651e70f523855b74de5cfc16e87af4d1ba4b7b | [
"Unlicense"
] | null | null | null | Lazarus/diagram.pas | delphi-pascal-archive/tdiagram | 69651e70f523855b74de5cfc16e87af4d1ba4b7b | [
"Unlicense"
] | 1 | 2021-11-06T23:56:40.000Z | 2021-11-06T23:56:40.000Z | //***********************************************************
// Компонент для отображения графиков для Lazarus 0.9.28
// Версия - 1.0.8
// Лицензия - GPL v.1
// Автор - TEvg
// **********************************************************
unit Diagram;
{$mode Delphi} {$H+}
interface
uses
Classes, SysUtils, LResourc... | 32.933245 | 141 | 0.62214 |
8395f7c079a3d87b8e7400a1fa77177f8f9cd0b1 | 640 | dfm | Pascal | sources/uMainWorkbook.dfm | devapromix-ifiction/urq-edit | 8dc31eb0d1ed437e055f44a60684db12b1a42174 | [
"MIT"
] | 3 | 2017-10-25T19:15:39.000Z | 2018-10-30T02:41:08.000Z | sources/uMainWorkbook.dfm | devapromix-ifiction/urq-edit | 8dc31eb0d1ed437e055f44a60684db12b1a42174 | [
"MIT"
] | 19 | 2018-07-27T07:05:25.000Z | 2018-08-05T17:28:41.000Z | sources/uMainWorkbook.dfm | devapromix-ifiction/urq-edit | 8dc31eb0d1ed437e055f44a60684db12b1a42174 | [
"MIT"
] | null | null | null | inherited fMainWorkbook: TfMainWorkbook
Caption = 'URQEdit'
ClientHeight = 500
ClientWidth = 650
OldCreateOrder = True
OnCloseQuery = FormCloseQuery
ExplicitWidth = 666
ExplicitHeight = 558
PixelsPerInch = 96
TextHeight = 13
object pctrlMain: TPageControl [0]
Left = 0
Top = 0
... | 20.645161 | 40 | 0.648438 |
6a64ee070f2e759f64666e560f76cc5a3cc3166d | 2,153 | pas | Pascal | textwndw/0020.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | textwndw/0020.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | textwndw/0020.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
> I really like the windowing routines you use. Specifically the
> ones you have used with the SWAG Reader and your DIZ Editor. I
> really like the way you have used the color offsets in the
> borders - i.e. black & white lines on the blue background -
> giving it depth. Have you incorporated these into a uni... | 23.659341 | 78 | 0.674872 |
833b61ce5fd689aa97ae126c7303430696ed9281 | 6,609 | pas | Pascal | Frame/MainFramefrms.pas | yhsee/xychat | 6e3e6b54165d7626689b3a1051e26549ef9266b6 | [
"Apache-2.0"
] | 1 | 2020-08-28T09:04:21.000Z | 2020-08-28T09:04:21.000Z | Frame/MainFramefrms.pas | yhsee/xychat | 6e3e6b54165d7626689b3a1051e26549ef9266b6 | [
"Apache-2.0"
] | null | null | null | Frame/MainFramefrms.pas | yhsee/xychat | 6e3e6b54165d7626689b3a1051e26549ef9266b6 | [
"Apache-2.0"
] | null | null | null | unit MainFramefrms;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, jpeg, StdCtrls, ConstUnt,
AutoShrinkForm,PanelEx,
{Tnt_Unicode}
TntForms, TntWideStrUtils, TntSysUtils, TntWindows, TntSystem, TntComCtrls,
TntClasses, TntStdCtrls, TntExtCtrls... | 28.734783 | 104 | 0.755485 |
8562fd7ea38682c6559e432caea0fb8b2412df96 | 2,150 | pas | Pascal | lib/iOS_8_0/DefinedClassesMapKit.pas | genericptr/GLPT | 16dcec0a632dfeed0bcb0b07938a0a2fc16490be | [
"MIT"
] | null | null | null | lib/iOS_8_0/DefinedClassesMapKit.pas | genericptr/GLPT | 16dcec0a632dfeed0bcb0b07938a0a2fc16490be | [
"MIT"
] | null | null | null | lib/iOS_8_0/DefinedClassesMapKit.pas | genericptr/GLPT | 16dcec0a632dfeed0bcb0b07938a0a2fc16490be | [
"MIT"
] | null | null | null | {$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
unit DefinedClassesMapKit;
interface
type
MKAnnotationView = objcclass external;
MKCircle = objcclass external;
MKCircleRenderer = objcclass external;
MKCircleView = objcclass external;
MKDirections = objcclass external;
MKDirectionsRequest = obj... | 35.245902 | 93 | 0.804651 |
61b962cdcf5924898a8ad7145f3f7087fb313a88 | 399 | dpr | Pascal | Projects/Lazarus_Bible/D25/Direxec.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Lazarus_Bible/D25/Direxec.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Lazarus_Bible/DXE2/Direxec.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program Direxec;
uses
Forms,
Frm_DirExecMAIN in '..\source\Direxec\Frm_DirExecMAIN.PAS' {MainForm},
frm_Dirdlg in '..\source\Direx\Frm_Dirdlg.pas' {DirDlgForm};
{$R *.RES}
{$E EXE}
begin
Application.Initialize;
Application.Title := 'Demo: Direxec';
Application.CreateForm(TMainForm, MainForm);
... | 22.166667 | 73 | 0.709273 |
cd4d49c6fa7260099f9d75239d5ed7fac6fa72cc | 11,203 | pas | Pascal | Scripts - SCH/SheetParameters/SheetParameters.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 345 | 2015-07-21T16:39:45.000Z | 2022-03-29T23:09:32.000Z | Scripts - SCH/SheetParameters/SheetParameters.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 54 | 2015-09-14T14:05:01.000Z | 2022-01-24T07:58:17.000Z | Scripts - SCH/SheetParameters/SheetParameters.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 205 | 2015-08-30T16:02:21.000Z | 2022-03-30T22:28:30.000Z | {..............................................................................}
{ Summary This script can be used to set schematic document parameters. }
{ If you leave parameter to be '*', it will not be updated. Other }
{ than that, all documents will be updated with new value that i... | 42.116541 | 134 | 0.552531 |
85e5a3411265878a80e84279584cf66dcc78c543 | 2,852 | dpr | Pascal | Demos/Main/NeonMainDemo.dpr | gliden/delphi-neon | dc1e9bd69004012ad4c4737ed3270dd56bba4b95 | [
"Apache-2.0"
] | 1 | 2020-01-16T02:33:30.000Z | 2020-01-16T02:33:30.000Z | Demos/Main/NeonMainDemo.dpr | eStreamSoftware/delphi-neon | 74b28f5d8ea921e310f4e0f435e4ff0b13ad64f6 | [
"Apache-2.0"
] | null | null | null | Demos/Main/NeonMainDemo.dpr | eStreamSoftware/delphi-neon | 74b28f5d8ea921e310f4e0f435e4ff0b13ad64f6 | [
"Apache-2.0"
] | 1 | 2020-10-21T19:45:31.000Z | 2020-10-21T19:45:31.000Z | {******************************************************************************}
{ }
{ Neon: Serialization Library for Delphi }
{ Copyright (c) 2018-2019 Paolo Rossi ... | 60.680851 | 103 | 0.498597 |
858305c7f6c02ef970413648a17918dce33abe3a | 68,391 | dfm | Pascal | U_Recebimentos.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | 1 | 2020-10-12T03:12:22.000Z | 2020-10-12T03:12:22.000Z | U_Recebimentos.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | null | null | null | U_Recebimentos.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | 1 | 2019-12-09T04:42:45.000Z | 2019-12-09T04:42:45.000Z | object F_Recebimentos: TF_Recebimentos
Left = 3
Top = 100
BorderStyle = bsDialog
Caption = 'Contas a Receber / Recebidas'
ClientHeight = 428
ClientWidth = 788
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font... | 44.758508 | 82 | 0.739469 |
cd43b64fbe7151810f714127473a830eaeee7ce4 | 2,379 | pas | Pascal | Source/Core/WiRL.Core.Classes.pas | lminuti/WiRL | 1a9e097e3e4d4862a810e340f0c93e7e0c49f1cb | [
"Apache-2.0"
] | 1 | 2019-11-15T23:41:50.000Z | 2019-11-15T23:41:50.000Z | Source/Core/WiRL.Core.Classes.pas | lminuti/WiRL | 1a9e097e3e4d4862a810e340f0c93e7e0c49f1cb | [
"Apache-2.0"
] | null | null | null | Source/Core/WiRL.Core.Classes.pas | lminuti/WiRL | 1a9e097e3e4d4862a810e340f0c93e7e0c49f1cb | [
"Apache-2.0"
] | null | null | null | {******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... | 25.580645 | 82 | 0.533417 |
832f69f780a5238b1b5057b5b5735749aca147be | 374 | lpr | Pascal | WinAutoKey/examples/savelinks/savelinks.lpr | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | 1 | 2019-04-11T05:53:19.000Z | 2019-04-11T05:53:19.000Z | WinAutoKey/examples/savelinks/savelinks.lpr | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | null | null | null | WinAutoKey/examples/savelinks/savelinks.lpr | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | 1 | 2020-06-23T22:23:44.000Z | 2020-06-23T22:23:44.000Z | program savelinks;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms,
{ you can add units after this } Unit1;
{$R *.res}
begin
Application.Title:='Demo WinAutoKey SaveLinks';
Application.Initialize;
Applicatio... | 17 | 49 | 0.700535 |
85be39589a273ce73eb657633600352fe75191ce | 2,556 | pas | Pascal | files/0018.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | files/0018.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | files/0018.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | ===========================================================================
BBS: Canada Remote Systems
Date: 06-24-93 (15:37) Number: 27580
From: ROB PERELMAN Refer#: NONE
To: ALL Recvd: NO
Subj: End of EXE Conf: (1221) F-PASCAL
------... | 37.043478 | 80 | 0.566119 |
85bf7a2c6586fdd4d1933f7ed7a151b2bfc651db | 27,233 | pas | Pascal | units/System.pas | nickshardware/xdpw | 9e7a3ee8eb279b0e638a8465c29cca675cf75579 | [
"BSD-2-Clause"
] | 1 | 2020-04-29T00:36:37.000Z | 2020-04-29T00:36:37.000Z | units/System.pas | nickshardware/xdpw | 9e7a3ee8eb279b0e638a8465c29cca675cf75579 | [
"BSD-2-Clause"
] | null | null | null | units/System.pas | nickshardware/xdpw | 9e7a3ee8eb279b0e638a8465c29cca675cf75579 | [
"BSD-2-Clause"
] | null | null | null | // XD Pascal - a 32-bit compiler for Windows
// Copyright (c) 2009-2010, 2019-2020, Vasiliy Tereshkov
unit System;
interface
const
// Windows API constants
STD_INPUT_HANDLE = -10;
STD_OUTPUT_HANDLE = -11;
FILE_ATTRIBUTE_NORMAL = 128;
CREATE_ALWAYS = 2;
OPEN... | 21.160062 | 133 | 0.626336 |
6aaec12c5348dc327af73f01ad25f43ab9d6a789 | 2,394 | pas | Pascal | exec/0014.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | exec/0014.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | exec/0014.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Norbert Igl
Fido : 2:243/8301.3
Gernet : 21:100/40.3
Internet: q3976866@fernuni-hagen.de
> I seen some code posted here a few weeks ago. I meant to save it,
> but didn't. The code creates a windowed DOS shell.
> I would like to simply run a .BAT installation file in a window
> from my pascal... | 21.375 | 68 | 0.57477 |
85dd3b276f76348c905efbffa2f6e3dad63d1b17 | 2,864 | pas | Pascal | Server/xTFloatRange.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/xTFloatRange.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/xTFloatRange.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z |
{*************************************************************************}
{ }
{ XML Data Binding }
{ }
{ ... | 27.538462 | 117 | 0.606494 |
839061bd4b7aed3fc5dfbc8d77c05d70bdbc8f0f | 1,246 | pas | Pascal | delphiDatadog.utils.pas | rfrezino/datadog-delphi | 3cde15b62bc68e7cd132c57ed3ffade6bb07c616 | [
"MIT"
] | 14 | 2016-09-22T14:02:41.000Z | 2021-12-04T19:15:00.000Z | delphiDatadog.utils.pas | rfrezino/datadog-delphi | 3cde15b62bc68e7cd132c57ed3ffade6bb07c616 | [
"MIT"
] | null | null | null | delphiDatadog.utils.pas | rfrezino/datadog-delphi | 3cde15b62bc68e7cd132c57ed3ffade6bb07c616 | [
"MIT"
] | 3 | 2016-12-01T18:30:38.000Z | 2020-10-21T04:18:29.000Z | unit delphiDatadog.utils;
interface
uses
delphiDatadog.header;
function DataTagsToText(Tags: TDataDogTags): string;
function DataTagsEventPriorityToText(Priority: TDataDogEventPriority): string;
function DataTagsEventAlertToText(AlertType: TDataDogEventAlertType): string;
function EscapedMessage(Title: st... | 19.169231 | 80 | 0.703852 |
836dfc447054367d467cbaac5ab6cf6671c98805 | 2,680 | pas | Pascal | Scripts - PCB/ConnectionLinesOnSelection/ConnectonLinesOnSelection.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 345 | 2015-07-21T16:39:45.000Z | 2022-03-29T23:09:32.000Z | Scripts - PCB/ConnectionLinesOnSelection/ConnectonLinesOnSelection.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 54 | 2015-09-14T14:05:01.000Z | 2022-01-24T07:58:17.000Z | Scripts - PCB/ConnectionLinesOnSelection/ConnectonLinesOnSelection.pas | coffeenmusic/scripts-libraries | ce287ab0f21000befd4d48e5ca0b2f60f785dfc1 | [
"MIT"
] | 205 | 2015-08-30T16:02:21.000Z | 2022-03-30T22:28:30.000Z | {..............................................................................}
{ Summary This scripts Shows/Hides connection lines on selected objects. }
{ It works on selected primitives, components and polygons }
{ ... | 28.510638 | 81 | 0.475746 |
834114272d776efda6a6373b972f5ee1d3cea205 | 1,180 | pas | Pascal | examples/generators/generatoriterationtest.pas | Warfley/STAX | e17957f2183f1111f94ca63d0ae9bb905b71b107 | [
"BSD-2-Clause"
] | 10 | 2021-08-25T10:01:00.000Z | 2022-03-28T06:16:31.000Z | examples/generators/generatoriterationtest.pas | Warfley/STAX | e17957f2183f1111f94ca63d0ae9bb905b71b107 | [
"BSD-2-Clause"
] | 1 | 2021-09-29T12:02:19.000Z | 2021-09-29T12:02:19.000Z | examples/generators/generatoriterationtest.pas | Warfley/STAX | e17957f2183f1111f94ca63d0ae9bb905b71b107 | [
"BSD-2-Clause"
] | 2 | 2021-08-25T07:41:45.000Z | 2022-03-04T01:15:11.000Z | program generatoriterationtest;
{$mode objfpc}{$H+}
uses
SysUtils, stax, stax.functional;
procedure IterateDirectory(Yield: specialize TYieldFunction<String>; ADirectory: String);
var
SearchRec: TSearchRec;
Entry, SubEntry: string;
begin
if FindFirst(ADirectory + PathDelim + '*', faAnyFile, SearchRec) = 0 th... | 23.137255 | 94 | 0.695763 |
cd98929e6bcbe6d510c0f344fed216d86e92a6a5 | 149 | dfm | Pascal | Samples/ThothBind/ObservableFieldModule.dfm | TeamThoth/thoth | 9ba9da47e4750e66b7a1eba07b87fbce551a1982 | [
"Apache-2.0"
] | 2 | 2022-01-03T00:02:37.000Z | 2022-01-03T00:02:48.000Z | Samples/ThothBind/ObservableFieldModule.dfm | TeamThoth/thoth | 9ba9da47e4750e66b7a1eba07b87fbce551a1982 | [
"Apache-2.0"
] | null | null | null | Samples/ThothBind/ObservableFieldModule.dfm | TeamThoth/thoth | 9ba9da47e4750e66b7a1eba07b87fbce551a1982 | [
"Apache-2.0"
] | null | null | null | object dmViewModel: TdmViewModel
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Height = 304
Width = 492
PixelsPerInch = 96
end
| 18.625 | 32 | 0.765101 |
aa21865211d61e2d8fd51fa07084602bdd1fe591 | 85 | pas | Pascal | Test/FailureScripts/sealed.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/sealed.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/sealed.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | type
TBase = class sealed
end;
type
TChild = class (TBase)
end;
| 10.625 | 26 | 0.541176 |
8599ba4f40dee04f3e4791785874863683777a5f | 6,403 | pas | Pascal | mp/ParseField.pas | shaoziyang/LittleInterpretors | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | 1 | 2022-03-18T19:18:37.000Z | 2022-03-18T19:18:37.000Z | mp/ParseField.pas | shaoziyang/LittleInterpreters | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | null | null | null | mp/ParseField.pas | shaoziyang/LittleInterpreters | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | null | null | null | { *********************************************************************** }
{ }
{ ParseField }
{ }
{ Copyright (c) ... | 28.207048 | 141 | 0.613619 |
85b83fc2a73f49aef29ed46cbd94ae53a7e98fe4 | 672 | dpr | Pascal | Chapter 7/OmniThreadLibrary/tests/00_Beep/app_0_Beep.dpr | PacktPublishing/Delphi-High-Performance | bcb84190e8660a28cbc0caada2e1bed3b8adfe42 | [
"MIT"
] | 45 | 2018-04-08T07:01:13.000Z | 2022-02-18T17:28:10.000Z | Chapter 7/OmniThreadLibrary/tests/00_Beep/app_0_Beep.dpr | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | null | null | null | Chapter 7/OmniThreadLibrary/tests/00_Beep/app_0_Beep.dpr | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | 17 | 2018-03-21T11:22:15.000Z | 2022-03-16T05:55:54.000Z | program app_0_Beep.XE3;
{$R 'MainIcon.res' '..\..\res\MainIcon.rc'}
uses
FastMM4,
Forms,
test_0_Beep in 'test_0_Beep.pas' {frmTestSimple},
OtlCommon in '..\..\OtlCommon.pas',
OtlTask in '..\..\OtlTask.pas',
OtlThreadPool in '..\..\OtlThreadPool.pas',
OtlComm in '..\..\OtlComm.pas',
DSiWin32 in '..\..\... | 26.88 | 56 | 0.675595 |
6a841700b32c82ac250cccbaeccb107c2f5d42b8 | 5,714 | pas | Pascal | Client/fOrgTaskProposalCodeEdit.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fOrgTaskProposalCodeEdit.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fOrgTaskProposalCodeEdit.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit fOrgTaskProposalCodeEdit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, fEditForm, DB, DBClient, AbmesClientDataSet, JvComponentBase,
JvCaptionButton, ActnList, StdCtrls, Buttons, ExtCtrls, fDateFieldEditFrame,
fBaseFrame, fDBFrame, fFieldEdit... | 33.22093 | 110 | 0.785264 |
6aa1ae6d96a21b5b4c3af483a5fccc902245702b | 308 | pas | Pascal | examples/pas/lcdtest.pas | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | 7 | 2022-03-07T20:06:01.000Z | 2022-03-24T19:08:10.000Z | examples/pas/lcdtest.pas | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | null | null | null | examples/pas/lcdtest.pas | nickgammon/G-Pascal | 993005f39ff6b0334bd44b65cf35f82b36aacc8e | [
"MIT"
] | 2 | 2022-03-18T14:40:21.000Z | 2022-03-24T15:44:31.000Z | var i : integer;
begin
lcdclear;
lcdwrite ("Hello, world!");
delay (5000);
lcdclear;
for i := 1 to 26 do
begin
lcdhome;
lcdwrite (i, " ", hex (i), ": ", chr (i + 64));
delay (2000);
end;
delay (4000);
lcdclear;
lcdpos (1, 5);
lcdwrite ("L2, Col 6")
end.
| 16.210526 | 52 | 0.503247 |
6a4c2f71c8025a0c788b2d9307c1dad124adcac7 | 79 | pas | Pascal | test/pascal_ISO7185/test/no/RBrackErr1.pas | tanhleno/pegparser | 1d4b7bffd5860a4b54d021bfcf7e93ab82aa6582 | [
"MIT"
] | 8 | 2019-05-13T16:11:24.000Z | 2022-02-23T12:35:36.000Z | test/pascal_ISO7185/test/no/RBrackErr1.pas | tanhleno/pegparser | 1d4b7bffd5860a4b54d021bfcf7e93ab82aa6582 | [
"MIT"
] | null | null | null | test/pascal_ISO7185/test/no/RBrackErr1.pas | tanhleno/pegparser | 1d4b7bffd5860a4b54d021bfcf7e93ab82aa6582 | [
"MIT"
] | 1 | 2021-01-27T00:51:52.000Z | 2021-01-27T00:51:52.000Z | program RBrackErr1;
type
a = array [1..2 of integer;
begin
{ Nothing }
end. | 9.875 | 28 | 0.670886 |
8388ed74c02de7d70d153ab0b559fb7dccbabfcc | 292,194 | pas | Pascal | Imports/System_TLB.pas | WasatchPhotonics/Wasatch.Delphi | 90b05075f7b9486884ce9d20b7df3ac431e645ae | [
"MIT"
] | null | null | null | Imports/System_TLB.pas | WasatchPhotonics/Wasatch.Delphi | 90b05075f7b9486884ce9d20b7df3ac431e645ae | [
"MIT"
] | null | null | null | Imports/System_TLB.pas | WasatchPhotonics/Wasatch.Delphi | 90b05075f7b9486884ce9d20b7df3ac431e645ae | [
"MIT"
] | null | null | null | unit System_TLB;
// ************************************************************************ //
// WARNING
// -------
// The types declared in this file were generated from data ... | 51.734065 | 150 | 0.60836 |
834187b7d0b8b008e14a77d57d8057d4e70f9add | 15,720 | pas | Pascal | CryptoLib4Pascal/CryptoLib/src/Utils/ClpConverters.pas | Jeff-Bouchard/EmerAPI_KeyKeeper | ff79e71e0d1505de3a78b6543483355c1ac320ae | [
"MIT"
] | 2 | 2019-02-05T18:34:05.000Z | 2019-04-14T13:52:44.000Z | CryptoLib4Pascal/CryptoLib/src/Utils/ClpConverters.pas | DenisDx/EmerAPI_KeyKeeper | c6921710413871ca039e5bebea0877aceb9a8b74 | [
"MIT"
] | null | null | null | CryptoLib4Pascal/CryptoLib/src/Utils/ClpConverters.pas | DenisDx/EmerAPI_KeyKeeper | c6921710413871ca039e5bebea0877aceb9a8b74 | [
"MIT"
] | 2 | 2019-04-10T21:23:42.000Z | 2020-12-11T20:59:13.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 29.111111 | 87 | 0.674746 |
8354079045eaaf483fc41065eec8b10956cf71a5 | 387 | pas | Pascal | delphi-projects/Db convertoor folder/DB convertoor2/reportU.pas | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | 3 | 2017-09-18T15:20:15.000Z | 2020-02-11T17:40:41.000Z | delphi-projects/Db convertoor folder/DB convertoor4/reportU.pas | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | null | null | null | delphi-projects/Db convertoor folder/DB convertoor4/reportU.pas | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | null | null | null | unit reportU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, StdCtrls;
type
TReprtForm = class(TForm)
GroupBox2: TGroupBox;
DBGrid2: TDBGrid;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Rep... | 13.344828 | 76 | 0.700258 |
835d51db000b563e8c13ca3ba6a742f85a402ce2 | 19,031 | pas | Pascal | src/TyroLua.pas | zaher/p-tyro | c54d9d0d0f73d0228043d3d598312707d013dba6 | [
"MIT"
] | null | null | null | src/TyroLua.pas | zaher/p-tyro | c54d9d0d0f73d0228043d3d598312707d013dba6 | [
"MIT"
] | null | null | null | src/TyroLua.pas | zaher/p-tyro | c54d9d0d0f73d0228043d3d598312707d013dba6 | [
"MIT"
] | null | null | null | unit TyroLua;
{**
* This file is part of the "Tyro"
*
* @license MIT
*
* @author Zaher Dirkey
*
*
* TODO http://docwiki.embarcadero.com/RADStudio/Rio/en/Supporting_Properties_and_Methods_in_Custom_Variants
*}
{$mode objfpc}{$H+}
{$WARN 5024 off : Parameter "$1" not used}
interface
u... | 25.10686 | 117 | 0.664337 |
85bd309818b2a0db5b53e34759e5f7ca46623e8a | 3,108 | pas | Pascal | src/Http/Response/Factories/ResponseFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Http/Response/Factories/ResponseFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Http/Response/Factories/ResponseFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit ResponseFactoryImpl;
interface
{$MODE OBJFPC}
uses
... | 34.153846 | 90 | 0.445624 |
6a479fd3d1b6fe2375a2b4e6cfc4567cd0bab6c7 | 1,586 | pas | Pascal | sources/chHash.CRC.CRC8.NRSC5.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | null | null | null | sources/chHash.CRC.CRC8.NRSC5.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | null | null | null | sources/chHash.CRC.CRC8.NRSC5.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | 2 | 2020-08-30T18:22:38.000Z | 2021-06-08T19:52:56.000Z | /////////////////////////////////////////////////////////////////////////////////
//*****************************************************************************//
//* Project : CryptoHash *//
//* Latest Source: https://github.com/vampirsoft/CryptoHash ... | 31.098039 | 117 | 0.447037 |
837316f4fd12d4ae65421d1ad884157d8ba4412a | 3,653 | pas | Pascal | Games/Source/Kingdom/unt_KingdomBase.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Games/Source/Kingdom/unt_KingdomBase.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Games/Source/Kingdom/unt_KingdomBase.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit unt_KingdomBase;
{$IFDEF FPC}
{$mode objfpc}{$H+}
{$ENDIF}
interface
uses
Classes, SysUtils{$IFDEF FPC}, DefaultTranslator{$ENDIF};
resourcestring
// Texte
rsGameDescription = 'Dies ist das Königreich Sumeria, und Sie wurden für 10 '+
'Jahre zum Herrscher gewählt.'+LineEnding+LineEnding... | 44.54878 | 102 | 0.706543 |
61bf934d33ba5e9e6d09c5d37cbd5ec9d526b381 | 138,915 | dfm | Pascal | source/uFrmManutContasPagarNovo.dfm | roneysousa/admconsocio | 35543f160b1a3ea375c6751a73780401c8fd14ec | [
"MIT"
] | null | null | null | source/uFrmManutContasPagarNovo.dfm | roneysousa/admconsocio | 35543f160b1a3ea375c6751a73780401c8fd14ec | [
"MIT"
] | null | null | null | source/uFrmManutContasPagarNovo.dfm | roneysousa/admconsocio | 35543f160b1a3ea375c6751a73780401c8fd14ec | [
"MIT"
] | null | null | null | inherited FrmManutContasPagarNovo: TFrmManutContasPagarNovo
Left = 204
Top = 133
Caption = 'Manuten'#231#227'o de Contas a Pagar'
ClientHeight = 518
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
Height = 477
inherited Panel3: TPanel
inherited Label3: TLa... | 62.971442 | 164 | 0.874002 |
838bb0039d954fe23e869012d784b1901d279e02 | 714 | dfm | Pascal | demos/delphi/picking/Main.dfm | Zaflis/nxpascal | cfc616ddf925182e492a32b842b0aa2cd31c2b21 | [
"MIT"
] | 26 | 2015-05-13T18:27:53.000Z | 2022-03-21T05:06:06.000Z | demos/delphi/picking/Main.dfm | Zaflis/nxpascal | cfc616ddf925182e492a32b842b0aa2cd31c2b21 | [
"MIT"
] | 8 | 2015-05-13T18:31:43.000Z | 2019-03-23T06:43:49.000Z | demos/delphi/picking/Main.dfm | Zaflis/nxpascal | cfc616ddf925182e492a32b842b0aa2cd31c2b21 | [
"MIT"
] | 9 | 2015-08-09T12:23:00.000Z | 2022-02-09T01:00:44.000Z | object Form1: TForm1
Left = 207
Top = 132
Width = 339
Height = 263
Caption = 'Picking demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
... | 22.3125 | 39 | 0.680672 |
8395bedbf6a82e8b81e2f022f35ac3acaeecd823 | 2,423 | dfm | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvDocking/VCDemo/Source/VariablesUnit.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/VariablesUnit.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/VariablesUnit.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object VariablesForm: TVariablesForm
Left = 312
Top = 252
Width = 235
Height = 239
BorderStyle = bsSizeToolWin
Caption = 'Variables'
Color = clBtnFace
DockSite = True
DragKind = dkDock
DragMode = dmAutomatic
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = ... | 21.069565 | 39 | 0.589352 |
835cb96ebe277090612b696b88c42e4c86a4561d | 397 | dpr | Pascal | Native/Delphi/Apps/FireMonkey/FireMonkeyInWindows/MessageTwitcher/prj/FM_MessageTwitcher.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/Apps/FireMonkey/FireMonkeyInWindows/MessageTwitcher/prj/FM_MessageTwitcher.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/Apps/FireMonkey/FireMonkeyInWindows/MessageTwitcher/prj/FM_MessageTwitcher.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | program FM_MessageTwitcher;
uses
FMX.Forms,
TwitcherMessageListFormUnit in '..\src\TwitcherMessageListFormUnit.pas' {TwitcherMessageListForm},
TwitcherMessageFormUnit in '..\src\TwitcherMessageFormUnit.pas' {TwitcherMessageForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TT... | 26.466667 | 101 | 0.780856 |
61f839f4523cdc133739abbadaa636694f49e225 | 159 | pas | Pascal | Test/FailureScripts/coalesce.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/FailureScripts/coalesce.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/FailureScripts/coalesce.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | var v : Variant;
PrintLn(v ?? TObject);
PrintLn(TObject ?? 1);
var s : String;
PrintLn(s ?? 1);
PrintLn(s ?? Null);
var p : procedure;
PrintLn(p ?? '');
| 10.6 | 22 | 0.584906 |
44fb29288160afe4c7df558e387f663c9cb74236 | 19,317 | dfm | Pascal | UfrCadSetor.dfm | jocineidarosa/SisLogica2 | 97bda15dad2cd2a2babf0424cc8533ce2ee5fb13 | [
"MIT"
] | null | null | null | UfrCadSetor.dfm | jocineidarosa/SisLogica2 | 97bda15dad2cd2a2babf0424cc8533ce2ee5fb13 | [
"MIT"
] | null | null | null | UfrCadSetor.dfm | jocineidarosa/SisLogica2 | 97bda15dad2cd2a2babf0424cc8533ce2ee5fb13 | [
"MIT"
] | null | null | null | object frCadSetor: TfrCadSetor
Left = 315
Top = 141
BorderStyle = bsNone
Caption = 'frcadSetor'
ClientHeight = 352
ClientWidth = 990
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
... | 37.363636 | 74 | 0.692965 |
8364cde3f4a54d3ad8ad56c7d66532da4b1807ef | 1,661 | pas | Pascal | src/comands.core/uCommand.Help.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | 1 | 2020-09-10T14:49:25.000Z | 2020-09-10T14:49:25.000Z | src/comands.core/uCommand.Help.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | null | null | null | src/comands.core/uCommand.Help.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | 2 | 2021-02-04T21:40:08.000Z | 2021-03-04T06:36:41.000Z | unit uCommand.Help;
interface
uses
System.Classes, System.SysUtils, System.StrUtils, System.Math,
uCommands;
Type
TCommandHelp = class(TInterfacedObject, ICommand)
function Execute(aArgs : TArgs):Boolean;
function getCommandName():String;
function getDescription():String;
end;
implementation... | 22.445946 | 119 | 0.683925 |
838365f6d4b68de8bc6b83c781441ec6d89a0b42 | 9,115 | pas | Pascal | tgtypes.pas | MstrVLT/TGBotLazarus | 71be5eeb967d443c33ce748350ad6d974f30cf60 | [
"MIT"
] | 7 | 2016-07-06T10:27:11.000Z | 2021-03-27T19:44:43.000Z | tgtypes.pas | MstrVLT/TGBotLazarus | 71be5eeb967d443c33ce748350ad6d974f30cf60 | [
"MIT"
] | null | null | null | tgtypes.pas | MstrVLT/TGBotLazarus | 71be5eeb967d443c33ce748350ad6d974f30cf60 | [
"MIT"
] | 5 | 2016-12-12T17:46:14.000Z | 2020-09-22T02:52:28.000Z | unit tgtypes;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fpJSON, jsonparser, fgl;
type
TTelegramUpdateObj = class;
TTelegramMessageObj = class;
TTelegramMessageEntityObj = class;
TTelegramInlineQueryObj = class;
TTelegramUserObj = class;
TCallbackQueryObj = class;
TTelegra... | 28.844937 | 130 | 0.727921 |
857069331deddf856d0c82cbf4e8ce4e37423134 | 4,572 | pas | Pascal | ThirdParty/Spring4D/Base/Patches/Spring.Patches.QC98671.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | 8 | 2020-03-03T12:32:32.000Z | 2020-11-18T10:54:29.000Z | ThirdParty/Spring4D/Base/Patches/Spring.Patches.QC98671.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | null | null | null | ThirdParty/Spring4D/Base/Patches/Spring.Patches.QC98671.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | 3 | 2020-03-03T18:09:16.000Z | 2020-11-18T11:08:02.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 34.636364 | 114 | 0.510061 |
83ad7abd84ef913d96bc8ab200c3e72ed4b5f448 | 2,497 | pas | Pascal | src/gui-classic/UFRMAbout.pas | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | null | null | null | src/gui-classic/UFRMAbout.pas | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | null | null | null | src/gui-classic/UFRMAbout.pas | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | null | null | null | unit UFRMAbout;
{ 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: https://w... | 22.7 | 280 | 0.709652 |
85f9edf89a4946a9602e1c3aab56939edf929ba6 | 3,753 | pas | Pascal | AIST_Route_1.2.1.70/D_InfoProc.pas | delphi-pascal-archive/aist-route | a77760849fef27414e85d0fe17d2666d72b808b2 | [
"Unlicense"
] | null | null | null | AIST_Route_1.2.1.70/D_InfoProc.pas | delphi-pascal-archive/aist-route | a77760849fef27414e85d0fe17d2666d72b808b2 | [
"Unlicense"
] | null | null | null | AIST_Route_1.2.1.70/D_InfoProc.pas | delphi-pascal-archive/aist-route | a77760849fef27414e85d0fe17d2666d72b808b2 | [
"Unlicense"
] | null | null | null | unit D_InfoProc;
interface
uses
Windows, Messages, CommCtrl, ShellApi, F_SysUtils, F_HyperLink, F_Resources;
function InfoDlgProc(hWnd: HWND; uMsg: UINT; wParam: WPARAM; lParam: LPARAM): BOOL; stdcall;
implementation
//
function InfoDlgProc_WmInitDialog(hWnd: HWND; uMsg: UINT; wParam: WPARAM; lPara... | 20.508197 | 100 | 0.632294 |
8334320ef3ecf2ffa9f30faa6bbb43e22d8bd0c2 | 25,591 | pas | Pascal | zint_lmf.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | 68 | 2018-03-25T12:18:30.000Z | 2022-03-27T16:08:22.000Z | zint_lmf.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | 14 | 2018-04-12T21:46:44.000Z | 2022-03-05T18:39:30.000Z | zint_lmf.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | 24 | 2018-04-03T10:29:26.000Z | 2022-02-27T11:33:57.000Z | unit zint_lmf;
// Source: http://bugs.freepascal.org/view.php?id=14333
{$mode delphi}{$H+}
interface
uses
Types,
Classes, SysUtils,
Graphics,FPCanvas, FPImage, syncobjs;
type
TlmfList = class;
TlmfImage=class(TGraphic)
private
forgX,forgY,
fWidth,fHeight:integer;
kx,ky:double;
... | 23.392139 | 109 | 0.733266 |
8336939ed0ad48517f3231d9102425961efd971b | 18,705 | pas | Pascal | FMX.ImageLayout.pas | Pawe1/FMX-ImageLayout | 6db8966e035fdaa4d8b6e288d1fae78f55ece01d | [
"BSD-3-Clause"
] | 13 | 2017-08-24T18:28:43.000Z | 2021-08-21T08:53:50.000Z | FMX.ImageLayout.pas | Pawe1/FMX-ImageLayout | 6db8966e035fdaa4d8b6e288d1fae78f55ece01d | [
"BSD-3-Clause"
] | 1 | 2021-04-10T18:31:45.000Z | 2021-04-10T18:31:45.000Z | FMX.ImageLayout.pas | ortuagustin/FMX-ImageLayout | 6db8966e035fdaa4d8b6e288d1fae78f55ece01d | [
"BSD-3-Clause"
] | 4 | 2017-03-31T23:28:34.000Z | 2020-04-22T22:05:04.000Z | unit FMX.ImageLayout;
interface
uses
System.Classes,
System.Types,
FMX.Graphics,
FMX.Types,
FMX.Controls,
FMX.Layouts,
FMX.MaterialSources,
FMX.InertialMovement;
type
{ TODO -cTImageLayout : DoubleTap Gesture isn't recognized by FMX }
{ TODO -cTImageLayout : Implement Zoom Gesture "Di... | 33.223801 | 126 | 0.743812 |
83b2c44ef215a967d9ace47f9353e184a5d829c3 | 1,326 | pas | Pascal | src/lib/al5acodec.pas | niuniomartinez/allegro-pas | 5002177dc9b1b5e4c46580f882d84a6491bc3059 | [
"Zlib"
] | 13 | 2017-07-10T22:19:45.000Z | 2021-02-17T22:12:55.000Z | src/lib/al5acodec.pas | seryal/allegro-pas | 5002177dc9b1b5e4c46580f882d84a6491bc3059 | [
"Zlib"
] | null | null | null | src/lib/al5acodec.pas | seryal/allegro-pas | 5002177dc9b1b5e4c46580f882d84a6491bc3059 | [
"Zlib"
] | 2 | 2020-03-14T19:59:29.000Z | 2020-11-12T14:15:51.000Z | unit al5acodec;
(***<This unit registers audio codec handlers for @link(al_load_sample),
@link(al_save_sample), @link(al_load_audio_stream), etc.
*)
(* Copyright (c) 2012-2019 Guillermo Martínez J.
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be hel... | 31.571429 | 78 | 0.761689 |
85f1d1a11c65d0993fd21a2bdbba23b15e32bc7d | 2,041 | pas | Pascal | examples/CLX/QUUnzip.pas | ok7-eleven/tpabbrevia | e239ba811f536b90ad8dda2c5d43d9d80e22f592 | [
"BSD-3-Clause"
] | null | null | null | examples/CLX/QUUnzip.pas | ok7-eleven/tpabbrevia | e239ba811f536b90ad8dda2c5d43d9d80e22f592 | [
"BSD-3-Clause"
] | null | null | null | examples/CLX/QUUnzip.pas | ok7-eleven/tpabbrevia | e239ba811f536b90ad8dda2c5d43d9d80e22f592 | [
"BSD-3-Clause"
] | null | null | null | (* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* 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 distr... | 25.197531 | 78 | 0.615385 |
6113a17c815ed41ff4359f111e3421dab0b4b56b | 1,776 | pas | Pascal | zlog/USpotForm.pas | jr8ppg/zLog | bbf51080f426e1b62df9a96cdea9623668e75124 | [
"MIT"
] | 8 | 2019-10-29T14:43:45.000Z | 2021-09-27T13:17:17.000Z | zlog/USpotForm.pas | jr8ppg/zLog | bbf51080f426e1b62df9a96cdea9623668e75124 | [
"MIT"
] | 205 | 2020-11-06T01:12:48.000Z | 2022-03-16T23:44:49.000Z | zlog/USpotForm.pas | jr8ppg/zLog | bbf51080f426e1b62df9a96cdea9623668e75124 | [
"MIT"
] | 10 | 2019-11-06T13:00:34.000Z | 2022-01-13T07:32:08.000Z | unit USpotForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, UzLogConst, UzLogGlobal, UzLogQSO, URigControl;
type
TSpotForm = class(TForm)
FreqEdit: TEdit;
CallsignEdit: TEdit;
CommentEdit: TEdit;
Panel1: TPanel;
SendButton: TB... | 18.309278 | 87 | 0.557995 |
6a608d7521453df02da078f1559f63a22e7de945 | 950 | pas | Pascal | examples/language/StatementGoto.pas | azrael11/GamePascal | e3c2811651b103fb7db691f3cc9697f949cf723b | [
"RSA-MD"
] | 1 | 2020-07-20T11:22:36.000Z | 2020-07-20T11:22:36.000Z | examples/language/StatementGoto.pas | azrael11/GamePascal | e3c2811651b103fb7db691f3cc9697f949cf723b | [
"RSA-MD"
] | null | null | null | examples/language/StatementGoto.pas | azrael11/GamePascal | e3c2811651b103fb7db691f3cc9697f949cf723b | [
"RSA-MD"
] | 1 | 2020-07-20T11:22:37.000Z | 2020-07-20T11:22:37.000Z | {$REGION 'Project Directives'}
// Modual Info
{$CONSOLEAPP}
{$MODULENAME "..\bin\"}
{.$EXEICON ".\bin\arc\icons\icon.ico"}
{.$SEARCHPATH "path1;path2;path3"}
{.$ENABLERUNTIMETHEMES}
{.$HIGHDPIAWARE}
// Version Infp
{.$ADDVERSIONINFO}
{.$COMPANYNAME "Company XYZ"}
{.$FILEVERSI... | 20.652174 | 57 | 0.582105 |
853b530a0139ade03040d54518e5a254b81fab92 | 15,866 | pas | Pascal | common/unaRTPTunnel.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 27 | 2018-04-17T07:56:29.000Z | 2022-03-16T15:40:43.000Z | common/unaRTPTunnel.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 5 | 2018-05-17T20:04:55.000Z | 2021-10-06T09:08:24.000Z | common/unaRTPTunnel.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 16 | 2018-04-17T07:56:32.000Z | 2021-09-03T09:33:50.000Z | (*
Copyright 2018 Alex Shamray
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 26.009836 | 225 | 0.629711 |
85cbda61e4b04c8944bc21e16243be9e7a344dc6 | 60 | pas | Pascal | GameComponenntsAudio.pas | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 48 | 2018-11-19T22:13:00.000Z | 2021-11-02T17:25:41.000Z | GameComponenntsAudio.pas | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 6 | 2018-11-24T17:15:29.000Z | 2019-05-15T14:59:56.000Z | GameComponenntsAudio.pas | adaloveless/commonx | ed37b239e925119c7ceb3ac7949eefb0259c7f77 | [
"MIT"
] | 12 | 2018-11-20T15:15:44.000Z | 2021-09-14T10:12:43.000Z | unit GameComponenntsAudio;
interface
implementation
end.
| 7.5 | 26 | 0.833333 |
6a91272cbc5019a4ce700fdc99ce1e53322b9f4b | 11,516 | pas | Pascal | archive/source/ALIosFirebaseApi.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 2 | 2020-02-17T18:42:30.000Z | 2020-11-14T04:57:48.000Z | archive/source/ALIosFirebaseApi.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | null | null | null | archive/source/ALIosFirebaseApi.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | null | null | null | type
// @abstract The match type of the Dynamic Link.
// typedef NS_ENUM(NSUInteger, FIRDLMatchType)
FIRDLMatchType = NSUInteger;
const
// The match has not been achieved.
FIRDLMatchTypeNone = 0;
// The match between the Dynamic Link and this device may not be perfect, hence you should not
... | 61.913978 | 259 | 0.745224 |
61bf0d75d931bc80f6a925d2016aa03b280e2e38 | 2,786 | pas | Pascal | pascal_linked_list/unit1.pas | fs-c/v0 | 385c01108d1b8e9b04c4d367bafab3834e19c8d5 | [
"MIT"
] | 1 | 2018-07-30T14:18:44.000Z | 2018-07-30T14:18:44.000Z | pascal_linked_list/unit1.pas | fs-c/v0 | 385c01108d1b8e9b04c4d367bafab3834e19c8d5 | [
"MIT"
] | 30 | 2020-09-07T13:29:39.000Z | 2022-03-26T15:21:39.000Z | pascal_linked_list/unit1.pas | fs-c/v0 | 385c01108d1b8e9b04c4d367bafab3834e19c8d5 | [
"MIT"
] | 2 | 2017-08-17T21:53:40.000Z | 2018-06-13T18:21:53.000Z | unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;
type
{ TForm1 }
Person = record
Name: string;
Next: ^Person;
end;
ptrPerson = ^Person;
TForm1 = class(TForm)
AppendButton: TButton;
LengthButton: TButton;
Get... | 16.104046 | 76 | 0.654343 |
855167887c9f23eeb19f70269df18553910e25f4 | 16,746 | pas | Pascal | Controls/DW.NativeShape.pas | DelphiWorlds/Kastr | 2622c7568c9e6ba02ffc9b89ce84f2836235b759 | [
"MIT"
] | 259 | 2020-05-27T03:15:19.000Z | 2022-03-24T16:35:02.000Z | Controls/DW.NativeShape.pas | DelphiWorlds/Kastr | 2622c7568c9e6ba02ffc9b89ce84f2836235b759 | [
"MIT"
] | 95 | 2020-06-16T09:46:06.000Z | 2022-03-28T00:27:07.000Z | Controls/DW.NativeShape.pas | DelphiWorlds/Kastr | 2622c7568c9e6ba02ffc9b89ce84f2836235b759 | [
"MIT"
] | 56 | 2020-06-04T19:32:40.000Z | 2022-03-26T15:32:47.000Z | unit DW.NativeShape;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
{... | 28.23946 | 133 | 0.709543 |
85749bb64098000f7e7d2c7154466773e0cfa7d1 | 21,459 | pas | Pascal | CrossRoads_DelphiVER280_Port/CrossRoads/Project/dmTaskList.pas | VincentGsell/CrossRoads | a620deae75ee6b0ef1dd597810de1408d61efe8e | [
"Apache-2.0"
] | 1 | 2016-12-17T13:04:58.000Z | 2016-12-17T13:04:58.000Z | CrossRoads_DelphiVER280_Port/CrossRoads/Project/dmTaskList.pas | VincentGsell/CrossRoads | a620deae75ee6b0ef1dd597810de1408d61efe8e | [
"Apache-2.0"
] | null | null | null | CrossRoads_DelphiVER280_Port/CrossRoads/Project/dmTaskList.pas | VincentGsell/CrossRoads | a620deae75ee6b0ef1dd597810de1408d61efe8e | [
"Apache-2.0"
] | null | null | null | unit dmTaskList;
interface
uses
System.SysUtils, System.Classes, Data.DB, Datasnap.DBClient, unLSNSyncDB,
unStructure;
type
TdtmTaskList = class(TDataModule)
cdsTask: TClientDataSet;
cdsTaskTaskNum: TIntegerField;
cdsTaskProjectNum: TIntegerField;
cdsTaskProjectTaskNum: TIntegerFie... | 44.893305 | 197 | 0.71844 |
8560fd1a14973ef08abf3d41cfb7769320c06ecb | 3,303 | dfm | Pascal | Packages/Order Entry Results Reporting/CPRS/PKI/fPKIPINPrompt.dfm | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | 1 | 2015-11-03T14:56:42.000Z | 2015-11-03T14:56:42.000Z | CPRSChart/OR_30_423_SRC/PKI/fPKIPINPrompt.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRSChart/OR_30_423_SRC/PKI/fPKIPINPrompt.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | object frmPKIPINPrompt: TfrmPKIPINPrompt
Left = 192
Top = 114
BorderStyle = bsDialog
Caption = 'PIV card PIN entry'
ClientHeight = 188
ClientWidth = 438
Color = clBtnFace
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans S... | 21.038217 | 48 | 0.575235 |
44efe067b7522bfb0e97b30a1826d9ea19c5c6df | 588 | dpr | Pascal | contrib/mORMot/SQLite3/Samples/11 - Exception logging/MyLibrary.dpr | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/mORMot/SQLite3/Samples/11 - Exception logging/MyLibrary.dpr | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 1 | 2022-02-17T07:17:16.000Z | 2022-02-17T07:17:16.000Z | contrib/mORMot/SQLite3/Samples/11 - Exception logging/MyLibrary.dpr | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | /// library sample code, which makes use of the logging feature
library MyLibrary;
{
In the Project / Options / Linker tab, the Map files option should be set
to detailed, in order to demonstrate how libraries can have their own
symbols file (we need a .map to have this information and create its .mab)
}
uses
... | 22.615385 | 76 | 0.729592 |
178d9e196c6e5f6091c42510a5e4a0c069b3a1bb | 594 | pas | Pascal | tests/test13.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | tests/test13.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | tests/test13.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | (* Output:
not(a and b) = true
((a or b)or a) and b) = false
(a and b) and b = false
(a and b) and b = false
Condition is true
*)
program test13;
var
a, b, c: boolean;
begin
a := true;
b := false;
c := not(a and b);
writeln('not(a and b) = ', c);
c := ((a or b)or a) and b;
writeln('((a or b)or a) an... | 19.16129 | 42 | 0.511785 |
6ae027c635705991e8e30f03a5c1e927cd96a82f | 463 | pas | Pascal | Patterns/JaxxExamples/Command/Receiver.pas | pisfu/losapr | dfd19520c820259c719b9e7ad2a4e61540213380 | [
"MIT"
] | 1 | 2020-12-16T07:25:07.000Z | 2020-12-16T07:25:07.000Z | Patterns/JaxxExamples/Command/Receiver.pas | pisfu/losapr | dfd19520c820259c719b9e7ad2a4e61540213380 | [
"MIT"
] | null | null | null | Patterns/JaxxExamples/Command/Receiver.pas | pisfu/losapr | dfd19520c820259c719b9e7ad2a4e61540213380 | [
"MIT"
] | 2 | 2018-04-23T03:31:58.000Z | 2020-12-16T07:25:08.000Z | unit Receiver;
interface
type
TReceiver = class(TObject)
private
FCommandText: string;
public
constructor Create(ACommandText: string);
function Action: string;
end;
implementation
uses
System.SysUtils;
{ TReceiver }
constructor TReceiver.Create(ACommandText: string);
begin
FCommandText :=... | 14.030303 | 68 | 0.734341 |
85c8f63247178e68164c0e39478de4b041089094 | 2,657 | pas | Pascal | src/Security/Validation/Validators/MinLengthValidatorImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Security/Validation/Validators/MinLengthValidatorImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Security/Validation/Validators/MinLengthValidatorImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit MinLengthValidatorImpl;
interface
{$MODE OBJFPC}
{$H+}
u... | 29.853933 | 77 | 0.475348 |
839efb5ccb63c70734f8896fb15aa21265b1afb7 | 300 | dfm | Pascal | samples/activerecord_restful_crud/WebModuleU.dfm | JensMertelmeyer/delphimvcframework | 1c9bcea41cbded5eacffeaab3275b9b9aa9761de | [
"Apache-2.0"
] | 1,009 | 2015-05-28T12:34:39.000Z | 2022-03-30T14:10:18.000Z | samples/activerecord_restful_crud/WebModuleU.dfm | FinCodeur/delphimvcframework | a45cb1383eaffc9e81a836247643390acbb7b9b0 | [
"Apache-2.0"
] | 454 | 2015-05-28T12:44:27.000Z | 2022-03-31T22:35:45.000Z | samples/activerecord_restful_crud/WebModuleU.dfm | FinCodeur/delphimvcframework | a45cb1383eaffc9e81a836247643390acbb7b9b0 | [
"Apache-2.0"
] | 377 | 2015-05-28T16:29:21.000Z | 2022-03-21T18:36:12.000Z | object MyWebModule: TMyWebModule
OldCreateOrder = False
OnCreate = WebModuleCreate
OnDestroy = WebModuleDestroy
Actions = <>
Height = 230
Width = 415
object FDQuery1: TFDQuery
Left = 192
Top = 96
end
object FDConnection1: TFDConnection
Left = 288
Top = 48
end
end
| 17.647059 | 37 | 0.69 |
83695e41105dd0c933885940334f2efbf43b08b5 | 559 | pas | Pascal | Chapter 03/MultiResBitmap/Forms.Main.pas | atkins126/Delphi-GUI-Programming-with-FireMonkey- | d92b32d143762eb274f05e237c4a1b1876592add | [
"MIT"
] | 24 | 2020-10-29T20:58:47.000Z | 2022-01-12T13:49:09.000Z | Chapter 03/MultiResBitmap/Forms.Main.pas | atkins126/Delphi-GUI-Programming-with-FireMonkey- | d92b32d143762eb274f05e237c4a1b1876592add | [
"MIT"
] | 1 | 2021-05-22T07:00:36.000Z | 2021-05-22T07:00:36.000Z | Chapter 03/MultiResBitmap/Forms.Main.pas | atkins126/Delphi-GUI-Programming-with-FireMonkey- | d92b32d143762eb274f05e237c4a1b1876592add | [
"MIT"
] | 7 | 2020-11-06T20:01:18.000Z | 2021-11-06T14:31:06.000Z | unit Forms.Main;
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.ExtCtrls, FMX.Controls.Presentation, FMX.StdCtrls, FMX.MultiResBitmap,
FMX.ScrollBox, FMX.Memo, FMX.ImgLi... | 19.275862 | 89 | 0.724508 |
83a5e9b80e1581859dbcee7698423752401abb42 | 1,910 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Utils/Rng/ClpOSRandomNumberGenerator.pas | devilking6105/HODLER-Open-Source-Multi-Asset-Wallet | 2554bce0ad3e3e08e4617787acf93176243ce758 | [
"Unlicense"
] | 35 | 2018-11-04T12:02:34.000Z | 2022-02-15T06:00:19.000Z | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Utils/Rng/ClpOSRandomNumberGenerator.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/Utils/Rng/ClpOSRandomNumberGenerator.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 34 | 2018-10-30T00:40:37.000Z | 2022-02-15T06:00:15.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 30.31746 | 87 | 0.511518 |
853ec54d1a473bcfa13997ffb62335171735f8ff | 2,972 | dfm | Pascal | software-voto-popular/UDtM.dfm | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | software-voto-popular/UDtM.dfm | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | software-voto-popular/UDtM.dfm | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | object DtM: TDtM
OldCreateOrder = False
Height = 324
Width = 468
object RESTClient1: TRESTClient
Accept = 'application/json;q=0.9,text/plain;q=0.9,text/html'
AcceptCharset = 'UTF-8'
BaseURL = 'http://localhost/sistema-de-gerenciamento-de-eventos/api'
Params = <>
HandleRedirects = True
Ra... | 23.967742 | 76 | 0.617093 |
83435249e8c8b6e3b2b058954ba383d4beaed6ce | 27,361 | pas | Pascal | Source/cPyBaseDebugger.pas | nioniochang/pyscripter | e5ad6138fe3c6de9fd96c58e6fed98aa4c82fd5a | [
"MIT"
] | 1 | 2020-10-14T10:51:42.000Z | 2020-10-14T10:51:42.000Z | Source/cPyBaseDebugger.pas | RogerioMatos78/pyscripter | 0c3928b8c984ebcbd51824b120b6fc97c17317be | [
"MIT"
] | null | null | null | Source/cPyBaseDebugger.pas | RogerioMatos78/pyscripter | 0c3928b8c984ebcbd51824b120b6fc97c17317be | [
"MIT"
] | null | null | null | {-----------------------------------------------------------------------------
Unit Name: cPyBaseDebugger
Author: Kiriakos Vlahos
Date: 23-Apr-2006
Purpose: Base debugger classes
History:
-----------------------------------------------------------------------------}
unit cPyBaseDebugger;
interf... | 32.341608 | 116 | 0.694017 |
8319bcef2daf4ca415b73da5b972f5513671eca5 | 1,246 | pas | Pascal | src/WK.pas | SunSerega/SAC | 582572ff7e73f0d38ec28fd650c733872ea9d2d9 | [
"Apache-2.0"
] | 1 | 2021-02-17T04:03:16.000Z | 2021-02-17T04:03:16.000Z | src/WK.pas | SunSerega/SAC | 582572ff7e73f0d38ec28fd650c733872ea9d2d9 | [
"Apache-2.0"
] | 24 | 2018-09-13T20:31:56.000Z | 2019-04-02T00:40:51.000Z | src/WK.pas | SunSerega/SAC | 582572ff7e73f0d38ec28fd650c733872ea9d2d9 | [
"Apache-2.0"
] | null | null | null | uses LocaleData;
uses SettingsData;
{$mainresource 'WK.res'}//this is only for icon
function GetKeyState(Id:byte):byte;
external 'User32.dll';
begin
try
{$resource Lang\#WK}
LoadLocale('#WK');
LoadSettings;
writeln(Translate('ColExpl'));
System.Console.CursorVisible := false;
... | 23.509434 | 123 | 0.529695 |
830b0e8328879af5d7e8e82cf82ffda55219736b | 18,888 | pas | Pascal | Menu/Mayorista/Form/MenuMayoristaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | Menu/Mayorista/Form/MenuMayoristaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | Menu/Mayorista/Form/MenuMayoristaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | unit MenuMayoristaF;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, TeEngine, Series, ComCtrls, Grids, DBGrids,
Menus, DB, ADODB, jpeg, DataModule, demo;
type
EExecAppError = class(Exception);
TFMainForm = class(TForm)
M... | 31.79798 | 136 | 0.774936 |
858f97f42dbe42f73208b2b2231149eefaf8d9e9 | 7,084 | dfm | Pascal | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFinQueryInclusaoReceitaDespesa.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 1 | 2020-05-07T07:51:27.000Z | 2020-05-07T07:51:27.000Z | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFinQueryInclusaoReceitaDespesa.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | null | null | null | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFinQueryInclusaoReceitaDespesa.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 3 | 2020-02-17T18:01:52.000Z | 2020-05-07T07:51:28.000Z | inherited FinQueryInclusaoReceitaDespesa: TFinQueryInclusaoReceitaDespesa
Left = 652
Top = 367
Caption = ''
ClientHeight = 150
ClientWidth = 459
ExplicitWidth = 465
ExplicitHeight = 179
PixelsPerInch = 96
TextHeight = 13
inherited _pnlForm: TJvPanel
Width = 459
Height = 150
ExplicitWidth... | 31.625 | 73 | 0.619142 |
830409dd2698a0ac8c21b4fc4aa10d6caecb1b71 | 40,188 | dfm | Pascal | Src/DragDrop/Demos/SourceAnalyzer/Main.dfm | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 12 | 2019-11-09T11:44:47.000Z | 2022-03-01T23:38:30.000Z | Demos/SourceAnalyzer/Main.dfm | boudewijn2/The-new-Drag-and-Drop-Component-Suite-for-Delphi | 8725e52d9e4d286e31707cc23f931c2f83834457 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Demos/SourceAnalyzer/Main.dfm | boudewijn2/The-new-Drag-and-Drop-Component-Suite-for-Delphi | 8725e52d9e4d286e31707cc23f931c2f83834457 | [
"MIT"
] | 15 | 2019-10-15T12:34:29.000Z | 2021-02-23T08:25:48.000Z | object FormMain: TFormMain
Left = 571
Top = 240
ActiveControl = ListViewDataFormats
Caption = 'Drop Source Analyzer'
ClientHeight = 597
ClientWidth = 591
Color = clBtnFace
Constraints.MinWidth = 565
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
... | 49.431734 | 82 | 0.816562 |
836565ac708eb6ebba630d923025478e76916f0c | 535 | pas | Pascal | test_cases/input013.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 7 | 2017-04-28T17:32:41.000Z | 2021-09-18T04:29:52.000Z | test_cases/input013.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 1 | 2018-02-06T23:24:24.000Z | 2018-02-06T23:53:22.000Z | test_cases/input013.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 1 | 2022-02-25T18:24:08.000Z | 2022-02-25T18:24:08.000Z | const beginningX= 3;
var facRes, facParam;
procedure Factorial();
var myFacParam;
begin
if facParam <= 0 then facRes := 1;
if facParam > 0 then begin
myFacParam:= facParam;
facParam:= facParam*2/2 -1*1;
call Factorial;
if myFacParam <> facParam +1 then /*{This should never be taken}*/
begin
facPa... | 17.258065 | 81 | 0.678505 |
858905c7d04e0fd566df36dd1ab29df9e2d3d500 | 937 | pas | Pascal | src/Iff/IffManager.Character.pas | hsreina/pangya-server | 1720cdceafcd58379904476791752ac6c643e221 | [
"Apache-2.0"
] | 32 | 2016-03-08T13:47:36.000Z | 2022-01-01T18:47:17.000Z | src/Iff/IffManager.Character.pas | eantoniobr/pangya-server | 60d7e1206f032020216dcbfc1e194287068017fb | [
"Apache-2.0"
] | 6 | 2016-01-18T03:08:00.000Z | 2020-11-12T01:32:25.000Z | src/Iff/IffManager.Character.pas | hsreina/pangya-server | 1720cdceafcd58379904476791752ac6c643e221 | [
"Apache-2.0"
] | 22 | 2015-11-10T13:04:54.000Z | 2021-06-21T21:00:39.000Z | {*******************************************************}
{ }
{ Pangya Server }
{ }
{ Copyright (C) 2015 Shad'o Soft tm }
{ ... | 23.425 | 73 | 0.456777 |
Subsets and Splits
HTML Code Excluding Scripts
The query retrieves a limited set of HTML content entries that are longer than 8 characters and do not contain script tags, offering only basic filtering with minimal analytical value.