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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c33db13aec102d81f11ededd8bc1c82251f8efe0 | 35,211 | pas | Pascal | source/StyleTypes.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | 3 | 2015-03-31T13:32:10.000Z | 2017-10-13T07:51:58.000Z | source/StyleTypes.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | null | null | null | source/StyleTypes.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | 1 | 2016-10-18T06:20:25.000Z | 2016-10-18T06:20:25.000Z | {
Version 11.6
Copyright (c) 1995-2008 by L. David Baldwin
Copyright (c) 2008-2010 by HtmlViewer Team
Copyright (c) 2011-2015 by Bernd Gabriel
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software wit... | 29.941327 | 223 | 0.626963 |
83067875e4fb707f98342b384acde7480a546c41 | 11,066 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/archive/jvcl/source/JvIColEdit.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/source/JvIColEdit.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/source/JvIColEdit.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... | 23.797849 | 97 | 0.680463 |
c3759bd9ce60f3d91eb6a7a40b6cca640661b7b5 | 344 | pas | Pascal | Games/Sokoban/LoadSettingsUnit.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Games/Sokoban/LoadSettingsUnit.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Games/Sokoban/LoadSettingsUnit.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit LoadSettingsUnit;
interface
uses MainUnit, INIFiles, SysUtils;
procedure LoadSettings;
implementation
procedure LoadSettings;
var
SettingsFile: TIniFile;
begin
SettingsFile := TIniFile.Create(ExtractFilePath(ParamStr(0)) +
'settings.ini');
try
finally
SettingsFile.Free;... | 13.76 | 65 | 0.688953 |
fccaa2e0bab4cde23939365bc7698032815f8792 | 186,753 | dfm | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvXPControls/JvXPBar/BCB/MainForm.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/JvXPControls/JvXPBar/BCB/MainForm.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/JvXPControls/JvXPBar/BCB/MainForm.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object frmMain: TfrmMain
Left = 192
Top = 107
Width = 571
Height = 465
Caption = 'JvXPBar Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch ... | 64.4198 | 76 | 0.871809 |
f149c059519bb9d022d44859a08f0112249d6e1d | 3,296 | pas | Pascal | src/dco.rpc.ErrorObject.pas | stanleyxu2005/dco | 4bda8792d5111a00dfa3af0f8654e1836ba31572 | [
"MIT"
] | 1 | 2018-12-20T07:12:28.000Z | 2018-12-20T07:12:28.000Z | src/dco.rpc.ErrorObject.pas | stanleyxu2005/dco | 4bda8792d5111a00dfa3af0f8654e1836ba31572 | [
"MIT"
] | null | null | null | src/dco.rpc.ErrorObject.pas | stanleyxu2005/dco | 4bda8792d5111a00dfa3af0f8654e1836ba31572 | [
"MIT"
] | null | null | null | (**
* $Id: dco.rpc.ErrorObject.pas 840 2014-05-24 06:04:58Z QXu $
*
* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
* express or implied. See the License for the specific language governing rights and limitations under the License.
*)
unit dco.rpc.... | 32.633663 | 116 | 0.752124 |
f158c75a1d9693fc86e37325d36edcea6b7a59f0 | 19,804 | pas | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Options/fOptionsReportsCustom.pas | 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/Options/fOptionsReportsCustom.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRSChart/OR_30_423_SRC/CPRS-chart/Options/fOptionsReportsCustom.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | unit fOptionsReportsCustom;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Spin, ORCtrls, fOptions, ComCtrls, ORFn, ORNet, Grids, uConst,
ORDtTm, rCore, fBase508Form, VA508AccessibilityManager;
type
TfrmOptionsReportsCustom = class(TfrmBase508Form... | 29.602392 | 126 | 0.638356 |
fc55a7b64701b8ea74db273341e9feef5f6a8a40 | 264 | pas | Pascal | Program.pas | ThreeFx/ExpressionParser | 5f09d2dac43c9e182f190bb0956bccb47217906e | [
"MIT"
] | 1 | 2017-06-12T18:58:09.000Z | 2017-06-12T18:58:09.000Z | Program.pas | ThreeFx/ExpressionParser | 5f09d2dac43c9e182f190bb0956bccb47217906e | [
"MIT"
] | null | null | null | Program.pas | ThreeFx/ExpressionParser | 5f09d2dac43c9e182f190bb0956bccb47217906e | [
"MIT"
] | null | null | null | PROGRAM test;
USES StackElement, Node, Parser, ExpressionStack, SysUtils;
VAR
tree : TNode;
BEGIN
tree := ParseExpr('1*1');
WriteLn('Jep');
WriteLn(IntToStr(tree.Evaluate));
WriteLn('Jep');
WriteLn(IntToStr(TExpressionStack.FromTree(tree).Evaluate));
END.
| 18.857143 | 61 | 0.731061 |
c3af440b9959d20499e94c37a11f1cb4ab55c152 | 23,668 | pas | Pascal | restudio/RegularExpressionsXMLBind.pas | cumtcdf/TRegExpr | 87bb0110f2e7b9967cb7561afdb11c18485eb062 | [
"MIT"
] | 1 | 2022-03-20T16:05:54.000Z | 2022-03-20T16:05:54.000Z | restudio/RegularExpressionsXMLBind.pas | weblate/TRegExpr | 7e8742fab6a9f79e6cd1d5795d67fced831acafd | [
"MIT"
] | null | null | null | restudio/RegularExpressionsXMLBind.pas | weblate/TRegExpr | 7e8742fab6a9f79e6cd1d5795d67fced831acafd | [
"MIT"
] | 1 | 2021-01-19T08:46:57.000Z | 2021-01-19T08:46:57.000Z |
{*****************************************************************************}
{ }
{ XML Data Binding }
{ }... | 29.846154 | 149 | 0.763774 |
fc715b1e49777efc2a413ff819ab747b2edc8349 | 1,988 | pas | Pascal | JAbout.pas | HeikoStudt/GoldFind2 | 1c976d3164915d70d4e30bfab1ff30eed589f3ac | [
"MIT"
] | null | null | null | JAbout.pas | HeikoStudt/GoldFind2 | 1c976d3164915d70d4e30bfab1ff30eed589f3ac | [
"MIT"
] | null | null | null | JAbout.pas | HeikoStudt/GoldFind2 | 1c976d3164915d70d4e30bfab1ff30eed589f3ac | [
"MIT"
] | null | null | null | unit JAbout;
interface
uses Windows, ExtCtrls, StdCtrls, Controls, Classes, Forms, Graphics;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProductName: TLabel;
Version: TLabel;
Copyright: TLabel;
OKButton: TButton;
Shape1: TShape;
ProgramIcon: TImage;
Memo1: TMemo;
Label1: TLabe... | 26.506667 | 106 | 0.604125 |
47455abd59f49f519e8a8ed98ce4a228045f1602 | 32,286 | pas | Pascal | core/bs.window.linux.pas | PVV-BS/BlackShark | 34dc339146ba1596f4db813a0fe95d103a0a8bf3 | [
"Linux-OpenIB"
] | 1 | 2022-02-11T06:49:00.000Z | 2022-02-11T06:49:00.000Z | core/bs.window.linux.pas | PVV-BS/BlackShark | 34dc339146ba1596f4db813a0fe95d103a0a8bf3 | [
"Linux-OpenIB"
] | null | null | null | core/bs.window.linux.pas | PVV-BS/BlackShark | 34dc339146ba1596f4db813a0fe95d103a0a8bf3 | [
"Linux-OpenIB"
] | null | null | null | {
-- Begin License block --
Copyright (C) 2019-2022 Pavlov V.V. (PVV)
"Black Shark Graphics Engine" for Delphi and Lazarus (named
"Library" in the file "License(LGPL).txt" included in this distribution).
The Library is free software.
Last revised June, 2022
This file is part of "Black Shark G... | 31.808867 | 170 | 0.710927 |
fce2571dded2c76855fc7e8d96f7f05a8d71db92 | 1,985 | pas | Pascal | src/CanRxSaveForm.pas | kuba2k2/CANcool | 3b3d72418b78c4124e71ddbc26002896d7a2931f | [
"MIT"
] | 38 | 2016-03-25T19:04:21.000Z | 2022-03-02T10:57:13.000Z | src/CanRxSaveForm.pas | kuba2k2/CANcool | 3b3d72418b78c4124e71ddbc26002896d7a2931f | [
"MIT"
] | null | null | null | src/CanRxSaveForm.pas | kuba2k2/CANcool | 3b3d72418b78c4124e71ddbc26002896d7a2931f | [
"MIT"
] | 12 | 2016-08-29T22:18:33.000Z | 2021-11-07T22:43:14.000Z | {***************************************************************************
CanRxSaveForm.pas - description
-------------------
begin : 10.01.2016
copyright : (C) 2016 by MHS-Elektronik GmbH & Co. KG, Germany
... | 29.626866 | 91 | 0.466499 |
c39dade2ad2a0c263f0f7a5cd8f877d00ddf538b | 2,045 | pas | Pascal | Source/Range.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 19 | 2017-03-30T19:54:37.000Z | 2021-09-28T05:31:48.000Z | Source/Range.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 3 | 2017-05-26T08:36:20.000Z | 2017-08-11T15:50:13.000Z | Source/Range.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 14 | 2017-01-24T04:10:46.000Z | 2021-11-11T00:47:55.000Z | namespace RemObjects.Elements.RTL;
interface
type
Range = public record {$IF TOFFEE}mapped to Foundation.NSRange{$ENDIF}
public
constructor(aLocation, aLength: Integer);
{$IFNDEF TOFFEE}
property Location: Integer;
property Length: Integer;
{$ELSE}
property Location: Integer r... | 29.214286 | 124 | 0.708068 |
fc20d6f96264698fbaf4613b019e3dd27e424c2e | 22,229 | dfm | Pascal | source/uCadUsuarios.dfm | roneysousa/infocartao_firebird | 98c9c9477869d6e6b0a46ed74ec8e01f3dedf62b | [
"MIT"
] | null | null | null | source/uCadUsuarios.dfm | roneysousa/infocartao_firebird | 98c9c9477869d6e6b0a46ed74ec8e01f3dedf62b | [
"MIT"
] | null | null | null | source/uCadUsuarios.dfm | roneysousa/infocartao_firebird | 98c9c9477869d6e6b0a46ed74ec8e01f3dedf62b | [
"MIT"
] | 1 | 2021-03-10T09:31:46.000Z | 2021-03-10T09:31:46.000Z | object frmCadUsuarios: TfrmCadUsuarios
Left = 192
Top = 114
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Usu'#225'rios'
ClientHeight = 307
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
... | 48.323913 | 72 | 0.812992 |
c380009ba90daa57012fda46b379479fd2db3d5e | 2,428 | pas | Pascal | windows/src/unit-tests/jsonutil/Keyman.System.Test.JsonUtilTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/unit-tests/jsonutil/Keyman.System.Test.JsonUtilTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/unit-tests/jsonutil/Keyman.System.Test.JsonUtilTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit Keyman.System.Test.JsonUtilTest;
interface
uses
System.Classes,
System.SysUtils,
DUnitX.TestFramework;
type
[TestFixture]
TJsonUtilTest = class(TObject)
private
function DateTimeString(d: TDateTime): string;
public
[Setup]
procedure Setup;
[Test]
procedure TestJsonDateToDateTi... | 19.580645 | 92 | 0.699753 |
c3b58d6ce08912d05a8087e69c936a206204d3b5 | 11,332 | pas | Pascal | Tools/FilePackageWithZDB/FilePackageWithZDBMainFrm.pas | atkins126/zChinese | 47d7654ebc335767031473ccd308c508f351bd1c | [
"Apache-2.0"
] | 35 | 2018-04-18T06:38:15.000Z | 2021-02-25T10:00:40.000Z | Tools/FilePackageWithZDB/FilePackageWithZDBMainFrm.pas | atkins126/zChinese | 47d7654ebc335767031473ccd308c508f351bd1c | [
"Apache-2.0"
] | null | null | null | Tools/FilePackageWithZDB/FilePackageWithZDBMainFrm.pas | atkins126/zChinese | 47d7654ebc335767031473ccd308c508f351bd1c | [
"Apache-2.0"
] | 9 | 2018-04-20T08:03:49.000Z | 2021-03-13T11:31:06.000Z | unit FilePackageWithZDBMainFrm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls,
ObjectDataManagerFrameUnit, MemoryStream64, ObjectDataHashField, ObjectDataManager,
UnicodeMixedLib... | 29.433766 | 152 | 0.733586 |
c35ad7b226f844806a72c98698a3851bcfa934de | 5,090 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvColorComboDemo/JvColorComboDemoMainFormU.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvColorComboDemo/JvColorComboDemoMainFormU.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvColorComboDemo/JvColorComboDemoMainFormU.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit JvColorComboDemoMainFormU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, JvColorCombo, StdCtrls, JvCombobox;
type
TJvColorComboDemoMainForm = class(TForm)
JvColorComboBox1: TJvColorComboBox;
memInfo: TMemo;
btnColorNames: TButton;
Label1: TLabel;
... | 28.595506 | 116 | 0.708841 |
85824994beeffef581312a2b54f10c67337a4164 | 8,265 | pas | Pascal | crossinstallers/m_any_to_embeddedarm.pas | cybersmurf/fpcupdeluxe | 7c0de3a67cfb2510d89d217b9cf9ecea1d62feb1 | [
"zlib-acknowledgement"
] | 1 | 2021-01-01T07:57:29.000Z | 2021-01-01T07:57:29.000Z | crossinstallers/m_any_to_embeddedarm.pas | cybersmurf/fpcupdeluxe | 7c0de3a67cfb2510d89d217b9cf9ecea1d62feb1 | [
"zlib-acknowledgement"
] | null | null | null | crossinstallers/m_any_to_embeddedarm.pas | cybersmurf/fpcupdeluxe | 7c0de3a67cfb2510d89d217b9cf9ecea1d62feb1 | [
"zlib-acknowledgement"
] | null | null | null | unit m_any_to_embeddedarm;
{ 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 of ... | 32.159533 | 163 | 0.729341 |
4730ffd03aacdc17f0cbc4fd5113d95c2efe3097 | 25,852 | pas | Pascal | src/Common/AutoAdd.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | null | null | null | src/Common/AutoAdd.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | null | null | null | src/Common/AutoAdd.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | null | null | null | unit AutoAdd;
{
----------------------------------------------------------
Copyright (c) 2008-2015, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
{ Unit for processing the AutoAdd Solution FUNCTIONs
Note: Make sure this class in in... | 31.798278 | 136 | 0.498298 |
c364e93a2ad20b81c26861e7114e6ba7aa51a09f | 1,460 | pas | Pascal | SH01/App/SH_SelectMarkDlgU.pas | federgraph/SudokuHelper | 331e9069232350cd5454b2fb01b82f17382e1d36 | [
"CC0-1.0"
] | null | null | null | SH01/App/SH_SelectMarkDlgU.pas | federgraph/SudokuHelper | 331e9069232350cd5454b2fb01b82f17382e1d36 | [
"CC0-1.0"
] | null | null | null | SH01/App/SH_SelectMarkDlgU.pas | federgraph/SudokuHelper | 331e9069232350cd5454b2fb01b82f17382e1d36 | [
"CC0-1.0"
] | null | null | null | {!
<summary>
This unit implements a simple modal dialog to select one of the defined
stack marks from.
</summary>
<author>Dr. Peter Below</author>
<history>
Version 1.0 created 2021-11-07<p>
Last modified 2021-11-07<p>
</history>
<copyright>Copyright 2021 by Dr. Peter Below</copyright>
<licence> The code in ... | 22.461538 | 116 | 0.739041 |
47ba842bd096505e998aef99791dca0d5ae7bb43 | 1,486 | pas | Pascal | GrijjyLogViewer/Forms/Form.Options.pas | grijjy/GrijjyCloudLogger | 29161f1288cf30d4e2b6205728a25d966232ff79 | [
"BSD-2-Clause"
] | 85 | 2017-08-22T16:35:40.000Z | 2022-03-08T14:44:44.000Z | GrijjyLogViewer/Forms/Form.Options.pas | kevind7/GrijjyCloudLogger | 29161f1288cf30d4e2b6205728a25d966232ff79 | [
"BSD-2-Clause"
] | 11 | 2017-08-22T21:03:56.000Z | 2021-02-05T09:50:14.000Z | GrijjyLogViewer/Forms/Form.Options.pas | kevind7/GrijjyCloudLogger | 29161f1288cf30d4e2b6205728a25d966232ff79 | [
"BSD-2-Clause"
] | 18 | 2017-08-25T10:27:13.000Z | 2022-02-09T18:02:07.000Z | unit Form.Options;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.ExtCtrls,
Settings;
type
TFormOptions = class(TForm)
PanelButtons: TPanel;
... | 21.852941 | 77 | 0.706595 |
c30f7ecc8d1e41783d9860bc780c15348787d9bd | 819 | pas | Pascal | delphi/ExerDlp5MatrizesVetores/UnLoop2.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | delphi/ExerDlp5MatrizesVetores/UnLoop2.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | delphi/ExerDlp5MatrizesVetores/UnLoop2.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | unit UnLoop2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: TEdit;
Button1: TButton;
ListBox1: TListBox;
procedure Button1Click(Sender: TObject);
private
{ Private de... | 16.714286 | 76 | 0.576313 |
fc080940dacd1aa47a1fcb97266d2ffeb71d87ad | 418 | pas | Pascal | contrib/mORMot/SQLite3/Samples/36 - Simple REST Benchmark/RESTModel.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/mORMot/SQLite3/Samples/36 - Simple REST Benchmark/RESTModel.pas | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 1 | 2022-02-17T07:17:16.000Z | 2022-02-17T07:17:16.000Z | contrib/mORMot/SQLite3/Samples/36 - Simple REST Benchmark/RESTModel.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | unit RESTModel;
interface
uses
SynCommons,
SynTable, // for TSynValidateText
mORMot;
type
TPerson = class(TSQLRecord) // TSQLRecord has already ID: integer primary key
private
fName: RawUTF8;
published
/// ORM will create a NAME VARCHAR(80) column
property Name: RawUTF8 index 80 read fName wr... | 14.413793 | 79 | 0.703349 |
fc0d270adc22ba9b66e04aee6523c7f72cfc6f6e | 364 | lpr | Pascal | examples/getMe/getMe.lpr | lgadina/fp-telegram | 3f3e557ff53792f90595a490454c9de46adeacb5 | [
"MIT"
] | 54 | 2017-11-25T13:22:42.000Z | 2022-03-11T20:37:13.000Z | examples/getMe/getMe.lpr | lgadina/fp-telegram | 3f3e557ff53792f90595a490454c9de46adeacb5 | [
"MIT"
] | 5 | 2019-08-25T19:56:22.000Z | 2021-12-23T09:26:39.000Z | examples/getMe/getMe.lpr | lgadina/fp-telegram | 3f3e557ff53792f90595a490454c9de46adeacb5 | [
"MIT"
] | 14 | 2018-02-07T13:26:23.000Z | 2021-11-28T07:28:11.000Z | program getMe;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, getMeForm
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource:=True;
Application.Initialize;
Application.CreateForm(T... | 16.545455 | 48 | 0.706044 |
c3440b3a31cc22faefc5b538dcf40402a624bbc9 | 4,248 | dfm | Pascal | fZeeBeTestCLI.dfm | syconpmm/DelphiZeeBeClient | 9ba90bb0eae10f7bcc524a7f37b618e14297867d | [
"Apache-2.0"
] | 4 | 2020-05-26T21:48:04.000Z | 2021-01-31T22:45:10.000Z | fZeeBeTestCLI.dfm | camunda-community-hub/DelphiZeeBeClient | 9ba90bb0eae10f7bcc524a7f37b618e14297867d | [
"Apache-2.0"
] | 1 | 2021-02-28T22:27:15.000Z | 2021-02-28T22:27:15.000Z | fZeeBeTestCLI.dfm | camunda-community-hub/DelphiZeeBeClient | 9ba90bb0eae10f7bcc524a7f37b618e14297867d | [
"Apache-2.0"
] | 1 | 2021-04-04T19:14:16.000Z | 2021-04-04T19:14:16.000Z | object Form1: TForm1
Left = 0
Top = 0
Caption = 'ZeeBe CLI Client'
ClientHeight = 412
ClientWidth = 770
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClick = FormClick
OnCreate = Form... | 20.926108 | 53 | 0.628531 |
85e71757b26ff779384a4811f30db8ea9864a071 | 55,087 | dfm | Pascal | dcus/FormAbout.dfm | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 87 | 2019-04-04T06:23:14.000Z | 2022-03-19T16:44:26.000Z | dcus/FormAbout.dfm | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 2 | 2020-09-04T01:54:26.000Z | 2020-10-27T15:52:04.000Z | dcus/FormAbout.dfm | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 14 | 2019-04-08T13:59:48.000Z | 2022-01-13T08:12:38.000Z | object FAbout: TFAbout
Left = 370
Top = 192
BorderStyle = bsToolWindow
Caption = 'Acerca de GLibWMI...'
ClientHeight = 389
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
For... | 63.391254 | 107 | 0.835478 |
c3999081486c8c7f5ccf5d5b31193123868c30ac | 73,668 | pas | Pascal | Production7/Main.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | 1 | 2016-04-04T18:11:56.000Z | 2016-04-04T18:11:56.000Z | Production7/Main.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | null | null | null | Production7/Main.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | 5 | 2016-02-15T02:08:05.000Z | 2021-04-05T08:57:58.000Z | {$I ok_sklad.inc}
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, Menus, ExtCtrls, ToolWin, DB, DBClient, strUtils, ActnList,
StdCtrls, Buttons, ImgList, AppEvnts,
prFun, prTypes, xLngDefs, debugTraceForm,
dxDBGrid6,
cxCont... | 36.415225 | 165 | 0.60493 |
c38959fa11aa51fc5aaa3a7dcee65dc3d8b3e9f7 | 653 | dpr | Pascal | Demo/D10_4/SVGIconImageListDemo.dpr | atkins126/SVGIconImageList | 368376ad41c74e70691785469e965a9b0dc77d97 | [
"Apache-2.0"
] | 4 | 2021-05-06T17:36:32.000Z | 2022-01-17T21:33:25.000Z | Demo/D10_4/SVGIconImageListDemo.dpr | atkins126/SVGIconImageList | 368376ad41c74e70691785469e965a9b0dc77d97 | [
"Apache-2.0"
] | null | null | null | Demo/D10_4/SVGIconImageListDemo.dpr | atkins126/SVGIconImageList | 368376ad41c74e70691785469e965a9b0dc77d97 | [
"Apache-2.0"
] | 1 | 2021-04-12T19:31:49.000Z | 2021-04-12T19:31:49.000Z | program SVGIconImageListDemo;
uses
Vcl.Forms,
Vcl.Themes,
Vcl.Styles,
UMainNew in '..\Source\UMainNew.pas' {MainForm},
SVGIconImageListEditorUnit in '..\..\Packages\SVGIconImageListEditorUnit.pas' {SVGIconImageListEditor},
SVGIconImageList in '..\..\source\SVGIconImageList.pas',
UDataModule in '... | 29.681818 | 106 | 0.739663 |
c3bfc233ac1f9d6ace362ea70df0b51c8bfb4f0c | 2,561 | pas | Pascal | Lib/Pkg.Json.Utils.pas | TCardinal/Delphi-JsonToDelphiClass | 49b3b75cdcd8b4dcd12989df9b0b28c51c298057 | [
"MIT"
] | 56 | 2019-12-20T20:02:01.000Z | 2022-03-29T04:20:25.000Z | Lib/Pkg.Json.Utils.pas | TCardinal/Delphi-JsonToDelphiClass | 49b3b75cdcd8b4dcd12989df9b0b28c51c298057 | [
"MIT"
] | null | null | null | Lib/Pkg.Json.Utils.pas | TCardinal/Delphi-JsonToDelphiClass | 49b3b75cdcd8b4dcd12989df9b0b28c51c298057 | [
"MIT"
] | 15 | 2019-12-20T20:06:00.000Z | 2022-02-07T10:58:34.000Z | unit Pkg.Json.Utils;
interface
uses
System.Classes,
{$IFDEF MSWINDOWS}
Winapi.ShellAPI, Winapi.Windows,
{$ENDIF MSWINDOWS}
{$IFDEF POSIX}
Posix.Stdlib,
{$ENDIF POSIX}
System.Json.Writers, System.Json.Readers, System.SysUtils;
type
TJsonStringWriter = class(TJsonTextWriter)
private
FS... | 21.341667 | 84 | 0.724717 |
c3cd99ab390da55da11c1c508a000308829d7e41 | 27,977 | pas | Pascal | npp/FetchResourceForm.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | 1 | 2018-01-08T06:40:02.000Z | 2018-01-08T06:40:02.000Z | npp/FetchResourceForm.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | null | null | null | npp/FetchResourceForm.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | null | null | null | unit FetchResourceForm;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source... | 29.731137 | 175 | 0.708868 |
c39b228d5aea9143d13b032a2bd772fc728ab97b | 2,964 | dpr | Pascal | Source/Propagator/Enterprise/BoldPropagatorDll.dpr | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/Propagator/Enterprise/BoldPropagatorDll.dpr | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/Propagator/Enterprise/BoldPropagatorDll.dpr | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | library BoldPropagatorDll;
uses
ComServ,
BoldSubscriptionHandler in 'Source\Propagator\Enterprise\BoldSubscriptionHandler.pas',
BoldAdvancedPropagator in 'Source\Propagator\Enterprise\BoldAdvancedPropagator.pas',
BoldClientHandler in 'Source\Propagator\Enterprise\BoldClientHandler.pas',
BoldClientNotifierHan... | 61.75 | 121 | 0.852901 |
c3785bff4a0f96d2a248bc1c1efce739535c1110 | 282,881 | pas | Pascal | references/mORMot/SynMongoDB.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 2 | 2020-02-17T18:42:30.000Z | 2020-11-14T04:57:48.000Z | references/mORMot/SynMongoDB.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 2 | 2019-06-23T00:02:43.000Z | 2019-10-12T22:39:28.000Z | references/mORMot/SynMongoDB.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | null | null | null | /// MongoDB document-oriented database direct access classes
// - this unit is a part of the freeware Synopse framework,
// licensed under a MPL/GPL/LGPL tri-license; version 1.18
unit SynMongoDB;
{
This file is part of Synopse framework.
Synopse framework. Copyright (C) 2018 Arnaud Bouchez
Syn... | 40.62631 | 115 | 0.695713 |
47cb935406ce012e52639b62202c88f79aa2736c | 35,688 | pas | Pascal | iscbase/database/dbc/ZDbcASA.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | 3 | 2021-06-10T12:33:29.000Z | 2021-12-13T06:59:48.000Z | iscbase/database/dbc/ZDbcASA.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | null | null | null | iscbase/database/dbc/ZDbcASA.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | null | null | null | {*********************************************************}
{ }
{ Zeos Database Objects }
{ Sybase SQL Anywhere Connectivity Classes }
{ }
{ Origin... | 39.56541 | 116 | 0.683563 |
c3a758ff79c55e0348be428972958bb2fe007f2e | 2,020 | pas | Pascal | Daten/Source/CShSrcRc/unt_CShTestData.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Daten/Source/CShSrcRc/unt_CShTestData.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Daten/Source/CShSrcRc/unt_CShTestData.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit unt_CShTestData;
{$mode objfpc}{$H+}
{$modeswitch advancedrecords on}
interface
uses
Classes, SysUtils;
type { TResultType }
TResultType = record
eType,
Data,
Ref: string;
SubType: integer;
function ToString: string;
procedure SetAll(... | 26.933333 | 124 | 0.581683 |
fcba326e77bb74ec2bfca500c3dd149a1f0421f1 | 1,758 | pas | Pascal | runtime/Work/Connor/Protobuf/Delphi/ProtocGenDelphi/Runtime/Internal/Work.Connor.Protobuf.Delphi.ProtocGenDelphi.Runtime.Internal.uProtobufDouble.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 1 | 2021-01-08T01:47:56.000Z | 2021-01-08T01:47:56.000Z | runtime/Work/Connor/Protobuf/Delphi/ProtocGenDelphi/Runtime/Internal/Work.Connor.Protobuf.Delphi.ProtocGenDelphi.Runtime.Internal.uProtobufDouble.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 54 | 2020-09-03T13:22:42.000Z | 2021-11-14T11:19:22.000Z | runtime/Work/Connor/Protobuf/Delphi/ProtocGenDelphi/Runtime/Internal/Work.Connor.Protobuf.Delphi.ProtocGenDelphi.Runtime.Internal.uProtobufDouble.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 3 | 2020-08-27T07:56:29.000Z | 2021-01-08T01:47:59.000Z | /// Copyright 2020 Connor Roehricht (connor.work)
/// Copyright 2020 Sotax AG
///
/// 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
... | 33.169811 | 106 | 0.744596 |
fc7c549a68e86d37c95ba2839e603ad50a8de888 | 4,400 | pas | Pascal | Lib/Classes/Common/ZXing.ResultPointImplementation.pas | grahamegrieve/ZXing.Delphi | fb5f9c82dc799c6d1bfe0efec9a68c7a6b22c990 | [
"Apache-2.0"
] | 12 | 2018-06-30T13:48:57.000Z | 2022-02-27T22:42:05.000Z | Lib/Classes/Common/ZXing.ResultPointImplementation.pas | grahamegrieve/ZXing.Delphi | fb5f9c82dc799c6d1bfe0efec9a68c7a6b22c990 | [
"Apache-2.0"
] | 1 | 2021-10-06T07:25:45.000Z | 2021-10-06T07:25:45.000Z | Lib/Classes/Common/ZXing.ResultPointImplementation.pas | grahamegrieve/ZXing.Delphi | fb5f9c82dc799c6d1bfe0efec9a68c7a6b22c990 | [
"Apache-2.0"
] | 6 | 2018-06-30T11:57:45.000Z | 2021-10-05T19:04:38.000Z | unit ZXing.ResultPointImplementation;
{$IFDEF FPC}
{$mode delphi}{$H+}
{$ENDIF}
interface
uses
SysUtils,
ZXing.ResultPoint;
type
/// <summary>
/// Encapsulates a point of interest in an image containing a barcode. Typically, this
/// would be the location of a finder pattern or the corner of the barcode... | 25 | 117 | 0.674091 |
c315b4c4463d9b62587f3516d1dd16a7fc2a6b6a | 68,059 | pas | Pascal | vcl/XLSReadWrite6/SrcXLS/xpgParseDocPropsApp.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/xpgParseDocPropsApp.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/xpgParseDocPropsApp.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit xpgParseDocPropsApp;
// Copyright (c) 2010,2011 Axolot Data
// Web : http://www.axolot.com/xpg
// Mail: xpg@axolot.com
//
// X X PPP GGG
// X X P P G
// X PPP G GG
// X X P G G
// X X P GGG
//
// File generated with Axolot XPG, Xml Parser Generator.
// Version 0.00.90.
//... | 29.616623 | 231 | 0.728133 |
f15405a64089e670efe558994e7328f52cc58184 | 3,616 | pas | Pascal | windows/src/ext/jedi/jcl/jcl/experts/stacktraceviewer/APIExamples/FastMM/FastMMLeakGroupFrame.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jcl/jcl/experts/stacktraceviewer/APIExamples/FastMM/FastMMLeakGroupFrame.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jcl/jcl/experts/stacktraceviewer/APIExamples/FastMM/FastMMLeakGroupFrame.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit FastMMLeakGroupFrame;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, JclStackTraceViewerAPI, FastMMParser;
type
TfrmLeakGroup = class(TFrame, IJclStackTraceViewerPreparableStackFrame, IJclStackTraceViewerStackSelection)
pnlTop: T... | 30.386555 | 123 | 0.793971 |
fcf55a8b0972e01eb9437a892587d186eb53b29b | 10,505 | pas | Pascal | dependencies/Indy10/Protocols/IdTunnelCommon.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | dependencies/Indy10/Protocols/IdTunnelCommon.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | dependencies/Indy10/Protocols/IdTunnelCommon.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | {
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... | 26.197007 | 109 | 0.596002 |
477e74d7382b196c633cbfae6309f6006114a228 | 9,110 | pas | Pascal | Digital_print_calculator/ofset.pas | delphi-pascal-archive/digital-print-calculator | 9c7eb2cea6155a316178fb29be04ed58cd725cc4 | [
"Unlicense"
] | null | null | null | Digital_print_calculator/ofset.pas | delphi-pascal-archive/digital-print-calculator | 9c7eb2cea6155a316178fb29be04ed58cd725cc4 | [
"Unlicense"
] | null | null | null | Digital_print_calculator/ofset.pas | delphi-pascal-archive/digital-print-calculator | 9c7eb2cea6155a316178fb29be04ed58cd725cc4 | [
"Unlicense"
] | null | null | null | unit ofset;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, StdCtrls, ComCtrls, Buttons, ExtCtrls, Mask, DBCtrls;
type
TForm4 = class(TForm)
TreeView1: TTreeView;
ComboBox2: TComboBox;
ComboBox4: TComboBox;
ComboBox3: TCombo... | 35.173745 | 105 | 0.640395 |
474a4a4a71253073530e67cfed86ed19935bde32 | 7,461 | pas | Pascal | ImageLib/ExifReader.pas | jarupxx/wisteria | de213234f2ac647b65c2da0cbeaab26d7a1bcf5e | [
"MIT"
] | 5 | 2018-09-18T01:59:24.000Z | 2021-07-21T19:11:10.000Z | ImageLib/ExifReader.pas | jarupxx/wisteria | de213234f2ac647b65c2da0cbeaab26d7a1bcf5e | [
"MIT"
] | 39 | 2018-05-20T23:26:08.000Z | 2020-04-09T13:47:22.000Z | ImageLib/ExifReader.pas | jarupxx/wisteria | de213234f2ac647b65c2da0cbeaab26d7a1bcf5e | [
"MIT"
] | 3 | 2018-06-01T13:41:40.000Z | 2020-03-14T11:19:22.000Z | unit ExifReader;
interface
uses
System.Classes, System.SysUtils, System.Math, Helpers;
function ExifDateTimeToDateTime(ExifDateTime: string): TDateTime;
function GetOriginalDateTime(FileName: string): AnsiString;
function GetModel(FileName: string): AnsiString;
function GetOrientation(FileName: string): ... | 26.838129 | 69 | 0.666667 |
47cd7965659f3b962d31ada6a135351512dff9d7 | 9,105 | pas | Pascal | src/MUIClass.Menu.pas | alb42/MUIClass | 4223b4f456b770d40f9542707705cd94af612cd9 | [
"Unlicense"
] | 3 | 2018-02-16T17:44:03.000Z | 2018-12-01T20:59:17.000Z | src/MUIClass.Menu.pas | alb42/MUIClass | 4223b4f456b770d40f9542707705cd94af612cd9 | [
"Unlicense"
] | null | null | null | src/MUIClass.Menu.pas | alb42/MUIClass | 4223b4f456b770d40f9542707705cd94af612cd9 | [
"Unlicense"
] | null | null | null | unit MUIClass.Menu;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fgl, Math,
Exec, Utility, AmigaDOS, Intuition, icon, mui, muihelper,
tagsparamshelper, MUIClass.Base;
{$M+}
type
// Usually it should look like this:
// TMUIApplication.MenuStrip -> TMUIMenuStrip -> TMUIMenu -> TMenuItem
// or
// ... | 26.163793 | 181 | 0.720373 |
c328fd9797d880296dde8dc46e4a17591158f71c | 5,943 | pas | Pascal | Other/tarfile.pas | bashkirtsevich/PasZLib | c04b1b05a37723c4a66a02f7a802774747ad864f | [
"Unlicense"
] | 4 | 2018-05-08T19:14:27.000Z | 2022-03-24T02:02:54.000Z | Other/tarfile.pas | bashkirtsevich/PasZLib | c04b1b05a37723c4a66a02f7a802774747ad864f | [
"Unlicense"
] | null | null | null | Other/tarfile.pas | bashkirtsevich/PasZLib | c04b1b05a37723c4a66a02f7a802774747ad864f | [
"Unlicense"
] | 2 | 2020-05-04T21:44:06.000Z | 2021-08-03T11:48:55.000Z | unit tarfile;
interface
uses classes, sysutils, math;
const EXP_FILENAME = 0;
EXP_SIZE = 1;
EXP_DATE = 2;
EXP_BODY = 3;
EXP_ERROR = 4;
EXP_EOF = 5;
SECSIZE = 512;
// SECSPERBLOCK = 120;
BUFSIZE = SECSIZE; // * SECSPERBLOCK;
type
TBuffer = Arra... | 25.397436 | 79 | 0.550227 |
c39e689781b8d60c563cbfeee741313b1d7dc63b | 9,796 | pas | Pascal | fpcdws/dwsSampling.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 4 | 2018-09-18T07:35:52.000Z | 2021-02-18T18:21:54.000Z | fpcdws/dwsSampling.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | null | null | null | fpcdws/dwsSampling.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 1 | 2020-10-30T07:24:05.000Z | 2020-10-30T07:24:05.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 complian... | 26.692098 | 92 | 0.595753 |
c30dc19373adda31e0dd156e7f2f9fad02cda962 | 8,718 | pas | Pascal | src/ljd.response.pas | gcarreno/lazJSONRPCData | ce7d7b4b3e8371e2dccadc9e40a2ef37b10c10a6 | [
"MIT"
] | 2 | 2021-05-20T15:45:22.000Z | 2021-05-21T07:34:02.000Z | src/ljd.response.pas | gcarreno/lazJSONRPCData | ce7d7b4b3e8371e2dccadc9e40a2ef37b10c10a6 | [
"MIT"
] | 9 | 2021-05-22T15:24:53.000Z | 2021-05-22T17:21:04.000Z | src/ljd.response.pas | gcarreno/lazJSONRPCData | ce7d7b4b3e8371e2dccadc9e40a2ef37b10c10a6 | [
"MIT"
] | 2 | 2021-05-23T18:54:23.000Z | 2022-02-12T23:49:06.000Z | { Implements Response Object
Copyright (c) 2021 Gustavo Carreno <guscarreno@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights... | 23.690217 | 108 | 0.723675 |
c3557e8d46fe505ef26fee854003202e3cccb393 | 86,788 | pas | Pascal | Source/dwsJSON.pas | gzwplato/DWScript-1 | 679f75a198c3d224fe8fcb2d8033123114a2d8e7 | [
"Condor-1.1"
] | 61 | 2016-03-04T13:19:28.000Z | 2021-12-24T06:53:41.000Z | Source/dwsJSON.pas | gzwplato/DWScript-1 | 679f75a198c3d224fe8fcb2d8033123114a2d8e7 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Source/dwsJSON.pas | CWBudde/DWScript | b84cb0afa4a24f2b99f32206f6bb4c74083d3d54 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.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 comp... | 26.4759 | 156 | 0.62451 |
c3b8b300f28a918bfabd024d0dbe74344bd06878 | 2,758 | pas | Pascal | lib/unDebugUnitInitOrder.pas | matheusd/DelphiProfileInit | 95f8511b4982c586c0f4e5db515cab92a4ed3dd1 | [
"Unlicense"
] | null | null | null | lib/unDebugUnitInitOrder.pas | matheusd/DelphiProfileInit | 95f8511b4982c586c0f4e5db515cab92a4ed3dd1 | [
"Unlicense"
] | null | null | null | lib/unDebugUnitInitOrder.pas | matheusd/DelphiProfileInit | 95f8511b4982c586c0f4e5db515cab92a4ed3dd1 | [
"Unlicense"
] | null | null | null | unit unDebugUnitInitOrder;
interface
uses
Windows, SysUtils, Classes, Forms, StrUtils, JclDebug;
procedure extractUnitOrder;
implementation
var
CtxPtr: PInitContext = nil; // Global var
Symbols: TStringList;
Segments: array of DWORD;
type
TUnitInitOrderExtractor = class(TObject)
publ... | 23.57265 | 97 | 0.680566 |
c3d010a4397a0182085f72ff2c95296ab2e8c347 | 13,173 | pas | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvPreviewDocument/MainFrm.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvPreviewDocument/MainFrm.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvPreviewDocument/MainFrm.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
Contributor(s):
You may retrieve the latest version of this file at the JEDI-JVCL
home page, located at http://jvcl.delphi-jedi.org
The contents of this f... | 26.451807 | 111 | 0.711759 |
47abb34c07299681da31cc04df66a9670d8751ec | 203,819 | pas | Pascal | samples/DiocpCoders/superobject.pas | Stoby/diocp-v5 | 7d10768e5deadba5fee3b330f3ea05e9913012a1 | [
"BSD-2-Clause"
] | 229 | 2015-02-25T14:32:37.000Z | 2022-03-29T13:54:06.000Z | samples/DiocpCoders/superobject.pas | Stoby/diocp-v5 | 7d10768e5deadba5fee3b330f3ea05e9913012a1 | [
"BSD-2-Clause"
] | 3 | 2016-12-30T15:08:57.000Z | 2019-08-15T02:06:11.000Z | samples/DiocpCoders/superobject.pas | Stoby/diocp-v5 | 7d10768e5deadba5fee3b330f3ea05e9913012a1 | [
"BSD-2-Clause"
] | 127 | 2015-02-23T16:29:52.000Z | 2022-02-23T01:10:31.000Z | (*
* Super Object Toolkit
*
* Usage allowed under the restrictions of the Lesser GNU General Public License
* or alternatively the restrictions of the Mozilla Public License 1.1
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, ... | 26.74439 | 174 | 0.568985 |
837e19788b9fce778d1e5b4f5da3860b293e5db4 | 6,407 | pas | Pascal | Demos/Camera/Views/CD.View.Camera.pas | jonahzheng/Kastri | d9550b8e09ca16a3eb7bcfe6737eddfd6dce465b | [
"MIT"
] | null | null | null | Demos/Camera/Views/CD.View.Camera.pas | jonahzheng/Kastri | d9550b8e09ca16a3eb7bcfe6737eddfd6dce465b | [
"MIT"
] | null | null | null | Demos/Camera/Views/CD.View.Camera.pas | jonahzheng/Kastri | d9550b8e09ca16a3eb7bcfe6737eddfd6dce465b | [
"MIT"
] | null | null | null | unit CD.View.Camera;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Layouts, FMX.TabControl, FMX.Controls.Presentation, FMX.StdCtrls, FMX.Objects,
DW.NativeImage, DW.Camera, DW.Types,
CD.... | 28.86036 | 148 | 0.753395 |
c376134ef6e1d28a84c3454e2c6c70ccf7524829 | 12,931 | pas | Pascal | source/cpp.utils.pas | atkins126/Delphi-OpenCV-Class | 6c788c24687155e1d9a895ca661d94de84dbb0d0 | [
"Apache-2.0"
] | 20 | 2021-10-30T22:27:54.000Z | 2022-03-29T16:10:18.000Z | source/cpp.utils.pas | atkins126/Delphi-OpenCV-Class | 6c788c24687155e1d9a895ca661d94de84dbb0d0 | [
"Apache-2.0"
] | 9 | 2021-11-23T15:00:46.000Z | 2022-03-31T10:25:42.000Z | source/cpp.utils.pas | atkins126/Delphi-OpenCV-Class | 6c788c24687155e1d9a895ca661d94de84dbb0d0 | [
"Apache-2.0"
] | 5 | 2021-11-06T00:03:13.000Z | 2022-03-04T16:21:24.000Z | (*
This file is part of Delphi-OpenCV-Class project.
https://github.com/Laex/Delphi-OpenCV-Class
It is subject to the license terms in the LICENSE file found in the top-level directory
of this distribution and at https://www.apache.org/licenses/LICENSE-2.0.txt
Copyright 2021, Laentir Valetov, laex@bk.ru
... | 24.170093 | 109 | 0.683242 |
c351ebe7cba4fafd94c77948ebc80efd058d8f9f | 544 | pas | Pascal | MinInLines.pas | igororeshin/Homeworks | 18f8737ba407d0eadf825be91c2d2c3b6978d075 | [
"Apache-2.0"
] | null | null | null | MinInLines.pas | igororeshin/Homeworks | 18f8737ba407d0eadf825be91c2d2c3b6978d075 | [
"Apache-2.0"
] | null | null | null | MinInLines.pas | igororeshin/Homeworks | 18f8737ba407d0eadf825be91c2d2c3b6978d075 | [
"Apache-2.0"
] | null | null | null | type
matrix = array [1..3, 1..3] of integer;
var a : matrix;
procedure read_matrix();
var i, j : integer;
begin
for i := 1 to 3 do
for j := 1 to 3 do
begin
readln(a[i,j]);
end;
end;
procedure min_element(a : matrix);
var i, j, min : integer;
begin
for i := 1 to 3 do
begin
... | 17 | 69 | 0.523897 |
c348c0169056b486304f10dced884f14e64e6da8 | 32,460 | pas | Pascal | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/Directx9/D3DEnumeration.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/Directx9/D3DEnumeration.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/Directx9/D3DEnumeration.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | (*----------------------------------------------------------------------------*
* DirectX 9 C++ common framework adaptation for Delphi by Alexey Barkovoy *
* E-Mail: clootie@reactor.ru *
* *
... | 35.592105 | 109 | 0.613278 |
c368016cf2a6ce330601a5b2ab9c34f2f6353abe | 183,658 | pas | Pascal | fpcdws/dwsComp.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 4 | 2018-09-18T07:35:52.000Z | 2021-02-18T18:21:54.000Z | fpcdws/dwsComp.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | null | null | null | fpcdws/dwsComp.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 1 | 2020-10-30T07:24:05.000Z | 2020-10-30T07:24:05.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 complian... | 28.553794 | 150 | 0.675086 |
fc6deea01195e71289ab1518eefc0f1a3a025d61 | 32,409 | pas | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/uSpell.pas | rjwinchester/VistA | 6ada05a153ff670adcb62e1c83e55044a2a0f254 | [
"Apache-2.0"
] | 72 | 2015-02-03T02:30:45.000Z | 2020-01-30T17:20:52.000Z | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/uSpell.pas | rjwinchester/VistA | 6ada05a153ff670adcb62e1c83e55044a2a0f254 | [
"Apache-2.0"
] | 80 | 2016-04-19T12:04:06.000Z | 2020-01-31T14:35:19.000Z | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/uSpell.pas | rjwinchester/VistA | 6ada05a153ff670adcb62e1c83e55044a2a0f254 | [
"Apache-2.0"
] | 67 | 2015-01-27T16:47:56.000Z | 2020-02-12T21:23:56.000Z | unit uSpell;
// Word settings need to be restored to origional settings!
{$O-}
{$DEFINE CPRS}
{$UNDEF CPRS}
interface
uses
Windows, Messages, SysUtils, Classes, Controls, Forms, ComObj, StdCtrls, ComCtrls,
rCore, ORFn, Word2000, Variants, clipbrd, ActiveX, Contnrs, PSAPI, ExtCtrls;
type
TSpellCheckAvailable =... | 31.102687 | 110 | 0.685396 |
47be5f5387a3487983a7ece1e7a43b5c2fc4f847 | 42,634 | pas | Pascal | src/xampp-control-panel/VersInfo.pas | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 4 | 2018-04-20T07:27:13.000Z | 2021-12-21T05:19:24.000Z | src/xampp-control-panel/VersInfo.pas | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 4 | 2020-06-22T12:31:31.000Z | 2021-05-11T15:32:59.000Z | src/xampp-control-panel/VersInfo.pas | mnikolop/Thesis_project_CyberDoc | 9a37fdd5a31de24cb902ee31ef19eb992faa1665 | [
"Apache-2.0"
] | 1 | 2019-11-24T08:43:35.000Z | 2019-11-24T08:43:35.000Z | (* **************************************************************************** *)
(* Delphi Free Stuff Include File. This file is used for all my components *)
(* to create some standard defines. This will help reduce headaches when new *)
(* versions of Delphi and C++Builder are released, among other things. *)
(* ... | 31.14244 | 149 | 0.714383 |
c375e6308909f4f984cbdf18ce28722b93f17899 | 2,189 | dpr | Pascal | src/convertxml.dpr | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/convertxml.dpr | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/convertxml.dpr | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | program convertxml;
{$APPTYPE CONSOLE}
uses
Windows,
ActiveX,
xmldoc,
xmldom,
xmlintf,
SysUtils,
TypInfo,
skills,
console,
dtypes,
fsys,
race,
area;
var
are : GArea;
room : GRoom;
Count, Loop: Integer;
List: PPropList;
prop : PPropInfo;
iterator : GIterator;
doc : TXMLDocument;
... | 19.544643 | 65 | 0.64413 |
fcf2a7eb48ece948056848d9afbc67ba663cb6ea | 1,059 | pas | Pascal | Add prefix or suffix to Name.pas | Zebrina/FO4EditScripts | 64a35e6ff3cb168f0cacd011af0e5b8b0cd259e7 | [
"MIT"
] | 4 | 2017-11-27T23:32:43.000Z | 2020-06-20T10:53:39.000Z | Add prefix or suffix to Name.pas | Zebrina/FO4EditScripts | 64a35e6ff3cb168f0cacd011af0e5b8b0cd259e7 | [
"MIT"
] | null | null | null | Add prefix or suffix to Name.pas | Zebrina/FO4EditScripts | 64a35e6ff3cb168f0cacd011af0e5b8b0cd259e7 | [
"MIT"
] | 1 | 2020-05-12T16:20:24.000Z | 2020-05-12T16:20:24.000Z | {
Just like 'Add prefix or suffix to Editor ID.pas' but with FULL - Name.
}
unit UserScript;
var
DoPrepend: boolean;
s: string;
function Initialize: integer;
var
i: integer;
begin
Result := 0;
// ask for prefix or suffix mode
i := MessageDlg('Prepend [YES] or append [NO] to Editor ID?', mtConfirmation, ... | 22.0625 | 108 | 0.653447 |
47cda0f4e05a3c4d053bf94531d3cfe7612ecd88 | 1,535 | pas | Pascal | samples/a8/graph/lines.pas | zbyti/Mad-Pascal | 546cae9724828f93047080109488be7d0d07d47e | [
"MIT"
] | 1 | 2021-12-15T23:47:19.000Z | 2021-12-15T23:47:19.000Z | samples/a8/graph/lines.pas | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null | samples/a8/graph/lines.pas | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null | // 2829
uses crt, fastgraph;
const maxLines =16;
maxDrawLines =500;
type LineDescr = array [0..3] of smallint;
var Ball,
Vel,
max : LineDescr;
Lines : array [0..maxLines, 0..3] of smallint;
t : smallint;
count: word;
i, new, old:... | 17.643678 | 75 | 0.477524 |
fc30853c90d5f6b4214b83e37d78241b6c2aaceb | 11,189 | pas | Pascal | EvilWorks.Vcl.ConsoleIO.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Vcl.ConsoleIO.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Vcl.ConsoleIO.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | unit EvilWorks.Vcl.ConsoleIO;
interface
uses
WinApi.Windows,
WinApi.Messages,
System.Classes,
System.SysUtils,
Vcl.Forms;
const
MIO_OFFSET = $1911;
MIO_RECEIVE_OUTPUT = WM_USER + MIO_OFFSET + 0;
MIO_RECEIVE_ERROR = WM_USER + MIO_OFFSET + 1;
MIO_ERROR = WM_USER + MIO_O... | 28.113065 | 117 | 0.729645 |
83df0f6d789bd9b0a454464a9058080b08b0dfb3 | 90,509 | pas | Pascal | Lego/bricxcc/bricktools/backup/FantomSpirit.pas | jodosh/Personal | 92c943b95d3a07789d5f24faf60d4708040e22cb | [
"MIT"
] | null | null | null | Lego/bricxcc/bricktools/backup/FantomSpirit.pas | jodosh/Personal | 92c943b95d3a07789d5f24faf60d4708040e22cb | [
"MIT"
] | 1 | 2017-09-18T14:15:00.000Z | 2017-09-18T14:15:00.000Z | Lego/bricxcc/bricktools/backup/FantomSpirit.pas | jodosh/Personal | 92c943b95d3a07789d5f24faf60d4708040e22cb | [
"MIT"
] | null | null | null | unit FantomSpirit;
interface
uses
Classes, SysUtils, rcx_cmd, uSpirit;
type
TFantomSpirit = class(TBrickComm)
private
fResPort : string;
fNXTHandle : Cardinal;
fResourceNames : TStrings;
// fNXTFileHandle : Cardinal;
// fNXTFileIteratorHandle : Cardinal;
dcResponse : array ... | 29.395583 | 123 | 0.657227 |
c307f9e423baca6b127fa4bb8c5784f0217def69 | 6,492 | pas | Pascal | CrossRoads_DelphiVER280_Port/CrossRoads/Project/fmSprint.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/fmSprint.pas | VincentGsell/CrossRoads | a620deae75ee6b0ef1dd597810de1408d61efe8e | [
"Apache-2.0"
] | null | null | null | CrossRoads_DelphiVER280_Port/CrossRoads/Project/fmSprint.pas | VincentGsell/CrossRoads | a620deae75ee6b0ef1dd597810de1408d61efe8e | [
"Apache-2.0"
] | null | null | null | unit fmSprint;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.Objects, FMX.Layouts,
unStructure, unGlobal;
type
TfrmSprint = class(TForm)
layBody: TLayout;
rectCalBody: TRectangle;
re... | 28.473684 | 96 | 0.692391 |
47496f43d76169ddc718bb341eb1178618af8a8d | 157,753 | pas | Pascal | mORMot/SynBidirSock.pas | LongDirtyAnimAlf/AsphyrePXL | 9151ff88eca1fa01dce083b09e7ea20076f6d334 | [
"Apache-2.0"
] | 4 | 2020-04-24T07:43:43.000Z | 2021-08-29T08:36:08.000Z | mORMot/SynBidirSock.pas | LongDirtyAnimAlf/AsphyrePXL | 9151ff88eca1fa01dce083b09e7ea20076f6d334 | [
"Apache-2.0"
] | null | null | null | mORMot/SynBidirSock.pas | LongDirtyAnimAlf/AsphyrePXL | 9151ff88eca1fa01dce083b09e7ea20076f6d334 | [
"Apache-2.0"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | /// implements bidirectional client and server protocol, e.g. WebSockets
// - this unit is a part of the freeware Synopse mORMot framework,
// licensed under a MPL/GPL/LGPL tri-license; version 1.18
unit SynBidirSock;
{
This file is part of the Synopse framework.
Synopse framework. Copyright (C) 2020 Arnaud B... | 37.83953 | 116 | 0.73127 |
c361e24a10534e954b5aadda811a1b56d66d4653 | 967 | pas | Pascal | 81-PieChart/Unit1.pas | FMXExpress/Cross-Platform-Samples | d6b761b81a6521652db814b0c1e65263dff4f694 | [
"BSD-3-Clause"
] | 140 | 2019-08-07T23:22:44.000Z | 2022-02-23T18:27:51.000Z | 81-PieChart/Unit1.pas | azrael11/Cross-Platform-Samples | f2c16ae3ae23d1ecca00110af1571313eb4e4c51 | [
"BSD-3-Clause"
] | 1 | 2020-06-08T11:23:04.000Z | 2020-06-08T11:23:04.000Z | 81-PieChart/Unit1.pas | azrael11/Cross-Platform-Samples | f2c16ae3ae23d1ecca00110af1571313eb4e4c51 | [
"BSD-3-Clause"
] | 54 | 2019-08-09T21:37:51.000Z | 2022-03-13T12:13:16.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, FMXTee.Engine,
FMXTee.Series, FMXTee.Procs, FMXTee.Chart, FMX.StdCtrls, FMX.Effects,
FMX.Controls.Presentation;
type
TForm1 = class(TForm... | 21.488889 | 81 | 0.703206 |
c326f41567767d09122a4349e032d98a49879a83 | 1,663 | pas | Pascal | Source/DB/AqDrop.DB.SQLite.pas | AquasoftTI/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 39 | 2017-05-12T17:37:01.000Z | 2021-04-05T17:51:28.000Z | Source/DB/AqDrop.DB.SQLite.pas | juliomar/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 1 | 2020-11-12T02:50:23.000Z | 2020-11-12T02:50:23.000Z | Source/DB/AqDrop.DB.SQLite.pas | juliomar/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 14 | 2017-05-12T17:37:06.000Z | 2021-01-29T21:43:03.000Z | unit AqDrop.DB.SQLite;
interface
uses
AqDrop.DB.SQL.Intf,
AqDrop.DB.Adapter;
type
TAqDBSQLiteSQLSolver = class(TAqDBSQLSolver)
strict protected
function SolveLimit(pSelect: IAqDBSQLSelect): string; override;
function SolveOffset(pSelect: IAqDBSQLSelect): string; override;
function So... | 24.101449 | 96 | 0.727601 |
c38977aae8bc31eab25952c84e02dff0cf553cd4 | 47,133 | pas | Pascal | dependencies/jcl/JclPreProcessorParser.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | dependencies/jcl/JclPreProcessorParser.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | dependencies/jcl/JclPreProcessorParser.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | { **************************************************************************** }
{ }
{ Pascal PreProcessor Parser }
{ Copyright (c) 2001 Barry Kelly. ... | 29.736909 | 127 | 0.605054 |
c3c6e6f79457d4e4126f7aaeadf726f35a9f1177 | 3,893 | pas | Pascal | windows/src/engine/kmcomapi/util/utilkeymancontrol.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/engine/kmcomapi/util/utilkeymancontrol.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/engine/kmcomapi/util/utilkeymancontrol.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | (*
Name: utilkeymancontrol
Copyright: Copyright (C) SIL International.
Documentation:
Description:
Create Date: 20 Jun 2006
Modified Date: 25 Oct 2016
Authors: mcdurdin
Related Files:
Dependencies:
Bugs:
Todo:
Not... | 31.144 | 193 | 0.693296 |
6a52cf381090ae5d2f69331418199405d090b322 | 2,368 | pas | Pascal | transformer/FHIR.Transformer.ExceptionHandlerDlg.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | transformer/FHIR.Transformer.ExceptionHandlerDlg.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | transformer/FHIR.Transformer.ExceptionHandlerDlg.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | unit FHIR.Transformer.ExceptionHandlerDlg;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
... | 33.828571 | 98 | 0.754645 |
c3b0f60a520af8cc299b005f8a2b5f4c20090c04 | 6,528 | pas | Pascal | LoggerFormUnit.pas | mickyvac/fc-measure | 0b6db36af01f25479a956138cfceddd02a88d14d | [
"MIT"
] | null | null | null | LoggerFormUnit.pas | mickyvac/fc-measure | 0b6db36af01f25479a956138cfceddd02a88d14d | [
"MIT"
] | null | null | null | LoggerFormUnit.pas | mickyvac/fc-measure | 0b6db36af01f25479a956138cfceddd02a88d14d | [
"MIT"
] | null | null | null | unit LoggerFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, ExtCtrls,
Logger, FormGlobalConfig;
type
TLoggerForm = class(TForm)
PCLog: TPageControl;
TabProjectLog: TTabSheet;
TabWarningLog: TTabSheet;
... | 26.007968 | 134 | 0.700521 |
c3621cce52cded3c495710444bada21cb6bef08a | 10,182 | pas | Pascal | Native/Delphi/bo.Excel/ExcelUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/bo.Excel/ExcelUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/bo.Excel/ExcelUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | unit ExcelUnit;
interface
uses
ExcelXmlUnit,
XMLIntf;
const
CSpace = ' ';
SDateTime = 'DateTime';
Excel2003_Workbook_DocumentProperties_Version = '11.9999';
type
TIso8601 = class(TObject)
public
class function DateTimeFromIso8601(const Value: string): TDateTime; static;
class ... | 32.73955 | 142 | 0.715478 |
c3c4055f81eb20776fdd4ea5c2faebfa00220d5f | 424 | dfm | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/examples/RALib/RaInterpreter/samples/TextDFM.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/restructured/examples/RALib/RaInterpreter/samples/TextDFM.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/restructured/examples/RALib/RaInterpreter/samples/TextDFM.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object Form1: TForm1
Left = 150
Top = 69
Width = 220
Height = 156
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Labe... | 17.666667 | 32 | 0.634434 |
fc36723e17bb830526ce9b0ffc02d36979458416 | 2,295 | dfm | Pascal | SRC/Globals/KysyUnit.dfm | nola19842020/nola | a8058aaa8bde700ea56f3a3cb057e93baf8df214 | [
"BSD-3-Clause"
] | null | null | null | SRC/Globals/KysyUnit.dfm | nola19842020/nola | a8058aaa8bde700ea56f3a3cb057e93baf8df214 | [
"BSD-3-Clause"
] | null | null | null | SRC/Globals/KysyUnit.dfm | nola19842020/nola | a8058aaa8bde700ea56f3a3cb057e93baf8df214 | [
"BSD-3-Clause"
] | null | null | null | object KysyFrm: TKysyFrm
Left = 564
Top = 417
Caption = 'KysyFrm'
ClientHeight = 73
ClientWidth = 445
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnKeyDown = FormKey... | 22.722772 | 101 | 0.55512 |
c3b2558c9df6d577709b507c997b553334ea4236 | 3,629 | dfm | Pascal | VisaoControle/UFrmPesquisa.dfm | helnatanbp/general-control | 25e50cf7eac217f02ac9986161ac90dd2673c473 | [
"MIT"
] | null | null | null | VisaoControle/UFrmPesquisa.dfm | helnatanbp/general-control | 25e50cf7eac217f02ac9986161ac90dd2673c473 | [
"MIT"
] | null | null | null | VisaoControle/UFrmPesquisa.dfm | helnatanbp/general-control | 25e50cf7eac217f02ac9986161ac90dd2673c473 | [
"MIT"
] | null | null | null | object frmPesquisa: TfrmPesquisa
Left = 226
Top = 187
ActiveControl = cbOpcoes
Caption = 'Pesquisa'
ClientHeight = 461
ClientWidth = 764
Color = clSilver
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCr... | 22.401235 | 131 | 0.600441 |
c3b6748bb7c9b1c205ddd077cd251b29a93c0e83 | 1,096 | dpr | Pascal | Demos/02.ContentTypes/DemoContentTypes.dpr | eStreamSoftware/WiRL | 4bd105af425c65797791480426dffe6bc4e0d73b | [
"Apache-2.0"
] | 1 | 2020-01-16T02:33:22.000Z | 2020-01-16T02:33:22.000Z | Demos/02.ContentTypes/DemoContentTypes.dpr | eStreamSoftware/WiRL | 4bd105af425c65797791480426dffe6bc4e0d73b | [
"Apache-2.0"
] | null | null | null | Demos/02.ContentTypes/DemoContentTypes.dpr | eStreamSoftware/WiRL | 4bd105af425c65797791480426dffe6bc4e0d73b | [
"Apache-2.0"
] | null | null | null | {******************************************************************************}
{ }
{ WiRL: RESTful Library for Delphi }
{ ... | 42.153846 | 81 | 0.311131 |
fce040c4e0ebab714d4eaaf5650428ecefa46e6d | 5,099 | pas | Pascal | math/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | math/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | math/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Hi, to All:
...While recently "tuning up" one of my Programs I'm currently
working on, I ran a little test to Compare the perfomance
of the different versions of Turbo Pascal from 5.0 through
to 7.0. The results were quite suprizing, and I thought I'd
share this With you guys/gals.
Here... | 28.327778 | 73 | 0.452442 |
c3a614f4892b8cd7761caedcad45aedceb4ea3ca | 1,784 | pas | Pascal | Server/FHIR.Server.AccessControl.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.AccessControl.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.AccessControl.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | unit FHIR.Server.AccessControl;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of... | 37.166667 | 97 | 0.797646 |
836e3423ae2b34590c1d046e5854a53add71e65b | 104,325 | dfm | Pascal | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Femea/UfqrZoo_FichaFemea2.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/Zoo/BancoDados/Femea/UfqrZoo_FichaFemea2.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | null | null | null | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Femea/UfqrZoo_FichaFemea2.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 3 | 2020-02-17T18:01:52.000Z | 2020-05-07T07:51:28.000Z | inherited fqrZoo_FichaFemea: TfqrZoo_FichaFemea
Left = 762
Top = 48
Caption = 'fqrZoo_FichaFemea'
ClientHeight = 1053
ExplicitTop = -374
ExplicitHeight = 1092
PixelsPerInch = 96
TextHeight = 13
inherited QuickRep: TQuickRep
Left = 0
DataSet = cdsMaster
Functions.DATA = (
'0'
'0... | 26.579618 | 95 | 0.551162 |
c36dfae1b36ef2db4f0dae9ef8b548f131e9e4a4 | 2,120 | pas | Pascal | src/RayTracer.PAS.Console/Geometry.Methods.pas | LucasHamera/raytracer.pas | 08e52957d927e0e651e0fb8b3559bba37c4b49ec | [
"MIT"
] | 2 | 2020-07-16T16:31:34.000Z | 2020-07-16T17:13:47.000Z | src/RayTracer.PAS.Console/Geometry.Methods.pas | LucasHamera/raytracer.pas | 08e52957d927e0e651e0fb8b3559bba37c4b49ec | [
"MIT"
] | 2 | 2020-07-14T22:49:41.000Z | 2020-07-14T22:49:58.000Z | src/RayTracer.PAS.Console/Geometry.Methods.pas | LucasHamera/raytracer.pas | 08e52957d927e0e651e0fb8b3559bba37c4b49ec | [
"MIT"
] | null | null | null | unit Geometry.Methods;
interface
uses
Geometry.Types;
function Sqrt(const lVar: TReal): TReal;
function Pow(const lBase: TReal; lExp: Integer): TReal;
function Floor(const lVal: TReal): TReal;
function Clamp(const lVal: TReal; const lMin: TReal; const lMax: TReal): TReal;
function Dot(const lLeft, lRig... | 18.928571 | 83 | 0.659434 |
fc1266ac00037755c0bee8546f3fcdaec6e1c764 | 347 | dfm | Pascal | datamodu.dfm | embedix/stag-pcapp | 3fed400fb80cce0f5d766d4edd7931b6f7191621 | [
"MIT"
] | null | null | null | datamodu.dfm | embedix/stag-pcapp | 3fed400fb80cce0f5d766d4edd7931b6f7191621 | [
"MIT"
] | null | null | null | datamodu.dfm | embedix/stag-pcapp | 3fed400fb80cce0f5d766d4edd7931b6f7191621 | [
"MIT"
] | null | null | null | object DataMod: TDataMod
OldCreateOrder = False
Left = 192
Top = 107
Height = 153
Width = 176
object XML: TIcXMLParser
StandardXML = False
ValidateDocument = False
Version = '0.0.0.0'
FormatedOutput = True
RetrieveInternetURI = True
DefaultEncoding = UTF_8
Left = 40
... | 19.277778 | 31 | 0.62536 |
836fc98c4ab19c0b96dcb7e72e6545c631488330 | 1,992 | dfm | Pascal | MainForm.dfm | MHumm/ClassTree | f8aac50735afe03cd996c7b9bf662de195e689d7 | [
"Apache-2.0"
] | 7 | 2021-07-17T11:02:11.000Z | 2021-12-01T18:15:57.000Z | MainForm.dfm | MHumm/ClassTree | f8aac50735afe03cd996c7b9bf662de195e689d7 | [
"Apache-2.0"
] | 1 | 2021-07-17T19:19:12.000Z | 2021-07-18T08:49:48.000Z | MainForm.dfm | MHumm/ClassTree | f8aac50735afe03cd996c7b9bf662de195e689d7 | [
"Apache-2.0"
] | 3 | 2021-07-19T06:58:50.000Z | 2021-12-01T18:15:58.000Z | object Form1: TForm1
Left = 0
Top = 0
Caption = 'Class tree generator'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
PixelsPerInch = 96
TextHeight = 15
object ToolBar1: ... | 21.652174 | 42 | 0.580823 |
f1af255f440d62eda079599476ab8dd7e650df29 | 70,729 | pas | Pascal | Source/SfmlAudio.pas | Mozzg/PasSFML | e39079c5432c22990707992cf0b2c685a413a427 | [
"Zlib"
] | 56 | 2015-04-28T10:12:24.000Z | 2022-03-07T08:32:48.000Z | Source/SfmlAudio.pas | Mozzg/PasSFML | e39079c5432c22990707992cf0b2c685a413a427 | [
"Zlib"
] | 10 | 2015-06-28T20:16:17.000Z | 2021-08-12T10:11:38.000Z | Source/SfmlAudio.pas | Mozzg/PasSFML | e39079c5432c22990707992cf0b2c685a413a427 | [
"Zlib"
] | 18 | 2015-05-06T14:05:55.000Z | 2022-03-23T00:01:32.000Z | unit SfmlAudio;
////////////////////////////////////////////////////////////////////////////////
//
// PasSFML - Simple and Fast Multimedia Library for Pascal
// Copyright (C) 2015-2017 Christian-W. Budde (Christian@pcjv.de)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no eve... | 47.628956 | 267 | 0.81743 |
f1b2b0c308ba19b6218aa95667b5a6d1a3213e09 | 340 | pas | Pascal | Library/Prerequisites/Lazarus/Generics.Collections/generics_collections.pas | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | 3 | 2019-10-23T13:42:42.000Z | 2021-02-13T08:15:15.000Z | Library/Prerequisites/Lazarus/Generics.Collections/generics_collections.pas | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | null | null | null | Library/Prerequisites/Lazarus/Generics.Collections/generics_collections.pas | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | 3 | 2018-06-17T15:35:57.000Z | 2021-02-15T15:24:11.000Z | { This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit generics_collections;
interface
uses
Generics.Collections, Generics.Defaults, Generics.Hashes,
Generics.Helpers, Generics.MemoryExpanders, Generics.Strings;
impl... | 21.25 | 66 | 0.747059 |
c3c2f9533a87486bca8a74a6e08e0bd46a3489a3 | 70,347 | dfm | Pascal | Delphi/Unit1.dfm | ReneFGJr/pGDP | 0a2e360c6ca2b15d3c1f168b9e9bd496c299cbb0 | [
"MIT"
] | null | null | null | Delphi/Unit1.dfm | ReneFGJr/pGDP | 0a2e360c6ca2b15d3c1f168b9e9bd496c299cbb0 | [
"MIT"
] | null | null | null | Delphi/Unit1.dfm | ReneFGJr/pGDP | 0a2e360c6ca2b15d3c1f168b9e9bd496c299cbb0 | [
"MIT"
] | null | null | null | object Form1: TForm1
Left = 218
Top = 147
Width = 1284
Height = 838
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Ferramentas PGD'
Color = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Segoe UI Light'
Font.Style = []
OldCreateOrder = Fal... | 60.331904 | 76 | 0.794049 |
c3ad2fe403aab992a3c7508492e1d412a580934a | 222 | pas | Pascal | ALG-1/lista_03/ex_52/media_n.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_03/ex_52/media_n.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_03/ex_52/media_n.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | program media;
var n,soma,i,q:longint;
begin
read(q);
i:=0;
soma:= 0;
while i<q do
begin
read(n);
soma:= n + soma;
i:=i+1;
end;
writeln(trunc(soma/q));
end.
| 12.333333 | 35 | 0.45045 |
fc47fa6e699d19c9d0143caa6ed63518c74745d6 | 47,143 | dfm | Pascal | Server/Unit1.dfm | ismailnguyen/Tchat | 7d5e96c046e8172890c31a766dd13f4ccc50f4bc | [
"Unlicense"
] | null | null | null | Server/Unit1.dfm | ismailnguyen/Tchat | 7d5e96c046e8172890c31a766dd13f4ccc50f4bc | [
"Unlicense"
] | null | null | null | Server/Unit1.dfm | ismailnguyen/Tchat | 7d5e96c046e8172890c31a766dd13f4ccc50f4bc | [
"Unlicense"
] | null | null | null | object Form1: TForm1
Left = 1225
Top = 128
Width = 177
Height = 75
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
Pix... | 67.734195 | 70 | 0.896867 |
47fabf52de9e0aad54022425c7f00a847066e196 | 192 | pas | Pascal | Program2.pas | rt69/test | f15e3f2db32353b3b42d8f769f9f485f6738c0c8 | [
"MIT"
] | null | null | null | Program2.pas | rt69/test | f15e3f2db32353b3b42d8f769f9f485f6738c0c8 | [
"MIT"
] | null | null | null | Program2.pas | rt69/test | f15e3f2db32353b3b42d8f769f9f485f6738c0c8 | [
"MIT"
] | null | null | null | program awesomeprogram;
var i,h:integer;
begin
write('write h: ');
readln(h);
//cycle from 1 to h
for i:= 1 to h do //
begin
write('hello world ');
writeln(i);
end;
end. | 12.8 | 26 | 0.588542 |
fcdd08fcd050cc5314042976bb466b72e994454e | 906 | pas | Pascal | sources/uBox.pas | devapromix-roguelikes/troll-hunter | c54ef35d4c8654f29bfcb9c8e1c9365cef5928af | [
"MIT"
] | 29 | 2017-05-04T21:34:18.000Z | 2021-09-21T23:42:16.000Z | sources/uBox.pas | devapromix-roguelikes/troll-hunter | c54ef35d4c8654f29bfcb9c8e1c9365cef5928af | [
"MIT"
] | 7 | 2017-08-22T15:34:45.000Z | 2018-07-07T11:36:55.000Z | sources/uBox.pas | devapromix-roguelikes/troll-hunter | c54ef35d4c8654f29bfcb9c8e1c9365cef5928af | [
"MIT"
] | 6 | 2017-11-06T19:42:29.000Z | 2021-08-15T22:36:17.000Z | unit uBox;
interface
uses Windows, SysUtils;
procedure Box(); overload;
procedure Box(const BoxStrMessage: string); overload;
procedure Box(const BoxIntMessage: Integer); overload;
procedure Box(const BoxBoolMessage: Boolean); overload;
procedure Box(const BoxStrMessage, Title: string); overload;
implementation
pr... | 22.097561 | 65 | 0.760486 |
f13de2833c307dbc5f0f6a7044e06702fc67593e | 349 | pas | Pascal | Projeto.Principal.pas | FranlleyGomes/TesteUnitario | d413bb709a4b746c687ae44711e05ea2f6de8cdd | [
"MIT"
] | null | null | null | Projeto.Principal.pas | FranlleyGomes/TesteUnitario | d413bb709a4b746c687ae44711e05ea2f6de8cdd | [
"MIT"
] | null | null | null | Projeto.Principal.pas | FranlleyGomes/TesteUnitario | d413bb709a4b746c687ae44711e05ea2f6de8cdd | [
"MIT"
] | null | null | null | unit Projeto.Principal;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
impl... | 13.96 | 98 | 0.713467 |
c3c365b7052eb6bc6a146d6ff3fad6276b2b4e46 | 233 | dpr | Pascal | ScrollDemo.dpr | Pasquina/FMXVertScrollBoxEtude | ee27879ce59d33ca94b23f4100a29adb293e2e11 | [
"Apache-2.0"
] | 15 | 2016-08-14T11:49:10.000Z | 2022-01-28T07:59:28.000Z | ScrollDemo.dpr | Pasquina/FMXVertScrollBoxEtude | ee27879ce59d33ca94b23f4100a29adb293e2e11 | [
"Apache-2.0"
] | null | null | null | ScrollDemo.dpr | Pasquina/FMXVertScrollBoxEtude | ee27879ce59d33ca94b23f4100a29adb293e2e11 | [
"Apache-2.0"
] | 6 | 2017-03-31T21:32:36.000Z | 2021-11-23T21:26:05.000Z | program ScrollDemo;
uses
System.StartUpCopy,
FMX.Forms,
pScrollDemo in 'pScrollDemo.pas' {fScrollDemo};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfScrollDemo, fScrollDemo);
Application.Run;
end.
| 15.533333 | 52 | 0.751073 |
c35541058f2fe6e50aa09de1a4dcfa5dc8849f9a | 414 | dpr | Pascal | Demos/RealtimeMoveDemo/RealtimeMoveDemo.dpr | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | 1 | 2020-10-17T04:44:02.000Z | 2020-10-17T04:44:02.000Z | Demos/RealtimeMoveDemo/RealtimeMoveDemo.dpr | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | null | null | null | Demos/RealtimeMoveDemo/RealtimeMoveDemo.dpr | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | 1 | 2020-09-12T09:54:47.000Z | 2020-09-12T09:54:47.000Z | program RealtimeMoveDemo;
uses
Vcl.Forms,
fClient in 'fClient.pas' {Form5},
demoservice.Client in 'demoservice.Client.pas',
Ultraware.Grpc.Client in '..\..\gRPC\Ultraware.Grpc.Client.pas',
demoservice.Proto in 'demoservice.Proto.pas';
{$R *.res}
begin
Application.Initialize;
Application.Ma... | 23 | 67 | 0.707729 |
c3d00dd262f26f4dfbe31e273b874decfe60ebb4 | 19,539 | pas | Pascal | Delphi/Clipper2Lib/Clipper.Offset.pas | AngusJohnson/Clipper2 | 9d7a666ccb400762621a2b17be7dbd31a339878d | [
"BSL-1.0"
] | 30 | 2022-02-25T08:44:43.000Z | 2022-03-31T21:40:32.000Z | Delphi/Clipper2Lib/Clipper.Offset.pas | AngusJohnson/Clipper2 | 9d7a666ccb400762621a2b17be7dbd31a339878d | [
"BSL-1.0"
] | 7 | 2022-03-02T15:27:15.000Z | 2022-03-31T22:47:30.000Z | Delphi/Clipper2Lib/Clipper.Offset.pas | AngusJohnson/Clipper2 | 9d7a666ccb400762621a2b17be7dbd31a339878d | [
"BSL-1.0"
] | 8 | 2022-02-25T08:58:00.000Z | 2022-03-26T20:03:15.000Z | unit Clipper.Offset;
(*******************************************************************************
* Author : Angus Johnson *
* Version : 10.0 (beta) - aka Clipper2 *
* Date : 14 June 2022 ... | 29.426205 | 81 | 0.562772 |
c3cc5867a5d3ccd44fe3237d3ee475102e3609fe | 6,089 | pas | Pascal | explore/Invers, Brigtness, Quantitation/utama.pas | ukayaj620/learn-image-processing | 4f68636db5f7007fa8172a4b0f85cacc2534e1c4 | [
"Apache-2.0"
] | 1 | 2020-11-11T17:35:32.000Z | 2020-11-11T17:35:32.000Z | explore/Invers, Brigtness, Quantitation/utama.pas | ukayaj620/learn-image-processing | 4f68636db5f7007fa8172a4b0f85cacc2534e1c4 | [
"Apache-2.0"
] | null | null | null | explore/Invers, Brigtness, Quantitation/utama.pas | ukayaj620/learn-image-processing | 4f68636db5f7007fa8172a4b0f85cacc2534e1c4 | [
"Apache-2.0"
] | 2 | 2020-11-18T15:59:34.000Z | 2021-12-14T11:28:05.000Z | unit utama;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls,
ExtDlgs, ComCtrls;
type
{ TFormUtama }
TFormUtama = class(TForm)
ButtonColorInvers: TButton;
ButtonGrayInvers: TButton;
ButtonBinary: TButton;
ButtonSave: TButton;
... | 23.600775 | 93 | 0.651338 |
47847fa7b581981deb2460dfdb5d1c7b7360c5a9 | 2,665 | pas | Pascal | gitlogparser.pas | skalogryz/gittools | 4e8b3097c735ab8f0ff0657d227b0abd0bd8964d | [
"MIT"
] | 5 | 2022-02-16T06:57:53.000Z | 2022-02-16T13:47:21.000Z | gitlogparser.pas | skalogryz/gittools | 4e8b3097c735ab8f0ff0657d227b0abd0bd8964d | [
"MIT"
] | null | null | null | gitlogparser.pas | skalogryz/gittools | 4e8b3097c735ab8f0ff0657d227b0abd0bd8964d | [
"MIT"
] | null | null | null | unit gitlogparser;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, gitscanutils;
type
// see GitLog pretty formats https://git-scm.com/docs/pretty-formats
TGitLogEntry = (
gleCommit // always starts a new hash
,gleInfo
,gleGitAttr
,gleTitleStart
,gleTitle
,gle... | 22.024793 | 80 | 0.549343 |
fcca1de14fec011b40613a8464d09cf03beb9966 | 655 | pas | Pascal | sorting/0004.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | sorting/0004.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | sorting/0004.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
> Does anyone know of a routine or code that would allow For a
> alphabetical sort?
Depends on what Type of sorting you want to do- For a very small list, a
simple BubbleSort will suffice.
}
Const
max = 50;
Var
i,j:Integer;
a : Array[1..max] of String;
temp : String;
begin
For i := 1 to 50 do... | 21.129032 | 73 | 0.584733 |
c3e1af4ebeea15581946118133ef6824febdb753 | 6,380 | pas | Pascal | Client/fProcessBaseOperationFieldEditFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fProcessBaseOperationFieldEditFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fProcessBaseOperationFieldEditFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit fProcessBaseOperationFieldEditFrame;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, fTreeOnlyNodeFieldEditFrame, DB, AbmesFields, DBClient,
AbmesClientDataSet, ActnList, ComCtrls, ToolWin, Buttons, JvExMask,
JvToolEdit, JvDBControls, StdCtrls, ... | 35.842697 | 109 | 0.797335 |
fcdef161bb56e389bb58dc8fe10863fab2ef6777 | 238 | dpr | Pascal | student_rooster_p.dpr | HendrikPrinsZA/uni-student-lecture-timetable-scheduler | 1996eb8e72587758ab881683be9728f2b72f058a | [
"MIT"
] | null | null | null | student_rooster_p.dpr | HendrikPrinsZA/uni-student-lecture-timetable-scheduler | 1996eb8e72587758ab881683be9728f2b72f058a | [
"MIT"
] | null | null | null | student_rooster_p.dpr | HendrikPrinsZA/uni-student-lecture-timetable-scheduler | 1996eb8e72587758ab881683be9728f2b72f058a | [
"MIT"
] | 1 | 2021-12-15T11:29:12.000Z | 2021-12-15T11:29:12.000Z | program student_rooster_p;
uses
Forms,
student_rooster_u in 'student_rooster_u.pas' {Form1},
module_u in 'module_u.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 15.866667 | 55 | 0.743697 |
f1d7aef134c13b93e1f87e77d0ee4e0c0a025c71 | 1,505 | pas | Pascal | CryptoLib/src/Interfaces/ClpIDsaKeyParameters.pas | MarkG55/CryptoLib4Pascal | 740f1e7ac86ac9cf009a8010d4384368e7abe6fb | [
"MIT"
] | 148 | 2018-02-08T23:36:43.000Z | 2022-03-16T01:33:20.000Z | CryptoLib/src/Interfaces/ClpIDsaKeyParameters.pas | tondrej/CryptoLib4Pascal | 33a540094aa24d22d84d502319e4d01f7c3e8163 | [
"MIT"
] | 28 | 2018-08-09T04:14:18.000Z | 2022-03-31T05:23:51.000Z | CryptoLib/src/Interfaces/ClpIDsaKeyParameters.pas | tondrej/CryptoLib4Pascal | 33a540094aa24d22d84d502319e4d01f7c3e8163 | [
"MIT"
] | 46 | 2018-03-18T17:25:59.000Z | 2022-02-07T16:52:15.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 35.833333 | 87 | 0.425914 |
c3d112fca0a35cb3cf8d8ed3ef4fae283d336640 | 954 | pas | Pascal | Tests/MainFormU.pas | ronaldhoek/SOAPStuff | 898acc163c83aa1b5f63f7bc5c7404ace0391330 | [
"MIT"
] | 1 | 2022-03-14T18:14:07.000Z | 2022-03-14T18:14:07.000Z | Tests/MainFormU.pas | ronaldhoek/SOAPStuff | 898acc163c83aa1b5f63f7bc5c7404ace0391330 | [
"MIT"
] | null | null | null | Tests/MainFormU.pas | ronaldhoek/SOAPStuff | 898acc163c83aa1b5f63f7bc5c7404ace0391330 | [
"MIT"
] | null | null | null | unit MainFormU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
mmResult: TMemo;
rgTests: TRadioGroup;
procedure FormCre... | 18 | 84 | 0.72327 |
c324e78fa6dcaa0a4d91809d873cb61a305d1c25 | 18,134 | pas | Pascal | Backup 13-5(13.05)/Main_Form.pas | gazzenger/multithread_queuer | 885ab83a269d63147b83aabd4ce59c3d3a9064bd | [
"MIT"
] | null | null | null | Backup 13-5(13.05)/Main_Form.pas | gazzenger/multithread_queuer | 885ab83a269d63147b83aabd4ce59c3d3a9064bd | [
"MIT"
] | null | null | null | Backup 13-5(13.05)/Main_Form.pas | gazzenger/multithread_queuer | 885ab83a269d63147b83aabd4ce59c3d3a9064bd | [
"MIT"
] | null | null | null | unit Main_Form;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids, ExtCtrls, Buttons;
const
TH_MESSAGE = WM_USER + 1; //Thread message
TH_FINISHED = 1; //Thread SubMessage : End of thread WParam = ThreadID
TH_NEWFILE = 2; //Thread Submessag... | 31.758319 | 188 | 0.637863 |
cd3e2a583ddeac8b80b504c74ff97298e00a8833 | 3,245 | dpr | Pascal | components/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 15 | 2016-08-24T07:32:49.000Z | 2021-11-16T11:25:00.000Z | components/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 1 | 2016-08-24T19:00:34.000Z | 2016-08-25T19:02:14.000Z | components/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 4 | 2016-10-16T17:52:49.000Z | 2020-11-24T11:36:05.000Z | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 63.627451 | 101 | 0.286595 |
83039f59216168d1bc55b6f2229a718023b800d8 | 3,385 | dpr | Pascal | Examples/DUnitXExamples_XE4.dpr | lukaszsegiet/DUnitX | 808738bb8d27277b70f76e0b4f07f65e2cc108e2 | [
"Apache-2.0"
] | 1 | 2021-03-26T02:37:32.000Z | 2021-03-26T02:37:32.000Z | Examples/DUnitXExamples_XE4.dpr | lukaszsegiet/DUnitX | 808738bb8d27277b70f76e0b4f07f65e2cc108e2 | [
"Apache-2.0"
] | null | null | null | Examples/DUnitXExamples_XE4.dpr | lukaszsegiet/DUnitX | 808738bb8d27277b70f76e0b4f07f65e2cc108e2 | [
"Apache-2.0"
] | null | null | null | program DUnitXExamples_XE4;
{$APPTYPE CONSOLE}
uses
SysUtils,
DUnitX.Examples.General in 'DUnitX.Examples.General.pas',
DUnitX.Loggers.Text in '..\DUnitX.Loggers.Text.pas',
DUnitX.Loggers.XML.NUnit in '..\DUnitX.Loggers.XML.NUnit.pas',
DUnitX.Loggers.XML.xUnit in '..\DUnitX.Loggers.XML.xUnit.pas',
... | 39.360465 | 101 | 0.712555 |
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.