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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bcda487fc6ff7191b7ca118e71b548fe59a6101a | 536 | pas | Pascal | windows/src/global/delphi/comp/DebugBitBtn.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/global/delphi/comp/DebugBitBtn.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/global/delphi/comp/DebugBitBtn.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit DebugBitBtn;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons;
type
TDebugBitBtn = class(TBitBtn)
private
procedure WMGetDlgCode(var Message: TWMGetDlgCode); message WM_GETDLGCODE;
end;
procedure Register;
implementation
{ TDebugBitBtn }... | 16.75 | 78 | 0.772388 |
6124714fffd4517daff6d662851e1c7a7800391e | 2,794 | pas | Pascal | EvilWorks.Vcl.MarkupControl.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Vcl.MarkupControl.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | EvilWorks.Vcl.MarkupControl.pas | vedranvuk/EvilLibrary | 05b97e8689d47c2f97b3de510836f202130e2266 | [
"BSD-4-Clause"
] | null | null | null | //
// Supported elements:
// <b>Bold text</b>
// <i>Italic text</i>
// <u>Underlined text<u>
// <s>Strinkeout text</s>
// <font name="Segoe UI" size="10pt" color="#FF0000">Defines a font</font>
// <a href="http://www.example.com>Link text</a>
// <p>Paragraph</p>
// <br>Line break
//
unit EvilWorks.Vcl.MarkupControl;
... | 19.006803 | 86 | 0.750537 |
6a2c1bccfa25dd6729c11d5c57887925e551eb66 | 3,763 | pas | Pascal | Projects/Lazarus_Bible/source/MayTemp/Frm_MayMain.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Lazarus_Bible/source/MayTemp/Frm_MayMain.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Lazarus_Bible/source/MayTemp/Frm_MayMain.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit Frm_MayMain;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
{$IFNDEF FPC}
Windows,TeEngine, Series,TeeProcs,TeCanvas,Chart,
{$ELSE}
TAGraph, TASeries, TACustomSeries, TAChartUtils,
{$ENDIF}
Messages, SysUtils, Classes, Graphics, Controls,
Forms, Dialogs, ExtCtrls,
StdCtrls, But... | 28.725191 | 98 | 0.644433 |
6a2c36d6c4a4fd14db680ea3a841bad179f283ce | 3,449 | pas | Pascal | src/Db/Rdbms/Implementations/Firebird/Factories/FirebirdDbFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Db/Rdbms/Implementations/Firebird/Factories/FirebirdDbFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Db/Rdbms/Implementations/Firebird/Factories/FirebirdDbFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit FirebirdDbFactoryImpl;
interface
{$MODE OBJFPC}
{$H+}
us... | 29.732759 | 77 | 0.481589 |
aa0bd5941deac30bb5849796ed7e32559eaca8b1 | 11,767 | pas | Pascal | files/lib/ModbusLib/MBTCPMasterDispatcher/DispatcherDictionaryesClasses.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2021-06-24T13:09:19.000Z | 2021-06-24T13:09:19.000Z | files/lib/ModbusLib/MBTCPMasterDispatcher/DispatcherDictionaryesClasses.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | null | null | null | files/lib/ModbusLib/MBTCPMasterDispatcher/DispatcherDictionaryesClasses.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2020-06-30T09:55:31.000Z | 2020-06-30T09:55:31.000Z | unit DispatcherDictionaryesClasses ;
{$mode objfpc}{$H+}
interface
uses
Classes , SysUtils,
// библиотека MiscLib/Generics/Typhon
DictionaryClasses,
// библиотека ModbusLib
MBDefine;
type
TObjectArray = array of TObject;
{ TDictionaryWordObject }
TDictionaryWordObject = class(TDictionary)
privat... | 26.383408 | 108 | 0.71573 |
6a67ceea4ef7973cd21e13c8c5fd5e696e3aee47 | 5,461 | pas | Pascal | source/Fido.Types.TGuid.Variant.pas | sonjli/FidoLib | d86c5bdf97e13cd2317ace207a6494da6cfe92f3 | [
"MIT"
] | 27 | 2021-09-26T18:14:51.000Z | 2022-01-04T09:26:42.000Z | source/Fido.Types.TGuid.Variant.pas | sonjli/FidoLib | d86c5bdf97e13cd2317ace207a6494da6cfe92f3 | [
"MIT"
] | 5 | 2021-11-08T19:20:29.000Z | 2022-01-29T18:50:23.000Z | source/Fido.Types.TGuid.Variant.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,... | 27.720812 | 106 | 0.720564 |
cd2083737ac74ee5e4bb39568a0438600826e190 | 482 | pas | Pascal | IDE/uTestgripUIFuncs.pas | GDKsoftware/OpenTestGrip | a06f7840aea852c9d84ea2178e792d93866bf797 | [
"MIT"
] | 5 | 2017-11-08T22:44:16.000Z | 2019-08-16T10:02:39.000Z | IDE/uTestgripUIFuncs.pas | GDKsoftware/OpenTestGrip | a06f7840aea852c9d84ea2178e792d93866bf797 | [
"MIT"
] | 18 | 2016-05-18T10:33:07.000Z | 2019-04-10T13:50:33.000Z | IDE/uTestgripUIFuncs.pas | GDKsoftware/OpenTestGrip | a06f7840aea852c9d84ea2178e792d93866bf797 | [
"MIT"
] | 2 | 2016-04-30T11:25:35.000Z | 2018-03-02T06:58:37.000Z | unit uTestgripUIFuncs;
interface
uses
Windows;
procedure TestgripShowInfo( const sMessage: string );
procedure TestgripShowError( const sMessage: string );
implementation
procedure TestgripShowInfo( const sMessage: string );
begin
MessageBox(0, PChar(sMessage), PChar('GDC Testgrip'), MB_OK or MB_ICONINFORMATIO... | 20.083333 | 85 | 0.778008 |
6a58372fc9b259def6d733a74a653d931610052d | 93,566 | pas | Pascal | SSE Edit Scripts/Edit Scripts/AT - NPC Transmogrifier v1.0.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | 10 | 2020-05-09T13:53:31.000Z | 2021-10-10T17:34:49.000Z | SSE Edit Scripts/Edit Scripts/AT - NPC Transmogrifier v1.0.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | null | null | null | SSE Edit Scripts/Edit Scripts/AT - NPC Transmogrifier v1.0.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | 4 | 2020-06-05T12:32:58.000Z | 2022-01-15T00:17:44.000Z | {
NPC Transmogrifier v1.0
Created by matortheeternal
*What it does*
Run this script on NPC_ records to randomly generate new faces for them.
You can select what aspects of the NPC's face you want to overwrite with
new, random values in the options form. Newly generated faces will use
all assets availa... | 51.212917 | 135 | 0.605594 |
618abcb66167d62632466d683c6e2abfefc7d57b | 445 | pas | Pascal | Source/Core/AqDrop.Core.Helpers.Rtti.GettersAndSetters.Intf.pas | AquasoftTI/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 39 | 2017-05-12T17:37:01.000Z | 2021-04-05T17:51:28.000Z | Source/Core/AqDrop.Core.Helpers.Rtti.GettersAndSetters.Intf.pas | juliomar/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 1 | 2020-11-12T02:50:23.000Z | 2020-11-12T02:50:23.000Z | Source/Core/AqDrop.Core.Helpers.Rtti.GettersAndSetters.Intf.pas | juliomar/AqDrop | 88ed2183e2faa9a8a8483be33d77d9c4c67f8378 | [
"MIT"
] | 14 | 2017-05-12T17:37:06.000Z | 2021-01-29T21:43:03.000Z | unit AqDrop.Core.Helpers.Rtti.GettersAndSetters.Intf;
interface
uses
System.Rtti;
type
IAqRttiValueGetter = interface
['{A56F8C55-CDD0-42AA-9662-316B82B35F30}']
function GetValue(const pInstance: Pointer): TValue;
end;
IAqRttiValueSetter = interface
['{12B97C79-184A-47D5-9EB3-C1D... | 17.8 | 72 | 0.701124 |
aa628d23b5881f3891b34fbbb05eb06c6ddff88c | 24,934 | pas | Pascal | Sources/NxSharedDraw.pas | KashaketCompany/soulengine | 767d18b53fa882b1a9d797761e5165cfb58c47ad | [
"FTL"
] | 6 | 2019-03-03T17:30:22.000Z | 2019-07-18T11:56:57.000Z | Sources/NxSharedDraw.pas | gzwplato/soulengine | 767d18b53fa882b1a9d797761e5165cfb58c47ad | [
"FTL"
] | 16 | 2019-02-02T19:54:54.000Z | 2019-02-28T05:22:36.000Z | Sources/NxSharedDraw.pas | suwermave/soulengine | 767d18b53fa882b1a9d797761e5165cfb58c47ad | [
"FTL"
] | 1 | 2021-09-11T05:41:08.000Z | 2021-09-11T05:41:08.000Z | {
SharedDraw
Copyright (C) 1996-2005 by Berg
All rights reserved.
$id:NxSharedDraw.pas 3/19/2005 3:42:52 bn
}
{$I NxSuite.inc}
unit NxSharedDraw;
interface
uses
Windows, Classes, Graphics, Controls, Messages, SysUtils,
NxClasses, NxThemesSupport, NxSharedCommon;
const
TextFlags = DT_VCENTER or DT_END... | 28.858796 | 131 | 0.64771 |
17757d6159f4e07f30c18366027c495d3b7ca255 | 1,119 | dpr | Pascal | Matias/Matias 3.0 C++/Source/Matias.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Matias/Matias 3.0 C++/Source/Matias.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Matias/Matias 3.0 C++/Source/Matias.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | program Matias;
{%File '..\Changes.txt'}
uses
Forms,
fSplash,
fLogin,
fMain in 'fMain.pas' {frmMain},
frameCustomGrid in 'frameCustomGrid.pas' {frCustomGrid: TFrame},
dmfFunction in 'dmfFunction.pas' {dmFunction: TDataModule},
fOperations in 'fOperations.pas' {frmOperations},
fPersonal in 'fPersonal.p... | 22.836735 | 66 | 0.699732 |
179f373ae6ed46a978a20e3e514a9e0e574aca28 | 10,492 | pas | Pascal | main.pas | eh-tac/tiepatch | 9a37a85f23f7126a7d4ed24bd5b699ba58823ca9 | [
"MIT"
] | 1 | 2018-09-19T09:12:10.000Z | 2018-09-19T09:12:10.000Z | main.pas | eh-tac/tiepatch | 9a37a85f23f7126a7d4ed24bd5b699ba58823ca9 | [
"MIT"
] | null | null | null | main.pas | eh-tac/tiepatch | 9a37a85f23f7126a7d4ed24bd5b699ba58823ca9 | [
"MIT"
] | 1 | 2018-09-19T09:12:14.000Z | 2018-09-19T09:12:14.000Z | unit main;
interface
uses
System.SysUtils, System.Classes, System.Types, System.IOUtils, Windows;
var
ZT_PatchFile :string;
ZT_DestFile: string [12];
buf:Tbytes;
offset,nextpos,startpos:DWORD;
ZT_PatchNumbers:WORD;
ZT_PatchDataLength:byte;
ZT_PatchData:Tbytes;
fp,fd:TFileStream;
cmd:string;
proc... | 44.646809 | 148 | 0.71788 |
6a2df3a2c5e2d21802de14670dafd1c7249674a2 | 440 | pas | Pascal | chapter3/example-3-3-2.pas | Erician/LearnPascal | c20473cbf0c07514e0c6b32514d73a2e00a9e018 | [
"MIT"
] | 2 | 2020-08-02T08:52:44.000Z | 2021-11-15T11:47:01.000Z | chapter3/example-3-3-2.pas | erician/LearnPascal | c20473cbf0c07514e0c6b32514d73a2e00a9e018 | [
"MIT"
] | null | null | null | chapter3/example-3-3-2.pas | erician/LearnPascal | c20473cbf0c07514e0c6b32514d73a2e00a9e018 | [
"MIT"
] | null | null | null | program exam332(output);
{Draw a sin wavefrom}
const pi = 3.14159;
var i, w : integer;
y : real;
begin
for i := 1 to 80 do
write('----');
for i := 1 to 23 do
begin
y := sin(i*15*pi/180);
w := round(35*y+40);
if w = 40 then
writeln(' * ' : w)
else if w ... | 22 | 42 | 0.429545 |
17d58225f6a856af8d49ea4f29ec9cabc464755a | 585 | pas | Pascal | Factory Method/src/model/FactoryMethod.model.ingles.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | 1 | 2022-01-20T01:07:59.000Z | 2022-01-20T01:07:59.000Z | Factory Method/src/model/FactoryMethod.model.ingles.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | null | null | null | Factory Method/src/model/FactoryMethod.model.ingles.pas | rafael-figueiredo-alves/Design_Patterns_em_Delphi | e840c540e6d0b35a5e0acc286ffab91ab2be2d45 | [
"MIT"
] | null | null | null | unit FactoryMethod.model.ingles;
interface
uses
FactoryMethod.model.interfaces;
Type
TModelIngles = Class(TInterfacedObject, iIdioma)
Private
Public
Constructor Create;
Destructor Destroy; Override;
Class function New: iIdioma;
Function Say : string;
End;
implementation
{ TModelIn... | 13.295455 | 50 | 0.736752 |
6a2fccf74750497e971ae722170be81f16566bab | 344 | pas | Pascal | org.metaborg.lang.pascal.example/static-semantics/resolution2.pas | wanderlan/metaborg-pascal | ddbca42720ebc94c8f669bd8aa8585ea9a697256 | [
"Apache-2.0"
] | 3 | 2018-03-21T15:20:26.000Z | 2019-10-16T15:20:47.000Z | org.metaborg.lang.pascal.example/static-semantics/resolution2.pas | wanderlan/metaborg-pascal | ddbca42720ebc94c8f669bd8aa8585ea9a697256 | [
"Apache-2.0"
] | null | null | null | org.metaborg.lang.pascal.example/static-semantics/resolution2.pas | wanderlan/metaborg-pascal | ddbca42720ebc94c8f669bd8aa8585ea9a697256 | [
"Apache-2.0"
] | 3 | 2017-05-05T09:42:43.000Z | 2021-02-21T04:46:48.000Z | program resolution1(foo, bar);
const
MaxElts = 7;
type
{ Type of the element array. }
IntArrType = array [1 .. MaxElts] of Integer;
var
{ Indexes, exchange temp, array size. }
i, j, tmp, size: integer;
{ Array of ints }
arr: IntArrType;
begin
for i := 1 to size do
... | 17.2 | 49 | 0.575581 |
61f955ec490da1fcc7170259e6c1b6cf0b56e449 | 1,480 | pas | Pascal | ThreadTest/src/TT.View.MainForm.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | ThreadTest/src/TT.View.MainForm.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | ThreadTest/src/TT.View.MainForm.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | unit TT.View.MainForm;
interface
uses
Winapi.Windows, Winapi.Messages,
System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls,
OtlCommon,
OtlCollections,
OtlTask,
OtlParallel;
type
TMainForm = class(TForm)
ListMemo: TMemo;
procedure... | 19.473684 | 73 | 0.727703 |
618f8406bdde072fe406a48a27666f340039eca0 | 298 | pas | Pascal | records/0013.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | records/0013.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | records/0013.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
> Does anyone know how I can find and use the offset of
> a given field in a record?
AFAIK, you can only use BASM for that. example:
}
type
XXX=record
A,B,C:byte;
end;
var
W:word;
begin
asm
mov ax,XXX.A
mov W,ax
end;
{ W holds now the offset of A in XXX }
end.
| 14.190476 | 56 | 0.61745 |
aafeee87fdd133dac66307e24d4615ee044fbaff | 30,878 | pas | Pascal | Source/Convert.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 19 | 2017-03-30T19:54:37.000Z | 2021-09-28T05:31:48.000Z | Source/Convert.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 3 | 2017-05-26T08:36:20.000Z | 2017-08-11T15:50:13.000Z | Source/Convert.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 14 | 2017-01-24T04:10:46.000Z | 2021-11-11T00:47:55.000Z | namespace RemObjects.Elements.RTL;
interface
type
Convert = public static class
private
{$IF TOFFEE}
method TryParseNumber(aValue: not nullable String; aLocale: Locale := nil): NSNumber;
method TryParseInt32(aValue: not nullable String): nullable Int32;
method TryParseInt64(aValue: not nullable S... | 31.89876 | 193 | 0.713906 |
aa51c1fee25fb3b2bed043c287eaecca39c21a2b | 50,171 | dfm | Pascal | KSOP Analytics/Wersja 1.0.6/OknaProgramu/AOknoGl_frm.dfm | pdaszewski/KSOP-Analytics | 23550ac6897aa5d9e2e7b453ab35e71be8d47807 | [
"MIT"
] | 2 | 2018-10-15T07:59:46.000Z | 2020-02-01T19:25:04.000Z | KSOP Analytics/Wersja 1.0.6/OknaProgramu/AOknoGl_frm.dfm | pdaszewski/KSOP-Analytics | 23550ac6897aa5d9e2e7b453ab35e71be8d47807 | [
"MIT"
] | null | null | null | KSOP Analytics/Wersja 1.0.6/OknaProgramu/AOknoGl_frm.dfm | pdaszewski/KSOP-Analytics | 23550ac6897aa5d9e2e7b453ab35e71be8d47807 | [
"MIT"
] | 1 | 2020-02-01T19:25:06.000Z | 2020-02-01T19:25:06.000Z | object AOknoGl: TAOknoGl
Left = 0
Top = 0
Caption = 'AOknoGl'
ClientHeight = 531
ClientWidth = 848
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Menu = MainMenu1
OldCreateOrder = False
Pos... | 51.510267 | 157 | 0.731279 |
cd794a5592d91db523c0e508d539ce32de1d29b7 | 29,954 | pas | Pascal | Source/dwsFileFunctions.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Source/dwsFileFunctions.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Source/dwsFileFunctions.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | {**********************************************************************}
{ }
{ "The contents of this file are subject to the Mozilla Public }
{ License Version 1.1 (the "License"); you may not use this }
{ file except in complian... | 33.282222 | 156 | 0.631702 |
cd6c9dc55663c0007bb655a053df606abf25c399 | 15,745 | dfm | Pascal | UConLocacao.dfm | Lucs1590/Hommer_House | 7913cd06ef6121ae1e082de7ae28f8e12b5c4759 | [
"MIT"
] | null | null | null | UConLocacao.dfm | Lucs1590/Hommer_House | 7913cd06ef6121ae1e082de7ae28f8e12b5c4759 | [
"MIT"
] | null | null | null | UConLocacao.dfm | Lucs1590/Hommer_House | 7913cd06ef6121ae1e082de7ae28f8e12b5c4759 | [
"MIT"
] | null | null | null | object frmConLocacao: TfrmConLocacao
Left = 0
Top = 0
Caption = 'Consultar Loca'#231#227'o'
ClientHeight = 517
ClientWidth = 571
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
... | 28.116071 | 150 | 0.548365 |
6a4faf8bf51d1ea26d43e31b5dfbf05c36dd328a | 6,297 | pas | Pascal | SpringAndDMVC/Server/REST/REST.Controller.pas | ezequieljuliano/DelphiLaboratory | 14bd04efcd4a1d8234d103aead8de3056fdf1237 | [
"Apache-2.0"
] | 23 | 2016-02-10T16:35:03.000Z | 2022-02-18T19:24:40.000Z | SpringAndDMVC/Server/REST/REST.Controller.pas | AngusPasc/DelphiLaboratory | 14bd04efcd4a1d8234d103aead8de3056fdf1237 | [
"Apache-2.0"
] | 1 | 2016-03-16T12:08:08.000Z | 2016-09-02T11:05:17.000Z | SpringAndDMVC/Server/REST/REST.Controller.pas | AngusPasc/DelphiLaboratory | 14bd04efcd4a1d8234d103aead8de3056fdf1237 | [
"Apache-2.0"
] | 7 | 2016-04-15T17:52:32.000Z | 2020-01-26T21:04:05.000Z | unit REST.Controller;
interface
uses
System.Rtti,
System.SysUtils,
MVCFramework,
MVCFramework.Commons,
Spring.Services,
Spring.Collections,
App.Core,
Crud.Service, Crud.Repository,
REST.Converter;
type
ERESTControllerException = class(Exception);
TRESTController = class(TMVCController)
stri... | 26.682203 | 180 | 0.707321 |
6106a8e61417e4ed0a7de86052ebd096960ba765 | 5,775 | dpr | Pascal | samples/DelphiXE7/HelloWorldRelations/DORM_HelloWorld_Relations.dpr | raelb/delphi-orm | 73e0caede84f2753550492deeaad35bf4191be30 | [
"Apache-2.0"
] | 156 | 2015-05-28T19:14:20.000Z | 2022-03-18T05:34:41.000Z | samples/DelphiXE7/HelloWorldRelations/DORM_HelloWorld_Relations.dpr | raelb/delphi-orm | 73e0caede84f2753550492deeaad35bf4191be30 | [
"Apache-2.0"
] | 10 | 2015-05-31T09:19:41.000Z | 2021-09-27T14:34:31.000Z | samples/DelphiXE7/HelloWorldRelations/DORM_HelloWorld_Relations.dpr | raelb/delphi-orm | 73e0caede84f2753550492deeaad35bf4191be30 | [
"Apache-2.0"
] | 70 | 2015-06-20T17:34:17.000Z | 2022-03-03T10:05:31.000Z | program DORM_HelloWorld_Relations;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
System.Classes,
dorm,
dorm.commons,
dorm.loggers,
BObjectsU in '..\..\Commons\BObjectsU.pas',
dorm.ObjectStatus,
RandomUtilsU in '..\..\Commons\RandomUtilsU.pas',
Console in '..\..\Commons\Consol... | 23.863636 | 76 | 0.592727 |
618f92213a1f7327e276731150949edc984d73ae | 200 | dpr | Pascal | Src/Graphics32/Examples/Blending/BlendVsMerge/BlendVsMerge.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 12 | 2019-11-09T11:44:47.000Z | 2022-03-01T23:38:30.000Z | Src/Graphics32/Examples/Blending/BlendVsMerge/BlendVsMerge.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 1 | 2019-11-08T08:27:34.000Z | 2019-11-08T08:43:51.000Z | Src/Graphics32/Examples/Blending/BlendVsMerge/BlendVsMerge.dpr | ryujt/ryulib-delphi | a59d308d6535de6a2fdb1ac49ded981849031c60 | [
"MIT"
] | 15 | 2019-10-15T12:34:29.000Z | 2021-02-23T08:25:48.000Z | program BlendVsMerge;
{$R 'Media.res' 'Media.rc'}
uses
Forms,
MainUnit in 'MainUnit.pas';
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 14.285714 | 46 | 0.73 |
6a599308922996bd004375a759edf5f9372313f6 | 255 | dpr | Pascal | FaFTB.dpr | trejder/delphi-folder-tree-builder | b4bddf07aa0e3e51fb60a1456afa4e9d20ee12bc | [
"MIT"
] | 1 | 2020-05-22T09:03:35.000Z | 2020-05-22T09:03:35.000Z | FaFTB.dpr | defunctdelphi/folder-tree-builder | b4bddf07aa0e3e51fb60a1456afa4e9d20ee12bc | [
"MIT"
] | null | null | null | FaFTB.dpr | defunctdelphi/folder-tree-builder | b4bddf07aa0e3e51fb60a1456afa4e9d20ee12bc | [
"MIT"
] | null | null | null | program FaFTB;
uses
Forms,
frmMain in 'frmMain.pas' {MainForm};
{$R *.RES}
begin
Application.Initialize;
Application.Title := 'FaFTB - Files and Folders Tree Builder 1.20';
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 17 | 69 | 0.717647 |
6a586a519001e6c4c2a6cc2ee0f9b4391c621eac | 12,857 | pas | Pascal | win/qck/toolbars.pas | tdmurtmub/quick_poker_win32 | 64a56b7b94806b6a25f9f3088e8b2852a1656c2d | [
"MIT"
] | null | null | null | win/qck/toolbars.pas | tdmurtmub/quick_poker_win32 | 64a56b7b94806b6a25f9f3088e8b2852a1656c2d | [
"MIT"
] | null | null | null | win/qck/toolbars.pas | tdmurtmub/quick_poker_win32 | 64a56b7b94806b6a25f9f3088e8b2852a1656c2d | [
"MIT"
] | null | null | null | { (C) 2005-2007 Wesley Steiner }
{$MODE FPC}
unit toolbars;
interface
uses
windows,
owindows;
const
TOOL_BAR_ICON_SIZE=9; { pixels high }
WUTTONMETRICEDGE=7; { pixels around Bitmap and Text to edge of buttons }
BMPBUTSPACE=WUTTONMETRICEDGE;
BAR_BUTTON_HT=BMPBUTSPACE+TOOL_BAR_ICON_SIZE+BMPBUTS... | 24.820463 | 168 | 0.740919 |
bcb5c8adc68cdf9477411304981b1a0ac9002123 | 9,983 | pas | Pascal | sources/MVCFramework.SysControllers.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.SysControllers.pas | juliosenha/delphimvcframework | f22ff8c99df2873a98195b9d0fc8a27f952c1141 | [
"Apache-2.0"
] | null | null | null | sources/MVCFramework.SysControllers.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
//
// **************************************************************************... | 33.726351 | 138 | 0.621156 |
6a11d90af044319a757c44e0fd0de8675ea1e62c | 522 | pas | Pascal | sample/Sample.View.pas | viggosistemas/braveui | b993bf4885c84b7f6cd9bd02335d8214d9d1b234 | [
"MIT"
] | 1 | 2021-12-01T17:22:44.000Z | 2021-12-01T17:22:44.000Z | sample/Sample.View.pas | viggosistemas/braveui | b993bf4885c84b7f6cd9bd02335d8214d9d1b234 | [
"MIT"
] | null | null | null | sample/Sample.View.pas | viggosistemas/braveui | b993bf4885c84b7f6cd9bd02335d8214d9d1b234 | [
"MIT"
] | null | null | null | unit Sample.View;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, BraveButton.Component,
Vcl.Imaging.pngimage, Vcl.StdCtrls, Vcl.ExtCtrls, System.ImageList,
Vcl.ImgList, Common.Caption, BraveEdit.Component, B... | 19.333333 | 98 | 0.747126 |
610bf542b7c8278e1fcb0e52b7dc6fc09ace3ad5 | 20,918 | pas | Pascal | nifti_loader.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | nifti_loader.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | nifti_loader.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | unit nifti_loader;
{$mode objfpc}{$H+}
//{$DEFINE GUI}
interface
uses
Classes, SysUtils, nifti_types, define_types, zstream {$IFDEF GUI}, dialogs{$ENDIF};
const
kNiftiSmoothNone = 0; //no smoothing: raw values
kNiftiSmoothMaskZero = 1; //smoothing but ignoring zeros (avoid erosion due to brain mask)
kNiftiSm... | 32.082822 | 135 | 0.58323 |
61ef72465d6f75debb2412bbf0e282dbbff0bcd9 | 8,412 | pas | Pascal | Libraries/DatabaseLib/dwsGUIDDatabase.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 12 | 2015-01-02T08:27:25.000Z | 2021-07-16T16:59:01.000Z | Libraries/DatabaseLib/dwsGUIDDatabase.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 1 | 2018-04-02T21:31:37.000Z | 2018-04-02T21:31:37.000Z | Libraries/DatabaseLib/dwsGUIDDatabase.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2015-01-02T08:27:13.000Z | 2020-06-08T07:03:33.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 complia... | 25.413897 | 114 | 0.530195 |
cd9bb2e804139ee9295326cbde0890196b89d874 | 2,539 | pas | Pascal | screen/0081.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | screen/0081.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | screen/0081.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z |
Procedure WriteP (DispStr : String; X,Y,Colr : Byte; FChar : Char;
Patrn : String);
(* DispStr = non-formatted string to be output to the screen.
ie: pass '4031234567', not '(403) 123-4567'.
X,Y = location to begin writing ... | 34.780822 | 79 | 0.43206 |
61ff8456169c9c475e37892148fcf00c4f82e49f | 716 | pas | Pascal | Native/Delphi/Apps/boComponentLibrary/src/NullableControlsRegistrationUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | 5 | 2017-05-12T08:03:54.000Z | 2022-02-15T08:23:27.000Z | Native/Delphi/Apps/boComponentLibrary/src/NullableControlsRegistrationUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | Native/Delphi/Apps/boComponentLibrary/src/NullableControlsRegistrationUnit.pas | jpluimers/bo.codeplex | 787ef3b5a8c6ced0a985361243c48a6c76f5d655 | [
"BSD-3-Clause"
] | null | null | null | { Copyright (c) 2007-2012 Jeroen Wiert Pluimers for BeSharp.net and better office benelux.
Full BSD License is available at http://besharp.codeplex.com/license and http://bo.codeplex.com/license }
unit NullableControlsRegistrationUnit;
interface
procedure Register;
implementation
uses
Classes,
Nul... | 25.571429 | 106 | 0.796089 |
616563dada13e2dcb72ab586b9abb2f0e05edd6c | 29,707 | dfm | Pascal | source/uFrmReciboPagamento.dfm | roneysousa/folha | 5e93f467b822d0c6d34aa1c9e099b390e3311d33 | [
"MIT"
] | null | null | null | source/uFrmReciboPagamento.dfm | roneysousa/folha | 5e93f467b822d0c6d34aa1c9e099b390e3311d33 | [
"MIT"
] | null | null | null | source/uFrmReciboPagamento.dfm | roneysousa/folha | 5e93f467b822d0c6d34aa1c9e099b390e3311d33 | [
"MIT"
] | null | null | null | inherited frmRelReciboPaga: TfrmRelReciboPaga
Caption = 'Recibo de Pagamento'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
inherited Panel5: TPanel
inherited BtImprimir: TBitBtn
Left = 16
TabOrder = 2
Visible = False
end
object BitBtn1: TBitBtn
Left = 192
... | 29.529821 | 80 | 0.615915 |
6a39c733b0bd4287d9062c50918b00c69995fe4b | 6,562 | pas | Pascal | ImageLib/exif.pas | toVersus/wisteria | 6b4a2f6d42a7075f281f36191ecba745bd43a523 | [
"MIT"
] | null | null | null | ImageLib/exif.pas | toVersus/wisteria | 6b4a2f6d42a7075f281f36191ecba745bd43a523 | [
"MIT"
] | null | null | null | ImageLib/exif.pas | toVersus/wisteria | 6b4a2f6d42a7075f281f36191ecba745bd43a523 | [
"MIT"
] | null | null | null | unit exif;
interface
uses
System.Classes, System.SysUtils, System.Math, Helper;
function GetOriginalDateTime(FileName: string): AnsiString;
function GetModel(FileName: string): AnsiString;
function GetOrientation(FileName: string): Integer;
function GetGamma(FileName: string): Double;
function GetColorS... | 29.96347 | 113 | 0.700853 |
8af73f0f7805180179799be538584b28241ca71c | 53,929 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/System.Net.HttpClientComponent.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/System.Net.HttpClientComponent.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/System.Net.HttpClientComponent.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 34 | 2018-10-30T00:40:37.000Z | 2022-02-15T06:00:15.000Z | {*******************************************************}
{ }
{ CodeGear Delphi Runtime Library }
{ Copyright(c) 2014-2017 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... | 38.166313 | 158 | 0.733613 |
6a027c321ac531e83c5ae1a2804bc37df71532f7 | 325 | dpr | Pascal | Packages/Delphi10.1/ResourceEditor.dpr | HelgeLange/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | 4 | 2018-06-20T08:41:00.000Z | 2018-11-01T19:47:41.000Z | Packages/DelphiXE5/ResourceEditor.dpr | AdriaanBoshoff/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | null | null | null | Packages/DelphiXE5/ResourceEditor.dpr | AdriaanBoshoff/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | 2 | 2018-06-20T13:46:12.000Z | 2019-08-26T00:29:03.000Z | program ResourceEditor;
uses
Forms,
frmResourceManager_Editor in '..\..\MAF_Editors\frmResourceManager_Editor.pas' {fRMT_Main};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TfRMT_Main, fRMT_Main);
fRMT_Main.bStandAlone := True;
Application.Run;
... | 20.3125 | 93 | 0.763077 |
445ecdb9d448258a08b6706faf69d4a7760573ed | 6,528 | pas | Pascal | code/disks/C/mc.pas | yamori813/cpm8266 | 5a64c89dbb3a0171befa9870ded5b206b4251ef2 | [
"MIT"
] | 100 | 2017-03-05T14:22:07.000Z | 2021-04-02T18:15:09.000Z | code/disks/C/mc.pas | yamori813/cpm8266 | 5a64c89dbb3a0171befa9870ded5b206b4251ef2 | [
"MIT"
] | 22 | 2017-03-22T06:56:06.000Z | 2021-03-27T11:38:43.000Z | code/disks/C/mc.pas | yamori813/cpm8266 | 5a64c89dbb3a0171befa9870ded5b206b4251ef2 | [
"MIT"
] | 16 | 2017-03-26T01:02:41.000Z | 2020-12-21T18:34:30.000Z | program MicroCalc;
{
MICROCALC DEMONSTRATION PROGRAM Version 1.00A
This program is Copyrighted by Borland International, Inc.
1983, 1984, 1985 and is hereby donated to the public domain for
non-commercial use only. Dot commands are for the program
lister: LISTT.PAS (available with our TURBO TU... | 40.8 | 86 | 0.449602 |
6a13e7acb8ac7766aa5d3b2aacb36eeb4c13d1f0 | 1,797 | pas | Pascal | tests/constraints/DValidation.Constraints.AssertFalseTest.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | 6 | 2018-11-26T18:53:03.000Z | 2021-06-29T11:51:11.000Z | tests/constraints/DValidation.Constraints.AssertFalseTest.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | null | null | null | tests/constraints/DValidation.Constraints.AssertFalseTest.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | 1 | 2021-06-28T02:34:46.000Z | 2021-06-28T02:34:46.000Z | unit DValidation.Constraints.AssertFalseTest;
interface
uses
DUnitX.TestFramework,
DValidation.Constraints.Constraint,
DValidation.Constraints.AssertFalse;
type
[TestFixture]
TAssertFalseAttributeTest = class(TObject)
public
[Test]
procedure TestCreate1;
[Test]
procedure TestCreate2;
... | 20.420455 | 97 | 0.732888 |
6a1b19d20abd3f983ff791a21d9173c7584bc93c | 22,162 | pas | Pascal | QuadEngine.Font.pas | EliiahPro/quad-engine | 9ed52cb9c76d3c87a86159a3636ac8228442e7af | [
"BSD-2-Clause"
] | 7 | 2020-11-18T20:32:03.000Z | 2022-02-27T12:03:18.000Z | QuadEngine.Font.pas | randydom/quad-engine | 9ed52cb9c76d3c87a86159a3636ac8228442e7af | [
"BSD-2-Clause"
] | null | null | null | QuadEngine.Font.pas | randydom/quad-engine | 9ed52cb9c76d3c87a86159a3636ac8228442e7af | [
"BSD-2-Clause"
] | 3 | 2020-11-19T08:54:37.000Z | 2020-12-27T14:02:12.000Z | {//=============================================================================
// ╔═══════════╦═╗
// ║ ║ ║
// ║ ║ ║
// ║ ╔╗ ║║ ╔╗ ╔╣ ║
// ║ ╚╣ ╚╝ ╚╩ ╚╝ ║
// ║ ║ engine ║
// ║ ║ ║
// ... | 31.79627 | 195 | 0.550402 |
17c088de28dc94c310356a54bed2266449d8ae80 | 9,112 | pas | Pascal | Graphics32/Source/GR32_ExtImage.pas | civilian7/SmartWork | 732373b809c2602df03ddf2e4af334385cf42aeb | [
"MIT"
] | null | null | null | Graphics32/Source/GR32_ExtImage.pas | civilian7/SmartWork | 732373b809c2602df03ddf2e4af334385cf42aeb | [
"MIT"
] | null | null | null | Graphics32/Source/GR32_ExtImage.pas | civilian7/SmartWork | 732373b809c2602df03ddf2e4af334385cf42aeb | [
"MIT"
] | null | null | null | unit GR32_ExtImage;
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1 or LGPL 2.1 with linking exception
*
* 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... | 25.452514 | 85 | 0.70248 |
61078ddec8a713530564215454a4986c98934e5a | 6,651 | pas | Pascal | src/forms/fZesilovacEdit.pas | kmzbrnoI/hJOPserver | 5c75c4340d87ef9124de22795eb55c8611aa5035 | [
"Apache-2.0"
] | 5 | 2016-02-17T20:15:29.000Z | 2021-11-01T12:28:07.000Z | src/forms/fZesilovacEdit.pas | kmzbrnoI/hJOPserver | 5c75c4340d87ef9124de22795eb55c8611aa5035 | [
"Apache-2.0"
] | 187 | 2016-02-12T18:32:01.000Z | 2022-02-27T18:19:39.000Z | src/forms/fZesilovacEdit.pas | kmzbrnoI/hJOPserver | 5c75c4340d87ef9124de22795eb55c8611aa5035 | [
"Apache-2.0"
] | 2 | 2018-09-03T01:35:37.000Z | 2021-11-16T14:13:07.000Z | unit fZesilovacEdit;
interface
uses
Windows, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Spin, fMain, Booster, Math;
type
TF_Booster_Edit = class(TForm)
Label4: TLabel;
E_Name: TEdit;
B_Save: TButton;
GB_Short: TGroupBox;
Label8: TLabel;
Label7:... | 25.879377 | 112 | 0.73192 |
cdc15f9e8f7b6ad2da84e1eac16363edd36b18a2 | 13,688 | pas | Pascal | src/Horse.Core.RouterTree.pas | HashLoad/horse | 63fdf7a7cb976dcec8caad1b6219bb759d392d0a | [
"MIT"
] | 633 | 2018-10-02T05:53:07.000Z | 2022-03-31T11:32:47.000Z | src/Horse.Core.RouterTree.pas | brunoribeiroti/horse | 0b461be805670373027c20446fb755176c388b95 | [
"MIT"
] | 99 | 2018-10-02T18:46:30.000Z | 2022-03-28T21:10:20.000Z | src/Horse.Core.RouterTree.pas | brunoribeiroti/horse | 0b461be805670373027c20446fb755176c388b95 | [
"MIT"
] | 191 | 2018-11-05T10:18:51.000Z | 2022-03-31T11:34:47.000Z | unit Horse.Core.RouterTree;
{$IF DEFINED(FPC)}
{$MODE DELPHI}{$H+}
{$ENDIF}
interface
uses
{$IF DEFINED(FPC)}
SysUtils, Generics.Collections, fpHTTP, httpprotocol,
{$ELSE}
System.SysUtils, System.NetEncoding, Web.HTTPApp, System.Generics.Collections,
{$ENDIF}
Horse.HTTP, Horse.Proc, Horse.Commons;
type
{$IF D... | 28.39834 | 164 | 0.729836 |
6a2f86242f5885f04b40c5332145c09aee6078df | 59,242 | pas | Pascal | references/embarcadero/rio/10_3_2/patched/fmx/FMX.MultiView.Presentations.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.MultiView.Presentations.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.MultiView.Presentations.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | null | null | null | {*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ }
{ Copyright(c) 2014-2018 Embarcadero Technologies, Inc. }
{ All rights rese... | 32.14433 | 133 | 0.765741 |
cd582d0091b2b345a0da85bec50972b0fec69232 | 823 | pas | Pascal | Components/PDF Viewer/uExportToBitmaps.pas | JensBorrisholt/Print-and-Merge-Suite | 8ebbc09dc1ab10550e93e5a3bd07c60b295f8161 | [
"MIT"
] | 8 | 2019-11-26T12:49:55.000Z | 2021-03-09T12:09:11.000Z | Components/PDF Viewer/uExportToBitmaps.pas | azrael11/Print-and-Merge-Suite | 8ebbc09dc1ab10550e93e5a3bd07c60b295f8161 | [
"MIT"
] | null | null | null | Components/PDF Viewer/uExportToBitmaps.pas | azrael11/Print-and-Merge-Suite | 8ebbc09dc1ab10550e93e5a3bd07c60b295f8161 | [
"MIT"
] | 5 | 2019-11-29T18:44:29.000Z | 2021-07-22T06:41:03.000Z | unit uExportToBitmaps;
{$I cxVer.inc}
interface
uses
{$IFDEF DELPHI16}
System.UITypes,
{$ENDIF}
cxGraphics, cxControls, cxLookAndFeels, cxLookAndFeelPainters, cxContainer, cxEdit,
dxLayoutcxEditAdapters, dxLayoutControlAdapters, dxLayoutContainer, cxClasses, cxCheckBox, StdCtrls, cxTextEdit,
cxMaskEdit, cxSp... | 22.243243 | 114 | 0.789793 |
aadf119e8b2611191a6b5baf9d34615b770ce137 | 70,193 | pas | Pascal | source/ALFmxMemo.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 2 | 2020-02-17T18:42:30.000Z | 2020-11-14T04:57:48.000Z | source/ALFmxMemo.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | null | null | null | source/ALFmxMemo.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | null | null | null | unit ALFmxMemo;
interface
{$IF defined(MACOS) and not defined(IOS)}
{$DEFINE _MACOS}
{$ENDIF}
uses System.Types,
system.Classes,
System.UITypes,
{$IF defined(ANDROID)}
ALANdroidApi,
{$ELSEIF defined(IOS)}
System.TypInfo,
iOSapi.Foundation,
iOSapi.UIKit,
... | 36.692629 | 217 | 0.641916 |
aa34d59c177ff2ad4f70ae5dc260aa7f5792cead | 1,593 | pas | Pascal | src/Libs/Streams/Factories/StreamAdapterCollectionFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Libs/Streams/Factories/StreamAdapterCollectionFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | src/Libs/Streams/Factories/StreamAdapterCollectionFactoryImpl.pas | atkins126/fano | 472679437cb42637b0527dda8255ec52a3e1e953 | [
"MIT"
] | null | null | null | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit StreamAdapterCollectionFactoryImpl;
interface
{$MODE OBJF... | 27.947368 | 95 | 0.508475 |
6a006d46d1fa01b2c9262d30c9c3bc13c555430f | 14,289 | pas | Pascal | Source/Encryption/ncEncCrypt2.pas | atkins126/NetCom7 | 84cd691a67554588e43b79179d954e17fba82038 | [
"MIT"
] | 139 | 2020-04-13T10:05:09.000Z | 2022-03-16T00:35:50.000Z | Source/Encryption/ncEncCrypt2.pas | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 22 | 2020-04-15T03:17:53.000Z | 2022-02-09T13:08:31.000Z | Source/Encryption/ncEncCrypt2.pas | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 34 | 2020-04-13T11:26:35.000Z | 2022-01-26T04:23:44.000Z | {$R-}
{$Q-}
unit ncEncCrypt2;
// To disable as much of RTTI as possible (Delphi 2009/2010),
// Note: There is a bug if $RTTI is used before the "unit <unitname>;" section of a unit, hence the position
{$IF CompilerVersion >= 21.0}
{$WEAKLINKRTTI ON}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$END... | 36.266497 | 133 | 0.633354 |
6a7310cf8afed9e343c4f325219721f79316f1ac | 220,008 | pas | Pascal | Borland/CBuilder5/Source/Vcl/sysutils.pas | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/Vcl/sysutils.pas | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/Vcl/sysutils.pas | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null |
{*******************************************************}
{ }
{ Borland Delphi Runtime Library }
{ System Utilities Unit }
{ }
{ Copyright (C) 1995,99... | 29.775071 | 105 | 0.658381 |
6a553fe53b1f3c8069ed4773a8fb7c2837823a1f | 458,432 | pas | Pascal | PerformanceTests/ThirdParty/Alcinoe/ALString.pas | atkins126/Neslib.Xml | bded89b991833134cdc4d16dec1b161b7090983d | [
"BSD-2-Clause"
] | 39 | 2020-10-07T07:48:39.000Z | 2022-03-07T19:24:22.000Z | PerformanceTests/ThirdParty/Alcinoe/ALString.pas | atkins126/Neslib.Xml | bded89b991833134cdc4d16dec1b161b7090983d | [
"BSD-2-Clause"
] | 7 | 2020-10-08T18:14:16.000Z | 2021-05-18T16:27:45.000Z | PerformanceTests/ThirdParty/Alcinoe/ALString.pas | atkins126/Neslib.Xml | bded89b991833134cdc4d16dec1b161b7090983d | [
"BSD-2-Clause"
] | 8 | 2020-10-08T01:59:33.000Z | 2021-03-05T12:04:07.000Z | {*************************************************************
Description: Powerfull stringreplace, Pos, Move, comparetext,
uppercase, lowercase function. Also a powerfull
FastTagReplace function To replace in string tag
like <#tagname params1="value1" params2="value2">
... | 35.452169 | 231 | 0.555502 |
6185dffda95ddcbcede84e3d090006c7169d4999 | 22,368 | pas | Pascal | uMainForm.pas | agebhar1/sim8008-ioeditor | 98ac0aed6b46518bee0369c7ffa9c8159f42226d | [
"MIT"
] | null | null | null | uMainForm.pas | agebhar1/sim8008-ioeditor | 98ac0aed6b46518bee0369c7ffa9c8159f42226d | [
"MIT"
] | null | null | null | uMainForm.pas | agebhar1/sim8008-ioeditor | 98ac0aed6b46518bee0369c7ffa9c8159f42226d | [
"MIT"
] | null | null | null | unit uMainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, StdCtrls, ExtCtrls, Grids, ComCtrls, Buttons, ImgList, FileCtrl,
uIOClasses, uResourceStrings, uView, uEditForm, uProcessor, ShellAPI;
type
TMainForm = class(TForm, ILanguage, I... | 30.937759 | 122 | 0.665147 |
61de59bda829c23f47a67e64e39126b9739fa5a8 | 8,469 | pas | Pascal | Menu/TiendaRopa/Form/MenuTiendaRopaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | Menu/TiendaRopa/Form/MenuTiendaRopaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | Menu/TiendaRopa/Form/MenuTiendaRopaF.pas | Civeloo/GeN-XE7 | 638b59def20424955972a568817d012df4cf2cde | [
"Apache-2.0"
] | null | null | null | unit MenuTiendaRopaF;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, StdCtrls, Buttons, ExtCtrls, jpeg, Demo, DataModule, DB, ADODB,
ComCtrls;
type
TMenuTiendaRopaForm = class(TForm)
Image1: TImage;
Panel1: TPanel;
ABMBitBtn: TBitBtn;
... | 31.366667 | 121 | 0.786516 |
cd07acc7620c54ad333ee4e2316fb255f3e18af6 | 575 | pas | Pascal | pl0_cases/test_div.pas | sighingnow/compiler-work | f0335ebc97ec5ab25c692bf9eb13307ca494d683 | [
"MIT"
] | 7 | 2016-08-18T03:40:47.000Z | 2019-11-03T23:56:17.000Z | pl0_cases/test_div.pas | sighingnow/compiler-work | f0335ebc97ec5ab25c692bf9eb13307ca494d683 | [
"MIT"
] | 3 | 2019-06-04T02:29:58.000Z | 2019-06-27T02:24:55.000Z | pl0_cases/test_div.pas | sighingnow/compiler-work | f0335ebc97ec5ab25c692bf9eb13307ca494d683 | [
"MIT"
] | null | null | null | const a = 1, b = 2, c = 3, d = 4;
var x, y, z, i: integer;
function p1(var a: integer): integer;
begin
for i := 1 to 10 do
a := a * i;
p1 := a;
end;
procedure p2(a: integer; var b: integer);
begin
for i := 1 to 10 do begin
a := a / i;
end;
b := a
end;
begin
x := 1;
p2(p1(x... | 17.96875 | 46 | 0.497391 |
cde60568a0e63c46c2d1607f970ee098e4547335 | 20,441 | pas | Pascal | nl_mainform.pas | f04ever/NosoLite | 6d32843ab2b4db7fa8409979063ecf7873b60c2c | [
"Unlicense"
] | null | null | null | nl_mainform.pas | f04ever/NosoLite | 6d32843ab2b4db7fa8409979063ecf7873b60c2c | [
"Unlicense"
] | null | null | null | nl_mainform.pas | f04ever/NosoLite | 6d32843ab2b4db7fa8409979063ecf7873b60c2c | [
"Unlicense"
] | null | null | null | unit nl_mainform;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls,
Grids, Menus, StdCtrls, nl_GUI, nl_disk, nl_data, nl_functions, IdTCPClient,
nl_language, nl_cripto, Clipbrd, Buttons, Spin, nl_explorer, IdComponent,
strutils, Types, nl_qrcode, De... | 28.194483 | 98 | 0.710631 |
6a016f91ff51d10f6d286cee4701db072f8d2bc0 | 2,409 | pas | Pascal | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.ListEndpointsByPlatformApplicationRequestMarshaller.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.ListEndpointsByPlatformApplicationRequestMarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.ListEndpointsByPlatformApplicationRequestMarshaller.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.SNS.Transform.ListEndpointsByPlatformApplicationRequestMarshaller;
interface
uses
AWS.Internal.Request,
AWS.Transform.RequestMarshaller,
AWS.Runtime.Model,
AWS.SNS.Model.ListEndpointsByPlatformApplicationRequest,
AWS.Internal.DefaultRequest,
AWS.Internal.StringUtils;
type
IListEndpointsBy... | 38.238095 | 202 | 0.843088 |
61e9901204789e06984f3281df1554d100c9f3bc | 1,809 | dfm | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormCancel.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormCancel.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/restructured/Archive/Installer/JvFormCancel.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object FormCanc: TFormCanc
Left = 398
Top = 254
BorderStyle = bsDialog
Caption = 'Cancel Setup'
ClientHeight = 165
ClientWidth = 320
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
... | 23.493506 | 74 | 0.64953 |
6a5e93504186f4a934bf8ca84b6e88f6a17c696e | 661 | pas | Pascal | containers/pascal/tests/time.pas | DanilaDanila/lessons | c9c2273e9cd6a8013c21eb889fc6a61f9cc3dfb7 | [
"MIT"
] | 4 | 2017-09-13T07:10:09.000Z | 2019-01-26T17:15:29.000Z | containers/pascal/tests/time.pas | DanilaDanila/lessons | c9c2273e9cd6a8013c21eb889fc6a61f9cc3dfb7 | [
"MIT"
] | null | null | null | containers/pascal/tests/time.pas | DanilaDanila/lessons | c9c2273e9cd6a8013c21eb889fc6a61f9cc3dfb7 | [
"MIT"
] | 4 | 2018-09-16T08:30:01.000Z | 2018-10-02T19:06:26.000Z | program test_time;
uses
containers, sysutils;
const
n = 50000000;
k = 1000;
var
i: longInt;
m: container;
it: iterator;
procedure log(mes: string);
var
hr, min, sec, ms: word;
begin
DecodeTime(Time(), hr, min, sec, ms);
write(mes);
writeln(' Current time: ', hr, ':', min, ':', sec, '.', ms);
end;
begin
log... | 14.369565 | 61 | 0.593041 |
4454ad6c67ebf7c0c0f2bf978c20905c7b503ba8 | 9,473 | pas | Pascal | src/General/TCC_Curve.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 4 | 2017-12-18T15:23:43.000Z | 2019-02-05T18:22:53.000Z | src/General/TCC_Curve.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 28 | 2018-02-12T20:13:26.000Z | 2019-02-11T17:27:51.000Z | src/General/TCC_Curve.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 1 | 2018-07-30T22:57:42.000Z | 2018-07-30T22:57:42.000Z | unit TCC_Curve;
{
----------------------------------------------------------
Copyright (c) 2008-2015, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
// Nominally, a time-current curve, but also used for volt-time curves.
//
// Collecti... | 27.861765 | 113 | 0.591998 |
6a33af442adc08dcc24fe137bc5f4554ac66a127 | 9,336 | pas | Pascal | u_salur_non_zis.pas | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | u_salur_non_zis.pas | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | u_salur_non_zis.pas | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | unit u_salur_non_zis;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ActnList, ToolWin, ActnMan, ActnCtrls, PlatformDefaultStyleActnCtrls,
ExtCtrls, StdCtrls, DBGridEhGrouping, GridsEh, DBGridEh, DB, MemDS,
DBAccess, Menus, ToolCtrlsEh,
DBGridEhToolCtrls, ... | 24.568421 | 121 | 0.667095 |
61e75a80e0751833ebd50fde15755cf3d338212b | 36,140 | pas | Pascal | HashLib/src/Crypto/HlpBlake2S.pas | qualialibre/HashLib4Pascal | 838c162d1ad531b9296e7dd71520eee18b97c1ce | [
"MIT"
] | null | null | null | HashLib/src/Crypto/HlpBlake2S.pas | qualialibre/HashLib4Pascal | 838c162d1ad531b9296e7dd71520eee18b97c1ce | [
"MIT"
] | null | null | null | HashLib/src/Crypto/HlpBlake2S.pas | qualialibre/HashLib4Pascal | 838c162d1ad531b9296e7dd71520eee18b97c1ce | [
"MIT"
] | null | null | null | unit HlpBlake2S;
{$I ..\Include\HashLib.inc}
interface
uses
{$IFDEF HAS_UNITSCOPE}
System.SysUtils,
{$ELSE}
SysUtils,
{$ENDIF HAS_UNITSCOPE}
{$IFDEF DELPHI}
HlpBitConverter,
HlpHashBuffer,
{$ENDIF DELPHI}
HlpBits,
HlpHash,
HlpHashResult,
HlpIHashResult,
HlpIBlake2SConfig,
HlpBlake2SConfig,
HlpB... | 23.498049 | 80 | 0.556475 |
6a74f86b87051b4fae0a6dea60178e4a0e9a86c8 | 739 | pas | Pascal | Section 7/7.1/Unit3.pas | PacktPublishing/Mastering-Delphi | e9bd307589ad425eddb62e3ae5fdac31f048bc03 | [
"MIT"
] | 9 | 2018-08-03T22:21:27.000Z | 2021-07-24T23:47:20.000Z | Section 7/7.1/Unit3.pas | PacktPublishing/Mastering-Delphi | e9bd307589ad425eddb62e3ae5fdac31f048bc03 | [
"MIT"
] | null | null | null | Section 7/7.1/Unit3.pas | PacktPublishing/Mastering-Delphi | e9bd307589ad425eddb62e3ae5fdac31f048bc03 | [
"MIT"
] | 7 | 2018-08-03T22:21:28.000Z | 2022-01-08T13:47:26.000Z | unit Unit3;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.StdCtrls,
FMX.Edit, FMX.ListBox, FMX.Layouts, FMX.Objects, FMX.Controls.Presentation,
FMX.Ani;
type
TForm3 = class(TForm)
ToolBar... | 18.948718 | 81 | 0.719892 |
cddb687745a7d9ffd2e3a436b46e87cd70adf6f3 | 57,551 | dfm | Pascal | HWScontrol/source/umdl_usrsis.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | HWScontrol/source/umdl_usrsis.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | HWScontrol/source/umdl_usrsis.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | object mdl_usrsis: Tmdl_usrsis
Left = 345
Top = 210
Width = 749
Height = 639
Color = 16119285
DefaultMonitor = dmDesktop
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
OldCreateOrder = False
Position = p... | 36.703444 | 135 | 0.579295 |
6153f9dd28496c33342b92fd1563ca439f9ac8a4 | 199 | pas | Pascal | samples/a8/graph/graph_cio.pas | zbyti/Mad-Pascal | 546cae9724828f93047080109488be7d0d07d47e | [
"MIT"
] | 1 | 2021-12-15T23:47:19.000Z | 2021-12-15T23:47:19.000Z | samples/a8/graph/graph_cio.pas | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null | samples/a8/graph/graph_cio.pas | michalkolodziejski/Mad-Pascal | 0a7a1e2f379e50b0a23878b0d881ff3407269ed6 | [
"MIT"
] | null | null | null | uses crt, cio, graph;
var
s: string;
begin
InitGraph(2);
s:='AaBbCcDd';
GotoXY(5,5);
BPut(6, @s[1], 8);
Put(6, ord('A'*));
repeat until keypressed;
end. | 8.652174 | 26 | 0.487437 |
61512f0d951ca73b4e8fb4bf46abc78373ef8e97 | 1,890 | dfm | Pascal | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarBarkodHazirlikDosyaTurleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 6 | 2019-07-06T23:08:39.000Z | 2021-05-04T19:42:01.000Z | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarBarkodHazirlikDosyaTurleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | null | null | null | ThsFramework/Forms/OutputForms/DbGrid/ufrmAyarBarkodHazirlikDosyaTurleri.dfm | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 4 | 2019-03-18T16:57:09.000Z | 2022-02-24T02:33:31.000Z | inherited frmAyarBarkodHazirlikDosyaTurleri: TfrmAyarBarkodHazirlikDosyaTurleri
Caption = 'Ayar Barkod Haz'#305'rl'#305'k Dosya T'#252'rleri'
ClientHeight = 311
ClientWidth = 548
ExplicitWidth = 564
ExplicitHeight = 350
PixelsPerInch = 96
TextHeight = 13
inherited pnlMain: TPanel
Width = 544
Hei... | 21.976744 | 79 | 0.620106 |
cde9b2ebec8f731f68b7c919b651dc276979c7d8 | 349 | pas | Pascal | Samples/Delphi/VCL/CustomControl/Unit1.pas | atkins126/I18N | 4176f8991b4c572ac36d8b2667dc345c185ff26f | [
"MIT"
] | 43 | 2019-11-04T09:35:05.000Z | 2022-02-28T00:01:46.000Z | Samples/Delphi/VCL/CustomControl/Unit1.pas | tomajexpress/I18N | 2cb4161cb70645e62675925089b15e6ece9bd915 | [
"MIT"
] | 47 | 2020-01-16T18:13:31.000Z | 2022-02-15T15:06:25.000Z | Samples/Delphi/VCL/CustomControl/Unit1.pas | tomajexpress/I18N | 2cb4161cb70645e62675925089b15e6ece9bd915 | [
"MIT"
] | 20 | 2019-10-09T03:44:00.000Z | 2022-02-28T00:01:48.000Z | unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, MyLabel;
type
TForm1 = class(TForm)
Label1: TLabel;
MyLabel1: TMyLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
impl... | 12.925926 | 76 | 0.684814 |
6a303c36c67a8b2c4a2e1c21852a43ee28d23d12 | 3,664 | pas | Pascal | archives/0021.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | archives/0021.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | archives/0021.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Hello Thomas,
On 26.06.94 you wrote in area PASCAL to subject "Arithmetic compression":
TW> But where can we get a discription of this compression method ??
Michael Barnsley, Lyman Hurd, "Fractal Image Compression", AK Peters,
1993
Mark Nelson, "The Data Compression Book", M&T Books, 1991
Ian Witte... | 27.548872 | 74 | 0.596889 |
cdb734c5841dae11a090f78e894aedf2e5d675fc | 3,917 | dfm | Pascal | demos/ALRTTI/_source/Unit1.dfm | juliomar/alcinoe | 4e59270f6a9258beed02676c698829e83e636b51 | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | demos/ALRTTI/_source/Unit1.dfm | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | demos/ALRTTI/_source/Unit1.dfm | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | object Form1: TForm1
Left = 442
Top = 108
Caption = 'Form1'
ClientHeight = 274
ClientWidth = 518
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
... | 21.288043 | 82 | 0.571356 |
6a084303eace2c432e8f681bbb64954e361ce770 | 1,329 | pas | Pascal | Source/SourceUtils/dwsRefactor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Source/SourceUtils/dwsRefactor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Source/SourceUtils/dwsRefactor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | {**********************************************************************}
{ }
{ "The contents of this file are subject to the Mozilla Public }
{ License Version 1.1 (the "License"); you may not use this }
{ file except in comp... | 47.464286 | 73 | 0.380737 |
61412183d62cdd2676e3c4f77881faa06c0b00e0 | 7,301 | pas | Pascal | Demos/Hash_FMX/MainForm.pas | geheimniswelten/DelphiEncryptionCompendium | 8540ced3992a92b83ebfdbcc3684d6ec6c9f0600 | [
"Apache-2.0"
] | 2 | 2021-01-18T10:07:29.000Z | 2021-04-25T07:29:28.000Z | Demos/Hash_FMX/MainForm.pas | geheimniswelten/DelphiEncryptionCompendium | 8540ced3992a92b83ebfdbcc3684d6ec6c9f0600 | [
"Apache-2.0"
] | null | null | null | Demos/Hash_FMX/MainForm.pas | geheimniswelten/DelphiEncryptionCompendium | 8540ced3992a92b83ebfdbcc3684d6ec6c9f0600 | [
"Apache-2.0"
] | null | null | null | {*****************************************************************************
The DEC 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 root director... | 28.631373 | 99 | 0.70237 |
6a6d43ab204bc00e02eec7c08e84652b989a2191 | 5,901 | pas | Pascal | scriv4lean/source/Scrivener4Leanpub.pas | gabr42/ScrivenerToLeanpub | 784eadf2c8fef40cf77bafbe51ab06c83c0d1a60 | [
"CC-BY-4.0"
] | 4 | 2019-06-20T05:28:54.000Z | 2021-01-17T18:16:40.000Z | scriv4lean/source/Scrivener4Leanpub.pas | gabr42/ScrivenerToLeanpub | 784eadf2c8fef40cf77bafbe51ab06c83c0d1a60 | [
"CC-BY-4.0"
] | 3 | 2019-06-20T14:48:21.000Z | 2019-06-25T14:35:20.000Z | scriv4lean/source/Scrivener4Leanpub.pas | gabr42/ScrivenerToLeanpub | 784eadf2c8fef40cf77bafbe51ab06c83c0d1a60 | [
"CC-BY-4.0"
] | null | null | null | unit Scrivener4Leanpub;
interface
uses
S4L.Errors, S4L.Format;
type
TConvertOption = (optNoCleanup, optNumberCitations, optCheckURLs);
TConvertOptions = set of TConvertOption;
IScrivener4Leanpub = interface(IErrorBase)
['{B5F8B025-69D6-40FD-BAC2-8296EAB20B52}']
function Convert(
const scrivenerM... | 35.125 | 97 | 0.742247 |
6a4b56a483a37d45756d3d75e309f029b998db17 | 57,389 | pas | Pascal | Version7/Source/Controls/RegControl.pas | dss-extensions/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 1 | 2022-01-23T14:43:30.000Z | 2022-01-23T14:43:30.000Z | Version7/Source/Controls/RegControl.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 7 | 2018-08-15T04:00:26.000Z | 2018-10-25T10:15:59.000Z | Version7/Source/Controls/RegControl.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | null | null | null | unit RegControl;
{
----------------------------------------------------------
Copyright (c) 2008-2015, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
{
Change Log
1-28-00 Created
4-29-00 fixed problem with NumPhases =... | 36.858703 | 248 | 0.565544 |
61bfbae4178224759114253ed6a47ba160b35e54 | 196 | pas | Pascal | examples/for.pas | DrkSephy/pascal-compiler | daafc55624bbaa5956750646a8442a77a5bd94fa | [
"MIT"
] | 25 | 2015-05-10T04:09:34.000Z | 2021-11-02T09:40:43.000Z | examples/for.pas | DrkSephy/pascal-compiler | daafc55624bbaa5956750646a8442a77a5bd94fa | [
"MIT"
] | null | null | null | examples/for.pas | DrkSephy/pascal-compiler | daafc55624bbaa5956750646a8442a77a5bd94fa | [
"MIT"
] | 14 | 2015-07-09T22:45:23.000Z | 2021-05-19T20:43:54.000Z | PROGRAM FIZZBUZZ;
var x , y : integer ;
BEGIN
FOR x := 1 ; TO 100 DO
IF x MOD 15 = 0 THEN
WRITELN ( 'Fizzbuzz' ) ;
ELSE
WRITELN ( x ) ;
END.
| 196 | 196 | 0.443878 |
618ccfb8461f464ae9a12b1fd97548c175efb7d1 | 5,346 | pas | Pascal | Source/Thread.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 19 | 2017-03-30T19:54:37.000Z | 2021-09-28T05:31:48.000Z | Source/Thread.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 3 | 2017-05-26T08:36:20.000Z | 2017-08-11T15:50:13.000Z | Source/Thread.pas | remobjects/RTL2 | 261d80146a018ef24b07822b647b80c7cdcb673b | [
"BSD-2-Clause"
] | 14 | 2017-01-24T04:10:46.000Z | 2021-11-11T00:47:55.000Z | namespace RemObjects.Elements.RTL;
{$IF NOT WEBASSEMBLY}
interface
type
{$IF COOPER}
PlatformThread = public java.lang.Thread;
{$ELSEIF TOFFEE}
PlatformThread = public Foundation.NSThread;
{$ELSEIF ECHOES}
PlatformThread = public System.Threading.Thread;
{$ELSEIF ISLAND}
PlatformThread = public RemO... | 27.699482 | 146 | 0.690797 |
61c0662cc81504facdba8dff7ffe34c6b2da7f07 | 326 | dpr | Pascal | Utils2/Source/C2Pas/OpenC2Pas.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Utils2/Source/C2Pas/OpenC2Pas.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Utils2/Source/C2Pas/OpenC2Pas.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program OpenC2Pas;
uses
Forms,
main in 'main.pas' {Form1},
translator in 'translator.pas',
colors in 'colors.pas' {Form_SynColors};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TForm_SynColors, Form_SynColors);
Application.Run;
... | 19.176471 | 59 | 0.699387 |
619cd0284c8e0e10549facfd607d3243c2bbfb4e | 1,821 | dfm | Pascal | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/Atividades/UZoo_AtividadesLVRecemParidosWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 1 | 2020-05-07T07:51:27.000Z | 2020-05-07T07:51:27.000Z | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/Atividades/UZoo_AtividadesLVRecemParidosWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | null | null | null | Projects/CL.Ag5/Source/CL.Ag5Client/Zoo/Atividades/UZoo_AtividadesLVRecemParidosWizard.dfm | iclinicadoleite/controle-ag5 | 2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721 | [
"Apache-2.0"
] | 3 | 2020-02-17T18:01:52.000Z | 2020-05-07T07:51:28.000Z | inherited Zoo_AtividadesLVRecemParidosWizard: TZoo_AtividadesLVRecemParidosWizard
Left = 429
Top = 250
Caption = 'Atividades - Rec'#233'm Paridas'
PixelsPerInch = 96
TextHeight = 13
inherited _pnlForm: TJvPanel
inherited _pnlDetail: TJvPanel
inherited PageControl: TJvPageControl
inherited ... | 27.179104 | 81 | 0.526634 |
619f95bca9055cf946289bbbf6aa1d48722a3b5a | 302 | dpr | Pascal | 20210520-Delphi-FMX-Desktop-Apps/MemoryGame/Memory.dpr | marcobreveglieri/compilaquindiva | fca8c384b2556526a9575524808f4517993cc2e7 | [
"CC0-1.0"
] | 1 | 2021-09-24T21:15:55.000Z | 2021-09-24T21:15:55.000Z | 20210520-Delphi-FMX-Desktop-Apps/MemoryGame/Memory.dpr | marcobreveglieri/compilaquindiva | fca8c384b2556526a9575524808f4517993cc2e7 | [
"CC0-1.0"
] | null | null | null | 20210520-Delphi-FMX-Desktop-Apps/MemoryGame/Memory.dpr | marcobreveglieri/compilaquindiva | fca8c384b2556526a9575524808f4517993cc2e7 | [
"CC0-1.0"
] | 1 | 2021-09-24T21:16:04.000Z | 2021-09-24T21:16:04.000Z | program Memory;
{$R *.dres}
uses
System.StartUpCopy,
FMX.Forms,
Memory.UI.Main in 'Memory.UI.Main.pas' {MainForm},
Memory.Core.Game in 'Memory.Core.Game.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 16.777778 | 53 | 0.668874 |
17095d01776978175afd9471528304948ad3bb1e | 2,490 | pas | Pascal | source/uRelRemessa.pas | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | source/uRelRemessa.pas | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | source/uRelRemessa.pas | roneysousa/infomoda | 792066e243e406479ef7ab4eb017f1e336ada475 | [
"MIT"
] | null | null | null | unit uRelRemessa;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, QuickRpt, DB, DBTables, QRCtrls;
type
TfrmRelRemessa = class(TForm)
qrRemessa: TQuickRep;
PageHeaderBand1: TQRBand;
DetailBand1: TQRBand;
qryRemessa: TQuery;
qryCor... | 24.653465 | 94 | 0.704016 |
617eb1b480fc58965eaeb824999087d567e4bcc0 | 12,323 | dfm | Pascal | MaterialsEdit/MaterialsEditUnit.dfm | danatela/MultiPlugger2 | 592e40740e453e231dc9bf8c3e75c730218ff45e | [
"CC0-1.0"
] | null | null | null | MaterialsEdit/MaterialsEditUnit.dfm | danatela/MultiPlugger2 | 592e40740e453e231dc9bf8c3e75c730218ff45e | [
"CC0-1.0"
] | null | null | null | MaterialsEdit/MaterialsEditUnit.dfm | danatela/MultiPlugger2 | 592e40740e453e231dc9bf8c3e75c730218ff45e | [
"CC0-1.0"
] | null | null | null | object MaterialsEditForm: TMaterialsEditForm
Left = 219
Top = 157
Caption = #1056#1077#1076#1072#1082#1090#1080#1088#1086#1074#1072#1085#1080#1077' '#1089#1087#1088#1072#1074#1086#1095#1085#1080#1082#1072' '#1084#1072#1090#1077#1088#1080#1072#1083#1086#1074
ClientHeight = 591
ClientWidth = 614
Color =... | 26.73102 | 194 | 0.615516 |
aad63efc96226a2df3e45ef2f3eceb781eb9acdf | 1,068 | dfm | Pascal | Source/Unit2.dfm | r57zone/Home-library | 07629f579ae66023e0713886f0e1657cac8b410e | [
"Unlicense"
] | 7 | 2019-12-25T14:11:12.000Z | 2021-05-27T09:21:43.000Z | Source/Unit2.dfm | r57zone/Home-Library | 7507e63f868f86e4ecb266107531400777b517be | [
"Unlicense"
] | null | null | null | Source/Unit2.dfm | r57zone/Home-Library | 7507e63f868f86e4ecb266107531400777b517be | [
"Unlicense"
] | 2 | 2021-11-03T06:02:38.000Z | 2022-01-25T10:15:06.000Z | object DescriptionForm: TDescriptionForm
Left = 192
Top = 125
Width = 800
Height = 600
Caption = 'Description'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCent... | 26.7 | 70 | 0.752809 |
179cf14e798169aa4d6b072723b63687c492786d | 2,533 | dfm | Pascal | Client/uHWSCheckListClientTiposImplementosAlteracao.dfm | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | null | null | null | Client/uHWSCheckListClientTiposImplementosAlteracao.dfm | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | null | null | null | Client/uHWSCheckListClientTiposImplementosAlteracao.dfm | RonaldoSurdi/Checklist-logistica | 0340034e977b0af03b93a419c3f0920e420b1be9 | [
"MIT"
] | 1 | 2022-02-05T06:37:21.000Z | 2022-02-05T06:37:21.000Z | object HWS_Form_TiposImplementos_Alteracao: THWS_Form_TiposImplementos_Alteracao
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Altera'#231#227'o dos Tipos de Implementos'
ClientHeight = 179
ClientWidth = 674
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height ... | 21.285714 | 80 | 0.591788 |
6a42eb047681c9965cc713e865a09fa8653dabde | 4,969 | pas | Pascal | ideexpert/DMVC.Expert.ProjectWizardEx.pas | compubinkie/delphimvcframework | a4381ec71984f941d44210d615df821c062a736f | [
"Apache-2.0"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | ideexpert/DMVC.Expert.ProjectWizardEx.pas | darckbleu/danieleteti-delphimvcframework | 674c9feac96a777cfeca0ed34bdb364bcbb4bade | [
"Apache-2.0"
] | 1 | 2021-02-07T16:26:57.000Z | 2021-03-02T06:36:26.000Z | ideexpert/DMVC.Expert.ProjectWizardEx.pas | darckbleu/danieleteti-delphimvcframework | 674c9feac96a777cfeca0ed34bdb364bcbb4bade | [
"Apache-2.0"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | { *************************************************************************** }
{ }
{ Delphi MVC Framework }
{ }
{ Copyright (c) 2010-2017 Daniele Teti and the DMVCFramework Team }
{ }
{ https://github.com/danieleteti/delphimvcframework }
{ }
{ ***************************************************************************... | 34.748252 | 206 | 0.685651 |
615ea2ead3b04efee46de47c022b3620a12caf0a | 347 | pas | Pascal | tests/test7.pas | jmais/Haskell-Interpreter | 88b014f4f3d69b3848235dd8b08cd0d2d59a33ab | [
"MIT"
] | null | null | null | tests/test7.pas | jmais/Haskell-Interpreter | 88b014f4f3d69b3848235dd8b08cd0d2d59a33ab | [
"MIT"
] | null | null | null | tests/test7.pas | jmais/Haskell-Interpreter | 88b014f4f3d69b3848235dd8b08cd0d2d59a33ab | [
"MIT"
] | null | null | null | program test7;
var x : real = 2.0;
var y : real = 3.0;
var z : real;
function first():real
begin
x := 2.0;
y := 3.0;
z := 4.0 * y / x / (5.0 * x);
writeln(z); (*output should be 0.6*)
end;
function second():real
begin
x := 2.0;
y := 3.0;
z := 4.0 * y / x / 5.0 * x;
writeln(z); (* output should be 2.4 *)
end;
be... | 13.346154 | 38 | 0.536023 |
6a7f6418bcaab58182018fa91d68b7e758545d96 | 17,323 | pas | Pascal | kolmck/mckMenuEditor.pas | thiekus/pascal-launcher | 4ba3b32339ed56851c6d53333c39231aa143af04 | [
"Unlicense"
] | null | null | null | kolmck/mckMenuEditor.pas | thiekus/pascal-launcher | 4ba3b32339ed56851c6d53333c39231aa143af04 | [
"Unlicense"
] | null | null | null | kolmck/mckMenuEditor.pas | thiekus/pascal-launcher | 4ba3b32339ed56851c6d53333c39231aa143af04 | [
"Unlicense"
] | null | null | null | unit mckMenuEditor;
interface
{$I KOLDEF.INC}
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, StdCtrls, ComCtrls,
//*///////////////////////////////////////
{$IFDEF _D6orHigher} //
DesignIntf, DesignEditors, //
{$ELSE} ... | 28.871667 | 89 | 0.534261 |
cdf6dec16c39d5c7ccca6d9236b9ea4bdc4c99c1 | 1,543 | dfm | Pascal | Demo/10 - IsMemberofNested/u_main.dfm | NickTucker42/ISNDS | 98f620c10ca41ce0e307e39faccea97646730a8e | [
"MIT"
] | null | null | null | Demo/10 - IsMemberofNested/u_main.dfm | NickTucker42/ISNDS | 98f620c10ca41ce0e307e39faccea97646730a8e | [
"MIT"
] | null | null | null | Demo/10 - IsMemberofNested/u_main.dfm | NickTucker42/ISNDS | 98f620c10ca41ce0e307e39faccea97646730a8e | [
"MIT"
] | 1 | 2021-06-19T15:34:08.000Z | 2021-06-19T15:34:08.000Z | object Form1: TForm1
Left = 0
Top = 0
Caption = 'Is Nested'
ClientHeight = 259
ClientWidth = 546
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
DesignSize... | 19.2875 | 49 | 0.579391 |
6a634df395eaf25a24ecb3fc8fabf26cd6215d02 | 5,774 | pas | Pascal | tests/sources/chHash.Core.Bits.Tests.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | null | null | null | tests/sources/chHash.Core.Bits.Tests.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | null | null | null | tests/sources/chHash.Core.Bits.Tests.pas | vampirsoft/CryptoHash | bd8eb1fc2f8c8b63c3cb52b47908b7fbadab4be4 | [
"MIT"
] | 2 | 2020-08-30T18:22:38.000Z | 2021-06-08T19:52:56.000Z | /////////////////////////////////////////////////////////////////////////////////
//*****************************************************************************//
//* Project : CryptoHash *//
//* Latest Source: https://github.com/vampirsoft/CryptoHash ... | 32.256983 | 148 | 0.628161 |
6a4f1a67c4289c5fb1bcb33a40e98e633d1b8fd9 | 952 | pas | Pascal | ThsFramework/Forms/InputForms/ufrmHesapGrubu.pas | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 6 | 2019-07-06T23:08:39.000Z | 2021-05-04T19:42:01.000Z | ThsFramework/Forms/InputForms/ufrmHesapGrubu.pas | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | null | null | null | ThsFramework/Forms/InputForms/ufrmHesapGrubu.pas | 3ddark/Ths-Erp-Framewrok | c6569f7f64db10e423d6cc56e91c54184073a9b4 | [
"Unlicense"
] | 4 | 2019-03-18T16:57:09.000Z | 2022-02-24T02:33:31.000Z | unit ufrmHesapGrubu;
interface
{$I ThsERP.inc}
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, ComCtrls, StrUtils, Vcl.Menus, Vcl.Samples.Spin,
Vcl.AppEvnts,
Ths.Erp.Helper.Edit,
Ths.Erp.Helper.Memo,
Ths.Erp.Helper.ComboBox,
ufrmBase, ufrmB... | 18.307692 | 94 | 0.721639 |
61f8a2a70195d51a80a0a589c224a18d52fa6d80 | 13,940 | pas | Pascal | library/fhir3/fhir3_context.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | library/fhir3/fhir3_context.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | library/fhir3/fhir3_context.pas | grahamegrieve/fhirserver | 28f69977bde75490adac663e31a3dd77bc016f7c | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | unit fhir3_context;
{
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:
* Redistribut... | 31.325843 | 145 | 0.684792 |
179d6b6f1385bad3b9b9b1971d2a432a0e995b0d | 1,575 | dpr | Pascal | components/dunit/examples/TListTest/ListTest4Net.dpr | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 15 | 2016-08-24T07:32:49.000Z | 2021-11-16T11:25:00.000Z | components/dunit/examples/TListTest/ListTest4Net.dpr | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 1 | 2016-08-24T19:00:34.000Z | 2016-08-25T19:02:14.000Z | components/dunit/examples/TListTest/ListTest4Net.dpr | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 4 | 2015-11-06T12:15:36.000Z | 2018-10-08T15:17:17.000Z | { $Id: ListTest4Net.dpr,v 1.1 2004/10/17 10:42:51 neuromancer Exp $ }
{: DUnit: An XTreme testing framework for Delphi programs.
@author The DUnit Group.
@version $Revision: 1.1 $
}
(*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use th... | 33.510638 | 101 | 0.72127 |
1789759b34d9b0f7217ead7ce6cf70b6ae0b3d9b | 20,523 | dpr | Pascal | thirdparty/fmod/samplesdelphi/record/record1.dpr | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | 9 | 2019-09-03T18:33:31.000Z | 2022-02-04T04:00:02.000Z | thirdparty/fmod/samplesdelphi/record/record1.dpr | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | null | null | null | thirdparty/fmod/samplesdelphi/record/record1.dpr | highfestiva/life | b05b592502d72980ab55e13e84330b74a966f377 | [
"BSD-3-Clause"
] | null | null | null | //===============================================================================================
// RECORD.EXE
// Copyright (c), Firelight Multimedia, 1999-2000.
//
// This example shows how to record data to a static sample, or record dynamically, and have
// a dsp unit processing the result.
// The reverb below is t... | 36.582888 | 149 | 0.556449 |
61e606029ef732cd480939eae5520c41b753835c | 49,533 | pas | Pascal | module/pm/uProcessAPI.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | module/pm/uProcessAPI.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | module/pm/uProcessAPI.pas | 1aq/PBox | 67ced599ee36ceaff097c6584f8100cf96006dfe | [
"MIT"
] | null | null | null | unit uProcessAPI;
interface
uses
Winapi.Windows, SysUtils, PSAPI, TlHelp32;
type
PROCESSENTRY32A = record
Size: DWORD;
Usage: DWORD;
ProcessID: DWORD;
DefaultHeapID: ULONG_PTR;
ModuleID: DWORD;
ThreadsCount: DWORD;
ParentProcessID: DWORD;
Priority: Longint;
Flags: DWORD;
... | 37.131184 | 236 | 0.716371 |
6a105418725ba9b584e54bb354110e36d1359dc6 | 36,973 | pas | Pascal | csdb/tests/Cat-Maths/UMathsCatSnippets.pas | delphidabbler/code-snippets | dfcf4ba7ef46fbe6c9de2586170424b8eccdc03c | [
"MIT"
] | 12 | 2020-02-06T08:50:39.000Z | 2022-03-20T05:13:04.000Z | csdb/tests/Cat-Maths/UMathsCatSnippets.pas | delphidabbler/code-snippets | dfcf4ba7ef46fbe6c9de2586170424b8eccdc03c | [
"MIT"
] | 10 | 2020-12-06T02:16:38.000Z | 2022-01-02T01:01:55.000Z | csdb/tests/Cat-Maths/UMathsCatSnippets.pas | delphidabbler/code-snippets | dfcf4ba7ef46fbe6c9de2586170424b8eccdc03c | [
"MIT"
] | null | null | null | {
* This file was generated from the DelphiDabbler Code Snippets Database.
* The source code is licensed under the MIT license, copyright © 2005-2021,
* Peter Johnson (https://gravatar.com/delphidabbler) and Contributors. The
* full license and a list of contributors can be found in the `LICENSE` and
* `CONTRIBUTO... | 28.705745 | 80 | 0.697752 |
6a4257721f2fa087fbde5ea9c9e32168838b5591 | 761 | pas | Pascal | test_pascal/data/DISC3.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 81 | 2017-05-07T13:26:56.000Z | 2022-03-03T19:39:15.000Z | test_pascal/data/DISC3.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 52 | 2017-06-13T08:46:43.000Z | 2021-06-09T09:50:07.000Z | test_pascal/data/DISC3.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 28 | 2017-05-22T21:09:58.000Z | 2021-09-07T13:05:27.000Z | const
maxn = 200000;
var
bit : array[1..maxn] of longint;
a : array[1..maxn] of longint;
procedure update(i, v : longint);
begin
while i <= maxn do
begin
inc(bit[i], v);
i := i + (i and -i);
end;
end;
function get(i : longint) : longint;
var
res : longint;
begin
res := 0;
while i > = 1 do
... | 13.350877 | 52 | 0.501971 |
616822590ca1344dcf5bcc11d215dda423481e62 | 13,045 | pas | Pascal | EvaluateDb.pas | SampleEnvironment/HeManagement | cd120ff09d426ea37f96d956c1d1ce507b8fa5b6 | [
"MIT"
] | 4 | 2017-07-21T12:25:42.000Z | 2020-08-10T10:07:25.000Z | EvaluateDb.pas | SampleEnvironment/HeManagement | cd120ff09d426ea37f96d956c1d1ce507b8fa5b6 | [
"MIT"
] | null | null | null | EvaluateDb.pas | SampleEnvironment/HeManagement | cd120ff09d426ea37f96d956c1d1ce507b8fa5b6 | [
"MIT"
] | null | null | null | unit EvaluateDb;
interface
uses
Classes, SysUtils, Contnrs, SQLClientInterfaces;
type
TInstConsumption = class(Tobject)
inst_name: string;
inst_days: byte;
inst_month: array of double;
public
constructor CreateWithProperties(AInstrument: string; ADays: byte);
end;
TVesCon... | 28.924612 | 138 | 0.617095 |
bc00b1faef90218a92f172fbfa5c3b572ffc80ff | 2,411 | pas | Pascal | Server/ServerConfig/fLockAllConnections.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/ServerConfig/fLockAllConnections.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/ServerConfig/fLockAllConnections.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit fLockAllConnections;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, JvExStdCtrls, JvCombobox, Buttons, ExtCtrls, JvDBCombobox,
uObjParams;
type
TfmLockAllConnections = class(TForm)
pnlMain: TPanel;
pnlBottomButtons: TPane... | 25.648936 | 98 | 0.720033 |
6a7de4adc4b717e37a61d1067d0652fc422c3c02 | 181 | pas | Pascal | part18/part18.pas | shayanpasokhi/lsbasi | 8658ade18e4f529e2aed289be2b2fc9c1a5b0a9c | [
"MIT"
] | 1,682 | 2015-06-15T11:42:03.000Z | 2022-03-29T12:40:35.000Z | part18/part18.pas | robinzx117/lsbasi | 07e1a14516156a21ebe2d82e0bae4bba5ad73dd6 | [
"MIT"
] | 10 | 2017-06-22T11:35:21.000Z | 2022-02-26T17:37:42.000Z | part18/part18.pas | robinzx117/lsbasi | 07e1a14516156a21ebe2d82e0bae4bba5ad73dd6 | [
"MIT"
] | 493 | 2015-07-05T09:05:09.000Z | 2022-03-28T03:33:33.000Z | program Main;
procedure Alpha(a : integer; b : integer);
var x : integer;
begin
x := (a + b ) * 2;
end;
begin { Main }
Alpha(3 + 5, 7); { procedure call }
end. { Main }
| 12.928571 | 42 | 0.558011 |
6a83449a7bf597b97e8b85b85416e038ecfdd62c | 446 | pas | Pascal | src/test/pascal/semantics/bool.pas | luserazo/luxoc | 0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a | [
"Apache-2.0"
] | null | null | null | src/test/pascal/semantics/bool.pas | luserazo/luxoc | 0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a | [
"Apache-2.0"
] | null | null | null | src/test/pascal/semantics/bool.pas | luserazo/luxoc | 0ec688dffa9b5c40bbf9e6a0f7358484cb61eb1a | [
"Apache-2.0"
] | null | null | null | program boolean(input, output);
var
i, j: integer;
begin
i := 10;
j := 20;
if (i = 10) and (j = 20) then
write(i,j)
else
write(j);
if (i = 10) and (j = 10) then
write(j,i)
else
write(i);
if (i = 10) or (j = 10) then
write(i,i)
else
write(j,j);
if (i = 20) or (j =... | 12.742857 | 32 | 0.482063 |
6a0a5350a840544d8b1a4954f1087dc8a7247d99 | 1,876 | pas | Pascal | Chapter09/Code/RECIPE01/Toast/AndroidSDK.IntentService.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | Chapter09/Code/RECIPE01/Toast/AndroidSDK.IntentService.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 1 | 2019-10-28T16:51:11.000Z | 2019-10-28T16:51:11.000Z | Chapter09/Code/RECIPE01/Toast/AndroidSDK.IntentService.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | //
// Generated by JavaToPas v1.4 20140515 - 180918
/// /////////////////////////////////////////////////////////////////////////////
unit AndroidSDK.IntentService;
interface
uses
AndroidAPI.JNIBridge,
AndroidAPI.JNI.JavaTypes,
AndroidAPI.JNI.GraphicsContentViewText;
type
JIntentService = interface;
JInte... | 32.344828 | 102 | 0.689232 |
6a671f0355e094db78d2abee80669f3c9a0c7d4f | 24,464 | pas | Pascal | library/fui/fui_syn_hl7.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | library/fui/fui_syn_hl7.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | library/fui/fui_syn_hl7.pas | danka74/fhirserver | 1fc53b6fba67a54be6bee39159d3db28d42eb8e2 | [
"BSD-3-Clause"
] | null | null | null | unit fui_syn_hl7;
interface
{$I fhir.inc}
uses
SysUtils, Classes, Graphics, Math,
SynEditTypes, SynEditHighlighter,
fsl_utilities,
v2_base, v2_dictionary;
type
TtkTokenKind = (
tkSegmentCode, // first 3 letters of a segment
tkBadSegment, // first 3 letters of a segment but not a kn... | 31.364103 | 150 | 0.669882 |
17f6a4498e482c36158b27e7a03f4154a5b1797d | 445 | pas | Pascal | source/api/routes/topic_routes.pas | luridarmawan/web-forum | 73a4fe277a31683ed9716e29b8252b5075c39059 | [
"MIT"
] | 1 | 2020-07-23T04:30:06.000Z | 2020-07-23T04:30:06.000Z | source/api/routes/topic_routes.pas | luridarmawan/web-forum | 73a4fe277a31683ed9716e29b8252b5075c39059 | [
"MIT"
] | 5 | 2019-11-22T10:08:29.000Z | 2021-07-21T06:54:35.000Z | source/api/routes/topic_routes.pas | pascal-id/web-forum | 7fadd5fc92d7652763d3579124e1644123237f03 | [
"MIT"
] | 3 | 2019-11-13T12:11:45.000Z | 2019-11-15T10:57:35.000Z | unit topic_routes;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fpjson, fastplaz_handler;
implementation
uses topic_controller, empty_controller, thread_controller, topic_search_controller;
initialization
Route[ '/search/'] := TTopicSearchController;
Route[ '/thread/([0-9]+)/(.*)/'] := TThreadModul... | 19.347826 | 84 | 0.705618 |
cdf5bfebe61d7e87e9843fc7a0166d07e1d5b4e4 | 2,535 | dfm | Pascal | Demos/SQLite/TSQLiteTable/LiveUpdates/fLiveUpdates.dfm | CrystalNet-Tech/ADONetDAC4Delphi_Tutorials | 7b0ad4f962b5d2075a90e451b57257596b41ed62 | [
"Apache-2.0"
] | 1 | 2020-09-24T23:26:35.000Z | 2020-09-24T23:26:35.000Z | Demos/SQLite/TSQLiteTable/LiveUpdates/fLiveUpdates.dfm | CrystalNet-Tech/ADONetDAC4Delphi_Tutorials | 7b0ad4f962b5d2075a90e451b57257596b41ed62 | [
"Apache-2.0"
] | null | null | null | Demos/SQLite/TSQLiteTable/LiveUpdates/fLiveUpdates.dfm | CrystalNet-Tech/ADONetDAC4Delphi_Tutorials | 7b0ad4f962b5d2075a90e451b57257596b41ed62 | [
"Apache-2.0"
] | null | null | null | inherited frmLiveUpdates: TfrmLiveUpdates
Caption = 'Live Updates and OnUpdateRecord'
ExplicitWidth = 320
ExplicitHeight = 240
PixelsPerInch = 96
TextHeight = 13
inherited pnlTitle: TPanel
inherited lblTitle: TLabel
Width = 364
Caption = 'Live Updates and OnUpdateRecord'
Expl... | 26.684211 | 50 | 0.508876 |
17d5a3ef10e0c71092887ed99ef28b2d2525bfca | 380 | lpr | Pascal | OOP_Pascal/Proyecto pascal/project1.lpr | aMurryFly/Old_Courses | d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3 | [
"MIT"
] | null | null | null | OOP_Pascal/Proyecto pascal/project1.lpr | aMurryFly/Old_Courses | d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3 | [
"MIT"
] | null | null | null | OOP_Pascal/Proyecto pascal/project1.lpr | aMurryFly/Old_Courses | d5d105cbdcd3c4a35bf38fc60acfe76ce403bed3 | [
"MIT"
] | null | null | null | program project1;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, Unit1
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource:=True;
Application.Initialize;
Applicat... | 17.272727 | 49 | 0.663158 |
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.