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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aa9618ab28eb5ef95b9aa746769b85f0a91c5f55 | 184 | pas | Pascal | test_cases/input015.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 7 | 2017-04-28T17:32:41.000Z | 2021-09-18T04:29:52.000Z | test_cases/input015.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 1 | 2018-02-06T23:24:24.000Z | 2018-02-06T23:53:22.000Z | test_cases/input015.pas | kjcolley7/PL0 | 4c3831cf5602ae74b58433ad3ddde2caaafef12b | [
"MIT"
] | 1 | 2022-02-25T18:24:08.000Z | 2022-02-25T18:24:08.000Z | var n, fact;
procedure Factorial(n);
begin
if n > 1 then
return := n * call Factorial(n - 1)
else
return := 1
end;
begin
read n;
fact := call Factorial(n);
write fact;
end.
| 11.5 | 37 | 0.630435 |
8aff015cf16a45e34d89272e936d28c8cc42074e | 58,217 | dfm | Pascal | SnakeSystem/Forms/uMain.dfm | ooilusca/SnakeSystem | e1a11c11781d7acc9d94a802523d372aa8f3c5e8 | [
"MIT"
] | null | null | null | SnakeSystem/Forms/uMain.dfm | ooilusca/SnakeSystem | e1a11c11781d7acc9d94a802523d372aa8f3c5e8 | [
"MIT"
] | null | null | null | SnakeSystem/Forms/uMain.dfm | ooilusca/SnakeSystem | e1a11c11781d7acc9d94a802523d372aa8f3c5e8 | [
"MIT"
] | null | null | null | object frmMain: TfrmMain
Left = 250
Top = 200
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 531
ClientWidth = 730
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIForm
Icon.Data = {
... | 40.456567 | 73 | 0.713503 |
446f3087a405f8924d4a92b8e292a1787998a09c | 17,803 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/source/JvDBQBE.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/JvDBQBE.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/JvDBQBE.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... | 25.396576 | 106 | 0.682582 |
bc93efb957eebdc7f03fd31ffa453ea414cc639f | 255 | dpr | Pascal | Sources/AppTest/TestApp.dpr | DelcioSbeghen/NetVCL-Browser | 45286dadfcd1e96d32a962a8c75b063ea5b50b5f | [
"MIT"
] | null | null | null | Sources/AppTest/TestApp.dpr | DelcioSbeghen/NetVCL-Browser | 45286dadfcd1e96d32a962a8c75b063ea5b50b5f | [
"MIT"
] | null | null | null | Sources/AppTest/TestApp.dpr | DelcioSbeghen/NetVCL-Browser | 45286dadfcd1e96d32a962a8c75b063ea5b50b5f | [
"MIT"
] | null | null | null | program TestApp;
uses
Vcl.Forms,
TestForm in 'TestForm.pas' {Form1},
TestLoad in 'TestLoad.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 15.9375 | 40 | 0.721569 |
bc7fa1247f1935625d98daaf489ccd38518dff5b | 11,205 | pas | Pascal | Ultibo/Zero/Project1.pas | pik33/P2-retromachine | 28f19e11f0096464581c2312ee4400f08c12b45b | [
"MIT"
] | 2 | 2022-01-27T13:50:53.000Z | 2022-03-13T02:52:40.000Z | Ultibo/Zero/Project1.pas | pik33/P2-retromachine | 28f19e11f0096464581c2312ee4400f08c12b45b | [
"MIT"
] | null | null | null | Ultibo/Zero/Project1.pas | pik33/P2-retromachine | 28f19e11f0096464581c2312ee4400f08c12b45b | [
"MIT"
] | null | null | null | program Project1;
{$mode objfpc}{$H+}
uses
GlobalConst,
GlobalTypes,
Platform,
Threads,
classes,
Console,
Framebuffer,
BCM2835,
BCM2708,
SysUtils,
Serial,
fatfs,
retrokeyboard,
retromouse,
dwcotg;
type
Tmouse= class(TThread)
private
protected
procedure Execute; override;
public
Const... | 28.0125 | 156 | 0.628469 |
aa4bb831762b061a4bd1bda0e70e1d73cac7f97f | 281 | dpr | Pascal | samples/storage/StorageApp.dpr | ezequieljuliano/PropertiesFile4Delphi | 4917c0f7252a662de62837479a56ac90c5935a0a | [
"Apache-2.0"
] | 16 | 2015-12-08T14:10:25.000Z | 2022-02-11T03:40:36.000Z | samples/storage/StorageApp.dpr | ezequieljuliano/PropertiesFile4Delphi | 4917c0f7252a662de62837479a56ac90c5935a0a | [
"Apache-2.0"
] | null | null | null | samples/storage/StorageApp.dpr | ezequieljuliano/PropertiesFile4Delphi | 4917c0f7252a662de62837479a56ac90c5935a0a | [
"Apache-2.0"
] | 9 | 2015-12-08T14:10:55.000Z | 2021-11-13T03:30:46.000Z | program StorageApp;
uses
Vcl.Forms,
Main.View in 'Main.View.pas' {MainView};
{$R *.res}
begin
ReportMemoryLeaksOnShutdown := True;
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TMainView, MainView);
Application.Run;
end.
| 14.789474 | 46 | 0.733096 |
1716924af4f24f3f3041f3da098aa922e27fd9a1 | 1,291 | pas | Pascal | Source/Unassigned/BDEUtils/UtilsGuiBde/BoldQueryAliasDialog.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/Unassigned/BDEUtils/UtilsGuiBde/BoldQueryAliasDialog.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/Unassigned/BDEUtils/UtilsGuiBde/BoldQueryAliasDialog.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | unit BoldQueryAliasDialog;
interface
uses
Classes,
Controls,
Forms,
StdCtrls,
Buttons,
BoldAliasUtils;
type
TBoldQueryAliasDialog = class(TForm)
GroupBox1: TGroupBox;
ComboBoxAlias: TComboBox;
BtnBrowse: TButton;
BtnOK: TButton;
BtnCancel: TButton;
procedure BtnOKClick(Sender: T... | 20.492063 | 69 | 0.766073 |
aa4e201509a104363b7a92e9ddde1d4538bebec0 | 5,677 | pas | Pascal | View.Main.pas | checkdigits/Capture_Web_Snapshots_Delphi_example | a00a79e69fdea768b50d4e8e6dc1fe6c3ac23f09 | [
"Apache-2.0"
] | 2 | 2021-08-06T13:53:17.000Z | 2021-09-22T22:05:49.000Z | View.Main.pas | checkdigits/Capture_Web_Snapshots_Delphi_example | a00a79e69fdea768b50d4e8e6dc1fe6c3ac23f09 | [
"Apache-2.0"
] | null | null | null | View.Main.pas | checkdigits/Capture_Web_Snapshots_Delphi_example | a00a79e69fdea768b50d4e8e6dc1fe6c3ac23f09 | [
"Apache-2.0"
] | 1 | 2021-09-22T22:05:50.000Z | 2021-09-22T22:05:50.000Z | //---------------------------------------------------------------------------
// This software is Copyright (c) 2021 Embarcadero Technologies, Inc.
// You may only use this software if you are an authorized licensee
// of an Embarcadero developer tools product.
// This software is considered a Redistributable as defin... | 32.073446 | 108 | 0.738242 |
8a51307d14e93d6ad13c244a4064904692cb8a40 | 2,707 | pas | Pascal | diota/utils/DIOTA.Utils.Constants.pas | lubovaskov/iota-delphi | 6451459f881fea2797da5d2db2dce1f66ec910a1 | [
"MIT"
] | null | null | null | diota/utils/DIOTA.Utils.Constants.pas | lubovaskov/iota-delphi | 6451459f881fea2797da5d2db2dce1f66ec910a1 | [
"MIT"
] | null | null | null | diota/utils/DIOTA.Utils.Constants.pas | lubovaskov/iota-delphi | 6451459f881fea2797da5d2db2dce1f66ec910a1 | [
"MIT"
] | 1 | 2019-02-14T00:40:46.000Z | 2019-02-14T00:40:46.000Z | unit DIOTA.Utils.Constants;
//This unit defines the global constants.
interface
const
KEY_LENGTH = Integer(6561);
//This String contains all possible characters of the tryte alphabet
TRYTE_ALPHABET = '9ABCDEFGHIJKLMNOPQRSTUVWXYZ';
//The length of an IOTA seed
SEED_LENGTH = Integer(81);
//The length ... | 34.705128 | 102 | 0.768378 |
17303cce0857f9887470a50315768d569062ecac | 3,139 | dpr | Pascal | references/jcl/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/jcl/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/jcl/jcl/examples/common/unitversioning/UnitVersioningTestDLL.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 61.54902 | 101 | 0.275247 |
f3e493fdfc5d3e2ad6d2914e64d972c858a1ecb0 | 10,106 | pas | Pascal | Src/XDMessaging.FileSystemWatcher.pas | zhaoyipeng/XDMessaging.Delphi | 7a8128b2dfaf92c56b6afb4180f41ed7b2f3ec03 | [
"MIT"
] | 9 | 2018-01-02T10:32:39.000Z | 2021-09-18T12:23:16.000Z | Src/XDMessaging.FileSystemWatcher.pas | zhaoyipeng/XDMessaging.Delphi | 7a8128b2dfaf92c56b6afb4180f41ed7b2f3ec03 | [
"MIT"
] | 1 | 2018-01-02T10:39:11.000Z | 2018-01-07T03:19:04.000Z | Src/XDMessaging.FileSystemWatcher.pas | zhaoyipeng/XDMessaging.Delphi | 7a8128b2dfaf92c56b6afb4180f41ed7b2f3ec03 | [
"MIT"
] | 2 | 2019-10-24T03:58:55.000Z | 2021-08-12T14:42:01.000Z | unit XDMessaging.FileSystemWatcher;
interface
uses
Winapi.Windows,
System.Classes,
System.SysUtils;
type
TFileOperation = (foAdded, foRemoved, foModified, foRenamed);
TFileDealMethod = procedure(FileOperation: TFileOperation; const FileName1, FileName2: string) of object;
TNotifyFilter = (nfFileNameChang... | 27.687671 | 172 | 0.747378 |
aa4a2bb5e835f856c5891a31e73c19361ce43c43 | 766 | pas | Pascal | delphi/ExerDlp5MatrizesVetores/UnSubF1.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | delphi/ExerDlp5MatrizesVetores/UnSubF1.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | delphi/ExerDlp5MatrizesVetores/UnSubF1.pas | vitorebatista/my-tests | 696b2290259d8179d0b3399569dd9e77e6eaa750 | [
"MIT"
] | null | null | null | unit UnSubF1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Edit1: TEdit;
Button1: TButton;
Label2: TLabel;
procedure Button1Click(Sender: TObject);
private
{ Private declar... | 15.632653 | 76 | 0.620104 |
f38ac19722c03a905be641c57c0052af90a918b9 | 2,945 | dfm | Pascal | Capitulo3/1.DS.Exemplo2/Client/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo3/1.DS.Exemplo2/Client/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo3/1.DS.Exemplo2/Client/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | object frmPrincipal: TfrmPrincipal
Left = 0
Top = 0
Caption = 'A'#231#245'es'
ClientHeight = 332
ClientWidth = 586
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
Pi... | 19.898649 | 39 | 0.571817 |
aa7be9a669029b67bca9e5458fea9a40f41e6010 | 11,577 | pas | Pascal | ThirdParty/Spring4D/Base/Collections/Spring.Collections.Stacks.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | 8 | 2020-03-03T12:32:32.000Z | 2020-11-18T10:54:29.000Z | ThirdParty/Spring4D/Base/Collections/Spring.Collections.Stacks.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | null | null | null | ThirdParty/Spring4D/Base/Collections/Spring.Collections.Stacks.pas | Gronfi/DMVVM-ES | f83e781d8d8f235005ed273581ad72868a83a390 | [
"Apache-2.0"
] | 3 | 2020-03-03T18:09:16.000Z | 2020-11-18T11:08:02.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 24.27044 | 87 | 0.629783 |
aac8195942e593b6f1aeb3827b12c0e6abc66e71 | 6,445 | pas | Pascal | DX7.Synth.pas | WouterVanNifterick/DX7 | baa636a1b0556eea7ac5fa1ea6564eda63964bd9 | [
"MIT"
] | 7 | 2018-06-19T06:08:40.000Z | 2021-01-20T21:38:11.000Z | DX7.Synth.pas | WouterVanNifterick/DX7 | baa636a1b0556eea7ac5fa1ea6564eda63964bd9 | [
"MIT"
] | 1 | 2019-02-20T12:57:04.000Z | 2019-02-20T12:57:04.000Z | DX7.Synth.pas | WouterVanNifterick/DX7 | baa636a1b0556eea7ac5fa1ea6564eda63964bd9 | [
"MIT"
] | 3 | 2018-03-06T11:36:30.000Z | 2019-03-06T14:48:20.000Z | unit DX7.Synth;
interface
uses
System.SyncObjs,
Generics.Collections,
DX7.Config,
FS1R.Params,
DX7.Voice;
type
TMidiEvent = record
data: array of byte;
receivedTime: TDateTime;
end;
TDX7Synth = class
private
voices: TList<TDX7Voice>;
sustainPedalDown: boolean;
function GetVoice... | 22.85461 | 101 | 0.66346 |
bc2021b3814ea897e6d5959636d825c9a42e5222 | 212 | pas | Pascal | tests/test11.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | tests/test11.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | tests/test11.pas | nicoleajoy/Pascal-with-Haskell | 91ca222d33e0d5c19995999ccdf48f7b371189fa | [
"MIT"
] | null | null | null | (* Output:
21.0
1.0
12.0
*)
program test11;
var
r, y, e, g, h, j: real;
begin
r := 4;
y := 5;
e := 7;
g := 8;
h := 9;
j := 2;
writeln (y+r*r);
writeln (r*j/g);
writeln (y+r*r-h);
end.
| 9.636364 | 25 | 0.429245 |
aaff72d15828b8277cfdcef705a1ee79b3f5f32d | 20,731 | pas | Pascal | Forms/Form.Main.pas | testonlys/Chet | 68ff7bb0e118b90a33c0c49ea7f6c3110cd516f8 | [
"BSD-2-Clause"
] | 133 | 2018-05-29T12:55:11.000Z | 2022-03-30T20:48:54.000Z | Forms/Form.Main.pas | testonlys/Chet | 68ff7bb0e118b90a33c0c49ea7f6c3110cd516f8 | [
"BSD-2-Clause"
] | 13 | 2018-06-18T12:40:50.000Z | 2022-03-16T16:00:23.000Z | Forms/Form.Main.pas | testonlys/Chet | 68ff7bb0e118b90a33c0c49ea7f6c3110cd516f8 | [
"BSD-2-Clause"
] | 37 | 2018-05-28T22:27:12.000Z | 2022-03-31T12:45:31.000Z | unit Form.Main;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
System.Actions,
System.UITypes,
System.IOUtils,
System.ImageList,
Vcl.ImgList,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialo... | 29.615714 | 105 | 0.742415 |
17272ac1497d9c1021400f466cca056817b23b5c | 15,851 | pas | Pascal | Units/Win32.ShObjIdl_Core.pas | CMCHTPC/WindowsAPI | 9d683588af4ebd688059ba62e342dff19683ed43 | [
"Apache-2.0"
] | 19 | 2017-10-17T13:26:57.000Z | 2021-09-10T06:49:59.000Z | Units/Win32.ShObjIdl_Core.pas | CMCHTPC/WindowsAPI | 9d683588af4ebd688059ba62e342dff19683ed43 | [
"Apache-2.0"
] | null | null | null | Units/Win32.ShObjIdl_Core.pas | CMCHTPC/WindowsAPI | 9d683588af4ebd688059ba62e342dff19683ed43 | [
"Apache-2.0"
] | 5 | 2017-12-25T09:42:40.000Z | 2021-01-20T13:08:19.000Z | unit Win32.ShObjIdl_Core;
{ **************************************************************************
Copyright (C) 2017 CMC Development Team
CMC 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, either v... | 33.30042 | 188 | 0.683175 |
af465537a0ac5b70191775e0b7bb1a565ad979f7 | 11,391 | dfm | Pascal | Post/vi_2.dfm | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | Post/vi_2.dfm | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | Post/vi_2.dfm | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | object fmVInspector2: TfmVInspector2
Left = 239
Top = 455
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Visual Inspector - 2D'
ClientHeight = 74
ClientWidth = 497
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
... | 23.152439 | 44 | 0.434993 |
1733d31352a831c991103db47486cc4528c1bdc0 | 13,131 | dfm | Pascal | HWSserver/source/uadm_admpass.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | HWSserver/source/uadm_admpass.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | HWSserver/source/uadm_admpass.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | object adm_admpass: Tadm_admpass
Left = 374
Top = 209
BorderStyle = bsNone
ClientHeight = 314
ClientWidth = 302
Color = 16119285
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
... | 30.25576 | 76 | 0.589521 |
bcf0885423b1d8f360b2a5fc1a24e900f11aa598 | 15,806 | pas | Pascal | egavga/0140.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | egavga/0140.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | egavga/0140.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Subj: using brute force to load
From: randyd@alpha2.csd.uwm.edu (Randall Elton Ding)
Some have been asking how to load bmp's and such from a file into
the bgi.. Here is a brute force method for doing that in 16 color
EGAVGA or HercMono modes.
There are two programs after this discussion, the first is the... | 36.335632 | 79 | 0.525876 |
aac7e737a12ef1636796a7f87f49bac12f5a73e2 | 3,054 | pas | Pascal | Macapi.Gcd.pas | hkollmann/GrijjyFoundation | 8ff91c9f319d2c07a9b12dca8c481b96d47a2d23 | [
"BSD-2-Clause"
] | 202 | 2017-01-09T19:30:32.000Z | 2022-03-09T09:53:47.000Z | Macapi.Gcd.pas | hkollmann/GrijjyFoundation | 8ff91c9f319d2c07a9b12dca8c481b96d47a2d23 | [
"BSD-2-Clause"
] | 40 | 2017-05-10T06:41:22.000Z | 2022-01-14T17:52:26.000Z | Macapi.Gcd.pas | hkollmann/GrijjyFoundation | 8ff91c9f319d2c07a9b12dca8c481b96d47a2d23 | [
"BSD-2-Clause"
] | 72 | 2017-01-17T00:52:24.000Z | 2022-03-24T09:14:56.000Z | unit Macapi.Gcd;
{ Mising header translations for Grand Central Dispatch for macOS and iOS }
{$INCLUDE 'Grijjy.inc'}
interface
uses
System.SysUtils,
Macapi.Dispatch,
Macapi.CoreServices,
Macapi.CoreFoundation;
const
{$IFDEF IOS}
libDispatch = '/usr/lib/libSystem.dylib'; // Workaround for incorrect setti... | 29.650485 | 134 | 0.794695 |
bc65d861cb2d793114eb16bea86c30c4796d0177 | 663 | pas | Pascal | logging.pas | cyberfilth/ASCII-axe | a3b3082582bb0434134cda6c1f0b219eaa8eeee7 | [
"MIT"
] | 10 | 2021-05-03T14:20:59.000Z | 2022-01-16T17:58:41.000Z | logging.pas | richorr/ASCII-axe | 02ddf5aa0e76235e6c2a350bdbd03439726579f0 | [
"MIT"
] | 5 | 2021-05-15T19:53:49.000Z | 2021-09-23T16:12:29.000Z | logging.pas | richorr/ASCII-axe | 02ddf5aa0e76235e6c2a350bdbd03439726579f0 | [
"MIT"
] | 3 | 2021-05-04T20:17:20.000Z | 2022-01-21T22:57:36.000Z | (* Used for logging which procedures are called and in what order *)
unit logging;
{$mode objfpc}{$H+}
interface
uses
SysUtils;
const
(* Log file name *)
C_FNAME = 'LOGFILE.txt';
var
(* Text file used for logging *)
tfOut: TextFile;
procedure beginLogging;
procedure logAction(textString: string);
impl... | 15.418605 | 70 | 0.719457 |
bcedae85ca2fdf14900e22365f35500125b5577a | 3,541 | pas | Pascal | demos/Players/APEPlayer/Main.pas | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | 1 | 2016-05-18T16:29:30.000Z | 2016-05-18T16:29:30.000Z | demos/Players/APEPlayer/Main.pas | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | null | null | null | demos/Players/APEPlayer/Main.pas | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | 1 | 2018-09-28T12:51:23.000Z | 2018-09-28T12:51:23.000Z | (*
NewAC APE (Monkey's Auido) player demo.
To run this demo you will need the MACDll.dll library.
See ACS documentation on where to find the library.
(c) Andrei Borovsky, anb@symmetrica.net
*)
unit Main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Di... | 25.846715 | 77 | 0.703191 |
f369df4b95df4cb2b0ebd0d5f7c932e37aaff1cd | 2,635 | pas | Pascal | Source/dwsVCLGUIFunctions.pas | thecocce/DWScript | 151831f9a1f4f1239584a072278089c56b2dde64 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Source/dwsVCLGUIFunctions.pas | thecocce/DWScript | 151831f9a1f4f1239584a072278089c56b2dde64 | [
"Condor-1.1"
] | 3 | 2015-07-12T13:32:43.000Z | 2020-09-30T05:49:59.000Z | Source/dwsVCLGUIFunctions.pas | thecocce/DWScript | 151831f9a1f4f1239584a072278089c56b2dde64 | [
"Condor-1.1"
] | 21 | 2015-08-01T07:20:32.000Z | 2021-09-16T15:16:51.000Z | {**********************************************************************}
{ }
{ "The contents of this file are subject to the Mozilla Public }
{ License Version 1.1 (the "License"); you may not use this }
{ file except in comp... | 37.642857 | 135 | 0.542694 |
af32287e92deaf442dfa51835b1890b3946b539e | 590 | dfm | Pascal | Editor/opendisplay.dfm | Upwinded/SHF | 797682152234251c9a32692324904c7aa8d90683 | [
"Zlib"
] | 71 | 2018-03-21T08:04:04.000Z | 2022-01-11T09:49:26.000Z | Editor/opendisplay.dfm | Upwinded/SHF | 797682152234251c9a32692324904c7aa8d90683 | [
"Zlib"
] | 2 | 2018-08-28T08:26:02.000Z | 2019-04-06T14:29:39.000Z | Editor/opendisplay.dfm | Upwinded/SHF | 797682152234251c9a32692324904c7aa8d90683 | [
"Zlib"
] | 25 | 2018-03-24T03:36:28.000Z | 2021-09-20T06:19:09.000Z | object FlashForm: TFlashForm
Left = 0
Top = 0
BorderStyle = bsNone
Caption = 'FlashForm'
ClientHeight = 502
ClientWidth = 670
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder... | 19.666667 | 32 | 0.684746 |
448500f88b7daa855f2c434fa17c55a5a7792f6e | 2,921 | pas | Pascal | cesencrp.pas | tatmanblue/emailmax | 23ded6e54c40e90cabdff5fef5e6c6ce7602c10b | [
"Apache-2.0"
] | null | null | null | cesencrp.pas | tatmanblue/emailmax | 23ded6e54c40e90cabdff5fef5e6c6ce7602c10b | [
"Apache-2.0"
] | null | null | null | cesencrp.pas | tatmanblue/emailmax | 23ded6e54c40e90cabdff5fef5e6c6ce7602c10b | [
"Apache-2.0"
] | null | null | null | // copyright (c) 2000 by microObjects inc.
//
// Emailmax source is distributed under the public
// domain license arrangements. You are free to
// modify, edit, copy, delete, or redistribute
// the emailmax code as long as you 1) indemnify
// microObjects inc and its employees and owners
// from any and all liablity,... | 25.849558 | 85 | 0.637453 |
44d91ef3e11232047f5f745cd8bc0354221b46c6 | 106 | pas | Pascal | input/try5.pas | junaaaaloo/CMPILER-FINAL-MP | f2ab1e79e6c008eb6b4423777e95fa473f78f29b | [
"MIT"
] | null | null | null | input/try5.pas | junaaaaloo/CMPILER-FINAL-MP | f2ab1e79e6c008eb6b4423777e95fa473f78f29b | [
"MIT"
] | null | null | null | input/try5.pas | junaaaaloo/CMPILER-FINAL-MP | f2ab1e79e6c008eb6b4423777e95fa473f78f29b | [
"MIT"
] | null | null | null | program try5;
const
PI = 3.141592654;
begin
writeln('5 Constant');
writeln('PI = ', PI);
end. | 11.777778 | 24 | 0.59434 |
aa9e5de68e8ba034448ae92cb7c1d0a382f37793 | 5,539 | pas | Pascal | MUSIC_PRO/components/DuringTime.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | MUSIC_PRO/components/DuringTime.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | MUSIC_PRO/components/DuringTime.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | unit DuringTime;
interface
uses
Windows, Messages, SysUtils, Classes, Controls, Graphics, Dialogs,ComCtrls;
type
TDuringOfTime = (WholeNote, HalfNote, QuarterNote, Quavers, SixteenthNote, DemiSemiQuavers);
TDuringTime = class(TCustomControl)
private
fDuringOfTime:TDuringOfTime;
fTim... | 24.400881 | 97 | 0.636396 |
af8600b8146dddfae79ba7cf403b783a57f28f7b | 31,837 | pas | Pascal | Projects/ScriptDlg.pas | Wangsc001/issrc | 0421e5301c5cae74888c7cf6339fb03e284da78a | [
"FSFAP"
] | 1 | 2021-03-08T09:24:15.000Z | 2021-03-08T09:24:15.000Z | Projects/ScriptDlg.pas | Wangsc001/issrc | 0421e5301c5cae74888c7cf6339fb03e284da78a | [
"FSFAP"
] | null | null | null | Projects/ScriptDlg.pas | Wangsc001/issrc | 0421e5301c5cae74888c7cf6339fb03e284da78a | [
"FSFAP"
] | null | null | null | unit ScriptDlg;
{
Inno Setup
Copyright (C) 1997-2012 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
Custom wizard pages
}
interface
{$I VERSION.INC}
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, StdCtrls, Contnrs,... | 30.320952 | 131 | 0.706725 |
afa5b15b43e6a7f266f63a482585411e104ce4a4 | 8,258 | pas | Pascal | zeosdbo-7.2.4-stable/src/plain/ZPlainLoader.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | zeosdbo-7.2.4-stable/src/plain/ZPlainLoader.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | zeosdbo-7.2.4-stable/src/plain/ZPlainLoader.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | {*********************************************************}
{ }
{ Zeos Database Objects }
{ Utility Classes for Native Libraries }
{ }
{ Originall... | 29.598566 | 88 | 0.608501 |
aaec56ed565a40cf63262921c4b9dd8f62859af3 | 8,639 | pas | Pascal | Engine/Utils/TERRA_Steam.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 104 | 2015-01-18T02:02:11.000Z | 2022-02-22T11:53:06.000Z | Engine/Utils/TERRA_Steam.pas | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 13 | 2015-07-18T18:53:15.000Z | 2021-10-04T10:31:01.000Z | Engine/Utils/TERRA_Steam.pas | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 47 | 2015-01-17T21:50:12.000Z | 2022-02-15T13:49:02.000Z | Unit TERRA_Steam;
{$I terra.inc}
Interface
Uses TERRA_String, TERRA_Object, TERRA_Utils, TERRA_Math, TERRA_Application, SteamAPI, SteamCallback;
Type
SteamAchievement = Class(TERRAObject)
Protected
_ID:TERRAString;
_Name:TERRAString;
_Description:TERRAString;
_Achieved:Boolean;
Pr... | 22.322997 | 111 | 0.717676 |
170ec746d5fb3e0021be58954250b2836c936fa5 | 2,285 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Utils/Rng/ClpPCGRandomNumberGenerator.pas | devilking6105/HODLER-Open-Source-Multi-Asset-Wallet | 2554bce0ad3e3e08e4617787acf93176243ce758 | [
"Unlicense"
] | 35 | 2018-11-04T12:02:34.000Z | 2022-02-15T06:00:19.000Z | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Utils/Rng/ClpPCGRandomNumberGenerator.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 85 | 2018-10-23T17:09:20.000Z | 2022-01-12T07:12:54.000Z | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Utils/Rng/ClpPCGRandomNumberGenerator.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 34 | 2018-10-30T00:40:37.000Z | 2022-02-15T06:00:15.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 27.202381 | 87 | 0.519037 |
aa2707245557c00d3316316c60c64e02fa180d95 | 44,728 | pas | Pascal | Composants/SynEdit-2_0_3/SynEdit/Source/SynHighlighterPas.pas | thewhiteninja/all4cod | 81bb997c23d93068c4ad09854fd0fd77d214f34a | [
"MIT"
] | 5 | 2020-03-31T03:39:43.000Z | 2021-07-27T08:47:54.000Z | package/synedit-201b/SynEdit/Source/SynHighlighterPas.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | package/synedit-201b/SynEdit/Source/SynHighlighterPas.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 4 | 2020-03-31T03:39:45.000Z | 2021-07-26T03:20:54.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 ... | 25.471526 | 109 | 0.690351 |
173d9c61dbba51c83b97279a38aeff89ef6279df | 1,211 | pas | Pascal | src/Types/Types.Vector3.pas | hsreina/pangya-server | 1720cdceafcd58379904476791752ac6c643e221 | [
"Apache-2.0"
] | 32 | 2016-03-08T13:47:36.000Z | 2022-01-01T18:47:17.000Z | src/Types/Types.Vector3.pas | eantoniobr/pangya-server | 60d7e1206f032020216dcbfc1e194287068017fb | [
"Apache-2.0"
] | 6 | 2016-01-18T03:08:00.000Z | 2020-11-12T01:32:25.000Z | src/Types/Types.Vector3.pas | hsreina/pangya-server | 1720cdceafcd58379904476791752ac6c643e221 | [
"Apache-2.0"
] | 22 | 2015-11-10T13:04:54.000Z | 2021-06-21T21:00:39.000Z | {*******************************************************}
{ }
{ Pangya Server }
{ }
{ Copyright (C) 2015 Shad'o Soft tm }
{ ... | 24.714286 | 72 | 0.492155 |
173a665c74462b662022cfe29da33f0b4eeb887e | 46,541 | pas | Pascal | src/contrib/jcl/JclShell.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/contrib/jcl/JclShell.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/contrib/jcl/JclShell.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 32.208304 | 122 | 0.567693 |
aae081c857ddf3b3a6d2c35d94fb3c09de2cea73 | 3,347 | pas | Pascal | zmstr1900102/ZMExtrLZ7719.pas | danielmarschall/autosfx | 6fe3bedfb7bf93d42553e6f4653f61cd9c206d59 | [
"Apache-2.0"
] | null | null | null | zmstr1900102/ZMExtrLZ7719.pas | danielmarschall/autosfx | 6fe3bedfb7bf93d42553e6f4653f61cd9c206d59 | [
"Apache-2.0"
] | null | null | null | zmstr1900102/ZMExtrLZ7719.pas | danielmarschall/autosfx | 6fe3bedfb7bf93d42553e6f4653f61cd9c206d59 | [
"Apache-2.0"
] | 1 | 2021-01-28T02:26:19.000Z | 2021-01-28T02:26:19.000Z | unit ZMExtrLZ7719;
(*
ZMExtrLZ7719.pas - LZ77 stream expander
Copyright (C) 2009, 2010 by Russell J. Peters, Roger Aelbrecht,
Eric W. Engler and Chris Vleghert.
This file is part of TZipMaster Version 1.9.
TZipMaster is free software: you can redistribute it and/or modify
it under the... | 25.356061 | 80 | 0.568868 |
aacd07410d5291fdc26774fda9e222aca0176b72 | 256 | dpr | Pascal | Demos/NetComVSIndy/Client/NetComVSIndyClient.dpr | megatkurniawan/NetCom7 | 052027c74f8e5aee9e936125931b1510b5739b25 | [
"MIT"
] | 139 | 2020-04-13T10:05:09.000Z | 2022-03-16T00:35:50.000Z | Demos/NetComVSIndy/Client/NetComVSIndyClient.dpr | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 22 | 2020-04-15T03:17:53.000Z | 2022-02-09T13:08:31.000Z | Demos/NetComVSIndy/Client/NetComVSIndyClient.dpr | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 34 | 2020-04-13T11:26:35.000Z | 2022-01-26T04:23:44.000Z | program NetComVSIndyClient;
uses
Vcl.Forms,
ufrmMain in 'ufrmMain.pas' {frmMain};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
| 17.066667 | 45 | 0.703125 |
bc3c224f009170e0fe04aa1cdb77b50b461ec1be | 731 | pas | Pascal | Test/Forms/FMainGL.pas | MvRens/x2cl | b2fb171e96033b6e4f22a0afff8de60160e34d1c | [
"Zlib"
] | 3 | 2020-09-24T01:04:46.000Z | 2022-02-15T06:15:43.000Z | Test/Forms/FMainGL.pas | bravesoftdz/x2cl | b2fb171e96033b6e4f22a0afff8de60160e34d1c | [
"Zlib"
] | null | null | null | Test/Forms/FMainGL.pas | bravesoftdz/x2cl | b2fb171e96033b6e4f22a0afff8de60160e34d1c | [
"Zlib"
] | 3 | 2020-09-24T01:04:48.000Z | 2022-02-15T08:20:21.000Z | unit FMainGL;
interface
uses
Classes,
ComCtrls,
Controls,
ExtCtrls,
Forms,
ImgList,
Menus,
PNGImage,
ToolWin,
X2CLGraphicList;
type
TfrmMain = class(TForm)
gcMain: TX2GraphicContainer;
glMain: TX2GraphicList;
glMainDisabl... | 20.885714 | 55 | 0.465116 |
aab805ea420f434506f0900ba7b53a5721235961 | 875 | pas | Pascal | test_pascal/test_unit/temp.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 81 | 2017-05-07T13:26:56.000Z | 2022-03-03T19:39:15.000Z | test_pascal/test_unit/temp.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 52 | 2017-06-13T08:46:43.000Z | 2021-06-09T09:50:07.000Z | test_pascal/test_unit/temp.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 28 | 2017-05-22T21:09:58.000Z | 2021-09-07T13:05:27.000Z | unit temp;
interface
{}
procedure getabc(xa, ya, xb, yb, xc, yc : Real; var a, b, c : Real);
{}
function exist(a, b, c : Real) : Boolean;
{}
function perimeter(a, b, c : Real) : Real;
{}
function square(a, b, c : Real) : Real;
{}
implementation
{}
function len(x1, y1, x2, y2 : Real) : Real;
begin
len :... | 16.826923 | 70 | 0.533714 |
bca274c28e66d5823098863d2b8c8f6337af8b42 | 5,295 | pas | Pascal | lib/delphi/test/multiplexed/Multiplex.Server.Main.pas | shivam00/thrift | d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7 | [
"Apache-2.0"
] | 2 | 2018-09-30T09:37:22.000Z | 2020-05-07T01:53:04.000Z | lib/delphi/test/multiplexed/Multiplex.Server.Main.pas | shivam00/thrift | d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7 | [
"Apache-2.0"
] | null | null | null | lib/delphi/test/multiplexed/Multiplex.Server.Main.pas | shivam00/thrift | d81e9e3d22c130ef5ddba7b06fb9802267d9d1d7 | [
"Apache-2.0"
] | null | null | null | (*
* 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"); ... | 26.212871 | 101 | 0.675543 |
44fbca57b122297a119a21296886f47fdcb303f4 | 10,621 | dfm | Pascal | fmBuyInfo.dfm | taobataoma/SimbaMIS | 830cfe6b8585efe93208d34a6c75de6d90dca0eb | [
"Apache-2.0"
] | null | null | null | fmBuyInfo.dfm | taobataoma/SimbaMIS | 830cfe6b8585efe93208d34a6c75de6d90dca0eb | [
"Apache-2.0"
] | null | null | null | fmBuyInfo.dfm | taobataoma/SimbaMIS | 830cfe6b8585efe93208d34a6c75de6d90dca0eb | [
"Apache-2.0"
] | 2 | 2018-05-09T16:31:27.000Z | 2020-12-02T10:31:52.000Z | object FormBuyInfo: TFormBuyInfo
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #28155#21152#37319#36141
ClientHeight = 412
ClientWidth = 642
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #2449... | 32.882353 | 93 | 0.702005 |
bcd49c12d44570e21a6dadadd9e88cdc344c9621 | 614 | pas | Pascal | Textos/TextDiagonal.pas | sourcecode-museum/D5.Funcoes | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | 1 | 2021-02-04T00:43:10.000Z | 2021-02-04T00:43:10.000Z | Textos/TextDiagonal.pas | ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | null | null | null | Textos/TextDiagonal.pas | ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | 1 | 2021-02-07T19:56:38.000Z | 2021-02-07T19:56:38.000Z | Procedure Diagonal(FName: String;Fsize:Integer;Fcor:TColor;Pos: integer;Land:Integer;Texto: String);
var
lf : TLogFont;
tf : TFont;
begin
with Form1.Canvas do
begin
Brush.Style := bsClear;
Font.Name := FName;
Font.Size := Fsize;
Font.Color := Fcor;
tf := TFont.Create;
tf.A... | 25.583333 | 101 | 0.599349 |
bcbbb19b6a3ddf70ea14c4fc3de60df75bdf6407 | 379 | dpr | Pascal | arquivos/Componentes Nativos - iOS/Demos/TableViewCustomViewFrame/TableViewCVF.dpr | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | arquivos/Componentes Nativos - iOS/Demos/TableViewCustomViewFrame/TableViewCVF.dpr | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | arquivos/Componentes Nativos - iOS/Demos/TableViewCustomViewFrame/TableViewCVF.dpr | leovieira/sistema-de-gerenciamento-de-eventos | 07262f670852db666b418d3bbdbfcf7800650481 | [
"MIT"
] | null | null | null | program TableViewCVF;
uses
System.StartUpCopy,
FMX.Forms,
uMain in 'uMain.pas' {FTableViewCVF},
uCustomForm in 'uCustomForm.pas' {Form1},
uFrame in 'uFrame.pas' {Frame1: TFrame};
{$I DPF.iOS.Defs.inc}
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TFTableViewCVF, FTableViewCVF);
Appl... | 19.947368 | 56 | 0.733509 |
aa5aa1247eece9c75a2b93ba2394a30903b9b3ec | 5,938 | pas | Pascal | Components/dwTaskbarList.pas | shortydoggg/issrc | 91b448a4b525f7db31eb9cdb421c2d57c8e95137 | [
"FSFAP"
] | 2,613 | 2015-01-06T18:50:22.000Z | 2022-03-31T11:24:23.000Z | Components/dwTaskbarList.pas | shortydoggg/issrc | 91b448a4b525f7db31eb9cdb421c2d57c8e95137 | [
"FSFAP"
] | 249 | 2015-01-07T02:59:17.000Z | 2022-03-31T20:13:14.000Z | Components/dwTaskbarList.pas | shortydoggg/issrc | 91b448a4b525f7db31eb9cdb421c2d57c8e95137 | [
"FSFAP"
] | 802 | 2015-01-08T12:05:11.000Z | 2022-03-29T15:26:10.000Z | { Original file taken from "Windows 7 Controls for Delphi" by Daniel Wischnewski
http://www.gumpi.com/Blog/2009/01/20/Alpha1OfWindows7ControlsForDelphi.aspx
MPL licensed }
{ D2/D3 support and correct IID consts added by Martijn Laan for Inno Setup }
{
Inno Setup
Copyright (C) 1997-2010 Jordan Russell... | 39.324503 | 131 | 0.718761 |
aa98622554791dc9824fcfa93da129bbf7b534df | 201 | pas | Pascal | common/uObserver.pas | MuzioValerio/Observer | 3676d18bcd36bf215eeb863a5e5551e5cb00f90b | [
"Apache-2.0"
] | null | null | null | common/uObserver.pas | MuzioValerio/Observer | 3676d18bcd36bf215eeb863a5e5551e5cb00f90b | [
"Apache-2.0"
] | null | null | null | common/uObserver.pas | MuzioValerio/Observer | 3676d18bcd36bf215eeb863a5e5551e5cb00f90b | [
"Apache-2.0"
] | null | null | null | unit uObserver;
interface
type
IVMObserver = interface
['{AD9532A2-7EE8-49CE-9EAF-8ABE84CEF18F}']
procedure UpdateObserver(const Sender: TObject);
end;
implementation
end.
| 14.357143 | 53 | 0.691542 |
1704693399c776a5846576a58069bebf12ac8b67 | 15,020 | lpr | Pascal | tigerserver.lpr | n1tehawk/PaperTiger | d30f1e087221b03d4d76dc589f2a669f6fd2c4b2 | [
"MIT"
] | 1 | 2019-05-13T08:37:55.000Z | 2019-05-13T08:37:55.000Z | tigerserver.lpr | n1tehawk/PaperTiger | d30f1e087221b03d4d76dc589f2a669f6fd2c4b2 | [
"MIT"
] | null | null | null | tigerserver.lpr | n1tehawk/PaperTiger | d30f1e087221b03d4d76dc589f2a669f6fd2c4b2 | [
"MIT"
] | 1 | 2020-04-13T11:52:00.000Z | 2020-04-13T11:52:00.000Z | program tigerserver;
{ Paper Tiger paper scanning/OCR/archiving solution
Copyright (c) 2012-2014 Reinier Olislagers
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restri... | 31.422594 | 155 | 0.590945 |
bc1a48228e60b77a7439ac2d55aa713c5fd60d74 | 1,831 | dfm | Pascal | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarHesapTipleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 6 | 2019-07-06T23:08:39.000Z | 2021-05-04T19:42:01.000Z | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarHesapTipleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | null | null | null | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarHesapTipleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 4 | 2019-03-18T16:57:09.000Z | 2022-02-24T02:33:31.000Z | inherited frmAyarHesapTipleri: TfrmAyarHesapTipleri
Caption = 'Ayar Hesap Tipleri'
ClientHeight = 311
ClientWidth = 548
ExplicitWidth = 564
ExplicitHeight = 350
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
Width = 544
Height = 245
ExplicitWidth = 544
ExplicitHeight = 245
... | 21.290698 | 51 | 0.613872 |
af5af68896a37c613ca3dba8cd53512b7014c856 | 23,417 | pas | Pascal | hedgewars/hwengine.pas | antonc27/hw | dc3380c83b27c8811fcf05e1b58119debf6cf180 | [
"Apache-2.0"
] | null | null | null | hedgewars/hwengine.pas | antonc27/hw | dc3380c83b27c8811fcf05e1b58119debf6cf180 | [
"Apache-2.0"
] | null | null | null | hedgewars/hwengine.pas | antonc27/hw | dc3380c83b27c8811fcf05e1b58119debf6cf180 | [
"Apache-2.0"
] | null | null | null | (*
* 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
*
... | 32.935302 | 142 | 0.592177 |
44bfcab55a0d7de88807f47932e591eae2094b65 | 2,979 | pas | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fDateRange.pas | timmvt/VistA_tt | 05694e3a98c026f682f99ca9eb701bdd1e82af28 | [
"Apache-2.0"
] | 72 | 2015-02-03T02:30:45.000Z | 2020-01-30T17:20:52.000Z | CPRSChart/OR_30_423_SRC/CPRS-chart/fDateRange.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 80 | 2016-04-19T12:04:06.000Z | 2020-01-31T14:35:19.000Z | CPRSChart/OR_30_423_SRC/CPRS-chart/fDateRange.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 67 | 2015-01-27T16:47:56.000Z | 2020-02-12T21:23:56.000Z | unit fDateRange;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
fAutoSz, ORCtrls, StdCtrls, ORFn, ORDtTm, VA508AccessibilityManager;
type
TfrmDateRange = class(TfrmAutoSz)
txtStart: TORDateBox;
txtStop: TORDateBox;
lblStart: TLabel;
lblStop: TLabel;
... | 25.033613 | 90 | 0.674387 |
aacb9b252289a9dbdc2a08390655381c90405b83 | 1,916 | pas | Pascal | src/pascal/loop/for/relacao_alunos.pas | codinginbrazil/functional-programming | 43ce604bd21d82ad16774709cb939d3a2bd86f49 | [
"MIT"
] | null | null | null | src/pascal/loop/for/relacao_alunos.pas | codinginbrazil/functional-programming | 43ce604bd21d82ad16774709cb939d3a2bd86f49 | [
"MIT"
] | null | null | null | src/pascal/loop/for/relacao_alunos.pas | codinginbrazil/functional-programming | 43ce604bd21d82ad16774709cb939d3a2bd86f49 | [
"MIT"
] | null | null | null | program academico;
{
faça um programa que leia a matricula a nota da p1, p2 de 20 alunos.
após essas leituras o programa
deve preencher a nota final de cada um dos aluno da seguinte forma:
* linha A se o aluno tiver media abaixo 4>nota,
sua nota sera a media das duas provas, nesse caso o aluno esta reprovado
... | 21.52809 | 81 | 0.653967 |
446a39ab7ad14ee335aa89b514c298c80ea59405 | 141 | pas | Pascal | module/key/ukey.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | module/key/ukey.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | module/key/ukey.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | { ukey.pas }
unit UKey;
interface
type
TKey = (k_Up, k_Down, k_Left, k_Right, k_Enter, k_Escape, k_Space, k_None);
implementation
end.
| 11.75 | 77 | 0.70922 |
17042fd3dbd10b7ea4fcb2dfea47519c068fb16e | 11,458 | pas | Pascal | hedgewars/uConsts.pas | jereupchurch/hedgewars | 5fbd628213482e7862b7725ab3dafc4365455e72 | [
"Apache-2.0"
] | null | null | null | hedgewars/uConsts.pas | jereupchurch/hedgewars | 5fbd628213482e7862b7725ab3dafc4365455e72 | [
"Apache-2.0"
] | null | null | null | hedgewars/uConsts.pas | jereupchurch/hedgewars | 5fbd628213482e7862b7725ab3dafc4365455e72 | [
"Apache-2.0"
] | null | null | null | (*
* Hedgewars, a free turn based strategy game
* Copyright (c) 2004-2014 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
*
... | 34.932927 | 183 | 0.608483 |
af8faa07de3793470917d2b9e76fba0458183ff6 | 2,556 | pas | Pascal | paf-ecf/binario/fontes/VO/ChequeClienteVO.pas | claudiobsi/T2Ti-ERP-1.0-Java | 3a91981d0a11e5ff258d09df6fee73f5b6d1cb07 | [
"MIT"
] | 1 | 2020-08-03T03:28:37.000Z | 2020-08-03T03:28:37.000Z | paf-ecf/binario/fontes/VO/ChequeClienteVO.pas | claudiobsi/T2Ti-ERP-1.0-Java | 3a91981d0a11e5ff258d09df6fee73f5b6d1cb07 | [
"MIT"
] | null | null | null | paf-ecf/binario/fontes/VO/ChequeClienteVO.pas | claudiobsi/T2Ti-ERP-1.0-Java | 3a91981d0a11e5ff258d09df6fee73f5b6d1cb07 | [
"MIT"
] | 2 | 2020-07-15T17:57:30.000Z | 2020-08-29T23:07:36.000Z | {*******************************************************************************
Title: T2Ti ERP
Description: VO dos cheques dos clientes.
The MIT License
Copyright: Copyright (C) 2010 T2Ti.COM
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
... | 34.540541 | 84 | 0.727308 |
8a0de12a88133717cb364f9f9d2eb0c5ac4e0751 | 183 | pas | Pascal | godot/types/GodotObject.pas | BenediktMagnus/godot-object-pascal | 37858700224da65a8c3eb8c772760c385ad95391 | [
"MIT"
] | 4 | 2020-01-02T18:04:23.000Z | 2021-12-25T16:25:21.000Z | godot/types/GodotObject.pas | BenediktMagnus/godot-object-pascal | 37858700224da65a8c3eb8c772760c385ad95391 | [
"MIT"
] | 1 | 2020-10-01T14:11:55.000Z | 2020-10-01T14:11:55.000Z | godot/types/GodotObject.pas | BenediktMagnus/godot-object-pascal | 37858700224da65a8c3eb8c772760c385ad95391 | [
"MIT"
] | null | null | null | unit GodotObject;
{$mode objfpc}{$H+}
{$IFDEF FPC}
{$PACKRECORDS C}
{$ENDIF}
interface
type
PGodotObject = ^TGodotObject;
TGodotObject = Pointer;
implementation
end. | 10.764706 | 33 | 0.677596 |
aaeb6996aacdbea2d65c10b25a92c2a970e5317c | 2,697 | pas | Pascal | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.KMSOptInRequiredExceptionUnmarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 1 | 2021-08-18T21:02:27.000Z | 2021-08-18T21:02:27.000Z | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.KMSOptInRequiredExceptionUnmarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | null | null | null | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.KMSOptInRequiredExceptionUnmarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | null | null | null | unit AWS.SNS.Transform.KMSOptInRequiredExceptionUnmarshaller;
interface
uses
AWS.Transform.IErrorResponseUnmarshaller,
AWS.Transform.UnmarshallerContext,
AWS.SNS.Model.KMSOptInRequiredException,
AWS.Internal.ErrorResponse,
AWS.Transform.SimpleTypeUnmarshaller;
type
IKMSOptInRequiredExceptionUnmarshal... | 34.139241 | 203 | 0.808676 |
aa2454efe4ec4191096a274c9ad55245b7b8a1b3 | 55,069 | dfm | Pascal | Native/Delphi/Apps/Vcl Styles/DemoDesigntime/MainFormUnit.dfm | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/Apps/Vcl Styles/DemoDesigntime/MainFormUnit.dfm | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/Apps/Vcl Styles/DemoDesigntime/MainFormUnit.dfm | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | object MainForm: TMainForm
Left = 0
Top = 0
ActiveControl = Button1
Caption = 'MainForm'
ClientHeight = 432
ClientWidth = 923
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCr... | 56.192857 | 79 | 0.843796 |
aacda1a3d71556de7b0e5bec956321119053679f | 1,996 | pas | Pascal | TestBed/TestBed_VCL_Original/Tests/UConvexHull.pas | FMXExpress/box2d-firemonkey | 56ef507717fcaadbfa4353429788f938c1d78eaf | [
"MIT"
] | 19 | 2015-01-04T10:52:35.000Z | 2021-08-09T19:12:33.000Z | TestBed/TestBed_VCL_Original/Tests/UConvexHull.pas | amikey/box2d-firemonkey | 56ef507717fcaadbfa4353429788f938c1d78eaf | [
"MIT"
] | 1 | 2016-10-28T10:14:23.000Z | 2016-10-28T10:14:23.000Z | TestBed/TestBed_VCL_Original/Tests/UConvexHull.pas | amikey/box2d-firemonkey | 56ef507717fcaadbfa4353429788f938c1d78eaf | [
"MIT"
] | 13 | 2015-05-03T07:14:42.000Z | 2021-08-09T18:06:58.000Z | unit UConvexHull;
interface
{$I ..\..\Physics2D\Physics2D.inc}
uses
UMain, UPhysics2DTypes, UPhysics2D, SysUtils;
type
TConvexHull = class(TTester)
private
procedure Generate;
public
m_points: Tb2PolyVertices;
m_auto: Boolean;
constructor Create; override;
procedure Step(va... | 20.791667 | 86 | 0.671844 |
aa750301f2df8a53f00469e9a51b8645c6825516 | 12,623 | pas | Pascal | src/shl/SHL_TextureManager.pas | aleksusklim/RSCI | 01f22be4575c2a05b356f976c7381ffb86cee35f | [
"Unlicense"
] | null | null | null | src/shl/SHL_TextureManager.pas | aleksusklim/RSCI | 01f22be4575c2a05b356f976c7381ffb86cee35f | [
"Unlicense"
] | null | null | null | src/shl/SHL_TextureManager.pas | aleksusklim/RSCI | 01f22be4575c2a05b356f976c7381ffb86cee35f | [
"Unlicense"
] | null | null | null | unit SHL_TextureManager; // SpyroHackingLib is licensed under WTFPL
interface
uses
Math, Windows, SysUtils, Classes, Graphics, SHL_VramManager, SHL_Bitmaps,
SHL_Models3D, SHL_Types;
type
RTextureBlock = record
Cmp: record
Pal_x, Pal_y, Bpp, Flag: Word;
end;
X, Y, W, H, U, V: Inte... | 26.914712 | 91 | 0.583696 |
aa25d2f57069ca5b912fdecd99e3d3c761dd2191 | 4,902 | pas | Pascal | misc/0076.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | misc/0076.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | misc/0076.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
> Yeah ! Please post your UU(EN/DE)CODE here ! I am interested, as well !
Here she goes then.
}
PROGRAM uuencode;
Uses Dos,Crt;
CONST
Header = 'begin';
Trailer = 'end';
DefaultMode = '644';
DefaultExtension = '.uue';
OFFSET = 32;
CHARSPERLINE = 60;
BYTESPERHUNK = 3;
SIXBITMASK = ... | 28.835294 | 77 | 0.548756 |
aa451bbd667c5d5a5e45f9269793a14c2f01037a | 1,427 | pas | Pascal | Source/FMX/AT.Fmx.Actions.Types.pas | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | 1 | 2021-08-09T18:45:25.000Z | 2021-08-09T18:45:25.000Z | Source/FMX/AT.Fmx.Actions.Types.pas | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | null | null | null | Source/FMX/AT.Fmx.Actions.Types.pas | AngelicTech/ATLibrary | b4b629234e3eeee684a6bb49ca4d88e29d9e78ba | [
"BSL-1.0"
] | 2 | 2021-08-09T18:45:27.000Z | 2021-08-10T05:57:32.000Z | unit AT.Fmx.Actions.Types;
interface
type
TATBoolDataAfterChangedEvent = procedure(Sender: TObject;
const Value: Boolean) of object;
TATBoolDataBeforeChangedEvent = procedure(Sender: TObject;
const OldValue: Boolean; const NewValue: Boolean) of object;
TATDataAfterChangedEvent = procedure(Sender: TO... | 39.638889 | 70 | 0.765242 |
aa227788c97150459584b31d153934b0541eaee6 | 95 | pas | Pascal | overload/src/Samples.Motocicleta.pas | viniciussanchez/examples | a6bf6f8ca07fd24a86d520f130df434a57fa95cb | [
"MIT"
] | 23 | 2019-09-20T01:27:01.000Z | 2022-03-02T12:44:09.000Z | overload/src/Samples.Motocicleta.pas | viniciussanchez/examples | a6bf6f8ca07fd24a86d520f130df434a57fa95cb | [
"MIT"
] | null | null | null | overload/src/Samples.Motocicleta.pas | viniciussanchez/examples | a6bf6f8ca07fd24a86d520f130df434a57fa95cb | [
"MIT"
] | 5 | 2020-09-10T11:26:27.000Z | 2021-06-26T17:12:14.000Z | unit Samples.Motocicleta;
interface
type
TMotocicleta = class
end;
implementation
end.
| 7.916667 | 25 | 0.757895 |
aab5651fb26b41be4ad11e8133f688f3353a767f | 6,035 | dfm | Pascal | Source/FTestPrintPreview.dfm | CloudDelphi/FExplorer | cb2c1a3145245535915e63b7da1bfb02525bd350 | [
"Apache-2.0"
] | 63 | 2021-02-05T15:47:56.000Z | 2022-03-09T11:36:39.000Z | Source/FTestPrintPreview.dfm | CloudDelphi/FExplorer | cb2c1a3145245535915e63b7da1bfb02525bd350 | [
"Apache-2.0"
] | 13 | 2021-02-11T08:39:38.000Z | 2022-03-28T22:48:09.000Z | Source/FTestPrintPreview.dfm | CloudDelphi/FExplorer | cb2c1a3145245535915e63b7da1bfb02525bd350 | [
"Apache-2.0"
] | 5 | 2021-02-12T15:35:55.000Z | 2021-07-11T02:34:40.000Z | object TestPrintPreviewDlg: TTestPrintPreviewDlg
Left = 297
Top = 170
Caption = 'Print Preview'
ClientHeight = 596
ClientWidth = 1018
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
Te... | 23.211538 | 70 | 0.553604 |
bc6cdf4c171deed65df0c66758ec70952799d66e | 4,966 | dfm | Pascal | DataBase_Samples/Navigation_way/Filtration_diapazon/FiltrDiap.dfm | delphi-pascal-archive/database-samples | b1253f7d8dd89cab3cb2d167598a9e9c408f2614 | [
"Unlicense"
] | null | null | null | DataBase_Samples/Navigation_way/Filtration_diapazon/FiltrDiap.dfm | delphi-pascal-archive/database-samples | b1253f7d8dd89cab3cb2d167598a9e9c408f2614 | [
"Unlicense"
] | null | null | null | DataBase_Samples/Navigation_way/Filtration_diapazon/FiltrDiap.dfm | delphi-pascal-archive/database-samples | b1253f7d8dd89cab3cb2d167598a9e9c408f2614 | [
"Unlicense"
] | null | null | null | object Form1: TForm1
Left = 192
Top = 121
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1060#1080#1083#1100#1090#1088#1072#1094#1080#1103' '#1087#1086' '#1076#1080#1072#1087#1072#1079#1086#1085#1091
ClientHeight = 245
ClientWidth = 582
Color = clBtnFace
Font.Chars... | 28.54023 | 128 | 0.696738 |
17084891be7ca5b9c31ad185fd80c853d1b30ccc | 12,246 | pas | Pascal | SourceCode/Common/Casbin/Casbin.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | SourceCode/Common/Casbin/Casbin.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | SourceCode/Common/Casbin/Casbin.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | // Copyright 2018 by John Kouraklis and Contributors. All Rights Reserved.
//
// 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
//
// Unle... | 29.508434 | 142 | 0.671975 |
1706614f01f45b99b732e99db1068ca0ac482e6c | 1,544 | dfm | Pascal | Catalogos/PersonasRolesDocumentosEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | null | null | null | Catalogos/PersonasRolesDocumentosEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 51 | 2018-07-25T15:39:25.000Z | 2021-04-21T17:40:57.000Z | Catalogos/PersonasRolesDocumentosEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 1 | 2021-02-23T17:27:06.000Z | 2021-02-23T17:27:06.000Z | inherited frmPersonasRolesDocumentosEdit: TfrmPersonasRolesDocumentosEdit
Caption = 'Documento'
ClientHeight = 196
ClientWidth = 416
ExplicitWidth = 422
ExplicitHeight = 224
PixelsPerInch = 96
TextHeight = 13
inherited pcMain: TcxPageControl
Width = 416
Height = 155
ExplicitWidth ... | 23.393939 | 74 | 0.603627 |
aa6c4d76d52725a888a9136dcf8b72d4f5da1048 | 4,781 | pas | Pascal | Components/jcl/examples/windows/debug/threadexcept/ThreadExceptDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/windows/debug/threadexcept/ThreadExceptDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/windows/debug/threadexcept/ThreadExceptDemoMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | unit ThreadExceptDemoMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, JclDebug;
type
TDemoThread = class(TJclDebugThread)
private
procedure SomeErrorHere;
protected
procedure Execute; override;
end;
TMainForm = class(TForm)
... | 28.628743 | 107 | 0.689396 |
44521cdbe6381fa0b583f50ae2d04fc42d7d7307 | 300 | pas | Pascal | Test/FailureScripts/partial_class4.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/FailureScripts/partial_class4.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/FailureScripts/partial_class4.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | type
TTest = partial class
end;
type
TTest = partial class
end;
type
TTest = class static partial
end;
type
TTest = class sealed partial
end;
type
TTest = class abstract partial
end;
type
TTest = class external partial
end;
| 12.5 | 34 | 0.573333 |
bcaf5902cc9ff4583987a586b7527cd50e89af09 | 416 | pas | Pascal | Array/StaticTextUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | Array/StaticTextUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | Array/StaticTextUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | unit StaticTextUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs,Vcl.StdCtrls;
type
TStaticTextForm = class(TForm)
StaticText1: TStaticText;
private
{ Private declarations }
public
{ Public ... | 16 | 98 | 0.737981 |
174542ff28a46637e79120578bb5a924927da012 | 13,835 | pas | Pascal | egavga/0172.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | egavga/0172.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | egavga/0172.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | (*
> Can anyone recomend any books/source/reference/people that would be
> necessary to read/talk to to learn how to do 3 dimensional graphics for
> 1st person game programming similar to the Wolfenstein/Doom/Flight
> simulator type games.
If you can read "C", you should look out for ACK3D (a "3D" sharewar... | 27.341897 | 76 | 0.586773 |
4435a217816d4d5408064d3f2b24366df642c46f | 3,224 | pas | Pascal | P10AppFolha/Forms/Relatorios/RelCargos.pas | GuilhermeAlecrim7K/ProjetosEmDelphi | a6b39b1c072154d7a23985b3b093dfd6dbdd536c | [
"MIT"
] | 1 | 2022-01-09T01:31:34.000Z | 2022-01-09T01:31:34.000Z | P10AppFolha/Forms/Relatorios/RelCargos.pas | GuilhermeAlecrim7K/ProjetosEmDelphi | a6b39b1c072154d7a23985b3b093dfd6dbdd536c | [
"MIT"
] | 1 | 2021-11-01T18:20:48.000Z | 2021-11-01T18:20:48.000Z | P10AppFolha/Forms/Relatorios/RelCargos.pas | GuilhermeAlecrim7K/ProjetosEmDelphi | a6b39b1c072154d7a23985b3b093dfd6dbdd536c | [
"MIT"
] | null | null | null | unit RelCargos;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, FireDAC.Stan.Intf,
FireDAC.Stan.Option, FireDAC.Stan.Param, FireDAC.Stan.Error,
FireDAC.DatS, FireDAC.Phys.Intf, FireDAC.DApt.Intf,
F... | 27.555556 | 113 | 0.738834 |
170ea0f3a1132e8d6f355cdfaec13994c6cb3d56 | 1,341 | pas | Pascal | examples/pmgdemo.pas | polluks/effectus | 783a4715e8a86b6ecf0ce5c99da46102fa22b281 | [
"MIT"
] | 7 | 2020-05-02T15:37:57.000Z | 2021-02-17T01:59:41.000Z | examples/pmgdemo.pas | polluks/effectus | 783a4715e8a86b6ecf0ce5c99da46102fa22b281 | [
"MIT"
] | 14 | 2020-05-03T02:02:35.000Z | 2020-08-10T08:41:19.000Z | examples/pmgdemo.pas | polluks/effectus | 783a4715e8a86b6ecf0ce5c99da46102fa22b281 | [
"MIT"
] | 5 | 2020-06-02T18:34:14.000Z | 2020-07-09T18:13:44.000Z | // Effectus auto-generated Mad Pascal source code listing
program pmgdemoPrg;
uses
Crt, SySutils, Graph, CIO;
var
strBuffer : string;
// Effectus example
// ----------------
// Player/Missile graphics demo
procedure MAINProc;
// REGISTER VARIABLES
// PLAYER 0 BITMAP
var
key : byte;
PMBASE : ... | 21.983607 | 87 | 0.614467 |
4440a0e51832c6942e3ef1cfe7223a74511ed624 | 138,705 | pas | Pascal | source/ReadHTML.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | null | null | null | source/ReadHTML.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | null | null | null | source/ReadHTML.pas | the-Arioch/HtmlViewer | 302b9a4ae9d4042eb1e99fbbd91ac484ac98de29 | [
"MIT"
] | null | null | null | {
Version 11.6
Copyright (c) 1995-2008 by L. David Baldwin,
Copyright (c) 2008-2015 by HtmlViewer Team
*********************************************************
* *
* Thanks to Mike Lischke for his *
* assistance with the Unicode con... | 27.874799 | 151 | 0.577297 |
17181344a9a613f03ea548ebb42038c14993291e | 2,721 | pas | Pascal | Source/Services/Translate/Base/Transform/AWS.Translate.Transform.DeleteTerminologyRequestMarshaller.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/Transform/AWS.Translate.Transform.DeleteTerminologyRequestMarshaller.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/Transform/AWS.Translate.Transform.DeleteTerminologyRequestMarshaller.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.Transform.DeleteTerminologyRequestMarshaller;
interface
uses
System.Classes,
System.SysUtils,
Bcl.Json.Writer,
AWS.Internal.Request,
AWS.Transform.RequestMarshaller,
AWS.Runtime.Model,
AWS.Translate.Model.DeleteTerminologyRequest,
AWS.Internal.DefaultRequest,
AWS.SDKUtils;... | 31.275862 | 151 | 0.765895 |
f3c90b0461980554f9d81faaf8994aec97c57569 | 893 | pas | Pascal | Libraries/TBCEditor/Source/BCEditor.Editor.UnknownChars.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 62 | 2016-01-20T16:26:25.000Z | 2022-02-28T14:25:52.000Z | Libraries/TBCEditor/Source/BCEditor.Editor.UnknownChars.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | null | null | null | Libraries/TBCEditor/Source/BCEditor.Editor.UnknownChars.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 20 | 2016-09-08T00:15:22.000Z | 2022-01-26T13:13:08.000Z | unit BCEditor.Editor.UnknownChars;
interface
uses
System.Classes;
type
TBCEditorUnknownChars = class(TPersistent)
strict private
FEnabled: Boolean;
FReplaceChar: AnsiChar;
public
constructor Create;
procedure Assign(ASource: TPersistent); override;
published
property Enabled: Boolean re... | 19.844444 | 84 | 0.756999 |
1704c18c8822e8d44e534870ac1d98e29b7b228e | 12,987 | pas | Pascal | ftptsend.pas | Makhaon/SynHTTP | 699c1102a1b9a44df9f362f72e53aa33f2fd818e | [
"MIT"
] | 4 | 2021-10-09T09:28:49.000Z | 2021-10-10T02:32:23.000Z | ftptsend.pas | Makhaon/SynHTTP | 699c1102a1b9a44df9f362f72e53aa33f2fd818e | [
"MIT"
] | null | null | null | ftptsend.pas | Makhaon/SynHTTP | 699c1102a1b9a44df9f362f72e53aa33f2fd818e | [
"MIT"
] | 2 | 2021-10-09T15:37:30.000Z | 2022-01-15T03:35:53.000Z | {==============================================================================|
| Project : Ararat Synapse | 001.001.001 |
|==============================================================================|
| Content: Trivial FTP (TFTP) client and server ... | 30.995227 | 112 | 0.569493 |
aa809e174531650c7b62d28c1ef7d8e9fa301da8 | 3,604 | pas | Pascal | src/builder/spec/PDL.Builder.SQLite.pas | getavares/pascal-data-layer | eb4650c7e866690a9604d18fc6c7c1cf8964d3f9 | [
"MIT"
] | null | null | null | src/builder/spec/PDL.Builder.SQLite.pas | getavares/pascal-data-layer | eb4650c7e866690a9604d18fc6c7c1cf8964d3f9 | [
"MIT"
] | null | null | null | src/builder/spec/PDL.Builder.SQLite.pas | getavares/pascal-data-layer | eb4650c7e866690a9604d18fc6c7c1cf8964d3f9 | [
"MIT"
] | null | null | null | unit PDL.Builder.SQLite;
interface
uses
System.SysUtils, PDL.Builder, PDL.Builder.Generic;
type
TPDLFieldTypedSQLite = class(TPDLFieldTyped)
protected
function ToSQL: String; override;
end;
TPDLTableSQLite = class(TPDLTableGeneric)
protected
function InstantiateField: TPDLField; override;
end;... | 25.202797 | 84 | 0.758879 |
44d1be12b177dbe5783b57dce4bff91464102680 | 1,831 | pas | Pascal | fpmath/ubartlet.pas | ghisvail/MRIcron | 17994ad3d38c27644ece83b2fffa2537c0ac0ed4 | [
"BSD-3-Clause"
] | 44 | 2016-02-09T07:07:25.000Z | 2021-10-31T18:49:32.000Z | fpmath/ubartlet.pas | ghisvail/MRIcron | 17994ad3d38c27644ece83b2fffa2537c0ac0ed4 | [
"BSD-3-Clause"
] | 18 | 2016-02-25T09:52:38.000Z | 2022-02-17T01:45:35.000Z | fpmath/ubartlet.pas | ghisvail/MRIcron | 17994ad3d38c27644ece83b2fffa2537c0ac0ed4 | [
"BSD-3-Clause"
] | 19 | 2016-03-01T19:40:12.000Z | 2021-11-03T12:52:46.000Z | { ******************************************************************
Bartlett's test (comparison of several variances)
****************************************************************** }
unit ubartlet;
interface
uses
utypes;
procedure Bartlett(Ns : Integer;
N : PIn... | 24.092105 | 71 | 0.371928 |
1745d867012cdc260f240e9169b12d89ea250338 | 43,354 | pas | Pascal | Source/Persistence/ExternalPersistence/BoldExternalPersistenceControllerSQL.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/Persistence/ExternalPersistence/BoldExternalPersistenceControllerSQL.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/Persistence/ExternalPersistence/BoldExternalPersistenceControllerSQL.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | unit BoldExternalPersistenceControllerSQL;
interface
uses
DB,
Classes,
Variants,
BoldSubscription,
BoldPersistenceController,
BoldNameExpander,
BoldId,
BoldValueSpaceInterfaces,
BoldValueInterfaces,
BoldGuard,
BoldTypeNameDictionary,
BoldMeta,
BoldAbstractPartiallyExternalPC,
BoldExternalP... | 31.995572 | 190 | 0.748189 |
aa5b09c8265750024597d3a8b71f7d1925aacc85 | 1,501 | dfm | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvAppHotKey/BCB/MainForm.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvAppHotKey/BCB/MainForm.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvAppHotKey/BCB/MainForm.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object frmMain: TfrmMain
Left = 340
Top = 169
ClientWidth = 356
ClientHeight = 297
Caption = 'JvAppHotKey demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
T... | 21.140845 | 80 | 0.618921 |
aa7e6bc238b3d10feef56ee7c3ba86723cbda040 | 19,039 | pas | Pascal | components/dunit/Contrib/DUnitWizard/Source/DelphiExperts/DUnitProject/XPDUnitSetup.pas | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 15 | 2016-08-24T07:32:49.000Z | 2021-11-16T11:25:00.000Z | components/dunit/Contrib/DUnitWizard/Source/DelphiExperts/DUnitProject/XPDUnitSetup.pas | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 1 | 2016-08-24T19:00:34.000Z | 2016-08-25T19:02:14.000Z | components/dunit/Contrib/DUnitWizard/Source/DelphiExperts/DUnitProject/XPDUnitSetup.pas | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 4 | 2016-10-16T17:52:49.000Z | 2020-11-24T11:36:05.000Z | unit XPDUnitSetup;
{
$Source: /cvsroot/dunit/dunit/Contrib/DUnitWizard/Source/DelphiExperts/DUnitProject/XPDUnitSetup.pas,v $
$Revision: 1.2 $
$Date: 2004/05/03 15:07:16 $
Last amended by $Author: pvspain $
$State: Exp $
TXPDUnitSetupForm:
Copyright (c) 2003 by The Excellent Programming Company Pty... | 31.944631 | 162 | 0.722359 |
aa04f509cfc8f387f3eed55767a981232a7b31e2 | 5,486 | pas | Pascal | src/PasVulkan.Components.Renderer.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 151 | 2016-03-03T22:20:58.000Z | 2022-03-11T03:10:17.000Z | src/PasVulkan.Components.Renderer.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 22 | 2016-09-30T15:59:08.000Z | 2021-12-29T20:00:18.000Z | src/PasVulkan.Components.Renderer.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | 30 | 2016-04-16T01:12:37.000Z | 2022-03-08T10:45:11.000Z | (******************************************************************************
* PasVulkan *
******************************************************************************
* Version see PasVulkan.Framework.pas ... | 52.75 | 109 | 0.409041 |
bcf0468fc119ba64204019774e022dc8b5a7f48f | 5,600 | pas | Pascal | controls/AutomatedCustomPanel.pas | thachngopl/DelphiUIAutomation | 5b35e65af811213ff05737bf0555ee2379453242 | [
"Apache-2.0"
] | 76 | 2015-07-06T20:12:08.000Z | 2022-03-15T12:57:17.000Z | controls/AutomatedCustomPanel.pas | thachngopl/DelphiUIAutomation | 5b35e65af811213ff05737bf0555ee2379453242 | [
"Apache-2.0"
] | 8 | 2015-06-01T10:16:53.000Z | 2021-05-21T13:37:22.000Z | controls/AutomatedCustomPanel.pas | thachngopl/DelphiUIAutomation | 5b35e65af811213ff05737bf0555ee2379453242 | [
"Apache-2.0"
] | 37 | 2015-05-20T10:59:58.000Z | 2021-11-30T14:13:38.000Z | {***************************************************************************}
{ }
{ DelphiUIAutomation }
{ }
{ ... | 32 | 122 | 0.619286 |
8a73ee8efcb3ed8d56b23fab431166c2fa38cbed | 248 | dpr | Pascal | Delphi/HH_DevExpress_TestProject_D26.dpr | santiagoIT/HH_TestProjects | b292758f8a56b7405f1143dbacd156247b35e301 | [
"MIT"
] | null | null | null | Delphi/HH_DevExpress_TestProject_D26.dpr | santiagoIT/HH_TestProjects | b292758f8a56b7405f1143dbacd156247b35e301 | [
"MIT"
] | null | null | null | Delphi/HH_DevExpress_TestProject_D26.dpr | santiagoIT/HH_TestProjects | b292758f8a56b7405f1143dbacd156247b35e301 | [
"MIT"
] | null | null | null | program HH_DevExpress_TestProject_D26;
uses
Vcl.Forms,
FrmMain in '..\FrmMain.pas' {Form4};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm4, Form4);
Application.Run;
end.
| 16.533333 | 40 | 0.737903 |
aae1e4fef1cf67fc60ef0138b92399c7aebca667 | 974 | dpr | Pascal | Demo/Basic Examples/StringBuilder/StringBuilder.dpr | CrystalNet-Tech/dotNet4Delphi_Tutorials | 5d464610de74b211adf5e73d32712b8b16ff688b | [
"Apache-2.0"
] | 1 | 2020-09-24T15:36:09.000Z | 2020-09-24T15:36:09.000Z | Demo/Basic Examples/StringBuilder/StringBuilder.dpr | CrystalNet-Tech/dotNet4Delphi_Tutorials | 5d464610de74b211adf5e73d32712b8b16ff688b | [
"Apache-2.0"
] | null | null | null | Demo/Basic Examples/StringBuilder/StringBuilder.dpr | CrystalNet-Tech/dotNet4Delphi_Tutorials | 5d464610de74b211adf5e73d32712b8b16ff688b | [
"Apache-2.0"
] | 1 | 2020-10-09T08:03:36.000Z | 2020-10-09T08:03:36.000Z | program StringBuilder;
{$APPTYPE CONSOLE}
{$R *.res}
uses
{$IF CompilerVersion > 22}
System.SysUtils,
{$ELSE}
SysUtils,
{$IFEND }
CNClrLib.Core;
var
Console : _Console;
AStringBuilder : _StringBuilder;
begin
Console := CoConsole.CreateInstance;
AStringBuilder := CoStringBuilder.Create... | 28.647059 | 78 | 0.666324 |
449e9350899bd9fbb7c31fdceaa4974042e3965a | 19,255 | pas | Pascal | additional/Gecko/nsXPCOMGlue.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:12:58.000Z | 2018-10-06T02:12:58.000Z | additional/Gecko/nsXPCOMGlue.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | null | null | null | additional/Gecko/nsXPCOMGlue.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:13:13.000Z | 2018-10-06T02:13:13.000Z | (* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.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... | 35.591497 | 106 | 0.679356 |
bca6310a06c9564b8504b14460fc1d55895305e8 | 2,914 | pas | Pascal | references/embarcadero/rio/10_3_2/patched/fmx/FMX.SpellChecker.Android.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | 1 | 2019-01-27T14:00:28.000Z | 2019-01-27T14:00:28.000Z | references/embarcadero/rio/10_3_2/patched/fmx/FMX.SpellChecker.Android.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | 2 | 2019-06-23T00:02:43.000Z | 2019-10-12T22:39:28.000Z | references/embarcadero/rio/10_3_2/patched/fmx/FMX.SpellChecker.Android.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | null | null | null | {*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ Copyright(c) 2013-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... | 28.291262 | 139 | 0.679822 |
aa24e527a5cf86563f10288d3ac6bb839304c1d1 | 1,437 | pas | Pascal | tests/Tests.Delphi.SpecificationUtils.Arrays.Contains.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 7 | 2016-08-25T23:11:42.000Z | 2020-10-17T00:08:54.000Z | tests/Tests.Delphi.SpecificationUtils.Arrays.Contains.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 1 | 2016-09-12T18:57:03.000Z | 2016-09-13T14:17:45.000Z | tests/Tests.Delphi.SpecificationUtils.Arrays.Contains.pas | codejanovic/Delphi-SpecificationUtils | 79d955122acccb0838ce23bc3f9dc39ba310feb8 | [
"MIT"
] | 4 | 2016-09-12T16:32:52.000Z | 2019-06-24T05:13:09.000Z | unit Tests.Delphi.SpecificationUtils.Arrays.Contains;
interface
uses
DUnitX.TestFramework, Spring.DesignPatterns;
type
[TestFixture]
TTestArrayContainsSpec = class(TObject)
protected
fArrayContainsSpec: ISpecification<TArray<String>>;
protected const
fSetupContains = 'a';
public
[SetupFixtur... | 24.775862 | 105 | 0.73904 |
174f2a7b0a24b022fde72a4a03b05d4d48120180 | 307 | dpr | Pascal | windows/src/ext/jedi/jvcl/tests/archive/jvcl/devtools/ErrLook/src/ErrLook.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/devtools/ErrLook/src/ErrLook.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/devtools/ErrLook/src/ErrLook.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | program ErrLook;
uses
Forms,
MainFrm in 'MainFrm.pas' {frmMain},
ModulesFrm in 'ModulesFrm.pas' {frmModules};
{$R *.res}
begin
Application.Initialize;
Application.HelpFile := '';
Application.Title := 'Delphi Error Lookup';
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
| 18.058824 | 46 | 0.713355 |
17338abeef34320108b78bcdf6fb278a36667590 | 2,660 | pas | Pascal | dependencies/Indy10/OpenSSL/static/IdOpenSSLHeaders_buffererr.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | dependencies/Indy10/OpenSSL/static/IdOpenSSLHeaders_buffererr.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | dependencies/Indy10/OpenSSL/static/IdOpenSSLHeaders_buffererr.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | {******************************************************************************}
{ }
{ Indy (Internet Direct) - Internet Protocols Simplified }
{ ... | 44.333333 | 81 | 0.307143 |
bc25a11a9ad57bddf4d16e5f1cec3109e632c222 | 148,029 | pas | Pascal | lang_helpers/gds_codes.pas | asfernandes/firebird | b9f4c652202eadefc2b5267d139545f5d6878043 | [
"Condor-1.1"
] | 6 | 2015-02-07T05:12:45.000Z | 2015-09-29T06:55:45.000Z | lang_helpers/gds_codes.pas | asfernandes/firebird | b9f4c652202eadefc2b5267d139545f5d6878043 | [
"Condor-1.1"
] | 2 | 2015-05-26T14:29:00.000Z | 2016-02-15T15:30:54.000Z | lang_helpers/gds_codes.pas | asfernandes/firebird | b9f4c652202eadefc2b5267d139545f5d6878043 | [
"Condor-1.1"
] | 8 | 2015-01-24T05:43:29.000Z | 2016-01-16T07:59:03.000Z | (*
* The contents of this file are subject to the Interbase Public
* License Version 1.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.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* ... | 50.764403 | 85 | 0.597194 |
bcca131bce10ef717cf87834337689ea9d3aaca5 | 177,319 | dfm | Pascal | src/uLimitesProdsxDists.dfm | glfreitas/agribusiness | e62b95074feaf3fb63d9aab0ac5108075ff72496 | [
"MIT"
] | null | null | null | src/uLimitesProdsxDists.dfm | glfreitas/agribusiness | e62b95074feaf3fb63d9aab0ac5108075ff72496 | [
"MIT"
] | null | null | null | src/uLimitesProdsxDists.dfm | glfreitas/agribusiness | e62b95074feaf3fb63d9aab0ac5108075ff72496 | [
"MIT"
] | null | null | null | inherited FormLimitesProdsxDists: TFormLimitesProdsxDists
Caption = 'FormLimitesProdsxDists'
ClientHeight = 511
ClientWidth = 785
ExplicitWidth = 791
ExplicitHeight = 540
PixelsPerInch = 96
TextHeight = 13
inherited Image1: TImage
Left = 321
Width = 464
Height = 463
ExplicitLeft = 313
... | 66.163806 | 162 | 0.892177 |
172690d504a2e3308a9480868f1b7f2c8f0b2f72 | 1,102 | dfm | Pascal | FruityPlug/Internal Controller D/SynthForm.dfm | RuudErmers/RMSVST3 | 57d0bf9e9e19bd1c6ae6502952aedbb5d70a82d7 | [
"Zlib"
] | 13 | 2019-02-15T01:47:36.000Z | 2021-12-03T04:51:49.000Z | FruityPlug/Internal Controller D/SynthForm.dfm | RuudErmers/RMSVST3 | 57d0bf9e9e19bd1c6ae6502952aedbb5d70a82d7 | [
"Zlib"
] | null | null | null | FruityPlug/Internal Controller D/SynthForm.dfm | RuudErmers/RMSVST3 | 57d0bf9e9e19bd1c6ae6502952aedbb5d70a82d7 | [
"Zlib"
] | 3 | 2019-03-20T13:14:33.000Z | 2019-08-21T05:39:15.000Z | object SynthEditorForm: TSynthEditorForm
Left = 289
Top = 180
BorderStyle = bsNone
Caption = 'SynthEditorForm'
ClientHeight = 78
ClientWidth = 235
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateO... | 21.607843 | 42 | 0.658802 |
aadd30fb556535c2633b857cfd6cfacd11e63ed4 | 3,024 | pas | Pascal | samples/middleware/MiddlewareSample1.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | samples/middleware/MiddlewareSample1.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | samples/middleware/MiddlewareSample1.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | unit MiddlewareSample1;
interface
uses
MVCFramework, MVCFramework.Logger;
type
TMVCSalutationMiddleware = class(TInterfacedObject, IMVCMiddleware)
protected
procedure OnAfterControllerAction(Context: TWebContext; const AActionNAme: string;
const Handled: Boolean);
procedure OnBeforeRo... | 33.6 | 111 | 0.775132 |
afffa820a8f36ce5e49763e46f5286510a2b410d | 1,079 | pas | Pascal | Examples/StripComments/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 18 | 2015-05-18T01:55:45.000Z | 2019-05-03T03:23:52.000Z | Examples/StripComments/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Examples/StripComments/_fmMain.pas | ryujt/ryulib4delphi | 1269afeb5d55d5d6710cfb1d744d5a1596583a96 | [
"MIT"
] | 19 | 2015-05-14T01:06:35.000Z | 2019-06-02T05:19:00.000Z | unit _fmMain;
interface
uses
StripComments,
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TfmMain = class(TForm)
moInput: TMemo;
moResult: TMemo;
btStart: TButton;
Panel1: TPanel;
Splitter1: TSplitter;
OpenDialog: TOpenDia... | 19.618182 | 79 | 0.748842 |
aa4aa4c1e716fc3cc68df52d6d4d45fc2261f70b | 1,768 | pas | Pascal | out/euler34.pas | Melyodas/metalang | 399a9f1a71402c979d7f8024d4f98f081c80e771 | [
"BSD-2-Clause"
] | 22 | 2017-04-24T10:00:45.000Z | 2021-04-01T10:11:05.000Z | out/euler34.pas | Melyodas/metalang | 399a9f1a71402c979d7f8024d4f98f081c80e771 | [
"BSD-2-Clause"
] | 12 | 2017-03-26T18:34:21.000Z | 2019-03-21T19:13:03.000Z | out/euler34.pas | Melyodas/metalang | 399a9f1a71402c979d7f8024d4f98f081c80e771 | [
"BSD-2-Clause"
] | 7 | 2017-10-14T13:33:33.000Z | 2021-03-18T15:18:50.000Z | program euler34;
type h = array of Longint;
var
a : Longint;
b : Longint;
c : Longint;
d : Longint;
e : Longint;
f : h;
g : Longint;
i : Longint;
j : Longint;
num : Longint;
out0 : Longint;
sum : Longint;
begin
SetLength(f, 10);
for j := 0 to 9 do
begin
f[j] := 1;
end;
for i :=... | 20.55814 | 76 | 0.304864 |
1716ae6b2c103862debc657f2b960527be9250ca | 7,210 | dfm | Pascal | DataMod.dfm | atkins126/NxDbTools | d5874ab52653307c18d72a24efaa8deecab05aa0 | [
"BSD-2-Clause"
] | null | null | null | DataMod.dfm | atkins126/NxDbTools | d5874ab52653307c18d72a24efaa8deecab05aa0 | [
"BSD-2-Clause"
] | null | null | null | DataMod.dfm | atkins126/NxDbTools | d5874ab52653307c18d72a24efaa8deecab05aa0 | [
"BSD-2-Clause"
] | null | null | null | object dm_DataMod: Tdm_DataMod
OldCreateOrder = False
Height = 492
Width = 958
object nxseAllEngines: TnxseAllEngines
Left = 384
Top = 8
end
object nxWinsockTransport: TnxWinsockTransport
DisplayCategory = 'Transports'
Left = 46
Top = 72
end
object nxNamedPipeTransport: ... | 26.507353 | 72 | 0.671151 |
afb0ece10192a01c9ecabd286ea71338ceee7f47 | 293,519 | pas | Pascal | lse_kernel.pas | apfeltee/lysee | 35461c660a49b852888ed379748bbbc0f4683cb8 | [
"BSD-3-Clause"
] | null | null | null | lse_kernel.pas | apfeltee/lysee | 35461c660a49b852888ed379748bbbc0f4683cb8 | [
"BSD-3-Clause"
] | null | null | null | lse_kernel.pas | apfeltee/lysee | 35461c660a49b852888ed379748bbbc0f4683cb8 | [
"BSD-3-Clause"
] | null | null | null | {==============================================================================}
{ UNIT: lse_kernel }
{ DESCRIPTION: kernel of lysee }
{ COPYRIGHT: Copyright (c) 2003-2011, Li Yun Jie. All Rights Reserved. ... | 26.913534 | 122 | 0.614482 |
aae3aee2411408262ebf209688d4cb1ebf2870fa | 837 | pas | Pascal | src/fanocli.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 10 | 2018-11-10T22:58:49.000Z | 2022-03-09T23:36:18.000Z | src/fanocli.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 8 | 2019-09-24T03:30:27.000Z | 2021-09-14T02:15:06.000Z | src/fanocli.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 2 | 2018-11-05T03:49:45.000Z | 2020-09-22T02:11:08.000Z | (*!------------------------------------------------------------
* Fano CLI Application (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano-cli
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano-cli/blob/master/LICENSE (MIT)... | 23.25 | 81 | 0.553166 |
aabc7610588060d7f9a4978a6c6c318b47880ff6 | 3,874 | pas | Pascal | sources/MVCFramework.SQLGenerators.Sqlite.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.SQLGenerators.Sqlite.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.SQLGenerators.Sqlite.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
//
// ***************************************************************************
//
/... | 28.072464 | 98 | 0.680692 |
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.