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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6aea8e154e4e1e755c6464287a127f9c3399f277 | 8,520 | pas | Pascal | numbers/0024.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | numbers/0024.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | numbers/0024.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
> How does the following Function make a Word into Hex:
- Dissection:
}
Type
Str4 : String[4];
Function WordtoHex(W : Word) : St4
Var
HexStr : St4;
Function Translate(B : Byte) : Char;
{ This Function takes a number from 0 to 15 and makes it into a hex digit.}
begin
if B < 10 th... | 44.145078 | 80 | 0.665962 |
6aa47f1b7375caa0c7ccd5ba1cbfad6a061fd1e1 | 491 | pas | Pascal | Examples/WinVersion/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 18 | 2015-05-18T01:55:45.000Z | 2019-05-03T03:23:52.000Z | Examples/WinVersion/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Examples/WinVersion/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 19 | 2015-05-14T01:06:35.000Z | 2019-06-02T05:19:00.000Z | unit _fmMain;
interface
uses
WinVersion,
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
type
TfmMain = class(TForm)
procedure FormCreate(Sender: TObject);
private
public
end;
var
fmMain: TfmMain;
implementat... | 14.878788 | 98 | 0.739308 |
aaa57e2f29fc35e809c218107564d33227365245 | 733 | pas | Pascal | Test/TestUnusedUses/BaseUnusedUnitsSetAllUse.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 80 | 2016-01-27T19:28:36.000Z | 2021-10-04T18:47:46.000Z | Test/TestUnusedUses/BaseUnusedUnitsSetAllUse.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 68 | 2016-01-24T14:24:09.000Z | 2020-12-18T10:42:42.000Z | Test/TestUnusedUses/BaseUnusedUnitsSetAllUse.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 37 | 2016-02-17T05:25:24.000Z | 2021-11-24T17:00:32.000Z | unit BaseUnusedUnitsSetAllUse;
interface
uses
System.StrUtils,
System.Generics.Collections,
System.SysUtils,
Types;
type
TClassUnused = class
function TestUsesOfNonClassMethod: string;
procedure TestUsesOfCollections;
function Rect: TRect;
end;
implementation
{ TClassUnused }
function TCla... | 15.595745 | 55 | 0.742156 |
6a64dc712fc34dfbf588776149cbcd3a65791f0f | 4,496 | dfm | Pascal | fTileEditor.dfm | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | fTileEditor.dfm | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | fTileEditor.dfm | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | object frm16x16TileEditor: Tfrm16x16TileEditor
Left = 571
Top = 329
HelpContext = 1000
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '8x8 Tile Editor'
ClientHeight = 205
ClientWidth = 280
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
... | 39.787611 | 68 | 0.840302 |
6ad7f83a6e7ac67cb953262999eaf47c730ee4f2 | 643 | pas | Pascal | Voice_Sniffer/UnitAcquistion.pas | delphi-pascal-archive/voice-sniffer | ab06e848eb048c845110a542923901cecf4ce01d | [
"Unlicense"
] | 1 | 2021-11-06T23:43:18.000Z | 2021-11-06T23:43:18.000Z | Voice_Sniffer/UnitAcquistion.pas | delphi-pascal-archive/voice-sniffer | ab06e848eb048c845110a542923901cecf4ce01d | [
"Unlicense"
] | null | null | null | Voice_Sniffer/UnitAcquistion.pas | delphi-pascal-archive/voice-sniffer | ab06e848eb048c845110a542923901cecf4ce01d | [
"Unlicense"
] | 1 | 2021-11-06T23:43:19.000Z | 2021-11-06T23:43:19.000Z | unit UnitAcquistion;
interface
uses
Classes,SysUtils;
type
TThreadSniffer = class(TThread)
private
FIp: string;
FPort: integer;
FPortLocal: integer;
FMsg: string;
ErrStr : string;
procedure StoreMsg;
procedure Erreur;
protected
procedure Execute; overr... | 17.378378 | 59 | 0.651633 |
850f797f901886ccf4c31e14b8163e09a499b503 | 2,230 | pas | Pascal | sources/MVCFramework.Utils.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.Utils.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.Utils.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | // ***************************************************************************
//
// Delphi MVC Framework
//
// Copyright (c) 2010-2022 Daniele Teti and the DMVCFramework Team
//
// https://github.com/danieleteti/delphimvcframework
//
// ***************************************************************************
//
// ... | 34.307692 | 102 | 0.710314 |
6ac86bb8b55dfb69061c3678e872f74945226f74 | 1,017 | pas | Pascal | windows/src/desktop/kmshell/render/GenericXMLRenderer.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | 1 | 2021-03-08T09:31:47.000Z | 2021-03-08T09:31:47.000Z | windows/src/desktop/kmshell/render/GenericXMLRenderer.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | null | null | null | windows/src/desktop/kmshell/render/GenericXMLRenderer.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | null | null | null | (*
Name: GenericXMLRenderer
Copyright: Copyright (C) SIL International.
Documentation:
Description:
Create Date: 5 Dec 2006
Modified Date: 5 Dec 2006
Authors: mcdurdin
Related Files:
Dependencies:
Bugs:
Todo:
Note... | 19.557692 | 86 | 0.668633 |
1791c18b84f19ce4025969a2880f893b729e71c6 | 2,197 | dpr | Pascal | vendor/git.apache.org/thrift.git/lib/delphi/test/client.dpr | errodrigues/fn | 277a0beadf2302fc5b7f1188bb7a373f7e4bcd63 | [
"Apache-2.0"
] | 3 | 2019-05-17T05:43:46.000Z | 2019-06-13T11:41:12.000Z | vendor/git.apache.org/thrift.git/lib/delphi/test/client.dpr | errodrigues/fn | 277a0beadf2302fc5b7f1188bb7a373f7e4bcd63 | [
"Apache-2.0"
] | null | null | null | vendor/git.apache.org/thrift.git/lib/delphi/test/client.dpr | errodrigues/fn | 277a0beadf2302fc5b7f1188bb7a373f7e4bcd63 | [
"Apache-2.0"
] | 2 | 2019-05-17T05:43:47.000Z | 2019-06-03T05:30:07.000Z | (*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | 30.513889 | 70 | 0.695494 |
6adf5abc32311702a89a6985c4e57f8ec911bd08 | 74,105 | pas | Pascal | SQLserver/uHeapFile.pas | Evosi/ThinkSQL | f6bc3fac81f0703be6c36f2976c092c55cb9e0e7 | [
"BSD-3-Clause"
] | 4 | 2018-05-01T20:29:14.000Z | 2019-12-01T15:44:05.000Z | SQLserver/uHeapFile.pas | Evosi/ThinkSQL | f6bc3fac81f0703be6c36f2976c092c55cb9e0e7 | [
"BSD-3-Clause"
] | null | null | null | SQLserver/uHeapFile.pas | Evosi/ThinkSQL | f6bc3fac81f0703be6c36f2976c092c55cb9e0e7 | [
"BSD-3-Clause"
] | 4 | 2019-11-26T18:47:26.000Z | 2021-06-25T06:06:18.000Z | unit uHeapFile;
{ ThinkSQL Relational Database Management System
Copyright © 2000-2012 Greg Gaughan
See LICENCE.txt for details
}
{DB-file management routines
Implements AddRecord, ReadRecord and sequential scan for a heap file
(using a flexible slotted page structur... | 40.829201 | 291 | 0.587909 |
6afe786a06cee0fbb9710f8f68388997707ee9ad | 55,578 | pas | Pascal | Source/BoldAwareGUI/ControlPacks/BoldControlPack.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/BoldAwareGUI/ControlPacks/BoldControlPack.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/BoldAwareGUI/ControlPacks/BoldControlPack.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | unit BoldControlPack;
{$UNDEF BOLDCOMCLIENT}
interface
uses
Classes,
SysUtils,
Controls,
{$IFDEF BOLD_DELPH6_OR_LATER}
Types, // IFDEF BOLD_DELPH6_OR_LATER
{$ENDIF}
Menus,
Graphics,
Windows,
BoldDefs,
BoldControlPackDefs,
BoldBase,
BoldContainers,
BoldSubscription,
BoldElements,
BoldQ... | 33.340132 | 210 | 0.776386 |
6adc03fe35de2a51a30ebdcebfa18090581a4f2f | 613 | pas | Pascal | Test/OverloadsPass/overload_constructor2.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/OverloadsPass/overload_constructor2.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/OverloadsPass/overload_constructor2.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | type
TStrArray = array of string;
type
TTest = class
constructor CreateIt(o: TObject; s: string); overload;
constructor CreateIt(o: TObject; s: string; const a: array of String); overload;
end;
constructor TTest.CreateIt(o: TObject; s: string);
begin
PrintLn('First:');
PrintLn(o.ClassName);... | 22.703704 | 86 | 0.660685 |
6aadcb0fe26af5969575dbea81117933d901837b | 7,157 | pas | Pascal | Source/PMapper/Validator/BoldDbStructureValidator.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/PMapper/Validator/BoldDbStructureValidator.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/PMapper/Validator/BoldDbStructureValidator.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | unit BoldDbStructureValidator;
interface
uses
BoldDbValidator,
BoldPSDescriptionsSQL,
BoldDbInterfaces;
type
{ forward declaration }
TBoldDbStructureValidator = class;
{ TBoldDbStructureValidator }
TBoldDbStructureValidator = class(TBoldDbValidator)
private
fCurrentTable: IBoldTable;
functio... | 30.716738 | 172 | 0.764566 |
61f21eb70b12b50ca8b315408b5602648c5f2328 | 3,418 | pas | Pascal | Lib/Myloo.Comp.Delegates.pas | callacius2009/Myloo_Components | 9cbf74c745c0527eebe03f98b04f213d2b27f5da | [
"Apache-2.0"
] | null | null | null | Lib/Myloo.Comp.Delegates.pas | callacius2009/Myloo_Components | 9cbf74c745c0527eebe03f98b04f213d2b27f5da | [
"Apache-2.0"
] | null | null | null | Lib/Myloo.Comp.Delegates.pas | callacius2009/Myloo_Components | 9cbf74c745c0527eebe03f98b04f213d2b27f5da | [
"Apache-2.0"
] | null | null | null | unit Myloo.Comp.Delegates;
interface
uses
Generics.Collections;
{ IDelegate<T> }
type
IDelegate<T> = interface
['{ADBC29C1-4F3D-4E4C-9A79-C805E8B9BD92}']
procedure Add(const Handler: T);
procedure Remove(const Handler: T);
end;
{ IDelegateContainer<T> }
IDelegateContainer<T> ... | 22.486842 | 80 | 0.690755 |
61f71b7235c5d9959a0879c33ba754688c8b2420 | 1,838 | dpr | Pascal | windows/src/ext/jedi/jwscl/branches/0.9.3/examples/Signature/VerifySignature.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jwscl/branches/0.9.3/examples/Signature/VerifySignature.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jwscl/branches/0.9.3/examples/Signature/VerifySignature.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {This demonstration verifies the signature of a given string. The
signature and the public decryption key are taken from two files
created by ComputeSignature.}
program VerifySignature;
{$APPTYPE CONSOLE}
uses
SysUtils,
Classes,
JwsclCryptProvider,
JwsclTypes,
JwsclExceptions,
JwaWindows;
//If ComputeSig... | 25.887324 | 77 | 0.6284 |
6a702c956de1c505aafdf99bfa9da0b4a7c12e31 | 5,503 | pas | Pascal | Components/HGE/HGEVector.pas | 98kmir2/98kmir2 | 46196a161d46cc7a85d168dca683b4aff477a709 | [
"BSD-3-Clause"
] | 15 | 2020-02-13T11:59:11.000Z | 2021-12-31T14:53:44.000Z | Components/HGE/HGEVector.pas | bsjzx8/98 | 46196a161d46cc7a85d168dca683b4aff477a709 | [
"BSD-3-Clause"
] | null | null | null | Components/HGE/HGEVector.pas | bsjzx8/98 | 46196a161d46cc7a85d168dca683b4aff477a709 | [
"BSD-3-Clause"
] | 13 | 2020-02-20T07:22:09.000Z | 2021-12-31T14:56:09.000Z | unit HGEVector;
(*
** Haaf's Game Engine 1.7
** Copyright (C) 2003-2007, Relish Games
** hge.relishgames.com
**
** hgeVector helper class
**
** Delphi conversion by Erik van Bilsen
*)
interface
(****************************************************************************
* HGEVector.h
******************************... | 23.517094 | 83 | 0.631655 |
85188107cd5fb03aa089b9c7c24d36fdc294e2f2 | 2,588 | pas | Pascal | src/gui-classic/UFRMMemoText.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 384 | 2016-07-16T10:07:28.000Z | 2021-12-29T11:22:56.000Z | src/gui-classic/UFRMMemoText.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 165 | 2016-09-11T11:06:04.000Z | 2021-12-05T23:31:55.000Z | src/gui-classic/UFRMMemoText.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 210 | 2016-08-26T14:49:47.000Z | 2022-02-22T18:06:33.000Z | unit UFRMMemoText;
interface
uses
{$IFnDEF FPC}
Windows,
{$ELSE}
LCLIntf, LCLType, LMessages,
{$ENDIF}
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TFRMMemoText = class(TForm)
pnlBottom: TPanel;
Memo: TMemo;
bbCancel: TBitBtn;
... | 23.315315 | 104 | 0.692813 |
6abc8a0dfafc7b150cc056c2aaeeec76a9d279fe | 8,977 | dfm | Pascal | src/editors/LevelEditor/EditLibrary.dfm | acidicMercury8/xray-1.0 | 65e85c0e31e82d612c793d980dc4b73fa186c76c | [
"Linux-OpenIB"
] | 2 | 2020-01-30T12:51:49.000Z | 2020-08-31T08:36:49.000Z | src/editors/LevelEditor/EditLibrary.dfm | acidicMercury8/ixray-1.0 | 65e85c0e31e82d612c793d980dc4b73fa186c76c | [
"Linux-OpenIB"
] | null | null | null | src/editors/LevelEditor/EditLibrary.dfm | acidicMercury8/ixray-1.0 | 65e85c0e31e82d612c793d980dc4b73fa186c76c | [
"Linux-OpenIB"
] | null | null | null | object frmEditLibrary: TfrmEditLibrary
Left = -950
Top = 285
Width = 332
Height = 468
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Object Library'
Color = 10528425
Constraints.MinHeight = 405
Constraints.MinWidth = 332
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
F... | 24.867036 | 51 | 0.529576 |
6a33a2387eb678245399e81f8284c7a8c43f2f23 | 837 | pas | Pascal | Editor/Components/MxRegister.pas | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:19.000Z | 2022-03-26T17:00:19.000Z | Editor/Components/MxRegister.pas | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | null | null | null | Editor/Components/MxRegister.pas | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:21.000Z | 2022-03-26T17:00:21.000Z | unit MxRegister;
{$I MX.INC}
{$D-,L-,S-}
interface
procedure Register;
implementation
{$R *.res}
uses Classes, SysUtils, mxPlacemnt, DesignIntf, mxPropsEd, mxMenus, mxCtrls, ExtBtn, gradient, multi_check,
multi_color, multi_edit, renderwindow;
{ Designer registration }
procedure Register;
begin
... | 27 | 155 | 0.755078 |
61247768b69506470ec62ec2b03a9d85032b6712 | 4,146 | dfm | Pascal | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Femea/UfwzZoo_CMTAnimal.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/UfwzZoo_CMTAnimal.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | null | null | null | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/BancoDados/Femea/UfwzZoo_CMTAnimal.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 3 | 2020-02-17T18:01:52.000Z | 2020-05-07T07:51:28.000Z | object fwzZoo_CMTAnimal: TfwzZoo_CMTAnimal
Left = 535
Top = 181
Caption = 'CMT Animal'
ClientHeight = 201
ClientWidth = 304
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 9... | 24.532544 | 149 | 0.566088 |
bcaa75528415b94c9b57e3f79edbdef48b0c89f2 | 460 | dpr | Pascal | Capitulo8/3.5.Reflection/Client/ClientReflection.dpr | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo8/3.5.Reflection/Client/ClientReflection.dpr | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo8/3.5.Reflection/Client/ClientReflection.dpr | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | program ClientReflection;
uses
Vcl.Forms,
Unit2 in 'Unit2.pas' {Form2},
ClientClassesUnit1 in 'ClientClassesUnit1.pas',
ClientModuleUnit1 in 'ClientModuleUnit1.pas' {ClientModule1: TDataModule},
ClasseStatus in '..\shared\ClasseStatus.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormO... | 24.210526 | 76 | 0.767391 |
6af7fc453a3be2388575bfb9836ab0e5c693fff9 | 3,739 | pas | Pascal | Progressive_Path_Tracing/PRNG.pas | delphi-pascal-archive/progressive-path-tracing | ec0585045e811bd3506f7100acecb442553eb18b | [
"Unlicense"
] | null | null | null | Progressive_Path_Tracing/PRNG.pas | delphi-pascal-archive/progressive-path-tracing | ec0585045e811bd3506f7100acecb442553eb18b | [
"Unlicense"
] | null | null | null | Progressive_Path_Tracing/PRNG.pas | delphi-pascal-archive/progressive-path-tracing | ec0585045e811bd3506f7100acecb442553eb18b | [
"Unlicense"
] | null | null | null | {-------------------------------------------------- Progressive Path Tracing ---------------------------------------------------
This unit implements the Mersenne Twister pseudorandom number generator, in a class (to make it thread-safe). This PRNG is very
fast and has excellent pseudorandom statistical properties,... | 30.398374 | 129 | 0.622894 |
cd7a12612c1cabe0ed863f396a1667f95cd35069 | 433 | dfm | Pascal | pxl/Samples/Delphi/VCL/FullScreenApp/MainFm.dfm | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 48 | 2018-11-19T22:13:00.000Z | 2021-11-02T17:25:41.000Z | Samples/Delphi/VCL/FullScreenApp/MainFm.dfm | LongDirtyAnimAlf/AsphyrePXL | 9151ff88eca1fa01dce083b09e7ea20076f6d334 | [
"Apache-2.0"
] | 6 | 2018-11-24T17:15:29.000Z | 2019-05-15T14:59:56.000Z | pxl/Samples/Delphi/VCL/FullScreenApp/MainFm.dfm | adaloveless/commonx | ed37b239e925119c7ceb3ac7949eefb0259c7f77 | [
"MIT"
] | 12 | 2018-11-20T15:15:44.000Z | 2021-09-14T10:12:43.000Z | object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'PXL FullScreen Demo'
ClientHeight = 564
ClientWidth = 784
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDe... | 20.619048 | 33 | 0.706697 |
6aa5937ab21df98129ee55f188dde3c2d6154084 | 4,662 | pas | Pascal | oop/0064.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | oop/0064.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | oop/0064.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
From: Ken.Burrows@telos.org (Ken Burrows)
>I am trying to write a TVision program that displays a list of items in a
>list box. After highligting the item that the user wants and hitting the OK
>button, I want to copy the highlighted item into a string variable.
>I can Display the list of items (A TCollection)... | 32.375 | 80 | 0.604676 |
cd2869654f77be56d14d00addc69b5ed2b9d7b60 | 2,011 | dpr | Pascal | source/Qollector.dpr | quarkz-de/Qollector | aeab13893eac927ef8909bef4079d97130590e4d | [
"MIT"
] | 3 | 2020-12-09T10:33:14.000Z | 2021-11-09T20:57:52.000Z | source/Qollector.dpr | quarkz-de/Qollector | aeab13893eac927ef8909bef4079d97130590e4d | [
"MIT"
] | null | null | null | source/Qollector.dpr | quarkz-de/Qollector | aeab13893eac927ef8909bef4079d97130590e4d | [
"MIT"
] | null | null | null | program Qollector;
uses
Spring.Container,
Vcl.Forms,
Vcl.Themes,
Vcl.Styles,
Vcl.Styles.Hooks,
Vcl.Styles.UxTheme,
Vcl.Styles.Utils.Menus,
Vcl.Styles.Utils.Forms,
Vcl.Styles.Utils.ComCtrls,
Vcl.Styles.Utils.ScreenTips,
Qodelib.Instance,
Qollector.Main in 'Qollector.Main.pas' {wQol... | 36.563636 | 80 | 0.748384 |
6a797da31dc977882e71efeb1594f652a612026d | 6,399 | pas | Pascal | src/uPrintTicket.pas | symeondev/dPOS | 5a1b8d7122d670105fbea1fdd96d891fb8440f9f | [
"OLDAP-2.3"
] | 3 | 2020-08-26T21:53:48.000Z | 2020-10-23T06:59:37.000Z | src/uPrintTicket.pas | bravesoftdz/dPOS | 5a1b8d7122d670105fbea1fdd96d891fb8440f9f | [
"OLDAP-2.3"
] | null | null | null | src/uPrintTicket.pas | bravesoftdz/dPOS | 5a1b8d7122d670105fbea1fdd96d891fb8440f9f | [
"OLDAP-2.3"
] | 2 | 2020-10-22T22:03:23.000Z | 2020-10-23T03:46:43.000Z | unit uPrintTicket;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, QRCtrls, Provider, DBTables, DB, DBClient,
DBLocal, DBLocalB, DimDBComponents, jpeg, Grids, DBGrids, uCommon;
type
TfrmPrintTicket = class(TForm)
qrTicket: TQuickRep;
... | 29.353211 | 166 | 0.727301 |
aad70399f747ea82dca2176120df928f0cdb85fc | 2,033 | pas | Pascal | Components/JVCL/qexamples/JvFooterAndGroupHeader/uFormMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvFooterAndGroupHeader/uFormMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvFooterAndGroupHeader/uFormMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | {******************************************************************************}
{* WARNING: JEDI VCL To CLX Converter generated unit. *}
{* Manual modifications will be lost on next release. *}
{****************************************************************************... | 29.042857 | 88 | 0.615839 |
6167dd39e84c3395fcf4f0ff63dbf90e593425a1 | 1,882 | pas | Pascal | src/Libs/Logger/Factories/CompositeLoggerFactoryImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 78 | 2019-01-31T13:40:48.000Z | 2022-03-22T17:26:54.000Z | src/Libs/Logger/Factories/CompositeLoggerFactoryImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 24 | 2020-01-04T11:50:53.000Z | 2022-02-17T09:55:23.000Z | src/Libs/Logger/Factories/CompositeLoggerFactoryImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 9 | 2018-11-05T03:43:24.000Z | 2022-01-21T17:23:30.000Z | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit CompositeLoggerFactoryImpl;
interface
{$MODE OBJFPC}
uses... | 26.138889 | 97 | 0.649309 |
61bde8b049e584c22f845c3bcb57fa65f1fae3b1 | 10,673 | pas | Pascal | frmsetsu.pas | h0lmes/descal | 660fa0c7ee30febef353495f10732eb65509f9a9 | [
"MIT"
] | 1 | 2016-07-16T02:10:58.000Z | 2016-07-16T02:10:58.000Z | frmsetsu.pas | h0lmes/descal | 660fa0c7ee30febef353495f10732eb65509f9a9 | [
"MIT"
] | null | null | null | frmsetsu.pas | h0lmes/descal | 660fa0c7ee30febef353495f10732eb65509f9a9 | [
"MIT"
] | 1 | 2016-07-16T02:11:02.000Z | 2016-07-16T02:11:02.000Z | unit frmsetsu;
interface
uses
Windows, SysUtils, Classes, Graphics, Controls, Forms, DefaultTranslator,
Dialogs, StdCtrls, ComCtrls, ExtCtrls, Buttons,
declu, gfx, dwm_unit, frmcoloru;
type
{ Tfrmsets }
Tfrmsets = class(TForm)
btnWeekendFontColor: TBitBtn;
btnTodayMarkColor: TBitBt... | 33.043344 | 123 | 0.54933 |
6121d7c73cf3f854d7a702c43fe9adf3038e71fe | 6,827 | pas | Pascal | turbo/ub4.pas | sabren/b4 | 23fc3f269a7f11d5e464cd3368b387f6b15cf148 | [
"Unlicense"
] | 9 | 2015-03-18T15:22:44.000Z | 2022-02-04T11:11:49.000Z | turbo/ub4.pas | sabren/b4 | 23fc3f269a7f11d5e464cd3368b387f6b15cf148 | [
"Unlicense"
] | 1 | 2015-04-14T17:26:24.000Z | 2021-09-10T20:33:13.000Z | turbo/ub4.pas | sabren/b4 | 23fc3f269a7f11d5e464cd3368b387f6b15cf148 | [
"Unlicense"
] | 1 | 2016-11-07T16:54:55.000Z | 2016-11-07T16:54:55.000Z | {$mode delphi}{$i xpc}
unit ub4;
interface uses xpc, kvm, kbd;
{
this contains the virtual machine
and the code to load and save blocks.
}
type
value = longint;
block = array[0..1023] of byte;
const
{-- memory layout --}
maxcell = 4095;
{ return stack }
maxretn = maxcell;
minretn = maxretn-256;
{ ... | 23.870629 | 64 | 0.51809 |
6a9a94bf1c2eddc6149c2fe303f8756575299b3a | 905 | dpr | Pascal | src/ReplaceFilter/ReplaceFilter.dpr | Zoomicon/tranXform | c2bd2a9661b07cd47c313e32f6a64ac08e4aa10a | [
"MIT"
] | 4 | 2017-11-14T08:04:47.000Z | 2020-04-14T12:52:10.000Z | src/ReplaceFilter/ReplaceFilter.dpr | Zoomicon/tranXform | c2bd2a9661b07cd47c313e32f6a64ac08e4aa10a | [
"MIT"
] | 1 | 2020-04-14T12:55:45.000Z | 2020-04-29T00:45:03.000Z | src/ReplaceFilter/ReplaceFilter.dpr | Zoomicon/tranXform | c2bd2a9661b07cd47c313e32f6a64ac08e4aa10a | [
"MIT"
] | null | null | null | //ReplaceFilter utility
//Copyright: G.Birbilis <birbilis@kagi.com>
//Version: 1Jan2003
//Status: FREEWARE
{$APPTYPE CONSOLE}
program ReplaceFilter;
uses
SysUtils,
ac_TextFileUtil in '..\..\..\..\DELPHI\LIB\Text\ac_TextFileUtil.pas',
ac_Strings in '..\..\..\..\DELPHI\LIB\Text\ac_strings.pas';
procedure checkA... | 21.046512 | 74 | 0.719337 |
6ad0d97ca563cdfd3f7291118839fbd1019ecef5 | 2,912 | pas | Pascal | Fontes/uCadAbastecimento.pas | luanlimafrade/Projeto-Fortes-Tecnologia | 47d8475168ca18b60f66e73cae10779edf700aa4 | [
"MIT"
] | null | null | null | Fontes/uCadAbastecimento.pas | luanlimafrade/Projeto-Fortes-Tecnologia | 47d8475168ca18b60f66e73cae10779edf700aa4 | [
"MIT"
] | null | null | null | Fontes/uCadAbastecimento.pas | luanlimafrade/Projeto-Fortes-Tecnologia | 47d8475168ca18b60f66e73cae10779edf700aa4 | [
"MIT"
] | null | null | null | unit uCadAbastecimento;
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.ComCtrls,
Vcl.Mask;
type
TfrmAbastecimento = class(TForm)
Panel1: TPanel;
edtData: TDateTimePic... | 24.888889 | 98 | 0.712912 |
6ad6065d58ba800ff01c551096ec06c78a4aef2e | 60,740 | dfm | Pascal | LogisticsCenter/untExpressManager.dfm | Bill-cc/vegaga-admin | fef700c4d2cf6563c1d5ad9d881f25b6d0370ef1 | [
"MIT"
] | 1 | 2020-05-27T07:39:32.000Z | 2020-05-27T07:39:32.000Z | LogisticsCenter/untExpressManager.dfm | Bill-cc/vegaga-admin | fef700c4d2cf6563c1d5ad9d881f25b6d0370ef1 | [
"MIT"
] | null | null | null | LogisticsCenter/untExpressManager.dfm | Bill-cc/vegaga-admin | fef700c4d2cf6563c1d5ad9d881f25b6d0370ef1 | [
"MIT"
] | null | null | null | object frmExpressManager: TfrmExpressManager
Left = 110
Top = 159
Width = 1091
Height = 508
Caption = #24555#36882#20844#21496#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = Fal... | 38.935897 | 149 | 0.768011 |
8515715cd85f93c347020fb4cbdb11750ec93171 | 512 | pas | Pascal | neg_app/src/utils/uUtlCalculator.pas | ramyres110/sis_controle_de_armazenagem | 8c177cd690c18d94c82c2bc04765214964f1f647 | [
"Unlicense"
] | null | null | null | neg_app/src/utils/uUtlCalculator.pas | ramyres110/sis_controle_de_armazenagem | 8c177cd690c18d94c82c2bc04765214964f1f647 | [
"Unlicense"
] | null | null | null | neg_app/src/utils/uUtlCalculator.pas | ramyres110/sis_controle_de_armazenagem | 8c177cd690c18d94c82c2bc04765214964f1f647 | [
"Unlicense"
] | 1 | 2021-03-11T10:01:08.000Z | 2021-03-11T10:01:08.000Z | unit uUtlCalculator;
interface
function calculateFinalWeight(AInitialWeight, AMoisture, AFinalWeight: Double): Double;
function calculateFinalValue(AFinalWeight, AGrainPrice: Double): Double;
implementation
function calculateFinalWeight(AInitialWeight, AMoisture, AFinalWeight: Double): Double;
begin
Result := (A... | 22.26087 | 87 | 0.796875 |
6a43e8111ece4c2a302cf187fc6a4f05534b5688 | 55 | pas | Pascal | Test/FailureScripts/func_ptr_constant_ambiguous.pas | atkins126/DWScript | 425bf48a8ff90d67069fa84b5511fd33c92c60a7 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/SimpleScripts/func_ptr_constant.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 3 | 2015-07-12T13:32:43.000Z | 2020-09-30T05:49:59.000Z | Test/SimpleScripts/func_ptr_constant.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 21 | 2015-08-01T07:20:32.000Z | 2021-09-16T15:16:51.000Z | var p := @IntToStr;
if assigned(p) then PrintLn(p(5)); | 18.333333 | 34 | 0.654545 |
6adcf3f0814fecc8d390f58be2ca395b14af3183 | 789 | dpr | Pascal | Demos/Datasnap/Server/Server.dpr | CarlosHe/fortesreport-ce | 285f9ec1def0caff8bdc1b7f4d08c576f8d1e12e | [
"Apache-2.0"
] | 1 | 2021-05-12T12:00:05.000Z | 2021-05-12T12:00:05.000Z | Demos/Datasnap/Server/Server.dpr | RafaSartori/fortesreport-ce | 172d8b0ea1112ff9cf1e5817d52c8909150e5c4a | [
"Apache-2.0"
] | null | null | null | Demos/Datasnap/Server/Server.dpr | RafaSartori/fortesreport-ce | 172d8b0ea1112ff9cf1e5817d52c8909150e5c4a | [
"Apache-2.0"
] | null | null | null | program Server;
{$APPTYPE GUI}
uses
Vcl.Forms,
Web.WebReq,
IdHTTPWebBrokerBridge,
ufrmPrincipal in 'ufrmPrincipal.pas' {frmPrincipal},
ServerMethodsUnit1 in 'ServerMethodsUnit1.pas' {ServerMethods1: TDSServerModule},
ServerContainerUnit1 in 'ServerContainerUnit1.pas' {ServerContainer1: TDataModule},
WebM... | 30.346154 | 85 | 0.780735 |
61b6d7d10e72544f87259abe0ff7a610cfd96857 | 1,988 | dfm | Pascal | demo/uItem.dfm | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 17 | 2015-03-23T18:44:45.000Z | 2019-11-25T07:36:55.000Z | demo/uItem.dfm | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 6 | 2015-04-15T00:03:39.000Z | 2018-04-02T02:08:04.000Z | demo/uItem.dfm | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 13 | 2015-04-12T04:29:42.000Z | 2020-07-01T03:39:44.000Z | object Frm_Item: TFrm_Item
Left = 559
Top = 325
Width = 423
Height = 395
Caption = 'Frm_Item'
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
o... | 17.75 | 47 | 0.600101 |
61f7f455116ba92ea7d024d3e19c3079b8010714 | 462 | dpr | Pascal | FMXTestSynedit.dpr | vdisasm/FMXTestSynedit | 7382a28ccc207b725836b10ccfac9d9f244ab220 | [
"Unlicense"
] | 7 | 2015-07-03T01:12:10.000Z | 2021-08-22T10:02:01.000Z | FMXTestSynedit.dpr | vdisasm/FMXTestSynedit | 7382a28ccc207b725836b10ccfac9d9f244ab220 | [
"Unlicense"
] | 1 | 2015-11-06T08:11:10.000Z | 2015-11-10T15:12:39.000Z | FMXTestSynedit.dpr | vdisasm/FMXTestSynedit | 7382a28ccc207b725836b10ccfac9d9f244ab220 | [
"Unlicense"
] | 3 | 2016-12-13T15:20:09.000Z | 2020-04-24T01:16:51.000Z | program FMXTestSynedit;
{$IFDEF MSWINDOWS}
{$APPTYPE CONSOLE}
{$ENDIF}
uses
System.StartUpCopy,
FMX.Forms,
Unit1 in 'Unit1.pas' {Form1} ,
TextControl in 'TextControl.pas',
SynAdapter in 'SynAdapter.pas',
SynMethodChain in 'SynMethodChain.pas',
TextLineAbstraction in 'TextLineAbstraction.pas';
{$R *.re... | 17.111111 | 51 | 0.738095 |
175ab177f877c4be5e9421b1243b6b5db6d957c1 | 197 | pas | Pascal | Source/Services/Translate/Base/Model/AWS.Translate.Model.ResourceNotFoundException.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/Translate/Base/Model/AWS.Translate.Model.ResourceNotFoundException.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/Translate/Base/Model/AWS.Translate.Model.ResourceNotFoundException.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.Translate.Model.ResourceNotFoundException;
interface
uses
AWS.Translate.Exception;
type
EResourceNotFoundException = class(EAmazonTranslateException)
end;
implementation
end.
| 13.133333 | 63 | 0.812183 |
6115e092ec728e8cd402aa46199e90d1e02f8096 | 1,121 | pas | Pascal | pas_sorting/sorting.pas | tduyduc/feeble-scripts | 10a48848e26fcb1165d14bf03ec22dd4329e0c82 | [
"MIT"
] | 4 | 2019-05-30T09:58:14.000Z | 2022-02-05T06:07:48.000Z | pas_sorting/sorting.pas | tduyduc/feeble-scripts | 10a48848e26fcb1165d14bf03ec22dd4329e0c82 | [
"MIT"
] | null | null | null | pas_sorting/sorting.pas | tduyduc/feeble-scripts | 10a48848e26fcb1165d14bf03ec22dd4329e0c82 | [
"MIT"
] | null | null | null | var a: array[1..100] of byte; n, i, j, k, temp: byte;
begin
(* Data Entry *)
write('Number of elements: ');
readln(n);
for i := 1 to n do begin
write('Element ', i, ': ');
readln(a[i]);
end;
(* Bubble Sort *)
for i := 1 to n - 1 do
for j := n downto i + 1 do
... | 22.42 | 53 | 0.364853 |
6a9bb4cf79e51f9ea88a5f46ecdc4fb14ae3857f | 482 | pas | Pascal | Demos/Delphi10.2/Demo/Order.pas | Patiencer/KingCal | 516a3a15d28667c9013d768e9d2408f55a217651 | [
"MIT"
] | 13 | 2018-06-30T14:52:56.000Z | 2022-03-20T00:25:10.000Z | Demos/Delphi10.2/Demo/Order.pas | Patiencer/KingCal | 516a3a15d28667c9013d768e9d2408f55a217651 | [
"MIT"
] | 10 | 2018-06-29T04:28:25.000Z | 2020-02-27T00:36:41.000Z | Demos/Delphi10.3/Demo/Order.pas | K7LER/KingCal | 238f623d44aaf8c42461319f06abf8f12a1b8a21 | [
"MIT"
] | 2 | 2018-07-01T19:05:45.000Z | 2020-08-20T20:18:26.000Z | unit Order;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ExtCtrls;
type
TFrmOrder = class(TForm)
GroupBox2: TGroupBox;
Label3: TLabel;
Label4: TLabel;
Label5: TLabel;
Label7: TLabel;
Label8: TLabel;
Label9: TLabel;
... | 14.606061 | 70 | 0.672199 |
cd9aa89cf8edab81457900d7331a3bb02cab5d95 | 233,512 | dfm | Pascal | UAjuda2.dfm | PaulohSouza/Notesc-4.0 | a0d03f216b8a5cb2b77c470b4739c67667523740 | [
"MIT"
] | null | null | null | UAjuda2.dfm | PaulohSouza/Notesc-4.0 | a0d03f216b8a5cb2b77c470b4739c67667523740 | [
"MIT"
] | 1 | 2020-04-03T23:06:38.000Z | 2020-04-03T23:06:38.000Z | UAjuda2.dfm | PaulohSouza/Notesc-4.0 | a0d03f216b8a5cb2b77c470b4739c67667523740 | [
"MIT"
] | null | null | null | object FrmAjuda: TFrmAjuda
Left = 207
Top = 118
Width = 765
Height = 493
Caption = 'Ajuda'
Color = 4227072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object... | 69.435623 | 72 | 0.898027 |
61a8436a897cfbabad2ecea3834668d4be85d799 | 11,949 | pas | Pascal | project/Ukey.pas | aleksusklim/project-SpyroTAS | 5dfe654fd2322d6e0eb1851b90b7275f691d533b | [
"Unlicense"
] | null | null | null | project/Ukey.pas | aleksusklim/project-SpyroTAS | 5dfe654fd2322d6e0eb1851b90b7275f691d533b | [
"Unlicense"
] | null | null | null | project/Ukey.pas | aleksusklim/project-SpyroTAS | 5dfe654fd2322d6e0eb1851b90b7275f691d533b | [
"Unlicense"
] | null | null | null | unit Ukey; // SpyroTAS is licensed under WTFPL
// keyboard and controller related stuff
interface
uses
Utas, Windows;
const // from PlayStation spec actually
pad_Select = $0001;
pad_L3 = $0002;
pad_R3 = $0004;
pad_Start = $0008;
pad_Up = $0010;
pad_Right = $0020;
pad_Down = $0040;
... | 33.191667 | 86 | 0.62114 |
6127c8dbaf5e27b0af3e15f297763257313f0320 | 11,784 | dfm | Pascal | ac2000/Stat/QOBJTYPER.dfm | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | 1 | 2018-07-22T13:13:16.000Z | 2018-07-22T13:13:16.000Z | ac2000/Stat/QOBJTYPER.dfm | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | null | null | null | ac2000/Stat/QOBJTYPER.dfm | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | 2 | 2018-03-29T13:57:55.000Z | 2018-07-22T13:13:18.000Z | object FrmQObjTyp: TFrmQObjTyp
Left = 215
Top = 123
Width = 696
Height = 480
VertScrollBar.Position = 678
Caption = 'FrmQObjTyp'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Sca... | 24.65272 | 47 | 0.537508 |
17a490e811d57a5f0cf26371a6db2434c0ed8db9 | 681 | dfm | Pascal | Demos/Embarcadero/Mels/VCL/C++/Shapes/Main.dfm | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | 3 | 2019-10-23T13:42:42.000Z | 2021-02-13T08:15:15.000Z | Demos/Embarcadero/Mels/VCL/C++/Shapes/Main.dfm | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | null | null | null | Demos/Embarcadero/Mels/VCL/C++/Shapes/Main.dfm | Jeanmilost/Mels | 0384db41dd1ae365f72384857e3a3dbf0b688367 | [
"MIT"
] | 3 | 2018-06-17T15:35:57.000Z | 2021-02-15T15:24:11.000Z | object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Shapes'
ClientHeight = 527
ClientWidth = 589
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PopupMenu = pmOptions
Pos... | 21.28125 | 33 | 0.649046 |
aa9478fe8bc11d7d9aa3149f0a0e882ba8f3969e | 3,934 | pas | Pascal | IntXLib/src/Multipliers/uMultiplierBase.pas | jomael/IntXLib4Pascal | 2ff77c8d82b66cef7148d32e2b1cf52a83096d2c | [
"MIT"
] | 31 | 2017-07-17T09:55:13.000Z | 2022-02-14T04:09:39.000Z | IntXLib/src/Multipliers/uMultiplierBase.pas | jomael/IntXLib4Pascal | 2ff77c8d82b66cef7148d32e2b1cf52a83096d2c | [
"MIT"
] | 1 | 2015-09-14T06:46:54.000Z | 2015-09-16T17:18:54.000Z | IntXLib/src/Multipliers/uMultiplierBase.pas | Xor-el/DelphiIntXLib | 0e3e9f204e13cb5e3b9f9b5e3975532712d32e86 | [
"MIT"
] | 16 | 2017-03-30T19:01:25.000Z | 2021-12-26T07:06:26.000Z | unit uMultiplierBase;
{$I ..\Include\IntXLib.inc}
interface
uses
uStrings,
uIMultiplier,
uIntX,
uIntXLibTypes;
type
/// <summary>
/// Base class for multipliers.
/// Contains default implementation of multiply operation over <see cref="TIntX" /> instances.
/// </summary>
TMultip... | 33.058824 | 145 | 0.677936 |
cd4b20c19bf8dc0f68c726786c8497eda99756f7 | 267,474 | pas | Pascal | ui/mods/wpmarshall/systems/(1v1)_oblivarum.pas | WPMarshall/nl.pa.wpmarshall.wpmarshall_map_pack | bdfa9d25f7d033b4d3fc400383f67f8964a33856 | [
"CC-BY-4.0"
] | null | null | null | ui/mods/wpmarshall/systems/(1v1)_oblivarum.pas | WPMarshall/nl.pa.wpmarshall.wpmarshall_map_pack | bdfa9d25f7d033b4d3fc400383f67f8964a33856 | [
"CC-BY-4.0"
] | null | null | null | ui/mods/wpmarshall/systems/(1v1)_oblivarum.pas | WPMarshall/nl.pa.wpmarshall.wpmarshall_map_pack | bdfa9d25f7d033b4d3fc400383f67f8964a33856 | [
"CC-BY-4.0"
] | null | null | null | {
"name": "Oblivarum (1v1)",
"creator": "WPMarshall",
"version": "1",
"date": "2016/04/14",
"description": "(1v1 - 2v2) Here you will find limited easy expansion, yet being victorious while contesting central expansions will reward you greatly. Don't forget that unusual expansion sites can pay handsom dividends... | 38.46333 | 237 | 0.283583 |
61de3bb8f26e6190e14b1b80ae1c4a03ba054873 | 29,818 | dfm | Pascal | Demos/Controls/WebBrowser/uWebBrowser.dfm | CrystalNet-Tech/dotNetVCL4Delphi_Tutorials | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | 1 | 2020-12-31T11:25:23.000Z | 2020-12-31T11:25:23.000Z | Demos/Controls/WebBrowser/uWebBrowser.dfm | CrystalNet-Tech/dotNetVCL4Delphi | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | null | null | null | Demos/Controls/WebBrowser/uWebBrowser.dfm | CrystalNet-Tech/dotNetVCL4Delphi | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | 2 | 2020-09-26T09:03:17.000Z | 2021-02-26T11:26:25.000Z | object Form23: TForm23
Left = 0
Top = 0
Caption = '.Net WebBrowser Control in Delphi'
ClientHeight = 518
ClientWidth = 840
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnSho... | 51.857391 | 75 | 0.786639 |
6a9497223d361f1a482247921571d3b8debc3eac | 7,140 | pas | Pascal | 1. Semester/ADE/Uebung08/WLA.pas | AndreasRoither/SE-Hagenberg | 8c437bcfef203b84475224b8efecafdcede8f2b9 | [
"MIT"
] | null | null | null | 1. Semester/ADE/Uebung08/WLA.pas | AndreasRoither/SE-Hagenberg | 8c437bcfef203b84475224b8efecafdcede8f2b9 | [
"MIT"
] | null | null | null | 1. Semester/ADE/Uebung08/WLA.pas | AndreasRoither/SE-Hagenberg | 8c437bcfef203b84475224b8efecafdcede8f2b9 | [
"MIT"
] | null | null | null | (* WLA: HDO, 2016-12-06
---
Wish list analyzer for the Christkind.
==========================================================*)
PROGRAM WLA;
(*$IFDEF WINDOWS*)
USES
WinCrt;
(*$ENDIF*)
TYPE
WishNodePtr = ^WishNode;
WishNode = RECORD
next: WishNodePtr;
... | 21.768293 | 86 | 0.604062 |
61bb214930d69b0582f6d425f3f2e102691398b6 | 171,007 | dfm | Pascal | Examples/BitmapWindow/_fmMain.dfm | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 12 | 2019-11-09T11:44:47.000Z | 2022-03-01T23:38:30.000Z | Examples/BitmapWindow/_fmMain.dfm | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Examples/BitmapWindow/_fmMain.dfm | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 15 | 2019-10-15T12:34:29.000Z | 2021-02-23T08:25:48.000Z | object fmMain: TfmMain
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'fmMain'
ClientHeight = 600
ClientWidth = 800
Color = clBtnFace
Constraints.MinHeight = 128
Constraints.MinWidth = 256
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.S... | 69.177589 | 72 | 0.88549 |
61a1c6361b4de9359d7d208fd6cba7acf2e9d42b | 4,619 | pas | Pascal | code/ConsoleLog.pas | VencejoSoftware/ooLog | c799c7185a3685ebba09c8409d8d841c5dd780ad | [
"BSD-3-Clause"
] | 3 | 2020-02-06T08:16:33.000Z | 2022-01-04T02:09:33.000Z | code/ConsoleLog.pas | VencejoSoftware/ooLog | c799c7185a3685ebba09c8409d8d841c5dd780ad | [
"BSD-3-Clause"
] | null | null | null | code/ConsoleLog.pas | VencejoSoftware/ooLog | c799c7185a3685ebba09c8409d8d841c5dd780ad | [
"BSD-3-Clause"
] | 3 | 2019-11-21T03:01:33.000Z | 2021-07-26T09:13:33.000Z | {$REGION 'documentation'}
{
Copyright (c) 2020, Vencejo Software
Distributed under the terms of the Modified BSD License
The full license is distributed with this software
}
{
Console log interface
@created(02/01/2020)
@author Vencejo Software <www.vencejosoft.com>
}
{$ENDREGION}
unit ConsoleLog;
interface... | 32.076389 | 119 | 0.762719 |
6a9ddf0ea41f3e9432f5bedcb169d30d7411b30b | 179 | dpr | Pascal | Grafika Komputer/Modul1/ProjectMobil.dpr | r2itech/Project-Delphi7 | 293fa9579cd896e3a03b1669ca323b0af5a16717 | [
"Apache-2.0"
] | null | null | null | Grafika Komputer/Modul1/ProjectMobil.dpr | r2itech/Project-Delphi7 | 293fa9579cd896e3a03b1669ca323b0af5a16717 | [
"Apache-2.0"
] | null | null | null | Grafika Komputer/Modul1/ProjectMobil.dpr | r2itech/Project-Delphi7 | 293fa9579cd896e3a03b1669ca323b0af5a16717 | [
"Apache-2.0"
] | null | null | null | program ProjectMobil;
uses
Forms,
Mobil in 'Mobil.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 12.785714 | 40 | 0.709497 |
6a3da4b345a6953e55aac5c5aad4c6647c1500e1 | 416 | dpr | Pascal | tests/15_TaskGroup/app_15_TaskGroup.dpr | LordVampir1983/OmniThreadLibrary | ce6cb96297181cbed84ce0ad6e9f220b24636cb2 | [
"BSD-3-Clause"
] | 386 | 2015-04-16T21:28:31.000Z | 2022-03-16T00:23:23.000Z | tests/15_TaskGroup/app_15_TaskGroup.dpr | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | 120 | 2015-04-16T21:54:23.000Z | 2022-03-11T15:25:09.000Z | tests/15_TaskGroup/app_15_TaskGroup.dpr | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | 152 | 2015-04-17T13:20:50.000Z | 2022-03-09T16:14:53.000Z | program app_15_TaskGroup.XE3;
{$R 'MainIcon.res' '..\..\res\MainIcon.rc'}
uses
Forms,
test_15_TaskGroup in 'test_15_TaskGroup.pas' {frmTestTaskGroup},
OtlComm in '..\..\OtlComm.pas',
OtlTaskControl in '..\..\OtlTaskControl.pas';
begin
Application.Initialize;
Application.MainFormOnTaskbar := T... | 24.470588 | 67 | 0.711538 |
6a0a08120fc9d60b1e5b157ddc60d69bd853eef1 | 2,700 | pas | Pascal | ibmdeco.pas | OS2World/UTIL-ARCHIVER-amideco | 21af7c000d9b205e124ff02f79e1d5f210cff3a7 | [
"Intel"
] | 5 | 2015-09-28T12:45:02.000Z | 2021-05-26T14:28:20.000Z | ibmdeco.pas | OS2World/UTIL-ARCHIVER-amideco | 21af7c000d9b205e124ff02f79e1d5f210cff3a7 | [
"Intel"
] | null | null | null | ibmdeco.pas | OS2World/UTIL-ARCHIVER-amideco | 21af7c000d9b205e124ff02f79e1d5f210cff3a7 | [
"Intel"
] | 1 | 2020-05-08T01:30:10.000Z | 2020-05-08T01:30:10.000Z | program ibmdeco;
uses
lzh5x,
VpUtils,
Objects;
type
ibm_header =
packed record
ami_ofs :smallword;
ami_seg :smallword;
blocklaenge :longint;
end;
ami_header =
packed record
laenge_eingepackt :longint;
laenge_ausgepack... | 23.275862 | 101 | 0.52 |
6141da93d4624b8221102ff9b9d76ee60073e745 | 1,705 | dfm | Pascal | Primzahlen/Primzahl.dfm | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | Primzahlen/Primzahl.dfm | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | Primzahlen/Primzahl.dfm | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | object frmPrimzahlen: TfrmPrimzahlen
Left = 271
Top = 163
Width = 337
Height = 296
Caption = 'Primzahlen'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch =... | 21.858974 | 59 | 0.608211 |
85055cc6dc525283a02b6ac89fa598e1d09bdb7b | 10,279 | dfm | Pascal | Source/frmPythonII.dfm | YWtheGod/pyscripter | 0f9807ea188a049dda099f97fe03b2e12b0ec4b3 | [
"MIT"
] | 1 | 2022-03-22T16:32:27.000Z | 2022-03-22T16:32:27.000Z | Source/frmPythonII.dfm | YWtheGod/pyscripter | 0f9807ea188a049dda099f97fe03b2e12b0ec4b3 | [
"MIT"
] | null | null | null | Source/frmPythonII.dfm | YWtheGod/pyscripter | 0f9807ea188a049dda099f97fe03b2e12b0ec4b3 | [
"MIT"
] | null | null | null | inherited PythonIIForm: TPythonIIForm
Left = 259
Top = 201
HelpContext = 410
Caption = 'Python Interpreter'
ClientHeight = 451
ClientWidth = 701
Icon.Data = {
0000010001001010000001002000680400001600000028000000100000002000
0000010020000000000000000000000000000000000000000000000000000000
... | 32.021807 | 152 | 0.671953 |
6ab39c1ab04948973496e657970f938b625c846d | 50,800 | pas | Pascal | src/libraries/synapse/synacode.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 384 | 2016-07-16T10:07:28.000Z | 2021-12-29T11:22:56.000Z | src/libraries/synapse/synacode.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 165 | 2016-09-11T11:06:04.000Z | 2021-12-05T23:31:55.000Z | src/libraries/synapse/synacode.pas | rabarbers/PascalCoin | 7a87031bc10a3e1d9461dfed3c61036047ce4fb0 | [
"MIT"
] | 210 | 2016-08-26T14:49:47.000Z | 2022-02-22T18:06:33.000Z | {==============================================================================|
| Project : Ararat Synapse | 002.002.003 |
|==============================================================================|
| Content: Coding and decoding support ... | 34.604905 | 92 | 0.548622 |
851c9d2867053c551b21ddc99609a88b7421e611 | 26,368 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/ZXING/Lib/Classes/2D Barcodes/Decoder/ZXing.QrCode.Internal.Version.pas | M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet | 259ea75f7aba999ffd184997a884c1c22d34fa40 | [
"Unlicense"
] | null | null | null | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/ZXING/Lib/Classes/2D Barcodes/Decoder/ZXing.QrCode.Internal.Version.pas | M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet | 259ea75f7aba999ffd184997a884c1c22d34fa40 | [
"Unlicense"
] | null | null | null | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/ZXING/Lib/Classes/2D Barcodes/Decoder/ZXing.QrCode.Internal.Version.pas | M3Supreme45/HODLER-Open-Source-Multi-Asset-Wallet | 259ea75f7aba999ffd184997a884c1c22d34fa40 | [
"Unlicense"
] | 1 | 2020-05-15T11:43:18.000Z | 2020-05-15T11:43:18.000Z | {
* Copyright 2007 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 38.71953 | 80 | 0.684542 |
6a258e8b3c648eb6f49b2de62b795aa66d7b9f62 | 10,174 | pas | Pascal | EvilWorks.Web.URI.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Web.URI.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Web.URI.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | //
// EvilLibrary by Vedran Vuk 2010-2012
//
// Name: EvilWorks.Web.URI
// Description: URI and encoding/decoding utilities.
// Contains code from Peter Johnson (http://www.delphidabbler.com/)
//
// File last change date: September 28th. 2012
// File version: 0.0.1
// Comment: Slightly ... | 26.915344 | 104 | 0.684785 |
6a394b068bdd430e5cbb022fa38da90b01493198 | 2,063 | pas | Pascal | src/CAPI/CAPI_Error.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | 10 | 2019-04-03T19:00:28.000Z | 2022-02-05T13:57:44.000Z | src/CAPI/CAPI_Error.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | 82 | 2019-02-13T03:00:24.000Z | 2022-02-27T08:05:44.000Z | src/CAPI/CAPI_Error.pas | beroset/dss_capi | a1be467609314cb4d5b164c3e088591a9fa25567 | [
"BSD-3-Clause"
] | 7 | 2020-07-03T10:25:55.000Z | 2021-09-24T14:15:07.000Z | unit CAPI_Error;
interface
uses
CAPI_Utils,
CAPI_Types;
function Error_Get_Description(): PAnsiChar; CDECL;
function Error_Get_Number(): Integer; CDECL;
// API Extensions
function Error_Get_NumberPtr(): PAPISize; CDECL;
function Error_Get_EarlyAbort(): TAPIBoolean; CDECL;
procedure Error_Set_EarlyAbort(Valu... | 31.738462 | 95 | 0.562773 |
61c653206a3a194962083ab6881d9b3c2cdd4f31 | 2,312 | pas | Pascal | hedgewars/uDebug.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 401 | 2015-01-08T05:38:43.000Z | 2022-03-26T10:56:42.000Z | hedgewars/uDebug.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 31 | 2015-01-05T16:50:02.000Z | 2021-04-05T02:10:38.000Z | hedgewars/uDebug.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 107 | 2015-01-08T05:38:46.000Z | 2022-02-10T03:49:40.000Z | (*
* Hedgewars, a free turn based strategy game
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License
*
... | 28.9 | 82 | 0.721021 |
851e60521dd410a2f4e25cc501c5f68c1565babf | 46,448 | pas | Pascal | Source/RemObjects.Script/PascalScript/Parser.pas | remobjects/script | cccf04a4a1ea21bb2e98e32be366a3536024e3a9 | [
"BSD-3-Clause"
] | 27 | 2015-06-07T18:10:47.000Z | 2021-11-11T03:53:18.000Z | Source/RemObjects.Script/PascalScript/Parser.pas | remobjects/script | cccf04a4a1ea21bb2e98e32be366a3536024e3a9 | [
"BSD-3-Clause"
] | 8 | 2015-03-11T14:29:53.000Z | 2017-02-09T14:38:26.000Z | Source/RemObjects.Script/PascalScript/Parser.pas | remobjects/script | cccf04a4a1ea21bb2e98e32be366a3536024e3a9 | [
"BSD-3-Clause"
] | 6 | 2015-02-18T20:38:35.000Z | 2021-04-21T00:21:23.000Z | // Copyright RemObjects Software 2002-2017. All rights reserved.
// See LICENSE.txt for more details.
namespace RemObjects.Script.PascalScript.Internal;
interface
uses
System.Collections,
RemObjects.Script,
RemObjects.Script.PascalScript,
RemObjects.Script.Properties,
System.Collections.Object... | 35.028658 | 278 | 0.687522 |
6a84cbe799b2e9040b8fdc3792a216dffb08bf82 | 782 | pas | Pascal | dependencies/Indy10/Core/IdAbout.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | 2 | 2020-05-26T16:44:23.000Z | 2020-10-08T16:58:11.000Z | 3rdparty/Indy10/Lib/Core/IdAbout.pas | xyproto/soldat | 2280296ac56883f6a9cad4da48025af8ae7782e7 | [
"MIT"
] | null | null | null | 3rdparty/Indy10/Lib/Core/IdAbout.pas | xyproto/soldat | 2280296ac56883f6a9cad4da48025af8ae7782e7 | [
"MIT"
] | 2 | 2021-01-11T17:49:23.000Z | 2021-01-19T19:57:21.000Z | unit IdAbout;
interface
{$I IdCompilerDefines.inc}
uses
{$IFDEF DOTNET}
IdAboutDotNET;
{$ELSE}
IdAboutVCL;
{$ENDIF}
//we have a procedure for providing a product name and version in case
//we ever want to make another product.
procedure ShowAboutBox(const AProductName, AProductName2, AProductVersion : Str... | 20.578947 | 84 | 0.767263 |
6aeea36a486baedf22c6b88f77426138baa579e1 | 4,308 | pas | Pascal | Sugar/Cryptography/MessageDigests.pas | remobjects/sugar | fdda25f6cfdf3c6e45c9820de46a6c28ff04cff6 | [
"BSD-3-Clause"
] | 92 | 2015-02-09T04:43:50.000Z | 2021-11-11T03:53:46.000Z | Sugar/Cryptography/MessageDigests.pas | remobjects/sugar | fdda25f6cfdf3c6e45c9820de46a6c28ff04cff6 | [
"BSD-3-Clause"
] | 8 | 2015-06-23T12:07:58.000Z | 2016-10-25T13:52:01.000Z | Sugar/Cryptography/MessageDigests.pas | remobjects/sugar | fdda25f6cfdf3c6e45c9820de46a6c28ff04cff6 | [
"BSD-3-Clause"
] | 18 | 2015-02-09T08:27:00.000Z | 2021-11-11T00:48:29.000Z | namespace Sugar.Cryptography;
interface
{$IFNDEF TOFFEE}
{$ERROR This unit is intended for Nougat only}
{$ENDIF}
{$CROSSPLATFORM OFF}
uses
rtl;
type
MD5 = private class (MessageDigest)
private
Context: CC_MD5_CTX;
public
method Update(Data: array of Byte; Offset: Integer; Count: Integer); overrid... | 26.757764 | 97 | 0.72818 |
851e92fe81655ba5be8290b74b8191c2b264fe69 | 17,559 | pas | Pascal | Libraries/SynEdit/Demos/PrintDemoNew/DPageSetup.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 62 | 2016-01-20T16:26:25.000Z | 2022-02-28T14:25:52.000Z | Libraries/SynEdit/Demos/PrintDemoNew/DPageSetup.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 16 | 2019-02-02T19:54:54.000Z | 2019-02-28T05:22:36.000Z | Libraries/SynEdit/Demos/PrintDemoNew/DPageSetup.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 20 | 2016-09-08T00:15:22.000Z | 2022-01-26T13:13:08.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/
Software... | 31.132979 | 90 | 0.747936 |
61b1f3a501a18ebf9b9c3074e86eacd7f4023a50 | 118 | pas | Pascal | tests/codegen/07-int-expressions-02.pas | ZeroICQ/pascal-compiler | be7fce3ea610bae8a7b7917c9f568f5552d7b08d | [
"MIT"
] | null | null | null | tests/codegen/07-int-expressions-02.pas | ZeroICQ/pascal-compiler | be7fce3ea610bae8a7b7917c9f568f5552d7b08d | [
"MIT"
] | null | null | null | tests/codegen/07-int-expressions-02.pas | ZeroICQ/pascal-compiler | be7fce3ea610bae8a7b7917c9f568f5552d7b08d | [
"MIT"
] | null | null | null | var a, b, c: integer;
begin
a := 5;
b := 6;
//6 + 30 + 5 = 41
c := b + a * b + a;
writeln(c);
end. | 14.75 | 23 | 0.372881 |
6ab655fdf690b31e1f0783599fe54d1cf91685bc | 8,498 | pas | Pascal | vcl/XLSReadWrite6/SrcXLS/XLSImportCSV5.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XLSImportCSV5.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XLSImportCSV5.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit XLSImportCSV5;
{-
********************************************************************************
******* XLSReadWriteII V6.00 *******
******* *******
******* Copyright(C) 1999,2017 Lars Arvidsson, Axolot... | 34.685714 | 154 | 0.584608 |
612c1713d6e9a3310286ef21221865f873804d98 | 3,879 | pas | Pascal | Lib/FastCode/FastCodeStrComp.pas | gzwplato/DiagramDesigner | ded557d632490bf8fc1c440c1276fe4356a8f9fa | [
"MIT"
] | 79 | 2019-11-02T15:07:36.000Z | 2022-03-11T14:04:54.000Z | Lib/FastCode/FastCodeStrComp.pas | bravesoftdz/DiagramDesigner | d2ad6860b653a2133b18110a03c29e5f727f60ad | [
"MIT"
] | 5 | 2019-11-02T16:06:10.000Z | 2021-01-11T09:36:53.000Z | Lib/FastCode/FastCodeStrComp.pas | bravesoftdz/DiagramDesigner | d2ad6860b653a2133b18110a03c29e5f727f60ad | [
"MIT"
] | 34 | 2019-11-11T02:49:37.000Z | 2022-03-11T14:04:43.000Z | unit FastCodeStrComp;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MP... | 23.36747 | 78 | 0.655839 |
6a9218449249ae51680de3ce2ff0c3869aaffcb6 | 16,683 | pas | Pascal | OtlHooks.pas | lukaszsegiet/OmniThreadLibrary | 3aea711249ddad6afe11e2d3e90781a167375245 | [
"BSD-3-Clause"
] | 1 | 2020-06-29T22:45:02.000Z | 2020-06-29T22:45:02.000Z | OtlHooks.pas | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | null | null | null | OtlHooks.pas | fatihtsp/OmniThreadLibrary | e65f1923b3e4cf6444425a20035c926855a54112 | [
"BSD-3-Clause"
] | null | null | null | ///<summary>OmniThreadLibrary hooks.</summary>
///<author>Primoz Gabrijelcic</author>
///<license>
///This software is distributed under the BSD license.
///
///Copyright (c) 2019, Primoz Gabrijelcic
///All rights reserved.
///
///Redistribution and use in source and binary forms, with or without modification,
... | 33.839757 | 97 | 0.748247 |
85321dc700a09439b0dc7efb484bdf45d0984f42 | 679 | pas | Pascal | ProgBox.pas | delphi-pascal-archive/ay_emul_2.8 | bb8cb89fe8f52dd7a71e916ac7f408dbd4777bcf | [
"Unlicense"
] | null | null | null | ProgBox.pas | delphi-pascal-archive/ay_emul_2.8 | bb8cb89fe8f52dd7a71e916ac7f408dbd4777bcf | [
"Unlicense"
] | null | null | null | ProgBox.pas | delphi-pascal-archive/ay_emul_2.8 | bb8cb89fe8f52dd7a71e916ac7f408dbd4777bcf | [
"Unlicense"
] | null | null | null | {
This is part of AY Emulator project
AY-3-8910/12 Emulator
Version 2.8 for Windows 95
Author Sergey Vladimirovich Bulba
(c)1999-2005 S.V.Bulba
}
unit ProgBox;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls;
type
TForm4 = class(TFor... | 15.790698 | 76 | 0.680412 |
cdbf01d7f6326025a03172d863316f32301bb199 | 2,562 | pas | Pascal | uParamSliderLayout.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | uParamSliderLayout.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | 2 | 2022-03-25T23:15:54.000Z | 2022-03-25T23:27:20.000Z | uParamSliderLayout.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | unit uParamSliderLayout;
interface
uses System.SysUtils, System.Classes, JS, Web, Vcl.Controls,WEBLib.StdCtrls, WEBLib.ExtCtrls,WEBLib.Dialogs ;
procedure configPSliderPanel(sliderNumber, sPLeft, sliderPanelWidth, sliderPanelHeight: integer;
newSPanelAr: array of TWebPanel);
procedure configPSliderTBar(sliderNumbe... | 40.666667 | 109 | 0.757221 |
aaa808b50bd8fb045e0a9b14e922f1c324d4823b | 1,539 | pas | Pascal | samples/firemonkey/MultiLogger/frMain.pas | V0d01ey/QuickLogger | c4c49e26f256c5e72f74a5c22c16fab4e36683a8 | [
"Apache-2.0"
] | null | null | null | samples/firemonkey/MultiLogger/frMain.pas | V0d01ey/QuickLogger | c4c49e26f256c5e72f74a5c22c16fab4e36683a8 | [
"Apache-2.0"
] | null | null | null | samples/firemonkey/MultiLogger/frMain.pas | V0d01ey/QuickLogger | c4c49e26f256c5e72f74a5c22c16fab4e36683a8 | [
"Apache-2.0"
] | null | null | null | unit frMain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.Controls.Presentation, FMX.ScrollBox,
FMX.Memo, FMX.StdCtrls,
Quick.Logger,
Quick.Logger.Provider.Files,
Quick.Logger.Provider.ID... | 22.970149 | 111 | 0.755036 |
6156b436c1088acda4da0c09f4b868d6440075c8 | 28,631 | pas | Pascal | zengl_fork/zgl_resources.pas | stiratel/zengl_fork | 4ab6c9f85d7beeaabe2cf535d4ef88761d0b49b6 | [
"Zlib"
] | null | null | null | zengl_fork/zgl_resources.pas | stiratel/zengl_fork | 4ab6c9f85d7beeaabe2cf535d4ef88761d0b49b6 | [
"Zlib"
] | null | null | null | zengl_fork/zgl_resources.pas | stiratel/zengl_fork | 4ab6c9f85d7beeaabe2cf535d4ef88761d0b49b6 | [
"Zlib"
] | null | null | null | {
* Copyright (c) 2012 Andrey Kemka
*
* This software is provided 'as-is', without any express or
* implied warranty. In no event will the authors be held
* liable for any damages arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including c... | 34.247608 | 177 | 0.478083 |
6ace4bdbd73c2bdaaebd05ec2d76e87235436427 | 15,422 | pas | Pascal | src/addtregc.pas | richp10/adrock-datetime | 55ef30513a3ac3679c10d8c748ca5d649afc0ad7 | [
"MIT"
] | 2 | 2019-10-23T03:10:19.000Z | 2019-12-02T02:07:45.000Z | src/addtregc.pas | richp10/adrock-datetime | 55ef30513a3ac3679c10d8c748ca5d649afc0ad7 | [
"MIT"
] | null | null | null | src/addtregc.pas | richp10/adrock-datetime | 55ef30513a3ac3679c10d8c748ca5d649afc0ad7 | [
"MIT"
] | 2 | 2018-08-14T20:02:02.000Z | 2019-10-23T02:45:03.000Z | unit addtregc;
(* ------------------------ Adrock Copyright Notice -----------------------
This source code file is copyright, BYTE Computer & Software Ltd, 1995 -> 1999.
By purchasing this source code, you should have read, and agreed to our terms
of purchase, contained in the LICENCE.WRI file (in all distributed a... | 55.876812 | 123 | 0.733887 |
1711bec279ff1e991095be3c77874a8333d4f837 | 12,403 | pas | Pascal | 2term/SeaWar/Unit1.pas | nik-sergeson/bsuir-informatics-labs | 14805fb83b8e2324580b6253158565068595e804 | [
"Apache-2.0"
] | null | null | null | 2term/SeaWar/Unit1.pas | nik-sergeson/bsuir-informatics-labs | 14805fb83b8e2324580b6253158565068595e804 | [
"Apache-2.0"
] | null | null | null | 2term/SeaWar/Unit1.pas | nik-sergeson/bsuir-informatics-labs | 14805fb83b8e2324580b6253158565068595e804 | [
"Apache-2.0"
] | null | null | null | unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,classField, StdCtrls, ExtCtrls,classGraph,classbrain,classHighs;
type
TForm1 = class(TForm)
Image1: TImage;
Button1: TButton;
Shape1: TShape;
Shape2: TShape;
Shape3: T... | 31.163317 | 139 | 0.616383 |
6abf12f47a5c984c5368b13dd688cacf2dfb984a | 2,423 | dfm | Pascal | references/mORMot/SQLite3/Samples/ThirdPartyDemos/WarleyAlex/MongoProj/Form2.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/mORMot/SQLite3/Samples/ThirdPartyDemos/WarleyAlex/MongoProj/Form2.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/mORMot/SQLite3/Samples/ThirdPartyDemos/WarleyAlex/MongoProj/Form2.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | object Items: TItems
Left = 0
Top = 0
Width = 286
Height = 361
ActiveControl = StringGrid
Caption = 'Items Details'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate ... | 19.860656 | 101 | 0.568304 |
6a0c3c3718e2d6f2548dbc0f3634f5c6c9dbfdff | 194 | dpr | Pascal | Src/Graphics32/Examples/Drawing/Curves/Curves.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 12 | 2019-11-09T11:44:47.000Z | 2022-03-01T23:38:30.000Z | Src/Graphics32/Examples/Drawing/Curves/Curves.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Src/Graphics32/Examples/Drawing/Curves/Curves.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 15 | 2019-10-15T12:34:29.000Z | 2021-02-23T08:25:48.000Z | program Curves;
{$R 'Media.res' 'Media.rc'}
uses
Forms,
MainUnit in 'MainUnit.pas';
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 13.857143 | 46 | 0.721649 |
6acdc1ab71cdfc3fce9e2f67a70aa14f29e7e4bd | 36,720 | dpr | Pascal | src-installer/RDPWInst.dpr | komono9876/rdpwrap | 2369c59baaaff418c935744346ad4d46c2ab68ec | [
"Apache-2.0"
] | 83 | 2019-04-24T18:14:25.000Z | 2022-03-29T09:17:45.000Z | src-installer/RDPWInst.dpr | 30s/rdpwrap | 2369c59baaaff418c935744346ad4d46c2ab68ec | [
"Apache-2.0"
] | null | null | null | src-installer/RDPWInst.dpr | 30s/rdpwrap | 2369c59baaaff418c935744346ad4d46c2ab68ec | [
"Apache-2.0"
] | 45 | 2019-04-27T15:02:38.000Z | 2022-03-16T15:24:17.000Z | {
Copyright 2018 Stas'M Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 27.902736 | 186 | 0.662663 |
61cd1b185b1e0919b5c4aec562bcb62ad424294d | 5,402 | dpr | Pascal | pn1/Pn.dpr | Adept-Space/pn | d722f408cf3c3b8d0b8028846c0199969b6a103c | [
"BSD-3-Clause"
] | null | null | null | pn1/Pn.dpr | Adept-Space/pn | d722f408cf3c3b8d0b8028846c0199969b6a103c | [
"BSD-3-Clause"
] | null | null | null | pn1/Pn.dpr | Adept-Space/pn | d722f408cf3c3b8d0b8028846c0199969b6a103c | [
"BSD-3-Clause"
] | null | null | null | program PN;
uses
Forms,
Windows,
Messages,
SysUtils,
Dialogs,
genfuncs in 'units\genfuncs.pas',
about in 'units\about.pas' {frmAbout},
print in 'units\print.pas' {frmPrint},
options in 'units\options.pas' {frmOptions},
preview in 'units\preview.pas' {frmPreview},
welcome in 'units\welcome.pas' {f... | 30.178771 | 71 | 0.686598 |
61dab50de388827348bedbad8325a0787971ee66 | 10,877 | pas | Pascal | source/bsTransporter.pas | besasoftware/besasoap | 768c27778757ad3515f1626aa9718702fdd27306 | [
"Apache-2.0"
] | 16 | 2015-08-10T14:49:55.000Z | 2021-06-28T02:09:51.000Z | source/bsTransporter.pas | besasoftware/besasoap | 768c27778757ad3515f1626aa9718702fdd27306 | [
"Apache-2.0"
] | null | null | null | source/bsTransporter.pas | besasoftware/besasoap | 768c27778757ad3515f1626aa9718702fdd27306 | [
"Apache-2.0"
] | 9 | 2015-11-30T00:56:18.000Z | 2020-11-04T18:30:08.000Z | (******************************************************)
(* *)
(* Besa Software Classes Library *)
(* *)
(* Copyright (c) 2011-2016 BesaSoftware Corporation *)
(* http://www.besaso... | 32.275964 | 129 | 0.742484 |
618dbb92789fd4fb13e8f23094c60cf120f6d4a9 | 9,900 | pas | Pascal | units/uConRec.pas | BishopWolf/DelphiMath | bc03e918f2cbe6aad91e8153f5c7ae35abef75e2 | [
"Apache-2.0"
] | 1 | 2019-11-20T02:18:47.000Z | 2019-11-20T02:18:47.000Z | units/uConRec.pas | BishopWolf/DelphiMath | bc03e918f2cbe6aad91e8153f5c7ae35abef75e2 | [
"Apache-2.0"
] | null | null | null | units/uConRec.pas | BishopWolf/DelphiMath | bc03e918f2cbe6aad91e8153f5c7ae35abef75e2 | [
"Apache-2.0"
] | 2 | 2017-05-14T03:56:55.000Z | 2019-11-20T02:18:48.000Z | unit uConRec;
(*
* ******************************************************************************
* *
* Author : Alex Vergara Gil *
* Version : 0.1 ... | 41.25 | 107 | 0.350404 |
61f93787cfc4f1163350b6c280957f2f77000f4a | 447 | pas | Pascal | package/prometheus.pas | piradoiv/prometheus-client-pascal | db9b2934eb59583d1b42f71629afadb8d23f1d5a | [
"MIT"
] | 4 | 2019-03-07T20:44:48.000Z | 2021-12-21T11:47:55.000Z | package/prometheus.pas | SEA99/prometheus-client-pascal | db9b2934eb59583d1b42f71629afadb8d23f1d5a | [
"MIT"
] | 8 | 2019-03-12T18:16:03.000Z | 2019-03-17T20:18:11.000Z | package/prometheus.pas | piradoiv/prometheus-client-pascal | db9b2934eb59583d1b42f71629afadb8d23f1d5a | [
"MIT"
] | 3 | 2019-03-07T20:44:53.000Z | 2020-10-25T06:35:22.000Z | { This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit prometheus;
{$warn 5023 off : no warning about unused units}
interface
uses
PrometheusRegistry, PrometheusClasses, PrometheusCounter, PrometheusGauge,
PrometheusHistogram, Lazaru... | 19.434783 | 77 | 0.791946 |
6a955e7ff681fc2724b7fce575394b94ce288412 | 2,113 | pas | Pascal | source/glscene/Base/RegisterXCollection.pas | xtreme3d/xtreme3d | 0d9128d427f0f29290f1b9a2b25e7297ace900a9 | [
"FTL",
"MIT",
"BSD-3-Clause"
] | 22 | 2016-04-23T07:54:02.000Z | 2021-07-11T14:21:40.000Z | source/glscene/Base/RegisterXCollection.pas | xtreme3d/xtreme3d | 0d9128d427f0f29290f1b9a2b25e7297ace900a9 | [
"FTL",
"MIT",
"BSD-3-Clause"
] | 62 | 2016-05-02T21:36:13.000Z | 2020-02-22T15:11:52.000Z | source/glscene/Base/RegisterXCollection.pas | xtreme3d/xtreme3d | 0d9128d427f0f29290f1b9a2b25e7297ace900a9 | [
"FTL",
"MIT",
"BSD-3-Clause"
] | 6 | 2017-12-29T18:38:33.000Z | 2020-07-26T18:52:19.000Z | //
// This unit is part of the GLScene Project, http://glscene.org
//
{: RegisterXCollection<p>
Register TXCollection property editor<p>
<b>History : </b><font size=-1><ul>
<li>03/07/04 - LR - Removed ..\ from the GLScene.inc
<li>16/04/00 - Egg - Creation
</ul></font>
}
unit RegisterXCollection;
in... | 25.768293 | 80 | 0.420729 |
6aaf086fa7cea8c218c5b15aed1d02eb56e6d707 | 251 | dpr | Pascal | Tutorials/Webinar II/AnalyticsDemo/AnalyticsDemo.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 685 | 2015-08-28T02:12:06.000Z | 2022-03-28T19:44:07.000Z | Tutorials/Webinar II/AnalyticsDemo/AnalyticsDemo.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 248 | 2015-11-17T16:39:48.000Z | 2022-03-29T18:44:53.000Z | Tutorials/Webinar II/AnalyticsDemo/AnalyticsDemo.dpr | prodat/python4delphi | cba592c8a7b13275cbd6f8b0b9d7161fcdafa010 | [
"MIT"
] | 259 | 2015-10-03T04:53:26.000Z | 2022-03-31T18:23:06.000Z | program AnalyticsDemo;
uses
Vcl.Forms,
MainFormSVG in 'MainFormSVG.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 16.733333 | 44 | 0.697211 |
61e8a89fe95cbc8fe2622b89c6f2ea2f134b220c | 6,132 | pas | Pascal | ArcIWLoginManager.pas | aftabgardan2006/iwelite | a68fcc8d423e8837ae2e2cd351b84a98d90df33e | [
"MIT"
] | 1 | 2018-01-09T12:32:40.000Z | 2018-01-09T12:32:40.000Z | ArcIWLoginManager.pas | aftabgardan2006/iwelite | a68fcc8d423e8837ae2e2cd351b84a98d90df33e | [
"MIT"
] | null | null | null | ArcIWLoginManager.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... | 32.791444 | 110 | 0.71608 |
6adb7bfc0ec9634025123f54dcec9efa26816717 | 14,918 | pas | Pascal | Indy10/Protocols/IdMessageCoder.pas | fabioxgn/IRC | dcfbaeb863b9feea95313212d5d5b0d7e2785df1 | [
"MIT"
] | 4 | 2018-10-11T15:33:15.000Z | 2021-08-18T22:13:34.000Z | Indy10/Protocols/IdMessageCoder.pas | fabioxgn/IRC | dcfbaeb863b9feea95313212d5d5b0d7e2785df1 | [
"MIT"
] | null | null | null | Indy10/Protocols/IdMessageCoder.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... | 29.599206 | 120 | 0.706529 |
61c6e21a4ae1ee068befe62a65243db965cc1327 | 901 | pas | Pascal | Sources/Internals/TestNodes/TestClassNode.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | Sources/Internals/TestNodes/TestClassNode.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | Sources/Internals/TestNodes/TestClassNode.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | namespace RemObjects.Elements.EUnit;
interface
uses
RemObjects.Elements.EUnit.Reflections;
type
TestClassNode = assembly class (TestSuiteNode)
private
TestType: TypeReference;
public
constructor(aType: TypeReference);
method &Add(Item: ITest); override;
property &Type: Nati... | 23.102564 | 108 | 0.716981 |
852d98b6eb43a6e44e55ba161be0615898a24e30 | 1,499 | pas | Pascal | src/Ragna.Intf.pas | CarlosHe/ragna | 5eb8b9836a84962f3e0a5a1956e16582458b7350 | [
"MIT"
] | 1 | 2020-08-19T01:21:20.000Z | 2020-08-19T01:21:20.000Z | src/Ragna.Intf.pas | CarlosHe/ragna | 5eb8b9836a84962f3e0a5a1956e16582458b7350 | [
"MIT"
] | null | null | null | src/Ragna.Intf.pas | CarlosHe/ragna | 5eb8b9836a84962f3e0a5a1956e16582458b7350 | [
"MIT"
] | 1 | 2021-12-15T21:21:38.000Z | 2021-12-15T21:21:38.000Z | unit Ragna.Intf;
interface
uses
FireDAC.Comp.Client, System.JSON, Data.DB;
type
IRagna = interface
['{0F1AD1E9-A82C-44BE-9208-685B9C3C77F9}']
procedure Paginate(AOffSet, ALimit: integer);
procedure RadicalResearch(AValue: string; AFields: array of TField);
procedure Remove(AField: TField; AValue... | 31.893617 | 76 | 0.723149 |
6a11b765f13e0997d45302d373d1c3957df702cf | 4,499 | pas | Pascal | exec/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | exec/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | exec/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | (* This unit lets you execute any child program and redirect the
child program output to NUL / PRN / CON or file.
It's very simple to use (look at the EXAMPLE.PAS).
This source is completlly freeware but make sure to remove
this remark if any changes are made I don't want anyone to
spread his bugs w... | 24.058824 | 81 | 0.454545 |
61a231a12bc688d59e6066c461ace5b662126f5b | 983,021 | pas | Pascal | ML/Aplicando/gsl.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | ML/Aplicando/gsl.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | ML/Aplicando/gsl.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | unit gsl;
{$MINENUMSIZE 4}
interface
const
{$IF Defined(WIN32)}
LIBGSL = 'libgsl-23.dll';
_PU = '';
{$ELSE}
{$MESSAGE Error 'Unsupported platform'}
{$ENDIF}
const
{ TODO : Macro probably use invalid symbol "extern": }
(* GSL_VAR extern *)
{ TODO : Unable to convert function-like macro: }
(* GSL... | 50.733949 | 340 | 0.796857 |
851df66d4852ccf06f6fc30216f3d2886142f4f3 | 412 | pas | Pascal | compilador/in/teste7.pas | thiagorcdl/Compilador | 05cf9874c8dbd0ec89e826f392fb5b6b2dc50d31 | [
"BSD-2-Clause"
] | null | null | null | compilador/in/teste7.pas | thiagorcdl/Compilador | 05cf9874c8dbd0ec89e826f392fb5b6b2dc50d31 | [
"BSD-2-Clause"
] | null | null | null | compilador/in/teste7.pas | thiagorcdl/Compilador | 05cf9874c8dbd0ec89e826f392fb5b6b2dc50d31 | [
"BSD-2-Clause"
] | null | null | null | program teste7 (input, output);
var i : integer;
procedure pinduca;
var a,b : integer;
procedure zaeli();
var a : integer;
begin
a := 20;
writeln("zaeli: ",a)
end;
begin
a := 20;
b := 30;
zaeli();
writeln("pinduca: ",a+... | 17.166667 | 32 | 0.444175 |
6ad7355348bcac412c03322dae7a711e7094a39b | 7,793 | pas | Pascal | src/libraries/cryptolib4pascal/ClpOSRandom.pas | O1OOO111/PascalCoin | a1725b674c45ebf380c2fb132454439e58f7119a | [
"MIT"
] | 1 | 2021-06-07T13:20:04.000Z | 2021-06-07T13:20:04.000Z | src/libraries/cryptolib4pascal/ClpOSRandom.pas | O1OOO111/PascalCoin | a1725b674c45ebf380c2fb132454439e58f7119a | [
"MIT"
] | null | null | null | src/libraries/cryptolib4pascal/ClpOSRandom.pas | O1OOO111/PascalCoin | a1725b674c45ebf380c2fb132454439e58f7119a | [
"MIT"
] | 1 | 2021-06-02T23:57:38.000Z | 2021-06-02T23:57:38.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 26.872414 | 87 | 0.666239 |
44fce0596252306cb12b76627aa5ec401fc338af | 1,334 | dfm | Pascal | Samples/Delphi XE8/Making a function which requires both parameters - before and after itself in TParser/MainForm.dfm | ricardojr01/mathparser | 549e897aad33517bcf1d9fdfbfbcb2720304fb63 | [
"Apache-2.0"
] | 8 | 2019-09-26T02:28:30.000Z | 2022-01-02T17:36:50.000Z | Samples/Delphi XE8/Making a function which requires both parameters - before and after itself in TParser/MainForm.dfm | ricardojr01/mathparser | 549e897aad33517bcf1d9fdfbfbcb2720304fb63 | [
"Apache-2.0"
] | 2 | 2020-10-28T15:29:22.000Z | 2021-01-31T13:28:36.000Z | Samples/Delphi XE8/Making a function which requires both parameters - before and after itself in TParser/MainForm.dfm | ricardojr01/mathparser | 549e897aad33517bcf1d9fdfbfbcb2720304fb63 | [
"Apache-2.0"
] | 3 | 2020-10-25T09:46:58.000Z | 2021-02-02T03:02:07.000Z | object Main: TMain
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Sample'
ClientHeight = 91
ClientWidth = 490
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCrea... | 20.523077 | 74 | 0.628936 |
6a64e4d7dc98cb0a00d13836e2b1a1a3a816f4a4 | 45,976 | dfm | Pascal | dialogs/uUserDialog.dfm | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 6 | 2019-02-15T02:47:02.000Z | 2021-08-02T22:34:34.000Z | dialogs/uUserDialog.dfm | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | null | null | null | dialogs/uUserDialog.dfm | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 7 | 2020-05-04T21:44:13.000Z | 2021-04-02T12:42:23.000Z | object UserContent: TUserContent
Left = 0
Top = 0
Width = 400
Height = 299
Color = 2169368
Font.Charset = RUSSIAN_CHARSET
Font.Color = 14603725
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
TabStop = True
OnResize = FrameResize
... | 42.218549 | 120 | 0.672764 |
617edd1d7077dce661708f56b955d7f777b626ae | 5,056 | pas | Pascal | src/UStatus.pas | saulopz/ihome | 843afd780bd5fec7d3c289b4568143864ea2ed1b | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/UStatus.pas | saulopz/ihome | 843afd780bd5fec7d3c289b4568143864ea2ed1b | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/UStatus.pas | saulopz/ihome | 843afd780bd5fec7d3c289b4568143864ea2ed1b | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | UNIT UStatus;
INTERFACE
Uses
Graph, Crt, MyMouse, Button, Rolls, Icones,
Boxs, TextBoxs, RollBoxs, Objects, Devices,
Labels, Config, Strs, Collects, SysUtils;
CONST
MAXCOUNTER_STATUS = 5;
TYPE
PStatus = ^OStatus;
OStatus = Object (OBox)
icA : OIcon;
icB : OI... | 21.243697 | 98 | 0.511669 |
6a67bbf149edde6904ea51230ce6b7ddf1cb55e3 | 13,356 | dfm | Pascal | Client/SubmitPictureForm.dfm | tmssoftware/Halloween-Contest | f02463e54d2b3a851da3d815efbd36616aef14a2 | [
"Apache-2.0"
] | 6 | 2021-11-04T16:42:33.000Z | 2022-01-15T14:46:23.000Z | Client/SubmitPictureForm.dfm | tmssoftware/Halloween-Contest | f02463e54d2b3a851da3d815efbd36616aef14a2 | [
"Apache-2.0"
] | null | null | null | Client/SubmitPictureForm.dfm | tmssoftware/Halloween-Contest | f02463e54d2b3a851da3d815efbd36616aef14a2 | [
"Apache-2.0"
] | 1 | 2022-01-15T14:46:13.000Z | 2022-01-15T14:46:13.000Z | object FrmSubmit: TFrmSubmit
Width = 947
Height = 856
Caption = 'RADoween Submit'
ElementPosition = epRelative
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
FormContainer = 'body'
ParentFont = False
OnCreate = Form1Create
object PictureV... | 22.675722 | 69 | 0.611036 |
852a8a4907b61dd6e71e0c30134df652de0f59f4 | 11,279 | pas | Pascal | CompMigrationTool/Converter/baba/RealGridToCXGridConverter.pas | devgear/ComponentConverter | 67a9c56f6953dd732f0da80bbc8bbe249b25604d | [
"MIT"
] | 3 | 2020-05-25T02:48:33.000Z | 2021-08-06T02:00:26.000Z | CompMigrationTool/Converter/baba/RealGridToCXGridConverter.pas | devgear/MigrationTools | 399e3cdb961ea5f4ed771a444bfc09d2db823a74 | [
"MIT"
] | null | null | null | CompMigrationTool/Converter/baba/RealGridToCXGridConverter.pas | devgear/MigrationTools | 399e3cdb961ea5f4ed771a444bfc09d2db823a74 | [
"MIT"
] | 5 | 2020-01-25T12:39:00.000Z | 2022-03-14T07:59:18.000Z | unit RealGridToCXGridConverter;
interface
uses
RealGridParser,
CompConverter, System.SysUtils, System.Classes, Vcl.Forms;
type
TConverterRealGridToCXGrid = class(TConverter)
private
FParser: TRealGridParser;
FColumnCompList: string;
protected
function GetDescription: string; override;
fun... | 33.468843 | 121 | 0.675326 |
853010e26470c1dda57450a88c508b7e38d439b5 | 30,339 | pas | Pascal | dependencies/Indy10/Core/IdIcmpClient.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | dependencies/Indy10/Core/IdIcmpClient.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | dependencies/Indy10/Core/IdIcmpClient.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | {
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All r... | 36.641304 | 137 | 0.682356 |
aa19ad699f97713d0598a7339e626810e9bb40bb | 1,043 | pas | Pascal | Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.ConfigurationSetSendingPausedException.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.ConfigurationSetSendingPausedException.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/SimpleEmail/Base/Model/AWS.SES.Model.ConfigurationSetSendingPausedException.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.SES.Model.ConfigurationSetSendingPausedException;
interface
uses
Bcl.Types.Nullable,
AWS.SES.Exception;
type
EConfigurationSetSendingPausedException = class(EAmazonSimpleEmailServiceException)
strict private
FConfigurationSetName: Nullable<string>;
function GetConfigurationSetName: string;
... | 26.075 | 101 | 0.837967 |
85385a2eec9c5c3b43f65d8782a50ab96e4fe238 | 207 | pas | Pascal | Test/Memory/external_selfref.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/Memory/external_selfref.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/Memory/external_selfref.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | type
TMyObj = class(TExposedClass)
Field : TMyObj;
end;
var o1, o2, o3 : TMyObj;
o1:=TMyObj.Create;
o2:=TMyObj.Create;
o2.Field:=o2;
o3:=TMyObj.Create;
o3.Field:=TMyObj.Create;
| 13.8 | 33 | 0.613527 |
8519ff5f963908ed4e1487b04aa3fa09a92e318f | 8,226 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/Globus/run/JvgTypes.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/Globus/run/JvgTypes.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/Globus/run/JvgTypes.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... | 36.723214 | 86 | 0.680039 |
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.