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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdc294bd8702e0b88ae28494291e9e6fa3e3c655 | 325 | pas | Pascal | 05022020/second/1.pas | KirillovaKate/Pascal | 9eed825d2a62526bdcc319d13b780e8e4cd745a5 | [
"Apache-2.0"
] | null | null | null | 05022020/second/1.pas | KirillovaKate/Pascal | 9eed825d2a62526bdcc319d13b780e8e4cd745a5 | [
"Apache-2.0"
] | null | null | null | 05022020/second/1.pas | KirillovaKate/Pascal | 9eed825d2a62526bdcc319d13b780e8e4cd745a5 | [
"Apache-2.0"
] | null | null | null | const
n = 5;
var
a: array[1..n] of integer;
n: integer;
begin
read(n);
for var i := 1 to n do
read(a[i]);
for var i := 1 to n do
begin
if a[i] < 0 then
begin
write('negative');
break;
end;
if a[i] > 0 then
begin
write('positive');
break;
end;
end;... | 13 | 28 | 0.486154 |
6ae0279a47c233de177f164b5d53fd9d57d9fa21 | 1,896 | pas | Pascal | sources/openstationurlformunit.pas | kubagdynia/TinyRadioPlayer | b0befd895b0663d2b0f5e9cd9e51341516fb14b9 | [
"MIT"
] | null | null | null | sources/openstationurlformunit.pas | kubagdynia/TinyRadioPlayer | b0befd895b0663d2b0f5e9cd9e51341516fb14b9 | [
"MIT"
] | null | null | null | sources/openstationurlformunit.pas | kubagdynia/TinyRadioPlayer | b0befd895b0663d2b0f5e9cd9e51341516fb14b9 | [
"MIT"
] | null | null | null | unit OpenStationUrlFormUnit;
{===============================================================================
File: OpenStationUrlFormUnit.pas
Application Name: Tiny Radio Player
Created: 2018 Jakub Kurlowicz (jakubkurlowicz.pl)
Description: Open Url
===========================... | 21.545455 | 81 | 0.686181 |
bcc65b5053f4d0b10e1cd9cb46139541c5abb26c | 87,174 | dfm | Pascal | Super_Copier_2/SCMainForm.dfm | delphi-pascal-archive/super-copier-2 | c83116de47fcca02de14dfe033bce1804dfd0e2b | [
"Unlicense"
] | null | null | null | Super_Copier_2/SCMainForm.dfm | delphi-pascal-archive/super-copier-2 | c83116de47fcca02de14dfe033bce1804dfd0e2b | [
"Unlicense"
] | null | null | null | Super_Copier_2/SCMainForm.dfm | delphi-pascal-archive/super-copier-2 | c83116de47fcca02de14dfe033bce1804dfd0e2b | [
"Unlicense"
] | null | null | null | object MainForm: TMainForm
Left = 707
Top = 100
Width = 189
Height = 95
Caption = 'SC2 MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = ... | 66.902533 | 70 | 0.893627 |
6a9d73550893e73d810e9310614cb8b5ecfbb98d | 1,148 | pas | Pascal | Source/untMbUtils.pas | khongten001/MonkeyBuilder | d7c168e1c2840404fb6cf8a8bd2cd49afe98050f | [
"MIT"
] | 25 | 2020-04-16T09:42:28.000Z | 2022-02-14T13:52:54.000Z | Source/untMbUtils.pas | khongten001/MonkeyBuilder | d7c168e1c2840404fb6cf8a8bd2cd49afe98050f | [
"MIT"
] | 4 | 2020-11-14T09:11:14.000Z | 2022-01-04T15:32:24.000Z | Source/untMbUtils.pas | khongten001/MonkeyBuilder | d7c168e1c2840404fb6cf8a8bd2cd49afe98050f | [
"MIT"
] | 4 | 2020-11-24T03:00:49.000Z | 2022-01-16T18:32:28.000Z | unit untMbUtils;
interface
uses Classes;
function GetResourceFile(AName: string; AStrings: TStrings): Boolean;
function GetResourceStream(AName: string; AStream: TStream): Boolean;
implementation
uses System.Types;
function GetResourceStream(AName: string; AStream: TStream): Boolean;
var
ResStream: TResour... | 20.872727 | 71 | 0.720383 |
85714f994f723a6a586b32c4d50fd7fb34df6518 | 24,940 | dfm | Pascal | source/uConfSistema.dfm | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | source/uConfSistema.dfm | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | source/uConfSistema.dfm | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | object frmConfigSistema: TfrmConfigSistema
Left = 194
Top = 114
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Configu'#231#245'es do Sistema'
ClientHeight = 369
ClientWidth = 548
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -... | 42.342954 | 72 | 0.752686 |
6abaf4d17df0642e096bed4cdbf5a28ef5591776 | 1,682 | dpr | Pascal | Tests/Neon.Tests.Framework.dpr | gliden/delphi-neon | dc1e9bd69004012ad4c4737ed3270dd56bba4b95 | [
"Apache-2.0"
] | 1 | 2020-01-16T02:33:30.000Z | 2020-01-16T02:33:30.000Z | Tests/Neon.Tests.Framework.dpr | eStreamSoftware/delphi-neon | 74b28f5d8ea921e310f4e0f435e4ff0b13ad64f6 | [
"Apache-2.0"
] | null | null | null | Tests/Neon.Tests.Framework.dpr | eStreamSoftware/delphi-neon | 74b28f5d8ea921e310f4e0f435e4ff0b13ad64f6 | [
"Apache-2.0"
] | null | null | null | program Neon.Tests.Framework;
{$IFNDEF TESTINSIGHT}
{$APPTYPE CONSOLE}
{$ENDIF}{$STRONGLINKTYPES ON}
uses
System.SysUtils,
{$IFDEF TESTINSIGHT}
TestInsight.DUnitX,
{$ENDIF }
DUnitX.Loggers.Console,
DUnitX.Loggers.Xml.NUnit,
DUnitX.TestFramework,
Neon.Tests.Serializer in 'Source\Neon.Tests.Serializer.pas... | 28.033333 | 88 | 0.706302 |
cd4ed29bb5bde57f6a3e4c4084ac7150ffb6f02b | 9,531 | pas | Pascal | vcl/XLSReadWrite6/SrcXLS/XSSIEKeys.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XSSIEKeys.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | vcl/XLSReadWrite6/SrcXLS/XSSIEKeys.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit XSSIEKeys;
{-
********************************************************************************
******* XLSSpreadSheet V3.00 *******
******* *******
******* Copyright(C) 2006,2017 Lars Arvidsson, Axolot Dat... | 42.73991 | 119 | 0.62963 |
85514e60f7e5cf1d07d259438f9003fc0c895095 | 14,571 | pas | Pascal | src/arstacks.pas | worm-ii/arith | 31f8c9486ee341c68042dbb61ae52da1f0fd75b0 | [
"Unlicense"
] | null | null | null | src/arstacks.pas | worm-ii/arith | 31f8c9486ee341c68042dbb61ae52da1f0fd75b0 | [
"Unlicense"
] | null | null | null | src/arstacks.pas | worm-ii/arith | 31f8c9486ee341c68042dbb61ae52da1f0fd75b0 | [
"Unlicense"
] | 1 | 2019-07-29T03:57:08.000Z | 2019-07-29T03:57:08.000Z | {
arith - arbitrary precision floaing point library in Delphi.
Expression parsing stack (not a part of a library kernel)
}
unit ArStacks;
interface
uses ArKrnl;
type
TAddNum = class(TNum)
procedure Nop(A: TNum);
procedure DgSin(A: TNum);
procedure DgCos(A: TNum);
procedure DgTan(... | 20.265647 | 79 | 0.563173 |
6aaac5d8bfd2263afc13fd8163b549a1ce163485 | 17,663 | pas | Pascal | references/embarcadero/rio/10_3_2/patched/fmx/FMX.KeyMapping.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.KeyMapping.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.KeyMapping.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | null | null | null | {*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ Copyright(c) 2013-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... | 35.755061 | 158 | 0.580422 |
617fef9295b6d36a41b293131935cb16bd89f1df | 438 | dpr | Pascal | demos/kgrid/kgriddemoXE6.dpr | davidbannon/KControls | 397a788712379340dc2a0f1b1006e78fb7f52277 | [
"BSD-3-Clause-Clear"
] | 35 | 2020-01-13T12:26:10.000Z | 2022-03-16T12:45:04.000Z | demos/kgrid/kgriddemoXE6.dpr | davidbannon/KControls | 397a788712379340dc2a0f1b1006e78fb7f52277 | [
"BSD-3-Clause-Clear"
] | 30 | 2020-01-13T12:49:50.000Z | 2022-03-01T17:52:50.000Z | demos/kgrid/kgriddemoXE6.dpr | davidbannon/KControls | 397a788712379340dc2a0f1b1006e78fb7f52277 | [
"BSD-3-Clause-Clear"
] | 18 | 2020-01-15T08:15:23.000Z | 2022-02-27T10:43:23.000Z | program kgriddemoXE6;
{$include kcontrols.inc}
uses
Forms,
main in 'main.pas' {Form1},
input in 'input.pas' {InputForm};
{$R *.res}
{$IFDEF USE_THEMES}
{$R xpman.res}
{$ENDIF}
begin
{$IFDEF COMPILER10_UP}
ReportMemoryLeaksOnShutdown := DebugHook <> 0;
{$ENDIF}
Application.Initialize;
... | 18.25 | 49 | 0.678082 |
6a87dff8a527d3518fdaea7a3742d0267adfe43a | 256 | dpr | Pascal | 02-seq-liste-de-courses-fichiers/Project1.dpr | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | 5 | 2020-03-17T16:10:02.000Z | 2021-11-16T11:24:57.000Z | 02-seq-liste-de-courses-fichiers/Project1.dpr | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | null | null | null | 02-seq-liste-de-courses-fichiers/Project1.dpr | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | 5 | 2020-02-17T17:59:23.000Z | 2021-04-12T02:21:05.000Z | program Project1;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
Unit1 in 'Unit1.pas',
Unit2 in 'Unit2.pas';
begin
try
doMain;
except
on E: Exception do
Writeln(E.ClassName, ': ', E.Message);
end;
end.
| 12.8 | 45 | 0.570313 |
618430df592d1f865976169f3aca8b6d458b9453 | 5,764 | pas | Pascal | library/fxver/fxver_client.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | library/fxver/fxver_client.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | library/fxver/fxver_client.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | unit fxver_client;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of sou... | 38.684564 | 151 | 0.744101 |
8540bc877fce6975b1ea56b388a0746eddef3731 | 43,158 | pas | Pascal | src/bgrabitmap7.2/bgratextfx.pas | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | 1 | 2019-05-24T19:20:12.000Z | 2019-05-24T19:20:12.000Z | src/bgrabitmap7.2/bgratextfx.pas | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | null | null | null | src/bgrabitmap7.2/bgratextfx.pas | laggyluk/brick_engine | 1fc63d8186b4eb12cbfdb3a8b48a901089d3994c | [
"MIT"
] | null | null | null | unit BGRATextFX;
{$mode objfpc}{$H+}
{
Font rendering units : BGRAText, BGRATextFX, BGRAVectorize, BGRAFreeType
This unit provide text effects. The simplest way to render effects is to use TBGRATextEffectFontRenderer class.
To do this, create an instance of this class and assign it to a TBGRABitmap.FontRendere... | 33.849412 | 214 | 0.726725 |
6a108fd8b53774d7106cac91a18db07cd2f845ac | 6,451 | pas | Pascal | Components/JVCL/devtools/JvExVCL/src/JvExExtCtrls.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/devtools/JvExVCL/src/JvExExtCtrls.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/devtools/JvExVCL/src/JvExExtCtrls.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.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... | 24.907336 | 104 | 0.67974 |
17ea943e38af09390e51fc677a4bdb7fdaec298e | 188 | dpr | Pascal | Demos/psvPHP/Logo/LogoDemo.dpr | bgarrels/php4delphi | 041fed9bb6898faed25076f6ff893bfee93e41cd | [
"PHP-3.0"
] | 19 | 2015-08-10T15:42:28.000Z | 2021-11-23T02:04:02.000Z | Demos/psvPHP/Logo/LogoDemo.dpr | bgarrels/php4delphi | 041fed9bb6898faed25076f6ff893bfee93e41cd | [
"PHP-3.0"
] | 2 | 2018-06-22T12:45:58.000Z | 2020-11-30T09:05:57.000Z | Demos/psvPHP/Logo/LogoDemo.dpr | bgarrels/php4delphi | 041fed9bb6898faed25076f6ff893bfee93e41cd | [
"PHP-3.0"
] | 13 | 2015-05-02T14:39:20.000Z | 2021-11-18T19:50:05.000Z | program LogoDemo;
uses
Forms,
uMain in 'uMain.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 13.428571 | 41 | 0.654255 |
855a9955a50fddef1a72ebb3e586f2fae2192d4f | 41,083 | dfm | Pascal | Client/rDeptDetailFlow.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/rDeptDetailFlow.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/rDeptDetailFlow.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | inherited rptDeptDetailFlow: TrptDeptDetailFlow
BeforePrint = QuickRepBeforePrint
Functions.DATA = (
'0'
'0'
#39#39)
Page.Values = (
100.000000000000000000
2970.000000000000000000
100.000000000000000000
2100.000000000000000000
100.000000000000000000
100.000000000000... | 26.167516 | 114 | 0.577709 |
172999dd17245b4ba48a31d0331c0c8f8ccea53f | 268 | pas | Pascal | Test/COMConnector/disp_nil.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/COMConnector/disp_nil.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/COMConnector/disp_nil.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | var v : ComVariant;
try
v.method();
except
on E : Exception do PrintLn(E.Message);
end;
try
v.prop:='bug';
except
on E : Exception do PrintLn(E.Message);
end;
try
Print(v.prop);
except
on E : Exception do PrintLn(E.Message);
end; | 14.105263 | 43 | 0.604478 |
852758449d75d2c0e73c746169d615ba410ad4a0 | 359 | dpr | Pascal | Chapter06/StylesTest2/StylesTest2.dpr | PacktPublishing/Expert-Delpi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | 22 | 2017-09-13T23:05:34.000Z | 2022-01-09T11:36:41.000Z | Chapter06/StylesTest2/StylesTest2.dpr | Nitin-Mane/Expert-Delphi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | null | null | null | Chapter06/StylesTest2/StylesTest2.dpr | Nitin-Mane/Expert-Delphi | b80f67884cfde32fff4c88cd8bd8dab30bfb8270 | [
"MIT"
] | 11 | 2017-10-30T17:31:21.000Z | 2021-08-29T22:39:39.000Z | program StylesTest2;
uses
System.StartUpCopy,
FMX.Forms,
uFormStylesTest2 in 'uFormStylesTest2.pas' {FormStylesTest2},
uDMStyles in 'uDMStyles.pas' {DMStyles: TDataModule};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TDMStyles, DMStyles);
Application.CreateForm(TFormStylesTest2, For... | 21.117647 | 63 | 0.774373 |
850d4cbbae376788b8fcccc49ef4ea624b24a3d6 | 4,639 | dpr | Pascal | Components/Innerfuse Pascal Script/help/sample6.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/Innerfuse Pascal Script/help/sample6.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/Innerfuse Pascal Script/help/sample6.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | program sample6;
uses
ifpscomp,
ifps3,
ifps3utl,
Dialogs
;
procedure MyOwnFunction(const Data: string);
begin
// Do something with Data
ShowMessage(Data);
end;
function ScriptOnExportCheck(Sender: TIFPSPascalCompiler; Proc: TIFPSInternalProcedure; const ProcDecl: string): Boolean;
{
The OnExportChe... | 32.900709 | 122 | 0.713516 |
857cfe677f102bcbe954daaaac7f7e5c0fe150d8 | 2,047 | pas | Pascal | src2/src/Model/Connection/CFOP.Model.Connection.pas | FranlleyGomes/CFOP | 3eb6a84305b66fa35d54c9cf0b402948f4e40df1 | [
"MIT"
] | null | null | null | src2/src/Model/Connection/CFOP.Model.Connection.pas | FranlleyGomes/CFOP | 3eb6a84305b66fa35d54c9cf0b402948f4e40df1 | [
"MIT"
] | null | null | null | src2/src/Model/Connection/CFOP.Model.Connection.pas | FranlleyGomes/CFOP | 3eb6a84305b66fa35d54c9cf0b402948f4e40df1 | [
"MIT"
] | null | null | null | unit CFOP.Model.Connection;
interface
uses
System.SysUtils, System.Classes, FireDAC.Stan.Intf, FireDAC.Stan.Option,
FireDAC.Stan.Error, FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def,
FireDAC.Stan.Pool, FireDAC.Stan.Async, FireDAC.Phys, FireDAC.VCLUI.Wait,
Data.DB, FireDAC.Comp.Client, FireDAC.Phys.FB, ... | 20.068627 | 75 | 0.743039 |
cd00a402c9f5c670d6ae705c7681c133533aef73 | 2,189 | pas | Pascal | src/Libs/HttpClient/Implementations/Curl/HttpHeadImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 78 | 2019-01-31T13:40:48.000Z | 2022-03-22T17:26:54.000Z | src/Libs/HttpClient/Implementations/Curl/HttpHeadImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 24 | 2020-01-04T11:50:53.000Z | 2022-02-17T09:55:23.000Z | src/Libs/HttpClient/Implementations/Curl/HttpHeadImpl.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 HttpHeadImpl;
interface
{$MODE OBJFPC}
{$H+}
uses
H... | 28.064103 | 103 | 0.496574 |
8570627111afa6bb1e328aa1f57e35b4651c660b | 430 | dpr | Pascal | Financeiro.dpr | LucasAbreuSantos/MobileDelphi | 3c6c2110169057c9678cd8fba55d60702879b03d | [
"MIT"
] | null | null | null | Financeiro.dpr | LucasAbreuSantos/MobileDelphi | 3c6c2110169057c9678cd8fba55d60702879b03d | [
"MIT"
] | null | null | null | Financeiro.dpr | LucasAbreuSantos/MobileDelphi | 3c6c2110169057c9678cd8fba55d60702879b03d | [
"MIT"
] | null | null | null | program Financeiro;
uses
System.StartUpCopy,
FMX.Forms,
ULogin in 'ULogin.pas' {FrmLogin},
u99Permissions in 'Units\u99Permissions.pas',
UPrincipal in 'UPrincipal.pas' {FrmPrincipal},
ULancamentos in 'ULancamentos.pas' {FrmLancamentos},
ULancamentosCad in 'ULancamentosCad.pas' {FrmLancamentosCad};
{$R *... | 22.631579 | 63 | 0.75814 |
446eb02f482459958118c1bccb78dbfe352e801b | 6,583 | pas | Pascal | BaiduMapSDK/Androidapi.JNI.baidu.mapapi.navi.pas | arvanus/FMXComponents | f04d62ccf452d085cb638b552bc758730dfd8518 | [
"MIT"
] | 343 | 2017-01-19T06:56:01.000Z | 2022-03-30T16:01:15.000Z | BaiduMapSDK/Androidapi.JNI.baidu.mapapi.navi.pas | HemulGM/FMXComponents | ec4f6ab16d8e48c248ede799581b2d793504344a | [
"MIT"
] | 21 | 2017-02-20T18:38:13.000Z | 2021-12-19T06:27:25.000Z | BaiduMapSDK/Androidapi.JNI.baidu.mapapi.navi.pas | HemulGM/FMXComponents | ec4f6ab16d8e48c248ede799581b2d793504344a | [
"MIT"
] | 107 | 2017-02-07T12:31:37.000Z | 2022-03-03T00:53:11.000Z | unit Androidapi.JNI.baidu.mapapi.navi;
// ====================================================
// Android Baidu Map SDK interface
// Package:com.baidu.mapapi.navi
// author:Xubzhlin
// email:371889755@qq.com
//
// date:2017.5.10
// version:4.3.0
// ====================================================
interface
uses
... | 34.647368 | 95 | 0.724746 |
6ac454a3ae425e17b5456d29f875b2d97f012b7c | 1,205 | dfm | Pascal | Version7/Source/Forms/FrmCSVchannelSelect.dfm | dss-extensions/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 1 | 2022-01-23T14:43:30.000Z | 2022-01-23T14:43:30.000Z | Version8/Source/Forms/FrmCSVchannelSelect.dfm | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 7 | 2018-08-15T04:00:26.000Z | 2018-10-25T10:15:59.000Z | Version8/Source/Forms/FrmCSVchannelSelect.dfm | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | null | null | null | object ChannelSelectForm: TChannelSelectForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Select Channel(s)'
ClientHeight = 259
ClientWidth = 187
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
... | 19.754098 | 45 | 0.592531 |
61e5f298882445653ddb0f3d784e55343c15c35b | 25,246 | pas | Pascal | projects/gltftest/src/UnitSkyCubeMap.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | null | null | null | projects/gltftest/src/UnitSkyCubeMap.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | null | null | null | projects/gltftest/src/UnitSkyCubeMap.pas | ddem43/pasvulkan | 739b004741da322559d310bd4478c36859b75891 | [
"Zlib"
] | null | null | null | unit UnitSkyCubeMap;
{$ifdef fpc}
{$mode delphi}
{$ifdef cpu386}
{$asmmode intel}
{$endif}
{$ifdef cpuamd64}
{$asmmode intel}
{$endif}
{$else}
{$ifdef conditionalexpressions}
{$if CompilerVersion>=24.0}
{$legacyifend on}
{$ifend}
{$endif}
{$endif}
{$if defined(Win32) or defined(Win64)}... | 49.69685 | 152 | 0.501466 |
6153a89ea6f5bacc806e77657c28f409c3733e3a | 3,631 | pas | Pascal | Libs/System.Enumeration.pas | JensBorrisholt/EasyConsole | 31fd5fc0b3ed7dad32a3f0953eb0213ecd24cb25 | [
"MIT"
] | 20 | 2018-09-06T09:54:56.000Z | 2022-02-05T11:40:09.000Z | Libs/System.Enumeration.pas | JensBorrisholt/EasyConsole | 31fd5fc0b3ed7dad32a3f0953eb0213ecd24cb25 | [
"MIT"
] | null | null | null | Libs/System.Enumeration.pas | JensBorrisholt/EasyConsole | 31fd5fc0b3ed7dad32a3f0953eb0213ecd24cb25 | [
"MIT"
] | 6 | 2018-09-07T12:45:14.000Z | 2021-05-29T15:59:34.000Z | unit System.Enumeration;
interface
(*
Credit:
Part of this class was taken from the internet long time ago. And then later modified by me.
I don't remember where I got it from. But credit to the original author :D
*)
uses
System.TypInfo, System.Math;
type
TEnumeration<T: record > = clas... | 26.698529 | 99 | 0.699532 |
8551c11877afaa5eaef3680b23d921a40b2c7884 | 9,108 | pas | Pascal | src/Horse.JWT.pas | HashLoad/horse-jwt | 7b2749046995402a75a5d0417f5b4a2eeec3ca76 | [
"MIT"
] | 38 | 2018-10-03T02:17:49.000Z | 2022-03-17T18:09:28.000Z | src/Horse.JWT.pas | HashLoad/horse-jwt | 7b2749046995402a75a5d0417f5b4a2eeec3ca76 | [
"MIT"
] | 12 | 2020-07-02T18:55:17.000Z | 2022-02-15T16:38:26.000Z | src/Horse.JWT.pas | HashLoad/horse-jwt | 7b2749046995402a75a5d0417f5b4a2eeec3ca76 | [
"MIT"
] | 30 | 2018-11-15T16:11:52.000Z | 2022-02-16T21:10:40.000Z | unit Horse.JWT;
interface
uses System.Generics.Collections, System.Classes, System.JSON, System.SysUtils, Web.HTTPApp, REST.JSON, JOSE.Core.JWT,
JOSE.Core.JWK, JOSE.Core.Builder, JOSE.Consumer.Validators, JOSE.Consumer, JOSE.Context, Horse, Horse.Commons;
type
THorseJWTConfig = class
private
FSkipRoutes: T... | 29.192308 | 152 | 0.762956 |
858948c5e79755484d7715007a6669153e538676 | 185 | pas | Pascal | fontes/pascal/nano/nano11.pas | maateusx/TrabCompiladores | 9bb507df735686d04613129b88c10d9a654f943a | [
"MIT"
] | 1 | 2020-07-25T11:28:23.000Z | 2020-07-25T11:28:23.000Z | fontes/pascal/nano/nano11.pas | maateusx/TrabCompiladores | 9bb507df735686d04613129b88c10d9a654f943a | [
"MIT"
] | null | null | null | fontes/pascal/nano/nano11.pas | maateusx/TrabCompiladores | 9bb507df735686d04613129b88c10d9a654f943a | [
"MIT"
] | null | null | null | program Nano11;
var
n, m, x: INTEGER;
begin
n:=1;
m:=2;
x:=5;
while x>n do
begin
n:=n+m;
writeln(n);
end
end. | 13.214286 | 24 | 0.367568 |
6a5cecf6c8d873c4628cce11be414ab4909a158d | 139 | pas | Pascal | ALG-1/lista_01/ex_87/iluminacao.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_01/ex_87/iluminacao.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_01/ex_87/iluminacao.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | program iluminacao_casa;
var a,b,h: longint;
var pot: real;
begin
read(b,h);
a:= b*h;
pot:= 18 * a;
write(a, ' ', pot:0:0);
end.
| 9.928571 | 26 | 0.568345 |
85580fb2ab9206a5d61509aff386d5e7ad26eb05 | 263 | pas | Pascal | examples/language/pascal.pas | fiugd/welcome | 1652bbf9f2829a3a4dfa689f9662d3cfeb4487e8 | [
"MIT"
] | 2 | 2021-06-21T17:35:12.000Z | 2021-06-22T07:15:30.000Z | examples/language/pascal.pas | crosshj/fiug-welcome | 38fa88ec0b13bf153a9ef14d4ce3d1207fdf088e | [
"MIT"
] | 2 | 2021-11-20T19:17:22.000Z | 2021-12-22T21:49:14.000Z | examples/language/pascal.pas | fiugd/welcome | 1652bbf9f2829a3a4dfa689f9662d3cfeb4487e8 | [
"MIT"
] | 2 | 2021-02-02T00:53:07.000Z | 2021-06-21T17:35:26.000Z | // import ../../shared.styl
program Fibonacci;
var i : integer;
function fib(n : integer) : integer;
begin
if n = 0 then fib := 0
else if n <= 2 then fib := 1
else fib := fib(n-2) + fib(n-1)
end;
begin
for i := 0 to 9 do
begin
writeln(fib(i))
end
end.
| 13.842105 | 36 | 0.604563 |
cdd82f4ac51aa37789d505acc5d1a82c88d1d1be | 401 | dpr | Pascal | Libraries/Spring4D/Samples/IntroToDependencyInjection/2-MoveToInterfaces/MovingToInterfaces.dpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 62 | 2016-01-20T16:26:25.000Z | 2022-02-28T14:25:52.000Z | Libraries/Spring4D/Samples/IntroToDependencyInjection/2-MoveToInterfaces/MovingToInterfaces.dpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | null | null | null | Libraries/Spring4D/Samples/IntroToDependencyInjection/2-MoveToInterfaces/MovingToInterfaces.dpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 20 | 2016-09-08T00:15:22.000Z | 2022-01-26T13:13:08.000Z | program MovingToInterfaces;
{$APPTYPE CONSOLE}
uses
SysUtils,
uDoOrderProcessing in 'uDoOrderProcessing.pas',
uOrder in 'uOrder.pas',
uOrderEntry in 'uOrderEntry.pas',
uOrderProcessor in 'uOrderProcessor.pas',
uOrderValidator in 'uOrderValidator.pas';
begin
try
DoOrderProcessing;
except
on E:... | 18.227273 | 49 | 0.718204 |
8596a9cbd1374b85d62fba8dc67bb8bd85932900 | 189 | dpr | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/examples/JvWinDialogs/JvWinDialogsDemo.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/restructured/examples/JvWinDialogs/JvWinDialogsDemo.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/restructured/examples/JvWinDialogs/JvWinDialogsDemo.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | program JvWinDialogsDemo;
uses
Forms,
testunit in 'testunit.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 13.5 | 40 | 0.724868 |
6aeef42153689e4e4b284da4ec323aa1d8be0f64 | 10,740 | pas | Pascal | uMemoryBlock.pas | Ko-Ta2142/UndoRedo | 08af46c069942548a9b8efb810517408544c5774 | [
"MIT"
] | null | null | null | uMemoryBlock.pas | Ko-Ta2142/UndoRedo | 08af46c069942548a9b8efb810517408544c5774 | [
"MIT"
] | null | null | null | uMemoryBlock.pas | Ko-Ta2142/UndoRedo | 08af46c069942548a9b8efb810517408544c5774 | [
"MIT"
] | null | null | null | unit uMemoryBlock;
interface
uses SysUtils,Classes,StrUtils,math,uBinaryTree;
{$R-} //RangeErrorCheck OFF
type
TMemoryBlockData=class;
// callback
TMemoryBlockOnDestroy = procedure(block:TMemoryBlockData) of object;
// block
// same memory block optimize class. do not create!
// 同一メモリ最適化クラス。手動で生成しないでく... | 24.633028 | 122 | 0.696369 |
858d0de2d7ad9d997cb594e37427624372ce0b4b | 2,352 | pas | Pascal | IrisEdit/form_Coords.pas | zerodowned/Iris1_DeveloperTools | 0b5510bb46824d8939846f73c7e63ed7eecf827d | [
"DOC"
] | 1 | 2019-02-08T18:03:28.000Z | 2019-02-08T18:03:28.000Z | IrisEdit/form_Coords.pas | SiENcE/Iris1_DeveloperTools | 0b5510bb46824d8939846f73c7e63ed7eecf827d | [
"DOC"
] | null | null | null | IrisEdit/form_Coords.pas | SiENcE/Iris1_DeveloperTools | 0b5510bb46824d8939846f73c7e63ed7eecf827d | [
"DOC"
] | 7 | 2015-03-11T22:06:23.000Z | 2019-12-21T09:49:57.000Z | unit form_Coords;
{==============================================================================
Iris Model Editor - Copyright by Alexander Oster, tensor@ultima-iris.de
The contents of this file are used with permission, subject to
the Mozilla Public License Version 1.1 (the "License"); you may
not use this fil... | 26.426966 | 101 | 0.677296 |
85065eb961be9820551a0622a95ecc38d40f9c2f | 11,204 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Asn1/RossStandart/ClpRosstandartObjectIdentifiers.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/Asn1/RossStandart/ClpRosstandartObjectIdentifiers.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/Asn1/RossStandart/ClpRosstandartObjectIdentifiers.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... | 35.681529 | 87 | 0.771242 |
85bae973092b6e5eb4d84d4b7f4206577c52b891 | 3,564 | pas | Pascal | DUnitX.InternalInterfaces.pas | staticcat/DUnitX | 40060ebdd4d7851afbb9e8ca3dca69164e737221 | [
"Apache-2.0"
] | 1 | 2015-04-27T20:44:28.000Z | 2015-04-27T20:44:28.000Z | DUnitX.InternalInterfaces.pas | staticcat/DUnitX | 40060ebdd4d7851afbb9e8ca3dca69164e737221 | [
"Apache-2.0"
] | null | null | null | DUnitX.InternalInterfaces.pas | staticcat/DUnitX | 40060ebdd4d7851afbb9e8ca3dca69164e737221 | [
"Apache-2.0"
] | 2 | 2018-03-11T00:08:35.000Z | 2018-11-01T07:06:41.000Z | {***************************************************************************}
{ }
{ DUnitX }
{ }
{ ... | 40.044944 | 99 | 0.478395 |
612bf1b7d3caa0f51e4f04ab5172aac194a26ce6 | 2,194 | pas | Pascal | Process/Warnings/WarnRealType.pas | coolchyni/jcf-cli | 69fd71b962fd1c1386ec4939e94dab70568bf7e6 | [
"MIT"
] | 22 | 2018-05-31T23:01:15.000Z | 2021-11-16T11:25:36.000Z | Process/Warnings/WarnRealType.pas | luridarmawan/jcf-cli | aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02 | [
"MIT"
] | 1 | 2018-08-14T21:15:51.000Z | 2018-08-15T12:42:58.000Z | Process/Warnings/WarnRealType.pas | luridarmawan/jcf-cli | aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02 | [
"MIT"
] | 6 | 2018-05-31T06:31:55.000Z | 2022-02-19T03:04:14.000Z | unit WarnRealType;
{ AFS 30 Dec 2002
simple warner - these types are obsolete
}
{(*}
(*------------------------------------------------------------------------------
Delphi Code formatter source code
The Original Code is WarnRealType, released May 2003.
The Initial Developer of the Original Code is Anthony Stee... | 26.756098 | 81 | 0.694622 |
aa863bce3e45a6931f041b246dd70aa51ee17168 | 209 | pas | Pascal | laborator5/ex5_p9.pas | godzzilamd/.pas | 6b12ca06a50d36f0b499df8dd99df71d55cb5cee | [
"MIT"
] | null | null | null | laborator5/ex5_p9.pas | godzzilamd/.pas | 6b12ca06a50d36f0b499df8dd99df71d55cb5cee | [
"MIT"
] | null | null | null | laborator5/ex5_p9.pas | godzzilamd/.pas | 6b12ca06a50d36f0b499df8dd99df71d55cb5cee | [
"MIT"
] | null | null | null | Program P1;
var i:byte = 0;
S:single = 0;
begin
Randomize;
while i < 5 do
Begin
S :=S + Random(10) * Random(10);
inc(i);
end;
writeln('A cincea incercare are valoarea de : ', S:2:2);
readln;
end. | 13.933333 | 56 | 0.607656 |
85693e0baf284970550a41ff27d7d1829ff2655d | 2,422 | pas | Pascal | src/Forms/UFRMNewPrivateKeyType.pas | specialista/Cuki-CoinWallet | 2a7bbbaa106fa9349dec85c2d7553d57bd0ab8d9 | [
"MIT"
] | null | null | null | src/Forms/UFRMNewPrivateKeyType.pas | specialista/Cuki-CoinWallet | 2a7bbbaa106fa9349dec85c2d7553d57bd0ab8d9 | [
"MIT"
] | null | null | null | src/Forms/UFRMNewPrivateKeyType.pas | specialista/Cuki-CoinWallet | 2a7bbbaa106fa9349dec85c2d7553d57bd0ab8d9 | [
"MIT"
] | 1 | 2018-07-15T15:15:19.000Z | 2018-07-15T15:15:19.000Z | unit UFRMNewPrivateKeyType;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
{ Copyright (c) 2017 by MicroCoin Developers
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
}
interface
uses
{$IFnDEF FPC}
Windows,
{$ELSE}
LCLIn... | 23.980198 | 104 | 0.747316 |
857e7970d6cc11efb415d162eb23eda0eec5848c | 6,735 | pas | Pascal | files/lib/ModbusLib/MBRTUMasterDispatcher/MBRTUPortAdapter.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2021-06-24T13:09:19.000Z | 2021-06-24T13:09:19.000Z | files/lib/ModbusLib/MBRTUMasterDispatcher/MBRTUPortAdapter.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | null | null | null | files/lib/ModbusLib/MBRTUMasterDispatcher/MBRTUPortAdapter.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2020-06-30T09:55:31.000Z | 2020-06-30T09:55:31.000Z | unit MBRTUPortAdapter;
{$mode objfpc}{$H+}
interface
uses Classes, SysUtils, syncobjs, contnrs,
LoggerItf,
MBRTUMasterDispatcherTypes, MBRTURequestBase,
MBRTUObjItf,
MBRTUPortThread;
type
{ TMBRTUPortAdapter }
TMBRTUPortAdapter = class(TObjectLogged)
private
FCSection : TCrit... | 24.67033 | 106 | 0.721455 |
8582ab9dc7bbea1d05fb33c9573fedcbb723b7c5 | 3,263 | pas | Pascal | source/Logging/Fido.Logging.Utils.pas | sonjli/FidoLib | d86c5bdf97e13cd2317ace207a6494da6cfe92f3 | [
"MIT"
] | 27 | 2021-09-26T18:14:51.000Z | 2022-01-04T09:26:42.000Z | source/Logging/Fido.Logging.Utils.pas | sonjli/FidoLib | d86c5bdf97e13cd2317ace207a6494da6cfe92f3 | [
"MIT"
] | 5 | 2021-11-08T19:20:29.000Z | 2022-01-29T18:50:23.000Z | source/Logging/Fido.Logging.Utils.pas | sonjli/FidoLib | d86c5bdf97e13cd2317ace207a6494da6cfe92f3 | [
"MIT"
] | 7 | 2021-09-26T17:30:40.000Z | 2022-02-14T02:19:05.000Z | (*
* Copyright 2021 Mirko Bianco (email: writetomirko@gmail.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use,... | 29.133929 | 149 | 0.742568 |
6ad9316e18da9e8891f94e4377c56a4a337b29ae | 1,376 | dfm | Pascal | app/appcmn/confdlg.dfm | mws-rmain/RTKLIB | 3cd1f799b04da433f29473332c250b0518aa762c | [
"BSD-2-Clause"
] | 2 | 2021-11-06T07:23:27.000Z | 2021-11-07T14:29:21.000Z | app/appcmn/confdlg.dfm | hadisehamiri/RTKLIB | ac6fa168c34c788bb0ad72e24a9d196bbc7d272b | [
"BSD-2-Clause"
] | null | null | null | app/appcmn/confdlg.dfm | hadisehamiri/RTKLIB | ac6fa168c34c788bb0ad72e24a9d196bbc7d272b | [
"BSD-2-Clause"
] | 3 | 2020-09-28T02:42:26.000Z | 2020-09-28T09:01:08.000Z | object ConfDialog: TConfDialog
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Confirmation'
ClientHeight = 95
ClientWidth = 315
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
O... | 19.942029 | 42 | 0.623547 |
859b0c6c5711dd4d044d9e74c08d016f08938d34 | 16,254 | pas | Pascal | windows/src/ext/jedi/jwa/branches/2.3/Win32API/JwaMsTask.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jwa/branches/2.3/Win32API/JwaMsTask.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jwa/branches/2.3/Win32API/JwaMsTask.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {******************************************************************************}
{ }
{ Microsoft Task Scheduler API interface Unit for Object Pascal }
{ ... | 37.8 | 125 | 0.692876 |
8529b50e0af577b30a03d442307883c47037554d | 3,155 | dfm | Pascal | Catalogos/PersonasPerfilesEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | null | null | null | Catalogos/PersonasPerfilesEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 51 | 2018-07-25T15:39:25.000Z | 2021-04-21T17:40:57.000Z | Catalogos/PersonasPerfilesEdit.dfm | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 1 | 2021-02-23T17:27:06.000Z | 2021-02-23T17:27:06.000Z | inherited frmPersonasPerfilesEdit: TfrmPersonasPerfilesEdit
Caption = 'Perfil'
ClientHeight = 443
ExplicitWidth = 444
ExplicitHeight = 472
PixelsPerInch = 96
TextHeight = 13
inherited pcMain: TcxPageControl
Height = 402
ExplicitHeight = 402
ClientRectBottom = 400
inherited tsGen... | 24.648438 | 60 | 0.53851 |
6ae098c1ebcea2f5f429aa78edb10e707464bd83 | 2,069 | pas | Pascal | const.pas | GSoftwareDevelopment/Mole | 419c61a60dc01aa278cc10b9cf40f13524328220 | [
"MIT",
"Unlicense"
] | 2 | 2021-05-18T19:51:08.000Z | 2021-07-23T20:06:14.000Z | const.pas | GSoftwareDevelopment/Mole | 419c61a60dc01aa278cc10b9cf40f13524328220 | [
"MIT",
"Unlicense"
] | null | null | null | const.pas | GSoftwareDevelopment/Mole | 419c61a60dc01aa278cc10b9cf40f13524328220 | [
"MIT",
"Unlicense"
] | null | null | null | stateStop = %00000000; // mole do nothing
stateEat = %10000000; // mole eat block
stateFallen = %01000000; // mole fallen low
stateJump = %00100000; // mole is jump
stateMove = %00010000; // mole in move
dirLeft = %00000000; // 0-left
dirRight = %00001000; // 1-right
maskState = %01110000; // state ma... | 22.736264 | 107 | 0.634606 |
6194a0f8bf1fe90632274b6b798e6ca40df18ff0 | 598 | pas | Pascal | src/test/samples/pascal.pas | GuillaumeIsabelleX/better-comments | d5b6c6fb476f8319f8fa52c9a04c86212f0f6d22 | [
"MIT"
] | 4 | 2019-05-08T09:29:36.000Z | 2021-11-08T12:08:54.000Z | src/test/samples/pascal.pas | GuillaumeIsabelleX/better-comments | d5b6c6fb476f8319f8fa52c9a04c86212f0f6d22 | [
"MIT"
] | 2 | 2019-04-27T10:02:45.000Z | 2019-04-27T10:15:03.000Z | src/test/samples/pascal.pas | GuillaumeIsabelleX/better-comments | d5b6c6fb476f8319f8fa52c9a04c86212f0f6d22 | [
"MIT"
] | null | null | null | {$mode objfpc}{$H+}{$J-}
unit AnotherUnit;
interface
uses Classes;
{ The "TComponent" type (class) is defined in the Classes unit.
That's why we had to use the Classes unit above. }
procedure DoSomethingWithComponent(var C: TComponent);
implementation
// ! hello world
uses SysUtils;
procedure DoSo... | 24.916667 | 74 | 0.715719 |
6a8bcba2865d24ef2725a8372e78db16777ea18e | 3,858 | dfm | Pascal | Unit1.dfm | BerkSpar/mercado-libre-tester | 011d92ea8b334e9868ea3d6da54e1000d8120207 | [
"MIT"
] | null | null | null | Unit1.dfm | BerkSpar/mercado-libre-tester | 011d92ea8b334e9868ea3d6da54e1000d8120207 | [
"MIT"
] | null | null | null | Unit1.dfm | BerkSpar/mercado-libre-tester | 011d92ea8b334e9868ea3d6da54e1000d8120207 | [
"MIT"
] | null | null | null | object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 402
ClientWidth = 540
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
... | 18.028037 | 54 | 0.594609 |
6a64d0ed1885489b039602bd36f5a3d67f8ed14c | 53,966 | dfm | Pascal | U_Requisica.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | 1 | 2020-10-12T03:12:22.000Z | 2020-10-12T03:12:22.000Z | U_Requisica.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | null | null | null | U_Requisica.dfm | jorgerodriguesdev/SIG02 | 77d8e098ec5040fa313d7dc3741f740339994650 | [
"MIT"
] | 1 | 2019-12-09T04:42:45.000Z | 2019-12-09T04:42:45.000Z | object F_Requisicao: TF_Requisicao
Left = 1
Top = 108
BorderStyle = bsDialog
Caption = 'Requisi'#231#227'o de Material'
ClientHeight = 409
ClientWidth = 791
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.S... | 54.074148 | 82 | 0.802691 |
85711418df0f63712537e737206a10864ee3fd3b | 1,615 | pas | Pascal | src/WriteConcern.pas | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 17 | 2015-03-23T18:44:45.000Z | 2019-11-25T07:36:55.000Z | src/WriteConcern.pas | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 6 | 2015-04-15T00:03:39.000Z | 2018-04-02T02:08:04.000Z | src/WriteConcern.pas | polatkan/Delphi-Mongo | b236c142e46ad2c48e9df57ef7732eacb8dc9fba | [
"Apache-2.0"
] | 13 | 2015-04-12T04:29:42.000Z | 2020-07-01T03:39:44.000Z | {***************************************************************************}
{ }
{ Mongo Delphi Driver }
{ }
{ ... | 46.142857 | 77 | 0.344272 |
85c61e1d53ebd782650968f2b2f8987b65786dba | 2,744 | pas | Pascal | source/server/frmServerGUIU.pas | littleearth/net-reflector | 5de5ef92e2177fef0758340f62370e2b69618c15 | [
"Apache-2.0"
] | 8 | 2017-11-20T19:55:36.000Z | 2021-06-10T14:12:24.000Z | source/server/frmServerGUIU.pas | littleearth/net-reflector | 5de5ef92e2177fef0758340f62370e2b69618c15 | [
"Apache-2.0"
] | null | null | null | source/server/frmServerGUIU.pas | littleearth/net-reflector | 5de5ef92e2177fef0758340f62370e2b69618c15 | [
"Apache-2.0"
] | 5 | 2017-11-21T03:54:29.000Z | 2021-06-13T08:55:19.000Z | unit frmServerGUIU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, VCL.Graphics, VCL.Controls, VCL.Forms, VCL.Dialogs,
ReflectorsU, VCL.Buttons, System.Actions, VCL.ActnList,
VCL.ComCtrls,
System.UITypes, VCL.ExtCtrls,
VCL.Imaging.jpeg, Vcl.ToolWin;
type... | 22.866667 | 69 | 0.747813 |
8596a716cfe0159078ad06dbb4e014d64a1d0a7e | 11,011 | dfm | Pascal | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFIN_CadastroTarifaBancariaWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 1 | 2020-05-07T07:51:27.000Z | 2020-05-07T07:51:27.000Z | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFIN_CadastroTarifaBancariaWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | null | null | null | Projects/CL.Ag5/Source/CL.Ag5Client/Financeiro/Movimento/UFIN_CadastroTarifaBancariaWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 3 | 2020-02-17T18:01:52.000Z | 2020-05-07T07:51:28.000Z | inherited FIN_CadastroTarifaBancariaWizard: TFIN_CadastroTarifaBancariaWizard
Left = 502
Top = 278
Caption = 'Cadastro de Tarifa Banc'#225'ria'
ClientHeight = 268
ClientWidth = 523
ActionList.Top = 8
ExplicitWidth = 529
ExplicitHeight = 297
PixelsPerInch = 96
TextHeight = 13
inherited _pnlForm: TJ... | 33.066066 | 77 | 0.632549 |
85bb106b1fb763c2de8ecb780eb550ca468403a4 | 26,607 | pas | Pascal | Source/Gold/Gold.pas | remobjects/GoldBaseLibrary | eff554973955b774f60bbeeb757ef515007a0b61 | [
"BSD-2-Clause"
] | null | null | null | Source/Gold/Gold.pas | remobjects/GoldBaseLibrary | eff554973955b774f60bbeeb757ef515007a0b61 | [
"BSD-2-Clause"
] | null | null | null | Source/Gold/Gold.pas | remobjects/GoldBaseLibrary | eff554973955b774f60bbeeb757ef515007a0b61 | [
"BSD-2-Clause"
] | 3 | 2019-07-18T06:54:40.000Z | 2020-06-15T16:55:35.000Z | namespace go.builtin;
uses
go.builtin
{$IFDEF ECHOES} , System.Linq, System.Collections, System.Collections.Generic{$ENDIF}
;
type
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple := true)]
PackageNameAttribute = public class(Attribute)
public
constructor(aNamespace, aName: System... | 27.919203 | 179 | 0.587364 |
618465e60c35830143b316da73dee4232650109d | 4,701 | pas | Pascal | Client/fXModelInsertSpecModelVariantNo.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fXModelInsertSpecModelVariantNo.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fXModelInsertSpecModelVariantNo.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit fXModelInsertSpecModelVariantNo;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
fGridForm, Menus, JvButtons, ImgList, ParamDataSet, ActnList,
Db, DBClient, AbmesClientDataSet, GridsEh, DBGridEh, AbmesDBGrid, DBCtrls,
ColorNavigator, Buttons, StdCtrls, Ex... | 34.313869 | 107 | 0.768773 |
850c87a82bf4d5ca541fde63440fafbad21655b5 | 23,261 | dfm | Pascal | Source/LowDPI/CodeCoverage.Images.DM.dfm | interestingitems/DelphiCodeCoveragePlugin | 2bb32123ae1ea575f072d452d71fe68661a2b0c4 | [
"MIT"
] | 5 | 2021-10-21T04:30:29.000Z | 2022-01-20T20:37:53.000Z | Source/LowDPI/CodeCoverage.Images.DM.dfm | interestingitems/DelphiCodeCoveragePlugin | 2bb32123ae1ea575f072d452d71fe68661a2b0c4 | [
"MIT"
] | 3 | 2021-10-21T09:20:10.000Z | 2021-11-09T13:14:35.000Z | Source/LowDPI/CodeCoverage.Images.DM.dfm | interestingitems/DelphiCodeCoveragePlugin | 2bb32123ae1ea575f072d452d71fe68661a2b0c4 | [
"MIT"
] | 1 | 2021-10-21T04:32:39.000Z | 2021-10-21T04:32:39.000Z | object dmCodeCoverageImages: TdmCodeCoverageImages
OldCreateOrder = True
Height = 336
Width = 536
object Images: TPngImageList
PngImages = <
item
Background = clWindow
Name = 'NoCoverage'
PngImage.Data = {
89504E470D0A1A0A0000000D49484452000000100000001008060000001FF3... | 70.274924 | 74 | 0.846223 |
856e01af02dd9242c4d429397f5010248678e906 | 174 | pas | Pascal | Test/FailureScripts/multi_dim_dyn_array1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/multi_dim_dyn_array1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/multi_dim_dyn_array1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | var i := new Integer[False,"aze",2];
var j : array of array of String;
j := new String[2];
j := new String[2, 3];
j := new String[2, 3, 4];
j := new Integer[2, 3]; | 19.333333 | 37 | 0.551724 |
8577c78721b572b149a88fcb9793b3f4d9b868ad | 3,620 | pas | Pascal | samples/LocalCache4D/Unit2.pas | atkins126/localcache4d | 58faa064315761c64b85976bdedfddd80d1c8c7b | [
"MIT"
] | 13 | 2021-03-29T11:25:58.000Z | 2021-11-09T11:52:34.000Z | samples/LocalCache4D/Unit2.pas | atkins126/localcache4d | 58faa064315761c64b85976bdedfddd80d1c8c7b | [
"MIT"
] | null | null | null | samples/LocalCache4D/Unit2.pas | atkins126/localcache4d | 58faa064315761c64b85976bdedfddd80d1c8c7b | [
"MIT"
] | 4 | 2021-03-27T23:06:39.000Z | 2021-09-25T02:28:32.000Z | unit Unit2;
interface
uses
Winapi.Windows,
Winapi.Messages,
System.SysUtils,
System.Variants,
System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs,
Vcl.StdCtrls,
Vcl.ExtCtrls,
LocalCache4D,
Vcl.Grids,
Vcl.ValEdit;
type
TForm2 = class(TForm)
Button1: TButton;
Button... | 22.767296 | 87 | 0.759669 |
85a3e7bfeb23a877d878bb277be1d79462d35853 | 14,453 | pas | Pascal | src/uFormDesignerFile.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | src/uFormDesignerFile.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | src/uFormDesignerFile.pas | rarnu/golcl-liblcl | 6f238af742857921062365656a1b13b44b2330ce | [
"Apache-2.0"
] | null | null | null | //----------------------------------------
//
// Copyright © ying32. All Rights Reserved.
//
// Licensed under Lazarus.modifiedLGPL
//
//----------------------------------------
// 设计器gfm文件格式,这里是加密格式,至于为啥使用加密的,一
// 开始是做了外部gfm文件加载,防止项目发布使用了外部文件随意被修改,所以没有公开相关的
unit uFormDesignerFile;
{$I ExtDecl.inc}
interface
uses... | 26.964552 | 112 | 0.66436 |
850056354335ee1bdbcff8e5e76e1a0c59a8b420 | 303 | dpr | Pascal | Delphi/GetWebPage/GetWebPage.dpr | FChrisF/LLCL-samples | bbf3c6b34b2a9fd029045396c5b98bcd100e8660 | [
"MIT"
] | 3 | 2015-12-06T15:28:48.000Z | 2016-12-16T08:23:50.000Z | Delphi/GetWebPage/GetWebPage.dpr | FChrisF/LLCL-samples | bbf3c6b34b2a9fd029045396c5b98bcd100e8660 | [
"MIT"
] | null | null | null | Delphi/GetWebPage/GetWebPage.dpr | FChrisF/LLCL-samples | bbf3c6b34b2a9fd029045396c5b98bcd100e8660 | [
"MIT"
] | 6 | 2017-07-16T21:27:43.000Z | 2020-06-30T22:23:45.000Z | program GetWebPage;
// HTTP Get/Post using Indy
// Copyright (c) 2015 ChrisF
// Distributed under the terms of the MIT license: see LICENSE.txt
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 15.947368 | 66 | 0.716172 |
853594fff4df13413f1abc3c366feca2132a3b61 | 289 | dpr | Pascal | TetrisWar/dprTetrisWarServer.dpr | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | TetrisWar/dprTetrisWarServer.dpr | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | TetrisWar/dprTetrisWarServer.dpr | morrigan-dev/bbst | b9cacf3ec01af2b3e65064755d91b99aca25fb29 | [
"Apache-2.0"
] | null | null | null | program dprTetrisWarServer;
uses
Forms,
unitServer in 'unitServer.pas' {frmTetrisWarServer};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TfrmTetrisWarServer, frmTetrisWarServer);
Application.Run;
end.
| 19.266667 | 67 | 0.740484 |
614af87c095b0de86fa44af22946310f1ce0e109 | 261 | pas | Pascal | r8-calculator/test.pas | pedrocunial/pascal-compiler | e6551866d0a57b37caf834ff7ae4d37b732f9332 | [
"MIT"
] | null | null | null | r8-calculator/test.pas | pedrocunial/pascal-compiler | e6551866d0a57b37caf834ff7ae4d37b732f9332 | [
"MIT"
] | null | null | null | r8-calculator/test.pas | pedrocunial/pascal-compiler | e6551866d0a57b37caf834ff7ae4d37b732f9332 | [
"MIT"
] | null | null | null | program xdk;
var
x: integer
function daba(n : integer; i: boolean ): integer;
var j :integer
j := 2;
daba := j
while j < n do
begin
if i then
print(j)
j := j - 1;
end
begin
x := read();
print(daba(x, true))
end.
| 11.863636 | 49 | 0.51341 |
851f1fa2d71b9afc17df572f0851837e96185986 | 5,539 | pas | Pascal | Source/Common/ConnectionCOM/BoldComConnection.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 121 | 2020-09-22T10:46:20.000Z | 2021-11-17T12:33:35.000Z | Source/Common/ConnectionCOM/BoldComConnection.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 8 | 2020-09-23T12:32:23.000Z | 2021-07-28T07:01:26.000Z | Source/Common/ConnectionCOM/BoldComConnection.pas | LenakeTech/BoldForDelphi | 3ef25517d5c92ebccc097c6bc2f2af62fc506c71 | [
"MIT"
] | 42 | 2020-09-22T14:37:20.000Z | 2021-10-04T10:24:12.000Z | unit BoldComConnection;
interface
uses
ActiveX;
const
CATID_BoldServer: TGUID = '{E07B7DF1-77D2-11D2-B7E0-00600871B01B}';
const
EVENT_DISCONNECT = 0;
EVENT_SUBSCRIPTION = 1;
function BoldComConnectionTypeLibrary: ITypeLib;
// -----------------------------------------------------------------------------
//... | 38.465278 | 113 | 0.538545 |
8580810d06ce9eca3cab2208354f1556c92449b3 | 477 | dfm | Pascal | Components/JVCL/examples/RaLib/RaInterpreterDynamicLoad/MainForm.dfm | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/RaLib/RaInterpreterDynamicLoad/MainForm.dfm | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/RaLib/RaInterpreterDynamicLoad/MainForm.dfm | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | object Main: TMain
Left = 404
Top = 118
Width = 179
Height = 192
Caption = 'Main'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object RunDyn... | 18.346154 | 32 | 0.641509 |
85c419c16e0212c3243d913abdf310ab410a9f6a | 7,737 | pas | Pascal | ProjectForms/JOSE.Core.Base.pas | bravesoftdz/Simple-REST-Server | ca3e9462a4148f0338734d11f34af705277659c1 | [
"MIT"
] | 1 | 2019-07-24T05:12:12.000Z | 2019-07-24T05:12:12.000Z | ProjectForms/JOSE.Core.Base.pas | pdaszewski/Simple-REST-Server | ca3e9462a4148f0338734d11f34af705277659c1 | [
"MIT"
] | null | null | null | ProjectForms/JOSE.Core.Base.pas | pdaszewski/Simple-REST-Server | ca3e9462a4148f0338734d11f34af705277659c1 | [
"MIT"
] | 2 | 2019-07-24T05:12:13.000Z | 2019-10-24T03:34:35.000Z | {******************************************************************************}
{ }
{ Delphi JOSE Library }
{ Copyright (c) 2015-2017 Paolo Rossi ... | 27.339223 | 98 | 0.653871 |
854b34e0b5eb3985ba691d264b86f601ce618507 | 1,920 | pas | Pascal | Section 4/Video04/CompressionWithStreams/MainFormU.pas | PacktPublishing/Delphi-Solutions---Part-1 | 7fba76e1fceb3bd2eab01dc6817290df4d084a8b | [
"MIT"
] | 3 | 2019-07-14T03:56:34.000Z | 2021-10-02T03:20:03.000Z | Section 4/Video04/CompressionWithStreams/MainFormU.pas | PacktPublishing/Delphi-Solutions---Part-1 | 7fba76e1fceb3bd2eab01dc6817290df4d084a8b | [
"MIT"
] | null | null | null | Section 4/Video04/CompressionWithStreams/MainFormU.pas | PacktPublishing/Delphi-Solutions---Part-1 | 7fba76e1fceb3bd2eab01dc6817290df4d084a8b | [
"MIT"
] | 2 | 2020-01-28T09:02:17.000Z | 2020-06-27T15:11:55.000Z | unit MainFormU;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TMainForm = class(TForm)
btnCompress: TButton;
btnDeCompress: TButton;
procedure btnCompressClick(Sender: TObject)... | 20.210526 | 98 | 0.711979 |
611063e052496e2b5702cd0282e6a250faac75eb | 983 | dfm | Pascal | src/editors/LevelEditor/previewimage.dfm | acidicMercury8/xray-1.5 | ae094d82b76a8ce916e196654c163894bbf00146 | [
"Linux-OpenIB"
] | 10 | 2021-05-04T06:40:27.000Z | 2022-01-20T20:24:28.000Z | src/editors/LevelEditor/previewimage.dfm | acidicMercury8/xray-1.5 | ae094d82b76a8ce916e196654c163894bbf00146 | [
"Linux-OpenIB"
] | null | null | null | src/editors/LevelEditor/previewimage.dfm | acidicMercury8/xray-1.5 | ae094d82b76a8ce916e196654c163894bbf00146 | [
"Linux-OpenIB"
] | 2 | 2021-11-07T16:57:19.000Z | 2021-12-05T13:17:12.000Z | object frmPreviewImage: TfrmPreviewImage
Left = 440
Top = 343
BorderStyle = bsToolWindow
Caption = 'Image Viewer'
ClientHeight = 258
ClientWidth = 256
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style =... | 21.844444 | 41 | 0.618515 |
172e954a62cd2cb4afc830b774fbf9d5981b50dd | 39,068 | pas | Pascal | lib/f1Code.pas | chupor3d/delphi | b797ac2b91cf58e8058838a6b6a598807df4dcbb | [
"BSD-2-Clause"
] | 5 | 2015-04-19T01:57:22.000Z | 2021-10-18T02:34:08.000Z | lib/f1Code.pas | chupor3d/delphi | b797ac2b91cf58e8058838a6b6a598807df4dcbb | [
"BSD-2-Clause"
] | null | null | null | lib/f1Code.pas | chupor3d/delphi | b797ac2b91cf58e8058838a6b6a598807df4dcbb | [
"BSD-2-Clause"
] | 3 | 2017-02-06T08:30:43.000Z | 2021-02-26T15:43:06.000Z | unit f1Code;
{$WEAKPACKAGEUNIT ON}
{
* The Original Code is Fastcode
* The Initial Developer of the Original Code is Fastcode
}
interface
function f1Pos(const SubStr, Str: string): integer; register; overload;
function f1PosEx(const SubStr, Str: string; Offset: integer = 1): integer; register; overload;
function f... | 31.304487 | 113 | 0.626139 |
17da143cb8556f4e711017ee9aee730b84db8c12 | 3,637 | pas | Pascal | rxn_networks/uSelectedObjects.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | rxn_networks/uSelectedObjects.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | 2 | 2022-03-25T23:15:54.000Z | 2022-03-25T23:27:20.000Z | rxn_networks/uSelectedObjects.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | unit uSelectedObjects;
interface
Uses SysUtils, Classes, uNetwork, Types, uNetworkTypes, System.Generics.Collections;
type
TObjectType = (oNone, oNode, oReaction);
TObjectInformation = class (TObject)
objType : TObjectType;
node : TNode;
reaction : TReaction;
handleCoords : TPointF;
a... | 24.910959 | 101 | 0.653836 |
6a904ebdc0ee784bf2b8f7fca5506d8ecd7dda02 | 1,770 | pas | Pascal | MozaaEXT_DOS_Emulator/Cpu/jumpfar.pas | delphi-pascal-archive/mozaa-ext-dos-emulator | 392778470d9a0a612de90bf78bfd7f6b29535ade | [
"Unlicense"
] | null | null | null | MozaaEXT_DOS_Emulator/Cpu/jumpfar.pas | delphi-pascal-archive/mozaa-ext-dos-emulator | 392778470d9a0a612de90bf78bfd7f6b29535ade | [
"Unlicense"
] | null | null | null | MozaaEXT_DOS_Emulator/Cpu/jumpfar.pas | delphi-pascal-archive/mozaa-ext-dos-emulator | 392778470d9a0a612de90bf78bfd7f6b29535ade | [
"Unlicense"
] | null | null | null | { ****************************************************************************** }
{ Mozaa 0.95 - Virtual PC emulator - developed by Massimiliano Boidi 2003 - 2004 }
{ ****************************************************************************** }
{ For any question write to info@mozaa.org }
(* **** *)
uni... | 27.65625 | 84 | 0.544633 |
85ac03b88c3cf120a490631f8595f7485283b4ad | 2,441 | pas | Pascal | delphi/0127.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | delphi/0127.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | delphi/0127.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Here is a unit that creates a row of buttons and a label at run time and
displays which button is clicked on. Thanks go to a number of people who pushed
me in the right direction. Like all things in programing 'it's obvious when you
know how'!
All you need to do is start a new project, then paste all the cod... | 28.383721 | 86 | 0.569848 |
859576d90a9e9979e437fd12a45c75865144d0c7 | 13,919 | pas | Pascal | ActiveCallPopup.pas | mdsystems/CallCentreRdp | 4018f73af870884b374287bafa8dfe047d82d34c | [
"MIT"
] | 2 | 2020-02-01T11:13:33.000Z | 2021-05-30T06:14:33.000Z | ActiveCallPopup.pas | mdsystems/CallCentreRdp | 4018f73af870884b374287bafa8dfe047d82d34c | [
"MIT"
] | null | null | null | ActiveCallPopup.pas | mdsystems/CallCentreRdp | 4018f73af870884b374287bafa8dfe047d82d34c | [
"MIT"
] | 2 | 2020-03-24T00:33:33.000Z | 2021-05-30T06:14:41.000Z | {
Copyright 2015-2019 Micro Data Systems Ltd
Contact: support@microdata.systems
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation ... | 31.419865 | 154 | 0.71873 |
8515d18542bb81730ad9d1aba2b0dfe4be958ca4 | 2,734 | pas | Pascal | Tools/FileCheck/FileCheckFrm.pas | PassByYou888/ZNet | 8f5439ec275ee4eb5d68e00c33675e6117379fcf | [
"BSD-3-Clause"
] | 24 | 2022-01-20T13:59:38.000Z | 2022-03-25T01:11:43.000Z | Tools/FileCheck/FileCheckFrm.pas | lovong/ZNet | ad67382654ea1979c316c2dc9716fd6d8509f028 | [
"BSD-3-Clause"
] | null | null | null | Tools/FileCheck/FileCheckFrm.pas | lovong/ZNet | ad67382654ea1979c316c2dc9716fd6d8509f028 | [
"BSD-3-Clause"
] | 5 | 2022-01-20T14:44:24.000Z | 2022-02-13T10:07:38.000Z | unit FileCheckFrm;
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.FileCtrl, Vcl.ComCtrls,
System.IOUtils,
Z.Core,
Z.PascalStrings, Z.UPascalStrings, Z.UnicodeMixedLib, Z.S... | 25.314815 | 98 | 0.663862 |
85a1f1bb070423ee24bf8bbfbb80386ce0a8aa5f | 4,707 | pas | Pascal | Libraries/Spring4D/Source/Core/Container/Spring.Container.ProxyFactory.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | 2 | 2020-01-04T08:19:10.000Z | 2020-02-19T22:25:38.000Z | Libraries/Spring4D/Source/Core/Container/Spring.Container.ProxyFactory.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | null | null | null | Libraries/Spring4D/Source/Core/Container/Spring.Container.ProxyFactory.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | 1 | 2020-02-19T22:25:42.000Z | 2020-02-19T22:25:42.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 35.931298 | 93 | 0.586573 |
85c2377a594fb0a1c2bffc752f9780b5411f76e6 | 16,961 | pas | Pascal | GitHubLib/Source/JD.GitHub.Intf.pas | djjd47130/GitHubBackup | 69be9b97a018dfd1ea56b6b626ac60c00557cbd5 | [
"MIT"
] | 5 | 2019-07-01T06:38:33.000Z | 2021-06-04T07:39:10.000Z | GitHubLib/Source/JD.GitHub.Intf.pas | djjd47130/GitHubBackup | 69be9b97a018dfd1ea56b6b626ac60c00557cbd5 | [
"MIT"
] | 65 | 2019-06-30T18:11:12.000Z | 2019-08-25T02:01:07.000Z | GitHubLib/Source/JD.GitHub.Intf.pas | djjd47130/GitHubBackup | 69be9b97a018dfd1ea56b6b626ac60c00557cbd5 | [
"MIT"
] | 2 | 2020-06-23T00:57:58.000Z | 2020-09-01T19:44:56.000Z | unit JD.GitHub.Intf;
interface
type
IStringArray = interface;
IGitHubUser = interface;
IGitHubLicense = interface;
IGitHubPermissions = interface;
IGitHubRepo = interface;
IGitHubRepos = interface;
//Done
IStringArray = interface
['{4BFD3E22-EF0E-49F5-9599-0C26852B3A76}']
procedure Add(const ... | 46.596154 | 92 | 0.775603 |
8591853af6731805f50f695b66e0d38cb036f45b | 6,611 | pas | Pascal | graphics/0089.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | graphics/0089.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | graphics/0089.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
This is my plasma code. Written here for windows 24bit mode. There's
some comments in it. It had a problem. I tried to fix it. Couldn't.
Deleted some POSITIVELY ABSOLUTELY ESSENTIAL bits of code, and the
problem went away. Don't ask me, I just wrote it.
You should be able to put it to palette based code pretty... | 29.382222 | 110 | 0.626985 |
8542f1f54f9d3282b86960e86a37dc7a45288acd | 4,367 | dfm | Pascal | SodukuFrame.dfm | bero/Soduku | c0c4b708df73b1ab51e460d0d65be9ae437bd332 | [
"Apache-2.0"
] | null | null | null | SodukuFrame.dfm | bero/Soduku | c0c4b708df73b1ab51e460d0d65be9ae437bd332 | [
"Apache-2.0"
] | null | null | null | SodukuFrame.dfm | bero/Soduku | c0c4b708df73b1ab51e460d0d65be9ae437bd332 | [
"Apache-2.0"
] | null | null | null | object FrameSoduku: TFrameSoduku
Left = 0
Top = 0
Width = 320
Height = 240
TabOrder = 0
object pnlSoduku: TGridPanel
Left = 0
Top = 0
Width = 320
Height = 240
Align = alClient
ColumnCollection = <
item
Value = 33.333333333333340000
end
item
Value = 3... | 20.124424 | 37 | 0.516602 |
61dd3baa5f49326f9622104e34344bcb1cd0d8cd | 19,177 | pas | Pascal | zengl_fork/ZenGL.pas | stiratel/zengl_fork | 4ab6c9f85d7beeaabe2cf535d4ef88761d0b49b6 | [
"Zlib"
] | null | null | null | zengl_fork/ZenGL.pas | stiratel/zengl_fork | 4ab6c9f85d7beeaabe2cf535d4ef88761d0b49b6 | [
"Zlib"
] | null | null | null | zengl_fork/ZenGL.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... | 38.201195 | 79 | 0.610106 |
6a525fcb0652bb1022dbdfae7413dde0382d70ea | 2,042 | pas | Pascal | Oxygene/Echoes/Language/Linq/LinqToSQL/Properties/AssemblyInfo.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 19 | 2016-04-09T12:40:27.000Z | 2022-02-22T12:15:03.000Z | Oxygene/Echoes/Language/Linq/LinqToSQL/Properties/AssemblyInfo.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 3 | 2017-09-05T09:31:29.000Z | 2019-09-11T04:49:27.000Z | Oxygene/Echoes/Language/Linq/LinqToSQL/Properties/AssemblyInfo.pas | remobjects/ElementsSamples | 744647f59424c18ccb06c0c776b2dcafdabb0513 | [
"MIT"
] | 11 | 2016-12-29T19:30:39.000Z | 2021-08-31T12:20:27.000Z | namespace WindowsApplication6;
interface
uses
System.Reflection,
System.Resources,
System.Runtime.InteropServices;
[assembly: AssemblyTitle('')]
[assembly: AssemblyDescription('')]
[assembly: AssemblyConfiguration('')]
[assembly: AssemblyCompany('')]
[assembly: AssemblyProduct('')]
[assembly: AssemblyCopyrigh... | 38.528302 | 85 | 0.709598 |
6aef48938248795a70073274ff5451e027292689 | 182 | dpr | Pascal | src/cblayout/cblayout.dpr | bsimser/cbs | d7c78fb0fa179141ce623e9110982bab891f1602 | [
"MIT"
] | null | null | null | src/cblayout/cblayout.dpr | bsimser/cbs | d7c78fb0fa179141ce623e9110982bab891f1602 | [
"MIT"
] | null | null | null | src/cblayout/cblayout.dpr | bsimser/cbs | d7c78fb0fa179141ce623e9110982bab891f1602 | [
"MIT"
] | null | null | null | program cblayout;
uses
Forms,
main in 'main.pas' {MainForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 13 | 46 | 0.714286 |
85a5c9d36ab6591e174a19d7b6515a3f0867d9f1 | 2,952 | dfm | Pascal | references/mORMot/SQLite3/Samples/12 - SynDB Explorer/SynDBExplorerQueryBuilder.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/mORMot/SQLite3/Samples/12 - SynDB Explorer/SynDBExplorerQueryBuilder.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/mORMot/SQLite3/Samples/12 - SynDB Explorer/SynDBExplorerQueryBuilder.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | object DBQueryBuilderForm: TDBQueryBuilderForm
Left = 1019
Top = 265
BorderStyle = bsSingle
Caption = ' SynDB Explorer - Query Builder'
ClientHeight = 374
ClientWidth = 799
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
... | 22.029851 | 64 | 0.582317 |
85d2d9a44f2011ee9a7de9a550e04896f149b6d6 | 3,212 | dfm | Pascal | base/auto update/source/UpdateClient_MainForm.dfm | caowm/RO-His | 968859b1e8b02572dba6d462a0180fc2a7364340 | [
"Apache-2.0"
] | 28 | 2020-09-20T09:00:23.000Z | 2022-01-18T08:47:29.000Z | base/auto update/source/UpdateClient_MainForm.dfm | caowm/RO-His | 968859b1e8b02572dba6d462a0180fc2a7364340 | [
"Apache-2.0"
] | null | null | null | base/auto update/source/UpdateClient_MainForm.dfm | caowm/RO-His | 968859b1e8b02572dba6d462a0180fc2a7364340 | [
"Apache-2.0"
] | 8 | 2020-09-20T08:51:47.000Z | 2021-11-15T11:24:03.000Z | object UpdateClientMainForm: TUpdateClientMainForm
Left = 385
Top = 105
Width = 618
Height = 451
Color = clBtnFace
Constraints.MinHeight = 400
Constraints.MinWidth = 500
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
... | 22.942857 | 87 | 0.536115 |
859a99e589d9d9f2d801e0ecdd55c07edb5a5e04 | 4,466 | pas | Pascal | Libs7/ssPack/ssCalcEdit.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | 1 | 2016-04-04T18:11:56.000Z | 2016-04-04T18:11:56.000Z | Libs7/ssPack/ssCalcEdit.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | null | null | null | Libs7/ssPack/ssCalcEdit.pas | kadavris/ok-sklad | f9cd84be7bf984104d9af93d83c0719f2d5668c5 | [
"MIT"
] | 5 | 2016-02-15T02:08:05.000Z | 2021-04-05T08:57:58.000Z | unit ssCalcEdit;
interface
uses
Windows, SysUtils, Classes, Controls, cxControls, cxContainer, cxEdit, cxTextEdit,
cxMaskEdit, cxDropDownEdit, cxCalc, Graphics, Variants;
var
ShowCalcOnKeyPress: Boolean = False;
type
TssCalculator = class(TcxPopupCalculator)
published
property Color;
... | 24.010753 | 85 | 0.652709 |
6a21f84c0dd28cb387454cca0ea8468a37c33030 | 4,397 | pas | Pascal | src/utils/uUploadDTO.pas | bidtime/dms-import | 60b97df623d7ec9c96ce5aa853339b92e35a991c | [
"Apache-2.0"
] | null | null | null | src/utils/uUploadDTO.pas | bidtime/dms-import | 60b97df623d7ec9c96ce5aa853339b92e35a991c | [
"Apache-2.0"
] | null | null | null | src/utils/uUploadDTO.pas | bidtime/dms-import | 60b97df623d7ec9c96ce5aa853339b92e35a991c | [
"Apache-2.0"
] | null | null | null | unit uUploadDTO;
interface
uses
Classes, SysUtils;
type
TNoLoginException = class(Exception)
private
public
constructor Create(const Msg: string);
end;
TReturnData = record
private
{ Private declarations }
public
{ Public declarations }
end;
TReturnDTO<T> = record
private
//pr... | 22.207071 | 89 | 0.67637 |
85a6c5a1fd14ab9e257abd5f55618b9eaa3b921b | 4,212 | dpr | Pascal | Servidor.dpr | atkins126/MeusContatos_servidor | cdda3130a508e0957491dc0cbc51e78fc936eea8 | [
"Apache-2.0"
] | 2 | 2020-09-28T12:22:42.000Z | 2021-08-13T14:23:24.000Z | Servidor.dpr | atkins126/MeusContatos_servidor | cdda3130a508e0957491dc0cbc51e78fc936eea8 | [
"Apache-2.0"
] | null | null | null | Servidor.dpr | atkins126/MeusContatos_servidor | cdda3130a508e0957491dc0cbc51e78fc936eea8 | [
"Apache-2.0"
] | null | null | null | program Servidor;
{$APPTYPE CONSOLE}
{$R *.dres}
uses
System.SysUtils,
System.Types,
IPPeerServer,
IPPeerAPI,
IdHTTPWebBrokerBridge,
Web.WebReq,
Web.WebBroker,
Datasnap.DSSession,
ServerMain in 'Metodos\ServerMain.pas',
WebModuleUnit1 in 'WebModuleUnit1.pas' {WebModule1: TWebModule},
ServerConst... | 24.206897 | 78 | 0.711064 |
85aaafb31f4d88d51fa819ba4fe073b51ba2e639 | 1,790 | pas | Pascal | sources/normali/55.pas | prgpascal/programmi-pascal | fd71bd671d0d6be169b47c5bfa40f9b97588196f | [
"Apache-2.0"
] | null | null | null | sources/normali/55.pas | prgpascal/programmi-pascal | fd71bd671d0d6be169b47c5bfa40f9b97588196f | [
"Apache-2.0"
] | null | null | null | sources/normali/55.pas | prgpascal/programmi-pascal | fd71bd671d0d6be169b47c5bfa40f9b97588196f | [
"Apache-2.0"
] | null | null | null | (*
* Copyright (C) 2008 Riccardo Leschiutta
*
* 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 ... | 24.189189 | 75 | 0.683799 |
85674b7badb5368f9071db7ee38635388d48f653 | 1,824 | dpr | Pascal | Samples/Source/2D/GUI/gui_scroll.dpr | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 104 | 2015-01-18T02:02:11.000Z | 2022-02-22T11:53:06.000Z | Samples/Source/2D/GUI/gui_scroll.dpr | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 13 | 2015-07-18T18:53:15.000Z | 2021-10-04T10:31:01.000Z | Samples/Source/2D/GUI/gui_scroll.dpr | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 47 | 2015-01-17T21:50:12.000Z | 2022-02-15T13:49:02.000Z | {$I terra.inc}
{$IFDEF MOBILE}Library{$ELSE}Program{$ENDIF} MaterialDemo;
uses
MemCheck,
TERRA_Object,
TERRA_MemoryManager,
TERRA_Application,
TERRA_DemoApplication,
TERRA_Engine,
TERRA_Utils,
TERRA_String,
TERRA_Stream,
TERRA_OS,
TERRA_Vector2D,
TERRA_Viewport,
TERRA_UIView,
TERRA_UIWidget... | 23.088608 | 131 | 0.728618 |
85988d3e289aa0ef0f96226a5308547f1c699f17 | 1,026 | pas | Pascal | sort.pas | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 48 | 2018-11-19T22:13:00.000Z | 2021-11-02T17:25:41.000Z | sort.pas | jpluimers/commonx | c49e51b4edcc61b2b51e78590a5168d574b66282 | [
"MIT"
] | 6 | 2018-11-24T17:15:29.000Z | 2019-05-15T14:59:56.000Z | sort.pas | jpluimers/commonx | c49e51b4edcc61b2b51e78590a5168d574b66282 | [
"MIT"
] | 12 | 2018-11-20T15:15:44.000Z | 2021-09-14T10:12:43.000Z | unit sort;
interface
uses
typex;
function Order(var i1,i2: nativeint):boolean;overload;
function Order(var i1,i2: integer): boolean;overload;
function Order(var i1,i2: byte): boolean;overload;
function Order(var i1,i2: nativefloat): boolean;overload;
implementation
function Order(var i1,i2: nativeint):boolean;... | 14.054795 | 57 | 0.612086 |
61b28a9351faaf52baf0bb12bfb71a0ddb02bdbb | 21,302 | pas | Pascal | Source/PXL.Windows.D3D7.pas | ultibohub/Asphyre | fae5a358774bc41a94df6080b302316589322407 | [
"Intel"
] | 5 | 2018-08-23T02:58:11.000Z | 2021-02-28T05:10:08.000Z | Source/PXL.Windows.D3D7.pas | amikey/asphyre | aed59514d5687184ada034d9c3776e0b7130644c | [
"Intel"
] | 1 | 2017-09-03T06:53:03.000Z | 2017-09-03T06:53:03.000Z | Source/PXL.Windows.D3D7.pas | amikey/asphyre | aed59514d5687184ada034d9c3776e0b7130644c | [
"Intel"
] | 4 | 2016-10-31T09:49:17.000Z | 2021-06-09T00:40:43.000Z | unit PXL.Windows.D3D7;
{
DirectX Headers translation by Yuriy Kotsarenko, August 2015. Revision 1.0.
The contents of this file are subject to the Mozilla Public 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 ht... | 35.562604 | 120 | 0.732279 |
17b8e8fe657a7d3cf5db3a31ac3086ee3103eebc | 32,111 | pas | Pascal | src/libraries/abstractmem/UAbstractMemTList.pas | Azazorro/PascalCoin | 4a53f8ede9e225a270916d6777897b48b14ae41a | [
"MIT"
] | 384 | 2016-07-16T10:07:28.000Z | 2021-12-29T11:22:56.000Z | src/libraries/abstractmem/UAbstractMemTList.pas | Azazorro/PascalCoin | 4a53f8ede9e225a270916d6777897b48b14ae41a | [
"MIT"
] | 165 | 2016-09-11T11:06:04.000Z | 2021-12-05T23:31:55.000Z | src/libraries/abstractmem/UAbstractMemTList.pas | SkybuckFlying/PascalCoin | 720f552013d4342fbe1f3bc7de16eadab94bbb0e | [
"MIT"
] | 210 | 2016-08-26T14:49:47.000Z | 2022-02-22T18:06:33.000Z | unit UAbstractMemTList;
{
This file is part of AbstractMem framework
Copyright (C) 2020-2021 Albert Molina - bpascalblockchain@gmail.com
https://github.com/PascalCoinDev/
*** BEGIN LICENSE BLOCK *****
The contents of this files are subject to the Mozilla Public License Version
2.0 (the "License"); you ... | 34.94124 | 231 | 0.747501 |
854b54ea8b0e57647fe4713357ed31db644ef220 | 83,951 | pas | Pascal | library/fhir5/fhir5_profiles.pas | HealthIntersections/fhirserver | 759bf1a270bca48b3ef97385074cfc0b37fae0dc | [
"BSD-3-Clause"
] | 5 | 2021-11-16T22:35:26.000Z | 2022-02-16T08:40:37.000Z | library/fhir5/fhir5_profiles.pas | HealthIntersections/fhirserver | 759bf1a270bca48b3ef97385074cfc0b37fae0dc | [
"BSD-3-Clause"
] | 7 | 2021-11-01T06:27:37.000Z | 2022-02-08T19:55:52.000Z | library/fhir5/fhir5_profiles.pas | HealthIntersections/fhirserver | 759bf1a270bca48b3ef97385074cfc0b37fae0dc | [
"BSD-3-Clause"
] | 2 | 2022-02-15T13:27:52.000Z | 2022-02-16T08:40:48.000Z | unit fhir5_profiles;
{
Copyright (c) 2011+, HL7 and Health Intersections Pty Ltd (http://www.healthintersections.com.au)
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of s... | 37.478125 | 319 | 0.648569 |
cd977d1eb6948644f7e9eea4ed9c9815f417e4f6 | 5,031 | dpr | Pascal | Demo/RingbufferDemo.dpr | atkins126/CircularBuffer | 669b0564ae513703b12c85406c7aed39f80db4bc | [
"Apache-2.0"
] | 15 | 2020-08-24T05:25:47.000Z | 2022-02-07T19:37:07.000Z | Demo/RingbufferDemo.dpr | UweRaabe/CircularBuffer | 098247da6a1228ae20db84bb755ff306266b71ca | [
"Apache-2.0"
] | 1 | 2020-08-25T16:43:02.000Z | 2020-08-25T16:43:02.000Z | Demo/RingbufferDemo.dpr | UweRaabe/CircularBuffer | 098247da6a1228ae20db84bb755ff306266b71ca | [
"Apache-2.0"
] | 6 | 2020-10-10T04:31:47.000Z | 2021-12-01T17:24:58.000Z | {*****************************************************************************
The CircularBuffer team (see file NOTICE.txt) licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. A copy of this licence is found in the r... | 25.029851 | 96 | 0.655337 |
6137118335448311f2e747cc2695b1a5ed9f7238 | 19,659 | pas | Pascal | references/mORMot/SynSSPI.pas | juliomar/alcinoe | 4e59270f6a9258beed02676c698829e83e636b51 | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/mORMot/SynSSPI.pas | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/mORMot/SynSSPI.pas | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | /// low level access to Windows SSPI/SChannel API for the Win32/Win64 platform
// - this unit is a part of the freeware Synopse framework,
// licensed under a MPL/GPL/LGPL tri-license; version 1.18
unit SynSSPI;
{
This file is part of Synopse mORMot framework.
Synopse mORMot framework. Copyright (C) 202... | 33.263959 | 109 | 0.711684 |
61556d7c96ef656577394b5b2140f1e28ad85440 | 207,526 | pas | Pascal | additional/Gecko/each-version/nsXPCOM_SAFE18.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:12:58.000Z | 2018-10-06T02:12:58.000Z | additional/Gecko/each-version/nsXPCOM_SAFE18.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | null | null | null | additional/Gecko/each-version/nsXPCOM_SAFE18.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:13:13.000Z | 2018-10-06T02:13:13.000Z | unit nsXPCOM_safe18;
interface
uses
nsConsts, nsGeckoStrings, nsTypes;
const
NS_ISUPPORTS_SAFE18_IID: TGUID = '{00000000-0000-0000-c000-000000000046}';
MOZIJSSUBSCRIPTLOADER_SAFE18_IID: TGUID = '{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916}';
NS_IARRAY_SAFE18_IID: TGUID = '{114744d9-c369-456e-b55a-52f... | 53.048569 | 396 | 0.778447 |
6a5c83c66b0d44dd71d45d5a171f4200000ad9f9 | 7,869 | dfm | Pascal | Unit11.dfm | omnifloyd/asu | dcd32fe2d77ac264e54c3979799c80d15f788260 | [
"Apache-2.0"
] | null | null | null | Unit11.dfm | omnifloyd/asu | dcd32fe2d77ac264e54c3979799c80d15f788260 | [
"Apache-2.0"
] | null | null | null | Unit11.dfm | omnifloyd/asu | dcd32fe2d77ac264e54c3979799c80d15f788260 | [
"Apache-2.0"
] | null | null | null | object add_stoimost: Tadd_stoimost
Left = 512
Top = 332
Width = 444
Height = 298
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
ob... | 29.69434 | 171 | 0.635913 |
852402b7bba42a184cd84a599f75aa3c8c3abc11 | 11,795 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/source/JvCtrlUtils.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/JvCtrlUtils.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/JvCtrlUtils.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... | 29.710327 | 97 | 0.629165 |
858c780d5b1ec5e99b1a45e6f78d90a63f5fd88d | 626,822 | dfm | Pascal | Source/Forms/ATApp.Vcl.Forms.Main.dfm | bravesoftdz/AppFramework_DX_MDI | 61689cc33c818cb9bd550764f362451ae975a566 | [
"CC0-1.0"
] | 1 | 2021-12-29T03:57:59.000Z | 2021-12-29T03:57:59.000Z | Source/Forms/ATApp.Vcl.Forms.Main.dfm | bravesoftdz/AppFramework_DX_MDI | 61689cc33c818cb9bd550764f362451ae975a566 | [
"CC0-1.0"
] | null | null | null | Source/Forms/ATApp.Vcl.Forms.Main.dfm | bravesoftdz/AppFramework_DX_MDI | 61689cc33c818cb9bd550764f362451ae975a566 | [
"CC0-1.0"
] | null | null | null | object frmMain: TfrmMain
Left = 235
Top = 264
Caption = 'App Framework - DX MDI'
ClientHeight = 561
ClientWidth = 784
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIForm
Icon.Data = {
000001... | 66.176309 | 141 | 0.917414 |
6ae894caf34bdb872b9e94dc5d1b8a7a0ffccbb6 | 1,555 | pas | Pascal | src/App/Contracts/AppServiceProviderIntf.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 78 | 2019-01-31T13:40:48.000Z | 2022-03-22T17:26:54.000Z | src/App/Contracts/AppServiceProviderIntf.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 24 | 2020-01-04T11:50:53.000Z | 2022-02-17T09:55:23.000Z | src/App/Contracts/AppServiceProviderIntf.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 AppServiceProviderIntf;
interface
{$MODE OBJFPC}
{$H+}
us... | 26.810345 | 77 | 0.647588 |
1776745f8a7768d486725b0b668e67560eabfa96 | 4,464 | pas | Pascal | g3rtti.pas | casteng/g3commons | 72968200b0d6816dd663808937c28bf65377fd06 | [
"Apache-2.0"
] | 2 | 2019-05-18T06:10:10.000Z | 2020-07-07T16:06:42.000Z | g3rtti.pas | casteng/g3commons | 72968200b0d6816dd663808937c28bf65377fd06 | [
"Apache-2.0"
] | null | null | null | g3rtti.pas | casteng/g3commons | 72968200b0d6816dd663808937c28bf65377fd06 | [
"Apache-2.0"
] | 1 | 2019-05-18T06:10:15.000Z | 2019-05-18T06:10:15.000Z | {
@abstract(RTTI support unit)
The unit contains routines for easy use of RTTI
@author(George Bakhtadze (avagames@gmail.com))
}
unit g3rtti;
{$I g3config.inc}
interface
uses TypInfo;
type
TRTTIName = ShortString;
TRTTINames = array of TRTTIName;
{ Fills the list of published properties of the given... | 27.555556 | 116 | 0.719758 |
6ac3eed7e7a93f5d8dd18fdb9c53c137de1e3fc1 | 161 | pas | Pascal | Min.pas | sourcecode-museum/D5.Funcoes | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | 1 | 2021-02-04T00:43:10.000Z | 2021-02-04T00:43:10.000Z | Min.pas | ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | null | null | null | Min.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 | function Min(A, B: Integer): Integer;
{Compara dois valores Retornando o menor deles}
begin
if A < B then
Result := A
else
Result := B;
end;
| 17.888889 | 48 | 0.621118 |
852afe8b025f193cb832a7bb72125e31794c1c5a | 61,083 | dfm | Pascal | HWScontrol/source/uabertura.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | HWScontrol/source/uabertura.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | HWScontrol/source/uabertura.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | object abertura: Tabertura
Left = 374
Top = 234
BorderStyle = bsNone
ClientHeight = 280
ClientWidth = 289
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
... | 67.945495 | 70 | 0.896829 |
85d07aaa6e3f5270c666d6424edcd1e842e2c846 | 1,107 | pas | Pascal | misc/0097.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | misc/0097.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | misc/0097.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z |
function More: string;
var
Prompt: char;
begin
More:='';
if Pause and (Lines=mem[$40:$84]) then
begin
write('Continue - [Y]es, [N]o? ');
Prompt:=ReadKey;
writeln(upcase(Prompt));
if Prompt in ['N','n'] then
halt(0)
Lines:=0
end;
inc(Lines)
end; ... | 31.628571 | 73 | 0.68654 |
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.