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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
47c5b8feacfa6e374c069f31264da97ea8b60657 | 417 | dpr | Pascal | tests/sample-conv/DUSampleConv.dpr | alessandro-savoiardo/DBXtoUD | 2479deed9467a13527095f70d878927679bf1901 | [
"MIT"
] | null | null | null | tests/sample-conv/DUSampleConv.dpr | alessandro-savoiardo/DBXtoUD | 2479deed9467a13527095f70d878927679bf1901 | [
"MIT"
] | null | null | null | tests/sample-conv/DUSampleConv.dpr | alessandro-savoiardo/DBXtoUD | 2479deed9467a13527095f70d878927679bf1901 | [
"MIT"
] | null | null | null | program DUSampleConv;
uses
Vcl.Forms,
DUS.Main.Form in 'DUS.Main.Form.pas' {DUSMainForm},
DUS.DataSet.Data in 'DUS.DataSet.Data.pas' {DUSDataSetData: TDataModule},
DUS.Main.Data in 'DUS.Main.Data.pas' {DUSMainData: TDataModule};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnT... | 24.529412 | 76 | 0.717026 |
fc4f0300b2dc587789f2625817f346862352b219 | 177 | dpr | Pascal | windows/src/ext/jedi/jcl/donations/dcl/demos/Perf/Perf.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jcl/donations/dcl/demos/Perf/Perf.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/ext/jedi/jcl/donations/dcl/demos/Perf/Perf.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | program Perf;
uses
Forms,
Unit1 in 'Unit1.pas' {frmPerf};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmPerf, frmPerf);
Application.Run;
end.
| 12.642857 | 44 | 0.706215 |
47a97f153a536d7c507e86f170eabc6e4099b092 | 121 | pas | Pascal | Pascal/area_retan.pas | 71460-4-F/LIP_2018-1 | 7515cb2d3df1dd24f72305be24ae9409392bd802 | [
"MIT"
] | null | null | null | Pascal/area_retan.pas | 71460-4-F/LIP_2018-1 | 7515cb2d3df1dd24f72305be24ae9409392bd802 | [
"MIT"
] | null | null | null | Pascal/area_retan.pas | 71460-4-F/LIP_2018-1 | 7515cb2d3df1dd24f72305be24ae9409392bd802 | [
"MIT"
] | null | null | null |
program area_triangulo;
var a, b, area: integer;
begin
readln(a);
readln(b);
area := a * b;
writeln(area);
end.
| 9.307692 | 24 | 0.628099 |
479479c1eb3b258597e88794bb7ab08291a72ca4 | 3,137 | pas | Pascal | DW.Androidapi.JNI.TextureView.pas | ImperiumDelphi/Camera | 04e33a50fff620afb8390ccd7a1d95588504e107 | [
"Apache-2.0"
] | 4 | 2021-02-10T22:25:02.000Z | 2021-11-29T10:01:18.000Z | DW.Androidapi.JNI.TextureView.pas | yhdgs/Camera | 04e33a50fff620afb8390ccd7a1d95588504e107 | [
"Apache-2.0"
] | null | null | null | DW.Androidapi.JNI.TextureView.pas | yhdgs/Camera | 04e33a50fff620afb8390ccd7a1d95588504e107 | [
"Apache-2.0"
] | 1 | 2022-03-25T05:22:31.000Z | 2022-03-25T05:22:31.000Z | unit DW.Androidapi.JNI.TextureView;
interface
uses
// Android
Androidapi.JNIBridge, Androidapi.JNI.GraphicsContentViewText, Androidapi.JNI.JavaTypes, Androidapi.JNI.Os, Androidapi.JNI.Util;
type
JTextureView = interface;//android.view.TextureView
JTextureView_SurfaceTextureListener = interface;//an... | 49.015625 | 151 | 0.7708 |
85b903ddc052a68f0c9411b07fee7a302e9077d7 | 735 | pas | Pascal | VAnim/Config Source Code/UpdateButtonFormUnit.pas | vjay82/VAnim | c690a7a05f5e30527b0213be56719c991e832f65 | [
"Beerware"
] | null | null | null | VAnim/Config Source Code/UpdateButtonFormUnit.pas | vjay82/VAnim | c690a7a05f5e30527b0213be56719c991e832f65 | [
"Beerware"
] | null | null | null | VAnim/Config Source Code/UpdateButtonFormUnit.pas | vjay82/VAnim | c690a7a05f5e30527b0213be56719c991e832f65 | [
"Beerware"
] | null | null | null | unit UpdateButtonFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TUpdateButtonForm = class(TForm)
UpdateButton: TButton;
Button1: TButton;
procedure FormCreate(Sender: TObject);
procedure FormClose(Sender: ... | 18.375 | 77 | 0.708844 |
fc968773f79065a13901ad5eca9552dfb639c3c6 | 96 | pas | Pascal | toolchain/pascompl/test/reject/iso7185prt0048.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 37 | 2019-03-12T17:19:46.000Z | 2022-02-04T00:25:55.000Z | toolchain/pascompl/test/reject/iso7185prt0048.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 13 | 2019-03-05T06:10:14.000Z | 2020-11-30T09:30:52.000Z | toolchain/pascompl/test/reject/iso7185prt0048.pas | besm6/mesm6 | 308b524c78a65e5aaba15b5b9e37f3fd83fc2c53 | [
"MIT"
] | 4 | 2019-03-23T15:51:56.000Z | 2020-07-28T22:34:42.000Z | {
PRT test 48: Bad directive
}
program iso7185prt0048;
procedure x; bark;
begin
x
end. | 6.4 | 26 | 0.677083 |
fc587acbafed7d971d02cb20c48a78892257a77e | 1,583 | pas | Pascal | Reportes/RptPagoAplicacionesMensualForm.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | null | null | null | Reportes/RptPagoAplicacionesMensualForm.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 51 | 2018-07-25T15:39:25.000Z | 2021-04-21T17:40:57.000Z | Reportes/RptPagoAplicacionesMensualForm.pas | alexismzt/SOFOM | 57ca73e9f7fbb51521149ea7c0fdc409c22cc6f7 | [
"Apache-2.0"
] | 1 | 2021-02-23T17:27:06.000Z | 2021-02-23T17:27:06.000Z | unit RptPagoAplicacionesMensualForm;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, _ReportForm, dxSkinsCore, dxSkinBlack,
dxSkinBlue, dxSkinBlueprint, dxSkinCaramel, dxSkinCoffee, dxSkinDarkRoom,
dx... | 39.575 | 99 | 0.804169 |
47ab00aa2f3b726dd8fa151f47abb42009b95da2 | 70,723 | pas | Pascal | references/embarcadero/rio/10_3_2/patched/fmx/FMX.Dialogs.Win.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | 1 | 2019-01-27T14:00:28.000Z | 2019-01-27T14:00:28.000Z | references/embarcadero/rio/10_3_2/patched/fmx/FMX.Dialogs.Win.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | 2 | 2019-06-23T00:02:43.000Z | 2019-10-12T22:39:28.000Z | references/embarcadero/rio/10_3_2/patched/fmx/FMX.Dialogs.Win.pas | marlonnardi/alcinoe | 5e14b2fca7adcc38e483771055b5623501433334 | [
"Apache-2.0"
] | null | null | null | {*******************************************************}
{ }
{ Delphi FireMonkey Platform }
{ Copyright(c) 2014-2018 Embarcadero Technologies, Inc. }
{ All rights reserved }
{ ... | 32.955732 | 138 | 0.724121 |
83ff24a19e2b77f8407f7929e6bb51b7fa8d5715 | 2,180 | pas | Pascal | proj1.pas | MelyMelo8/algo-project | 95ec22509b488ed0517c11e937d4a6d8f056baf7 | [
"MIT"
] | null | null | null | proj1.pas | MelyMelo8/algo-project | 95ec22509b488ed0517c11e937d4a6d8f056baf7 | [
"MIT"
] | null | null | null | proj1.pas | MelyMelo8/algo-project | 95ec22509b488ed0517c11e937d4a6d8f056baf7 | [
"MIT"
] | 1 | 2019-05-16T07:54:29.000Z | 2019-05-16T07:54:29.000Z | unit proj1;
{$mode objfpc}{$H+}
{$codepage UTF8}
{$I-}
(*
Ce fichier définit les fonctions nécessaires à la première question du projet, à savoir la création de mots de manière complètement aléatoire. N'utilisant aucun fichier, aucune table de probabilité, ce programme s'en trouve réduit au strict minimum.
Comme dans ... | 35.737705 | 249 | 0.658716 |
fcbd14cf9f4b09519cbb138543f7d0fd6f06ad87 | 5,324 | pas | Pascal | ksAwsHttpIndy.pas | edwinyzh/ksAws | 6e0c047ba2fa7b45479ed5897478635a38b0b5c1 | [
"Apache-2.0"
] | 1 | 2021-02-10T22:11:21.000Z | 2021-02-10T22:11:21.000Z | ksAwsHttpIndy.pas | edwinyzh/ksAws | 6e0c047ba2fa7b45479ed5897478635a38b0b5c1 | [
"Apache-2.0"
] | null | null | null | ksAwsHttpIndy.pas | edwinyzh/ksAws | 6e0c047ba2fa7b45479ed5897478635a38b0b5c1 | [
"Apache-2.0"
] | null | null | null | {*******************************************************************************
* *
* ksAwsHttpIndy - ksAws TIdHttp Interface *
* ... | 34.128205 | 120 | 0.589406 |
477a91c71564805fef8ae1888211c0e107a36f3b | 24,900 | pas | Pascal | post3/pp_3.pas | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | post3/pp_3.pas | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | post3/pp_3.pas | zag82/magnum3d | 7ce784b8579b1aa5a1fc3e6dc8b1b1a4eb79d48d | [
"MIT"
] | null | null | null | unit pp_3;
interface
uses openGL, cm_ini, vi_3,
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TfmPostProcessor3 = class(TForm)
Timer1: TTimer;
procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject)... | 37.053571 | 203 | 0.534739 |
fccfc1c88a8e8359eb6d4e6b2f9acaf758911943 | 4,122 | pas | Pascal | src/bodymovin.Struct.pas | snakeice/lottie-player | 7083fc29c55a6ab70a421c55c396f79f1001a148 | [
"MIT"
] | 1 | 2019-09-06T13:38:15.000Z | 2019-09-06T13:38:15.000Z | src/bodymovin.Struct.pas | snakeice/lottie-player | 7083fc29c55a6ab70a421c55c396f79f1001a148 | [
"MIT"
] | null | null | null | src/bodymovin.Struct.pas | snakeice/lottie-player | 7083fc29c55a6ab70a421c55c396f79f1001a148 | [
"MIT"
] | 1 | 2019-09-06T13:38:17.000Z | 2019-09-06T13:38:17.000Z | unit bodymovin.Struct;
interface
uses
System.Generics.Collections, System.JSON;
type
ILayer = Interface
end;
IAsset = Interface
end;
IShape = interface
end;
TCharacterShape = class
FShape: IShape;
end;
TChars = class
private
// Character
FCharacter: Char;
// Font family
... | 25.134146 | 93 | 0.692625 |
f1da6d0fc8caa27eb4116f3424ff994670285303 | 1,182 | pas | Pascal | Source/FindUnit.StringPositionList.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 80 | 2016-01-27T19:28:36.000Z | 2021-10-04T18:47:46.000Z | Source/FindUnit.StringPositionList.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 68 | 2016-01-24T14:24:09.000Z | 2020-12-18T10:42:42.000Z | Source/FindUnit.StringPositionList.pas | Slipinir/RFindUnit | fda073d0b8efe4ec482bf2b8af9772e275699741 | [
"MIT"
] | 37 | 2016-02-17T05:25:24.000Z | 2021-11-24T17:00:32.000Z | unit FindUnit.StringPositionList;
interface
uses
System.Classes,
FindUnit.Header,
System.Generics.Collections,
System.SysUtils;
type
TStringPositionList = class(TList<TStringPosition>)
private
FDuplicates: TDuplicates;
function IsDuplicated(Item: TStringPosition): Boolean;
public
functio... | 19.064516 | 74 | 0.700508 |
858c53a3126e77fa9c0a04f137da3dcb513cff37 | 2,740 | pas | Pascal | Source/uContentConfiguration.pas | SenorTacoo/FibbageXLCustomQuestionsEditor | 9fbf3982e4f3faaaf2779c6a47c79333f6570e83 | [
"MIT"
] | 1 | 2022-01-10T22:12:29.000Z | 2022-01-10T22:12:29.000Z | Source/uContentConfiguration.pas | SenorTacoo/FibbageXLCustomQuestionsEditor | 9fbf3982e4f3faaaf2779c6a47c79333f6570e83 | [
"MIT"
] | 1 | 2022-01-22T00:32:11.000Z | 2022-03-27T08:45:16.000Z | Source/uContentConfiguration.pas | SenorTacoo/FibbageXLCustomQuestionsEditor | 9fbf3982e4f3faaaf2779c6a47c79333f6570e83 | [
"MIT"
] | null | null | null | unit uContentConfiguration;
interface
uses
uInterfaces,
System.IOUtils,
System.StrUtils,
System.SysUtils,
System.Classes;
type
TContentConfiguration = class(TInterfacedObject, IContentConfiguration)
private
FRawCfg: TStringList;
public
constructor Create;
destructor Destroy; override;
... | 23.02521 | 75 | 0.771168 |
fcb6afddad57d466ac3ff22994b5445534d9f628 | 1,693 | pas | Pascal | itools/kspmessages.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:12:58.000Z | 2018-10-06T02:12:58.000Z | itools/kspmessages.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | null | null | null | itools/kspmessages.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 1 | 2018-10-06T02:13:13.000Z | 2018-10-06T02:13:13.000Z | {
--------------------------------------------------------------------
Copyright (c) 2009 KSP Developers Team
All rights reserved.
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... | 33.86 | 73 | 0.756645 |
fc1ea2de0fa2ef30e974d9feddd7c0135e44a402 | 1,625 | pas | Pascal | Functions + Other Stuff/Algo/Classroom Exercices/JeanLucMohammedExam.pas | Jev1337/CS-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | 1 | 2021-04-28T15:02:53.000Z | 2021-04-28T15:02:53.000Z | Functions + Other Stuff/Algo/Classroom Exercices/JeanLucMohammedExam.pas | Jev1337/Pascal-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | 1 | 2021-05-23T12:04:28.000Z | 2021-05-23T17:28:03.000Z | Functions + Other Stuff/Algo/Classroom Exercices/JeanLucMohammedExam.pas | Jev1337/Pascal-Studies | c9a67f2946b519e99c1012a59095d9d5063f9aac | [
"Apache-2.0"
] | null | null | null | Program JeanLucMomo;
Uses Wincrt;
Type
mat = Array[1..225,1..225] Of Char;
Var
N: Integer;
M: mat;
F: Text;
Function verif(ch:String): Boolean;
Var
test: Boolean;
i: Integer;
Begin
i := 0;
Repeat
i := i+1;
test := Upcase(ch[i]) In ['A'..'Z','0'..'9'];
Until (test = False) Or (i=Length(ch)) ;
... | 18.055556 | 56 | 0.552 |
c30531238da6be3daae0685d6bf9969a6db8864f | 1,692 | dfm | Pascal | Scripts/Delphiscript Scripts/SCH/UpdateFootprintLocations/UpdateFootprintPathsOfComps.dfm | spoilsport/Yazgac-Libraries | 276edeca757c524f7b6c04495d07bd41f6a2f691 | [
"MIT"
] | null | null | null | Scripts/Delphiscript Scripts/SCH/UpdateFootprintLocations/UpdateFootprintPathsOfComps.dfm | spoilsport/Yazgac-Libraries | 276edeca757c524f7b6c04495d07bd41f6a2f691 | [
"MIT"
] | null | null | null | Scripts/Delphiscript Scripts/SCH/UpdateFootprintLocations/UpdateFootprintPathsOfComps.dfm | spoilsport/Yazgac-Libraries | 276edeca757c524f7b6c04495d07bd41f6a2f691 | [
"MIT"
] | null | null | null | object Form_UpdatePath: TForm_UpdatePath
Left = 24
Top = 14
BorderStyle = bsDialog
Caption = 'Update PCB Model Paths...'
ClientHeight = 199
ClientWidth = 367
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
... | 20.634146 | 47 | 0.60461 |
47d93a948bd35c7e0f004dc3c2db08730c8d42bd | 5,880 | pas | Pascal | iscbase/database/parsesql/ZSqLiteToken.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | 3 | 2021-06-10T12:33:29.000Z | 2021-12-13T06:59:48.000Z | iscbase/database/parsesql/ZSqLiteToken.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | null | null | null | iscbase/database/parsesql/ZSqLiteToken.pas | isyscore/isc-fpbase | ce2469c977eba901005982dc7f89fee2d0718f76 | [
"MIT"
] | null | null | null | {*********************************************************}
{ }
{ Zeos Database Objects }
{ String tokenizing classes for SQLite }
{ }
{ Origin... | 33.988439 | 64 | 0.547449 |
fcfaa4f92591b3c8b313aaee2aa2c2eea40fe850 | 6,918 | dfm | Pascal | Client/fTreeNodeFieldEditFrame.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fTreeNodeFieldEditFrame.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Client/fTreeNodeFieldEditFrame.dfm | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z | inherited TreeNodeFieldEditFrame: TTreeNodeFieldEditFrame
Width = 417
Height = 49
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
Constraints.MaxHeight = 49
object gbTreeNode: TGroupBox [0]
Left = 0
Top = 0
Width = 417
Height = 49
Align = alClient
Caption = ' ... | 31.880184 | 79 | 0.609714 |
fc78ad6cc2d9616047b83a1d011f303ce8bb88e9 | 1,308 | dfm | Pascal | Demos/DB/DBClient/udmMain.dfm | megatkurniawan/NetCom7 | 052027c74f8e5aee9e936125931b1510b5739b25 | [
"MIT"
] | 139 | 2020-04-13T10:05:09.000Z | 2022-03-16T00:35:50.000Z | Demos/DB/DBClient/udmMain.dfm | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 22 | 2020-04-15T03:17:53.000Z | 2022-02-09T13:08:31.000Z | Demos/DB/DBClient/udmMain.dfm | mrandreastoth/NetCom7 | 1bb22d8e8f66ca6fd7b70925024525f845a8899d | [
"MIT"
] | 34 | 2020-04-13T11:26:35.000Z | 2022-01-26T04:23:44.000Z | object dmMain: TdmMain
OldCreateOrder = False
OnCreate = DataModuleCreate
Height = 351
Width = 376
object ncClientSource: TncClientSource
Port = 18753
EncryptionKey = 'SetEncryptionKey'
Host = 'localhost'
Left = 56
Top = 36
end
object ncDBDataset1: TncDBDataset
CursorT... | 22.169492 | 41 | 0.610092 |
839f2200d3a4174bada993cdb811e9464a4bc5ca | 17,396 | pas | Pascal | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIECInterface.pas | devilking6105/HODLER-Open-Source-Multi-Asset-Wallet | 2554bce0ad3e3e08e4617787acf93176243ce758 | [
"Unlicense"
] | 35 | 2018-11-04T12:02:34.000Z | 2022-02-15T06:00:19.000Z | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIECInterface.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 85 | 2018-10-23T17:09:20.000Z | 2022-01-12T07:12:54.000Z | HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Interfaces/ClpIECInterface.pas | Ecoent/HODLER-Open-Source-Multi-Asset-Wallet | a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848 | [
"Unlicense"
] | 34 | 2018-10-30T00:40:37.000Z | 2022-02-15T06:00:15.000Z | { *********************************************************************************** }
{ * CryptoLib Library * }
{ * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * }
{ * Github Repository <https://github.co... | 32.884688 | 87 | 0.670327 |
83603a7672c6eddce7d7a7e9e2022f23ead6fda0 | 778 | pas | Pascal | src/command/generate/Eagle.Alfred.Command.Generate.Service.pas | deveagletec/alfred | 8c31ec5d869beac1882a0697998e34fcb0481264 | [
"MIT"
] | 3 | 2019-09-10T14:45:52.000Z | 2021-06-23T15:20:39.000Z | src/command/generate/Eagle.Alfred.Command.Generate.Service.pas | deveagletec/alfred | 8c31ec5d869beac1882a0697998e34fcb0481264 | [
"MIT"
] | 13 | 2019-01-31T15:12:54.000Z | 2020-11-12T00:20:12.000Z | src/command/generate/Eagle.Alfred.Command.Generate.Service.pas | deveagletec/alfred | 8c31ec5d869beac1882a0697998e34fcb0481264 | [
"MIT"
] | 1 | 2021-06-23T15:20:58.000Z | 2021-06-23T15:20:58.000Z | unit Eagle.Alfred.Command.Generate.Service;
interface
uses
Eagle.Alfred,
Eagle.Alfred.Core.Attributes,
Eagle.Alfred.Command.Generate.CrudFile;
type
[Command('generate', 'service', 'Generates a Service')]
TGenerateServiceCommand = class(TGenerateCrudFileCommand)
public
procedure Execute; ov... | 20.473684 | 62 | 0.744216 |
470d753c3aec67781cf6328a206f5790a2b08cd6 | 233 | pas | Pascal | CodeForces.com/regular_rounds/#330/A.pas | mstrechen/cp | ffac439840a71f70580a0ef197e47479e167a0eb | [
"MIT"
] | null | null | null | CodeForces.com/regular_rounds/#330/A.pas | mstrechen/cp | ffac439840a71f70580a0ef197e47479e167a0eb | [
"MIT"
] | null | null | null | CodeForces.com/regular_rounds/#330/A.pas | mstrechen/cp | ffac439840a71f70580a0ef197e47479e167a0eb | [
"MIT"
] | null | null | null | var n,m:longint;
tmp1,tmp2:longint;
count:longint=0;
i,j:longint;
BEGIN
read(n,m);
for i:=1 to n do
for j:=1 to m do
begin
read(tmp1);
read(tmp2);
if tmp1+tmp2>0 then inc(count);
end;
write(count);
END. | 15.533333 | 35 | 0.600858 |
fc836585ffcdd3018846e6061fbad0562fd88969 | 47,902 | pas | Pascal | src/contrib/jcl/JclTD32.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/contrib/jcl/JclTD32.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | src/contrib/jcl/JclTD32.pas | mrook/grendel | 428e2518868bcd459201e92e5338bae90b95fb59 | [
"BSD-3-Clause"
] | null | null | null | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 35.378139 | 116 | 0.5777 |
fcf600baac73af1a87ca793f8af107ad1d6ecf2c | 1,679 | pas | Pascal | main/personmodel.pas | joshluisaac/onLazarus | c46328f694195a913334c88a791afef023d6a212 | [
"Apache-2.0"
] | null | null | null | main/personmodel.pas | joshluisaac/onLazarus | c46328f694195a913334c88a791afef023d6a212 | [
"Apache-2.0"
] | null | null | null | main/personmodel.pas | joshluisaac/onLazarus | c46328f694195a913334c88a791afef023d6a212 | [
"Apache-2.0"
] | null | null | null | unit PersonModel;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
type
Tperson = class
private
FfirstName : String;
FmiddleName : String;
FlastName : String;
public
constructor create(firstName : String; middleName : String; lastName : String);
function getFirstName() : String;... | 20.728395 | 88 | 0.719476 |
fcbae8a678fcd41507c967734a4496a5356223f0 | 71,025 | dfm | Pascal | source/uBD.dfm | roneysousa/infoimobiliaria | c15ea09fd7fe2f79a4d6b0f2affe29192f022c18 | [
"MIT"
] | null | null | null | source/uBD.dfm | roneysousa/infoimobiliaria | c15ea09fd7fe2f79a4d6b0f2affe29192f022c18 | [
"MIT"
] | null | null | null | source/uBD.dfm | roneysousa/infoimobiliaria | c15ea09fd7fe2f79a4d6b0f2affe29192f022c18 | [
"MIT"
] | null | null | null | object dmBD: TdmBD
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 233
Top = 194
Height = 381
Width = 544
object tbClientes: TTable
AfterPost = tbClientesAfterPost
DatabaseName = 'NETIMO'
TableName = 'SACCLI.db'
Left = 24
Top = 56
object tbClientesCLI_CDCLIE: TStringField... | 27.327818 | 54 | 0.663879 |
47735d07c9273430acc768b0b7755e43bed103e5 | 3,458 | pas | Pascal | youtube_download.pas | seryal/wevido | c76ed224a3b74f5cf0351460e1ce9c4ff9c9b90a | [
"MIT"
] | 8 | 2021-12-22T17:12:51.000Z | 2022-03-15T15:01:48.000Z | youtube_download.pas | seryal/wevido | c76ed224a3b74f5cf0351460e1ce9c4ff9c9b90a | [
"MIT"
] | null | null | null | youtube_download.pas | seryal/wevido | c76ed224a3b74f5cf0351460e1ce9c4ff9c9b90a | [
"MIT"
] | 1 | 2021-12-23T07:02:50.000Z | 2021-12-23T07:02:50.000Z | program youtube_download;
{$mode objfpc}{$H+}
uses {$IFDEF UNIX}
cthreads, {$ENDIF}
Classes,
SysUtils,
videodownloader,
CustApp,
crt;
type
{ TMyApplication }
TMyApplication = class(TCustomApplication)
private
Fx, Fy: tcrtcoord;
procedure RecvHandler(AFilePath: string; AProgress, ASize: in... | 22.309677 | 83 | 0.622036 |
fc97aaeec985fccce017bb6dbabbeb4150882996 | 22,913 | pas | Pascal | stackmodeu.pas | h0lmes/terry | 60ea4cc6a2fcff0ab488452cabce490171472970 | [
"MIT"
] | 8 | 2015-01-10T07:27:00.000Z | 2022-03-29T06:53:13.000Z | stackmodeu.pas | h0lmes/terry | 60ea4cc6a2fcff0ab488452cabce490171472970 | [
"MIT"
] | 1 | 2021-12-07T21:37:04.000Z | 2021-12-07T21:37:04.000Z | stackmodeu.pas | h0lmes/tdock | 99fc4197edd9e740a2a69c350aff25d6c3300b11 | [
"MIT"
] | 2 | 2016-07-16T02:10:43.000Z | 2020-08-14T08:39:31.000Z | unit stackmodeu;
{$mode delphi}
interface
uses Classes, SysUtils, Math, declu;
const
MODE_COUNT = 9;
MAX_DISTORT = 10;
PI = 3.14159;
DEFMODE_BIG = 4;
DEFMODE_SMALL = 1;
type
TStackItemData = packed record
x: integer;
y: integer;
s: integer;
alpha: integer;
angle: single;
hint_al... | 36.837621 | 158 | 0.572382 |
475183352a8103604c3c5f1d3d8d3ab8c7564195 | 359 | lpr | Pascal | test_cac.lpr | NicolasKieffer/click_me | 47c6208a5a492cca61fb4eeb9fad39feb3f7a07e | [
"MIT"
] | null | null | null | test_cac.lpr | NicolasKieffer/click_me | 47c6208a5a492cca61fb4eeb9fad39feb3f7a07e | [
"MIT"
] | null | null | null | test_cac.lpr | NicolasKieffer/click_me | 47c6208a5a492cca61fb4eeb9fad39feb3f7a07e | [
"MIT"
] | null | null | null | program test_cac;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, Unit1
{ you can add units after this };
{$R *.res}
begin
RequireDerivedFormResource:=True;
Application.Initialize;
Application.CreateForm(TF... | 16.318182 | 48 | 0.70195 |
47fb5dd2ae76e2624c8c523200717e54d77b5250 | 3,534 | pas | Pascal | sourceprinter.pas | nextjob/CodeSharkFC | 7db5ca941233844f3251920240200891c942b050 | [
"Unlicense"
] | 2 | 2020-01-18T13:41:18.000Z | 2020-07-31T01:37:30.000Z | sourceprinter.pas | nextjob/CodeSharkFC | 7db5ca941233844f3251920240200891c942b050 | [
"Unlicense"
] | 1 | 2020-01-25T13:19:43.000Z | 2020-01-25T13:19:43.000Z | sourceprinter.pas | nextjob/CodeSharkFC | 7db5ca941233844f3251920240200891c942b050 | [
"Unlicense"
] | 3 | 2020-01-25T12:41:35.000Z | 2020-09-12T00:26:13.000Z | { Copyright (C) 2006 Darius Blaszijk
This source is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This code is distributed ... | 24.713287 | 84 | 0.652801 |
fc85ce6c1324f45029e673cdb5d65a2a27a79439 | 298 | pas | Pascal | Curvas.pas | hsuderow/Scanning-Tunneling-Spectroscopy | ddf208a369f66a3218cebff42731ed5bb8e6ee8d | [
"CC0-1.0"
] | null | null | null | Curvas.pas | hsuderow/Scanning-Tunneling-Spectroscopy | ddf208a369f66a3218cebff42731ed5bb8e6ee8d | [
"CC0-1.0"
] | null | null | null | Curvas.pas | hsuderow/Scanning-Tunneling-Spectroscopy | ddf208a369f66a3218cebff42731ed5bb8e6ee8d | [
"CC0-1.0"
] | null | null | null | unit Curvas;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
end.
| 12.416667 | 76 | 0.634228 |
fc5417ffb550c7b1a5167e48311843a583b1c2e0 | 255 | dpr | Pascal | Example/C2WClientExampleD2010.dpr | corp2world/c2w-delphi-client | cbebdf9560340a9d27eac2ad01d129ee1626940e | [
"Apache-2.0"
] | null | null | null | Example/C2WClientExampleD2010.dpr | corp2world/c2w-delphi-client | cbebdf9560340a9d27eac2ad01d129ee1626940e | [
"Apache-2.0"
] | null | null | null | Example/C2WClientExampleD2010.dpr | corp2world/c2w-delphi-client | cbebdf9560340a9d27eac2ad01d129ee1626940e | [
"Apache-2.0"
] | null | null | null | program C2WClientExample;
{$APPTYPE CONSOLE}
uses
C2WClient in 'C2WClient.pas',
SuperObject in '..\SO\SuperObject.pas',
C2WDataModels in '..\Core\C2WDataModels.pas',
C2WHttpService in '..\Core\C2WHttpService.pas';
begin
ExecuteExample;
end.
| 19.615385 | 49 | 0.733333 |
472cf1f922b3c4d791926bc5d8da81e98ae6b2b8 | 435 | pas | Pascal | Test/SimpleScripts/class_scoping1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/SimpleScripts/class_scoping1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/SimpleScripts/class_scoping1.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | unit test;
interface
type
TTest1 = class
protected
Field : Integer;
end;
implementation
type
TTest2 = class
private
procedure Internal;
begin
end;
end;
TTest3 = class
Field1: TTest1;
Field2: TTest2;
procedure He... | 13.181818 | 34 | 0.549425 |
fcfe4197212a33a9bfa5ce3a842b170de9a75a25 | 4,074 | pas | Pascal | src/Libs/Protocol/Implementations/NullProtocolProcessorImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 78 | 2019-01-31T13:40:48.000Z | 2022-03-22T17:26:54.000Z | src/Libs/Protocol/Implementations/NullProtocolProcessorImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 24 | 2020-01-04T11:50:53.000Z | 2022-02-17T09:55:23.000Z | src/Libs/Protocol/Implementations/NullProtocolProcessorImpl.pas | zamronypj/fano-framework | 559e385be5e1d26beada94c46eb8e760c4d855da | [
"MIT"
] | 9 | 2018-11-05T03:43:24.000Z | 2022-01-21T17:23:30.000Z | {*!
* Fano Web Framework (https://fanoframework.github.io)
*
* @link https://github.com/fanoframework/fano
* @copyright Copyright (c) 2018 - 2021 Zamrony P. Juhara
* @license https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
*}
unit NullProtocolProcessorImpl;
interface
{$MODE OBJFPC}
{$H+}... | 31.338462 | 107 | 0.457536 |
479a87c192b5db7cc39a5c5fce403b4235bb284b | 314 | dpr | Pascal | windows/src/ext/jedi/jvcl/jvcl/examples/JvChartDemo/JvChartDemo.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/jvcl/examples/JvChartDemo/JvChartDemo.dpr | 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/JvChartDemo/JvChartDemo.dpr | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | program JvChartDemo;
uses
Forms,
JvChartDemoFm in 'JvChartDemoFm.pas' {JvChartDemoForm},
StatsClasses in 'StatsClasses.pas',
JvChart in '..\..\run\JvChart.pas';
{$R *.res}
begin
Application.Title := 'JvChart Demo';
Application.CreateForm(TJvChartDemoForm, JvChartDemoForm);
Application.Run;
end.
| 18.470588 | 60 | 0.729299 |
c3372819cac0fd87c3669cf10889f166c1287501 | 41,239 | pas | Pascal | additional/synapse/sslinux.pas | Tallefer/kspnew | 57c69ac319c19e61ceb23e5a02759b98c9e4f8cd | [
"BSD-3-Clause"
] | 14 | 2019-07-28T15:06:31.000Z | 2022-03-03T03:25:44.000Z | synapse/sslinux.pas | crossrw/iec104 | af8158226c1f7b68bb3447c91bf1b0549edf600b | [
"MIT"
] | 1 | 2021-05-01T15:14:25.000Z | 2021-05-01T15:14:25.000Z | synapse/sslinux.pas | crossrw/iec104 | af8158226c1f7b68bb3447c91bf1b0549edf600b | [
"MIT"
] | 4 | 2019-07-28T15:23:33.000Z | 2022-03-06T09:30:50.000Z | {==============================================================================|
| Project : Ararat Synapse | 002.000.008 |
|==============================================================================|
| Content: Socket Independent Platform Layer - Linux definition include ... | 31.384323 | 126 | 0.597614 |
472d2cd5aac872adb70a32b60d0a14fa74ae642a | 1,467 | pas | Pascal | src/constraints/DValidation.Constraints.Email.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | 6 | 2018-11-26T18:53:03.000Z | 2021-06-29T11:51:11.000Z | src/constraints/DValidation.Constraints.Email.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | null | null | null | src/constraints/DValidation.Constraints.Email.pas | msnts/DValidation | d174eb639e7a5c93474d4e4c75fccaf00abe57de | [
"Apache-2.0"
] | 1 | 2021-06-28T02:34:46.000Z | 2021-06-28T02:34:46.000Z | { ******************************************************************************
Copyright 2017 Marcos Santos
Contact: marcos.santos@outlook.com
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 Licen... | 25.293103 | 80 | 0.679618 |
47c734a0531d0cabc15e60f2f461e7a2bfb33c23 | 2,277 | pas | Pascal | Source/Services/SQS/Base/Model/AWS.SQS.Model.DeleteMessageBatchRequestEntry.pas | herux/aws-sdk-delphi | 4ef36e5bfc536b1d9426f78095d8fda887f390b5 | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/SQS/Base/Model/AWS.SQS.Model.DeleteMessageBatchRequestEntry.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/SQS/Base/Model/AWS.SQS.Model.DeleteMessageBatchRequestEntry.pas | gabrielbaltazar/aws-sdk-delphi | ea1713b227a49cbbc5a2e1bf04cbf2de1f9b611a | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.SQS.Model.DeleteMessageBatchRequestEntry;
interface
uses
Bcl.Types.Nullable;
type
TDeleteMessageBatchRequestEntry = class;
IDeleteMessageBatchRequestEntry = interface
function GetId: string;
procedure SetId(const Value: string);
function GetReceiptHandle: string;
procedure SetReceip... | 25.875 | 100 | 0.789635 |
fcee1e7741e7c79b8e631bd76df6b31331b60831 | 217 | lpr | Pascal | Libraries/KControls/demos/kmemo/KMemoDemoLaz.lpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 62 | 2016-01-20T16:26:25.000Z | 2022-02-28T14:25:52.000Z | Libraries/KControls/demos/kmemo/KMemoDemoLaz.lpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | null | null | null | Libraries/KControls/demos/kmemo/KMemoDemoLaz.lpr | jomael/Concepts | 82d18029e41d55e897d007f826c021cdf63e53f8 | [
"Apache-2.0"
] | 20 | 2016-09-08T00:15:22.000Z | 2022-01-26T13:13:08.000Z | program KMemoDemoLaz;
uses
Interfaces,
Forms,
Main;
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
| 13.5625 | 46 | 0.732719 |
fc11be4b7b67f4a304287962022c85512b0e9fa1 | 12,130 | pas | Pascal | src/solutionunit.pas | jzombi/guillottine | 87a5674117d29c4d2b343e9fbb9b2df04ec9c111 | [
"MIT"
] | null | null | null | src/solutionunit.pas | jzombi/guillottine | 87a5674117d29c4d2b343e9fbb9b2df04ec9c111 | [
"MIT"
] | 7 | 2015-08-31T07:37:40.000Z | 2016-04-14T12:35:44.000Z | src/solutionunit.pas | jzombi/guillottine | 87a5674117d29c4d2b343e9fbb9b2df04ec9c111 | [
"MIT"
] | null | null | null | unit solutionunit;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ExtCtrls,
Buttons, StdCtrls, Grids, math, SetupUnit, solver, simplesolver, rectangle;
type
{ TTransformation }
TTransformation = object
offsetX, offsetY, scaleX, scaleY : real;
... | 30.631313 | 101 | 0.620363 |
477c618366cbc451628e814ff200650bd26d6f98 | 2,045 | dpr | Pascal | PBaccarat.dpr | shardros/Baccarat | ebe17a61275de6b3ebfd300a13da1c167a2c4191 | [
"MIT"
] | null | null | null | PBaccarat.dpr | shardros/Baccarat | ebe17a61275de6b3ebfd300a13da1c167a2c4191 | [
"MIT"
] | null | null | null | PBaccarat.dpr | shardros/Baccarat | ebe17a61275de6b3ebfd300a13da1c167a2c4191 | [
"MIT"
] | null | null | null | program PBaccarat;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
UCardClasses in '..\Downloads\UCardClasses.pas',
UBaccarat in '..\Downloads\UBaccarat.pas';
type
TGameUI = class
public
procedure Display(Game: TBaccarat);
procedure DisplayDraw(Game: TBaccarat);
procedure FinalResult(Game:... | 21.302083 | 79 | 0.674817 |
fcbba634af283a9b700275c64f6d6a694e50e371 | 1,326 | dfm | Pascal | Lab5 Animation/Animation (Gascov)/007 EleventhOfSeptember/EleventhOfSeptember.dfm | Oreder/DelphiProPart2nd | 27a13b4f87209938e7d7850eadd0831ff719d808 | [
"MIT"
] | null | null | null | Lab5 Animation/Animation (Gascov)/007 EleventhOfSeptember/EleventhOfSeptember.dfm | Oreder/DelphiProPart2nd | 27a13b4f87209938e7d7850eadd0831ff719d808 | [
"MIT"
] | null | null | null | Lab5 Animation/Animation (Gascov)/007 EleventhOfSeptember/EleventhOfSeptember.dfm | Oreder/DelphiProPart2nd | 27a13b4f87209938e7d7850eadd0831ff719d808 | [
"MIT"
] | 1 | 2021-02-26T11:24:13.000Z | 2021-02-26T11:24:13.000Z | object Form1: TForm1
Left = 272
Top = 98
BorderStyle = bsDialog
Caption = '11 Sep'
ClientHeight = 600
ClientWidth = 800
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = F... | 17.918919 | 32 | 0.628205 |
c34b19a9b1f5f5cc892495ae32f976dcb706bb2f | 3,680 | pas | Pascal | junk/car2000/UTSKRIFTER.pas | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | 1 | 2018-07-22T13:13:16.000Z | 2018-07-22T13:13:16.000Z | junk/car2000/UTSKRIFTER.pas | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | null | null | null | junk/car2000/UTSKRIFTER.pas | aspenryd/Car | 1d812ab60825f0900ac161638e0d375894997204 | [
"MIT"
] | 2 | 2018-03-29T13:57:55.000Z | 2018-07-22T13:13:18.000Z | {
==========================================================
=== (c) CopyRight 2003 ; All rights reserved ===
==========================================================
Filename
Utskrifter.pas
}
{ $HDR$}
{**********************************************************************}
{ Unit archived using T... | 26.099291 | 96 | 0.602174 |
4757b2051203fee7fc25ccd3f6f4d41ee78eb5e7 | 1,674 | pas | Pascal | SourceCode/Common/Functions/Casbin.Functions.IPMatch.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | SourceCode/Common/Functions/Casbin.Functions.IPMatch.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | SourceCode/Common/Functions/Casbin.Functions.IPMatch.pas | kyle-mccarthy/Casbin4D | 36c30d4aea7aea73938dc07eb6c8796fdcf64c43 | [
"Apache-2.0"
] | null | null | null | /// <summary>
/// Determines whether an IP address ip1 matches the pattern of ip2
/// ip1 and ip2 can be an IP address or a CIDR pattern
/// eg. '192.168.2.123' matches '192.168.2.0/24'
/// </summary>
function IPMatch (const aArgs: array of string): Boolean;
var
ip1: string;
ip2: string;
index: integer;
I... | 23.577465 | 69 | 0.591995 |
47b5226caa5e468ab18bb44d10fb3c79f5eb0481 | 169 | dpr | Pascal | demos/ALNNTPClient/_source/ALNNTPClientDemo.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | demos/ALNNTPClient/_source/ALNNTPClientDemo.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | demos/ALNNTPClient/_source/ALNNTPClientDemo.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | program ALNNTPClientDemo;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
| 13 | 41 | 0.650888 |
c35fd9c321b47a38a3f5c3be0294ac8da7780654 | 1,193 | pas | Pascal | Core/DW.OSLog.Win.pas | AndersondaCampo/Kastri | 4352181b56ab9569b086eae3e79e5dc8d6082c30 | [
"MIT"
] | 3 | 2021-04-26T05:41:50.000Z | 2021-09-27T16:56:36.000Z | Core/DW.OSLog.Win.pas | AndersondaCampo/Kastri | 4352181b56ab9569b086eae3e79e5dc8d6082c30 | [
"MIT"
] | null | null | null | Core/DW.OSLog.Win.pas | AndersondaCampo/Kastri | 4352181b56ab9569b086eae3e79e5dc8d6082c30 | [
"MIT"
] | 1 | 2021-03-05T20:48:34.000Z | 2021-03-05T20:48:34.000Z | unit DW.OSLog.Win;
{*******************************************************}
{ }
{ Kastri }
{ }
{ Delphi Worlds Cross-Platform Library }
{ ... | 25.382979 | 82 | 0.42917 |
f135ad7d589f9eee03d4bbd5b6d44a1a18702916 | 1,499 | pas | Pascal | windows/src/ext/jedi/jvcl/tests/archive/jvcl/source/JvGroupHeaderEditor.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/tests/archive/jvcl/source/JvGroupHeaderEditor.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/archive/jvcl/source/JvGroupHeaderEditor.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {$I JVCL.INC}
{$I WINDOWSONLY.INC}
unit JvGroupHeaderEditor;
interface
uses
Windows, Forms, Graphics, ImgList,
{$IFDEF COMPILER6_UP}
DesignIntf, DesignEditors, DesignMenus, VCLEditors,
{$ELSE}
DsgnIntf,
{$ENDIF}
SysUtils, Classes, Dialogs, Controls;
type
TJvGroupHeaderEditor = class(TComponentEditor)
... | 20.256757 | 78 | 0.657772 |
85ba7f132966ac070a38f707599c6e646b4d679c | 15,912 | pas | Pascal | Projekty/Robocze/WPZ/UPenWPZ.pas | jarowlod/OTIS-2 | 194b470b9d0106cd6350f10cf73f0610f7b74705 | [
"MIT"
] | 1 | 2020-09-01T14:03:10.000Z | 2020-09-01T14:03:10.000Z | Projekty/Robocze/WPZ/UPenWPZ.pas | jarowlod/OTIS-2 | 194b470b9d0106cd6350f10cf73f0610f7b74705 | [
"MIT"
] | null | null | null | Projekty/Robocze/WPZ/UPenWPZ.pas | jarowlod/OTIS-2 | 194b470b9d0106cd6350f10cf73f0610f7b74705 | [
"MIT"
] | null | null | null | unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, TplGradientUnit, BCListBox, DBDateTimePicker,
rxdbgrid, rxmemds, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls,
EditBtn, Spin, fpjson, jsonparser, dateutils;
type
TOrzeczenie = record
art: string;
lat: integer;
... | 26.214168 | 175 | 0.677162 |
fc477119ec4fe702ffcec01de05c22918dd0a0d2 | 6,165 | pas | Pascal | Source/PXL.Sysfs.Types.pas | ultibohub/Asphyre | fae5a358774bc41a94df6080b302316589322407 | [
"Intel"
] | 5 | 2018-08-23T02:58:11.000Z | 2021-02-28T05:10:08.000Z | Source/PXL.Sysfs.Types.pas | amikey/asphyre | aed59514d5687184ada034d9c3776e0b7130644c | [
"Intel"
] | 1 | 2017-09-03T06:53:03.000Z | 2017-09-03T06:53:03.000Z | Source/PXL.Sysfs.Types.pas | amikey/asphyre | aed59514d5687184ada034d9c3776e0b7130644c | [
"Intel"
] | 4 | 2016-10-31T09:49:17.000Z | 2021-06-09T00:40:43.000Z | unit PXL.Sysfs.Types;
{
This file is part of Asphyre Framework, also known as Platform eXtended Library (PXL).
Copyright (c) 2000 - 2016 Yuriy Kotsarenko
The contents of this file are subject to the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with t... | 29.357143 | 103 | 0.688564 |
c3042946c1651310d35f6565014a795b1ef6d6bf | 6,181 | pas | Pascal | Capitulo3/Exemplo2/ClientClassesUnit1.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo3/Exemplo2/ClientClassesUnit1.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo3/Exemplo2/ClientClassesUnit1.pas | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | //
// Created by the DataSnap proxy generator.
// 25/03/2017 14:55:04
//
unit ClientClassesUnit1;
interface
uses System.JSON, Datasnap.DSProxyRest, Datasnap.DSClientRest, Data.DBXCommon, Data.DBXClient, Data.DBXDataSnap, Data.DBXJSON, Datasnap.DSProxy, System.Classes, System.SysUtils, Data.DB, Data.SqlExpr, Data.DB... | 35.728324 | 260 | 0.781265 |
83d173f9c04fe0998618e266a73c019171121ab8 | 8,168 | pas | Pascal | components/jcl/examples/windows/debug/tools/MapToJdbgMain.pas | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 15 | 2016-08-24T07:32:49.000Z | 2021-11-16T11:25:00.000Z | components/jcl/examples/windows/debug/tools/MapToJdbgMain.pas | CWBudde/delcos | 656384c43c2980990ea691e4e52752d718fb0277 | [
"Apache-2.0"
] | 1 | 2016-08-24T19:00:34.000Z | 2016-08-25T19:02:14.000Z | components/jcl/examples/windows/debug/tools/MapToJdbgMain.pas | padcom/delcos | dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0 | [
"Apache-2.0"
] | 4 | 2015-11-06T12:15:36.000Z | 2018-10-08T15:17:17.000Z | {**************************************************************************************************}
{ }
{ Project JEDI Code Library (JCL) }
{ ... | 35.668122 | 142 | 0.472698 |
f12faa26b2a64906062eebbd0cb1f408d46918e1 | 279 | pas | Pascal | src/DM/UDmrel.pas | schrsistemas/mestre-escola-delphi | d2482a6fc212c69733faad41e6d1fdc5c13d0fbe | [
"MIT"
] | 1 | 2021-05-29T00:59:43.000Z | 2021-05-29T00:59:43.000Z | src/DM/UDmrel.pas | schrsistemas/mestre-escola-delphi | d2482a6fc212c69733faad41e6d1fdc5c13d0fbe | [
"MIT"
] | 1 | 2021-05-29T07:12:51.000Z | 2021-05-29T07:15:10.000Z | src/DM/UDmrel.pas | schrsistemas/mestre-escola-delphi | d2482a6fc212c69733faad41e6d1fdc5c13d0fbe | [
"MIT"
] | null | null | null | unit UDmrel;
interface
uses
System.SysUtils, System.Classes;
type
TDmRel = class(TDataModule)
private
{ Private declarations }
public
{ Public declarations }
end;
var
DmRel: TDmRel;
implementation
{%CLASSGROUP 'Vcl.Controls.TControl'}
{$R *.dfm}
end.
| 10.730769 | 37 | 0.691756 |
83435fb0e3465bf40897ce1f05f257e58ae7986d | 1,716 | dfm | Pascal | Capitulo8/2.10.TesteUnitario/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo8/2.10.TesteUnitario/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo8/2.10.TesteUnitario/Form.Principal.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | object frmPrincipal: TfrmPrincipal
Left = 0
Top = 0
Caption = 'Teste Unit'#225'rio'
ClientHeight = 339
ClientWidth = 564
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenC... | 26 | 88 | 0.68648 |
c319b2d50536726c609f3e92e3514b6ca3d924ea | 1,617 | pas | Pascal | Examples/Source/DecoratorsTest/speedtests.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 11 | 2017-06-17T05:13:45.000Z | 2021-07-11T13:18:48.000Z | Examples/Source/DecoratorsTest/speedtests.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 2 | 2019-03-05T12:52:40.000Z | 2021-12-03T12:34:26.000Z | Examples/Source/DecoratorsTest/speedtests.pas | joecare99/Public | 9eee060fbdd32bab33cf65044602976ac83f4b83 | [
"MIT"
] | 6 | 2017-09-07T09:10:09.000Z | 2022-02-19T20:19:58.000Z | unit speedtests;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, fpcunit, testregistry, testdecorator;
type
{ TRepeatedTest }
TRepeatedTest = class(TTestSetup)
private
FRepeatCount: integer;
public
procedure OneTimeSetup; override;
procedure OneTimeTeardown; override;
function Cou... | 16.009901 | 72 | 0.750155 |
4797f43ae29809429abee0afd38e58cf0a2022ec | 345 | dpr | Pascal | Components/samples/Hex-Viewer/Project1.dpr | fobricia/old-DIE | 77cb7fc4bc81c79da896936873f09f6fbdd02d57 | [
"BSD-2-Clause"
] | 11 | 2015-05-02T16:13:45.000Z | 2022-02-06T23:48:39.000Z | Components/samples/Hex-Viewer/Project1.dpr | fobricia/old-DIE | 77cb7fc4bc81c79da896936873f09f6fbdd02d57 | [
"BSD-2-Clause"
] | null | null | null | Components/samples/Hex-Viewer/Project1.dpr | fobricia/old-DIE | 77cb7fc4bc81c79da896936873f09f6fbdd02d57 | [
"BSD-2-Clause"
] | 4 | 2015-08-19T04:55:32.000Z | 2020-08-07T00:40:14.000Z | program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {fmHexViewer},
uprinting in 'uprinting.pas' {fmPrinting},
uprintprogress in 'uprintprogress.pas' {dlgPrintProgress},
ufinddialog in 'ufinddialog.pas' {dlgFind};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmHexViewer, fmHexViewer);... | 20.294118 | 60 | 0.744928 |
83b0952fc8464f61d60269643e5584c82a2e52eb | 69,999 | pas | Pascal | Laba_1/Unit1.pas | ArtyomButrim/TI_First_Lab | a2332cfeadc39ef2d930c78514b7fcc051437d35 | [
"MIT"
] | null | null | null | Laba_1/Unit1.pas | ArtyomButrim/TI_First_Lab | a2332cfeadc39ef2d930c78514b7fcc051437d35 | [
"MIT"
] | 1 | 2020-02-27T07:58:51.000Z | 2020-02-28T06:44:56.000Z | Laba_1/Unit1.pas | ArtyomButrim/TI_First_Lab | a2332cfeadc39ef2d930c78514b7fcc051437d35 | [
"MIT"
] | null | null | null | unit Unit1;
//Приложение для кодировки и раскодировки текста
interface
//Используемые модули
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, StrUtils;
//Объявление констант
Const
n=4;
alf=['q','Q','w','W','e','E','S','r','R','t','T','y','Y','U','... | 25.125269 | 273 | 0.541936 |
fc06f58a013207309617264412453b454daee450 | 3,738 | pas | Pascal | tsr/0007.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 11 | 2015-12-12T05:13:15.000Z | 2020-10-14T13:32:08.000Z | tsr/0007.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | null | null | null | tsr/0007.pas | nickelsworth/swag | 7c21c0da2291fc249b9dc5cfe121a7672a4ffc08 | [
"BSD-2-Clause"
] | 8 | 2017-05-05T05:24:01.000Z | 2021-07-03T20:30:09.000Z | {ok i would like some info on how to remove a tsr
Follow these steps:
I tested out some TSR code today and came up With this. It's been
debugged and Functions as advertised. not as clean as I'd like,
but it works.
}
{**********************************************
* CLICK.PAS by Larry Hadley 2-02... | 25.958333 | 70 | 0.536116 |
c31bccd02ff4c4f9bf4393112b2d48f0e33f7a57 | 70,787 | pas | Pascal | code/parsimos_unit.pas | JeanRNH/ParsIMoS | 9451683601eb905d42337a553db35e57c42b802f | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2018-11-28T10:21:32.000Z | 2018-11-28T10:21:32.000Z | code/parsimos_unit.pas | JeanRNH/ParsIMoS | 9451683601eb905d42337a553db35e57c42b802f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | code/parsimos_unit.pas | JeanRNH/ParsIMoS | 9451683601eb905d42337a553db35e57c42b802f | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2018-11-28T09:53:26.000Z | 2020-08-04T13:43:04.000Z | {
This file is part of ParsIMoS, a software for parsing input files for IMoS.
Author
Jean R. N. Haler - jean.haler@ulg.ac.be (University of Liège - Mass Spectrometry Laboratory)
Developed with the beta testers
Christopher Kune - c.kune@ulg.ac.be (University of Liège - Mass Spectrometry L... | 42.060012 | 265 | 0.660192 |
fcfd7d22ebbd6faa33c85cdf8178226b091ac8cd | 5,997 | pas | Pascal | _ConectionDmod.pas | NetVaIT/Estandar | 1961b92ce444a133b340c8020720f1c7231b830a | [
"Apache-2.0"
] | null | null | null | _ConectionDmod.pas | NetVaIT/Estandar | 1961b92ce444a133b340c8020720f1c7231b830a | [
"Apache-2.0"
] | null | null | null | _ConectionDmod.pas | NetVaIT/Estandar | 1961b92ce444a133b340c8020720f1c7231b830a | [
"Apache-2.0"
] | null | null | null | (******************************************************************************
Proyecto Delphi Standard
Copyright (C) 2008-2015 - Jesus Huante Caballero
******************************************************************************)
unit _ConectionDmod;
interface
uses
SysUtils, Classes, Controls, DB, AD... | 28.831731 | 88 | 0.664165 |
fcb2874513db7038ba65be7e700a6c31678a714c | 11,764 | pas | Pascal | references/mORMot/SQLite3/Samples/27 - CrossPlatform Clients/mORMotClient.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/mORMot/SQLite3/Samples/27 - CrossPlatform Clients/mORMotClient.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/mORMot/SQLite3/Samples/27 - CrossPlatform Clients/mORMotClient.pas | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | /// remote access to a mORMot server using SynCrossPlatform* units
// - retrieved from http://localhost:888/root/wrapper/CrossPlatform/mORMotClient.pas
// at 2014-12-10 21:28:46 using "CrossPlatform.pas.mustache" template
unit mORMotClient;
{
WARNING:
This unit has been generated by a mORMot 1.18.626 serv... | 34.6 | 157 | 0.725349 |
fc7fcc56cfd09be5c7d92abb1bbc9f6b797d6559 | 3,672 | dfm | Pascal | Capitulo8/2.3.HerancaVisual/Form.Login.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2017-08-02T00:44:41.000Z | 2021-10-13T21:11:28.000Z | Capitulo8/2.3.HerancaVisual/Form.Login.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 10 | 2019-12-30T04:09:37.000Z | 2022-03-02T06:06:19.000Z | Capitulo8/2.3.HerancaVisual/Form.Login.dfm | diondcm/exemplos-delphi | 16b4d195981e5f3161d0a2c62f778bec5ba9f3d4 | [
"MIT"
] | 9 | 2017-04-29T16:12:21.000Z | 2020-11-11T22:16:32.000Z | inherited frmLogin: TfrmLogin
Caption = 'Logar'
ClientHeight = 215
ExplicitHeight = 254
PixelsPerInch = 96
TextHeight = 13
inherited Image1: TImage
AlignWithMargins = True
Left = 10
Top = 10
Height = 195
Margins.Left = 10
Margins.Top = 10
Margins.Bottom = 10
Align = alLeft
... | 33.081081 | 72 | 0.739107 |
fc22e7576d65f3b66b1caece091c5277a279ec23 | 239 | pas | Pascal | Test/SimpleScripts/consts.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | 1 | 2022-02-18T22:14:44.000Z | 2022-02-18T22:14:44.000Z | Test/SimpleScripts/consts.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | Test/SimpleScripts/consts.pas | synapsea/DW-Script | b36c2e57f0285c217f8f0cae8e4e158d21127163 | [
"Condor-1.1"
] | null | null | null | const ONE = 1;
const TWO = ONE + ONE;
const MINUS_ONE = -ONE;
procedure PrintOut(value : Integer = MINUS_ONE);
begin
PrintLn(IntToStr(value));
end;
PrintOut();
PrintOut(TWO+MINUS_ONE-ONE);
PrintOut(ONE);
PrintOut(TWO);
PrintOut($100); | 17.071429 | 48 | 0.711297 |
fcaac7342707acc040dc53eb2bc5361885df4e3a | 815 | pas | Pascal | untCalculo.pas | fabriciosilvaJr/Calculadora | e41926a717380e78ec33ffab971590ea7495b685 | [
"MIT"
] | null | null | null | untCalculo.pas | fabriciosilvaJr/Calculadora | e41926a717380e78ec33ffab971590ea7495b685 | [
"MIT"
] | null | null | null | untCalculo.pas | fabriciosilvaJr/Calculadora | e41926a717380e78ec33ffab971590ea7495b685 | [
"MIT"
] | null | null | null | unit untCalculo;
interface
type
TSomar = class
function SomaValores(n1,n2:real): string;
end;
type
TSubtrair = class
function SubtrairValores(n1, n2: real): string;
end;
type
TMultiplicar = class
function MultiplicarValores(n1, n2: real): string;
end;
type
TDiv = class
function DivValores(n1... | 11.478873 | 63 | 0.70184 |
47411fac0aa3682e7a7937c7430676fadb6b0b4d | 1,099 | dpr | Pascal | Experiments/StructureViewer/StructureViewer.dpr | atkins126/READCOM_App | 8425eaa5c134caee33a89dc77b57593a418a4eda | [
"MIT"
] | null | null | null | Experiments/StructureViewer/StructureViewer.dpr | atkins126/READCOM_App | 8425eaa5c134caee33a89dc77b57593a418a4eda | [
"MIT"
] | null | null | null | Experiments/StructureViewer/StructureViewer.dpr | atkins126/READCOM_App | 8425eaa5c134caee33a89dc77b57593a418a4eda | [
"MIT"
] | null | null | null | program StructureViewer;
uses
System.StartUpCopy,
FMX.Forms,
uMainForm in 'uMainForm.pas' {MainForm},
uHidableFrame in 'uHidableFrame.pas' {HidableFrame: TFrame},
Zoomicon.Introspection.FMX.StructureView in '..\..\Zoomicon.Introspection\Zoomicon.Introspection.FMX.StructureView.pas' {StructureView: TFrame},
... | 43.96 | 155 | 0.786169 |
c351e6d600353237d9024ca9e7212a7213543c05 | 6,304 | pas | Pascal | windows/src/developer/TIKE/dialogs/languages/Keyman.Developer.UI.UfrmSelectBCP47Language.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | 1 | 2021-03-08T09:31:47.000Z | 2021-03-08T09:31:47.000Z | windows/src/developer/TIKE/dialogs/languages/Keyman.Developer.UI.UfrmSelectBCP47Language.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | null | null | null | windows/src/developer/TIKE/dialogs/languages/Keyman.Developer.UI.UfrmSelectBCP47Language.pas | ermshiperete/keyman | 0eeef1b5794fd698447584e531e2a6c1ef4c05aa | [
"MIT"
] | null | null | null | (*
Name: UfrmSelectBCP47Language
Copyright: Copyright (C) SIL International.
Date: 7 Dec 2017
Authors: mcdurdin
*)
unit Keyman.Developer.UI.UfrmSelectBCP47Language;
interface
uses
System.Classes,
System.SysUtils,
System.Variants,
Winapi.Messages,
Winapi.Window... | 26.266667 | 115 | 0.753966 |
c325076855e69d0f6c9336d697eb727aca62aec3 | 2,302 | pas | Pascal | windows/src/global/delphi/general/UnitDrawArrow.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/global/delphi/general/UnitDrawArrow.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 4,451 | 2017-05-29T02:52:06.000Z | 2022-03-31T23:53:23.000Z | windows/src/global/delphi/general/UnitDrawArrow.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | unit UnitDrawArrow;
interface
uses Windows, Graphics;
procedure ArrowTo(Canvas: TCanvas; X, Y: Integer; bFill: Boolean = True; nWidth: Integer = 7; fTheta: Extended = 0.5); overload;
procedure ArrowTo(Canvas: TCanvas; Point: TPoint; bFill: Boolean = True; nWidth: Integer = 7; fTheta: Extended = 0.5); overload;
impl... | 29.896104 | 128 | 0.657255 |
f1eb815d2cf48fcc1c550a167e24e486cb60541f | 1,221 | pas | Pascal | ReplaceConfirmUnit.pas | winsys/ms | d35137fd1f0a5142e03c47345cdb81509b6d96e5 | [
"MIT"
] | null | null | null | ReplaceConfirmUnit.pas | winsys/ms | d35137fd1f0a5142e03c47345cdb81509b6d96e5 | [
"MIT"
] | null | null | null | ReplaceConfirmUnit.pas | winsys/ms | d35137fd1f0a5142e03c47345cdb81509b6d96e5 | [
"MIT"
] | null | null | null | unit ReplaceConfirmUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TReplaceConfirmForm = class(TForm)
Label1: TLabel;
Label2: TLabel;
CheckBox1: TCheckBox;
Button1: TButton;
Button2: TButton;
Label3: TLabel;
procedure For... | 21.421053 | 75 | 0.738739 |
fcfaaa35351b6045c41e5c7104406592658aa6fa | 72,102 | pas | Pascal | crypto/rsa/mp_ratio.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 6 | 2019-02-15T02:47:02.000Z | 2021-08-02T22:34:34.000Z | crypto/rsa/mp_ratio.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | null | null | null | crypto/rsa/mp_ratio.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 7 | 2020-05-04T21:44:13.000Z | 2021-04-02T12:42:23.000Z | unit mp_ratio;
{Multi precision rational arithmetic routines}
interface
{$ifdef VirtualPascal}
{$X+} {needed for pchars/RESULT}
{$endif}
{$i STD.INC}
{$ifdef BIT16}
{$N+}
{$X+} {needed for pchars}
{$endif}
uses
BTypes, mp_types;
{$i mp_conf.inc}
(**************************************************************... | 27.311364 | 95 | 0.568375 |
fcff780911358c987f34d373de08eefa5eff8540 | 770 | pas | Pascal | Binaries/Examples/Demo.pas | CWBudde/PascalPrimer | cfaedf6761aeeabbac25792c7c0634aeb7f7a303 | [
"MIT"
] | 6 | 2015-06-08T13:12:22.000Z | 2020-12-04T14:56:13.000Z | Binaries/Examples/Demo.pas | CWBudde/PascalPrimer | cfaedf6761aeeabbac25792c7c0634aeb7f7a303 | [
"MIT"
] | 2 | 2018-08-31T00:35:47.000Z | 2021-11-09T12:58:01.000Z | Binaries/Examples/Demo.pas | CWBudde/PascalPrimer | cfaedf6761aeeabbac25792c7c0634aeb7f7a303 | [
"MIT"
] | 4 | 2017-03-12T22:42:55.000Z | 2021-02-25T22:48:10.000Z | Center;
Clear(clWhite);
MoveTo(0.5 * ClientWidth - 10, 0.5 * ClientHeight);
CursorAngle := 0;
AntiAliasedLine := True;
const Steps = 157;
const Interval = 10;
for var i := 0 to Steps - 1 do
begin
if i... | 27.5 | 88 | 0.468831 |
c3352a41103149bcbb6cb5ee3d064a3097ac6751 | 1,317 | pas | Pascal | src/PinNoEntry.pas | tobia/VeeCad | dffbcef00d19c5013f0c14a8d97f8893bac49cf1 | [
"MIT"
] | null | null | null | src/PinNoEntry.pas | tobia/VeeCad | dffbcef00d19c5013f0c14a8d97f8893bac49cf1 | [
"MIT"
] | null | null | null | src/PinNoEntry.pas | tobia/VeeCad | dffbcef00d19c5013f0c14a8d97f8893bac49cf1 | [
"MIT"
] | null | null | null | unit PinNoEntry;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TPinNoEntryForm = class(TForm)
NumberTEdit: TEdit;
Label1: TLabel;
Button1: TButton;
Button2: TButton;
WarningTLabel: TLabel;
procedure FormCloseQuery(Sender: TObject... | 20.261538 | 81 | 0.693242 |
f15321a7ef3b0f7c12916fb6a9cea9a4c7823bad | 934 | dfm | Pascal | source/CapturaCam.dfm | roneysousa/info_financeiro | 1e5135396b2c02ee47658a71ef83855cddfb73eb | [
"MIT"
] | 1 | 2021-01-31T20:00:45.000Z | 2021-01-31T20:00:45.000Z | source/CapturaCam.dfm | roneysousa/info_financeiro | 1e5135396b2c02ee47658a71ef83855cddfb73eb | [
"MIT"
] | null | null | null | source/CapturaCam.dfm | roneysousa/info_financeiro | 1e5135396b2c02ee47658a71ef83855cddfb73eb | [
"MIT"
] | 1 | 2021-01-31T20:00:47.000Z | 2021-01-31T20:00:47.000Z | object fCaptura: TfCaptura
Left = 248
Top = 241
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Captura Cam'
ClientHeight = 347
ClientWidth = 337
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
O... | 19.458333 | 32 | 0.643469 |
f1a77182f15dde36471b4e83ee337dc28f1e2170 | 749 | lpr | Pascal | cbd/parcial/generadores/gen02.lpr | sergiocarp10/unlp-info-s5 | d9cb457f2b44278ae495bafe67cedda3c7f2c102 | [
"Apache-2.0"
] | 4 | 2021-03-14T20:45:38.000Z | 2022-03-09T04:31:24.000Z | cbd/parcial/generadores/gen02.lpr | sergiocarp10/unlp-info-s5 | d9cb457f2b44278ae495bafe67cedda3c7f2c102 | [
"Apache-2.0"
] | 7 | 2021-03-21T01:08:38.000Z | 2021-05-30T10:47:20.000Z | cbd/parcial/generadores/gen02.lpr | sergiocarp10/unlp-info-s5 | d9cb457f2b44278ae495bafe67cedda3c7f2c102 | [
"Apache-2.0"
] | 1 | 2021-05-29T20:06:54.000Z | 2021-05-29T20:06:54.000Z | program gen02;
uses sysutils;
// Declaración de tipos de variables
type
tString = string[30];
tEspecie = record
num:integer;
alturaMax:real;
nomCientifico:tString;
nomVulgar:tString;
color:tString;
alturaMaxAlcanzar:real;
end;
tArchivo = file of tEspecie;
var
arch:tArchivo;
esp:tE... | 18.268293 | 59 | 0.675567 |
47d18f6eb05f1e0af68f41294ac549631f4c549a | 196,659 | pas | Pascal | Server/FHIR.Server.Web.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.Web.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | Server/FHIR.Server.Web.pas | niaz819/fhirserver | fee45e1e57053a776b893dba543f700dd9cb9075 | [
"BSD-3-Clause"
] | null | null | null | Unit FHIR.Server.Web;
{
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 ... | 37.870017 | 370 | 0.667114 |
47d6073335cbbc794d3c1f050b0308d357be88a5 | 464 | pas | Pascal | lazproj/dexeddesigncontrols.pas | mindfocus/dexed | 74ff4edd7265c7835d9b157997f221203c0f50cc | [
"BSL-1.0"
] | 22 | 2019-10-17T12:47:02.000Z | 2020-06-06T11:51:02.000Z | lazproj/dexeddesigncontrols.pas | mindfocus/dexed | 74ff4edd7265c7835d9b157997f221203c0f50cc | [
"BSL-1.0"
] | 6 | 2019-10-18T03:54:31.000Z | 2020-09-09T13:01:33.000Z | lazproj/dexeddesigncontrols.pas | mindfocus/dexed | 74ff4edd7265c7835d9b157997f221203c0f50cc | [
"BSL-1.0"
] | 5 | 2019-11-06T08:21:55.000Z | 2020-11-07T00:28:25.000Z | { This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit DexedDesignControls;
{$warn 5023 off : no warning about unused units}
interface
uses
u_dsgncontrols, LazarusPackageIntf;
implementation
procedure Register;
begin
... | 20.173913 | 63 | 0.75 |
f17812c59c217c0bb9d9cf8173ecaf748bc8fd70 | 777 | pas | Pascal | sample/URecordManagerView.pas | walwalwalides/glue | c67de39e9fbf944927b3fab43ea1e694f2b6879a | [
"Apache-2.0"
] | 10 | 2018-03-25T20:49:47.000Z | 2021-06-28T02:34:02.000Z | sample/URecordManagerView.pas | walwalwalides/glue | c67de39e9fbf944927b3fab43ea1e694f2b6879a | [
"Apache-2.0"
] | 1 | 2020-04-11T00:11:16.000Z | 2020-04-11T00:11:16.000Z | sample/URecordManagerView.pas | msnts/glue | be3347cde05e45a28438cc3bbcb82989c9dc257f | [
"Apache-2.0"
] | 4 | 2017-07-03T13:53:59.000Z | 2020-04-10T22:44:45.000Z | unit URecordManagerView;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.StdCtrls, Vcl.Grids,
Vcl.DBGrids, Glue, Glue.Attributes;
type
[ViewModel('URecordManagerViewModel.TRecordManage... | 21 | 99 | 0.707851 |
fcb2f1ccd5c4c139a0a37474f23dda45c8b2d531 | 81,403 | pas | Pascal | Source/rmkThemes/TBXAthenTheme.pas | sharov-artem/TBX | 4982cf02765672376ae887711b8820d63a0d71af | [
"MIT"
] | 42 | 2015-02-02T22:39:21.000Z | 2022-01-19T15:28:20.000Z | Source/rmkThemes/TBXAthenTheme.pas | sharov-artem/TBX | 4982cf02765672376ae887711b8820d63a0d71af | [
"MIT"
] | 16 | 2019-02-02T19:54:54.000Z | 2019-02-28T05:22:36.000Z | Source/rmkThemes/TBXAthenTheme.pas | sharov-artem/TBX | 4982cf02765672376ae887711b8820d63a0d71af | [
"MIT"
] | 14 | 2015-06-17T07:40:11.000Z | 2020-12-17T06:34:49.000Z | {*
* "Athen" Theme for TBX
* Copyright 2004-2013 Roy Magne Klever. All rights reserved.
*
* The MIT License (MIT)
*
* 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 res... | 31.649689 | 100 | 0.592632 |
c351d90a002a1e9e7969c66b2fed3ae2a0ccd627 | 832 | dfm | Pascal | Unit5.dfm | jerfweb/TabelasProtheus | 7e7178706efe1e67dea122be57a3655a1ad6cfd4 | [
"MIT"
] | 3 | 2019-01-04T18:45:56.000Z | 2019-05-03T16:49:37.000Z | Unit5.dfm | jerfweb/TabelasProtheus | 7e7178706efe1e67dea122be57a3655a1ad6cfd4 | [
"MIT"
] | 1 | 2019-01-03T12:08:38.000Z | 2021-08-04T19:27:40.000Z | Unit5.dfm | glauberlima/TabelasProtheus | 7e7178706efe1e67dea122be57a3655a1ad6cfd4 | [
"MIT"
] | 2 | 2015-01-16T17:04:29.000Z | 2019-01-04T18:45:44.000Z | object frmIndexar: TfrmIndexar
Left = 331
Top = 232
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Indexando tabela...'
ClientHeight = 50
ClientWidth = 285
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = ... | 20.292683 | 34 | 0.638221 |
47c72bd5b32483ab30a266115a2c55e3d06365d6 | 737 | dfm | Pascal | 21-web-UniGui-HelloWorld/Main.dfm | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | 5 | 2020-03-17T16:10:02.000Z | 2021-11-16T11:24:57.000Z | 21-web-UniGui-HelloWorld/Main.dfm | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | null | null | null | 21-web-UniGui-HelloWorld/Main.dfm | DeveloppeurPascal/demos-Paris-20180329 | 7be51a86a96462eaf08844450a56de2d92f93311 | [
"MIT"
] | 5 | 2020-02-17T17:59:23.000Z | 2021-04-12T02:21:05.000Z | object MainForm: TMainForm
Left = 0
Top = 0
ClientHeight = 242
ClientWidth = 472
Caption = 'MainForm'
OldCreateOrder = False
MonitoredKeys.Keys = <>
OnCreate = UniFormCreate
PixelsPerInch = 96
TextHeight = 13
object UniLabel1: TUniLabel
Left = 16
Top = 16
Width = 46
... | 18.425 | 32 | 0.571235 |
4796799fee0e24afee09ce06f267c05859f66baf | 30,310 | dfm | Pascal | references/jcl/jcl/experts/projectanalyzer/JclProjectAnalyzerFrm.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/jcl/jcl/experts/projectanalyzer/JclProjectAnalyzerFrm.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/jcl/jcl/experts/projectanalyzer/JclProjectAnalyzerFrm.dfm | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | object ProjectAnalyzerForm: TProjectAnalyzerForm
Left = 362
Top = 263
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Project Analyzer'
ClientHeight = 459
ClientWidth = 595
Color = clBtnFace
Constraints.MinHeight = 250
Constraints.MinWidth = 290
Font.Charset = DEFAUL... | 52.897033 | 83 | 0.837644 |
47fe04c7729733ceace03a7a889ec064bf193298 | 3,944 | pas | Pascal | Components/JVCL/qexamples/JvDSADialogs/DSAExamplesCustom2.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvDSADialogs/DSAExamplesCustom2.pas | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/JVCL/qexamples/JvDSADialogs/DSAExamplesCustom2.pas | 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.971631 | 81 | 0.668864 |
4750f04f76d47b07201e1fd2971d9f0411112a57 | 479,093 | pas | Pascal | Source/Skia.Api.pas | PonyPC/skia4delphi | 23f730a28af20256772dbb17cd2f7c2284daf581 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | Source/Skia.Api.pas | PonyPC/skia4delphi | 23f730a28af20256772dbb17cd2f7c2284daf581 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | Source/Skia.Api.pas | PonyPC/skia4delphi | 23f730a28af20256772dbb17cd2f7c2284daf581 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | {************************************************************************}
{ }
{ Skia4Delphi }
{ }
{ Copyright (c) 2011... | 120.708743 | 900 | 0.667417 |
6a03b0a5743dda8cf603dae436eedb2644bfa948 | 53,659 | pas | Pascal | Engine/Libs/VMTInfo.pas | RadiianArts/TERRA-Engine | 965184178dda836197c436ef47e048e1db5382af | [
"Apache-2.0"
] | 104 | 2015-01-18T02:02:11.000Z | 2022-02-22T11:53:06.000Z | Engine/Libs/VMTInfo.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/VMTInfo.pas | maciej-izak-tests/TERRA-Engine | 7ef17e6b67968a40212fbb678135af0000246097 | [
"Apache-2.0"
] | 47 | 2015-01-17T21:50:12.000Z | 2022-02-15T13:49:02.000Z | unit VMTInfo;
interface
uses Classes, TypInfo;
type
// The type info interfaces apply to any type for which the
// compiler stores runtime type information (RTTI).
ITypeInfo = interface
['{6CF8D121-16D3-11D3-B1A8-00105AA9C2AD}']
function GetKind: TTypeKind;
function GetName:TERRAString;
fun... | 27.489242 | 96 | 0.714903 |
47c05146545fb2616b483a23a82e50e9667475fe | 11,728 | pas | Pascal | source/extends/go/mneGoClasses.pas | parmaja/minied | 6a027031ae1e266e7f2bf61e6c6a5cf3062de8b4 | [
"MIT"
] | 46 | 2015-06-12T16:47:35.000Z | 2022-03-13T06:21:50.000Z | source/extends/go/mneGoClasses.pas | parmaja/minied | 6a027031ae1e266e7f2bf61e6c6a5cf3062de8b4 | [
"MIT"
] | 86 | 2015-11-14T19:29:34.000Z | 2022-03-26T02:47:36.000Z | source/extends/go/mneGoClasses.pas | parmaja/minied | 6a027031ae1e266e7f2bf61e6c6a5cf3062de8b4 | [
"MIT"
] | 19 | 2016-07-02T10:53:38.000Z | 2021-09-27T21:23:07.000Z | unit mneGoClasses;
{$mode objfpc}{$H+}
{**
* Mini Edit
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Zaher Goirkey <zaher at parmaja dot com>
*
*}
interface
uses
Messages, Forms, SysUtils, StrUtils, Variants, Classes, Controls, Graphics, LazFileUtils,
Contnrs, LCLin... | 28.328502 | 127 | 0.670873 |
fca810c553d3bd96f7aac2b24a1acc4feedd87c4 | 193 | pas | Pascal | Source/Services/Translate/Base/Model/AWS.Translate.Model.InvalidRequestException.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 67 | 2021-07-28T23:47:09.000Z | 2022-03-15T11:48:35.000Z | Source/Services/Translate/Base/Model/AWS.Translate.Model.InvalidRequestException.pas | juliomar/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 5 | 2021-09-01T09:31:16.000Z | 2022-03-16T18:19:21.000Z | Source/Services/Translate/Base/Model/AWS.Translate.Model.InvalidRequestException.pas | landgraf-dev/aws-sdk-delphi | 995a0af808c7f66122fc6a04763d68203f8502eb | [
"Apache-2.0"
] | 13 | 2021-07-29T02:41:16.000Z | 2022-03-16T10:22:38.000Z | unit AWS.Translate.Model.InvalidRequestException;
interface
uses
AWS.Translate.Exception;
type
EInvalidRequestException = class(EAmazonTranslateException)
end;
implementation
end.
| 12.866667 | 61 | 0.80829 |
fcfc4cee8c2cbdac4bbecc08a62f92f5a396fde6 | 3,945 | dfm | Pascal | demos/Players/APEPlayer/Main.dfm | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | 1 | 2016-05-18T16:29:30.000Z | 2016-05-18T16:29:30.000Z | demos/Players/APEPlayer/Main.dfm | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | null | null | null | demos/Players/APEPlayer/Main.dfm | JoseJimeniz/newac | a755625536a3c5e42484e067300a8541fe2840b9 | [
"DOC",
"Unlicense"
] | 1 | 2018-09-28T12:51:23.000Z | 2018-09-28T12:51:23.000Z | object Form1: TForm1
Left = 488
Top = 378
Caption = 'Monkey'#39's Audio Player'
ClientHeight = 182
ClientWidth = 326
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Posi... | 19.924242 | 51 | 0.567047 |
c3640a8962d5ecc276d490a20b59c056193dbbca | 399 | pas | Pascal | ALG-1/lista_01/desafio_ex102/desafio_ex102.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_01/desafio_ex102/desafio_ex102.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | ALG-1/lista_01/desafio_ex102/desafio_ex102.pas | leommartin/ERE-2-UFPR | b6dfe367507566b4bd7fa10aa15ed7567880a4d2 | [
"MIT"
] | null | null | null | program desafio_ex102;
var centena,dezena,unidade,num,quarto_dig,new_num: longint;
begin
read(num);
centena:= num div 100;
dezena:= (num mod 100) div 10;
unidade:= num mod 10;
quarto_dig := centena + (3*dezena) + (5*unidade);
quarto_dig := quarto_dig mod 7;
new_num := cente... | 21 | 66 | 0.631579 |
cdc93d7add383ad82cb8c6c7e9834c6dea80031c | 1,374 | pas | Pascal | crypto/prng/t_rnd_93.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 6 | 2019-02-15T02:47:02.000Z | 2021-08-02T22:34:34.000Z | crypto/prng/t_rnd_93.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | null | null | null | crypto/prng/t_rnd_93.pas | amikey/delphi-crypto | a79895f25bff69819f354e9bf27c19e2f00fed19 | [
"Unlicense"
] | 7 | 2020-05-04T21:44:13.000Z | 2021-04-02T12:42:23.000Z | {Simple test for xor4096 unit, we Apr.2007}
program t_rnd_93;
{$i STD.INC}
{$ifdef win32}
{$ifndef VirtualPascal}
{$apptype console}
{$endif}
{$endif}
{$ifndef FPC}
{$N+}
{$endif}
uses
{$ifdef WINCRT}
wincrt,
{$endif}
hrtimer, xor4096;
const
LOOPS = 10;
var
ctx: xor4096_ctx;
{----------... | 18.821918 | 77 | 0.582242 |
83eeff7d1e72ebe15223188ef3cf914dbfded693 | 33,186 | pas | Pascal | references/Grijjy-ErrorReporting/Grijjy.ErrorReporting.pas | juliomar/alcinoe | 4e59270f6a9258beed02676c698829e83e636b51 | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/Grijjy-ErrorReporting/Grijjy.ErrorReporting.pas | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/Grijjy-ErrorReporting/Grijjy.ErrorReporting.pas | jonahzheng/alcinoe | be21f1d6b9e22aa3d75faed4027097c1f444ee6f | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | unit Grijjy.ErrorReporting;
{ Some building blocks for creating an exception logger for iOS or Android.
It traps unhandled exceptions and logs them with a stack trace (aka call
stack).
It can also trap exceptions on Windows and macOS, but it does not create a
call stack on those platforms. }
interfa... | 35.876757 | 146 | 0.6924 |
fcb1a01122e69e4686086c694279ba2e93d6e798 | 238 | dpr | Pascal | Components/jcl/examples/common/pcre/QPCREDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/common/pcre/QPCREDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | null | null | null | Components/jcl/examples/common/pcre/QPCREDemo.dpr | sabatex/Delphi | 0efbe6eb38bf8aa2bf269d1866741266e90b9cbf | [
"MIT"
] | 1 | 2019-12-24T08:39:18.000Z | 2019-12-24T08:39:18.000Z | program QPCREDemo;
uses
QForms,
QPCREDemoMain in 'QPCREDemoMain.pas' {frmMain};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'JclPCRE Demo';
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
| 15.866667 | 49 | 0.731092 |
f15181a6efb68c492be19b5e73864fe32449958f | 15,307 | pas | Pascal | ufrmAutoGetItMain.pas | atkins126/AutoGetIt | 5fb963097ef75751374c832a982d8b13d378c874 | [
"MIT"
] | 30 | 2021-02-25T01:15:19.000Z | 2022-02-02T20:25:13.000Z | ufrmAutoGetItMain.pas | atkins126/AutoGetIt | 5fb963097ef75751374c832a982d8b13d378c874 | [
"MIT"
] | 10 | 2021-02-27T17:10:07.000Z | 2021-07-26T21:33:37.000Z | ufrmAutoGetItMain.pas | atkins126/AutoGetIt | 5fb963097ef75751374c832a982d8b13d378c874 | [
"MIT"
] | 9 | 2021-02-28T16:06:00.000Z | 2022-01-07T03:36:49.000Z | unit ufrmAutoGetItMain;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, System.Actions, Vcl.ActnList,
System.ImageList, Vcl.ImgList, Vcl.StdCtrls, Vcl.Buttons, Vcl.ExtCtrls,
DosCommand, Vcl.CheckLst, Vcl.ComC... | 31.238776 | 114 | 0.723264 |
c347950ab6831df0e9fb40d06aa2ff326e731e84 | 10,133 | pas | Pascal | fpcdws/dwsMathComplexFunctions.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 4 | 2018-09-18T07:35:52.000Z | 2021-02-18T18:21:54.000Z | fpcdws/dwsMathComplexFunctions.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | null | null | null | fpcdws/dwsMathComplexFunctions.pas | noshbar/c_dwscript | c2df9341a9f22d2974d1235f3968a4a3d9f3b32a | [
"Condor-1.1"
] | 1 | 2020-10-30T07:24:05.000Z | 2020-10-30T07:24:05.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 complian... | 36.44964 | 139 | 0.58571 |
6a94f0ecf902d075e52ca3c7ce3e5f8d6b8e8867 | 1,169 | dfm | Pascal | Chapter03/Builder/BuilderMain.dfm | PacktPublishing/Hands-On-Design-Patterns-with-Delphi | 30f6ab51e61d583f822be4918f4b088e2255cd82 | [
"MIT"
] | 38 | 2019-02-28T06:22:52.000Z | 2022-03-16T12:30:43.000Z | Chapter03/Builder/BuilderMain.dfm | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | null | null | null | Chapter03/Builder/BuilderMain.dfm | alefragnani/Hands-On-Design-Patterns-with-Delphi | 3d29e5b2ce9e99e809a6a9a178c3f5e549a8a03d | [
"MIT"
] | 18 | 2019-03-29T08:36:14.000Z | 2022-03-30T00:31:28.000Z | object frmBuilder: TfrmBuilder
Left = 0
Top = 0
Caption = 'Builder pattern'
ClientHeight = 360
ClientWidth = 723
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
DesignSize = (
723
3... | 20.155172 | 48 | 0.626176 |
fcafd0f9f4ececa2b11f9af37cc33febfe30386c | 16,562 | pas | Pascal | windows/src/ext/jedi/jvcl/donations/Colors/JvFullColorDialogs.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 219 | 2017-06-21T03:37:03.000Z | 2022-03-27T12:09:28.000Z | windows/src/ext/jedi/jvcl/donations/Colors/JvFullColorDialogs.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/Colors/JvFullColorDialogs.pas | bravogeorge/keyman | c0797e36292de903d7313214d1f765e3d9a2bf4d | [
"MIT"
] | 72 | 2017-05-26T04:08:37.000Z | 2022-03-03T10:26:20.000Z | {-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/MPL-1.1.html... | 29.158451 | 119 | 0.734875 |
fc33dd518f63f73d9522e03da8250d7b443eab36 | 241 | pas | Pascal | Test/FailureScripts/default_constructor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 79 | 2015-03-18T10:46:13.000Z | 2022-03-17T18:05:11.000Z | Test/FailureScripts/default_constructor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 6 | 2016-03-29T14:39:00.000Z | 2020-09-14T10:04:14.000Z | Test/FailureScripts/default_constructor.pas | skolkman/dwscript | b9f99d4b8187defac3f3713e2ae0f7b83b63d516 | [
"Condor-1.1"
] | 25 | 2016-05-04T13:11:38.000Z | 2021-09-29T13:34:31.000Z | type
TMyClass = class
constructor Hello; default;
constructor World; default;
end;
type
TMyClass2 = class (TMyClass)
constructor World; default;
procedure Dummy; default;
end;
{$FATAL 'done'} | 18.538462 | 34 | 0.614108 |
fc05e601919d0d3a0f8724cff1778c1876322402 | 2,346 | dfm | Pascal | src/UnitNametableOffset.dfm | arlm/nesst | 7ed50a87128764acd7e646a64a7cd1b7af05e199 | [
"OLDAP-2.4",
"OLDAP-2.3"
] | 2 | 2021-09-20T12:52:27.000Z | 2021-12-29T02:48:35.000Z | src/UnitNametableOffset.dfm | arlm/nesst | 7ed50a87128764acd7e646a64a7cd1b7af05e199 | [
"OLDAP-2.4",
"OLDAP-2.3"
] | null | null | null | src/UnitNametableOffset.dfm | arlm/nesst | 7ed50a87128764acd7e646a64a7cd1b7af05e199 | [
"OLDAP-2.4",
"OLDAP-2.3"
] | null | null | null | object FormNameOffset: TFormNameOffset
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsSingle
Caption = 'offset/replace'
ClientHeight = 184
ClientWidth = 243
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.St... | 21.522936 | 39 | 0.554561 |
f12030ab8a1fb135d8ab1c6d84265d2540950721 | 33,599 | pas | Pascal | Libraries/Spring4D/Source/Core/Container/Spring.Container.Registration.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | 2 | 2020-01-04T08:19:10.000Z | 2020-02-19T22:25:38.000Z | Libraries/Spring4D/Source/Core/Container/Spring.Container.Registration.pas | jpluimers/Concepts | 78598ab6f1b4206bbc4ed9c7bc15705ad4ade1fe | [
"Apache-2.0"
] | null | null | null | Libraries/Spring4D/Source/Core/Container/Spring.Container.Registration.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.337825 | 122 | 0.748594 |
f1dcac4eb22c81529042ad57b1b8ce9f1a55baeb | 2,883 | pas | Pascal | Server/xProductStoreDocItem.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/xProductStoreDocItem.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | null | null | null | Server/xProductStoreDocItem.pas | Sembium/Sembium3 | 0179c38c6a217f71016f18f8a419edd147294b73 | [
"Apache-2.0"
] | 3 | 2021-06-30T10:11:17.000Z | 2021-07-01T09:13:29.000Z |
{*********************************************************************************}
{ }
{ XML Data Binding }
{ ... | 32.393258 | 147 | 0.634062 |
85bfed9d0291abd5355fe26d08920d6d591dcbb6 | 4,644 | dpr | Pascal | references/UIB/misc/DBExpress/Install.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 851 | 2018-02-05T09:54:56.000Z | 2022-03-24T23:13:10.000Z | references/UIB/misc/DBExpress/Install.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 200 | 2018-02-06T18:52:39.000Z | 2022-03-24T19:59:14.000Z | references/UIB/misc/DBExpress/Install.dpr | zekiguven/alcinoe | e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c | [
"Apache-2.0"
] | 197 | 2018-03-20T20:49:55.000Z | 2022-03-21T17:38:14.000Z | program Install;
{$APPTYPE CONSOLE}
uses
Windows, SysUtils, Registry, Inifiles;
type
TDriverInfo = record
Name: string;
DLL: string;
LIB: string;
EXT: string;
end;
const
DBExpressKey = '\SOFTWARE\Borland\DBExpress';
DriversKey = 'Driver Registry File';
ConnectionsKey = ... | 44.653846 | 108 | 0.597976 |
fcb084ff9f5ba48bf348213eed3b27dad36b8386 | 8,163 | pas | Pascal | define_types.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | define_types.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | define_types.pas | neurolabusc/fiberQuant | 3fbd1fa60a652d8cd61f3ab496bae6c0a090f003 | [
"BSD-2-Clause"
] | null | null | null | unit define_types;
interface
{$MODE DELPHI}
//uses graphics;
const
NaN : double = 1/0;
kTab = chr(9);
kCR = chr (13);
kDel = #127 ; // Delete
kBS = #8 ; // Backspace
UNIXeoln = chr(10);
type
TRGBA = packed record //Next: analyze Format Header structure
R,G,B,A : byte;
end;
TPoint4f = packed reco... | 23.868421 | 89 | 0.638613 |
fc8e2ef182490e5ac999f929795fcb953868ff9b | 5,978 | pas | Pascal | DecimalToBinary.pas | juanpenia/Pascal-dtb | 22d7c67efc556977787d7dc9490b19b884b3aa07 | [
"MIT"
] | null | null | null | DecimalToBinary.pas | juanpenia/Pascal-dtb | 22d7c67efc556977787d7dc9490b19b884b3aa07 | [
"MIT"
] | null | null | null | DecimalToBinary.pas | juanpenia/Pascal-dtb | 22d7c67efc556977787d7dc9490b19b884b3aa07 | [
"MIT"
] | null | null | null | {
MIT License
Copyright © 2018 Juan Peña
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distri... | 21.977941 | 461 | 0.5818 |
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.