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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
856589212f81a298cb07e834b75db8fbbf741bdf | 3,566 | pas | Pascal | Client/Abstract/fProcessBindingFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/Abstract/fProcessBindingFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/Abstract/fProcessBindingFrame.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit fProcessBindingFrame;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
fDBFrame, Db, ImgList, ActnList, ExtCtrls, StdCtrls, DBCtrls,
fFieldEditFrame, AbmesFields, DBClient, AbmesClientDataSet, JvExControls,
JvComponent, JvDBLookup, System.Act... | 25.654676 | 78 | 0.736119 |
85acd10cce346b1132899ede45d64042340b774a | 5,280 | pas | Pascal | Q-0010/TP/Pascal/J.E.D/Jugando con Arboles/Imprimir Arboles Binarios de Busqueda.pas | J-Josu/Computer-Science | 94ad8dc980817b45704cf37e1be2c37ba4b4fdbf | [
"MIT"
] | null | null | null | Q-0010/TP/Pascal/J.E.D/Jugando con Arboles/Imprimir Arboles Binarios de Busqueda.pas | J-Josu/Computer-Science | 94ad8dc980817b45704cf37e1be2c37ba4b4fdbf | [
"MIT"
] | null | null | null | Q-0010/TP/Pascal/J.E.D/Jugando con Arboles/Imprimir Arboles Binarios de Busqueda.pas | J-Josu/Computer-Science | 94ad8dc980817b45704cf37e1be2c37ba4b4fdbf | [
"MIT"
] | null | null | null | const
N_NODOS= 16;
RANGO= 16;
type
dato= record
nInt: integer;
end;
arbol= ^nodo;
nodo= record
elem: dato;
hi: arbol;
hd: arbol;
end;
lista= ^nodoL;
nodoL= record
elem: arbol;
sig: lista;
end;
// MODULOS COMUNES
procedure leerEntero(frase: string; var e: integer);
var
code: word;
rString:... | 17.032258 | 87 | 0.604735 |
85f613bb164173b36d56921b25384c4734722817 | 261 | pas | Pascal | CAT/tests/001. arithmetic/int/uint32_1.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 19 | 2018-10-22T23:45:31.000Z | 2021-05-16T00:06:49.000Z | CAT/tests/001. arithmetic/int/uint32_1.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 1 | 2019-06-01T06:17:08.000Z | 2019-12-28T10:27:42.000Z | CAT/tests/001. arithmetic/int/uint32_1.pas | SkliarOleksandr/NextPascal | 4dc26abba6613f64c0e6b5864b3348711eb9617a | [
"Apache-2.0"
] | 6 | 2018-08-30T05:16:21.000Z | 2021-05-12T20:25:43.000Z | unit uint32_1;
interface
implementation
uses System;
var
G1, G2: UInt32;
implementation
procedure Test;
begin
G1 := MinUInt32;
G2 := MaxUInt32;
end;
initialization
Test();
finalization
Assert(G1 = MinUInt32);
Assert(G2 = MaxUInt32);
end. | 9.666667 | 25 | 0.697318 |
855f6b23d621899c5c0b13d2963e013dfa105d8e | 2,281 | dfm | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvMailSlots/FrmMain.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvMailSlots/FrmMain.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvMailSlots/FrmMain.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object FormMain: TFormMain
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'JvMailSlots Demo'
ClientHeight = 115
ClientWidth = 486
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Positi... | 20.185841 | 49 | 0.586585 |
6a57bf617fc1f0b8788d1843ade034e05a947265 | 15,000 | pas | Pascal | Kide/Source/KIDE.NewProjectWizardFormUnit.pas | gz818/kitto3 | e76eea45028d732730a66c2d6238d13cd2e65392 | [
"Apache-2.0"
] | 1 | 2021-11-18T05:41:19.000Z | 2021-11-18T05:41:19.000Z | Kide/Source/KIDE.NewProjectWizardFormUnit.pas | gz818/kitto3 | e76eea45028d732730a66c2d6238d13cd2e65392 | [
"Apache-2.0"
] | null | null | null | Kide/Source/KIDE.NewProjectWizardFormUnit.pas | gz818/kitto3 | e76eea45028d732730a66c2d6238d13cd2e65392 | [
"Apache-2.0"
] | null | null | null | {-------------------------------------------------------------------------------
Copyright 2012-2018 Ethea S.r.l.
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://ww... | 39.267016 | 165 | 0.7498 |
61c396905fa976bd202e1b489718e47446f10b7e | 17,298 | dfm | Pascal | src/xampp-control-panel/uServiceSettings.dfm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 1 | 2017-01-31T08:49:16.000Z | 2017-01-31T08:49:16.000Z | src/xampp-control-panel/uServiceSettings.dfm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | 2 | 2020-07-17T00:13:41.000Z | 2021-05-08T17:01:54.000Z | src/xampp-control-panel/uServiceSettings.dfm | ifleeyo180/VspriteMoodleWebsite | 38baa924829c83808d2c87d44740ff365927a646 | [
"Apache-2.0"
] | null | null | null | object fServiceSettings: TfServiceSettings
Left = 0
Top = 0
Caption = 'Service Settings'
ClientHeight = 289
ClientWidth = 584
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
OnC... | 29.721649 | 79 | 0.554052 |
6a9e06f81524f9234169a1e317b59d62cbcf2441 | 2,241 | pas | Pascal | source/TBGDBExpressDriver.Model.DataSet.pas | tbisistemas/TBGConnection.Pas | e307c007a5107e13331858d238a75abb70546a98 | [
"MIT"
] | 1 | 2021-03-25T23:03:38.000Z | 2021-03-25T23:03:38.000Z | source/TBGDBExpressDriver.Model.DataSet.pas | tbisistemas/TBGConnection.Pas | e307c007a5107e13331858d238a75abb70546a98 | [
"MIT"
] | null | null | null | source/TBGDBExpressDriver.Model.DataSet.pas | tbisistemas/TBGConnection.Pas | e307c007a5107e13331858d238a75abb70546a98 | [
"MIT"
] | 1 | 2020-05-09T05:43:51.000Z | 2020-05-09T05:43:51.000Z | unit TBGDBExpressDriver.Model.DataSet;
interface
uses
TBGConnection.Model.DataSet.Interfaces, Data.DB,
TBGConnection.Model.DataSet.Observer, Data.SqlExpr;
Type
TConnectionModelDBExpressDataSet = class(TInterfacedObject, iDataSet, ICacheDataSetObserver)
private
FDataSet : TSQLQuery;
FObserver : ICache... | 24.096774 | 96 | 0.768407 |
cd54b49445ceab12740f14dec5bbaa0240dd3bf8 | 70 | pas | Pascal | code-writer.tests/test-vectors/known-delphi-programs/emptyProgram.pas | cro-sotax/delphi-tools | e057a2e7c529822f215c5cdbe9c512e1811e2f9b | [
"Apache-2.0"
] | null | null | null | code-writer.tests/test-vectors/known-delphi-programs/emptyProgram.pas | cro-sotax/delphi-tools | e057a2e7c529822f215c5cdbe9c512e1811e2f9b | [
"Apache-2.0"
] | null | null | null | code-writer.tests/test-vectors/known-delphi-programs/emptyProgram.pas | cro-sotax/delphi-tools | e057a2e7c529822f215c5cdbe9c512e1811e2f9b | [
"Apache-2.0"
] | null | null | null | program ProgramX;
{$IFDEF FPC}
{$MODE DELPHI}
{$ENDIF}
begin
end.
| 7.777778 | 17 | 0.657143 |
85ab20c246921b700248fcea513f2387ca8b896c | 5,276 | pas | Pascal | windows/src/ext/jedi/jwa/branches/2.3/Win32API/JwaProtocol.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/JwaProtocol.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/JwaProtocol.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {******************************************************************************}
{ }
{ Winsock2 Protocol Definitions API interface Unit for Object Pascal }
{ ... | 35.173333 | 80 | 0.557809 |
cdbff52850b3ad85f2b931c5b8d648834f02bbf2 | 14,144 | pas | Pascal | Source/CtrlTab.IdePlugin.pas | santiagoIT/DelphiCtrlTab | f9f547b810af70e22c9009a7d36da79b38145f6f | [
"MIT"
] | 11 | 2020-07-05T09:39:24.000Z | 2021-03-31T13:57:06.000Z | Source/CtrlTab.IdePlugin.pas | vhanla/DelphiCtrlTab | c66c7a3ae86026185ddda4849b83dc313d637338 | [
"MIT"
] | 1 | 2020-06-06T05:26:46.000Z | 2020-06-07T14:51:17.000Z | Source/CtrlTab.IdePlugin.pas | santiagoIT/DelphiCtrlTab | f9f547b810af70e22c9009a7d36da79b38145f6f | [
"MIT"
] | 5 | 2020-07-20T11:53:36.000Z | 2020-10-15T23:59:18.000Z | {===============================================================================
Project : DelphiCtrlTab_D27
Name : CtrlTab.IdePlugin
Info : This Unit contains the class TIdePlugin.
This class manages all relevant services for this plugin.
It is a singleton.
It is also respon... | 29.902748 | 141 | 0.573176 |
6aa2dafe1e5e4bf4ce62626a9932c6d719900e1b | 18,693 | pas | Pascal | lib/delphi/test/TestServer.pas | maximus0/thrift | f9b8f5e64137248ea2a1b95312916491d23ab94a | [
"Apache-2.0"
] | 10 | 2015-06-16T20:23:21.000Z | 2019-04-18T06:34:57.000Z | lib/delphi/test/TestServer.pas | maximus0/thrift | f9b8f5e64137248ea2a1b95312916491d23ab94a | [
"Apache-2.0"
] | null | null | null | lib/delphi/test/TestServer.pas | maximus0/thrift | f9b8f5e64137248ea2a1b95312916491d23ab94a | [
"Apache-2.0"
] | 7 | 2015-05-31T11:23:23.000Z | 2021-07-08T07:31:13.000Z | (*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | 28.758462 | 170 | 0.681325 |
85013f7e43092678210437d3fa885adc1156a8a0 | 21,828 | pas | Pascal | Ciphers/DCPserpent.pas | evpobr/DcpCrypt2017 | 7d6a2ae91b9c3f32547effa9dcfbd5342f0aca4e | [
"MIT"
] | 10 | 2017-09-18T13:57:01.000Z | 2020-12-21T03:49:34.000Z | Ciphers/DCPserpent.pas | evpobr/DcpCrypt2017 | 7d6a2ae91b9c3f32547effa9dcfbd5342f0aca4e | [
"MIT"
] | 1 | 2017-01-17T07:57:35.000Z | 2017-01-17T07:57:35.000Z | Ciphers/DCPserpent.pas | evpobr/DcpCrypt2017 | 7d6a2ae91b9c3f32547effa9dcfbd5342f0aca4e | [
"MIT"
] | 7 | 2017-07-27T22:05:25.000Z | 2021-07-19T16:43:27.000Z | {******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{******************************************************************************}
{* A binary compatible implementation of Serpent *************************... | 77.679715 | 337 | 0.522128 |
61c503186a20c65d2549daf9fac21027588e87ca | 273 | pas | Pascal | contrib/mORMot/SQLite3/Samples/37 - FishShop Service/ServFishShopTests.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/mORMot/SQLite3/Samples/37 - FishShop Service/ServFishShopTests.pas | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 1 | 2022-02-17T07:17:16.000Z | 2022-02-17T07:17:16.000Z | contrib/mORMot/SQLite3/Samples/37 - FishShop Service/ServFishShopTests.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | unit ServFishShopTests;
{$I Synopse.inc} // define HASINLINE CPU32 CPU64 OWNNORMTOUPPER
interface
uses
SynCommons,
mORMot,
SynTests,
ServFishShopTypes,
ServFishShopMain;
type
TFishShopTests = class(TSynTestsLogged)
published
end;
implementation
end.
| 11.869565 | 63 | 0.761905 |
6a1eb69fa1ab3dd3a0c980bae7c606775b1cdff7 | 5,022 | pas | Pascal | SOURCE/Soap/SoapLinked.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | 1 | 2022-01-13T01:03:55.000Z | 2022-01-13T01:03:55.000Z | SOURCE/Soap/SoapLinked.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | null | null | null | SOURCE/Soap/SoapLinked.pas | earthsiege2/borland-cpp-ide | 09bcecc811841444338e81b9c9930c0e686f9530 | [
"Unlicense",
"FSFAP",
"Apache-1.1"
] | null | null | null | {*******************************************************}
{ }
{ Borland Delphi Visual Component Library }
{ SOAP Support }
{ }
{ Copyright (c) 2001 Borl... | 27 | 113 | 0.657507 |
6af5597485fbaa0f834a305fafe2b5b0864ffec5 | 20,525 | dfm | Pascal | source/untContribuir.dfm | triominer/triominer | d6c9c0283ea023c5e9db9f11e0e933c6276b3f4c | [
"Apache-2.0"
] | 1 | 2022-03-17T19:52:22.000Z | 2022-03-17T19:52:22.000Z | source/untContribuir.dfm | triominer/triominer | d6c9c0283ea023c5e9db9f11e0e933c6276b3f4c | [
"Apache-2.0"
] | null | null | null | source/untContribuir.dfm | triominer/triominer | d6c9c0283ea023c5e9db9f11e0e933c6276b3f4c | [
"Apache-2.0"
] | null | null | null | object frmContribuir: TfrmContribuir
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Contribuir para o Trio miner'
ClientHeight = 388
ClientWidth = 624
Color = 4934475
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name... | 52.359694 | 88 | 0.831133 |
8586c970fdae464939ac1a048a5b1b0f86948003 | 24,578 | pas | Pascal | Source/MDShellEx.SettingsForm.pas | thecocce/MarkdownShellExtensions | 2bdf031e4efe5693db780aac00d2cc765b085d62 | [
"Apache-2.0"
] | 9 | 2021-06-29T23:12:31.000Z | 2021-11-11T20:33:34.000Z | Source/MDShellEx.SettingsForm.pas | thecocce/MarkdownShellExtensions | 2bdf031e4efe5693db780aac00d2cc765b085d62 | [
"Apache-2.0"
] | 1 | 2021-09-06T19:21:59.000Z | 2021-09-07T15:40:48.000Z | Source/MDShellEx.SettingsForm.pas | thecocce/MarkdownShellExtensions | 2bdf031e4efe5693db780aac00d2cc765b085d62 | [
"Apache-2.0"
] | 4 | 2021-06-29T00:46:04.000Z | 2021-09-07T10:24:42.000Z | {******************************************************************************}
{ }
{ MarkDown Shell extensions }
{ (Preview Panel, Thumbnail Icon, MD Text Editor) ... | 33.668493 | 102 | 0.700627 |
6af185d7b69407894158d3406beffe937f08a822 | 239 | dfm | Pascal | uDmRDTPMultiplexer.dfm | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 1 | 2020-08-25T00:02:54.000Z | 2020-08-25T00:02:54.000Z | uDmRDTPMultiplexer.dfm | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | null | null | null | uDmRDTPMultiplexer.dfm | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 1 | 2020-02-13T02:33:54.000Z | 2020-02-13T02:33:54.000Z | object dmRDTPMultiServer: TdmRDTPMultiServer
OldCreateOrder = False
OnCreate = DataModuleCreate
Height = 273
Width = 348
object tcp: TTcpServer
LocalPort = '876'
OnAccept = tcpAccept
Left = 176
Top = 96
end
end
| 18.384615 | 44 | 0.698745 |
aa860463eba5c161d5a605447c84180a405bea66 | 1,019 | pas | Pascal | Chapter03/Abstract factory/FormFactory.Intf.pas | PacktPublishing/Hands-On-Design-Patterns-with-Delphi | 30f6ab51e61d583f822be4918f4b088e2255cd82 | [
"MIT"
] | 38 | 2019-02-28T06:22:52.000Z | 2022-03-16T12:30:43.000Z | Chapter03/Abstract factory/FormFactory.Intf.pas | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | null | null | null | Chapter03/Abstract factory/FormFactory.Intf.pas | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | 18 | 2019-03-29T08:36:14.000Z | 2022-03-30T00:31:28.000Z | unit FormFactory.Intf;
interface
uses
System.SysUtils;
type
IForm = interface ['{EB4D0921-F0FD-4044-80E8-80156C71D0E0}']
procedure Show;
end;
IEdit = interface ['{39D02BD4-582A-4EBD-8119-2D6013E31287}']
function GetText: string;
end;
IListbox = interface ['{6D2B7A99-FBA6-4E53-AAB9-64D071A52F23}... | 25.475 | 69 | 0.729146 |
852f338bdfdf58e56baed6be34dc3caf02c2c9a7 | 2,594 | pas | Pascal | contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RestClientMain.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RestClientMain.pas | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 1 | 2022-02-17T07:17:16.000Z | 2022-02-17T07:17:16.000Z | contrib/mORMot/SQLite3/Samples/26 - RESTful ORM/RestClientMain.pas | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | unit RestClientMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,
SynCommons,
mORMot,
mORMotHttpClient,
RESTData, StdCtrls; // data model unit, shared between server and client
type
TMainForm = class(TForm)
btnConnect: TButton;
btnGet: TButt... | 23.160714 | 98 | 0.704703 |
cd9af889020155ff7cf026771b0c1dba45310726 | 29,258 | pas | Pascal | src/Modules/Storage/uStorage.pas | sensoftpro/x-tend | 4ef9cbc2348b8280a82e909dfce477d9fb990455 | [
"MIT"
] | null | null | null | src/Modules/Storage/uStorage.pas | sensoftpro/x-tend | 4ef9cbc2348b8280a82e909dfce477d9fb990455 | [
"MIT"
] | null | null | null | src/Modules/Storage/uStorage.pas | sensoftpro/x-tend | 4ef9cbc2348b8280a82e909dfce477d9fb990455 | [
"MIT"
] | null | null | null | {---------------------------------------------------------------------------------
X-Tend runtime
Contributors:
Vladimir Kustikov (kustikov@sensoft.pro)
Sergey Arlamenkov (arlamenkov@sensoft.pro)
You may retrieve the latest version of this file at the GitHub,
located at https://github.com/sen... | 28.214079 | 108 | 0.699022 |
85d5a447b1c02f9a11c4667b67187fd89daca976 | 871 | pas | Pascal | LogProject/src/Log.Intf.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | LogProject/src/Log.Intf.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | LogProject/src/Log.Intf.pas | rafarocha28/Delphi-miscellanea | bb0583673054dcdda3249426abebe65b8ea65e02 | [
"MIT"
] | null | null | null | unit Log.Intf;
interface
uses
Log.Level;
type
ILog = interface
['{44A3871E-897C-44A0-A986-99B2CFE35FF6}']
function Write(const AMessage: string; const ALogType: TLogType)
: Boolean; overload;
function Write(const AMessage: String; const Args: array of const;
const ALogType: TLogType): Boo... | 29.033333 | 70 | 0.733639 |
6aa785cbf25443560d1138074e81dca492460085 | 2,859 | pas | Pascal | egavga/0255.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | egavga/0255.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | egavga/0255.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
DD> could anyone tell me how to simulate realtime moving watersurface ripples
DD> on a mode13h vga graphic picture ? something like getting the location of a
DD> pixel and then set that pixel at another location according to a sine orr
DD> a cos wave or something... i feel it has to be something lake that..
... | 22.335938 | 81 | 0.504372 |
6a8018574c6f243fa1b299cb0e2b3b6cbfb700a0 | 289 | pas | Pascal | src/class9/tailFactorial.pas | miloschromy/NTIN060_18 | f9713ab9826925f8e8c7b9450b0c5e8fc979eb88 | [
"MIT"
] | null | null | null | src/class9/tailFactorial.pas | miloschromy/NTIN060_18 | f9713ab9826925f8e8c7b9450b0c5e8fc979eb88 | [
"MIT"
] | null | null | null | src/class9/tailFactorial.pas | miloschromy/NTIN060_18 | f9713ab9826925f8e8c7b9450b0c5e8fc979eb88 | [
"MIT"
] | null | null | null | program tail_factorial;
function tailFactorial(n, accumulator: integer): integer;
begin
if n = 1 then
tailFactorial := accumulator
else
tailFactorial := tailFactorial(n - 1, accumulator * n);
end;
var num: integer;
begin
readln(num);
writeln(tailFactorial(num, 1));
end.
| 18.0625 | 59 | 0.712803 |
6a457d2e0d34323a2f83b0773ccc377eeb59df57 | 11,997 | pas | Pascal | src/Shared/HashList.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 4 | 2017-12-18T15:23:43.000Z | 2019-02-05T18:22:53.000Z | src/Shared/HashList.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 28 | 2018-02-12T20:13:26.000Z | 2019-02-11T17:27:51.000Z | src/Shared/HashList.pas | PMeira/dss_capi | 8b80035730c9d470d057f6643db0a4d4623d70f4 | [
"BSD-3-Clause"
] | 1 | 2018-07-30T22:57:42.000Z | 2018-07-30T22:57:42.000Z | unit HashList;
{
----------------------------------------------------------
Copyright (c) 2008-2015, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
// This Hash list module is designed to make searches on arrays of strings more
// ef... | 26.080435 | 104 | 0.608569 |
cdeaf7762cc3d188a430cc516118550182547f9e | 362 | pas | Pascal | Rootkits/vault/admin/ce54releasesvn/Cheat Engine Net/Client/changetimerunit.pas | dendisuhubdy/grokmachine | 120a21a25c2730ed356739231ec8b99fc0575c8b | [
"BSD-3-Clause"
] | 46 | 2017-05-15T11:15:08.000Z | 2018-07-02T03:32:52.000Z | Rootkits/vault/admin/ce54releasesvn/Cheat Engine Net/Client/changetimerunit.pas | dendisuhubdy/grokmachine | 120a21a25c2730ed356739231ec8b99fc0575c8b | [
"BSD-3-Clause"
] | null | null | null | Rootkits/vault/admin/ce54releasesvn/Cheat Engine Net/Client/changetimerunit.pas | dendisuhubdy/grokmachine | 120a21a25c2730ed356739231ec8b99fc0575c8b | [
"BSD-3-Clause"
] | 24 | 2017-05-17T03:26:17.000Z | 2018-07-09T07:00:50.000Z | unit changetimerunit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TUpdateTimerForm = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
Timer: Integer;
end;
var
UpdateTimerForm: TUpdateTimerForm;
impleme... | 12.928571 | 66 | 0.718232 |
85d66fa94100ac319180eb83b15a08b19223d624 | 19,127 | pas | Pascal | components/jcl/devtools/jpp/Templates/JclContainerTypes.pas | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 15 | 2016-08-24T07:32:49.000Z | 2021-11-16T11:25:00.000Z | components/jcl/devtools/jpp/Templates/JclContainerTypes.pas | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 1 | 2016-08-24T19:00:34.000Z | 2016-08-25T19:02:14.000Z | components/jcl/devtools/jpp/Templates/JclContainerTypes.pas | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 4 | 2016-10-16T17:52:49.000Z | 2020-11-24T11:36:05.000Z | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 44.689252 | 144 | 0.65316 |
618e27aa7db6bf5d9a4b7b24070461a2e50e2436 | 1,626 | pas | Pascal | Matias/Matias 3.0/Source/personal.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Matias/Matias 3.0/Source/personal.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Matias/Matias 3.0/Source/personal.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | unit personal;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, default_grid, DB, Grids, DBGridEh, ExtCtrls, StdCtrls,
FIBDataSet, pFIBDataSet, ComCtrls, Buttons, DBCtrls;
type
TfrmPersonal = class(TfrmGrid_def)
Panel1: TPanel;
OldWokers: TCheckBox;
... | 25.40625 | 83 | 0.768143 |
853ec6e89d47aaba58f1cff91910318f703762f7 | 393 | lpr | Pascal | Mailslots/Server/MailSlotServer.lpr | PavlenkoDR/NetPractice | 6c8f63d74989a85750893cd49a9913068238917f | [
"Apache-2.0"
] | null | null | null | Mailslots/Server/MailSlotServer.lpr | PavlenkoDR/NetPractice | 6c8f63d74989a85750893cd49a9913068238917f | [
"Apache-2.0"
] | null | null | null | Mailslots/Server/MailSlotServer.lpr | PavlenkoDR/NetPractice | 6c8f63d74989a85750893cd49a9913068238917f | [
"Apache-2.0"
] | null | null | null | program MailSlotServer;
{$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.Scaled:=True;
Application.Initi... | 17.086957 | 48 | 0.709924 |
61c6971be617464b250b921359173e7ebab9857d | 3,155 | pas | Pascal | mp/Log.pas | shaoziyang/LittleInterpretors | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | 1 | 2022-03-18T19:18:37.000Z | 2022-03-18T19:18:37.000Z | mp/Log.pas | shaoziyang/LittleInterpreters | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | null | null | null | mp/Log.pas | shaoziyang/LittleInterpreters | f0eb011dd3a0e9b82886465033fd1757bfa96f81 | [
"CC0-1.0"
] | null | null | null | { *********************************************************************** }
{ }
{ Log }
{ }
{ Copyright (c) ... | 26.965812 | 90 | 0.597781 |
61d0154345c9a0610cbed561df21e5cbb25c4f5d | 6,292 | pas | Pascal | settings.pas | saveme1/saveme | 5689b062ffb4812d9eea9a60bd8fa9e0a8df2db4 | [
"MIT"
] | null | null | null | settings.pas | saveme1/saveme | 5689b062ffb4812d9eea9a60bd8fa9e0a8df2db4 | [
"MIT"
] | null | null | null | settings.pas | saveme1/saveme | 5689b062ffb4812d9eea9a60bd8fa9e0a8df2db4 | [
"MIT"
] | null | null | null | unit settings;
{$mode objfpc}{$H+}
interface
uses
{$IFDEF Windows}
Registry,
{$ENDIF}
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, Buttons, IniPropStorage, DBCtrls, content, IpHtml, lib, protection;
type
{ TFormSettings }
TFormSettings = class(TForm)
BitBt... | 25.473684 | 85 | 0.690242 |
85250c2b048d9f4d7983850c8fe3f97846a874e2 | 2,501 | dfm | Pascal | CPRSChart/OR_30_377V9_SRC/CPRS-chart/Orders/fODBase.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 1 | 2015-11-03T14:56:42.000Z | 2015-11-03T14:56:42.000Z | CPRSChart/OR_30_377V9_SRC/CPRS-chart/Orders/fODBase.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRSChart/OR_30_377V9_SRC/CPRS-chart/Orders/fODBase.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | inherited frmODBase: TfrmODBase
Left = 277
Top = 179
Width = 528
Height = 275
HorzScrollBar.Range = 500
HorzScrollBar.Tracking = True
HorzScrollBar.Visible = True
VertScrollBar.Range = 225
VertScrollBar.Visible = True
BorderIcons = [biSystemMenu]
Caption = ''
FormStyle = fsStayOnTop
OnClose = ... | 21.747826 | 48 | 0.605758 |
618f8b9377293227be0b1caeb67f720190409892 | 407 | pas | Pascal | Geral/Encrypt.pas | sourcecode-museum/D5.Funcoes | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | 1 | 2021-02-04T00:43:10.000Z | 2021-02-04T00:43:10.000Z | Geral/Encrypt.pas | ezequiasmartins-bhz/legado-D5-funcoes-diversas-by-Heliomar-Marques | af5d6f8bfeb160cfaee3752fb2dd831368687959 | [
"MIT"
] | null | null | null | Geral/Encrypt.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 Encrypt( Senha:String ): String;
{Encripta uma String}
Const
Chave : String = 'Jesus';
Var
x,y : Integer;
NovaSenha : String;
begin
for x := 1 to Length( Chave ) do begin
NovaSenha := '';
for y := 1 to Length( Senha ) do
NovaSenha := NovaSenha + chr( (Ord(Chave[x]... | 23.941176 | 75 | 0.562654 |
85c012ae1cfcfd7e5cae9f9e4f4b75c6939983c8 | 2,234 | pas | Pascal | UtilLog.pas | commandus/util | 05c89c3f7418ee790b79c053d2b4dee3c8c3ce96 | [
"MIT"
] | null | null | null | UtilLog.pas | commandus/util | 05c89c3f7418ee790b79c053d2b4dee3c8c3ce96 | [
"MIT"
] | null | null | null | UtilLog.pas | commandus/util | 05c89c3f7418ee790b79c053d2b4dee3c8c3ce96 | [
"MIT"
] | null | null | null | unit UtilLog;
(*##*)
(*******************************************************************
* *
* U T I L L O G Ensen's logging routines for Delphi *
* *
* Copyright (c) 1... | 26.282353 | 70 | 0.43017 |
6a38bd85ab3b56140542bb5895fb30d792ad9b90 | 45,515 | pas | Pascal | src/MongoBsonSerializer.pas | alexeyvo/mongoc-wrapper-delphi | c29d6d839696d3e9d80a301a207c2660ac62ca9e | [
"MIT"
] | null | null | null | src/MongoBsonSerializer.pas | alexeyvo/mongoc-wrapper-delphi | c29d6d839696d3e9d80a301a207c2660ac62ca9e | [
"MIT"
] | 2 | 2015-01-12T08:31:57.000Z | 2015-01-12T08:31:57.000Z | src/MongoBsonSerializer.pas | alexeyvo/mongoc-wrapper-delphi | c29d6d839696d3e9d80a301a207c2660ac62ca9e | [
"MIT"
] | null | null | null | unit MongoBsonSerializer;
interface
{$i DelphiVersion_defines.inc}
uses
Classes, SysUtils, TypInfo,
MongoBson,
{$IFDEF DELPHIXE}System.Generics.Collections,{$ENDIF}
uCnvDictionary;
const
SERIALIZED_ATTRIBUTE_ACTUALTYPE = '_type';
SERIALIZED_ATTRIBUTE_COLLECTION_KEY = '_key';
SERIALIZED_ATTRIBUTE_COLLE... | 33.05374 | 133 | 0.729012 |
6a1d242e6543e7f6a5fde395206999c3c693fff7 | 164 | pas | Pascal | git/models/WvN.GitLens.Git.RemoteProvider.pas | WouterVanNifterick/delphi-gitlens | f782206dc3c91a53c712878975fc668ee80f9b26 | [
"MIT"
] | 6 | 2022-03-14T05:21:54.000Z | 2022-03-16T11:39:04.000Z | git/models/WvN.GitLens.Git.RemoteProvider.pas | WouterVanNifterick/delphi-gitlens | f782206dc3c91a53c712878975fc668ee80f9b26 | [
"MIT"
] | null | null | null | git/models/WvN.GitLens.Git.RemoteProvider.pas | WouterVanNifterick/delphi-gitlens | f782206dc3c91a53c712878975fc668ee80f9b26 | [
"MIT"
] | 1 | 2022-03-14T05:10:56.000Z | 2022-03-14T05:10:56.000Z | unit WvN.GitLens.Git.RemoteProvider;
interface
type
TRemoteProvider = record
id: string;
name: string;
domain: string;
end;
implementation
end.
| 10.933333 | 36 | 0.70122 |
85e87eb4f3f1aa7775de36d0a1db291362b8d4d1 | 31,163 | pas | Pascal | file_handling.pas | richorr/ASCII-axe | 02ddf5aa0e76235e6c2a350bdbd03439726579f0 | [
"MIT"
] | 1 | 2022-02-22T16:31:58.000Z | 2022-02-22T16:31:58.000Z | file_handling.pas | richorr/ASCII-axe | 02ddf5aa0e76235e6c2a350bdbd03439726579f0 | [
"MIT"
] | null | null | null | file_handling.pas | richorr/ASCII-axe | 02ddf5aa0e76235e6c2a350bdbd03439726579f0 | [
"MIT"
] | null | null | null | (* Unit responsible for saving and loading data *)
unit file_handling;
{$mode objfpc}{$H+}
interface
uses
SysUtils, DOM, XMLWrite, XMLRead, TypInfo, globalutils, universe,
cave, items, entities, player_inventory, player_stats;
(* Write a newly generate level of a dungeon to disk *)
procedure writeNewDungeonLev... | 46.581465 | 161 | 0.700382 |
85d00d52c7670828f514ceb1b242c9d577c6c3fc | 6,739 | pas | Pascal | src/CustomClasses.pas | pR0Ps/NetChatLink | 7431757408e06dc5b1dd35195491a15fd4915d93 | [
"MIT"
] | null | null | null | src/CustomClasses.pas | pR0Ps/NetChatLink | 7431757408e06dc5b1dd35195491a15fd4915d93 | [
"MIT"
] | 2 | 2017-09-08T04:50:48.000Z | 2018-03-24T19:15:53.000Z | src/CustomClasses.pas | pR0Ps/NetChatLink | 7431757408e06dc5b1dd35195491a15fd4915d93 | [
"MIT"
] | null | null | null | unit CustomClasses;
interface
uses Classes;
type
TUser = class
public
Name : WideString;
PM, MC, Control: char; //Y=yes, N=no, U=unset (OP can override)
end;
TUserList = class(TList)
protected
function Get(Index: Integer): TUser;
procedure Put(Index: Integer; const Value: TUs... | 26.22179 | 97 | 0.499481 |
6ab349e1f94efce6e6cf5343c83f8c122b535c55 | 4,097 | dfm | Pascal | ufrmAddCust.dfm | corneliusdavid/DBISAMDemo | a6fef01c2698ccd2272c392c5851d15cf1966c88 | [
"MIT"
] | 1 | 2019-04-25T16:31:07.000Z | 2019-04-25T16:31:07.000Z | ufrmAddCust.dfm | corneliusdavid/DBISAMDemo | a6fef01c2698ccd2272c392c5851d15cf1966c88 | [
"MIT"
] | null | null | null | ufrmAddCust.dfm | corneliusdavid/DBISAMDemo | a6fef01c2698ccd2272c392c5851d15cf1966c88 | [
"MIT"
] | 1 | 2018-03-16T14:47:42.000Z | 2018-03-16T14:47:42.000Z | object frmAddCust: TfrmAddCust
Left = 363
Top = 111
Width = 515
Height = 490
Caption = 'Add Customer'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnSh... | 17.813043 | 36 | 0.590676 |
8526dba6cd63b9fef04d7cbaa05207e2b4a83e9e | 9,652 | pas | Pascal | subtrees/ultibohub/Examples/Synapse/FTPServ/RPi2/ftpthrd.pas | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | subtrees/ultibohub/Examples/Synapse/FTPServ/RPi2/ftpthrd.pas | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | subtrees/ultibohub/Examples/Synapse/FTPServ/RPi2/ftpthrd.pas | markfirmware/ultibo-kernel-sampler | e2965229925f20383b22e27b1437eeca5d2b0ca3 | [
"MIT"
] | null | null | null | unit FtpThrd;
{$IFDEF FPC}
{$mode delphi}
{$endif}
interface
uses
{$IFDEF LINUX}
Libc,
{$ELSE}
{$IFDEF ULTIBO}
Platform, Threads, Ultibo,
{$ELSE}
Windows,
{$ENDIF}
{$ENDIF}
Classes, SysUtils, blcksock, synsock, synautil{$IFNDEF ULTIBO}, filectrl{$ENDIF};
type
TFtpServerThread = class(TThread... | 25.135417 | 89 | 0.524554 |
aad9e790f18b344737a596f54fd2000cac84d6e5 | 41,676 | pas | Pascal | DPF.Android.BaseControl.pas | JouriM66/DPF.Android.Native.Components | 162948119d62cd7971ed208fe3744bb52e15df1f | [
"Apache-2.0"
] | 6 | 2016-06-13T09:53:06.000Z | 2021-09-24T09:40:49.000Z | DPF.Android.BaseControl.pas | JouriM66/DPF.Android.Native.Components | 162948119d62cd7971ed208fe3744bb52e15df1f | [
"Apache-2.0"
] | 3 | 2016-04-17T16:43:33.000Z | 2018-01-20T17:29:39.000Z | DPF.Android.BaseControl.pas | JouriM66/DPF.Android.Native.Components | 162948119d62cd7971ed208fe3744bb52e15df1f | [
"Apache-2.0"
] | 1 | 2019-04-28T11:59:24.000Z | 2019-04-28T11:59:24.000Z | // ------------------------------------------------------------------------------
// DPF.Android.BaseControl Class
//
// Dadeh Pardazane Faragir ( DPF ) Co.
//
// Web: http://www.dpfaragir.com
//
// Developed By: Babak Yaghoobi
//
// Email #1: yaghoobi@dpfaragir.com
// Email #2: b_yaghobi@yahoo.com
//
// --... | 32.457944 | 311 | 0.591252 |
6acd73e2845cc5860864657543593f0dfc191dda | 94,234 | pas | Pascal | vc2/unaSpeexAPI.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 27 | 2018-04-17T07:56:29.000Z | 2022-03-16T15:40:43.000Z | vc2/unaSpeexAPI.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 5 | 2018-05-17T20:04:55.000Z | 2021-10-06T09:08:24.000Z | vc2/unaSpeexAPI.pas | cupples/vcp | 0ade74b23dab087582942acb9673e7dbdca88d92 | [
"Apache-2.0"
] | 16 | 2018-04-17T07:56:32.000Z | 2021-09-03T09:33:50.000Z | (*
Copyright 2018 Alex Shamray
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | 30.476714 | 168 | 0.669185 |
8522a4eb72c9d018e02b51f4a69180f21d6c59df | 672 | dpr | Pascal | Projects/Lazarus_Bible/FPC/Mdidemo2.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Lazarus_Bible/FPC/Mdidemo2.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Lazarus_Bible/FPC/Mdidemo2.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program Mdidemo2;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
uses
{$IFnDEF FPC}
{$ELSE}
Interfaces,
{$ENDIF}
Forms,
Frm_MDIDemo2MAIN in '..\Source\Mdidemo2\Frm_MDIDemo2MAIN.PAS' {MainForm},
CHILD2 in '..\Source\Mdidemo2\CHILD2.PAS' {ChildForm},
frm_MDIDemo2ABOUT in '..\Source\Mdidemo2\frm_MDIDe... | 24 | 80 | 0.683036 |
6ab3ae6c62a9efff464f9621949b4aca9c0d9a38 | 11,941 | pas | Pascal | Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Sets.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 62 | 2016-01-20T16:26:25.000Z | 2022-02-28T14:25:52.000Z | Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Sets.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | null | null | null | Libraries/Spring4D/Source/Base/Collections/Spring.Collections.Sets.pas | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 20 | 2016-09-08T00:15:22.000Z | 2022-01-26T13:13:08.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 23.645545 | 81 | 0.645926 |
61992b3cb874b5aec00404c030de70707b50d06e | 3,770 | pas | Pascal | Demos/RealtimeMoveDemo/demoservice.Impl.pas | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | 1 | 2020-10-17T04:44:02.000Z | 2020-10-17T04:44:02.000Z | Demos/RealtimeMoveDemo/demoservice.Impl.pas | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | null | null | null | Demos/RealtimeMoveDemo/demoservice.Impl.pas | landrix/DelphiGrpc | f7eb2234232fb7b7ce9185d722dd5392bf5b6571 | [
"Apache-2.0"
] | 1 | 2020-09-12T09:54:47.000Z | 2020-09-12T09:54:47.000Z | unit demoservice.Impl;
interface
uses
demoservice.Server, demoservice.Proto, System.Generics.Collections, System.Types, System.SyncObjs;
type
TMoveService_Server_Impl = class(TMoveService_Server)
protected
class var FNamePos: TDictionary<string,TMove>;
class var FNameWaiters: TDictionary<TEv... | 28.345865 | 160 | 0.663926 |
8585ddf74714cf36ba4e9632beabc10caeb54a33 | 92,967 | pas | Pascal | Version8/Source/PDElements/AutoTrans.pas | dss-extensions/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 1 | 2022-01-23T14:43:30.000Z | 2022-01-23T14:43:30.000Z | Version8/Source/PDElements/AutoTrans.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | 7 | 2018-08-15T04:00:26.000Z | 2018-10-25T10:15:59.000Z | Version8/Source/PDElements/AutoTrans.pas | PMeira/electricdss-src | fab07b5584090556b003ef037feb25ec2de3b7c9 | [
"BSD-3-Clause"
] | null | null | null | unit AutoTrans;
{
----------------------------------------------------------
Copyright (c) 2008-2018, Electric Power Research Institute, Inc.
All rights reserved.
----------------------------------------------------------
}
{
Change log
7-14-2018 Created from Transformer
9-19-2018 committe... | 34.767016 | 185 | 0.542451 |
6aac2499c6c57d36a2efa9c6ceddd68ecb1ed066 | 8,034 | pas | Pascal | ptops.pas | nextjob/CodeSharkFCs | 1e2be6dffe87db62db204a8239650e1fbd108092 | [
"Unlicense"
] | 3 | 2020-03-07T07:49:49.000Z | 2020-07-31T01:24:00.000Z | ptops.pas | nextjob/CodeSharkFCs | 1e2be6dffe87db62db204a8239650e1fbd108092 | [
"Unlicense"
] | null | null | null | ptops.pas | nextjob/CodeSharkFCs | 1e2be6dffe87db62db204a8239650e1fbd108092 | [
"Unlicense"
] | 2 | 2020-07-31T01:24:02.000Z | 2020-09-12T00:25:03.000Z | { This file is part of CodeSharkFCs
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In ... | 31.754941 | 102 | 0.752925 |
6a103296deda70e0c538ee409a075635ad786f1d | 17,334 | pas | Pascal | Ciphers/DCPcast128.pas | nelson-integra/DCPCrypt | f9de59bee2c07df1129fa285cefe839c3fcb9792 | [
"MIT"
] | 36 | 2015-10-19T04:02:52.000Z | 2022-02-06T18:35:41.000Z | Ciphers/DCPcast128.pas | halilhanbadem/DCPCrypt | 7e33ec7a32a748df05822ac54fc631945854ddd9 | [
"MIT"
] | 2 | 2019-11-29T22:12:12.000Z | 2020-11-06T11:04:44.000Z | Ciphers/DCPcast128.pas | halilhanbadem/DCPCrypt | 7e33ec7a32a748df05822ac54fc631945854ddd9 | [
"MIT"
] | 22 | 2016-04-06T11:50:04.000Z | 2022-03-28T04:04:24.000Z | {******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{******************************************************************************}
{* A binary compatible implementation of Cast128 ****************************... | 45.496063 | 98 | 0.571247 |
85c77bd4fd0e9ed2e26a686780dc53b712344096 | 52,957 | pas | Pascal | zint_dotcode.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | 1 | 2021-11-16T21:17:37.000Z | 2021-11-16T21:17:37.000Z | zint_dotcode.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | null | null | null | zint_dotcode.pas | jonahzheng/Zint-Barcode-Generator-for-Delphi | 2597216d2c2d25c405efebef9c1426ce71dcc555 | [
"Apache-2.0"
] | null | null | null | unit zint_dotcode;
{
Based on Zint (done by Robin Stuart and the Zint team)
http://github.com/zint/zint
Translation by TheUnknownOnes
http://theunknownones.net
License: Apache License 2.0
Status:
3432bc9aff311f2aea40f0e9883abfe6564c080b complete
}
{$IFDEF FPC}
{$mode objfpc}{$H+}
{... | 35.878726 | 146 | 0.486055 |
85d1d6bd99e047c5f11524c3ae5575e0265f8699 | 1,790 | pas | Pascal | hedgewars/uConsole.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 401 | 2015-01-08T05:38:43.000Z | 2022-03-26T10:56:42.000Z | hedgewars/uConsole.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 31 | 2015-01-05T16:50:02.000Z | 2021-04-05T02:10:38.000Z | hedgewars/uConsole.pas | ChrisIgel/hw | de899e02055352e5ef05e9086190635880c6ba5f | [
"Apache-2.0"
] | 107 | 2015-01-08T05:38:46.000Z | 2022-02-10T03:49:40.000Z | (*
* Hedgewars, a free turn based strategy game
* Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License
*
... | 25.942029 | 97 | 0.716201 |
85f6957e000074d98901f75c63be9d9a256aa621 | 1,525 | dfm | Pascal | windows/src/developer/TIKE/dialogs/UfrmRegressionTestsWaitForIdle.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/developer/TIKE/dialogs/UfrmRegressionTestsWaitForIdle.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/developer/TIKE/dialogs/UfrmRegressionTestsWaitForIdle.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | inherited frmRegressionTestsWaitForIdle: TfrmRegressionTestsWaitForIdle
Left = 192
Top = 362
BorderStyle = bsDialog
Caption = 'Wait for Idle Keyboard'
ClientHeight = 181
ClientWidth = 317
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS S... | 20.333333 | 74 | 0.634098 |
8590ad7e4dbacf8a86e5f8af87fe491472d1b306 | 249 | pas | Pascal | module/field/ufield.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | module/field/ufield.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | module/field/ufield.pas | Htocki/Tetris | fd21e8fe3ca3bfd79ce69083be53b6f83cbffbc8 | [
"MIT"
] | null | null | null | { ufield.pas }
unit UField;
interface
uses UFigure, UMatrix;
procedure fieAdd(var matrix: TMatrix; width, height: integer);
function fieDeleteFilledLine(var matrix: TMatrix): boolean;
implementation
{$I add.pas}
{$I delete_filled_line.pas}
end.
| 16.6 | 62 | 0.767068 |
85465c149bf0edeb521cf94c953a32298c6f882d | 2,113 | pas | Pascal | source/formChennelAdd.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2021-06-24T13:09:19.000Z | 2021-06-24T13:09:19.000Z | source/formChennelAdd.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | null | null | null | source/formChennelAdd.pas | krab22/modbusemu | 30bd0b80602a87a26ba521b6160e788143f37c08 | [
"BSD-2-Clause"
] | 1 | 2020-06-30T09:55:31.000Z | 2020-06-30T09:55:31.000Z | unit formChennelAdd;
{$mode objfpc}{$H+}
interface
uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
MBDeviceClasses, LoggerItf;
type
TformChenAdd = class(TForm)
btAddRSChennel : TButton;
btAddTCPChennel : TButton;
btCancel : TButton;
procedure btAddRSChe... | 26.4125 | 114 | 0.717463 |
6ae6efd5db1859063f9c4945c1a5735e70657578 | 5,475 | pas | Pascal | RMSVST4/UCPlugView.pas | RuudErmers/RMSVST3_2 | e68a321e25fda9b4707b67e0d8f0d36ea2a50f54 | [
"Zlib"
] | 3 | 2020-04-20T16:12:03.000Z | 2021-03-07T02:37:56.000Z | RMSVST4/UCPlugView.pas | RuudErmers/RMSVST3_2 | e68a321e25fda9b4707b67e0d8f0d36ea2a50f54 | [
"Zlib"
] | null | null | null | RMSVST4/UCPlugView.pas | RuudErmers/RMSVST3_2 | e68a321e25fda9b4707b67e0d8f0d36ea2a50f54 | [
"Zlib"
] | 2 | 2020-07-19T16:35:44.000Z | 2020-09-13T20:05:47.000Z | unit UCPlugView;
interface
uses Vst3Base,Forms,UVST3Controller,Types;
type
CPlugView = class(TInterfacedObject,IPlugView)
FEditorForm:TForm;
FFrame: IPlugFrame;
public
IVST3:IVST3Controller;
function IsPlatformTypeSupported(aType: FIDString): TResult; stdcall;
(* The parent window of... | 30.586592 | 140 | 0.710868 |
6afe489a6f50d6ade996abfaaef938e03127414f | 1,705 | pas | Pascal | copymove/0008.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | copymove/0008.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | copymove/0008.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
Note : Functions beginning with "__" come from the ECO Library - Kerry.
FLOOR A.C. NAAIJKENS
The Norton-like bar along with the copying won't compile
{$I-}
function __copyfil(show : boolean; x1, x2, y, f, b : byte;
fs : longint; src, targ : string) : byte;
{
return codes:
0 succes... | 19.825581 | 72 | 0.547214 |
6a34b18fbc6b67a106af4034d478699a34f876cf | 976 | dpr | Pascal | Demos/FMX/RegisterSimpleClipper and GetObjects/SimpleClipperAndObjectsDemo.dpr | chrisrolliston/CCR.Clipboard | 636fe23ef45671f1be122a083bfee5f1c1383a71 | [
"Xnet",
"OML",
"X11",
"AML"
] | 53 | 2015-06-07T20:45:20.000Z | 2022-03-02T05:49:22.000Z | Demos/FMX/RegisterSimpleClipper and GetObjects/SimpleClipperAndObjectsDemo.dpr | chrisrolliston/CCR.Clipboard | 636fe23ef45671f1be122a083bfee5f1c1383a71 | [
"Xnet",
"OML",
"X11",
"AML"
] | 2 | 2015-08-24T10:20:38.000Z | 2019-05-22T15:57:37.000Z | Demos/FMX/RegisterSimpleClipper and GetObjects/SimpleClipperAndObjectsDemo.dpr | chrisrolliston/CCR.Clipboard | 636fe23ef45671f1be122a083bfee5f1c1383a71 | [
"Xnet",
"OML",
"X11",
"AML"
] | 12 | 2017-02-03T10:22:36.000Z | 2022-01-28T06:44:13.000Z | program SimpleClipperAndObjectsDemo;
uses
System.StartUpCopy,
FMX.Forms,
SimpleClipperAndGetObjectsForm in 'SimpleClipperAndGetObjectsForm.pas' {frmSimpleClipperAndGetObjectsDemo},
CCR.Clipboard in '..\..\..\CCR.Clipboard.pas',
CCR.Clipboard.Apple in '..\..\..\CCR.Clipboard.Apple.pas',
CCR.Clipboar... | 39.04 | 110 | 0.69877 |
6a86cec02c1f7c8c5cf08ed6691733813f3ae1f4 | 92,856 | pas | Pascal | 3rdParty/JWAPI/jwapi2.2a/Win32API/JwaLmAccess.pas | bero/CodeCoverage | 927a3059962296c4d9f9bac861b1446259214471 | [
"Apache-2.0"
] | 1 | 2020-10-06T01:19:34.000Z | 2020-10-06T01:19:34.000Z | 3rdParty/JWAPI/jwapi2.2a/Win32API/JwaLmAccess.pas | bero/CodeCoverage | 927a3059962296c4d9f9bac861b1446259214471 | [
"Apache-2.0"
] | null | null | null | 3rdParty/JWAPI/jwapi2.2a/Win32API/JwaLmAccess.pas | bero/CodeCoverage | 927a3059962296c4d9f9bac861b1446259214471 | [
"Apache-2.0"
] | null | null | null | {******************************************************************************}
{ }
{ Lan Manager Access API interface Unit for Object Pascal }
{ ... | 32.730349 | 210 | 0.754599 |
85986cf86bdc62df11c436ba59269bfbe99cd74b | 4,163 | dfm | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fNotePrt.dfm | timmvt/VistA_tt | 05694e3a98c026f682f99ca9eb701bdd1e82af28 | [
"Apache-2.0"
] | 72 | 2015-02-03T02:30:45.000Z | 2020-01-30T17:20:52.000Z | CPRSChart/OR_30_423_SRC/CPRS-chart/fNotePrt.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 80 | 2016-04-19T12:04:06.000Z | 2020-01-31T14:35:19.000Z | CPRSChart/OR_30_423_SRC/CPRS-chart/fNotePrt.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 67 | 2015-01-27T16:47:56.000Z | 2020-02-12T21:23:56.000Z | inherited frmNotePrint: TfrmNotePrint
Left = 516
Top = 189
Caption = 'frmNotePrint'
ClientHeight = 306
Position = poScreenCenter
ExplicitHeight = 340
PixelsPerInch = 96
TextHeight = 13
object lblPrintTo: TLabel [0]
Left = 8
Top = 269
Width = 3
Height = 13
end
object lblNoteTitle: T... | 20.815 | 48 | 0.553207 |
6aeb9c453c6fa6196010b9693958742df73c604e | 3,769 | pas | Pascal | SimpleBaseLib.Tests/src/Base16/Base16Tests.pas | lgadina/SimpleBaseLib4Pascal | ae402fee0b6d5c6e25d6f484e5ca9f3ee64629e8 | [
"MIT"
] | 32 | 2018-03-21T16:56:04.000Z | 2022-01-15T02:27:24.000Z | SimpleBaseLib.Tests/src/Base16/Base16Tests.pas | anomous/SimpleBaseLib4Pascal | ae402fee0b6d5c6e25d6f484e5ca9f3ee64629e8 | [
"MIT"
] | 1 | 2018-10-12T07:50:32.000Z | 2018-11-03T14:42:03.000Z | SimpleBaseLib.Tests/src/Base16/Base16Tests.pas | anomous/SimpleBaseLib4Pascal | ae402fee0b6d5c6e25d6f484e5ca9f3ee64629e8 | [
"MIT"
] | 18 | 2018-03-18T17:26:12.000Z | 2022-03-17T13:09:20.000Z | unit Base16Tests;
{$IFDEF FPC}
{$MODE DELPHI}
{$WARNINGS OFF}
{$ENDIF FPC}
interface
uses
SysUtils,
{$IFDEF FPC}
fpcunit,
testregistry,
{$ELSE}
TestFramework,
{$ENDIF FPC}
SbpUtilities,
SbpSimpleBaseLibTypes,
SbpBase16,
SbpBase58;
type
TCryptoLibTestCase = class abstract(TTestCase)
end;
type
... | 18.296117 | 76 | 0.714513 |
830a20e5adc9936abe0abb10ca07a321849bbb58 | 515 | dpr | Pascal | Components/JVCL/qexamples/JvXPControls/JvXPBar/WinXPBarDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvXPControls/JvXPBar/WinXPBarDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvXPControls/JvXPBar/WinXPBarDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | {******************************************************************************}
{* WARNING: JEDI VCL To CLX Converter generated unit. *}
{* Manual modifications will be lost on next release. *}
{****************************************************************************... | 27.105263 | 80 | 0.429126 |
6adceacd5ab2452f1600f68c9191443daa1d8edd | 1,946 | dpr | Pascal | PascalCoinWallet.dpr | mehmetsamat/kmercoin | c8834c9cac8a947b77e33af3cef41edcbdbbe318 | [
"MIT"
] | null | null | null | PascalCoinWallet.dpr | mehmetsamat/kmercoin | c8834c9cac8a947b77e33af3cef41edcbdbbe318 | [
"MIT"
] | null | null | null | PascalCoinWallet.dpr | mehmetsamat/kmercoin | c8834c9cac8a947b77e33af3cef41edcbdbbe318 | [
"MIT"
] | 1 | 2020-12-26T17:51:33.000Z | 2020-12-26T17:51:33.000Z | program PascalCoinWallet;
uses
Forms,
UBlockChain in 'Units\PascalCoin\UBlockChain.pas',
UCrypto in 'Units\PascalCoin\UCrypto.pas',
UTime in 'Units\PascalCoin\UTime.pas',
UWalletKeys in 'Units\PascalCoin\UWalletKeys.pas',
UOpTransaction in 'Units\PascalCoin\UOpTransaction.pas',
UNetProtocol in 'Units\Pas... | 42.304348 | 105 | 0.778006 |
830067254a9b2e5572d79da344bc66d2e62ac8a9 | 2,851 | pas | Pascal | sources/Firebase.Interfaces.pas | wfssoftware/firebaseD10 | c0daa94df22856828d4565755c258fb1c63e3263 | [
"Apache-2.0"
] | 109 | 2015-06-02T06:54:44.000Z | 2022-02-28T20:48:41.000Z | sources/Firebase.Interfaces.pas | wfssoftware/firebaseD10 | c0daa94df22856828d4565755c258fb1c63e3263 | [
"Apache-2.0"
] | 7 | 2016-06-18T12:20:07.000Z | 2020-02-27T23:42:37.000Z | sources/Firebase.Interfaces.pas | wfssoftware/firebaseD10 | c0daa94df22856828d4565755c258fb1c63e3263 | [
"Apache-2.0"
] | 31 | 2016-01-11T17:40:43.000Z | 2021-09-03T16:33:06.000Z | { *******************************************************************************
Copyright 2015 Daniele Spinetti
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.... | 39.054795 | 95 | 0.679411 |
85393e651cca7bca2427485f4695ccf5d1696be3 | 12,750 | pas | Pascal | sound/0102.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | sound/0102.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | sound/0102.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | unit FM;
{Version 1.0
Copyright 1996 Jack Neely
This unit was written by Jack Neely using Borland's Turbo
Pascal 7.0. You may contact me for any reason using the
e-mail address hneely@ac.net
This unit takes advantage of the FM sound abilities of the
Adlib/Sound Blaster and compatible sound cards. All t... | 31.954887 | 79 | 0.617882 |
85e12694936bdf3ea282345dd289dd7e6207e097 | 519 | dfm | Pascal | Chapter01/RECIPE06_embedded_forms/10_TabbedLikeBrowserInterface/Form1U.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | Chapter01/RECIPE06_embedded_forms/10_TabbedLikeBrowserInterface/Form1U.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 1 | 2021-02-07T16:26:57.000Z | 2021-03-02T06:36:26.000Z | Chapter01/RECIPE06_embedded_forms/10_TabbedLikeBrowserInterface/Form1U.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | inherited Form1: TForm1
Caption = 'Orders'
ExplicitWidth = 507
ExplicitHeight = 362
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 32
Width = 111
Height = 13
Caption = 'This is the Orders Form'
end
object Button1: TButton
Left = 16
Top = 72
Width... | 19.961538 | 72 | 0.633911 |
85d59f3520115a756897486b4399083564391768 | 4,383 | dfm | Pascal | TypesAndStructuresOfData/TSD-2-Records/UnitMain.dfm | KvanTTT/Education | e9dc00bfc25ccf0e25c4e7ec187bccb680f126f9 | [
"MIT"
] | 1 | 2018-04-06T19:47:37.000Z | 2018-04-06T19:47:37.000Z | TypesAndStructuresOfData/TSD-2-Records/UnitMain.dfm | KvanTTT/BMSTU-Education | e9dc00bfc25ccf0e25c4e7ec187bccb680f126f9 | [
"MIT"
] | null | null | null | TypesAndStructuresOfData/TSD-2-Records/UnitMain.dfm | KvanTTT/BMSTU-Education | e9dc00bfc25ccf0e25c4e7ec187bccb680f126f9 | [
"MIT"
] | null | null | null | object Form1: TForm1
Left = 146
Top = 0
Caption = 'Form1'
ClientHeight = 691
ClientWidth = 804
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
OnCloseQuery = FormClo... | 20.481308 | 119 | 0.584759 |
8300558c55622ef486a6d4b26b796f0cd4145f34 | 1,775 | dfm | Pascal | Chapter06/RECIPE05/HTTPClientWithTidHTTP/MainFormU.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | Chapter06/RECIPE05/HTTPClientWithTidHTTP/MainFormU.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 1 | 2019-10-28T16:51:11.000Z | 2019-10-28T16:51:11.000Z | Chapter06/RECIPE05/HTTPClientWithTidHTTP/MainFormU.dfm | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Sending POST data'
ClientHeight = 165
ClientWidth = 285
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeigh... | 21.385542 | 86 | 0.63493 |
85a91e63aec3bf03c214e6d1954ecfb993dc38ce | 2,994 | pas | Pascal | Source/Kitto.Auth.DBServer.pas | atkins126/kitto3 | 660bf1ca1ed0a85578acf6fd9ce8292f6e24c13d | [
"Apache-2.0"
] | 10 | 2021-11-05T08:50:57.000Z | 2022-03-23T12:19:22.000Z | Source/Kitto.Auth.DBServer.pas | gz818/kitto3 | e76eea45028d732730a66c2d6238d13cd2e65392 | [
"Apache-2.0"
] | null | null | null | Source/Kitto.Auth.DBServer.pas | gz818/kitto3 | e76eea45028d732730a66c2d6238d13cd2e65392 | [
"Apache-2.0"
] | 2 | 2021-11-18T05:41:01.000Z | 2022-02-19T15:14:54.000Z | {-------------------------------------------------------------------------------
Copyright 2012-2021 Ethea S.r.l.
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.apach... | 29.643564 | 89 | 0.693721 |
179a13a6e3cda4f889b8c1ff067d5d3fb0398606 | 2,175 | pas | Pascal | Tools/UIEditor/FormListEdit.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 104 | 2015-01-18T02:02:11.000Z | 2022-02-22T11:53:06.000Z | Tools/UIEditor/FormListEdit.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 13 | 2015-07-18T18:53:15.000Z | 2021-10-04T10:31:01.000Z | Tools/UIEditor/FormListEdit.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 47 | 2015-01-17T21:50:12.000Z | 2022-02-15T13:49:02.000Z | unit FormListEdit;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
{$IFnDEF FPC}
Windows,
{$ELSE}
LCLIntf, LCLType, LMessages,
{$ENDIF}
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, TERRA_Object, TERRA_Collections, TERRA_List, TERRA_FileUtils;
type
TListEditFor... | 18.75 | 82 | 0.714023 |
85f882c1884312f7c5ca82241b84e9cda5aaa9b6 | 5,065 | dpr | Pascal | library/r3/tests/fhirtests3.dpr | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | library/r3/tests/fhirtests3.dpr | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | library/r3/tests/fhirtests3.dpr | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | {
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions i... | 47.336449 | 82 | 0.743929 |
61dc8ce220baed861f3a1755a35a243367a6511a | 1,523 | pas | Pascal | encrypt/0030.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | encrypt/0030.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | encrypt/0030.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
EH> But if it isn't a VAR parameter it IS copied afterwards (out of the
EH> manual, Inside Turbo Pascal): Value parameters are passed by value or
EH> by reference depending on the size and type of the parameter. (deleted
EH> when passed by value). Otherwise a pointer to the value is pushed and
EH> the proce... | 23.430769 | 76 | 0.661195 |
6a82d661762805134a7945c134a532b90d92afef | 2,415 | dfm | Pascal | BAB-1/Hilman_TrafficLight/Unit1.dfm | teknologi-pendidikan/matkul-pemrograman-visual | aa9faca0f17a53369760a952dea631b917d3abe7 | [
"MIT"
] | null | null | null | BAB-1/Hilman_TrafficLight/Unit1.dfm | teknologi-pendidikan/matkul-pemrograman-visual | aa9faca0f17a53369760a952dea631b917d3abe7 | [
"MIT"
] | null | null | null | BAB-1/Hilman_TrafficLight/Unit1.dfm | teknologi-pendidikan/matkul-pemrograman-visual | aa9faca0f17a53369760a952dea631b917d3abe7 | [
"MIT"
] | null | null | null | object Form1: TForm1
Left = 298
Top = 178
Width = 546
Height = 474
Caption = 'Form1'
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 L1:... | 19.166667 | 64 | 0.595445 |
851062bf2c91c96f0a84fc14d6006dc3e48a24ca | 1,755 | dfm | Pascal | package/UniSynEdit/Source/SynEditKeyCmdEditor.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | package/UniSynEdit/Source/SynEditKeyCmdEditor.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | package/UniSynEdit/Source/SynEditKeyCmdEditor.dfm | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | object SynEditKeystrokeEditorForm: TSynEditKeystrokeEditorForm
Left = 424
Top = 306
BorderStyle = bsDialog
Caption = 'Edit Keystroke'
ClientHeight = 129
ClientWidth = 269
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Positi... | 19.943182 | 62 | 0.576068 |
8315e327c4dc63059b0f56ac2dba61e35a894906 | 1,272 | pas | Pascal | Codigos/unitQrMotCancel.pas | MDsolucoesTI/UniVendas | 9a33e3f11d461a586847f979684eacab9c764a10 | [
"MIT"
] | null | null | null | Codigos/unitQrMotCancel.pas | MDsolucoesTI/UniVendas | 9a33e3f11d461a586847f979684eacab9c764a10 | [
"MIT"
] | null | null | null | Codigos/unitQrMotCancel.pas | MDsolucoesTI/UniVendas | 9a33e3f11d461a586847f979684eacab9c764a10 | [
"MIT"
] | 1 | 2021-12-03T08:20:37.000Z | 2021-12-03T08:20:37.000Z | //////////////////////////////////////////////////////////////////////////
// Criacao...........: 07/2002
// Sistema...........: Controle de Vendas - Unimed
// Analistas.........: Marilene Esquiavoni & Denny Paulista Azevedo Filho
// Desenvolvedores...: Marilene Esquiavoni & Denny Paulista Azevedo Filho
// Copyrig... | 25.44 | 77 | 0.591195 |
61f8a2c2cb4197af8cc71861a83ca879ce327835 | 3,166 | pas | Pascal | toolkit2/editors/ftk_worker_home.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | toolkit2/editors/ftk_worker_home.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | toolkit2/editors/ftk_worker_home.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | unit ftk_worker_home;
{
Copyright (c) 2001-2021, 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 sour... | 34.043011 | 153 | 0.772584 |
85fcf9d3a785a8cfddf227590e20404b9756c5f8 | 14,480 | dfm | Pascal | project/forms/ufEditLink.dfm | optimistex/linker | 5df119fa1943c693df3f3e92ace8594bc212393a | [
"Unlicense"
] | 5 | 2016-08-19T12:04:18.000Z | 2021-03-04T17:47:58.000Z | project/forms/ufEditLink.dfm | optimistex/linker | 5df119fa1943c693df3f3e92ace8594bc212393a | [
"Unlicense"
] | null | null | null | project/forms/ufEditLink.dfm | optimistex/linker | 5df119fa1943c693df3f3e92ace8594bc212393a | [
"Unlicense"
] | null | null | null | object fEditLink: TfEditLink
Left = 475
Top = 162
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'fEditLink'
ClientHeight = 384
ClientWidth = 452
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name =... | 33.752914 | 322 | 0.605249 |
8533b6bb920fb9b9e184415a6ab7642c536a00ee | 160 | pas | Pascal | test_pascal/test_debug/test_function_in_fun.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 81 | 2017-05-07T13:26:56.000Z | 2022-03-03T19:39:15.000Z | test_pascal/test_debug/test_function_in_fun.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 52 | 2017-06-13T08:46:43.000Z | 2021-06-09T09:50:07.000Z | test_pascal/test_debug/test_function_in_fun.pas | tranleduy2000/pascalnide | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | [
"Apache-2.0"
] | 28 | 2017-05-22T21:09:58.000Z | 2021-09-07T13:05:27.000Z | var
i, j : integer;
function max(x, y : integer) : integer;
begin
if x < y then
max := x
else
max := y;
end;
begin
writeln(max(1, 2), 3);
end. | 11.428571 | 39 | 0.55 |
17fb0b430d1b0612f8e7e792284eea50913a2b42 | 6,383 | pas | Pascal | src/chfile.pas | plicease/legacy-hexed | 228c0211344f638bc05d3d85c5a64cee2555b578 | [
"BSD-3-Clause"
] | null | null | null | src/chfile.pas | plicease/legacy-hexed | 228c0211344f638bc05d3d85c5a64cee2555b578 | [
"BSD-3-Clause"
] | null | null | null | src/chfile.pas | plicease/legacy-hexed | 228c0211344f638bc05d3d85c5a64cee2555b578 | [
"BSD-3-Clause"
] | null | null | null | (*============================================================================
| chfile.pas
| user interface for chosing a file. unlike the rest of hexed this is
| somewhat "drop in" you can use this module elsewhere with little
| effort. i vaguely recall using it in another program somewhere....
|
| His... | 22.878136 | 85 | 0.425035 |
6ac4bfac11be4b041cc7208a05393ac6eaae7c9d | 241 | pas | Pascal | toolchain/pascompl/test/reject/iso7185prt1902.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 37 | 2019-03-12T17:19:46.000Z | 2022-02-04T00:25:55.000Z | toolchain/pascompl/test/reject/iso7185prt1902.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 13 | 2019-03-05T06:10:14.000Z | 2020-11-30T09:30:52.000Z | toolchain/pascompl/test/reject/iso7185prt1902.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 4 | 2019-03-23T15:51:56.000Z | 2020-07-28T22:34:42.000Z | {
PRT test 1902: Goto/label issues
Goto nested block.
ISO 7185 6.8.1
}
program iso7185prt1902(output);
label 1;
var i: integer;
begin
for i := 1 to 10 do begin
1: writeln(i)
end;
if i < 0 then goto 1;
end.
| 8.925926 | 32 | 0.59751 |
bc79bd17fc20c38c415db13537a7f50cc9e7355d | 440 | pas | Pascal | Form_dsg/frmOut.pas | mkurnosov/rapiraxx | f7de97d3a44781c964db10d4c8b37eb7b207106a | [
"BSD-2-Clause"
] | 3 | 2018-11-11T13:38:38.000Z | 2020-10-13T15:35:14.000Z | Form_dsg/frmOut.pas | mkurnosov/rapiraxx | f7de97d3a44781c964db10d4c8b37eb7b207106a | [
"BSD-2-Clause"
] | null | null | null | Form_dsg/frmOut.pas | mkurnosov/rapiraxx | f7de97d3a44781c964db10d4c8b37eb7b207106a | [
"BSD-2-Clause"
] | null | null | null | unit frmOut;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmCon = class(TForm)
lstOut: TListBox;
private
{ Private declarations }
public
procedure PrintMessage(sMsg : String);
end;
var
frmCon: TfrmCon;
implem... | 14.666667 | 76 | 0.661364 |
850a914d877eb9755c358a6e5e3dc4983b52d5fe | 2,846 | pas | Pascal | exercises/space-age/uSpaceAgeExample.pas | neoprez/delphi | 2207cd228c4fde294f8b4c810239286f5ea50032 | [
"MIT"
] | 28 | 2017-08-02T16:18:29.000Z | 2021-12-25T22:38:15.000Z | exercises/space-age/uSpaceAgeExample.pas | neoprez/delphi | 2207cd228c4fde294f8b4c810239286f5ea50032 | [
"MIT"
] | 103 | 2017-06-18T22:48:20.000Z | 2021-09-02T13:17:06.000Z | exercises/space-age/uSpaceAgeExample.pas | neoprez/delphi | 2207cd228c4fde294f8b4c810239286f5ea50032 | [
"MIT"
] | 30 | 2017-07-21T17:48:26.000Z | 2021-11-05T15:59:25.000Z | unit uSpaceAge;
interface
type
ISpaceAge = interface(IInvokable)
['{D2226242-6BFC-4C80-A9EB-D5A67FA406FE}']
function OnEarth: double;
function OnMercury: double;
function OnVenus: double;
function OnMars: double;
function OnJupiter: double;
function OnSaturn: double;
function OnUranus:... | 23.520661 | 89 | 0.747013 |
6abb96b9c6a856185e91a3838f66251fd8c2c246 | 1,086 | pas | Pascal | Capitulo8/6.4.Pedidos/Form.Base.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo8/6.4.Pedidos/Form.Base.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo8/6.4.Pedidos/Form.Base.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | unit Form.Base;
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.Controls.Presentation, System.Generics.Collections;
type
TfrmBase = class;
TfrmBaseClose<T: class> = reference to ... | 21.72 | 81 | 0.758748 |
8312d17781bbf39d922e0bb037c052dba5efafbd | 1,103 | dpr | Pascal | TestTriesDelphi2007.dpr | jsbattig/tries | 613bcb5dbdb1019e025be281f36a851d5317a5ad | [
"MIT"
] | 8 | 2015-12-30T18:16:23.000Z | 2020-10-18T12:41:19.000Z | TestTriesDelphi2007.dpr | jsbattig/tries | 613bcb5dbdb1019e025be281f36a851d5317a5ad | [
"MIT"
] | 1 | 2018-03-20T03:40:47.000Z | 2018-04-16T13:15:26.000Z | TestTriesDelphi2007.dpr | jsbattig/tries | 613bcb5dbdb1019e025be281f36a851d5317a5ad | [
"MIT"
] | 2 | 2016-01-04T05:25:33.000Z | 2018-10-06T19:43:38.000Z | program TestTriesDelphi2007;
{
Delphi DUnit Test Project
-------------------------
This project contains the DUnit test framework and the GUI/Console test runners.
Add "CONSOLE_TESTRUNNER" to the conditional defines entry in the project options
to use the console test runner. Otherwise the GUI test runner ... | 24.511111 | 83 | 0.747053 |
8591d65826fc6fed3238958667c9071ee0c28a26 | 14,280 | pas | Pascal | toolkit2/editors/ftk_editor_fhir.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 132 | 2015-02-02T00:22:40.000Z | 2021-08-11T12:08:08.000Z | toolkit2/editors/ftk_editor_fhir.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 113 | 2015-03-20T01:55:20.000Z | 2021-10-08T16:15:28.000Z | toolkit2/editors/ftk_editor_fhir.pas | rhausam/fhirserver | d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3 | [
"BSD-3-Clause"
] | 49 | 2015-04-11T14:59:43.000Z | 2021-03-30T10:29:18.000Z | unit ftk_editor_fhir;
{
Copyright (c) 2001-2021, 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 sour... | 28.110236 | 125 | 0.678291 |
6a8474d4a1c1fc61a11b9f4f3838bffed9879cd1 | 602 | pas | Pascal | MAF_Database/uBaseSQL_Consts_Accuracer.pas | HelgeLange/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | 4 | 2018-06-20T08:41:00.000Z | 2018-11-01T19:47:41.000Z | MAF_Database/uBaseSQL_Consts_Accuracer.pas | AdriaanBoshoff/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | null | null | null | MAF_Database/uBaseSQL_Consts_Accuracer.pas | AdriaanBoshoff/MAF | 405f34c132fa5c391ee2c3a056bacc0de0aa721f | [
"Apache-2.0"
] | 2 | 2018-06-20T13:46:12.000Z | 2019-08-26T00:29:03.000Z | unit uBaseSQL_Consts_Accuracer;
interface
const sQUERY_TEMPLATE_ID : String = 'SELECT * FROM %Ident_DataStorageTable% WHERE DataID=:DataID';
sQUERY_TEMPLATE_NAME : String = 'SELECT * FROM %Ident_DataStorageTable% WHERE Data_Category=:Data_Category AND Data_Name=:Data_Name';
sUPDATE_TEMPLATE : String... | 46.307692 | 169 | 0.772425 |
cd8c5008b59d7fa14994d8b96ec2acf6fd364bf9 | 5,979 | pas | Pascal | library/r2/FHIR.R2.Context.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | library/r2/FHIR.R2.Context.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | library/r2/FHIR.R2.Context.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | unit FHIR.R2.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:
* Redistributions of source co... | 38.082803 | 144 | 0.788593 |
6a199cdffd92eb046b1d0ed8069a585503f2a972 | 408,016 | pas | Pascal | Engine/Libs/nvtristrip.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 104 | 2015-01-18T02:02:11.000Z | 2022-02-22T11:53:06.000Z | Engine/Libs/nvtristrip.pas | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 13 | 2015-07-18T18:53:15.000Z | 2021-10-04T10:31:01.000Z | Engine/Libs/nvtristrip.pas | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 47 | 2015-01-17T21:50:12.000Z | 2022-02-15T13:49:02.000Z | unit NVTriStrip;
(*** NVTriStrip DLL
*
* Written by Tom Nuydens (tom@delphi3d.net -- http://www.delphi3d.net), based
* on the original NVTriStrip library by NVIDIA.
*
*)
Interface
Uses TERRA_Utils, TERRA_Stream, TERRA_Library;
// Valid cache sizes:
const
NVTS_CACHE_SIZE_GEFORCE1_2 = 16;
NVTS_CACHE_SIZE_GEF... | 72.420305 | 202 | 0.468447 |
85e2e962490316bd8445be541102e7a4bcb712ec | 577 | pas | Pascal | SSE Edit Scripts/Edit Scripts/utils-src/hasKeyword.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | 10 | 2020-05-09T13:53:31.000Z | 2021-10-10T17:34:49.000Z | SSE Edit Scripts/Edit Scripts/utils-src/hasKeyword.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | 1 | 2019-04-10T19:36:02.000Z | 2020-12-26T14:00:26.000Z | SSE Edit Scripts/Edit Scripts/utils-src/hasKeyword.pas | kaosnyrb/Undaunted | 11b6272bb41d3e310058d9fb701af521322a09cf | [
"MIT"
] | 4 | 2020-06-05T12:32:58.000Z | 2022-01-15T00:17:44.000Z | // checks the provided keyword inside record
function hasKeyword(itemRecord: IInterface; keywordEditorID: string): boolean;
var
tmpKeywordsCollection: IInterface;
i: integer;
begin
Result := false;
// get all keyword entries of provided record
tmpKeywordsCollection := ElementByPath(itemRecord, 'KWDA');
//... | 27.47619 | 115 | 0.734835 |
6a13804911162af22a6b621c24919b5f69d749a6 | 1,077 | pas | Pascal | src/Tasks/Implementations/Null/NullTaskImpl.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 10 | 2018-11-10T22:58:49.000Z | 2022-03-09T23:36:18.000Z | src/Tasks/Implementations/Null/NullTaskImpl.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 8 | 2019-09-24T03:30:27.000Z | 2021-09-14T02:15:06.000Z | src/Tasks/Implementations/Null/NullTaskImpl.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 2 | 2020-07-06T12:35:11.000Z | 2021-11-30T05:35:09.000Z | (*!------------------------------------------------------------
* Fano CLI Application (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano-cli
* @copyright Copyright (c) 2018 - 2020 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano-cli/blob/master/LICENSE (MIT)... | 23.413043 | 81 | 0.499536 |
6a4e66c8e0c701f809e3de099da4aa8c1047f321 | 2,772 | dfm | Pascal | VideoGest/Unit2.dfm | delphi-pascal-archive/video_gest | 5579fd104d144349981c7c755dd38ae6bada8786 | [
"Unlicense"
] | 1 | 2021-11-06T23:40:16.000Z | 2021-11-06T23:40:16.000Z | VideoGest/Unit2.dfm | delphi-pascal-archive/video_gest | 5579fd104d144349981c7c755dd38ae6bada8786 | [
"Unlicense"
] | null | null | null | VideoGest/Unit2.dfm | delphi-pascal-archive/video_gest | 5579fd104d144349981c7c755dd38ae6bada8786 | [
"Unlicense"
] | 1 | 2021-11-06T23:40:18.000Z | 2021-11-06T23:40:18.000Z | object Form2: TForm2
Left = 194
Top = 214
Width = 711
Height = 336
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsSizeToolWin
Caption = 'Tableau des vid'#233'os'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS San... | 40.764706 | 90 | 0.810606 |
85bd4e054d98b48b99e4cf66275657253121e4b9 | 2,267 | dpr | Pascal | TestTimeout.dpr | sonadorje/rabbitmq-delphi | e4931fc10be22d84d0bafe83e3349403dbeb3b9b | [
"Apache-2.0"
] | 15 | 2021-10-31T04:07:35.000Z | 2022-03-03T21:26:40.000Z | TestTimeout.dpr | lvjh10363/rabbitmq-delphi | e4931fc10be22d84d0bafe83e3349403dbeb3b9b | [
"Apache-2.0"
] | null | null | null | TestTimeout.dpr | lvjh10363/rabbitmq-delphi | e4931fc10be22d84d0bafe83e3349403dbeb3b9b | [
"Apache-2.0"
] | 3 | 2021-11-03T11:31:58.000Z | 2021-12-23T16:52:08.000Z | program TestTimeout;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
Net.Winsock2,
amqp.api in '..\amqp.api.pas',
amqp.connection in '..\amqp.connection.pas',
amqp.consumer in '..\amqp.consumer.pas',
amqp.framing in '..\amqp.framing.pas',
amqp.mem in '..\amqp.mem.pas',
amqp.privt in... | 22.22549 | 103 | 0.631672 |
61a5d249e2e87cde5bb4c25a838a8a9ff88c558f | 38,663 | pas | Pascal | Lib/superdate.pas | atkins126/SuperObject.Delphi | 57f1c4c4153965f1459c0358ec0b0d3538367817 | [
"Unlicense"
] | null | null | null | Lib/superdate.pas | atkins126/SuperObject.Delphi | 57f1c4c4153965f1459c0358ec0b0d3538367817 | [
"Unlicense"
] | null | null | null | Lib/superdate.pas | atkins126/SuperObject.Delphi | 57f1c4c4153965f1459c0358ec0b0d3538367817 | [
"Unlicense"
] | null | null | null | { superdate.pas } // version: 2020.1214.2217
unit superdate;
interface
{+}
{$IFDEF FPC}
//-- {$mode objfpc}
{$mode delphi}
//{$mode delphiunicode} { optional }
{$h+} // long AnsiString (not ShortString)
//--{$Q-} // overflow error - off
{$ENDIF}
{$B-}
{$warnings on}
{$hints on}
//
{$IFDEF... | 28.200584 | 156 | 0.49603 |
6ae691285322c7de82974c8269915545107c66cf | 4,961 | dfm | Pascal | jni/RTKLIB/app/winapp/appcmn/mntpoptdlg.dfm | wjw164833/RtkGpsForPad | c9fb10c0bc56cfa473582088dbc673c6da2d31be | [
"BSD-2-Clause"
] | 2 | 2021-11-06T07:23:27.000Z | 2021-11-07T14:29:21.000Z | jni/RTKLIB/app/winapp/appcmn/mntpoptdlg.dfm | yxw027/RTKGps- | 154d886a234e15a568386277a5ebbd93c3f829d4 | [
"BSD-2-Clause"
] | null | null | null | jni/RTKLIB/app/winapp/appcmn/mntpoptdlg.dfm | yxw027/RTKGps- | 154d886a234e15a568386277a5ebbd93c3f829d4 | [
"BSD-2-Clause"
] | 2 | 2021-11-06T01:11:33.000Z | 2021-11-06T07:23:31.000Z | object MntpOptDialog: TMntpOptDialog
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Mountpoint Options'
ClientHeight = 235
ClientWidth = 360
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Sty... | 16.212418 | 36 | 0.54868 |
851393aa217b5c2fdd474623c31653a1d5f07a9e | 21,309 | pas | Pascal | simulator/uODE_FormatUtility.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | simulator/uODE_FormatUtility.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | 2 | 2022-03-25T23:15:54.000Z | 2022-03-25T23:27:20.000Z | simulator/uODE_FormatUtility.pas | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | unit uODE_FormatUtility;
// Takes a list of SBML reactions and Lists of Species and parameters and returns
// An array of equation strings with the names replaced with simple array names.
// array lists is in same order ans size as lists of species and parameters that were passed in.
// Convert basic math functions to... | 35.57429 | 152 | 0.594584 |
83145e565cdc440558869906a801a16d4fc1a162 | 11,127 | pas | Pascal | Unit1.pas | scadl/net-trigger | 09381979a728abe686b4865c6754d163b26da02a | [
"MIT"
] | 1 | 2020-08-24T22:15:39.000Z | 2020-08-24T22:15:39.000Z | Unit1.pas | scadl/net-trigger | 09381979a728abe686b4865c6754d163b26da02a | [
"MIT"
] | null | null | null | Unit1.pas | scadl/net-trigger | 09381979a728abe686b4865c6754d163b26da02a | [
"MIT"
] | 1 | 2018-02-20T19:59:08.000Z | 2018-02-20T19:59:08.000Z | unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls,
IdBaseComponent, IdComponent, IdRawBase, IdRawClient, IdIcmpClient,
Vcl.Buttons, Vcl.Mask, Winapi.ShellAPI, idStack, Ind... | 29.128272 | 135 | 0.696324 |
6adb6baa973cc331a39e539df6ffd492e98d17d5 | 44,644 | pas | Pascal | forms/ufrHeader.pas | felleroff/lookfits | d101099bc24e9b646080b9b99f9edd245e71a33f | [
"MIT"
] | 5 | 2017-04-20T07:17:54.000Z | 2021-09-01T12:17:47.000Z | forms/ufrHeader.pas | felleroff/lookfits | d101099bc24e9b646080b9b99f9edd245e71a33f | [
"MIT"
] | null | null | null | forms/ufrHeader.pas | felleroff/lookfits | d101099bc24e9b646080b9b99f9edd245e71a33f | [
"MIT"
] | 2 | 2018-08-15T03:03:55.000Z | 2021-04-24T04:47:02.000Z | { **************************************************** }
{ LookFits - Lister plugin (WLX) for view FITS files }
{ }
{ Frame of the render of header block of fits-file }
{ }
{ Copyright(c) 2017, Evge... | 28.060339 | 178 | 0.657087 |
8540b4ce623be654fc93a594551d118c2e9b181d | 3,676 | pas | Pascal | src/main/implementation/cwvirtualmachine.bytecode.chappie.pas | atkins126/cwVirtualMachine | c3ef2095a07402b16685adb4dc4243b9b519b90a | [
"BSD-3-Clause"
] | null | null | null | src/main/implementation/cwvirtualmachine.bytecode.chappie.pas | atkins126/cwVirtualMachine | c3ef2095a07402b16685adb4dc4243b9b519b90a | [
"BSD-3-Clause"
] | null | null | null | src/main/implementation/cwvirtualmachine.bytecode.chappie.pas | atkins126/cwVirtualMachine | c3ef2095a07402b16685adb4dc4243b9b519b90a | [
"BSD-3-Clause"
] | null | null | null | {$ifdef license}
(*
Copyright 2020 ChapmanWorld LLC ( https://chapmanworld.com )
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this lis... | 34.037037 | 103 | 0.76605 |
aa89686d6058fb73423f7d9b344e12519da3306d | 264 | dpr | Pascal | demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync.dpr | delphi-pascal-archive/tgphttp_proxy | c2a34820f85aa757573ac9d163a18d82aded33b6 | [
"Unlicense"
] | 1 | 2021-11-06T23:51:43.000Z | 2021-11-06T23:51:43.000Z | demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync.dpr | delphi-pascal-archive/tgphttp_proxy | c2a34820f85aa757573ac9d163a18d82aded33b6 | [
"Unlicense"
] | null | null | null | demo/ICS_beta_1.0.23/Delphi/Internet/MailSndAsync.dpr | delphi-pascal-archive/tgphttp_proxy | c2a34820f85aa757573ac9d163a18d82aded33b6 | [
"Unlicense"
] | 1 | 2021-11-06T23:51:44.000Z | 2021-11-06T23:51:44.000Z | program MailSndAsync;
{%TogetherDiagram 'ModelSupport\default.txaPackage'}
uses
Forms,
MailSndAsync1 in 'MailSndAsync1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 16.5 | 53 | 0.708333 |
85fd51dd9384d69912c6792865a9e89159970945 | 360 | dpr | Pascal | IdleCPUAutomaticShutdown.dpr | eszel/idle-CPU-automatic-shutdown | e4c62d4bf7162ed5b94428d19e98217910a8c17a | [
"CC-BY-4.0"
] | 3 | 2016-06-30T23:29:14.000Z | 2020-10-27T21:01:34.000Z | IdleCPUAutomaticShutdown.dpr | eszel/idle-CPU-automatic-shutdown | e4c62d4bf7162ed5b94428d19e98217910a8c17a | [
"CC-BY-4.0"
] | 1 | 2016-09-17T09:57:15.000Z | 2016-09-17T09:57:15.000Z | IdleCPUAutomaticShutdown.dpr | eszel/idle-CPU-automatic-shutdown | e4c62d4bf7162ed5b94428d19e98217910a8c17a | [
"CC-BY-4.0"
] | null | null | null | program IdleCPUAutomaticShutdown;
uses
Vcl.Forms,
uMain in 'uMain.pas' {fmrMain},
uTotalCpuUsagePct in 'uTotalCpuUsagePct.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.Title := 'Idle CPU automatic shutdown';
Application.CreateForm(TfmrMai... | 21.176471 | 54 | 0.719444 |
85caf4a21c8efae352b06c5710691a2804c5836a | 1,720 | pas | Pascal | Time_Alarm/SSP.pas | delphi-pascal-archive/time-alarm | 1625fad9f5f8b19df9e700a4851ba4ec8202052f | [
"Unlicense"
] | 1 | 2021-11-06T23:50:31.000Z | 2021-11-06T23:50:31.000Z | Time_Alarm/SSP.pas | delphi-pascal-archive/time-alarm | 1625fad9f5f8b19df9e700a4851ba4ec8202052f | [
"Unlicense"
] | null | null | null | Time_Alarm/SSP.pas | delphi-pascal-archive/time-alarm | 1625fad9f5f8b19df9e700a4851ba4ec8202052f | [
"Unlicense"
] | 1 | 2021-11-06T23:50:32.000Z | 2021-11-06T23:50:32.000Z | unit SSP;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, XPLabel, Registry, jpeg;
type
TScreenForm = class(TForm)
Logo: TImage;
tx10: TXPLabel;
tx9: TXPLabel;
tx1: TXPLabel;
tx3: TXPLabel;
tx5: TXPLabel;
t... | 19.325843 | 99 | 0.674419 |
6aeec52962c8dc9f662b871d3f2e6aa104826178 | 435 | pas | Pascal | Model/Venda/Metodos/MFichas.Model.Venda.Metodos.Interfaces.pas | JoseLSB/rodeo-sales-project | 28699e98d52b83cc8d97dcbe8a66f7358113b17f | [
"MIT"
] | null | null | null | Model/Venda/Metodos/MFichas.Model.Venda.Metodos.Interfaces.pas | JoseLSB/rodeo-sales-project | 28699e98d52b83cc8d97dcbe8a66f7358113b17f | [
"MIT"
] | null | null | null | Model/Venda/Metodos/MFichas.Model.Venda.Metodos.Interfaces.pas | JoseLSB/rodeo-sales-project | 28699e98d52b83cc8d97dcbe8a66f7358113b17f | [
"MIT"
] | null | null | null | unit MFichas.Model.Venda.Metodos.Interfaces;
interface
uses
MFichas.Model.Venda.Interfaces;
type
iModelVendaMetodosFactory = interface
['{7DE3B610-AFF6-4DEF-B26D-96C06BDC6D77}']
function Abrir(AParent: iModelVenda) : iModelVendaMetodosAbrir;
function Pagar(AParent: iModelVenda) : iModelVendaMet... | 22.894737 | 74 | 0.777011 |
85d8c6bf4fa93b430591d75f26c11c2b2dd61f6f | 284 | pas | Pascal | PgmasTeste/Exemplo7.3/pgma.pas | wdvictor/Pascal-compiler | e764d303874d839cb98348cd0ab06e334801e6d5 | [
"MIT"
] | null | null | null | PgmasTeste/Exemplo7.3/pgma.pas | wdvictor/Pascal-compiler | e764d303874d839cb98348cd0ab06e334801e6d5 | [
"MIT"
] | null | null | null | PgmasTeste/Exemplo7.3/pgma.pas | wdvictor/Pascal-compiler | e764d303874d839cb98348cd0ab06e334801e6d5 | [
"MIT"
] | null | null | null | program exemplo3 (input, output);
var z, t : integer;
procedure g(t : integer);
var x : integer;
begin
t:=2*t;
x:=2*t;
z:=x+1
end;
begin
z:=3;
t:=4;
g(t); write (z,t);
g(z); write (z,t);
g(t+z); write (z,t);
g(7); write (z,t)
end.
| 15.777778 | 33 | 0.46831 |
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.