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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd7ab2e83038a077cff4bf0169dd6aa7c51def73 | 55,455 | pas | Pascal | Packages/Order Entry Results Reporting/CPRS/Testing/Tests/UTWcrypt2.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | Packages/Order Entry Results Reporting/CPRS/Testing/Tests/UTWcrypt2.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | Packages/Order Entry Results Reporting/CPRS/Testing/Tests/UTWcrypt2.pas | mjb392/test-vista | baf0998bb155fa2fce7ecafc626d15b2ae8a04c4 | [
"Apache-2.0"
] | null | null | null | //---------------------------------------------------------------------------
// Copyright 2014 The Open Source Electronic Health Record Alliance
//
// 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 Lice... | 37.268145 | 133 | 0.689875 |
611bded0718c683f4b8242621d04a4abd848e2b2 | 3,937 | dfm | Pascal | Procesos/AplicacionesConsultaDM.dfm | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | Procesos/AplicacionesConsultaDM.dfm | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | Procesos/AplicacionesConsultaDM.dfm | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | inherited dmAplicacionesConsulta: TdmAplicacionesConsulta
OldCreateOrder = True
inherited adodsMaster: TADODataSet
CursorType = ctStatic
CommandText =
'select PA.Fecha FechaAplicacion,pa.importe, PR.Fecha as FechaPag' +
'o, PR.FolioPago, Pr.SeriePago,CI.Folio FolioFactura,CI.Serie Ser' +
... | 32.808333 | 87 | 0.680467 |
612c5e694826874d2b0d7c9ae45d285b16311f58 | 1,951 | pas | Pascal | Read Permssions/uHelper.pas | mnasman/Thesis-Tools | dc0aace5059d8571491ae60e56ea172419219d03 | [
"Apache-2.0"
] | 1 | 2018-05-16T13:48:55.000Z | 2018-05-16T13:48:55.000Z | Read Permssions/uHelper.pas | mnasman/Thesis-Tools | dc0aace5059d8571491ae60e56ea172419219d03 | [
"Apache-2.0"
] | null | null | null | Read Permssions/uHelper.pas | mnasman/Thesis-Tools | dc0aace5059d8571491ae60e56ea172419219d03 | [
"Apache-2.0"
] | null | null | null | unit uHelper;
interface
uses
SysUtils, Classes, Generics.Collections;
const
PKG = 'package: ';
PER_STR = 'uses-permission: name=''';
AND_PER = 'android.permission.';
type
TPermission = class
private
FPackage: string;
FPermissionList: TStringList;
procedure SetPackage(cons... | 22.425287 | 86 | 0.700666 |
179d85275adbc22babf3ab47607a67804410ba59 | 952 | pas | Pascal | Source/BCEditor.Editor.Undo.pas | LaKraven/TBCEditor | e20c264b3634b78f109eac2613e9eec602a332be | [
"MIT"
] | 18 | 2015-08-04T06:39:05.000Z | 2022-01-20T03:43:57.000Z | Source/BCEditor.Editor.Undo.pas | LaKraven/TBCEditor | e20c264b3634b78f109eac2613e9eec602a332be | [
"MIT"
] | null | null | null | Source/BCEditor.Editor.Undo.pas | LaKraven/TBCEditor | e20c264b3634b78f109eac2613e9eec602a332be | [
"MIT"
] | 12 | 2017-07-06T13:53:32.000Z | 2022-01-08T17:10:41.000Z | unit BCEditor.Editor.Undo;
interface
uses
System.Classes, BCEditor.Consts, BCEditor.Types;
type
TBCEditorUndo = class(TPersistent)
strict private
FOptions: TBCEditorUndoOptions;
procedure SetOptions(const AValue: TBCEditorUndoOptions);
public
constructor Create;
procedure Assign... | 21.155556 | 97 | 0.734244 |
6135e74bd8232854d541ff1e3d93c97d5163e75d | 31,629 | pas | Pascal | vcl/XLSReadWrite6/SrcXLS/XBookPaint2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XBookPaint2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XBookPaint2.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit XBookPaint2;
{-
********************************************************************************
******* XLSSpreadSheet V3.00 *******
******* *******
******* Copyright(C) 2006,2017 Lars Arvidsson, Axolot D... | 30.151573 | 169 | 0.639508 |
614ec99483ba449c422d3acd69aedf2cbe8cecc2 | 15,091 | dfm | Pascal | examples/Delphi/Simple/Persistence/Synchronization/datamod.dfm | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | examples/Delphi/Simple/Persistence/Synchronization/datamod.dfm | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | examples/Delphi/Simple/Persistence/Synchronization/datamod.dfm | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | object DataModule1: TDataModule1
OldCreateOrder = True
Left = 179
Top = 143
Height = 479
Width = 741
object BoldModel1: TBoldModel
UMLModelMode = ummNone
Boldify.EnforceDefaultUMLCase = False
Boldify.DefaultNavigableMultiplicity = '0..1'
Boldify.DefaultNonNavigableMultiplicity = '0..*'
L... | 29.417154 | 86 | 0.573256 |
616c6ada390870296bc14b7c59c8e4210bc68a5c | 7,356 | pas | Pascal | project/UCachedList.pas | aleksusklim/midilib | 43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136 | [
"Unlicense"
] | null | null | null | project/UCachedList.pas | aleksusklim/midilib | 43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136 | [
"Unlicense"
] | null | null | null | project/UCachedList.pas | aleksusklim/midilib | 43b8db68d6dda2a7c1c2926bdfcdf7e0f9339136 | [
"Unlicense"
] | null | null | null | unit UCachedList;
interface
type
TCachedListElem = class(TObject)
private
FNext, FPrev: TCachedListElem;
end;
type
TCachedList = class(TObject)
private
function Find(Index: Integer): TCachedListElem;
function Init(CachedListElem: TCachedListElem): Boolean;
procedure Reset();
... | 22.358663 | 85 | 0.621805 |
17cdb595f2322c10706be2a30b48716cebb4c510 | 1,211 | dpr | Pascal | ZeroMQ/filecode/examples/Delphi/syncpub.dpr | JailbreakFox/LightWeightLib | 70e209f6d2941335f48e4692299d885117bd61ee | [
"BSD-2-Clause"
] | null | null | null | ZeroMQ/filecode/examples/Delphi/syncpub.dpr | JailbreakFox/LightWeightLib | 70e209f6d2941335f48e4692299d885117bd61ee | [
"BSD-2-Clause"
] | null | null | null | ZeroMQ/filecode/examples/Delphi/syncpub.dpr | JailbreakFox/LightWeightLib | 70e209f6d2941335f48e4692299d885117bd61ee | [
"BSD-2-Clause"
] | null | null | null | program syncpub;
//
// Synchronized publisher
// @author Varga Balazs <bb.varga@gmail.com>
//
{$APPTYPE CONSOLE}
uses
SysUtils
, zmqApi
;
// We wait for 10 subscribers
const
SUBSCRIBERS_EXPECTED = 2;
var
context: TZMQContext;
publisher,
syncservice: TZMQSocket;
subscribers: Integer;
str: Utf8S... | 20.87931 | 54 | 0.672172 |
173b61a12ebdc3ef1ebac3e261bf6aae51ef3ad1 | 10,016 | dfm | Pascal | theme/AMegaDemo/UnitTsTrackBar.dfm | AbdelliNasredine/gestion_budjet | ada33c945092d0036ef75a13f34b15cb2ad367e4 | [
"MIT"
] | null | null | null | theme/AMegaDemo/UnitTsTrackBar.dfm | AbdelliNasredine/gestion_budjet | ada33c945092d0036ef75a13f34b15cb2ad367e4 | [
"MIT"
] | null | null | null | theme/AMegaDemo/UnitTsTrackBar.dfm | AbdelliNasredine/gestion_budjet | ada33c945092d0036ef75a13f34b15cb2ad367e4 | [
"MIT"
] | null | null | null | inherited FrameTsTrackBar: TFrameTsTrackBar
object sGroupBox1: TsGroupBox [0]
Left = 181
Top = 224
Width = 252
Height = 72
Caption = 'Disable control'
TabOrder = 3
CaptionLayout = clTopCenter
AutoChildrenStates = csAsChecked
CheckBoxVisible = True
OnCheckBoxChanged = sGroupBox1... | 34.30137 | 74 | 0.733726 |
174136768e76de567f2d9ccfff21b1bb79686a7d | 3,668 | pas | Pascal | Indy10/System/IdException.pas | fabioxgn/IRC | dcfbaeb863b9feea95313212d5d5b0d7e2785df1 | [
"MIT"
] | 4 | 2018-10-11T15:33:15.000Z | 2021-08-18T22:13:34.000Z | Indy10/System/IdException.pas | fabioxgn/IRC | dcfbaeb863b9feea95313212d5d5b0d7e2785df1 | [
"MIT"
] | null | null | null | Indy10/System/IdException.pas | fabioxgn/IRC | dcfbaeb863b9feea95313212d5d5b0d7e2785df1 | [
"MIT"
] | 1 | 2021-08-18T22:13:36.000Z | 2021-08-18T22:13:36.000Z | {
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... | 31.62069 | 100 | 0.72301 |
cd59143aee9c905aeb256e8ec8d8074db4ed3419 | 391 | pas | Pascal | exercicios01/09/mediaponderada.pas | lucianobragaweb/algoritmos-logica-programacao | 7126f8401b02c8035b41252fb094f1e8c71221dd | [
"MIT"
] | null | null | null | exercicios01/09/mediaponderada.pas | lucianobragaweb/algoritmos-logica-programacao | 7126f8401b02c8035b41252fb094f1e8c71221dd | [
"MIT"
] | null | null | null | exercicios01/09/mediaponderada.pas | lucianobragaweb/algoritmos-logica-programacao | 7126f8401b02c8035b41252fb094f1e8c71221dd | [
"MIT"
] | null | null | null | program mediaPond;
var
nota1, nota2, nota3, media: Real;
begin
writeln('Informe 3 notas para calcular a média ponderada.');
write('Digite a primeira nota:');
readln(nota1);
write('Digite a segunda nota:');
readln(nota2);
write('Digite a terceira nota:');
readln(nota3);
media := ((nota1 * 2) + (nota... | 20.578947 | 62 | 0.634271 |
cdf3712725a0c24210f5c4c91b09ceecdc651881 | 3,097 | pas | Pascal | Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.SentimentScore.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.SentimentScore.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/LexRuntimeV2/Base/Model/AWS.LexRuntimeV2.Model.SentimentScore.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.LexRuntimeV2.Model.SentimentScore;
interface
uses
Bcl.Types.Nullable;
type
TSentimentScore = class;
ISentimentScore = interface
function GetMixed: Double;
procedure SetMixed(const Value: Double);
function GetNegative: Double;
procedure SetNegative(const Value: Double);
function ... | 24.195313 | 65 | 0.763965 |
176619d1a2ea06cf8e8d8ec335e9ee59f970e715 | 10,279 | pas | Pascal | Components/JVCL/examples/JvDSADialogs/DSADialogsMainFormU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JvDSADialogs/DSADialogsMainFormU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JvDSADialogs/DSADialogsMainFormU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.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.sourceforge.net
The contents of this f... | 26.424165 | 141 | 0.698803 |
1787d1d54394979abf52f715b635774e4e8f182d | 1,681 | pas | Pascal | Source/pr_ImagePreview.pas | alexeysmorkalov/vtkTools.PReport | f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55 | [
"MIT"
] | null | null | null | Source/pr_ImagePreview.pas | alexeysmorkalov/vtkTools.PReport | f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55 | [
"MIT"
] | null | null | null | Source/pr_ImagePreview.pas | alexeysmorkalov/vtkTools.PReport | f07e1189ad0a4beaf00cdc3e4a4f5f29e000cf55 | [
"MIT"
] | null | null | null | {******************************************}
{ }
{ PReport }
{ }
{ Copyright (c) 1999-2002 by vtkTools }
{ }
{******************************************}
unit... | 28.491525 | 76 | 0.618679 |
cd9352a800deeb976e75662a50b214a027c15a3f | 9,315 | pas | Pascal | ArcIWLanguageEditors.pas | aftabgardan2006/iwelite | a68fcc8d423e8837ae2e2cd351b84a98d90df33e | [
"MIT"
] | 1 | 2018-01-09T12:32:40.000Z | 2018-01-09T12:32:40.000Z | ArcIWLanguageEditors.pas | aftabgardan2006/iwelite | a68fcc8d423e8837ae2e2cd351b84a98d90df33e | [
"MIT"
] | null | null | null | ArcIWLanguageEditors.pas | aftabgardan2006/iwelite | a68fcc8d423e8837ae2e2cd351b84a98d90df33e | [
"MIT"
] | 2 | 2019-05-13T11:28:16.000Z | 2020-03-10T17:47:48.000Z | ////////////////////////////////////////////////////////////////////////////////
//
// The MIT License
//
// Copyright (c) 2008 by Arcana Technologies Incorporated
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "So... | 30.441176 | 237 | 0.695115 |
61312ed3254b2dc2cf3cc695aaa052863e4d1845 | 17,536 | pas | Pascal | windows/src/developer/TIKE/debug/RegressionTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 1 | 2021-03-08T09:31:47.000Z | 2021-03-08T09:31:47.000Z | windows/src/developer/TIKE/debug/RegressionTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | null | null | null | windows/src/developer/TIKE/debug/RegressionTest.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | null | null | null | (*
Name: RegressionTest
Copyright: Copyright (C) SIL International.
Documentation:
Description:
Create Date: 1 Aug 2006
Modified Date: 26 Jun 2012
Authors: mcdurdin
Related Files:
Dependencies:
Bugs:
Todo:
Notes: ... | 32.594796 | 120 | 0.634409 |
cd12f912636a3645241f9d6ab3970a59be103f47 | 387 | pas | Pascal | Oxygene/Island/Delphi VCL/Sample-Wasm/Program.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 19 | 2016-04-09T12:40:27.000Z | 2022-02-22T12:15:03.000Z | Oxygene/Island/Delphi VCL/Sample-Wasm/Program.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 3 | 2017-09-05T09:31:29.000Z | 2019-09-11T04:49:27.000Z | Oxygene/Island/Delphi VCL/Sample-Wasm/Program.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 11 | 2016-12-29T19:30:39.000Z | 2021-08-31T12:20:27.000Z | namespace Sample;
uses
RemObjects.Elements.RTL.Delphi,
RemObjects.Elements.RTL.Delphi.VCL;
type
[Export]
Program = public class
public
method Main;
begin
Application := new TApplication(nil);
Application.Initialize;
Application.CreateForm(typeOf(Sample.TForm2), var... | 17.590909 | 71 | 0.648579 |
174f039d3d7d01b32d3277f62e4b549d6ee6e51e | 45,699 | pas | Pascal | Tests/Tests/TestGenPercentage.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 17 | 2019-05-04T17:53:21.000Z | 2021-10-13T20:11:12.000Z | Tests/Tests/TestGenPercentage.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 1 | 2020-10-08T05:55:39.000Z | 2020-10-08T20:41:44.000Z | Tests/Tests/TestGenPercentage.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 6 | 2019-05-05T05:44:22.000Z | 2022-01-16T16:30:24.000Z | unit TestGenPercentage;
// Generated from gentest/fixtures/YGPercentageTest.html
interface
uses
DUnitX.TestFramework,
Neslib.Yoga;
type
TTestGenPercentage = class
public
[Test] procedure PercentageWidthHeight;
[Test] procedure PercentagePositionLeftTop;
[Test] procedure Percentage... | 39.91179 | 91 | 0.746165 |
cdf2a757b6c2874c0cd01bcae8db6b14f5faa007 | 5,021 | dfm | Pascal | Examples/Vectorize/Unit1.dfm | khongten001/image32 | eddf19dd10f0a5b63cd0fe300661f8673b21d3d3 | [
"BSL-1.0"
] | null | null | null | Examples/Vectorize/Unit1.dfm | khongten001/image32 | eddf19dd10f0a5b63cd0fe300661f8673b21d3d3 | [
"BSL-1.0"
] | null | null | null | Examples/Vectorize/Unit1.dfm | khongten001/image32 | eddf19dd10f0a5b63cd0fe300661f8673b21d3d3 | [
"BSL-1.0"
] | null | null | null | object Form1: TForm1
Left = 514
Top = 310
Caption = 'Image32: Vectorize'
ClientHeight = 435
ClientWidth = 569
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
Menu = MainMenu1
Old... | 23.138249 | 53 | 0.54531 |
cdf04b7714da5f45a3cf4389d31798be076c4f2d | 1,693 | dfm | Pascal | Chapter 7/OmniThreadLibrary/examples/stringlist parser/StringListParser1.dfm | PacktPublishing/Delphi-High-Performance | bcb84190e8660a28cbc0caada2e1bed3b8adfe42 | [
"MIT"
] | 45 | 2018-04-08T07:01:13.000Z | 2022-02-18T17:28:10.000Z | Chapter 7/OmniThreadLibrary/examples/stringlist parser/StringListParser1.dfm | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | null | null | null | Chapter 7/OmniThreadLibrary/examples/stringlist parser/StringListParser1.dfm | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | 17 | 2018-03-21T11:22:15.000Z | 2022-03-16T05:55:54.000Z | object frmStringListParser: TfrmStringListParser
Left = 0
Top = 0
Caption = 'StringList Parser'
ClientHeight = 337
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate... | 20.39759 | 82 | 0.626698 |
cd824d1f3bb44d32e83fc5dda496c7b43762ac44 | 2,388 | dpr | Pascal | Native/Delphi/Apps/InterfaceConstParmetersAndPrematureFreeing/prj/InterfaceConstParmetersAndPrematureFreeingProject_XE2.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/Apps/InterfaceConstParmetersAndPrematureFreeing/prj/InterfaceConstParmetersAndPrematureFreeingProject_XE2.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/Apps/InterfaceConstParmetersAndPrematureFreeing/prj/InterfaceConstParmetersAndPrematureFreeingProject_XE2.dpr | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | program InterfaceConstParmetersAndPrematureFreeingProject_XE2;
{$APPTYPE CONSOLE}
uses
FastMM4 in '..\..\..\..\..\Forks\FastMM\FastMM4.pas',
FastMM4Messages in '..\..\..\..\..\Forks\FastMM\FastMM4Messages.pas',
SysUtils,
TextTestRunner,
DumpUnit in '..\src\DumpUnit.pas',
MyInterfacedObjectUnit i... | 47.76 | 160 | 0.748325 |
cd3b1aab9991173b1839e01cb6babe5ed6d3506b | 2,012 | pas | Pascal | maze.pas | tlpierce/maze | 86348875fed36adfd1b8f120dcfc77067bf1052b | [
"BSD-3-Clause"
] | 63 | 2015-02-20T14:04:03.000Z | 2022-01-26T06:02:17.000Z | maze.pas | tlpierce/maze | 86348875fed36adfd1b8f120dcfc77067bf1052b | [
"BSD-3-Clause"
] | 5 | 2017-09-04T04:02:37.000Z | 2020-08-31T01:33:14.000Z | maze.pas | tlpierce/maze | 86348875fed36adfd1b8f120dcfc77067bf1052b | [
"BSD-3-Clause"
] | 22 | 2015-04-08T17:02:29.000Z | 2022-01-24T04:28:42.000Z | (* Maze generator in Pascal.
* Joe Wingbermuehle
* 2010-09-29
*)
program maze;
const
(* Size of the maze, must be odd. *)
width = 39;
height = 23;
type
CellType = (Space, Wall);
MazeType = array [0 .. width - 1, 0 .. height - 1] of CellType;
var
maze : MazeType;
(* Initialize the ... | 19.533981 | 69 | 0.43837 |
616919b4b3fa8688fe834411a1d7f58c29a048d1 | 3,528 | pas | Pascal | Tests/Tests/TestGenDimension.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 17 | 2019-05-04T17:53:21.000Z | 2021-10-13T20:11:12.000Z | Tests/Tests/TestGenDimension.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 1 | 2020-10-08T05:55:39.000Z | 2020-10-08T20:41:44.000Z | Tests/Tests/TestGenDimension.pas | PonyPC/Neslib.Yoga | f75bf873e1343777e15c990599c7c565a04c3672 | [
"BSD-2-Clause"
] | 6 | 2019-05-05T05:44:22.000Z | 2022-01-16T16:30:24.000Z | unit TestGenDimension;
// Generated from gentest/fixtures/YGDimensionTest.html
interface
uses
DUnitX.TestFramework,
Neslib.Yoga;
type
TTestGenDimension = class
public
[Test] procedure WrapChild;
[Test] procedure WrapGrandchild;
end;
implementation
{ TTestGenDimension }
proc... | 32.666667 | 63 | 0.74093 |
6104fbc8399d0acc9ed4b680042424693562aefb | 24 | pas | Pascal | Test/FailureScripts/reserved_escape_number.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/reserved_escape_number.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/reserved_escape_number.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | var &1 : Integer := 2;
| 12 | 23 | 0.5 |
aaf76a23334990209a9cb7e4f8edc85e2a9f4cb8 | 34,917 | pas | Pascal | SOURCE/Vcl/iberrorcodes.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | 1 | 2022-01-13T01:03:55.000Z | 2022-01-13T01:03:55.000Z | SOURCE/Vcl/iberrorcodes.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | null | null | null | SOURCE/Vcl/iberrorcodes.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | null | null | null | {************************************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ InterBase Express core components }
{ ... | 50.024355 | 75 | 0.560128 |
1737af75e6f9eb4dc59342393bd3d59fb1e99bea | 561 | pas | Pascal | Functions + Other Stuff/Algo/Classroom Exercices/Exercice 1 Serie Yahia.pas | Jev1337/CS-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | 1 | 2021-04-28T15:02:53.000Z | 2021-04-28T15:02:53.000Z | Functions + Other Stuff/Algo/Classroom Exercices/Exercice 1 Serie Yahia.pas | Jev1337/Pascal-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | 1 | 2021-05-23T12:04:28.000Z | 2021-05-23T17:28:03.000Z | Functions + Other Stuff/Algo/Classroom Exercices/Exercice 1 Serie Yahia.pas | Jev1337/Pascal-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | null | null | null | {Thanks to momo for providing this exercise's link, and also thanks to Yahia for the the exercise itself!}
{https://cdn.discordapp.com/attachments/833273071325675531/835868501952036865/20210425_142227.jpg}
program ex1;
uses wincrt;
Var
n:Integer;
Procedure Saisie(var n:Integer);
Begin
Repeat
writeln('Veuillez Choisi... | 18.7 | 106 | 0.707665 |
cda7e1c13657196a66f73c2c74dd2d08420b585f | 22,707 | pas | Pascal | Android_Windows/additionalUnits/SyncThr.pas | Jonathandlm/HODLER-Open-Source-Multi-Asset-Wallet | e9a35d1b3443472d0912548fa29e9bf7258ad3b8 | [
"Unlicense"
] | null | null | null | Android_Windows/additionalUnits/SyncThr.pas | Jonathandlm/HODLER-Open-Source-Multi-Asset-Wallet | e9a35d1b3443472d0912548fa29e9bf7258ad3b8 | [
"Unlicense"
] | null | null | null | Android_Windows/additionalUnits/SyncThr.pas | Jonathandlm/HODLER-Open-Source-Multi-Asset-Wallet | e9a35d1b3443472d0912548fa29e9bf7258ad3b8 | [
"Unlicense"
] | 1 | 2020-05-15T11:43:18.000Z | 2020-05-15T11:43:18.000Z | unit SyncThr;
interface
uses System.classes, System.sysutils, FMX.Controls, FMX.StdCtrls, FMX.dialogs,
StrUtils, WalletStructureData, CryptoCurrencyData, tokenData;
type
SynchronizeBalanceThread = class(TThread)
private
startTime: Double;
endTime: Double;
public
constructor Create();
procedur... | 23.361111 | 122 | 0.630598 |
aa6598941735f2a142c9bf0bd2008027c740d652 | 8,016 | pas | Pascal | 3D_anaglyph/Main.pas | delphi-pascal-archive/3d-anaglyph | 5f4c09e4fc64f317c49b9413a6aff73d4fed65ed | [
"Unlicense"
] | null | null | null | 3D_anaglyph/Main.pas | delphi-pascal-archive/3d-anaglyph | 5f4c09e4fc64f317c49b9413a6aff73d4fed65ed | [
"Unlicense"
] | null | null | null | 3D_anaglyph/Main.pas | delphi-pascal-archive/3d-anaglyph | 5f4c09e4fc64f317c49b9413a6aff73d4fed65ed | [
"Unlicense"
] | null | null | null | unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, _3DCameraView, ExtCtrls, _Utils, _Types, _3DScene, StdCtrls,
ComCtrls;
type
TForm1 = class(TForm)
ColorDialog1: TColorDialog;
PanelL: TPanel;
PanelR: TPanel;
procedure F... | 32.192771 | 126 | 0.634481 |
444e7907b2e5ad76437a0d448f9678e86751cf21 | 1,331 | pas | Pascal | src/Dispatcher/Contracts/RequestHandlerIntf.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Dispatcher/Contracts/RequestHandlerIntf.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Dispatcher/Contracts/RequestHandlerIntf.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 RequestHandlerIntf;
interface
{$MODE OBJFPC}
uses
R... | 27.729167 | 77 | 0.529677 |
bcb6403b1fc2a8d8d8db0acc2c4e6134f4fd8304 | 1,596 | pas | Pascal | uconfig_form.pas | pgailloud/KenshiModMan | 917efe78fbf2fda4cbf12b9cc1472f1b2ab69e08 | [
"MIT"
] | null | null | null | uconfig_form.pas | pgailloud/KenshiModMan | 917efe78fbf2fda4cbf12b9cc1472f1b2ab69e08 | [
"MIT"
] | null | null | null | uconfig_form.pas | pgailloud/KenshiModMan | 917efe78fbf2fda4cbf12b9cc1472f1b2ab69e08 | [
"MIT"
] | null | null | null | unit uconfig_form;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, EditBtn,
ComCtrls, ExtCtrls;
type
{ TdlgConfig }
TdlgConfig = class(TForm)
Button1: TButton;
btnDetect: TButton;
Button3: TButton;
CheckBox1: TCheckBox;
CheckBox2: TCh... | 20.727273 | 75 | 0.740602 |
aaa2bbbe17dbb6c838804cd72349a1e9ebe69727 | 36,630 | dfm | Pascal | CPRS 30.B v72/CPRS-chart/fNotes.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 1 | 2015-11-03T14:56:42.000Z | 2015-11-03T14:56:42.000Z | CPRS 30.B v72/CPRS-chart/fNotes.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRS 30.B v72/CPRS-chart/fNotes.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | inherited frmNotes: TfrmNotes
Left = 0
Caption = 'frmNotes'
ClientHeight = 673
ClientWidth = 1085
Menu = mnuNotes
Position = poDesigned
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
ExplicitWidth = 1101
ExplicitHeight = 727
PixelsPerInch = 96
TextHeight = 13
inherited shpPa... | 24.918367 | 79 | 0.58867 |
614247e5e4ef071719a1f488e296d7739d4e2b9d | 2,752 | pas | Pascal | windows/src/support/keymandebuglog/UfrmKeymanDebugLogMain.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/support/keymandebuglog/UfrmKeymanDebugLogMain.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/support/keymandebuglog/UfrmKeymanDebugLogMain.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit UfrmKeymanDebugLogMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Grids;
type
TfrmDebugLog = class(TForm)
panCommand: TPanel;
cmdClearLog: TButton;
gridLo... | 22.743802 | 120 | 0.711483 |
1715a4945d436ee191510429ff52372dd086ec03 | 38,720 | pas | Pascal | commons/dmvcframework_3_0_0_hydrogen/lib/dmustache/SynLZ.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | commons/dmvcframework_3_0_0_hydrogen/lib/dmustache/SynLZ.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 1 | 2021-02-07T16:26:57.000Z | 2021-03-02T06:36:26.000Z | commons/dmvcframework_3_0_0_hydrogen/lib/dmustache/SynLZ.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | /// SynLZ Compression routines
// - licensed under a MPL/GPL/LGPL tri-license; version 1.18
unit SynLZ;
{
This file is part of Synopse SynLZ Compression.
Synopse SynLZ Compression. Copyright (C) 2017 Arnaud Bouchez
Synopse Informatique - https://synopse.info
*** BEGIN LICENSE BLOCK *****
Version: M... | 30.877193 | 106 | 0.573554 |
617be055ab2184940caa8bd5feb5a5edea3d4f26 | 213 | pas | Pascal | CAT/tests/07. buil-in functions/memset/memset_2.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 19 | 2018-10-22T23:45:31.000Z | 2021-05-16T00:06:49.000Z | CAT/tests/07. buil-in functions/memset/memset_2.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 1 | 2019-06-01T06:17:08.000Z | 2019-12-28T10:27:42.000Z | CAT/tests/07. buil-in functions/memset/memset_2.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 6 | 2018-08-30T05:16:21.000Z | 2021-05-12T20:25:43.000Z | unit memset_2;
interface
implementation
var
Arr: array [10] of Int8;
procedure Test;
begin
memset(Arr, 55);
end;
initialization
Test();
finalization
Assert(Arr[0] = 55);
Assert(Arr[9] = 55);
end. | 9.681818 | 26 | 0.671362 |
6151be3f8b16b15b158757d6a72f4bc6d649a19b | 3,128 | pas | Pascal | uTimer.pas | agebhar1/sim8008-shared | 3f0b4adfe247936489ca97ad9ae778f9cfef71ee | [
"MIT"
] | null | null | null | uTimer.pas | agebhar1/sim8008-shared | 3f0b4adfe247936489ca97ad9ae778f9cfef71ee | [
"MIT"
] | null | null | null | uTimer.pas | agebhar1/sim8008-shared | 3f0b4adfe247936489ca97ad9ae778f9cfef71ee | [
"MIT"
] | null | null | null | unit uTimer;
interface
uses
Windows, SysUtils, Messages, Classes;
type
TTickEvent = procedure of object;
TTimerEnabledRequestEvent = procedure(Enabled: Boolean) of object;
TTimerEnabledEvent = procedure(Sender: TObject; Enabled: Boolean) of object;
TProcessorTimer = class(TObject)
p... | 24.061538 | 79 | 0.683184 |
17ae5fcde70470486b97e9d53993eeb0249ee46d | 62,169 | pas | Pascal | Libraries/db/SQLite3.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | 1 | 2018-01-08T06:40:02.000Z | 2018-01-08T06:40:02.000Z | Libraries/db/SQLite3.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | null | null | null | Libraries/db/SQLite3.pas | novakjf2000/FHIRServer | a47873825e94cd6cdfa1a077f02e0960098bbefa | [
"BSD-3-Clause"
] | null | null | null | {*
* SQLite for Delphi and FreePascal/Lazarus
*
* This unit contains complete SQLite3 API translation
* Version of SQLite: 3.6.22
*
* Copyright 2010-2013 Yury Plashenkov
* http://plashenkov.github.io/sqlite/
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining
... | 48.875 | 285 | 0.774647 |
615f5d1b108b99e1632e02067059c3a30f32ded4 | 1,250 | pas | Pascal | src/App/NewUser/Controllers/NewUserController.pas | zamronypj/fano-benchmark | 083ef5b48036fcdbe60d99a35b2531233b31f5f3 | [
"MIT"
] | null | null | null | src/App/NewUser/Controllers/NewUserController.pas | zamronypj/fano-benchmark | 083ef5b48036fcdbe60d99a35b2531233b31f5f3 | [
"MIT"
] | null | null | null | src/App/NewUser/Controllers/NewUserController.pas | zamronypj/fano-benchmark | 083ef5b48036fcdbe60d99a35b2531233b31f5f3 | [
"MIT"
] | null | null | null | (*!------------------------------------------------------------
* [[APP_NAME]] ([[APP_URL]])
*
* @link [[APP_REPOSITORY_URL]]
* @copyright Copyright (c) [[COPYRIGHT_YEAR]] [[COPYRIGHT_HOLDER]]
* @license [[LICENSE_URL]] ([[LICENSE]])
*------------------------------------------------------------- *)
unit Ne... | 24.038462 | 67 | 0.4816 |
6197a6306a3e3aeed405590ebc39c4ea0169ff8e | 22,328 | lpr | Pascal | subtrees/ultibohub/Examples/16-BouncingBoxes/RPi2/BouncingBoxes.lpr | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | subtrees/ultibohub/Examples/16-BouncingBoxes/RPi2/BouncingBoxes.lpr | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | subtrees/ultibohub/Examples/16-BouncingBoxes/RPi2/BouncingBoxes.lpr | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | program BouncingBoxes;
{$mode objfpc}{$H+}{$inline on}
{ Example 16 Bouncing Boxes }
{ }
{ A simple demonstration of animation using the framebuffer device in Ultibo }
{ with a virtual wid... | 45.848049 | 201 | 0.699615 |
6178e5c47249580cfb581f2f019cfe0010eb7823 | 620 | pas | Pascal | Abstract Factory/src/Model/Abstract.model.NotaFiscal.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | 1 | 2022-01-20T01:07:59.000Z | 2022-01-20T01:07:59.000Z | Abstract Factory/src/Model/Abstract.model.NotaFiscal.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | null | null | null | Abstract Factory/src/Model/Abstract.model.NotaFiscal.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | null | null | null | unit Abstract.model.NotaFiscal;
interface
uses
Abstract.model.interfaces;
Type
TModelNotaFiscal = Class(TInterfacedObject, iNotaFiscal)
Private
Public
Constructor Create;
Destructor Destroy; Override;
Class function New: iNotaFiscal;
Function numero : integer;
End;
implementation
... | 14.090909 | 58 | 0.754839 |
4484bcc7bd5b2450cf61948b4ffa6891d1f2636c | 1,696 | pas | Pascal | src/Kraken.Core.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | 2 | 2021-11-12T19:26:35.000Z | 2022-03-03T23:22:56.000Z | src/Kraken.Core.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | null | null | null | src/Kraken.Core.pas | herlondf/kraken | 14bf4e1f15a671ed6bfa43f61e42fc152e9e505d | [
"MIT"
] | null | null | null | unit Kraken.Core;
interface
uses
System.Classes,
System.SysUtils,
System.Generics.Collections,
Kraken.Types,
Kraken.Consts,
Kraken.Provider,
Kraken.Provider.Query;
type
TKrakenCore = class
private
FProviders: TObjectList<TKrakenProvider>;
protected
procedure AfterConstruction; override;
... | 19.05618 | 83 | 0.737618 |
aad29ed8285a63445e6ff852818f1de91dfc6155 | 21,743 | pas | Pascal | Bitmaps2Video/DemoMulti/UMultiDemo.pas | rmesch/Bitmaps2Video | 4ed2cc5517f74150b8dffae53cd48aeb417ce460 | [
"Apache-2.0"
] | 16 | 2020-08-28T15:54:42.000Z | 2022-03-03T15:48:23.000Z | Bitmaps2Video/DemoMulti/UMultiDemo.pas | rmesch/Bitmaps2Video | 4ed2cc5517f74150b8dffae53cd48aeb417ce460 | [
"Apache-2.0"
] | 4 | 2020-08-31T08:22:35.000Z | 2021-06-03T23:18:36.000Z | Bitmaps2Video/DemoMulti/UMultiDemo.pas | rmesch/Bitmaps2Video | 4ed2cc5517f74150b8dffae53cd48aeb417ce460 | [
"Apache-2.0"
] | 5 | 2020-08-28T16:41:18.000Z | 2021-06-03T06:00:13.000Z | unit UMultiDemo;
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.ExtCtrls, FMX.StdCtrls, FMX.ListBox, FMX.Controls.Presentation, FMX.Edit,
FMX.EditBox,
{$IFDEF ANDROID}
System.Per... | 28.128072 | 124 | 0.655659 |
cdd65772fb7b305440dc8e871d60c4a31fb1290a | 3,052 | pas | Pascal | tr.com.isisbilisim.types.pas | isisedonusum/SampleXE8 | ba5975241e781f9e8b14d6a0b291001f5e7f2062 | [
"Unlicense"
] | 2 | 2019-01-31T11:42:46.000Z | 2020-04-13T11:23:27.000Z | tr.com.isisbilisim.types.pas | isisedonusum/SampleXE8 | ba5975241e781f9e8b14d6a0b291001f5e7f2062 | [
"Unlicense"
] | null | null | null | tr.com.isisbilisim.types.pas | isisedonusum/SampleXE8 | ba5975241e781f9e8b14d6a0b291001f5e7f2062 | [
"Unlicense"
] | null | null | null | unit tr.com.isisbilisim.types;
interface
uses Generics.Defaults, SysUtils;
type
Nullable<T> = record
private
FValue: T;
FHasValue: IInterface;
function GetValue: T;
function GetHasValue: Boolean;
public
constructor Create(AValue: T);
function GetValueOrDefault: T; overload;
functi... | 21.342657 | 79 | 0.716579 |
1775f2b5148b0fe8b9a7847f4f9fbb8f0f84c8f3 | 5,542 | dfm | Pascal | Designer/FGallery.dfm | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | 42 | 2020-06-18T05:41:11.000Z | 2022-03-15T13:26:23.000Z | Designer/FGallery.dfm | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | 14 | 2018-12-12T10:06:24.000Z | 2020-02-06T16:05:43.000Z | Designer/FGallery.dfm | FDE-LC2L/RibbonFramework | 4769c64e17b56cc794a5263a63ac260d733ac665 | [
"BSD-3-Clause"
] | 16 | 2020-05-29T12:01:06.000Z | 2022-02-13T07:53:17.000Z | inherited FrameGallery: TFrameGallery
Width = 562
Height = 405
ExplicitWidth = 562
ExplicitHeight = 405
DesignSize = (
562
405)
inherited LabelHeader: TLabel
Width = 562
ExplicitWidth = 562
end
inherited ImageSample: TImage
Left = 454
ExplicitLeft = 454
end
ob... | 21.397683 | 61 | 0.545832 |
613b62db931286f61b551f678a2ab8ae81714f1b | 350,741 | pas | Pascal | SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStrings.pas | jkour/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 13 | 2020-01-10T06:55:40.000Z | 2022-01-29T17:53:28.000Z | SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStrings.pas | sirodcar/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 1 | 2020-01-10T02:10:02.000Z | 2020-01-10T02:21:09.000Z | SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStrings.pas | sirodcar/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 5 | 2020-02-05T19:29:05.000Z | 2022-01-21T23:04:18.000Z | {******************************************************************************}
{ }
{ Library: Fundamentals 5.00 }
{ File name: flcStrings.pas ... | 28.443841 | 141 | 0.576405 |
bcdbcbd799356f830274c9572b8b66cd1fad687f | 4,222 | pas | Pascal | main.pas | gzwplato/file_hash_check | c00b6c8903041286f59211e0b020bd5aa2dd358a | [
"MIT"
] | 5 | 2015-09-09T01:34:18.000Z | 2022-03-31T07:23:35.000Z | main.pas | gzwplato/file_hash_check | c00b6c8903041286f59211e0b020bd5aa2dd358a | [
"MIT"
] | 1 | 2018-11-22T10:34:14.000Z | 2018-11-22T10:34:14.000Z | main.pas | minias/file_hash_check | e266bb44def69b08222dfd8eea26b0db59460389 | [
"MIT"
] | 5 | 2016-05-11T05:26:19.000Z | 2022-03-23T01:33:51.000Z | unit main;
{$mode objfpc}{$H+}
interface
uses
LCLIntf, // OpenURL
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, EditBtn,
StdCtrls, Buttons, ExtCtrls, DCPsha256, DCPmd5, DCPsha1;
type
{ TForm1 }
TForm1 = class(TForm)
edt_sha256: TEdit;
edt_md5: TEdit;
edt_sha1: TEdit;
F... | 22.338624 | 91 | 0.681194 |
cdf372537379aa025f30f8b2ae9cb627fc0046c5 | 2,726 | pas | Pascal | Demos/Plugin.Basic/Plugin.ProjectOptions.NewOption.pas | jkour/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 13 | 2020-01-10T06:55:40.000Z | 2022-01-29T17:53:28.000Z | Demos/Plugin.Basic/Plugin.ProjectOptions.NewOption.pas | sirodcar/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 1 | 2020-01-10T02:10:02.000Z | 2020-01-10T02:21:09.000Z | Demos/Plugin.Basic/Plugin.ProjectOptions.NewOption.pas | sirodcar/Pimlico | 119afc3a17e4bd3cde917f5592062cf4cd85ed37 | [
"Apache-2.0"
] | 5 | 2020-02-05T19:29:05.000Z | 2022-01-21T23:04:18.000Z | unit Plugin.ProjectOptions.NewOption;
interface
uses
Plugin.Types, System.Classes, FMX.Forms;
type
TPluginProjectOptionsNewOption = class(TPluginBase, IPluginProjectOptions)
private
fHost: TForm;
{$REGION 'Interface'}
function getHost: TForm;
procedure setHost(const Value: TForm);
{$ENDREGION}
... | 21.634921 | 81 | 0.697359 |
cdf598cb9997f02c3b03a7fb9326f74503e04f65 | 4,340 | pas | Pascal | Components/jcl/examples/common/pcre/QPCREDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/common/pcre/QPCREDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/common/pcre/QPCREDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | unit QPCREDemoMain;
interface
uses
Types, SysUtils, Classes,
QGraphics, QControls, QForms, QDialogs, QActnList, QStdCtrls, QComCtrls,
JclPCRE, QExtCtrls;
type
TfrmMain = class(TForm)
edRegExpr: TEdit;
btnFind: TButton;
btnFindNext: TButton;
Label1: TLabel;
reFile: TMemo;
btnOpen: TBut... | 24.519774 | 77 | 0.736636 |
17e00962341ff0086c429bc41ed89fe427dc8676 | 343 | dfm | Pascal | HR_Personal/source/Unit1.dfm | delphi-pascal-archive/hr-personal | 53c5a296dfa9cb50802baceca24fee79ccac0138 | [
"Unlicense"
] | null | null | null | HR_Personal/source/Unit1.dfm | delphi-pascal-archive/hr-personal | 53c5a296dfa9cb50802baceca24fee79ccac0138 | [
"Unlicense"
] | null | null | null | HR_Personal/source/Unit1.dfm | delphi-pascal-archive/hr-personal | 53c5a296dfa9cb50802baceca24fee79ccac0138 | [
"Unlicense"
] | null | null | null | object fiche_menu: Tfiche_menu
Left = 202
Top = 111
Width = 544
Height = 375
Caption = 'fiche_menu'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
... | 20.176471 | 33 | 0.653061 |
173c0ce6cb9cc72d8e593a9be85edf14c4dc3308 | 604 | pas | Pascal | src/Libs/Antivirus/Implementations/ClamAV/EClamAvImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Libs/Antivirus/Implementations/ClamAV/EClamAvImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Libs/Antivirus/Implementations/ClamAV/EClamAvImpl.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 EClamAvImpl;
interface
{$MODE OBJFPC}
{$H+}
uses
Sy... | 18.875 | 77 | 0.549669 |
cd8d2ac33f7d9ee792d945ce9c1e59fc5b732172 | 42,797 | pas | Pascal | lib/opc_da.pas | honejava/libopcd | 41bd5c14aa3c8e92d48bdb8db76e14e2062f3881 | [
"MIT"
] | null | null | null | lib/opc_da.pas | honejava/libopcd | 41bd5c14aa3c8e92d48bdb8db76e14e2062f3881 | [
"MIT"
] | null | null | null | lib/opc_da.pas | honejava/libopcd | 41bd5c14aa3c8e92d48bdb8db76e14e2062f3881 | [
"MIT"
] | null | null | null |
{*******************************************************}
{ }
{ OPC Data Access 3.0 (and earlier versions) }
{ }
{ Delphi conversion generated and supplied by }
{ Mike Dillamore ... | 42.081613 | 81 | 0.490572 |
bc4ecdc5d90d2f712ec098e8f4ae5155a08f7ce4 | 459 | lpr | Pascal | examples/Chat/ChatClientLazarus/ChatClient.lpr | gabrielbaltazar/delphistompclient | dce97f6cd708ea14e1660e65504ff961941202bb | [
"Apache-2.0"
] | 119 | 2015-04-29T15:28:31.000Z | 2022-03-27T07:10:13.000Z | examples/Chat/ChatClientLazarus/ChatClient.lpr | xubzhlin/delphistompclient | 6a7f99bc99f79208aec3c25320c736c5b52cd755 | [
"Apache-2.0"
] | 20 | 2016-03-10T12:56:25.000Z | 2021-01-12T01:44:08.000Z | examples/Chat/ChatClientLazarus/ChatClient.lpr | xubzhlin/delphistompclient | 6a7f99bc99f79208aec3c25320c736c5b52cd755 | [
"Apache-2.0"
] | 61 | 2015-05-26T01:13:51.000Z | 2022-03-24T00:53:53.000Z | program ChatClient;
{$MODE Delphi}
uses
{$IFDEF UNIX}
cthreads,
{$ENDIF}
Forms, LResources, Interfaces,
MainFormClient in 'MainFormClient.pas' {Form5},
StompClient in '../../../StompClient.pas',
StompTypes in '../../../StompTypes.pas';
{$IFDEF WINDOWS}{$R ChatClient.rc}{$ENDIF}
begin
{$I ChatClient.... | 19.956522 | 49 | 0.694989 |
cdfad4fc7b4284773a7bf240137f7862bbd5ff69 | 1,105 | pas | Pascal | Sample/Intraweb/Unit3.pas | ktvtoro/TBGConnection | 74e1b399e95d1d4a5b3f6e845121aff431ffcec0 | [
"MIT"
] | 38 | 2017-10-26T16:29:12.000Z | 2021-12-29T11:13:16.000Z | Sample/Intraweb/Unit3.pas | ktvtoro/TBGConnection | 74e1b399e95d1d4a5b3f6e845121aff431ffcec0 | [
"MIT"
] | 2 | 2017-11-09T03:08:13.000Z | 2018-04-03T10:36:22.000Z | Sample/Intraweb/Unit3.pas | ktvtoro/TBGConnection | 74e1b399e95d1d4a5b3f6e845121aff431ffcec0 | [
"MIT"
] | 23 | 2017-10-23T22:07:45.000Z | 2021-12-28T23:17:26.000Z | unit Unit3;
interface
uses
Classes, SysUtils, IWAppForm, IWApplication, IWColor, IWTypes,
FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error, FireDAC.UI.Intf,
FireDAC.Phys.Intf, FireDAC.Stan.Def, FireDAC.Stan.Pool, FireDAC.Stan.Async,
FireDAC.Phys, FireDAC.Phys.FB, FireDAC.Phys.FBDef, FireDAC.VCLUI.Wa... | 25.113636 | 78 | 0.764706 |
615320b9b770bbf291848460404d8061d3c75bce | 6,007 | pas | Pascal | egavga/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | egavga/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | egavga/0019.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Kai Rohrbacher
>> Basically, Mode Y works like this: use the BIOS to switch
>> into normal 320x200x256 mode, then reprogram the sequencer to
>> unchain the 4 bitplanes. This results in a bitplaned VRAM layout
>> very similiar to the EGA/VGA's 16 color modes:
>
> By saying 4 bitplanes, are you ref... | 33.937853 | 80 | 0.680872 |
17bc5dba611b4a05900e805a88b224624ac19409 | 201 | dpr | Pascal | CDisplayAI.dpr | vhanla/CDisplayAI | eb20c7382c8c5a3b9f278bf9d693a766f32363dd | [
"MIT"
] | 5 | 2021-03-18T13:06:15.000Z | 2022-02-22T07:23:30.000Z | CDisplayAI.dpr | vhanla/CDisplayAI | eb20c7382c8c5a3b9f278bf9d693a766f32363dd | [
"MIT"
] | null | null | null | CDisplayAI.dpr | vhanla/CDisplayAI | eb20c7382c8c5a3b9f278bf9d693a766f32363dd | [
"MIT"
] | 3 | 2021-02-17T15:18:19.000Z | 2022-01-12T15:05:42.000Z | program CDisplayAI;
uses
System.StartUpCopy,
FMX.Forms,
main in 'main.pas' {Form2};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm2, Form2);
Application.Run;
end.
| 13.4 | 40 | 0.711443 |
aa6bf10c98b79d13cda2d81514968cb6c1d2b89a | 443 | dfm | Pascal | references/mORMot/SQLite3/DDD/tools/dddToolsAdminMain.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/mORMot/SQLite3/DDD/tools/dddToolsAdminMain.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/mORMot/SQLite3/DDD/tools/dddToolsAdminMain.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | object AdminForm: TAdminForm
Left = 379
Top = 162
Width = 697
Height = 478
Caption = ' Tools Administrator'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
... | 21.095238 | 35 | 0.668172 |
17712253f2f6d44829df22270dadccc5d51657b1 | 293 | dpr | Pascal | demos/Delphi/Calc/CalcDemo.dpr | MahdiSafsafi/Parse-Easy | 645cd2312cffeba30e9cbbb3b47e8482f26f1100 | [
"Artistic-1.0-Perl"
] | 16 | 2018-11-03T14:52:08.000Z | 2021-09-19T10:05:09.000Z | demos/Delphi/Calc/CalcDemo.dpr | MahdiSafsafi/Parse-Easy | 645cd2312cffeba30e9cbbb3b47e8482f26f1100 | [
"Artistic-1.0-Perl"
] | null | null | null | demos/Delphi/Calc/CalcDemo.dpr | MahdiSafsafi/Parse-Easy | 645cd2312cffeba30e9cbbb3b47e8482f26f1100 | [
"Artistic-1.0-Perl"
] | 1 | 2018-11-04T13:29:31.000Z | 2018-11-04T13:29:31.000Z | program CalcDemo;
uses
Vcl.Forms,
uMain in 'uMain.pas' {Main},
CalcLexer in 'Calc\CalcLexer.pas',
CalcParser in 'Calc\CalcParser.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TMain, Main);
Application.Run;
end.
| 17.235294 | 40 | 0.720137 |
614690fe7bb1baeace37fe7885f464b231b91e71 | 298 | dpr | Pascal | Unsupported/VCL/Demo13/Demo13.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 685 | 2015-08-28T02:12:06.000Z | 2022-03-28T19:44:07.000Z | Unsupported/VCL/Demo13/Demo13.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 248 | 2015-11-17T16:39:48.000Z | 2022-03-29T18:44:53.000Z | Unsupported/VCL/Demo13/Demo13.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 259 | 2015-10-03T04:53:26.000Z | 2022-03-31T18:23:06.000Z | // JCL_DEBUG_EXPERT_GENERATEJDBG OFF
// JCL_DEBUG_EXPERT_INSERTJDBG OFF
// JCL_DEBUG_EXPERT_DELETEMAPFILE OFF
program Demo13;
uses
Forms,
fmMain in 'fmMain.pas' {Main};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMain, Main);
Application.Run;
end.
| 17.529412 | 39 | 0.721477 |
612a66621cbe671737ff784819e487437f19d990 | 785 | pas | Pascal | server/scriptcore/MyInterfacedObject.pas | zenyd/soldat | 36484aa5ff2d7be523abb32adbd7aeeee1a395c9 | [
"MIT"
] | null | null | null | server/scriptcore/MyInterfacedObject.pas | zenyd/soldat | 36484aa5ff2d7be523abb32adbd7aeeee1a395c9 | [
"MIT"
] | null | null | null | server/scriptcore/MyInterfacedObject.pas | zenyd/soldat | 36484aa5ff2d7be523abb32adbd7aeeee1a395c9 | [
"MIT"
] | null | null | null | unit MyInterfacedObject;
interface
type
TMyInterfacedObject = class(TObject, IInterface)
protected
function QueryInterface(const IID: TGUID; out Obj): HRESULT; stdcall;
function _AddRef: Integer; stdcall;
function _Release: Integer; stdcall;
end;
implementation
function TMyInterfacedObje... | 21.805556 | 80 | 0.736306 |
aa80632f57805fa35ae90beab05dfced91af2395 | 8,259 | pas | Pascal | Source/frmBreakPoints.pas | Cotton010/pyscripter | b1133dddaa71f7a6015a410f7fc174710872180f | [
"MIT"
] | 1 | 2020-10-14T10:51:42.000Z | 2020-10-14T10:51:42.000Z | Source/frmBreakPoints.pas | Cotton010/pyscripter | b1133dddaa71f7a6015a410f7fc174710872180f | [
"MIT"
] | null | null | null | Source/frmBreakPoints.pas | Cotton010/pyscripter | b1133dddaa71f7a6015a410f7fc174710872180f | [
"MIT"
] | null | null | null | {-----------------------------------------------------------------------------
Unit Name: frmBreakPoints
Author: Kiriakos Vlahos
Purpose: Breakpoints Window
History:
-----------------------------------------------------------------------------}
unit frmBreakPoints;
interface
uses
Windows, Mess... | 32.515748 | 91 | 0.718489 |
cd0d01bb0f93bb787f40d4262dd8eab07d411f11 | 2,721 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/Jens/JvProgramVersionCheck/Example/Main.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/Jens/JvProgramVersionCheck/Example/Main.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/Jens/JvProgramVersionCheck/Example/Main.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, JvProgramVersionCheck, JvComponent, JvAppStorage, JvAppIniStorage,
StdCtrls, JvUrlListGrabber, JvUrlGrabbers, IdBaseComponent, IdComponent,
IdTCPConnection, IdTCPClient, IdHTTP, ImgList, JvPropertySto... | 28.051546 | 80 | 0.778758 |
61700a523afbe1516482532d5276b9ef74b6ffa7 | 4,404 | pas | Pascal | Foundation/PascalCoin.Utils.pas | KoRiF/PascalCoin-Framework | fd73ecb93f2b3f9b10adce12dc2cf796e8372d39 | [
"MIT"
] | 1 | 2022-02-06T13:50:39.000Z | 2022-02-06T13:50:39.000Z | Foundation/PascalCoin.Utils.pas | KoRiF/PascalCoin-Framework | fd73ecb93f2b3f9b10adce12dc2cf796e8372d39 | [
"MIT"
] | null | null | null | Foundation/PascalCoin.Utils.pas | KoRiF/PascalCoin-Framework | fd73ecb93f2b3f9b10adce12dc2cf796e8372d39 | [
"MIT"
] | 2 | 2021-11-16T14:35:13.000Z | 2022-01-25T12:45:32.000Z | Unit PascalCoin.Utils;
Interface
uses PascalCoin.RPC.Interfaces;
Type
TPascalCoinUtils = Class
Private
Public
Class Function IsHexaString(Const Value: String): Boolean; Static;
Class Function AccountNumberCheckSum(Const Value: Cardinal): Integer; Static;
Class Function AccountNumberWithCheckSum(Co... | 26.371257 | 103 | 0.733197 |
61167ba7f1a44abc224b0ac3e62595fd349fd5f1 | 15,947 | pas | Pascal | source/idetester_console.pas | simar0at/lazarus-ide-tester | 8b0e1aa391a7cb4844e6e1b420103f075ef5c4a4 | [
"BSD-3-Clause"
] | 6 | 2020-12-22T11:41:37.000Z | 2021-08-28T02:22:47.000Z | source/idetester_console.pas | simar0at/lazarus-ide-tester | 8b0e1aa391a7cb4844e6e1b420103f075ef5c4a4 | [
"BSD-3-Clause"
] | null | null | null | source/idetester_console.pas | simar0at/lazarus-ide-tester | 8b0e1aa391a7cb4844e6e1b420103f075ef5c4a4 | [
"BSD-3-Clause"
] | 3 | 2021-03-09T17:30:45.000Z | 2022-03-08T10:44:34.000Z | unit idetester_console;
{
This is adapted/modified from the base FPCUnit ConsoleTestRunner. The purpose
of the modifications is to give the host more control over how the the tests
are run - e.g. to fit in with a CI Build framework
}
{
Modifications (not many) are Copyright (c) 2011+, Health Intersections Pt... | 27.542314 | 195 | 0.693234 |
619d18d0a51106f9e6a42967fd3554f211ea8698 | 1,323 | dfm | Pascal | tests/12_Lock/test_12_Lock.dfm | LordVampir1983/OmniThreadLibrary | ce6cb96297181cbed84ce0ad6e9f220b24636cb2 | [
"BSD-3-Clause"
] | 386 | 2015-04-16T21:28:31.000Z | 2022-03-16T00:23:23.000Z | tests/12_Lock/test_12_Lock.dfm | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | 120 | 2015-04-16T21:54:23.000Z | 2022-03-11T15:25:09.000Z | tests/12_Lock/test_12_Lock.dfm | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | 152 | 2015-04-17T13:20:50.000Z | 2022-03-09T16:14:53.000Z | object frmTestLock: TfrmTestLock
Left = 0
Top = 0
Caption = 'Lock tester'
ClientHeight = 306
ClientWidth = 611
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 9... | 19.746269 | 49 | 0.587302 |
cd9041e92e98d04debb2ad308191240392764cdd | 4,350 | pas | Pascal | samples/articles_crud_vcl_client/MainFormU.pas | segovoni/delphimvcframework | f48fddecbf31b9bed4456bd44a9aaba813cfaa7f | [
"Apache-2.0"
] | 1 | 2019-04-20T12:33:10.000Z | 2019-04-20T12:33:10.000Z | samples/articles_crud_vcl_client/MainFormU.pas | segovoni/delphimvcframework | f48fddecbf31b9bed4456bd44a9aaba813cfaa7f | [
"Apache-2.0"
] | null | null | null | samples/articles_crud_vcl_client/MainFormU.pas | segovoni/delphimvcframework | f48fddecbf31b9bed4456bd44a9aaba813cfaa7f | [
"Apache-2.0"
] | 1 | 2020-03-22T15:06:54.000Z | 2020-03-22T15:06:54.000Z | unit MainFormU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Param, FireDAC.Stan.Error, FireDAC.DatS, FireDAC.Phys.Intf,
FireDAC.DApt.Intf, Data... | 26.047904 | 99 | 0.708276 |
619b478ef16aea51c94ac5e0de38708c74dd4348 | 13,989 | pas | Pascal | lazarus/lcl/interfaces/qt/qtcaret.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | lazarus/lcl/interfaces/qt/qtcaret.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | lazarus/lcl/interfaces/qt/qtcaret.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | {
/***************************************************************************
QtCaret.pas - Qt Caret Emulation
-------------------------------------
copyright (c) Andreas Hausladen
adopted for Lazarus and Qt4 by Lazarus Team
**************************************... | 24.244367 | 190 | 0.677175 |
17d1fa3d68e4acb5fb2803f4b91856c6ef5f995a | 1,507 | pas | Pascal | tests/Tests.Delphi.SpecificationUtils.Arrays.EqualsInSequence.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 7 | 2016-08-25T23:11:42.000Z | 2020-10-17T00:08:54.000Z | tests/Tests.Delphi.SpecificationUtils.Arrays.EqualsInSequence.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 1 | 2016-09-12T18:57:03.000Z | 2016-09-13T14:17:45.000Z | tests/Tests.Delphi.SpecificationUtils.Arrays.EqualsInSequence.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 4 | 2016-09-12T16:32:52.000Z | 2019-06-24T05:13:09.000Z | unit Tests.Delphi.SpecificationUtils.Arrays.EqualsInSequence;
interface
uses
DUnitX.TestFramework, Spring.DesignPatterns;
type
[TestFixture]
TTestArrayEqualsInSequence = class(TObject)
protected
fAreEqualInSequence: ISpecification<TArray<String>>;
protected const
fSetup = 'a,b,c,d';
public
[... | 25.982759 | 114 | 0.743198 |
617b115f054c0031d0b4eeeb1bd6305d388fd365 | 6,673 | pas | Pascal | src/Libs/Encrypter/Implementations/CompositeEncrypterImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | 78 | 2019-01-31T13:40:48.000Z | 2022-03-22T17:26:54.000Z | src/Libs/Encrypter/Implementations/CompositeEncrypterImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | 24 | 2020-01-04T11:50:53.000Z | 2022-02-17T09:55:23.000Z | src/Libs/Encrypter/Implementations/CompositeEncrypterImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | 9 | 2018-11-05T03:43:24.000Z | 2022-01-21T17:23:30.000Z | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit CompositeEncrypterImpl;
interface
{$MODE OBJFPC}
{$H+}
uses
... | 33.70202 | 106 | 0.520755 |
cd4902af20418f55b59e8056b00186cbfa76a993 | 2,044 | dpr | Pascal | Demos/Main Demos/HtmlDemoW.dpr | PopRe/HtmlViewer | e7e96247fb1b63f59ddfcd2888793b354275b319 | [
"MIT"
] | 320 | 2015-01-12T08:42:13.000Z | 2022-03-26T14:49:32.000Z | Demos/Main Demos/HtmlDemoW.dpr | PopRe/HtmlViewer | e7e96247fb1b63f59ddfcd2888793b354275b319 | [
"MIT"
] | 217 | 2015-01-05T10:40:53.000Z | 2022-03-17T13:49:52.000Z | Demos/Main Demos/HtmlDemoW.dpr | PopRe/HtmlViewer | e7e96247fb1b63f59ddfcd2888793b354275b319 | [
"MIT"
] | 133 | 2015-02-10T12:51:08.000Z | 2022-03-17T13:51:32.000Z | {
Version 11.7
Copyright (c) 1995-2008 by L. David Baldwin
Copyright (c) 2008-2010 by HtmlViewer Team
Copyright (c) 2011-2015 by Bernd Gabriel
*********************************************************
* *
* Thanks to Mike Lischke for his *
... | 37.851852 | 80 | 0.677593 |
cd15b2c5da8f10324437ec6f368df66c56812757 | 1,921 | pas | Pascal | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.GetSMSSandboxAccountStatusRequestMarshaller.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.GetSMSSandboxAccountStatusRequestMarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.GetSMSSandboxAccountStatusRequestMarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.SNS.Transform.GetSMSSandboxAccountStatusRequestMarshaller;
interface
uses
AWS.Internal.Request,
AWS.Transform.RequestMarshaller,
AWS.Runtime.Model,
AWS.SNS.Model.GetSMSSandboxAccountStatusRequest,
AWS.Internal.DefaultRequest;
type
IGetSMSSandboxAccountStatusRequestMarshaller = IMarshaller<IR... | 33.12069 | 178 | 0.836023 |
aa91ebcad8426a7852193bdc35201da65e51180b | 37,613 | pas | Pascal | src/3rd party/components/AlexMX/mxmenus.pas | OLR-xray/OLR-3.0 | b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611 | [
"Apache-2.0"
] | 8 | 2016-01-25T20:18:51.000Z | 2019-03-06T07:00:04.000Z | src/3rd party/components/AlexMX/mxmenus.pas | OLR-xray/OLR-3.0 | b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611 | [
"Apache-2.0"
] | null | null | null | src/3rd party/components/AlexMX/mxmenus.pas | OLR-xray/OLR-3.0 | b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611 | [
"Apache-2.0"
] | 3 | 2016-02-14T01:20:43.000Z | 2021-02-03T11:19:11.000Z | unit MxMenus;
{$I mx.INC}
{$S-,W-,R-}
interface
uses Windows, SysUtils,
Classes, Controls, Messages, Graphics, ImgList, Menus;
type
TMxMenuStyle = (msStandard, msOwnerDraw, msBtnLowered, msBtnRaised);
TMenuOwnerDrawState = set of (mdSelected, mdGrayed, mdDisabled, mdChecked,
mdFocused, mdDefault);
TDra... | 35.28424 | 140 | 0.647808 |
cdf4c25efdf64e512246d7b3742a80479b8f3a2a | 1,453 | lpr | Pascal | Utils2/FPC/WinToPas.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Utils2/FPC/WinToPas.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Utils2/FPC/WinToPas.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program WinToPas;
{$MODE Delphi}
uses
Forms, Interfaces,
fScanLog in '..\Source\ToPasfScanLog.pas' {ScanLog},
uUI in '..\Source\ToPasuUI.pas',
uParseC in '..\Source\ToPasuParseC.pas',
uTablesC in '..\Source\ToPasuTablesC.pas',
uXStrings in '..\Source\ToPasuXStrings.pas',
uMacros in '..\Source... | 36.325 | 72 | 0.717825 |
61261aba4b12e6ceccad5cf107de7e6586c8da94 | 4,007 | pas | Pascal | Spoofer.pas | 2010kohtep/Terminal | 1ab7adda5a8b090e5d1044a512d5bc8d64495b6e | [
"Unlicense"
] | 2 | 2019-09-26T17:08:27.000Z | 2020-11-03T19:43:47.000Z | Spoofer.pas | 2010kohtep/Terminal | 1ab7adda5a8b090e5d1044a512d5bc8d64495b6e | [
"Unlicense"
] | null | null | null | Spoofer.pas | 2010kohtep/Terminal | 1ab7adda5a8b090e5d1044a512d5bc8d64495b6e | [
"Unlicense"
] | 4 | 2018-10-03T17:05:25.000Z | 2021-02-10T10:53:30.000Z | unit Spoofer;
{$I Default.inc}
interface
uses
MemSearch, Strings, Memory,
CvarDef, HLSDK;
function RevHash(S: PChar): LongInt;
function Bruteforce: Boolean;
function Spoofer_CustomEmu(P: Pointer; SteamID: LongInt): Pointer;
function Spoofer_OldRevEmu(P: Pointer; SteamID: LongInt): Pointer;
function Spoofer_Steam... | 16.288618 | 113 | 0.680309 |
cdc8583f51913dc862745f7d325ae95160315334 | 5,756 | dfm | Pascal | Unit2.dfm | zjg076000/BatchExcel | 4e0ea44d36bba01c0f81491c543c82c7640878e8 | [
"Apache-2.0"
] | null | null | null | Unit2.dfm | zjg076000/BatchExcel | 4e0ea44d36bba01c0f81491c543c82c7640878e8 | [
"Apache-2.0"
] | null | null | null | Unit2.dfm | zjg076000/BatchExcel | 4e0ea44d36bba01c0f81491c543c82c7640878e8 | [
"Apache-2.0"
] | null | null | null | object Form2: TForm2
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
Caption = #25209#37327#22788#29702#25991#20214#24037#20855
ClientHeight = 686
ClientWidth = 817
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#2... | 23.687243 | 73 | 0.527102 |
6195609f5d7daf4dbca85d3ffe4ec0d278a355c2 | 4,004 | pas | Pascal | Source/Services/Rekognition/Base/Transform/AWS.Rekognition.Transform.StartFaceSearchRequestMarshaller.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/Rekognition/Base/Transform/AWS.Rekognition.Transform.StartFaceSearchRequestMarshaller.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/Rekognition/Base/Transform/AWS.Rekognition.Transform.StartFaceSearchRequestMarshaller.pas | landgraf-dev/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.Rekognition.Transform.StartFaceSearchRequestMarshaller;
interface
uses
System.Classes,
System.SysUtils,
Bcl.Json.Writer,
AWS.Internal.Request,
AWS.Transform.RequestMarshaller,
AWS.Runtime.Model,
AWS.Rekognition.Model.StartFaceSearchRequest,
AWS.Internal.DefaultRequest,
AWS.SDKUtils,... | 33.932203 | 145 | 0.73951 |
cda3516c4840053712d9a13de0f1f5abaa24570b | 204 | dpr | Pascal | SwipeSample.dpr | bravesoftdz/SlidePhoto | 95fe396e51e14413255ab36e70848c4dc7177f5d | [
"MIT"
] | 6 | 2020-12-19T10:20:09.000Z | 2022-01-29T00:02:30.000Z | SwipeSample.dpr | HemulGM/SlidePhoto | 95fe396e51e14413255ab36e70848c4dc7177f5d | [
"MIT"
] | null | null | null | SwipeSample.dpr | HemulGM/SlidePhoto | 95fe396e51e14413255ab36e70848c4dc7177f5d | [
"MIT"
] | 2 | 2021-01-27T03:37:35.000Z | 2021-06-08T06:06:57.000Z | program SwipeSample;
uses
System.StartUpCopy,
FMX.Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 13.6 | 40 | 0.715686 |
bc69b76aacd5cc2840e7137dc6b05ce747159827 | 1,586 | pas | Pascal | source/Com/GitHub/Pikaju/Protobuf/Delphi/Com.GitHub.Pikaju.Protobuf.Delphi.uProtobufWireCodec.pas | Pikaju/ProtobufDelphi | 109157866bb7ffde0165efb9e60ddd64575cee1d | [
"MIT"
] | 1 | 2021-03-25T14:04:09.000Z | 2021-03-25T14:04:09.000Z | source/Com/GitHub/Pikaju/Protobuf/Delphi/Com.GitHub.Pikaju.Protobuf.Delphi.uProtobufWireCodec.pas | Pikaju/ProtobufDelphi | 109157866bb7ffde0165efb9e60ddd64575cee1d | [
"MIT"
] | 13 | 2020-10-19T21:56:11.000Z | 2020-11-15T17:01:54.000Z | source/Com/GitHub/Pikaju/Protobuf/Delphi/Com.GitHub.Pikaju.Protobuf.Delphi.uProtobufWireCodec.pas | Pikaju/ProtobufDelphi | 109157866bb7ffde0165efb9e60ddd64575cee1d | [
"MIT"
] | 5 | 2020-10-08T11:39:16.000Z | 2020-10-20T13:51:44.000Z | /// <summary>
/// Runtime library support for <c>protoc-gen-delphi</c> <i>field codecs</i> that define the encoding/decoding of
/// protobuf fields from/to the protobuf binary wire format (<i>wire codecs</i>).
/// </summary>
unit Com.GitHub.Pikaju.Protobuf.Delphi.uProtobufWireCodec;
{$IFDEF FPC}
{$MODE DELPHI}
{$END... | 40.666667 | 141 | 0.761665 |
cdcb9572b65a4b3875252ee97c75640de860633e | 10,953 | pas | Pascal | Codigo/UnitListaEsp.pas | MDsolucoesTI/Apolo | 76253d1dea34056f0363f76b802905e8150bba12 | [
"MIT"
] | null | null | null | Codigo/UnitListaEsp.pas | MDsolucoesTI/Apolo | 76253d1dea34056f0363f76b802905e8150bba12 | [
"MIT"
] | null | null | null | Codigo/UnitListaEsp.pas | MDsolucoesTI/Apolo | 76253d1dea34056f0363f76b802905e8150bba12 | [
"MIT"
] | 1 | 2021-12-03T08:17:22.000Z | 2021-12-03T08:17:22.000Z | //////////////////////////////////////////////////////////////////////////
// Criacao...........: 08/2002
// Sistema...........: Apolo - Automacao Clinica Medica
// Analistas.........: Marilene Esquiavoni & Denny Paulista Azevedo Filho
// Desenvolvedores...: Marilene Esquiavoni & Denny Paulista Azevedo Filho
// Co... | 34.443396 | 80 | 0.677531 |
6197a2d54df772941dc986e1f199181ee040cec3 | 2,975 | pas | Pascal | Components/JVCL/examples/JvXMLDatabase/Sources/ClassQueryDisplay.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JvXMLDatabase/Sources/ClassQueryDisplay.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JvXMLDatabase/Sources/ClassQueryDisplay.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.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.sourceforge.net
The contents of this f... | 24.586777 | 87 | 0.517311 |
610b59e57a82ca31046d8ac96380bd84208cd8c6 | 2,177 | pas | Pascal | ConfRedeU.pas | Neuvania/Chatt | 6d497059a9278f576ceff9a4243d6d298a7cf7ed | [
"Apache-2.0"
] | null | null | null | ConfRedeU.pas | Neuvania/Chatt | 6d497059a9278f576ceff9a4243d6d298a7cf7ed | [
"Apache-2.0"
] | null | null | null | ConfRedeU.pas | Neuvania/Chatt | 6d497059a9278f576ceff9a4243d6d298a7cf7ed | [
"Apache-2.0"
] | null | null | null | unit ConfRedeU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TConfRede = class(TForm)
gbConfiguracao: TGroupBox;
rbServidor: TRadioButton;
rbCliente: TRadioButton;
Label1: TLabel;
Label2: TLabel;
Label3:... | 21.989899 | 77 | 0.649518 |
17b01ab945c7ba6481eb657d14ec24f2b364676d | 1,198 | pas | Pascal | Native/Delphi/Apps/TicTacToe/TicTacToeLogic/src/Mappers/TicTacToe_WinnerMapperUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/Apps/TicTacToe/TicTacToeLogic/src/Mappers/TicTacToe_WinnerMapperUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/Apps/TicTacToe/TicTacToeLogic/src/Mappers/TicTacToe_WinnerMapperUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | unit TicTacToe_WinnerMapperUnit;
interface
uses
TicTacToe_WinnerUnit;
type
TWinnerMapper = class(TObject)
public
class function ToText(const winner: TWinner): string;
class function WinnerText(const winner: TWinner): string;
end;
implementation
uses
TicTacToe_PlayerMapperUnit,
... | 23.038462 | 123 | 0.691152 |
616c9efb554eca11f584a919ebc3af00252ddca3 | 2,183 | pas | Pascal | strtemplate/strtemplatewithclasses.pas | skalogryz/handyutils | be88fb370ee447896dc81bcd9bb13eb7c07a2347 | [
"Unlicense"
] | 3 | 2018-08-22T14:33:10.000Z | 2019-09-28T08:15:34.000Z | strtemplate/strtemplatewithclasses.pas | skalogryz/handyutils | be88fb370ee447896dc81bcd9bb13eb7c07a2347 | [
"Unlicense"
] | null | null | null | strtemplate/strtemplatewithclasses.pas | skalogryz/handyutils | be88fb370ee447896dc81bcd9bb13eb7c07a2347 | [
"Unlicense"
] | null | null | null | {
Free to any use - distribution, changes and modification w/o any notice.
Dmitry 'skalogryz' Boyarintsev - Aug 2018
}
unit StrTemplateWithClasses;
{$ifdef fpc}{$mode delphi}{$H+}{$endif}
interface
uses
Classes, SysUtils, StrTemplateCore;
function FillTemplate(const s: string; src: TStrings):... | 23.728261 | 90 | 0.691251 |
6195bba6c15bc96fdfae941147e66eae9cdb0114 | 1,223 | dfm | Pascal | Demos/Datasnap/Server/ufrmPrincipal.dfm | CarlosHe/fortesreport-ce | 285f9ec1def0caff8bdc1b7f4d08c576f8d1e12e | [
"Apache-2.0"
] | 1 | 2021-05-12T12:00:05.000Z | 2021-05-12T12:00:05.000Z | Demos/Datasnap/Server/ufrmPrincipal.dfm | RafaSartori/fortesreport-ce | 172d8b0ea1112ff9cf1e5817d52c8909150e5c4a | [
"Apache-2.0"
] | null | null | null | Demos/Datasnap/Server/ufrmPrincipal.dfm | RafaSartori/fortesreport-ce | 172d8b0ea1112ff9cf1e5817d52c8909150e5c4a | [
"Apache-2.0"
] | null | null | null | object frmPrincipal: TfrmPrincipal
Left = 271
Top = 114
Caption = 'frmPrincipal'
ClientHeight = 235
ClientWidth = 399
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
... | 18.815385 | 47 | 0.630417 |
6174e5a31ee32c2f3fe1f638bd67531c5e07c48a | 17,256 | pas | Pascal | VCL_DELPHIX_D6/DXMapEdit.pas | danielmarschall/spacemission | 28eaed68d11cd9c25f054b551949fb9187f654d2 | [
"Apache-2.0"
] | null | null | null | VCL_DELPHIX_D6/DXMapEdit.pas | danielmarschall/spacemission | 28eaed68d11cd9c25f054b551949fb9187f654d2 | [
"Apache-2.0"
] | null | null | null | VCL_DELPHIX_D6/DXMapEdit.pas | danielmarschall/spacemission | 28eaed68d11cd9c25f054b551949fb9187f654d2 | [
"Apache-2.0"
] | 1 | 2021-01-28T02:19:19.000Z | 2021-01-28T02:19:19.000Z | unit DXMapEdit;
//(c)2007 Jaro Benes
//All Rights Reserved
{
Complex application for users of unDelphiX as component editor:
Supported:
a) create image map and store it into rersource.
b) allow do change.
c) controll map by each chip.
}
interface
{$INCLUDE DelphiXcfg.inc}
uses
Windows, M... | 33.057471 | 159 | 0.692629 |
616430969feceb70be9c95a5a32bf68fef629e5e | 609 | lpr | Pascal | Projects/Genealogie/FPC/Prj_GedCom2Odf.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Genealogie/FPC/Prj_GedCom2Odf.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Genealogie/FPC/Prj_GedCom2Odf.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program Prj_GedCom2Odf;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, Frm_GedCom2OdfMain, cmp_GedComDocumentWriter, unt_IGenBase2,
Cls_GedComExt, cls_GenealogieHelper, Cmp_GedComFile, fra_GenShowIndivid... | 24.36 | 75 | 0.740558 |
bc34b88dc17c9f46b4c6fa5dc6761b09a5159345 | 1,528 | pas | Pascal | Procesos/FacturasEdit.pas | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | Procesos/FacturasEdit.pas | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | Procesos/FacturasEdit.pas | NetVaIT/MAS | ebdbf2dc8ca6405186683eb713b9068322feb675 | [
"Apache-2.0"
] | null | null | null | unit FacturasEdit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, _StandarGFormEdit, dxSkinsCore,
dxSkinBlack, dxSkinBlue, dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee,
dxSkinDarkRoom, dxSkinDarkSide... | 38.2 | 99 | 0.801702 |
17c54d83195033230fc0e666e6374c7a0bcbc583 | 17,305 | pas | Pascal | PoissonU.pas | mitteldorf/C-elegans_pop_dynamics | c24078168029117010604986ed499deff73263cd | [
"Unlicense",
"MIT"
] | null | null | null | PoissonU.pas | mitteldorf/C-elegans_pop_dynamics | c24078168029117010604986ed499deff73263cd | [
"Unlicense",
"MIT"
] | null | null | null | PoissonU.pas | mitteldorf/C-elegans_pop_dynamics | c24078168029117010604986ed499deff73263cd | [
"Unlicense",
"MIT"
] | null | null | null | {$N+,R+,J+}
{ define STANDALONE}
{$ifdef STANDALONE}
{ define USE_ARRAY}
program Poisson_; {generates random numbers in Poisson distribution}
uses OPCRT,GRAPH,DOS,MRNG;
{$else}
unit PoissonU;
INTERFACE
uses MRNG,SYSUTILS;
{$ifdef NDEBUG}
type double=real;
{$endif NDEBUG}
function Factorial(n :integer)... | 36.355042 | 118 | 0.553713 |
cdd3eb4057ea50cc1750e08347f8bca16f0be16e | 20,407 | pas | Pascal | NTICSLib/source/DCPgost.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | NTICSLib/source/DCPgost.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | NTICSLib/source/DCPgost.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | unit DCPgost;
interface
uses
Classes, Sysutils, DCPcrypt2, DCPconst, DCPblockciphers;
type
TDCP_gost= class(TDCP_blockcipher64)
protected
KeyData: array[0..7] of DWord;
procedure InitKey(const Key; Size: longword); override;
public
class function GetID: integer; override;
class function GetAlg... | 62.406728 | 96 | 0.688734 |
cd8327e467c8548081e3ab482599242eb1edb689 | 20,911 | pas | Pascal | Version7/Source/PDElements/fuse.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 1 | 2018-10-10T01:38:14.000Z | 2018-10-10T01:38:14.000Z | Version7/Source/PDElements/fuse.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 7 | 2018-08-15T04:00:26.000Z | 2018-10-25T10:15:59.000Z | Version7/Source/PDElements/fuse.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | null | null | null | unit Fuse;
{
----------------------------------------------------------
Copyright (c) 2008-2015, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
{
Created 11-1-00 from Recloser Control
}
{
A Fuse is a control element that... | 31.163934 | 179 | 0.562527 |
6141f324d174a77a0d4555731466c8620bc874d7 | 23,920 | pas | Pascal | Server/FHIR.Server.SessionMgr.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.SessionMgr.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.SessionMgr.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | unit FHIR.Server.SessionMgr;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of so... | 35.021962 | 204 | 0.695987 |
1717c7e9e7593e6d69b32e0308dd8beafbdf7890 | 7,651 | pas | Pascal | src/classes/common/dockerconfiguration.pas | danitso/docker-control | cb77d0e50f4cf30a8ab0fd6c9e915eadf59dce03 | [
"MIT"
] | 1 | 2021-03-13T01:49:29.000Z | 2021-03-13T01:49:29.000Z | src/classes/common/dockerconfiguration.pas | danitso/docker-control | cb77d0e50f4cf30a8ab0fd6c9e915eadf59dce03 | [
"MIT"
] | null | null | null | src/classes/common/dockerconfiguration.pas | danitso/docker-control | cb77d0e50f4cf30a8ab0fd6c9e915eadf59dce03 | [
"MIT"
] | null | null | null | unit DockerConfiguration;
{$MODE DELPHI}
interface
uses
Classes,
ConfigurationInterface,
FpJson,
JsonConf,
{$IFNDEF MSWINDOWS}
Process,
{$ENDIF}
SysUtils;
type
{ TDockerConfiguration }
TDockerConfiguration = class(TInterfacedObject, IConfigurationInterface)
protected const
OPTION_ADVANCED_... | 31.485597 | 80 | 0.739903 |
bc6dbb0a29381dbb68de980a4fcdad98b4c2082c | 440 | pas | Pascal | Chapter03/Builder/DataBuilderFluent.Intf.pas | PacktPublishing/Hands-On-Design-Patterns-with-Delphi | 30f6ab51e61d583f822be4918f4b088e2255cd82 | [
"MIT"
] | 38 | 2019-02-28T06:22:52.000Z | 2022-03-16T12:30:43.000Z | Chapter03/Builder/DataBuilderFluent.Intf.pas | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | null | null | null | Chapter03/Builder/DataBuilderFluent.Intf.pas | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | 18 | 2019-03-29T08:36:14.000Z | 2022-03-30T00:31:28.000Z | unit DataBuilderFluent.Intf;
interface
type
IDataBuilderFluent = interface ['{1BA8B314-4968-4209-AF1E-2496C7BEC390}']
function BeginData: IDataBuilderFluent;
function BeginNode(const name: string): IDataBuilderFluent;
function AddField(const name, value: string): IDataBuilderFluent;
function EndNode... | 24.444444 | 75 | 0.772727 |
6160e0882107c2754439a9b28b73aadb99eb1343 | 6,426 | pas | Pascal | library/r4/FHIR.R4.Questionnaire2.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | library/r4/FHIR.R4.Questionnaire2.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | library/r4/FHIR.R4.Questionnaire2.pas | 17-years-old/fhirserver | 9575a7358868619311a5d1169edde3ffe261e558 | [
"BSD-3-Clause"
] | null | null | null | unit FHIR.R4.Questionnaire2;
{
Copyright (c) 2017+, Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source cod... | 35.502762 | 115 | 0.759882 |
613a05c5d27f5e47e20798dff81920fa5933d0bd | 3,155 | pas | Pascal | exercises/book-store/uBookStoreExample.pas | neoprez/delphi | 2207cd228c4fde294f8b4c810239286f5ea50032 | [
"MIT"
] | 28 | 2017-08-02T16:18:29.000Z | 2021-12-25T22:38:15.000Z | exercises/book-store/uBookStoreExample.pas | neoprez/delphi | 2207cd228c4fde294f8b4c810239286f5ea50032 | [
"MIT"
] | 103 | 2017-06-18T22:48:20.000Z | 2021-09-02T13:17:06.000Z | exercises/book-store/uBookStoreExample.pas | filiptoskovic/delphi | 3e0fdad99efb579ac319e708be326124ae3179e0 | [
"MIT"
] | 30 | 2017-07-21T17:48:26.000Z | 2021-11-05T15:59:25.000Z | unit uBookStore;
interface
type
IBasket = interface(IInvokable)
['{22B4BAF3-88E6-456D-9DE5-F6BAC743A655}']
function Total:integer;
end;
function NewBasket(aBasket: TArray<Integer>): IBasket;
implementation
uses System.SysUtils, System.Generics.collections;
type
TBasket = class(TInterfacedObject, IBaske... | 21.758621 | 84 | 0.623138 |
6172c60eb2b5810b7df2e13e8d73e654768ee562 | 11,277 | pas | Pascal | files1.pas | bb84000/ProgramGrpMgr | b110ca92b1b97d09c01db1410e205495113166e6 | [
"OpenSSL"
] | 1 | 2021-08-17T20:18:36.000Z | 2021-08-17T20:18:36.000Z | files1.pas | bb84000/ProgramGrpMgr | b110ca92b1b97d09c01db1410e205495113166e6 | [
"OpenSSL"
] | null | null | null | files1.pas | bb84000/ProgramGrpMgr | b110ca92b1b97d09c01db1410e205495113166e6 | [
"OpenSSL"
] | null | null | null | //******************************************************************************
// Unit Files1 for ProgramGrpMgr (Lazarus)
// bb- sdtp - march 2019
//******************************************************************************
unit files1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, dialogs, laz2_DOM... | 30.644022 | 100 | 0.696728 |
cdbad6cc8e1d8369114796f01370f787b701fd00 | 387 | lpr | Pascal | src/lazarus/AudioMixerPlugin.lpr | mikan-megane/aviutl_psdtoolkit | 6358793570a1d6adb285d302ea12f9fb99058792 | [
"MIT"
] | 86 | 2017-09-09T14:31:41.000Z | 2022-03-31T10:25:01.000Z | src/lazarus/AudioMixerPlugin.lpr | mikan-megane/aviutl_psdtoolkit | 6358793570a1d6adb285d302ea12f9fb99058792 | [
"MIT"
] | 89 | 2017-09-09T16:15:09.000Z | 2022-03-19T01:18:29.000Z | src/lazarus/AudioMixerPlugin.lpr | mikan-megane/aviutl_psdtoolkit | 6358793570a1d6adb285d302ea12f9fb99058792 | [
"MIT"
] | 10 | 2018-06-25T18:24:00.000Z | 2021-12-28T03:11:00.000Z | library AudioMixerPlugin;
{$mode objfpc}{$H+}
{$CODEPAGE UTF-8}
uses
AviUtl,
CircularBuffer,
Lag,
RbjEQFilter,
MDADynamics,
ChannelStrip,
AudioMixer,
AudioMixerMain,
OnePole,
FixedCircularBuffer,
Reverb,
MultiTapDelay,
Vibrato,
AllPass,
AuxChannelStrip;
exports
GetFilterTableList;
be... | 12.9 | 42 | 0.73385 |
cd204b000a078f55d7e8c0e62245943ca3f762d8 | 460 | lpr | Pascal | Examples/trunk/lazresexplorer/resexplorer.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Examples/trunk/lazresexplorer/resexplorer.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Examples/trunk/lazresexplorer/resexplorer.lpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program ResExploer;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, reMainUnit, reAboutUnit, reConstsUnit
{ you can add units after this };
{$R resexplorer.res}
begin
Application.Initialize;
A... | 20 | 51 | 0.68913 |
cdca015dccb4ae845ee475e1ee680d1cfa005a82 | 888 | pas | Pascal | Source/TextEditor.Search.Wildcard.pas | khongten001/TTextEditor | ed97467c1a81f18fe2ddf4eca87426f2a6c58fbf | [
"MIT"
] | null | null | null | Source/TextEditor.Search.Wildcard.pas | khongten001/TTextEditor | ed97467c1a81f18fe2ddf4eca87426f2a6c58fbf | [
"MIT"
] | null | null | null | Source/TextEditor.Search.Wildcard.pas | khongten001/TTextEditor | ed97467c1a81f18fe2ddf4eca87426f2a6c58fbf | [
"MIT"
] | null | null | null | unit TextEditor.Search.Wildcard;
interface
uses
System.Classes, TextEditor.Search.RegularExpressions;
type
TTextEditorWildcardSearch = class(TTextEditorRegexSearch)
protected
function WildCardToRegExpr(const AWildCard: string): string;
procedure SetPattern(const AValue: string); override;
end;
impl... | 20.181818 | 86 | 0.684685 |
bcc1d6d7cdb40a2759f90168152537913e12b465 | 25,206 | pas | Pascal | NTS Code Library/GDIPlus/Winapi.GDIPUTIL.pas | GooD-NTS/nts-code-suite | 81393b933e20b62630a770c040fdab002917ddb4 | [
"MIT"
] | 5 | 2018-01-11T10:41:25.000Z | 2022-03-15T13:15:57.000Z | NTS Code Library/GDIPlus/Winapi.GDIPUTIL.pas | GooD-NTS/nts-code-suite | 81393b933e20b62630a770c040fdab002917ddb4 | [
"MIT"
] | null | null | null | NTS Code Library/GDIPlus/Winapi.GDIPUTIL.pas | GooD-NTS/nts-code-suite | 81393b933e20b62630a770c040fdab002917ddb4 | [
"MIT"
] | 1 | 2018-03-23T04:52:53.000Z | 2018-03-23T04:52:53.000Z | {******************************************************************}
{ GDI+ Util }
{ }
{ home page : http://www.progdigy.com }
{ email :... | 66.506596 | 102 | 0.628342 |
178bab411534198f96fa313aa3da64803ec7e8ad | 531 | pas | Pascal | test/TABLE.pas | dungwinux/kon | bfdbb91b304cc060737c3a7f8ac4cda6849c0fc5 | [
"MIT"
] | null | null | null | test/TABLE.pas | dungwinux/kon | bfdbb91b304cc060737c3a7f8ac4cda6849c0fc5 | [
"MIT"
] | 7 | 2019-01-09T11:37:42.000Z | 2021-05-11T08:26:40.000Z | test/TABLE.pas | dungwinux/kon | bfdbb91b304cc060737c3a7f8ac4cda6849c0fc5 | [
"MIT"
] | 2 | 2019-01-09T03:34:01.000Z | 2019-02-24T06:11:18.000Z | {$MODE OBJFPC}
program Icons;
const
InputFile = 'TABLE.INP';
OutputFile = 'TABLE.OUT';
var
n, k: Int64;
procedure Enter;
var
f: TextFile;
begin
AssignFile(f, InputFile); Reset(f);
ReadLn(f, n);
CloseFile(f);
end;
procedure Solve;
var
f: TextFile;
begin
k := Trunc(Sqrt(n));
AssignFile(f, OutputFil... | 15.617647 | 54 | 0.591337 |
61626aff18ca90cf77f09ddcec06e610743dad86 | 3,836 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/source/JvMouseTimerU.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/restructured/source/JvMouseTimerU.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/restructured/source/JvMouseTimerU.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... | 26.825175 | 86 | 0.715068 |
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.