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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
83d7d0d76ffaaad2ddacf9ef6eaa810c186fe80e | 1,159 | pas | Pascal | example/kruskal.pas | ZubinGou/pas2c | dba590cc6575d266eca92a1f46b798cb767279ff | [
"Apache-2.0"
] | 3 | 2022-01-01T08:14:38.000Z | 2022-03-27T02:31:32.000Z | example/kruskal.pas | ZubinGou/pas2c | dba590cc6575d266eca92a1f46b798cb767279ff | [
"Apache-2.0"
] | null | null | null | example/kruskal.pas | ZubinGou/pas2c | dba590cc6575d266eca92a1f46b798cb767279ff | [
"Apache-2.0"
] | 1 | 2021-06-07T08:14:00.000Z | 2021-06-07T08:14:00.000Z | {采用并查集实现最小生成树}
Program kruskal (input,output);
var
a, b, v, p : array[1..100] of integer;
n, m, i, ans, tot, x, y : integer;
procedure sort(l,r : integer);
var
i, j, x, y : integer;
begin
i := l; j := r; x := v[(l+r) div 2];
while i <= j do
begin
while v[i] < x do i := i+1;
while x < v[j] do... | 15.662162 | 44 | 0.451251 |
f109549a551220cba1cd4b018279c124bb670904 | 2,117 | pas | Pascal | examples/delphi/deprecated/example3-hellogui/ueditor.pas | DrPeaboss/vst24pas | 0e3761c5add4c24600cf44ec4ec111e2a742148c | [
"MIT"
] | 1 | 2022-02-22T17:20:19.000Z | 2022-02-22T17:20:19.000Z | examples/delphi/deprecated/example3-hellogui/ueditor.pas | DrPeaboss/vst24pas | 0e3761c5add4c24600cf44ec4ec111e2a742148c | [
"MIT"
] | null | null | null | examples/delphi/deprecated/example3-hellogui/ueditor.pas | DrPeaboss/vst24pas | 0e3761c5add4c24600cf44ec4ec111e2a742148c | [
"MIT"
] | null | null | null | unit ueditor;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs,
Vcl.StdCtrls, Vcl.Menus, Vcl.ExtCtrls, vst24pas.gui;
type
TFormGain = class(TForm)
CheckBoxHiFPS: TCheckBox;
LabelGain: TLabe... | 23.786517 | 86 | 0.700047 |
6a548feb4c130cdbd274867800578ec586f06061 | 1,818 | pas | Pascal | Catalogos/ProductosDocumentosDM.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | null | null | null | Catalogos/ProductosDocumentosDM.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 51 | 2018-07-25T15:39:25.000Z | 2021-04-21T17:40:57.000Z | Catalogos/ProductosDocumentosDM.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 1 | 2021-02-23T17:27:06.000Z | 2021-02-23T17:27:06.000Z | unit ProductosDocumentosDM;
interface
uses
System.SysUtils, System.Classes, _StandarDMod, System.Actions, Vcl.ActnList,
Data.DB, Data.Win.ADODB;
type
TdmProductosDocumentos = class(T_dmStandar)
adodsMasterIdProductoDocumento: TAutoIncField;
adodsMasterIdProducto: TIntegerField;
adodsMas... | 24.90411 | 79 | 0.727723 |
f168dd1a9f0f8fdc0bdeda5cd5dceb5daa62b9ea | 5,944 | dfm | Pascal | Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/Consults/fConsMedRslt.dfm | rjwinchester/VistA | 6ada05a153ff670adcb62e1c83e55044a2a0f254 | [
"Apache-2.0"
] | 72 | 2015-02-03T02:30:45.000Z | 2020-01-30T17:20:52.000Z | CPRSChart/OR_30_423_SRC/CPRS-chart/Consults/fConsMedRslt.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/Consults/fConsMedRslt.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 67 | 2015-01-27T16:47:56.000Z | 2020-02-12T21:23:56.000Z | inherited frmConsMedRslt: TfrmConsMedRslt
Left = 468
Top = 172
BorderStyle = bsDialog
Caption = 'Select Medicine Result'
ClientHeight = 222
ClientWidth = 500
Position = poScreenCenter
OnCreate = FormCreate
ExplicitWidth = 506
ExplicitHeight = 250
PixelsPerInch = 96
TextHeight = 13
object pnlBa... | 22.861538 | 73 | 0.505215 |
f101df3896cce5afad081a26dc0c8be261de3ae9 | 17,643 | pas | Pascal | Borland/CBuilder5/Source/PNG/pngzlib.pas | TrevorDArcyEvans/DivingMagpieSoftware | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | 1 | 2021-05-27T10:27:25.000Z | 2021-05-27T10:27:25.000Z | Borland/CBuilder5/Source/PNG/pngzlib.pas | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | Borland/CBuilder5/Source/PNG/pngzlib.pas | TrevorDArcyEvans/Diving-Magpie-Software | 7ffcfef653b110e514d5db735d11be0aae9953ec | [
"MIT"
] | null | null | null | unit PNGZLIB;
interface
uses
Sysutils, Classes;
const
ZLIB_VERSION = '1.1.3';
type
TZAlloc = function (opaque: Pointer; items, size: Integer): Pointer;
TZFree = procedure (opaque, block: Pointer);
TZCompressionLevel = (zcNone, zcFastest, zcDefault, zcMax);
{** TZStreamRec ****************************... | 28.502423 | 88 | 0.57785 |
f10575076f40995f3744ce09f556fec55560114c | 19,481 | pas | Pascal | lab-src/Lab08-Authenticate user against InterBase/forms/formMain.pas | atkins126/FieldLogger-FMXTraining | 7cd5348444b06c94492bbd78d8ba50c61087083b | [
"Apache-2.0"
] | 21 | 2019-02-14T13:22:54.000Z | 2022-03-08T20:55:53.000Z | lab-src/Lab08-Authenticate user against InterBase/forms/formMain.pas | atkins126/FieldLogger-FMXTraining | 7cd5348444b06c94492bbd78d8ba50c61087083b | [
"Apache-2.0"
] | null | null | null | lab-src/Lab08-Authenticate user against InterBase/forms/formMain.pas | atkins126/FieldLogger-FMXTraining | 7cd5348444b06c94492bbd78d8ba50c61087083b | [
"Apache-2.0"
] | 11 | 2019-05-30T13:09:32.000Z | 2022-01-13T01:44:35.000Z | unit formMain;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes,
System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.TabControl, FireDAC.Stan.Intf, FireDAC.Stan.Option, FireDAC.Stan.Error,
FireDAC.UI.Intf, FireDAC.Phys.Intf, FireDAC.Stan.Def, FireD... | 27.554455 | 204 | 0.724655 |
f162b3f285b2949c480ee3d1b768d1cf52ac73e3 | 1,017 | dfm | Pascal | libs/u_ask_util.dfm | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | libs/u_ask_util.dfm | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | libs/u_ask_util.dfm | AndanTeknomedia/bazda-delphi-xe8 | 3cb9589e41bf7a7492323348a429a6ef7f357817 | [
"MIT"
] | null | null | null | object FaskUtil: TFaskUtil
Left = 0
Top = 0
ActiveControl = Button2
Caption = 'FaskUtil'
ClientHeight = 143
ClientWidth = 467
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = po... | 18.160714 | 38 | 0.614553 |
f11992046c9b01a4ee3e6ce49dbdfa50eb1d7639 | 1,539 | pas | Pascal | codevs/1138.pas | yyong119/ACM-OnlineJudge | 5871993b15231c6615bfa3e7c2b04f0f6a23e9dc | [
"MIT"
] | 22 | 2017-08-12T11:56:19.000Z | 2022-03-27T10:04:31.000Z | codevs/1138.pas | yyong119/ACM-OnlineJudge | 5871993b15231c6615bfa3e7c2b04f0f6a23e9dc | [
"MIT"
] | 2 | 2017-12-17T02:52:59.000Z | 2018-02-09T02:10:43.000Z | codevs/1138.pas | yyong119/ACM-OnlineJudge | 5871993b15231c6615bfa3e7c2b04f0f6a23e9dc | [
"MIT"
] | 4 | 2017-12-22T15:24:38.000Z | 2020-05-18T14:51:16.000Z | var
s,y,tmp,ans:int64;
mid,left,right,i,n,m,max,min:longint;
c,a,w,v,l,r:array [0..222222] of longint;
procedure work(t:longint);
var
i:longint;
count,tot:int64;
begin
fillchar(a,sizeof(a),0);
fillchar(c,sizeof(c),0);
for i:=1 to n do
begin
... | 24.822581 | 56 | 0.369721 |
834854f02cbc4baa75925734e0b87da4a2355757 | 1,523 | pas | Pascal | Components/JVCL/examples/JVCLMegaDemo/JvPanelsU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JVCLMegaDemo/JvPanelsU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/examples/JVCLMegaDemo/JvPanelsU.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | {******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
You may retrieve the latest version of this file at the JEDI-JVCL
home page, located at http://jvcl.sourceforge.net
The contents of this file are used with ... | 28.203704 | 84 | 0.684176 |
83fc4640a3b7ea73d6ad043fd260fd22954078c1 | 15,094 | pas | Pascal | tsr/0032.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | tsr/0032.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | tsr/0032.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
I love it when people actually post there hard slaved code. I've
seen a number of people wanting to write tsr's, and all the examples
in BP that I've ever come across are pathetic and above 6K of mem!
So for those serious here is some flexible and easy to use code.
Drowning in comments ;-) It's extremely efficie... | 53.335689 | 80 | 0.401882 |
8356a60c6aef668d289ac3066911375e6b34a02a | 2,488 | pas | Pascal | src/Tasks/Implementations/Project/Core/CreateDispatcherMethodTaskImpl.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 10 | 2018-11-10T22:58:49.000Z | 2022-03-09T23:36:18.000Z | src/Tasks/Implementations/Project/Core/CreateDispatcherMethodTaskImpl.pas | atkins126/fano-cli | 29db4dfba28b164d3acf6de33075f88753731eaf | [
"MIT"
] | 8 | 2019-09-24T03:30:27.000Z | 2021-09-14T02:15:06.000Z | src/Tasks/Implementations/Project/Core/CreateDispatcherMethodTaskImpl.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)... | 28.272727 | 116 | 0.598473 |
8398dbf7ec29787475e5d41cf48009888fe86c8f | 20,060 | pas | Pascal | restudio/REStudioMain.pas | iLya2IK/TRegExpr | a4d0ecbf5414344cf63b77450ce170d22ce8a53e | [
"MIT"
] | 91 | 2019-05-28T05:11:03.000Z | 2022-03-10T03:53:52.000Z | restudio/REStudioMain.pas | iLya2IK/TRegExpr | a4d0ecbf5414344cf63b77450ce170d22ce8a53e | [
"MIT"
] | 155 | 2019-06-06T12:40:27.000Z | 2022-03-11T08:23:26.000Z | restudio/REStudioMain.pas | iLya2IK/TRegExpr | a4d0ecbf5414344cf63b77450ce170d22ce8a53e | [
"MIT"
] | 43 | 2019-06-07T17:30:08.000Z | 2022-03-18T05:27:44.000Z | {$I REStudio_inc.pas}
unit REStudioMain;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
{
Main form of
Visual debugger for regular expressions
(c) 1999-2004 Andrey V. Sorokin
Saint Petersburg, Russia
https://sorokin.engineer/
andrey@sorokin.engineer
}
interface
uses
{$IFnDEF FPC}
Windows,
{$ELSE}
LCLIntf, LCL... | 27.899861 | 95 | 0.686391 |
f14ee6cd52ae95f36154241940132acb15355a21 | 4,194 | pas | Pascal | headers_fmx/sdos_fat_vars_user_inc.inc.pas | Dennis1000/c256-pasdev-units | d770322c50114ee33d33300df42699b967506a8b | [
"MIT"
] | null | null | null | headers_fmx/sdos_fat_vars_user_inc.inc.pas | Dennis1000/c256-pasdev-units | d770322c50114ee33d33300df42699b967506a8b | [
"MIT"
] | null | null | null | headers_fmx/sdos_fat_vars_user_inc.inc.pas | Dennis1000/c256-pasdev-units | d770322c50114ee33d33300df42699b967506a8b | [
"MIT"
] | null | null | null | ////
//// Data storage needed by the file system (internal variables user apps shouldn't need)
////
//// NOTE: these locations are correct for the C256 Foenix User
////
// Device information from master boot record and boot sector
const
DOS_HIGH_VARIABLES = $38A000;
DEVICE = $38A000; // 1 b... | 65.53125 | 141 | 0.639962 |
83b5a08b3c49bff8b2a20176ae65f753f77b8aa5 | 366 | dpr | Pascal | Projects/Lazarus_Bible/D_XE/Aboutex.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Lazarus_Bible/D_XE/Aboutex.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Lazarus_Bible/D_XE/Aboutex.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program Aboutex;
uses
Forms,
ABOUT in '..\Source\AboutEx\ABOUT.PAS' {AboutForm} ,
Frm_AboutExMAIN in '..\Source\AboutEx\Frm_AboutExMAIN.PAS' {MainForm};
{$E EXE}
{$R *.RES}
begin
Application.Title := 'Demo: AboutEx';
Application.CreateForm(TMainForm, MainForm);
Application.CreateForm(TAboutF... | 20.333333 | 73 | 0.685792 |
852d24ccc2ec0d14f92134bc7598dd553af577eb | 49 | pas | Pascal | Framework/Controls/DXGUIEdit.pas | flobernd/directx-gui | 0937fae803af83d03e484b96103b6ef03a185daa | [
"MIT"
] | 12 | 2016-03-25T16:07:48.000Z | 2021-09-05T20:13:18.000Z | Framework/Controls/DXGUIEdit.pas | flobernd/directx-gui | 0937fae803af83d03e484b96103b6ef03a185daa | [
"MIT"
] | null | null | null | Framework/Controls/DXGUIEdit.pas | flobernd/directx-gui | 0937fae803af83d03e484b96103b6ef03a185daa | [
"MIT"
] | 2 | 2018-01-02T06:52:23.000Z | 2020-09-06T04:15:12.000Z | unit DXGUIEdit;
interface
implementation
end.
| 6.125 | 15 | 0.795918 |
61bbb6e2a421ea86df7deae602d1373467cbd226 | 2,114 | pas | Pascal | Apps/Car/Solutions/Delphi/VCL/fmain.pas | VincentGsell/APE | c1cc07b05a008ead95b6ee4d45c83825c1cc77d0 | [
"MIT"
] | 14 | 2018-05-25T17:41:00.000Z | 2021-11-01T05:04:39.000Z | Apps/Car/Solutions/Delphi/VCL/fmain.pas | VincentGsell/APE | c1cc07b05a008ead95b6ee4d45c83825c1cc77d0 | [
"MIT"
] | null | null | null | Apps/Car/Solutions/Delphi/VCL/fmain.pas | VincentGsell/APE | c1cc07b05a008ead95b6ee4d45c83825c1cc77d0 | [
"MIT"
] | 3 | 2018-06-28T22:44:28.000Z | 2021-10-31T18:04:55.000Z | unit fmain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, uCarLevel, uRenderer.NativeCanvas, Vcl.ExtCtrls;
type
TFormCar = class(TForm)
TimerCarApp: TTimer;
procedure FormCreate(Sender: TObject);
... | 20.133333 | 98 | 0.705298 |
8531f81e9d39a7044af0a4f6b7d5f5aca947c345 | 31,395 | pas | Pascal | Unit1.pas | Swanty/Tardsplaya | 45bb04c2f7f02e3b6717b28dd199b6181b63bcc9 | [
"MIT"
] | 34 | 2015-01-13T23:32:56.000Z | 2021-03-26T05:36:55.000Z | Unit1.pas | Swanty/Tardsplaya | 45bb04c2f7f02e3b6717b28dd199b6181b63bcc9 | [
"MIT"
] | 2 | 2018-08-31T20:08:03.000Z | 2019-04-28T13:26:49.000Z | Unit1.pas | Swanty/Tardsplaya | 45bb04c2f7f02e3b6717b28dd199b6181b63bcc9 | [
"MIT"
] | 14 | 2016-03-05T10:57:39.000Z | 2021-04-10T10:30:46.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, superobject, OverbyteIcsUrl, OverbyteIcsHttpProt,
OverbyteIcsCookies, OverbyteIcsWSocket, OverbyteIcsHttpCCodZLib {gzip},
System.Gen... | 26.382353 | 272 | 0.639401 |
f16a032a6f06b1f69b777473d8fc9ed52402a34e | 18,977 | dfm | Pascal | Client/fStructurePartNeedsBySale.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fStructurePartNeedsBySale.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fStructurePartNeedsBySale.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | inherited fmStructurePartNeedsBySale: TfmStructurePartNeedsBySale
Left = 240
Top = 177
Caption = #1042#1082#1083#1102#1095#1074#1072#1085#1077' '#1085#1072' %StructurePart% '#1074' '#1054#1055#1055
ClientHeight = 352
ClientWidth = 790
ExplicitWidth = 796
ExplicitHeight = 377
PixelsPerInch = 96
... | 35.671053 | 326 | 0.627286 |
1775ba97a7f90a81c8de71241d89f6c395031846 | 1,518 | pas | Pascal | samples/Pascal/lazcomlib_1_0_tlb.pas | barrettotte/linguist | accc1608083d5299e5a9929de0e91cac1fa6bff1 | [
"MIT"
] | 8,271 | 2015-01-01T15:04:43.000Z | 2022-03-31T06:18:14.000Z | samples/Pascal/lazcomlib_1_0_tlb.pas | barrettotte/linguist | accc1608083d5299e5a9929de0e91cac1fa6bff1 | [
"MIT"
] | 3,238 | 2015-01-01T14:25:12.000Z | 2022-03-30T17:37:51.000Z | samples/Pascal/lazcomlib_1_0_tlb.pas | barrettotte/linguist | accc1608083d5299e5a9929de0e91cac1fa6bff1 | [
"MIT"
] | 4,070 | 2015-01-01T11:40:51.000Z | 2022-03-31T13:45:53.000Z | Unit LazComLib_1_0_TLB;
// Imported LazComLib on 19/11/2014 15:59:16 from D:\_development\Lazarus\LazComDll\LazComDll.tlb
{$mode delphi}{$H+}
interface
Uses
Windows,ActiveX,Classes,Variants;
Const
LazComLibMajorVersion = 1;
LazComLibMinorVersion = 0;
LazComLibLCID = 0;
LIBID_LazComLib : TGUID = '{570A55B... | 19.973684 | 98 | 0.746377 |
83f253f37d2fff535fef55425fd277f86b857f82 | 15,437 | pas | Pascal | TMQTT/MQTT.pas | bigheadfjuee/TMQTTClient_synapse40_XE10 | 5eb7e5ee56f5aec89fc60f00c1c3c471fc54134a | [
"MIT"
] | 1 | 2021-03-04T17:06:11.000Z | 2021-03-04T17:06:11.000Z | TMQTT/MQTT.pas | bigheadfjuee/TMQTTClient_synapse40_XE10 | 5eb7e5ee56f5aec89fc60f00c1c3c471fc54134a | [
"MIT"
] | null | null | null | TMQTT/MQTT.pas | bigheadfjuee/TMQTTClient_synapse40_XE10 | 5eb7e5ee56f5aec89fc60f00c1c3c471fc54134a | [
"MIT"
] | 3 | 2017-03-06T17:13:52.000Z | 2022-01-15T13:29:34.000Z | unit MQTT;
interface
uses
SysUtils,
Types,
Classes,
ExtCtrls,
Generics.Collections,
SyncObjs,
blcksock,
MQTTHeaders,
MQTTReadThread;
type
{$IF not declared(TBytes)}
TBytes = array of Byte;
{$IFEND}
TMQTT = class
private
{ Private Declarations }
FClientID: AnsiString;
... | 28.221207 | 133 | 0.712315 |
6a7aa572dc5a29341d4c15acbe5b002116d50c1a | 1,122 | pas | Pascal | Tests/Sources/InternalTests/EmptyTests.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | Tests/Sources/InternalTests/EmptyTests.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | Tests/Sources/InternalTests/EmptyTests.pas | remobjects/RemObjects.Elements.EUnit | 3aedbd0a453a3464f518ffe819341cc369607d48 | [
"BSD-2-Clause"
] | null | null | null | namespace EUnit.Tests;
interface
uses
RemObjects.Elements.EUnit;
type
_EmptyTest = public class (Test)
private
method Private1; empty;
method Private2: Boolean; empty;
method Private3(Parameter: Boolean); empty;
method Private4(Parameter: Boolean): Boolean; empty;
protected
... | 24.933333 | 59 | 0.696078 |
6a41586e7936753136f475a18dc798d61cac874c | 979 | pas | Pascal | Common/uRttiUtils.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Common/uRttiUtils.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Common/uRttiUtils.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | unit uRttiUtils;
interface
uses
uNestProc, Rtti;
type
TRttiContextHelper = record helper for TRttiContext
public
class function Using: TNestProcRec; overload; static;
class function Using<T>: TNestFuncRec<T>; overload; static;
end;
implementation
uses
SysUtils;
class function... | 18.471698 | 64 | 0.630235 |
f150b1c556608f8d3291bfd51c535acbb556b456 | 316 | pas | Pascal | DocVariant/D2010Up.pas | zhouzuoji/mORMotTest | 93c3391130da1187a50f5d3ee15b6d7c3f154523 | [
"Apache-2.0"
] | null | null | null | DocVariant/D2010Up.pas | zhouzuoji/mORMotTest | 93c3391130da1187a50f5d3ee15b6d7c3f154523 | [
"Apache-2.0"
] | null | null | null | DocVariant/D2010Up.pas | zhouzuoji/mORMotTest | 93c3391130da1187a50f5d3ee15b6d7c3f154523 | [
"Apache-2.0"
] | 2 | 2019-12-07T09:47:13.000Z | 2021-03-13T00:02:25.000Z | unit D2010Up;
{$I Synopse.inc}
{$I HPPas.inc}
interface
uses
SysUtils,
Math,
{$ifdef MSWINDOWS}
Windows,
{$endif}
Classes,
TypInfo,
Rtti,
SynCommons,
HPPas,
HppTypeCast,
HppSysUtils,
HppScript,
HppGoroutine,
ParseNumberTest,
JSONTest;
implementation
end.
| 10.896552 | 19 | 0.626582 |
83e0a2f125a147e06ca6a984d8b3deaed9e453e3 | 10,758 | dfm | Pascal | src/gui-classic/UFRMAbout.dfm | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | 1 | 2020-06-07T08:58:10.000Z | 2020-06-07T08:58:10.000Z | src/gui-classic/UFRMAbout.dfm | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | null | null | null | src/gui-classic/UFRMAbout.dfm | CFTechno/PascalCoin | af9ca7f1e58b0afbabe965060cd36bdf05f5cfb6 | [
"MIT"
] | null | null | null | object FRMAbout: TFRMAbout
Left = 0
Top = 0
ActiveControl = bbClose
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About...'
ClientHeight = 415
ClientWidth = 522
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
... | 39.551471 | 76 | 0.786206 |
6114fc0b5d168e8916fc9dd3e977d5e0285912bc | 3,870 | pas | Pascal | src/FormatConverterTester/U_FormatConverterTester.View.pas | bomrafinha/FormatConverter | 44934332f34d4b6601aeae4a8ecdc5dc26528818 | [
"MIT"
] | 25 | 2020-04-13T06:19:16.000Z | 2022-02-24T20:40:01.000Z | src/FormatConverterTester/U_FormatConverterTester.View.pas | bomrafinha/FormatConverter | 44934332f34d4b6601aeae4a8ecdc5dc26528818 | [
"MIT"
] | 94 | 2020-03-06T15:41:54.000Z | 2021-02-01T20:27:49.000Z | src/FormatConverterTester/U_FormatConverterTester.View.pas | bomrafinha/FormatConverter | 44934332f34d4b6601aeae4a8ecdc5dc26528818 | [
"MIT"
] | 8 | 2020-04-17T16:28:19.000Z | 2022-02-17T17:40:46.000Z | unit U_FormatConverterTester.View;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Layouts,
FMX.Objects, FMX.Effects, FMX.Controls.Presentation, FMX.ScrollBox, FMX.Memo,
FMX.StdCtrls, U_XML.JSON, ... | 22.5 | 81 | 0.737468 |
8320f3ed63c0719e7b4ce9a37c47d220d8152ac2 | 1,949 | dpr | Pascal | contrib/mORMot/SQLite3/Samples/03 - NamedPipe Client-Server/Project03Server.dpr | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/mORMot/SQLite3/Samples/03 - NamedPipe Client-Server/Project03Server.dpr | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 1 | 2022-02-17T07:17:16.000Z | 2022-02-17T07:17:16.000Z | contrib/mORMot/SQLite3/Samples/03 - NamedPipe Client-Server/Project03Server.dpr | Razor12911/bms2xtool | 0493cf895a9dbbd9f2316a3256202bcc41d9079c | [
"MIT"
] | 2 | 2020-08-18T09:42:33.000Z | 2021-04-22T08:15:27.000Z | {
Synopse mORMot framework
Sample 03 - NamedPipe Client-Server
purpose of this sample is to show Client/Server SQLite3 database usage:
- a TSampleRecord class is defined in Unit1.pas
- this sample uses down projects, Project03Client.dpr and Project03Server.dpr
- a SQLite3 server is initialized in ... | 39.77551 | 80 | 0.741406 |
83c73abc406329b9281f9fa928d31e81fccb4ace | 10,165 | pas | Pascal | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/cbAudioFileRead.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/cbAudioFileRead.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/donations/DSMixAdvanced/cbAudioFileRead.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | ////////////////////////////////////////////////////
// //
// cbDSMixer 1.5 //
// //
// Copyright (C) 1999, 2001 Carlos Barbosa //
// email: delphi@carlosb.com //
//... | 30.343284 | 163 | 0.689031 |
f124777396dc221752037997cbe142c149e147c3 | 17,537 | pas | Pascal | src/core/UPCSafeBoxRootHash.pas | nummer8/PascalCoin | 469e748c66d66a4989177e4874bb66da603ec2a7 | [
"MIT"
] | 1 | 2019-09-30T22:34:28.000Z | 2019-09-30T22:34:28.000Z | src/core/UPCSafeBoxRootHash.pas | nummer8/PascalCoin | 469e748c66d66a4989177e4874bb66da603ec2a7 | [
"MIT"
] | null | null | null | src/core/UPCSafeBoxRootHash.pas | nummer8/PascalCoin | 469e748c66d66a4989177e4874bb66da603ec2a7 | [
"MIT"
] | null | null | null | unit UPCSafeBoxRootHash;
{ Copyright (c) 2019 by Albert Molina
Acknowledgements:
Herman Schoenfeld <herman@sphere10.com> author of PIP-0030 (2019)
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
This unit is a par... | 36.084362 | 192 | 0.723613 |
f1539f7addc7a207643e1182a2b7de0cb727d7ad | 15,988 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/RxLib/Source/JvDBLists.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/RxLib/Source/JvDBLists.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jvcl/tests/RxLib/Source/JvDBLists.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/MPL-1.1.html... | 25.217666 | 97 | 0.708344 |
f13f860685b6a808c5e4f539dc7007f8465189b8 | 1,526 | dpr | Pascal | Accepted_The 2000's ACM-ICPC/P2935 (Subway tree systems).dpr | peneksglazami/acm-icpc-training | a3c41b65b8f8523713f9859b076f300a12c4e7f3 | [
"CC0-1.0"
] | null | null | null | Accepted_The 2000's ACM-ICPC/P2935 (Subway tree systems).dpr | peneksglazami/acm-icpc-training | a3c41b65b8f8523713f9859b076f300a12c4e7f3 | [
"CC0-1.0"
] | null | null | null | Accepted_The 2000's ACM-ICPC/P2935 (Subway tree systems).dpr | peneksglazami/acm-icpc-training | a3c41b65b8f8523713f9859b076f300a12c4e7f3 | [
"CC0-1.0"
] | null | null | null | {Problem: 2935 - Subway tree systems
ACM ICPC - Europe - Northwestern - 2003/2004
Solved by Andrey Grigorov}
{$A+,B-,C+,D-,E-,F-,G+,H+,I-,J-,K-,L-,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+}
{$MINSTACKSIZE $00004000}
{$MAXSTACKSIZE $00100000}
program Problem2935;
{$APPTYPE CONSOLE}
const
MaxL = 3000;
type
TStr = ar... | 17.54023 | 77 | 0.517693 |
f16311c0835f794f2db403ea2e5420b139d51e6c | 2,594 | pas | Pascal | src/thirdparty/pascal/dws2ConsoleAdapter.pas | atkins126/underscript | f6961044ca4fe87389e30c68acef2d5efed2c905 | [
"MIT"
] | 14 | 2018-05-26T19:34:13.000Z | 2020-10-19T12:08:10.000Z | src/thirdparty/pascal/dws2ConsoleAdapter.pas | atkins126/underscript | f6961044ca4fe87389e30c68acef2d5efed2c905 | [
"MIT"
] | null | null | null | src/thirdparty/pascal/dws2ConsoleAdapter.pas | atkins126/underscript | f6961044ca4fe87389e30c68acef2d5efed2c905 | [
"MIT"
] | 2 | 2020-12-18T21:33:46.000Z | 2021-03-28T03:07:04.000Z | unit dws2ConsoleAdapter;
interface
uses
Variants, Classes,
{$IFDEF LINUX}
Libc,
{$ELSE}
Windows,
{$ENDIF}
dws2Comp, dws2Exprs, dws2Errors, dws2Symbols, dws2Functions, dws2compiler;
type
TConsoleReadLnFunction = class(TInternalFunction)
public
procedure Execute; override;
end;
TConsoleWriteFuncti... | 20.587302 | 91 | 0.731303 |
f10ebf396dae10b110031a63589489a3ea372cc9 | 2,187 | pas | Pascal | Test/uWorkerTest.pas | Cladistics/Rosalind | 09614bdf2b955ef338a5f516ab9cc3498988ae25 | [
"MIT"
] | null | null | null | Test/uWorkerTest.pas | Cladistics/Rosalind | 09614bdf2b955ef338a5f516ab9cc3498988ae25 | [
"MIT"
] | null | null | null | Test/uWorkerTest.pas | Cladistics/Rosalind | 09614bdf2b955ef338a5f516ab9cc3498988ae25 | [
"MIT"
] | null | null | null | unit uWorkerTest;
interface
uses
DUnitX.TestFramework, uWorker.Intf;
type
[TestFixture]
TWorkerTest = class(TObject)
strict private
function TestWorker(const AWorker: IWorker; const AInput: string): string;
public
[Test]
[TestCase('DNA Worker TestCase 1', 'AGCTTTTCATTCTGACTGCAACGG... | 29.958904 | 126 | 0.715135 |
85d2ad64f8d129292e605597d7afb1b3ba59982a | 12,483 | pas | Pascal | Generics.Helpers.pas | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 48 | 2018-11-19T22:13:00.000Z | 2021-11-02T17:25:41.000Z | Generics.Helpers.pas | randydom/commonx | 2315f1acf41167bd77ba4d040b3f5b15a5c5b81a | [
"MIT"
] | 6 | 2018-11-24T17:15:29.000Z | 2019-05-15T14:59:56.000Z | Generics.Helpers.pas | adaloveless/commonx | ed37b239e925119c7ceb3ac7949eefb0259c7f77 | [
"MIT"
] | 12 | 2018-11-20T15:15:44.000Z | 2021-09-14T10:12:43.000Z | {
* Copyright (c) 2013 Maciej Izak (aka. HNB or mrmizak)
*
* This software is provided 'as-is', without any express or
* implied warranty. In no event will the authors be held
* liable for any damages arising from the use of this software.
*
* Permission is granted to anyone to use this software for any pur... | 21.086149 | 75 | 0.75022 |
afc5d1bc85c7ab2a72da7f6aacd3efa24d3ec9c9 | 2,729 | pas | Pascal | comm/0043.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | comm/0043.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | comm/0043.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z |
{
Here's a TP function that will report the current UART baud rate for
any serial port device (modem, mouse, etc.) ...
}
(*************************** GETBAUD.PAS ***************************)
PROGRAM GetBaud; { compiler: Turbo Pascal 4.0+ }
{ Mar.23.... | 44.016129 | 70 | 0.440454 |
6a938289d5caf6d143e4e79180037a5ba7664836 | 61,812 | pas | Pascal | src/tests/testcases/6502/testcase.cwvirtualmachine.bytecode.mos6502.pas | atkins126/cwVirtualMachine | c3ef2095a07402b16685adb4dc4243b9b519b90a | [
"BSD-3-Clause"
] | null | null | null | src/tests/testcases/6502/testcase.cwvirtualmachine.bytecode.mos6502.pas | atkins126/cwVirtualMachine | c3ef2095a07402b16685adb4dc4243b9b519b90a | [
"BSD-3-Clause"
] | null | null | null | src/tests/testcases/6502/testcase.cwvirtualmachine.bytecode.mos6502.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,
... | 23.395912 | 100 | 0.661085 |
6a4221e6dd258c5f9b3cf40d282e7f29bd321039 | 599 | dfm | Pascal | samples/layers/ado/Main.View.dfm | CloudDelphi/InfraFramework4Delphi | acb7455fae60616cabe542bb4894bd8653aa99d1 | [
"Apache-2.0"
] | 21 | 2016-08-23T11:57:42.000Z | 2021-06-26T23:24:03.000Z | samples/layers/ado/Main.View.dfm | CloudDelphi/InfraFramework4Delphi | acb7455fae60616cabe542bb4894bd8653aa99d1 | [
"Apache-2.0"
] | 1 | 2017-09-26T16:42:26.000Z | 2017-09-26T16:42:26.000Z | samples/layers/ado/Main.View.dfm | CloudDelphi/InfraFramework4Delphi | acb7455fae60616cabe542bb4894bd8653aa99d1 | [
"Apache-2.0"
] | 15 | 2015-02-28T00:59:10.000Z | 2021-06-26T23:24:11.000Z | object MainView: TMainView
Left = 0
Top = 0
Caption = 'Main View'
ClientHeight = 240
ClientWidth = 495
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreen... | 19.966667 | 32 | 0.654424 |
85bb68556b9e20fd02a5959cce7d693a573256b2 | 1,537 | dfm | Pascal | src/views/bomba.cadastro.view.dfm | regyssilveira/ControleAbastecimento | 7cc17c3a7bd6cb2105279038170fb180e7b63dca | [
"Apache-2.0"
] | 2 | 2021-07-17T18:40:14.000Z | 2021-07-19T11:26:31.000Z | src/views/bomba.cadastro.view.dfm | regyssilveira/ControleAbastecimento | 7cc17c3a7bd6cb2105279038170fb180e7b63dca | [
"Apache-2.0"
] | null | null | null | src/views/bomba.cadastro.view.dfm | regyssilveira/ControleAbastecimento | 7cc17c3a7bd6cb2105279038170fb180e7b63dca | [
"Apache-2.0"
] | 1 | 2021-11-25T18:14:35.000Z | 2021-11-25T18:14:35.000Z | inherited FrmBombaCadastroView: TFrmBombaCadastroView
Caption = 'Bomba'
ClientHeight = 284
ClientWidth = 441
ExplicitWidth = 447
ExplicitHeight = 313
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
Top = 243
Width = 441
ExplicitTop = 243
ExplicitWidth = 441
inherited BtnG... | 20.493333 | 53 | 0.536109 |
f138a54cbdd3387131e9951d5aad9df29893a3f5 | 1,704 | pas | Pascal | PrintingProject/MainUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | PrintingProject/MainUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | PrintingProject/MainUnit.pas | rustkas/dephi_do | 96025a01d5cb49136472b7e6bb5f037b27145fba | [
"MIT"
] | null | null | null | unit MainUnit;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TMainForm = class(TForm)
Button1: TButton;
Button2: TButton;
Button3: TButton;
Button4: TButton;
Button5:... | 21.846154 | 68 | 0.755869 |
f118e6e2a3fd8950c68e6b12f7969fec9045ec80 | 481 | pas | Pascal | Test/FailureScripts/abstract.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/abstract.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/abstract.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | type
TTest1 = class abstract
end;
type
TTest2 = class
procedure Dummy; virtual; abstract;
end;
type
TTest3 = class (TTest1)
end;
type
TTest4 = class (TTest2)
procedure Dummy; override;
end;
type
TTest5 = class (TTest2)
procedure Dummy; reintroduce;
end;
... | 15.03125 | 42 | 0.640333 |
f16b44382100a69abec54b4beb18ab6c81c48070 | 475 | pas | Pascal | uspQuery.pas | DanubioFerrari/ProvaDelphiSP | e7e86148646da07d10465f94f49a460097bcf7cc | [
"MIT"
] | null | null | null | uspQuery.pas | DanubioFerrari/ProvaDelphiSP | e7e86148646da07d10465f94f49a460097bcf7cc | [
"MIT"
] | null | null | null | uspQuery.pas | DanubioFerrari/ProvaDelphiSP | e7e86148646da07d10465f94f49a460097bcf7cc | [
"MIT"
] | null | null | null | unit uspQuery;
interface
uses
System.SysUtils, System.Classes, Data.DB, FireDAC.Comp.DataSet,
FireDAC.Comp.Client;
type
TspQuery = class(TFDQuery)
private
{ Private declarations }
protected
{ Protected declarations }
public
{ Public declarations }
published
{ Published ... | 15.322581 | 66 | 0.68 |
f13aaa4014148d252ddce279b7872d794f5e0fa2 | 735 | pas | Pascal | public/code/Pascal/camel_case.pas | encap/coderush | e55f7d6d57465b93c7c376d90f22b1e79e04fc2b | [
"Unlicense"
] | 45 | 2020-10-17T22:28:52.000Z | 2022-02-28T12:36:40.000Z | public/code/Pascal/camel_case.pas | encap/coderush | e55f7d6d57465b93c7c376d90f22b1e79e04fc2b | [
"Unlicense"
] | 33 | 2020-11-27T15:12:36.000Z | 2022-02-27T10:24:40.000Z | public/code/Pascal/camel_case.pas | encap/coderush | e55f7d6d57465b93c7c376d90f22b1e79e04fc2b | [
"Unlicense"
] | 5 | 2020-11-27T00:29:29.000Z | 2022-03-21T15:53:04.000Z | program Camelcase;
var
text, cc: string;
c: char;
i: integer;
lastSpace: boolean;
begin
readln(text);
lastSpace := true;
cc := '';
for i := 1 to Length(text) do
begin
c := text[i];
if ((c >= #65) and (c <= #90)) or ((c >= #97) and (c <= #122)) then
begin
... | 22.272727 | 75 | 0.386395 |
838e360295a0391905534bf17b8cdfcba46c19ff | 7,877 | dpr | Pascal | demos/GChartsDemo/GChartsDemo.dpr | fuadhs88/Delphi-GCharts | 3ab84c0ac5c13386e9903f44dd7ef536b6e18733 | [
"Apache-2.0"
] | 40 | 2021-09-20T08:44:57.000Z | 2022-02-20T17:43:50.000Z | demos/GChartsDemo/GChartsDemo.dpr | MorphineLLF/Delphi-GCharts | 3ab84c0ac5c13386e9903f44dd7ef536b6e18733 | [
"Apache-2.0"
] | 1 | 2021-11-15T03:11:12.000Z | 2021-12-18T01:58:46.000Z | demos/GChartsDemo/GChartsDemo.dpr | MorphineLLF/Delphi-GCharts | 3ab84c0ac5c13386e9903f44dd7ef536b6e18733 | [
"Apache-2.0"
] | 7 | 2021-09-22T00:12:44.000Z | 2022-02-28T12:43:29.000Z | program GChartsDemo;
uses
Forms,
ServerModule in 'ServerModule.pas' {UniServerModule: TUniGUIServerModule},
MainModule in 'MainModule.pas' {UniMainModule: TUniGUIMainModule},
Main in 'Main.pas' {MainForm: TUniForm},
cfs.GCharts in '..\..\sources\cfs.GCharts.pas',
cfs.GCharts.uniGUI in '..\..\sources\cfs.GC... | 61.062016 | 109 | 0.803352 |
f154e9d8c028d93dda4b483f49fe3287a109a1ac | 2,795 | pas | Pascal | Chapter 2/FibonacciMain.pas | PacktPublishing/Delphi-High-Performance | bcb84190e8660a28cbc0caada2e1bed3b8adfe42 | [
"MIT"
] | 45 | 2018-04-08T07:01:13.000Z | 2022-02-18T17:28:10.000Z | Chapter 2/FibonacciMain.pas | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | null | null | null | Chapter 2/FibonacciMain.pas | anomous/Delphi-High-Performance | 051a8f7d7460345b60cb8d2a10a974ea8179ea41 | [
"MIT"
] | 17 | 2018-03-21T11:22:15.000Z | 2022-03-16T05:55:54.000Z | unit FibonacciMain;
interface
uses
Winapi.Windows, Winapi.Messages,
System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.Samples.Spin;
type
TFiboFunc = function (element: int64): int64 of object;
TfrmFibonacci = class(TForm)
Label1: TL... | 22.909836 | 98 | 0.720572 |
f14bdc6989bc8fceff8fe6d1be840d1e71d7ba30 | 28,189 | dpr | Pascal | src-installer/RDPWInst.dpr | benzu99421/rdpwrap-1 | 263e1727aaf739b96bb8fe4e764b1a18dc48bafa | [
"Unlicense"
] | 25 | 2020-05-15T03:49:41.000Z | 2022-03-29T09:17:10.000Z | src-installer/RDPWInst.dpr | benzu99421/rdpwrap-1 | 263e1727aaf739b96bb8fe4e764b1a18dc48bafa | [
"Unlicense"
] | null | null | null | src-installer/RDPWInst.dpr | benzu99421/rdpwrap-1 | 263e1727aaf739b96bb8fe4e764b1a18dc48bafa | [
"Unlicense"
] | 319 | 2020-05-13T04:13:35.000Z | 2022-03-27T00:17:42.000Z | program RDPWInst;
{$APPTYPE CONSOLE}
{$R resource.res}
uses
SysUtils,
Windows,
Classes,
WinSvc,
Registry;
function EnumServicesStatusEx(
hSCManager: SC_HANDLE;
InfoLevel,
dwServiceType,
dwServiceState: DWORD;
lpServices: PByte;
cbBufSize: DWORD;
var pcbBytesNeeded,
lpServicesReturned,
lp... | 27.827246 | 186 | 0.66306 |
834829deb213d8f65ecd3ca3d0fe74e2d9357743 | 5,715 | pas | Pascal | package/UniSynEdit/Demos/CompletionProposalDemo/FormMain_ctCode.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | package/UniSynEdit/Demos/CompletionProposalDemo/FormMain_ctCode.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | package/UniSynEdit/Demos/CompletionProposalDemo/FormMain_ctCode.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | unit FormMain_ctCode;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SynCompletionProposal, StdCtrls, SynEdit, ComCtrls;
const
cCaseSensitive = 1;
cAnsiStrings = 2;
cPrettyText = 3;
cInsertList = 4;
cMatchedText = 5;
type
TForm1 = class(TForm)
... | 31.401099 | 113 | 0.697113 |
83d973b5e39073d628873b39b56418573650426e | 8,421 | pas | Pascal | src/Horse.Core.pas | mateusvicente100/horse | afd8e22c87b9ec954a7a8ab59c686a4cdd5f2650 | [
"MIT"
] | 4 | 2021-08-11T12:51:43.000Z | 2022-02-27T16:44:12.000Z | src/Horse.Core.pas | mateusvicente100/horse | afd8e22c87b9ec954a7a8ab59c686a4cdd5f2650 | [
"MIT"
] | null | null | null | src/Horse.Core.pas | mateusvicente100/horse | afd8e22c87b9ec954a7a8ab59c686a4cdd5f2650 | [
"MIT"
] | null | null | null | unit Horse.Core;
interface
uses System.SysUtils, Web.HTTPApp, Horse.Router;
type
THorseCore = class
private
FRoutes: THorseRouterTree;
procedure RegisterRoute(AHTTPType: TMethodType; APath: string; ACallback: THorseCallback);
class var FInstance: THorseCore;
protected
procedure Initialize; virt... | 29.037931 | 110 | 0.77188 |
f1029dbe3a34117504e906bc2b037b8940e2dab1 | 3,254 | dpr | Pascal | EcoDistrictDebugger/EcodistrictDebugger.dpr | ecodistrict/DesignModule | edfb28b90e033ce5e8ad27c6054e5b5836654dd2 | [
"MIT"
] | 3 | 2017-04-03T08:32:37.000Z | 2019-02-15T04:20:08.000Z | EcoDistrictDebugger/EcodistrictDebugger.dpr | ecodistrict/DesignModule | edfb28b90e033ce5e8ad27c6054e5b5836654dd2 | [
"MIT"
] | 70 | 2016-10-04T14:01:54.000Z | 2018-10-26T14:47:30.000Z | EcoDistrictDebugger/EcodistrictDebugger.dpr | ecodistrict/DesignModule | edfb28b90e033ce5e8ad27c6054e5b5836654dd2 | [
"MIT"
] | 2 | 2018-08-09T13:45:23.000Z | 2018-11-09T14:02:02.000Z | program EcodistrictDebugger;
{$APPTYPE CONSOLE}
{$R *.res}
uses
Logger, LogConsole, LogFile,
imb4,
System.JSON,
Rest.JSON,
//SuperObject,
System.Classes, System.SysUtils;
procedure HandleException(aConnection: TConnection; aException: Exception);
begin
Log.WriteLn('FATAL IMB4 connection exception: '+a... | 29.053571 | 100 | 0.614014 |
859de07463076ea63b15e610aceca9c5d376674c | 284 | dpr | Pascal | windows/src/ext/jedi/jcl/jcl/examples/windows/debug/framestrack/FramesTrackExample.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jcl/jcl/examples/windows/debug/framestrack/FramesTrackExample.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jcl/jcl/examples/windows/debug/framestrack/FramesTrackExample.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | program FramesTrackExample;
{$I jcl.inc}
uses
Forms,
FramesTrackDemoMain in 'FramesTrackDemoMain.pas' {Form1};
{$R *.RES}
{$R ..\..\..\..\source\windows\JclCommCtrlAsInvoker.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 16.705882 | 59 | 0.721831 |
83af39445001b79b1c59f9a589cef455af2c498d | 1,521 | pas | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvInterpreterDemos/JvInterpreterDynamicLoad/ScriptForm.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvInterpreterDemos/JvInterpreterDynamicLoad/ScriptForm.pas | 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/JvInterpreterDemos/JvInterpreterDynamicLoad/ScriptForm.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {******************************************************************
JEDI-VCL Demo
Copyright (C) 2002 Project JEDI
Original author:
Contributor(s):
You may retrieve the latest version of this file at the JEDI-JVCL
home page, located at http://jvcl.delphi-jedi.org
The contents of this f... | 23.4 | 67 | 0.671269 |
8395d5f2c1973705deac284eec27378a6b322912 | 21,197 | pas | Pascal | src/MonitorForm.pas | serbod/ZhdunQMS | fa530654f6359faef695d983be5ea6a83e107ea6 | [
"Apache-2.0"
] | 1 | 2020-11-04T15:04:54.000Z | 2020-11-04T15:04:54.000Z | src/MonitorForm.pas | serbod/ZhdunQMS | fa530654f6359faef695d983be5ea6a83e107ea6 | [
"Apache-2.0"
] | null | null | null | src/MonitorForm.pas | serbod/ZhdunQMS | fa530654f6359faef695d983be5ea6a83e107ea6 | [
"Apache-2.0"
] | 1 | 2021-11-06T00:17:40.000Z | 2021-11-06T00:17:40.000Z | { ZhdunQMS (C) Sergey Bodrov, 2020 }
unit MonitorForm;
{$mode objfpc}{$H+}
interface
uses
{$ifdef WINDOWS}windows, comobj,{$endif}
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, Menus,
Variants, LazUTF8,
lNetComponents, ZhdunItems, ZhdunTicketManager, FPCanvas, lNet, RFUtils,
... | 25.662228 | 114 | 0.648818 |
bc417bad8a0ede957f670f11bf9948eca0f49f10 | 1,956 | dfm | Pascal | Demos/Controls/DomainUpDown/uDomainUpDowns.dfm | CrystalNet-Tech/dotNetVCL4Delphi_Tutorials | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | 1 | 2020-12-31T11:25:23.000Z | 2020-12-31T11:25:23.000Z | Demos/Controls/DomainUpDown/uDomainUpDowns.dfm | CrystalNet-Tech/dotNetVCL4Delphi | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | null | null | null | Demos/Controls/DomainUpDown/uDomainUpDowns.dfm | CrystalNet-Tech/dotNetVCL4Delphi | 4260109349279a71401d80b92c6a7d76c9c6d4d1 | [
"Apache-2.0"
] | 2 | 2020-09-26T09:03:17.000Z | 2021-02-26T11:26:25.000Z | object Form10: TForm10
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = '.Net DomainUpDown in Delphi'
ClientHeight = 253
ClientWidth = 295
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOr... | 18.990291 | 63 | 0.51227 |
83d5c280637b2815dc22e8e11d960ee1910de34d | 26,124 | pas | Pascal | CPRSChart/OR_30_377V9_SRC/OrderCom/BCMA/VHA_Objects.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | 1 | 2015-11-03T14:56:42.000Z | 2015-11-03T14:56:42.000Z | CPRSChart/OR_30_377V9_SRC/OrderCom/BCMA/VHA_Objects.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRSChart/OR_30_377V9_SRC/OrderCom/BCMA/VHA_Objects.pas | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | unit VHA_Objects;
{
================================================================================
* File: VHA_Objects.PAS
*
* Application: Bar Code Medication Administration
* Revision: $Revision: 23 $ $Modtime: 5/08/02 3:50p $
*
* Description: This is a unit which contains VHA Objects developed for the
* ... | 30.806604 | 134 | 0.652771 |
6a19944d4e29ee4286b4b68ca5eb65590e796649 | 268 | pas | Pascal | Test/GenericsFail/implem_mismatch1.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/GenericsFail/implem_mismatch1.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/GenericsFail/implem_mismatch1.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | type TTest1<T> = class
procedure Dummy;
end;
type TTest2<T, U> = class
procedure Dummy;
end;
procedure TTest1<t>.Dummy; begin end;
procedure TTest1<u>.Dummy; begin end;
procedure TTest2<T>.Dummy; begin end;
procedure TTest2<T,v,w.Dummy; begin end;
| 17.866667 | 40 | 0.690299 |
f15a3029e90a9018e5aa6eb3cf9ca9e1dfce0f92 | 1,101 | dfm | Pascal | Log.dfm | 5cript/wiki-editor-vcl | 273261ed92b653b06b9fe2cd90c52629d32f8abe | [
"MIT"
] | 1 | 2016-12-14T07:12:11.000Z | 2016-12-14T07:12:11.000Z | Log.dfm | 5cript/wiki-editor-vcl | 273261ed92b653b06b9fe2cd90c52629d32f8abe | [
"MIT"
] | 8 | 2017-03-23T11:48:12.000Z | 2017-03-25T18:04:38.000Z | Log.dfm | 5cript/wiki-editor-vcl | 273261ed92b653b06b9fe2cd90c52629d32f8abe | [
"MIT"
] | null | null | null | object LogWindow: TLogWindow
Left = 0
Top = 0
Caption = 'Log'
ClientHeight = 289
ClientWidth = 619
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = LogWindowMenu
OldCreateOrder = False
OnCre... | 21.588235 | 34 | 0.601272 |
f13d72beda7d2be954a23377264eaf62a6a5b703 | 2,862 | pas | Pascal | Model/Conexoes/Zeos/Menus.Model.Conexoes.Zeos.Conexao.pas | FranlleyGomes/CertificacaoMVC | d62983ca106a8e9feee1df6a0d81bdad3798f07c | [
"MIT"
] | null | null | null | Model/Conexoes/Zeos/Menus.Model.Conexoes.Zeos.Conexao.pas | FranlleyGomes/CertificacaoMVC | d62983ca106a8e9feee1df6a0d81bdad3798f07c | [
"MIT"
] | null | null | null | Model/Conexoes/Zeos/Menus.Model.Conexoes.Zeos.Conexao.pas | FranlleyGomes/CertificacaoMVC | d62983ca106a8e9feee1df6a0d81bdad3798f07c | [
"MIT"
] | null | null | null | unit Menus.Model.Conexoes.Zeos.Conexao;
interface
uses
Menus.Model.Conexoes.Interfaces, System.Classes, Data.DB,
ZAbstractConnection, ZConnection;
Type
TModelConexaoZeos = class(TInterfacedObject, iModelConexao,
iModelConexaoParametros)
private
FConexao: TZConnection;
FDatabase: String;
F... | 20.589928 | 76 | 0.761705 |
6ac5c0e72a350bc60d97f065a1e84bbd8408d2fc | 2,728 | dpr | Pascal | Components/Innerfuse Pascal Script/help/sample3.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/Innerfuse Pascal Script/help/sample3.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/Innerfuse Pascal Script/help/sample3.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | program sample3;
uses
ifpscomp,
ifps3,
ifpidll2,
ifpidll2runtime
;
function ScriptOnUses(Sender: TIFPSPascalCompiler; const Name: string): Boolean;
{ the OnUses callback function is called for each "uses" in the script.
It's always called with the parameter 'SYSTEM' at the top of the script.
For exa... | 32.47619 | 145 | 0.708578 |
f16bfb8450ae5d4b434be4ce6303a39fd54426f5 | 116 | pas | Pascal | Test/FailureScripts/func_ptr_var_param.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/func_ptr_var_param.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/func_ptr_var_param.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | Type TProc = Procedure;
Procedure Test(Var AProc : TProc);
Begin
End;
Var p : TProc;
Test(p);
Test(p()); | 11.6 | 35 | 0.612069 |
8336f9464fddd14515ba3d263a0ba391ebfc7d4b | 6,054 | pas | Pascal | Components/JVCL/run/JvBDESecurity.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/run/JvBDESecurity.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/run/JvBDESecurity.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | {-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/MPL-1.1.html... | 28.828571 | 97 | 0.743641 |
83a30704399b4f154d26af317d86c7aec2e8b87c | 2,261 | pas | Pascal | src/migration.core/model.init.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | 1 | 2020-09-10T14:49:25.000Z | 2020-09-10T14:49:25.000Z | src/migration.core/model.init.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | null | null | null | src/migration.core/model.init.pas | Valdeirsk8/migrationFirebird | fd5071f93d197d0fc52e8a7602237309ec01b8d8 | [
"MIT"
] | 2 | 2021-02-04T21:40:08.000Z | 2021-03-04T06:36:41.000Z | unit model.init;
interface
uses
System.Classes, System.SysUtils, System.IoUtils,
Common.Types,
JsonDataObjects;
type
TInit = class
private
FDataBase: String;
FPort: Integer;
FuserName: string;
FPassword: string;
FcharSet: string;
FServer: String;
public
property DataBase: St... | 23.309278 | 121 | 0.693498 |
83f93786ba663343e992633cc3fe8c776a12f917 | 274 | pas | Pascal | protoc-gen-delphi.tests/test-vectors/known-protoc-outputs/empty_schema.protoc-output/uEmptySchema.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 1 | 2021-01-08T01:47:56.000Z | 2021-01-08T01:47:56.000Z | protoc-gen-delphi.tests/test-vectors/known-protoc-outputs/empty_schema.protoc-output/uEmptySchema.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 54 | 2020-09-03T13:22:42.000Z | 2021-11-14T11:19:22.000Z | protoc-gen-delphi.tests/test-vectors/known-protoc-outputs/empty_schema.protoc-output/uEmptySchema.pas | connor-work/protoc-gen-delphi | 0cc17fefa769b47c7d802ebb69e694160ff63d7a | [
"Apache-2.0"
] | 3 | 2020-08-27T07:56:29.000Z | 2021-01-08T01:47:59.000Z | /// <remarks>
/// This unit corresponds to the protobuf schema definition (.proto file) <c>empty_schema.proto</c>.
/// </remarks>
unit uEmptySchema;
{$INCLUDE Work.Connor.Delphi.CompilerFeatures.inc}
{$IFDEF FPC}
{$MODE DELPHI}
{$ENDIF}
interface
implementation
end.
| 16.117647 | 100 | 0.718978 |
851c48458431113aa676d3bca06d66ba7e42a869 | 336,360 | dfm | Pascal | Delphi/Unit11.dfm | adityapramudit8/Drakuli | 56b9676838f7532760993811e330e88b04c6dc5b | [
"MIT"
] | null | null | null | Delphi/Unit11.dfm | adityapramudit8/Drakuli | 56b9676838f7532760993811e330e88b04c6dc5b | [
"MIT"
] | null | null | null | Delphi/Unit11.dfm | adityapramudit8/Drakuli | 56b9676838f7532760993811e330e88b04c6dc5b | [
"MIT"
] | null | null | null | object MengirimBarang: TMengirimBarang
Left = 202
Top = 139
Width = 1295
Height = 621
Caption = 'MengirimBarang'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
... | 64.659746 | 72 | 0.858928 |
6a1bc74c201e6f93f6aafabc300c759653d8c232 | 15,263 | dfm | Pascal | UFrmRelSaidaData.dfm | PaulohSouza/SisConv-Conveniencia-Delphi | 5e1c83f9d152f8bad169da89dd0d9f6223295428 | [
"MIT"
] | null | null | null | UFrmRelSaidaData.dfm | PaulohSouza/SisConv-Conveniencia-Delphi | 5e1c83f9d152f8bad169da89dd0d9f6223295428 | [
"MIT"
] | 1 | 2020-04-03T23:39:27.000Z | 2020-04-03T23:39:27.000Z | UFrmRelSaidaData.dfm | PaulohSouza/SisConv-Conveniencia-Delphi | 5e1c83f9d152f8bad169da89dd0d9f6223295428 | [
"MIT"
] | null | null | null | object FrmRelSaidaData: TFrmRelSaidaData
Left = 192
Top = 107
Width = 901
Height = 480
Caption = 'Relat'#243'rio de Vendas'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = F... | 26.45234 | 61 | 0.578785 |
83c62525f423a11586565a40ba81f54b3c1a7337 | 2,213 | pas | Pascal | ufrmDespertador.pas | ViniMilagres/Despertador | 142bccd956a7e20421f294e67cc073d352e075f0 | [
"MIT"
] | null | null | null | ufrmDespertador.pas | ViniMilagres/Despertador | 142bccd956a7e20421f294e67cc073d352e075f0 | [
"MIT"
] | null | null | null | ufrmDespertador.pas | ViniMilagres/Despertador | 142bccd956a7e20421f294e67cc073d352e075f0 | [
"MIT"
] | null | null | null | unit ufrmDespertador;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, Vcl.StdCtrls,
Vcl.ExtCtrls, Vcl.Mask;
type
Tfrm_Despertador = class(TForm)
btnAtivar: TButton;
btnDesat... | 24.588889 | 99 | 0.692273 |
f103edc019bb43566bd55ecae8766b2e6f46b09f | 2,222 | pas | Pascal | chars/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | chars/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | chars/0001.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {
DAVID DRZYZGA
> Is there any way to create or use your own fonts in
> regular Text mode With Pascal?
Here's a demo of a routine originally posted by Bernie P and revised by me:
}
Program UpsideDown;
{-upsidedown and backwards Text aka redefining the Text mode font}
Var
newCharset,
oldCharset : Arr... | 20.574074 | 76 | 0.545005 |
83aa2d090b0de047fc3d9f9e64c3333283e45d70 | 1,661 | pas | Pascal | MainForm.pas | ngeor/VFretboard | be921ab8006efaa73bd69a6bcec11ce4bd31db77 | [
"MIT"
] | 2 | 2019-04-27T04:39:56.000Z | 2021-11-02T18:24:37.000Z | MainForm.pas | ngeor/VFretboard | be921ab8006efaa73bd69a6bcec11ce4bd31db77 | [
"MIT"
] | null | null | null | MainForm.pas | ngeor/VFretboard | be921ab8006efaa73bd69a6bcec11ce4bd31db77 | [
"MIT"
] | 2 | 2019-04-27T04:39:56.000Z | 2021-11-02T18:24:38.000Z | unit MainForm;
{$MODE Delphi}
interface
uses
LCLIntf, LCLType, LMessages, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, Fretboard;
type
TDynamicIntArray = array of integer;
TForm1 = class(TForm)
cmbNotes: TComboBox;
Label1: TLabel;
cmbKey: TComboBox;
... | 19.091954 | 72 | 0.677905 |
83e60483ffb80eb458e01733336336fe1e00417e | 10,305 | pas | Pascal | Projects/Genealogie/Source/TstHTMLParser/Frm_TstHTMLParser2a.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Genealogie/Source/TstHTMLParser/Frm_TstHTMLParser2a.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Genealogie/Source/TstHTMLParser/Frm_TstHTMLParser2a.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit Frm_TstHTMLParser2a;
{$IFDEF FPC}
{$MODE Delphi}
{$ENDIF}
interface
uses
{$IFnDEF FPC}
Windows,
{$ELSE}
LCLIntf, LCLType,
{$ENDIF}
SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,
Buttons, ComCtrls, ExtCtrls, Unt_Config, FileUtil,
VisualHTTPClient, htmlview,... | 28.865546 | 103 | 0.709073 |
f12268c5fae6cf42c8877397f8a86550ba31d280 | 3,049 | pas | Pascal | LazUnits/Indy10/Demos/TCP_HTTP/Server/Unit1.pas | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | 1 | 2019-04-11T05:53:19.000Z | 2019-04-11T05:53:19.000Z | LazUnits/Indy10/Demos/TCP_HTTP/Server/Unit1.pas | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | null | null | null | LazUnits/Indy10/Demos/TCP_HTTP/Server/Unit1.pas | jasc2v8/Pascal | 11a18048a059db9037dec9c67fd00740f5bb8807 | [
"Unlicense"
] | 1 | 2020-06-23T22:23:44.000Z | 2020-06-23T22:23:44.000Z | unit Unit1;
{$MODE Delphi}
{
03.07.2019
Updated for Indy 10.6 by jasc2v8@yahoo.com
Replaced: TIdTextEncoding.Default
With: IndyTextEncoding_OSDefault
03.03.2012
String Exchange Server Demo INDY10.5.X
It just shows how to send and receive String.
No error handling
Most of the c... | 25.838983 | 88 | 0.753034 |
cd89ce47d67fb033ba8d620de44cbf3f596d566c | 8,770 | pas | Pascal | shared/Parts.pas | zenyd/soldat | 36484aa5ff2d7be523abb32adbd7aeeee1a395c9 | [
"MIT"
] | 2 | 2020-05-26T16:44:23.000Z | 2020-10-08T16:58:11.000Z | shared/Parts.pas | Shoozza/soldat | 7b123618eadbd20a314ea4a389e8391cdd600725 | [
"MIT"
] | null | null | null | shared/Parts.pas | Shoozza/soldat | 7b123618eadbd20a314ea4a389e8391cdd600725 | [
"MIT"
] | 2 | 2021-01-11T17:49:23.000Z | 2021-01-19T19:57:21.000Z | {*******************************************************}
{ }
{ Particle Unit for SOLDAT }
{ }
{ Copyright (c) 2001-02 Michal Marcinkowski }
{ ... | 24.093407 | 102 | 0.578677 |
83673399d53779d94c6f4f805cdfa0a3e871e3ec | 9 | pas | Pascal | usuarios.pas | luisalvaradoar/Proyecto_Final_PM1 | 61cb400c5dc9a9d1588df9ea8480dc34d7a42f4f | [
"Apache-2.0"
] | null | null | null | usuarios.pas | luisalvaradoar/Proyecto_Final_PM1 | 61cb400c5dc9a9d1588df9ea8480dc34d7a42f4f | [
"Apache-2.0"
] | null | null | null | usuarios.pas | luisalvaradoar/Proyecto_Final_PM1 | 61cb400c5dc9a9d1588df9ea8480dc34d7a42f4f | [
"Apache-2.0"
] | null | null | null | ECFM ECFM | 9 | 9 | 0.888889 |
6a178b963533cacaf958e7285033c6ad7f527389 | 5,219 | pas | Pascal | memory/0088.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | memory/0088.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | memory/0088.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z |
unit xms;
interface
type
xmsmove_type=record
len:longint;
s_handle:word;
s_offset:longint;
d_handle:word;
d_offset:longint;
end;
xmsmove_ptr=^xmsmove_type;
{ For some unknown purpose, varables of xmsmove_type must be global
and not local varabl... | 18.773381 | 79 | 0.50182 |
85e6f92d216c3e3f61dad8d77e10e8a989fe3771 | 1,059 | pas | Pascal | uConsts.pas | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | uConsts.pas | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | uConsts.pas | DanScottNI/delphi-cowabunga | 5a1eecdb85406bd6f6b470de37ed0f31349758ca | [
"MIT"
] | null | null | null | unit uConsts;
interface
uses GR32;
type
TObjDetect = record
ObjType : integer;
ObjIndex : Integer;
end;
const
DEBUG : Boolean = True;
CRLF : String = Chr(13) + Chr(10);
{ SolidityColours : Array [0..15] of TColor32 = (clBlue32,clLightGray32,
clYellow32,clMaroon32,clGreen32,clOlive32,clNavy32,cl... | 24.627907 | 75 | 0.687441 |
8358e5812d23d19d3eaf297975325e531077fdfe | 4,682 | pas | Pascal | Libraries/Spring4D/Source/Persistence/Criteria/Spring.Persistence.Criteria.Criterion.InExpression.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | 2 | 2020-01-04T08:19:10.000Z | 2020-02-19T22:25:38.000Z | Libraries/Spring4D/Source/Persistence/Criteria/Spring.Persistence.Criteria.Criterion.InExpression.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | null | null | null | Libraries/Spring4D/Source/Persistence/Criteria/Spring.Persistence.Criteria.Criterion.InExpression.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | 1 | 2020-02-19T22:25:42.000Z | 2020-02-19T22:25:42.000Z | {***************************************************************************}
{ }
{ Spring Framework for Delphi }
{ }
{ ... | 32.289655 | 93 | 0.555318 |
f10ebd34554838e889f590869b0f848981b8398c | 373 | dpr | Pascal | Demos/Camera/CameraDemo.dpr | barlone/Kastri | fb12d9eba242e67efd87eb1cb7acd123601a58ed | [
"MIT"
] | 259 | 2020-05-27T03:15:19.000Z | 2022-03-24T16:35:02.000Z | Demos/Camera/CameraDemo.dpr | talentedexpert0057/Kastri | aacc0db96957ea850abb7b407be5a0722462eb5a | [
"MIT"
] | 95 | 2020-06-16T09:46:06.000Z | 2022-03-28T00:27:07.000Z | Demos/Camera/CameraDemo.dpr | talentedexpert0057/Kastri | aacc0db96957ea850abb7b407be5a0722462eb5a | [
"MIT"
] | 56 | 2020-06-04T19:32:40.000Z | 2022-03-26T15:32:47.000Z | program CameraDemo;
{$R 'Data.res' 'Data.rc'}
uses
System.StartUpCopy,
FMX.Forms,
CD.View.Main in 'Views\CD.View.Main.pas' {MainView},
CD.View.Camera in 'Views\CD.View.Camera.pas' {CameraView},
CD.Types in 'Core\CD.Types.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateF... | 19.631579 | 61 | 0.670241 |
f16085240fc25dbacbc5c2f444c184544404d21a | 279 | dpr | Pascal | Projects/Lazarus_Bible/2010/Fishy.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Projects/Lazarus_Bible/D24/Fishy.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Projects/Lazarus_Bible/DXE2/Fishy.dpr | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | program Fishy;
uses
Forms,
Frm_FishyMAIN in '..\Source\FISHY\Frm_FishyMAIN.PAS' {MainForm};
{$R *.RES}
{$E EXE}
begin
Application.Initialize;
Application.Title := 'Demo: Fishy';
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 21.461538 | 68 | 0.663082 |
83afca03f60697a152dc250b68ae4a18c58cca48 | 13,808 | pas | Pascal | src/core/USettings.pas | gabbieian38/PascalCoin | f33df61aa50e5280788f9f1f28c11f2de9a7a4dc | [
"MIT"
] | 1 | 2020-06-07T08:58:10.000Z | 2020-06-07T08:58:10.000Z | src/core/USettings.pas | Grumpy-Dwarf/PascalCoin | 514d07d4d6c9238bc52350db842f0a77340861b8 | [
"MIT"
] | null | null | null | src/core/USettings.pas | Grumpy-Dwarf/PascalCoin | 514d07d4d6c9238bc52350db842f0a77340861b8 | [
"MIT"
] | null | null | null | unit USettings;
{ Copyright (c) 2018 by Herman Schoenfeld
Distributed under the MIT software license, see the accompanying file LICENSE
or visit http://www.opensource.org/licenses/mit-license.php.
This unit is a part of the PascalCoin Project, an infinitely scalable
cryptocurrency. Find us here:
Web: https... | 35.587629 | 162 | 0.809386 |
f149e1911f3acf13aae0d144ebefb17481f275a0 | 1,535 | pas | Pascal | Chapter10/RECIPE04/Delphi/MainFMX.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 51 | 2018-08-03T06:27:36.000Z | 2022-03-16T09:10:10.000Z | Chapter10/RECIPE04/Delphi/MainFMX.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 1 | 2021-02-07T16:26:57.000Z | 2021-03-02T06:36:26.000Z | Chapter10/RECIPE04/Delphi/MainFMX.pas | PacktPublishing/DelphiCookbookThirdEdition | 760fd16277dd21a75320571c664553af33e29950 | [
"MIT"
] | 28 | 2018-08-03T22:20:00.000Z | 2021-12-02T03:49:03.000Z | unit MainFMX;
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, IdBaseComponent, IdComponent, IdTCPConnection,
IdTCPClient, FMX.ScrollBox, FMX.Memo;
type
TM... | 20.743243 | 78 | 0.691857 |
830a29cc6a0a1d486551fd02f06ba3a8c81ebf84 | 19,255 | pas | Pascal | include/epanet2.pas | owr7/EPANET | 9572acd3771a301e41ba2dcf9620f6e1839275d8 | [
"MIT"
] | 7 | 2018-06-19T22:12:50.000Z | 2019-06-05T14:19:47.000Z | include/epanet2.pas | owr7/EPANET | 9572acd3771a301e41ba2dcf9620f6e1839275d8 | [
"MIT"
] | 5 | 2019-02-08T20:56:29.000Z | 2019-09-19T13:13:16.000Z | include/epanet2.pas | owr7/EPANET | 9572acd3771a301e41ba2dcf9620f6e1839275d8 | [
"MIT"
] | 1 | 2021-02-01T18:39:59.000Z | 2021-02-01T18:39:59.000Z | unit epanet2;
{ Declarations of imported procedures from the EPANET PROGRAMMERs TOOLKIT }
{ (EPANET2.DLL) }
{Last updated on 7/18/19}
interface
const
{ These are codes used by the DLL functions }
EN_MAXID = 31; { Max. # characters in ID name }
EN_MAXMSG = 255; { Max. # characters in strings }
EN_EL... | 46.064593 | 176 | 0.725734 |
83ef866990c5d39723d4970ac8c9fa67ba542fc5 | 196 | dpr | Pascal | demos/ListaImpresoras/PPrinterList.dpr | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 87 | 2019-04-04T06:23:14.000Z | 2022-03-19T16:44:26.000Z | demos/ListaImpresoras/PPrinterList.dpr | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 2 | 2020-09-04T01:54:26.000Z | 2020-10-27T15:52:04.000Z | demos/ListaImpresoras/PPrinterList.dpr | atkins126/GLibWMI | e719b0f8cff946675e09344aa8a4c2dac25c92de | [
"Apache-2.0"
] | 14 | 2019-04-08T13:59:48.000Z | 2022-01-13T08:12:38.000Z | program PPrinterList;
uses
Forms,
FMainList in 'FMainList.pas' {FormMain};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Application.Run;
end.
| 14 | 46 | 0.734694 |
f11247e057dd219264340c8cf605c071d4a4b981 | 750 | dfm | Pascal | windows/src/ext/jedi/jvcl/tests/restructured/examples/JvScreenCapture/fScreenCapture.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/examples/JvScreenCapture/fScreenCapture.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/examples/JvScreenCapture/fScreenCapture.dfm | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | object Form1: TForm1
Left = 200
Top = 157
Width = 703
Height = 587
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 Ima... | 17.857143 | 34 | 0.616 |
83daf4958088c0637625a4a634594d7fe331a74a | 64,441 | pas | Pascal | pa maps/diadem.pas | superouman/PAMaps | cb3f033ea91fc54fdc7611908df7f55306a00e5c | [
"Unlicense"
] | null | null | null | pa maps/diadem.pas | superouman/PAMaps | cb3f033ea91fc54fdc7611908df7f55306a00e5c | [
"Unlicense"
] | null | null | null | pa maps/diadem.pas | superouman/PAMaps | cb3f033ea91fc54fdc7611908df7f55306a00e5c | [
"Unlicense"
] | null | null | null | {
"name": "Diadem",
"planets": [
{
"name": "Diadem",
"mass": 10000,
"position_x": 91200,
"position_y": -1300,
"velocity_x": 1.0552821159362793,
"velocity_y": 74.0323257446289,
"required_thrust_to_move": 0,
"s... | 34.186207 | 80 | 0.277634 |
83285dc3a70f502acdfc1ce0c6cf2da6c1c553ec | 18,240 | pas | Pascal | Source/PXL.Textures.DX7.pas | svn2github/AsphyrePXL | e29f402b27b3133e3971ecd4a7f14dddf81c2e34 | [
"Apache-2.0"
] | 33 | 2018-03-19T15:54:14.000Z | 2021-03-09T15:58:05.000Z | Source/PXL.Textures.DX7.pas | svn2github/AsphyrePXL | e29f402b27b3133e3971ecd4a7f14dddf81c2e34 | [
"Apache-2.0"
] | 2 | 2019-01-13T23:05:21.000Z | 2019-02-03T08:06:13.000Z | Source/PXL.Textures.DX7.pas | svn2github/AsphyrePXL | e29f402b27b3133e3971ecd4a7f14dddf81c2e34 | [
"Apache-2.0"
] | 2 | 2019-01-21T08:52:17.000Z | 2020-08-30T15:16:58.000Z | unit PXL.Textures.DX7;
(*
* This file is part of Asphyre Framework, also known as Platform eXtended Library (PXL).
* Copyright (c) 2015 - 2017 Yuriy Kotsarenko. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
* compliance with the L... | 28.018433 | 118 | 0.709704 |
cdd1efeda67e05086d93be1cfa08fd361846706d | 24,640 | pas | Pascal | package/indy-10.2.0.3/fpc/IdEMailAddress.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | 1 | 2022-02-28T11:28:18.000Z | 2022-02-28T11:28:18.000Z | package/indy-10.2.0.3/fpc/IdEMailAddress.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | package/indy-10.2.0.3/fpc/IdEMailAddress.pas | RonaldoSurdi/Sistema-gerenciamento-websites-delphi | 8cc7eec2d05312dc41f514bbd5f828f9be9c579e | [
"MIT"
] | null | null | null | {
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserv... | 28.387097 | 93 | 0.594968 |
85d15cca092d5f650f99690fe68c92e8cb37984b | 124,537 | pas | Pascal | source/StyleUn.pas | coassoftwaresystems/HtmlViewer | 0f605421b17c4246e6fff4a1fa26ac42f2f69646 | [
"MIT"
] | 3 | 2015-03-31T13:32:10.000Z | 2017-10-13T07:51:58.000Z | source/StyleUn.pas | coassoftwaresystems/HtmlViewer | 0f605421b17c4246e6fff4a1fa26ac42f2f69646 | [
"MIT"
] | null | null | null | source/StyleUn.pas | coassoftwaresystems/HtmlViewer | 0f605421b17c4246e6fff4a1fa26ac42f2f69646 | [
"MIT"
] | 1 | 2016-10-18T06:20:25.000Z | 2016-10-18T06:20:25.000Z | {
Version 11.6
Copyright (c) 1995-2008 by L. David Baldwin,
Copyright (c) 2008-2015 by HtmlViewer Team
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 limi... | 30.818362 | 159 | 0.619816 |
832f0ff257743f71f63658b953c7d206ae19c326 | 12,558 | pas | Pascal | Components/jcl/experts/debug/tools/TlbToMapMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/experts/debug/tools/TlbToMapMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/experts/debug/tools/TlbToMapMain.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 31.632242 | 100 | 0.613155 |
85e4669965b33d023f0dd9e12c8f1d8ab8bf002f | 3,348 | dfm | Pascal | delphi-projects/Baharestan db convertor/mainU.dfm | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | 3 | 2017-09-18T15:20:15.000Z | 2020-02-11T17:40:41.000Z | delphi-projects/Baharestan db convertor/mainU.dfm | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | null | null | null | delphi-projects/Baharestan db convertor/mainU.dfm | zoghal/my-old-projects | 0d505840a3b840af889395df669f91751f8a2d36 | [
"MIT"
] | null | null | null | object Form1: TForm1
Left = 227
Top = 118
Width = 870
Height = 500
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ARABIC_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch =... | 21.189873 | 74 | 0.620968 |
f11de58b30c8b4f5bc293bb2d534d27063af9a34 | 4,084 | dfm | Pascal | CPRSChart/OR_30_377V9_SRC/CPRS-chart/fDeferDialog.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/fDeferDialog.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | CPRSChart/OR_30_377V9_SRC/CPRS-chart/fDeferDialog.dfm | VHAINNOVATIONS/Transplant | a6c000a0df4f46a17330cec95ff25119fca1f472 | [
"Apache-2.0"
] | null | null | null | object frmDeferDialog: TfrmDeferDialog
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Defer Item'
ClientHeight = 265
ClientWidth = 516
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
P... | 21.160622 | 44 | 0.582027 |
f15f7d7ebc5b9f03d455d7d5b47b0fc855b92eab | 5,392 | pas | Pascal | source/uWVCoreWebView2ClientCertificate.pas | e-files/WebView4Delphi | 01dade7a01a1d8b5c1b0ad131e237f18f8e650b5 | [
"MIT"
] | 99 | 2021-12-03T22:21:56.000Z | 2022-03-26T20:19:23.000Z | source/uWVCoreWebView2ClientCertificate.pas | e-files/WebView4Delphi | 01dade7a01a1d8b5c1b0ad131e237f18f8e650b5 | [
"MIT"
] | 20 | 2021-12-04T10:12:45.000Z | 2022-03-01T09:37:51.000Z | source/uWVCoreWebView2ClientCertificate.pas | e-files/WebView4Delphi | 01dade7a01a1d8b5c1b0ad131e237f18f8e650b5 | [
"MIT"
] | 17 | 2021-12-04T09:32:31.000Z | 2022-03-24T15:15:44.000Z | unit uWVCoreWebView2ClientCertificate;
{$IFDEF FPC}{$MODE Delphi}{$ENDIF}
{$I webview2.inc}
interface
uses
uWVTypeLibrary, uWVTypes;
type
TCoreWebView2ClientCertificate = class
protected
FBaseIntf : ICoreWebView2ClientCertificate;
function GetInitialized : boolean;
function GetSubject : ... | 26.96 | 143 | 0.682493 |
f17d3c9e6d80df89f00148ad925fbd95870189fa | 314 | dpr | Pascal | math/lsoda/Sidewinder.Test.LSODA.dpr | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | math/lsoda/Sidewinder.Test.LSODA.dpr | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | 2 | 2022-03-25T23:15:54.000Z | 2022-03-25T23:27:20.000Z | math/lsoda/Sidewinder.Test.LSODA.dpr | sys-bio/sidewinder | 5b1083cc329086c51b849bbeb06322cffc281b9a | [
"Apache-2.0"
] | null | null | null | program Sidewinder.Test.LSODA;
uses
Vcl.Forms,
WEBLib.Forms,
ufTestLSODA in 'ufTestLSODA.pas' {Form1: TWebForm} {*.html},
LSODA.test in 'LSODA.test.pas';
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 18.470588 | 62 | 0.72293 |
f13750619a127688232f33044997b6b7365cdaa9 | 239,097 | pas | Pascal | zeosdbo-7.2.4-stable/src/plain/ZPlainOracleDriver.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | zeosdbo-7.2.4-stable/src/plain/ZPlainOracleDriver.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | zeosdbo-7.2.4-stable/src/plain/ZPlainOracleDriver.pas | iauata/testedelphi | 47c5e7a5759c9b55b3239eff54712d23d74ea757 | [
"Apache-2.0"
] | null | null | null | {*********************************************************}
{ }
{ Zeos Database Objects }
{ Native Plain Drivers for Oracle }
{ }
{ Originally ... | 48.001807 | 147 | 0.713321 |
f181b705f9b66f80bd8b21ec65720ac91d19d229 | 6,762 | pas | Pascal | Source/Network.NonTransit.pas | atkins126/PTSKIM | dee55232fd91507ec51ca8c5f5492515c6b6b263 | [
"MIT"
] | 5 | 2021-08-10T09:33:38.000Z | 2021-12-31T17:36:08.000Z | Source/Network.NonTransit.pas | atkins126/PTSKIM | dee55232fd91507ec51ca8c5f5492515c6b6b263 | [
"MIT"
] | null | null | null | Source/Network.NonTransit.pas | atkins126/PTSKIM | dee55232fd91507ec51ca8c5f5492515c6b6b263 | [
"MIT"
] | 2 | 2019-12-31T01:30:08.000Z | 2020-09-12T01:07:33.000Z | unit Network.NonTransit;
////////////////////////////////////////////////////////////////////////////////
//
// Author: Jaap Baak
// https://github.com/transportmodelling/PTSKIM
//
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////... | 33.475248 | 122 | 0.66504 |
83f8f8c0cace02a326bad3a39c0623586e239758 | 11,559 | pas | Pascal | LoggerPro.FileAppender.pas | mikatiming/loggerpro | 9e1c6192913929bf331cd1639c82df77013d36c0 | [
"Apache-2.0"
] | null | null | null | LoggerPro.FileAppender.pas | mikatiming/loggerpro | 9e1c6192913929bf331cd1639c82df77013d36c0 | [
"Apache-2.0"
] | null | null | null | LoggerPro.FileAppender.pas | mikatiming/loggerpro | 9e1c6192913929bf331cd1639c82df77013d36c0 | [
"Apache-2.0"
] | null | null | null | unit LoggerPro.FileAppender;
{ <@abstract(The unit to include if you want to use @link(TLoggerProFileAppender))
@author(Daniele Teti) }
{$IF Defined(Android) or Defined(iOS)}
{$DEFINE MOBILE}
{$ENDIF}
interface
uses
LoggerPro,
System.Generics.Collections,
System.SysUtils,
System.Classes;
type
{
@abs... | 30.742021 | 140 | 0.729475 |
83d84cdb90267f51034045d9b1e1a504218ea236 | 5,310 | pas | Pascal | colorreduction.pas | c-yan/pngdrop | 4044de9bbb7540612e49e7677dc68b600b765397 | [
"ISC"
] | 1 | 2020-02-29T00:32:37.000Z | 2020-02-29T00:32:37.000Z | colorreduction.pas | c-yan/pngdrop | 4044de9bbb7540612e49e7677dc68b600b765397 | [
"ISC"
] | 1 | 2018-08-28T12:05:57.000Z | 2018-08-28T12:05:57.000Z | colorreduction.pas | c-yan/pngdrop | 4044de9bbb7540612e49e7677dc68b600b765397 | [
"ISC"
] | 1 | 2020-02-29T00:32:37.000Z | 2020-02-29T00:32:37.000Z | unit ColorReduction;
{$mode objfpc}{$H+}
interface
uses
Graphics, IntfGraphics;
type
TReduceColorConfig = record
Colors: integer;
Dither: boolean;
KMeans: boolean;
end;
TLog = procedure(Message: string);
function ReduceColor(Src: TBitmap; Config: TReduceColorConfig;
Log: TLo... | 24.583333 | 87 | 0.595669 |
f16882868d3227b16197c4f4a77bd38c4c0037ee | 8,782 | pas | Pascal | Examples/HTTP/AsyncHttpServer.RequestHandler.pas | lordcrc/AsyncIO | 7ea7f930fa7491f046abe032f628570efde32381 | [
"Apache-2.0"
] | 33 | 2015-05-25T01:26:03.000Z | 2021-11-16T11:24:59.000Z | Examples/HTTP/AsyncHttpServer.RequestHandler.pas | lordcrc/AsyncIO | 7ea7f930fa7491f046abe032f628570efde32381 | [
"Apache-2.0"
] | 3 | 2016-07-19T09:49:00.000Z | 2017-10-14T09:43:43.000Z | Examples/HTTP/AsyncHttpServer.RequestHandler.pas | lordcrc/AsyncIO | 7ea7f930fa7491f046abe032f628570efde32381 | [
"Apache-2.0"
] | 7 | 2015-04-27T14:44:32.000Z | 2021-09-30T01:42:12.000Z | unit AsyncHttpServer.RequestHandler;
interface
uses
AsyncIO, AsyncHttpServer.Mime, AsyncHttpServer.Request, AsyncHttpServer.Response;
type
HttpRequestHandler = interface
['{AC26AF7B-589F-41D1-8449-995ECDADB2B4}']
{$REGION 'Property accessors'}
function GetService: IOService;
{$ENDREGION}
fun... | 25.308357 | 135 | 0.682077 |
8369e14f70784b8b434c3c04b889743401fb89c7 | 946 | pas | Pascal | source/TypeB_MessagingHub_REST_SERVER/ufmMain.pas | victorgv/TypeB_MessagingHub | ec057c4d0ddc1699d3c2d5ff36bedad70a73b67d | [
"MIT"
] | null | null | null | source/TypeB_MessagingHub_REST_SERVER/ufmMain.pas | victorgv/TypeB_MessagingHub | ec057c4d0ddc1699d3c2d5ff36bedad70a73b67d | [
"MIT"
] | null | null | null | source/TypeB_MessagingHub_REST_SERVER/ufmMain.pas | victorgv/TypeB_MessagingHub | ec057c4d0ddc1699d3c2d5ff36bedad70a73b67d | [
"MIT"
] | null | null | null | unit ufmMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, uTServiceRestServer;
type
TfmMain = class(TForm)
Button1: TButton;
procedure FormCreate(Sender: TObject);
procedure FormD... | 18.54902 | 98 | 0.756871 |
8391d3b894ca55deb2dd534261fc8e9110082f78 | 45,490 | pas | Pascal | source/Vcls/mormot/SynTests.pas | fenglinyushu/dewebsdk | 6f45b6bef96e4b431ad6a0071320e5f613be778b | [
"BSD-2-Clause"
] | 2 | 2021-05-12T00:33:07.000Z | 2021-09-01T06:54:17.000Z | source/Vcls/mormot/SynTests.pas | fenglinyushu/dewebsdk | 6f45b6bef96e4b431ad6a0071320e5f613be778b | [
"BSD-2-Clause"
] | null | null | null | source/Vcls/mormot/SynTests.pas | fenglinyushu/dewebsdk | 6f45b6bef96e4b431ad6a0071320e5f613be778b | [
"BSD-2-Clause"
] | null | null | null | /// Unit test functions used by Synopse projects
// - this unit is a part of the freeware Synopse mORMot framework,
// licensed under a MPL/GPL/LGPL tri-license; version 1.18
unit SynTests;
(*
This file is part of Synopse framework.
Synopse framework. Copyright (C) 2020 Arnaud Bouchez
Synopse Informatiq... | 36.017419 | 137 | 0.701319 |
838862b8620b8afa912117c0900fd2c18e51940c | 118,169 | pas | Pascal | source/HTMLUn2.pas | Karin22315/BerndGabriel-HtmlViewer | e70378b196a5596744c2aa2bf593f3877b2d802d | [
"MIT"
] | null | null | null | source/HTMLUn2.pas | Karin22315/BerndGabriel-HtmlViewer | e70378b196a5596744c2aa2bf593f3877b2d802d | [
"MIT"
] | null | null | null | source/HTMLUn2.pas | Karin22315/BerndGabriel-HtmlViewer | e70378b196a5596744c2aa2bf593f3877b2d802d | [
"MIT"
] | null | null | null | {
Version 11.4
Copyright (c) 1995-2008 by L. David Baldwin
Copyright (c) 2008-2013 by HtmlViewer Team
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 limit... | 27.19029 | 154 | 0.609297 |
854142636e9e528c21f3c7a763ac2dd2124aefab | 554 | pas | Pascal | Test/AssociativePass/parameters.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/AssociativePass/parameters.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/AssociativePass/parameters.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | procedure Test1(p : array [String] of String);
begin
Print('Test1: ');
PrintLn(p.Keys.Sort.Join(','));
end;
procedure Test2(const p : array [String] of String);
begin
Print('Test2: ');
PrintLn(p.Keys.Sort.Join(','));
end;
procedure Test3(var p : array [String] of String);
begin
Print('Test3: ');
... | 17.3125 | 52 | 0.581227 |
6aac9de39e45a847a74bac61f50f0a5042cb8327 | 1,259 | pas | Pascal | src/Horse.Provider.Abstract.pas | AndersondaCampo/horse | 4a063d7b1936c6f66af527e60a28e66d90ecbc6a | [
"MIT"
] | 2 | 2021-11-05T12:31:07.000Z | 2021-11-09T11:52:14.000Z | src/Horse.Provider.Abstract.pas | AndersondaCampo/horse | 4a063d7b1936c6f66af527e60a28e66d90ecbc6a | [
"MIT"
] | null | null | null | src/Horse.Provider.Abstract.pas | AndersondaCampo/horse | 4a063d7b1936c6f66af527e60a28e66d90ecbc6a | [
"MIT"
] | null | null | null | unit Horse.Provider.Abstract;
{$IF DEFINED(FPC)}
{$MODE DELPHI}{$H+}
{$ENDIF}
interface
uses
{$IF DEFINED(FPC)}
SysUtils, Horse.Proc,
{$ELSE}
System.SysUtils,
{$ENDIF}
Horse.Core, Horse.Core.RouterTree;
type
THorseProviderAbstract<T: class{$IF DEFINED(FPC)}, constructor{$ENDIF}> = class(THorseCo... | 22.482143 | 93 | 0.739476 |
8377ef8096d5a4f9a2f59c92cf14c6cc8e4f08af | 12,785 | pas | Pascal | fTestVSOP2013.pas | atkins126/vsop2013 | 06915d6b92c2f134f121c3834aa5b3b5bb7f7eb6 | [
"MIT"
] | 12 | 2020-10-22T00:08:57.000Z | 2022-01-16T02:09:02.000Z | fTestVSOP2013.pas | atkins126/vsop2013 | 06915d6b92c2f134f121c3834aa5b3b5bb7f7eb6 | [
"MIT"
] | null | null | null | fTestVSOP2013.pas | atkins126/vsop2013 | 06915d6b92c2f134f121c3834aa5b3b5bb7f7eb6 | [
"MIT"
] | 5 | 2020-09-17T15:34:11.000Z | 2021-02-12T14:25:41.000Z | unit fTestVSOP2013;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
System.Math.Vectors,
FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
FMX.StdCtrls, FMX.Controls.Presentation, FMX.ScrollBox,
FMX.Memo, FMX.Objects, FMX.Edit, FMX.Memo.... | 35.912921 | 121 | 0.636762 |
f188ffc181ac822f456cfd044e2494e23ad2ec3d | 19,490 | pas | Pascal | MUSIC_PRO/bass_fx.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | MUSIC_PRO/bass_fx.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | MUSIC_PRO/bass_fx.pas | delphi-pascal-archive/music-pro | 85376ca55a478613638e0fa31c10721634dd5227 | [
"Unlicense"
] | null | null | null | {=============================================================================
BASS_FX 2.4 - Copyright (c) 2002-2009 (: JOBnik! :) [Arthur Aminov, ISRAEL]
[http://www.jobnik.org]
bugs/suggestions/questions:
forum : http://www.un4seen.com... | 53.39726 | 191 | 0.500821 |
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.