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
6acb920164a0f4f1599d8e49c9d29092567ac497
1,459
dpr
Pascal
tutorial/25_DurableWorkQueues/consumer.dpr
gabrielbaltazar/delphistompclient
dce97f6cd708ea14e1660e65504ff961941202bb
[ "Apache-2.0" ]
119
2015-04-29T15:28:31.000Z
2022-03-27T07:10:13.000Z
tutorial/25_DurableWorkQueues/consumer.dpr
xubzhlin/delphistompclient
6a7f99bc99f79208aec3c25320c736c5b52cd755
[ "Apache-2.0" ]
20
2016-03-10T12:56:25.000Z
2021-01-12T01:44:08.000Z
tutorial/25_DurableWorkQueues/consumer.dpr
xubzhlin/delphistompclient
6a7f99bc99f79208aec3c25320c736c5b52cd755
[ "Apache-2.0" ]
61
2015-05-26T01:13:51.000Z
2022-03-24T00:53:53.000Z
program consumer; {$APPTYPE CONSOLE} {$R *.res} { https://www.rabbitmq.com/tutorials/tutorial-two-python.html with durability } uses System.SysUtils, StompClient in '..\..\StompClient.pas'; procedure Main; var lClient: IStompClient; lStompFrame: IStompFrame; lMessage: string; begin lClient := Stom...
21.776119
90
0.6573
cdd70dc7e69b7dd5bc7852a5d7fe40158247cc06
1,944
dpr
Pascal
Pascal/1-8/8/P8/PROG88.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
Pascal/1-8/8/P8/PROG88.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
Pascal/1-8/8/P8/PROG88.dpr
DirkyJerky/OtherProgrammingClass
b7267d814e5cd235e56fd682b899602762401fa2
[ "MIT" ]
null
null
null
program Boilerplate; { Name: Geoff Yoerger Program 8.8 Due: AHEAD Purpose: Make a multiplication table } {$APPTYPE CONSOLE} uses SysUtils; var leftBounds, topBounds : integer; // Size of the table, left -> y-axis, top -> x-axis i, j, k : integer; // Throw away counters //************ //* Intro //******...
15.934426
65
0.570473
6aee556b9c603351fbc7795c7e2353256e264b65
2,454
pas
Pascal
TranslationUnit.pas
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
TranslationUnit.pas
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
TranslationUnit.pas
SuperIzzo/Formula-Wizard
adec6b4c6f98bb018c49604eced86a7e007993e6
[ "MIT" ]
null
null
null
unit TranslationUnit; interface uses INIFiles,SysUtils; type TLangFile=record name:string; path:string; end; var TransIni:TIniFile; done:boolean; langs:array of TLangFile; procedure InitTrans(fname:string); function GetWord(key,tr:string):string; function GetLangName(path:string):string;...
22.722222
148
0.768541
6acef581b41f7744e3936e9ed1ad615c780212f2
1,578
pas
Pascal
keyboard/0093.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
keyboard/0093.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
keyboard/0093.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ > I was wondering if anybody out there has written a PROCEDURE to > disable control-alt-delete in a program. } USES DOS, Crt; CONST KBD_INT = $9; { Keyboard interrupt service routine (ISR) } CTRL_ALT = 12; { Control + Alt toggle flag status } KEYBOARD = $60; { Keyboard port address }...
23.205882
78
0.564639
85478c58df7b6902f7feb2ea9186631d3cfe3411
844
pas
Pascal
src/LocalCache4D.Interfaces.pas
atkins126/localcache4d
58faa064315761c64b85976bdedfddd80d1c8c7b
[ "MIT" ]
13
2021-03-29T11:25:58.000Z
2021-11-09T11:52:34.000Z
src/LocalCache4D.Interfaces.pas
atkins126/localcache4d
58faa064315761c64b85976bdedfddd80d1c8c7b
[ "MIT" ]
null
null
null
src/LocalCache4D.Interfaces.pas
atkins126/localcache4d
58faa064315761c64b85976bdedfddd80d1c8c7b
[ "MIT" ]
4
2021-03-27T23:06:39.000Z
2021-09-25T02:28:32.000Z
unit LocalCache4D.Interfaces; interface uses System.Generics.Collections; type iLocalCache4D = interface ['{1E1C947B-3DD3-4693-9D20-7C06D2AA0DCF}'] function LoadDatabase ( aDabaseName : String = '' ) : iLocalCache4D; function SaveToStorage (aDabaseName : String = '' ) : iLocalCache4D; function In...
32.461538
78
0.719194
aac8d04c06b18a412592ce510cf6e88a8ec6d684
102
pas
Pascal
Test/FailureScripts/contracts_types.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/contracts_types.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/contracts_types.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
procedure Test(i : Integer); require IntToStr(i) : i; begin ensure Test(i) : Test(i); end;
14.571429
29
0.607843
85068814cec7ba9901eb97bd3393e66679f5572c
886
dfm
Pascal
Native/Delphi/Apps/64bit/OSVersionTester/Demo/MainFormUnit.dfm
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
5
2017-05-12T08:03:54.000Z
2022-02-15T08:23:27.000Z
Native/Delphi/Apps/64bit/OSVersionTester/Exercise/MainFormUnit.dfm
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
Native/Delphi/Apps/64bit/OSVersionTester/Exercise/MainFormUnit.dfm
jpluimers/bo.codeplex
787ef3b5a8c6ced0a985361243c48a6c76f5d655
[ "BSD-3-Clause" ]
null
null
null
object MainForm: TMainForm Left = 0 Top = 0 Caption = 'MainForm' ClientHeight = 380 ClientWidth = 516 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate P...
21.095238
37
0.611738
6af4c36786b047f37cd32791cc0e281e1d3eca66
3,042
pas
Pascal
library/xversion/FHIR.XVersion.Client.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
null
null
null
library/xversion/FHIR.XVersion.Client.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
null
null
null
library/xversion/FHIR.XVersion.Client.pas
17-years-old/fhirserver
9575a7358868619311a5d1169edde3ffe261e558
[ "BSD-3-Clause" ]
null
null
null
unit FHIR.XVersion.Client; interface { This is an R4 client that can actually talk to any server / any version. } uses SysUtils, Classes, FHIR.Support.Stream, FHIR.Support.Json, FHIR.Base.Objects, FHIR.Base.Parser, FHIR.Client.Base, FHIR.R4.Types, FHIR.R4.Resources; type TFhirXVersionCli...
51.559322
138
0.754109
61dd1daa9fb3b380ec59081cd02273de02bacb3f
1,774
pas
Pascal
desafio/client/download/Download.Subscriber.pas
lmbelo/AsyncDownloads
5e1ae89cac05f55499ddd793496f7c5f35eaffb4
[ "MIT" ]
1
2021-04-24T13:47:40.000Z
2021-04-24T13:47:40.000Z
desafio/client/download/Download.Subscriber.pas
lmbelo/AsyncDownloads
5e1ae89cac05f55499ddd793496f7c5f35eaffb4
[ "MIT" ]
null
null
null
desafio/client/download/Download.Subscriber.pas
lmbelo/AsyncDownloads
5e1ae89cac05f55499ddd793496f7c5f35eaffb4
[ "MIT" ]
null
null
null
unit Download.Subscriber; interface uses System.Generics.Collections; type IObserver<T> = interface ['{85577972-C62C-4B66-A93C-B6DD94F57631}'] procedure Notify(const ANotification: T); end; ISubject<T> = interface ['{D70F27A3-7EFF-457C-A29E-95AF7197727A}'] procedure RegisterOb...
21.373494
76
0.688839
61e373467ca05dab3d87beac9d385649b9dcb818
4,640
pas
Pascal
Source/Libraries/eTasks.libraries.Android.pas
atkins126/eTasks
dc1a783826012935b984ab5ae4a28de9841db27b
[ "MIT" ]
5
2020-10-19T01:41:18.000Z
2021-11-09T11:52:45.000Z
Source/Libraries/eTasks.libraries.Android.pas
atkins126/eTasks
dc1a783826012935b984ab5ae4a28de9841db27b
[ "MIT" ]
null
null
null
Source/Libraries/eTasks.libraries.Android.pas
atkins126/eTasks
dc1a783826012935b984ab5ae4a28de9841db27b
[ "MIT" ]
null
null
null
unit eTasks.libraries.Android; interface Uses System.sysutils; Type tLibraryAndroid = Class Class Procedure TransparentNavBar; Class Procedure Vibrar (Intervalo : integer); Class function PermissaoCamera : TArray<string>; Class Function PermissaoGaleria : TArray<string>; Class Procedure EnviarEmail...
33.623188
184
0.772198
85054d0b0327c0080de9dd52ecd1da2ff16a70d8
3,061
pas
Pascal
uChecksumVerif.pas
DeveloppeurPascal/librairies
d4670cd4b2b0bb52d3cb05c11739d751e19396e5
[ "MIT" ]
13
2018-11-28T14:17:40.000Z
2021-11-18T07:58:48.000Z
uChecksumVerif.pas
DeveloppeurPascal/librairies
d4670cd4b2b0bb52d3cb05c11739d751e19396e5
[ "MIT" ]
null
null
null
uChecksumVerif.pas
DeveloppeurPascal/librairies
d4670cd4b2b0bb52d3cb05c11739d751e19396e5
[ "MIT" ]
7
2018-10-07T06:13:28.000Z
2021-05-19T01:43:41.000Z
unit uChecksumVerif; interface uses system.classes; type TChecksumVerifParamList = class(TStrings) function addParam(ch: string): TChecksumVerifParamList; end; ChecksumVerif = class private class function get(param: string; key1: string; key2: string; key3: string; key4: strin...
28.082569
82
0.616792
6ae8bfb1ad4a5daa0249af63b9f38dd0cb8826d3
277
dpr
Pascal
demos/kdbgrid/kdbgriddemoXE.dpr
davidbannon/KControls
397a788712379340dc2a0f1b1006e78fb7f52277
[ "BSD-3-Clause-Clear" ]
35
2020-01-13T12:26:10.000Z
2022-03-16T12:45:04.000Z
demos/kdbgrid/kdbgriddemoXE.dpr
davidbannon/KControls
397a788712379340dc2a0f1b1006e78fb7f52277
[ "BSD-3-Clause-Clear" ]
30
2020-01-13T12:49:50.000Z
2022-03-01T17:52:50.000Z
demos/kdbgrid/kdbgriddemoXE.dpr
davidbannon/KControls
397a788712379340dc2a0f1b1006e78fb7f52277
[ "BSD-3-Clause-Clear" ]
18
2020-01-15T08:15:23.000Z
2022-02-27T10:43:23.000Z
program kdbgriddemoXE; {$include kcontrols.inc} uses Forms, main in 'main.pas' {MainForm}; {$R *.res} {$IFDEF USE_THEMES} {$R xpman.res} {$ENDIF} begin Application.Initialize; Application.CreateForm(TMainForm, MainForm); Application.Run; end.
14.578947
47
0.66065
8510d3b5f267a32db6638fc4ad62390032257a5d
3,719
pas
Pascal
src/Main.pas
BrunoReX/DOpusAssoc
018b98867c501bc82718c3adcf628d45c283c3dd
[ "BSD-3-Clause" ]
1
2022-02-25T06:36:38.000Z
2022-02-25T06:36:38.000Z
src/Main.pas
BrunoReX/DOpusAssoc
018b98867c501bc82718c3adcf628d45c283c3dd
[ "BSD-3-Clause" ]
null
null
null
src/Main.pas
BrunoReX/DOpusAssoc
018b98867c501bc82718c3adcf628d45c283c3dd
[ "BSD-3-Clause" ]
null
null
null
{ Copyright (c) 2013 Bruno Barbieri All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the foll...
26.755396
79
0.731648
8561cd74c5dac8ccd151e1ab9578039fb04a1804
11,542
pas
Pascal
Codigos/UnitCadBanco.pas
MDsolucoesTI/Artemis
3cc739f0b0f6700b9abc4b4aa414dc58e38c4c9e
[ "MIT" ]
null
null
null
Codigos/UnitCadBanco.pas
MDsolucoesTI/Artemis
3cc739f0b0f6700b9abc4b4aa414dc58e38c4c9e
[ "MIT" ]
null
null
null
Codigos/UnitCadBanco.pas
MDsolucoesTI/Artemis
3cc739f0b0f6700b9abc4b4aa414dc58e38c4c9e
[ "MIT" ]
1
2021-12-03T08:22:41.000Z
2021-12-03T08:22:41.000Z
////////////////////////////////////////////////////////////////////////// // Criacao...........: 02/2001 // Ultima modificacao: 03/2007 // Sistema...........: Artemis - Controle de Financeiro // Integracao........: Olimpo - Automacao Comercial // Analistas.........: Marilene Esquiavoni & Denny Paulista Azevedo Fi...
29.146465
119
0.679951
6a9cb9841cf9876086b72cf64d3429624c4377a5
5,711
lpr
Pascal
Samples/FreePascal/Android/Basic/jni/PXL_Basic.lpr
svn2github/AsphyrePXL
e29f402b27b3133e3971ecd4a7f14dddf81c2e34
[ "Apache-2.0" ]
33
2018-03-19T15:54:14.000Z
2021-03-09T15:58:05.000Z
Samples/FreePascal/Android/Basic/jni/PXL_Basic.lpr
LongDirtyAnimAlf/AsphyrePXL
9151ff88eca1fa01dce083b09e7ea20076f6d334
[ "Apache-2.0" ]
2
2019-01-13T23:05:21.000Z
2019-02-03T08:06:13.000Z
Samples/FreePascal/Android/Basic/jni/PXL_Basic.lpr
LongDirtyAnimAlf/AsphyrePXL
9151ff88eca1fa01dce083b09e7ea20076f6d334
[ "Apache-2.0" ]
2
2020-08-18T09:42:33.000Z
2021-04-22T08:15:27.000Z
library PXL_Basic; (* * 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 License. Yo...
29.744792
115
0.715286
6a74f9b0d899fd2b04fa3eead0bd7ec06d686a52
361
lpr
Pascal
SourceCode/secondform/secondform.lpr
coderserdar/LazarusTutorial
5db43273d1b4ca47dd79894de807b5d9d781fed0
[ "Apache-2.0" ]
null
null
null
SourceCode/secondform/secondform.lpr
coderserdar/LazarusTutorial
5db43273d1b4ca47dd79894de807b5d9d781fed0
[ "Apache-2.0" ]
null
null
null
SourceCode/secondform/secondform.lpr
coderserdar/LazarusTutorial
5db43273d1b4ca47dd79894de807b5d9d781fed0
[ "Apache-2.0" ]
null
null
null
program secondform; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms { you can add units after this }, main, second; begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.CreateForm(...
18.05
49
0.711911
85673f7467b6c4e05bd26058b01c7500971f35f6
24,447
pas
Pascal
poolmanage.pas
DevTeamNoso/NosoWallet
707bdd850e88eaff0f73e440cf200c4b09b3728c
[ "Unlicense" ]
8
2021-01-23T15:08:09.000Z
2021-04-18T04:43:39.000Z
poolmanage.pas
DevTeamNoso/NosoWallet
707bdd850e88eaff0f73e440cf200c4b09b3728c
[ "Unlicense" ]
8
2021-04-25T21:59:53.000Z
2021-06-28T11:17:18.000Z
poolmanage.pas
DevTeamNoso/NosoWallet
707bdd850e88eaff0f73e440cf200c4b09b3728c
[ "Unlicense" ]
3
2021-04-09T22:33:21.000Z
2021-04-24T21:10:10.000Z
unit PoolManage; {$mode objfpc}{$H+} interface uses Classes, SysUtils, IdContext, IdGlobal, fileutil; procedure StartPoolServer(port:integer); Procedure StopPoolServer(); function PoolDataString(member:string):String; function GetPoolEmptySlot():integer; function GetMemberPrefijo(poolslot:integer):st...
31.103053
129
0.689492
6afb60b95b8f2cb4d43855e744df104b2bcf69fa
1,876
dfm
Pascal
Examples/56.DT_P2PVM_Custom/Client/DT_P2PVM_CustomClientFrm.dfm
PassByYou888/ZNet
8f5439ec275ee4eb5d68e00c33675e6117379fcf
[ "BSD-3-Clause" ]
24
2022-01-20T13:59:38.000Z
2022-03-25T01:11:43.000Z
Examples/56.DT_P2PVM_Custom/Client/DT_P2PVM_CustomClientFrm.dfm
lovong/ZNet
ad67382654ea1979c316c2dc9716fd6d8509f028
[ "BSD-3-Clause" ]
null
null
null
Examples/56.DT_P2PVM_Custom/Client/DT_P2PVM_CustomClientFrm.dfm
lovong/ZNet
ad67382654ea1979c316c2dc9716fd6d8509f028
[ "BSD-3-Clause" ]
5
2022-01-20T14:44:24.000Z
2022-02-13T10:07:38.000Z
object DT_P2PVM_CustomClientForm: TDT_P2PVM_CustomClientForm Left = 0 Top = 0 Caption = 'DT Framework Client - Custom p2pVM Double Tunnel, create by.qq60' + '0585' ClientHeight = 381 ClientWidth = 867 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11...
22.070588
76
0.634861
8521a91550ab04b60f1ed094af94d25cdc13d7b8
44,525
pas
Pascal
demos/ALFmxEffects/_source/embarcadero/tokyo/iOSapi.CoreData.pas
cfusari/alcinoe
a3ffbf099c1bfdb0361dc745c64063ae54dc9205
[ "Apache-2.0" ]
1
2018-10-16T03:14:44.000Z
2018-10-16T03:14:44.000Z
demos/ALFmxEffects/_source/embarcadero/tokyo/iOSapi.CoreData.pas
cfusari/alcinoe
a3ffbf099c1bfdb0361dc745c64063ae54dc9205
[ "Apache-2.0" ]
null
null
null
demos/ALFmxEffects/_source/embarcadero/tokyo/iOSapi.CoreData.pas
cfusari/alcinoe
a3ffbf099c1bfdb0361dc745c64063ae54dc9205
[ "Apache-2.0" ]
null
null
null
{**********************************************************} { } { CodeGear Delphi Runtime Library } { } { Delphi-Objective-C Bridge } { Interfac...
53.38729
207
0.768243
6167955cb670c0688c75169fad1672f856485e7b
2,581
pas
Pascal
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Asn1/X9/ClpX9IntegerConverter.pas
devilking6105/HODLER-Open-Source-Multi-Asset-Wallet
2554bce0ad3e3e08e4617787acf93176243ce758
[ "Unlicense" ]
35
2018-11-04T12:02:34.000Z
2022-02-15T06:00:19.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Asn1/X9/ClpX9IntegerConverter.pas
Ecoent/HODLER-Open-Source-Multi-Asset-Wallet
a8c54ecfc569d0ee959b6f0e7826c4ee4b5c4848
[ "Unlicense" ]
85
2018-10-23T17:09:20.000Z
2022-01-12T07:12:54.000Z
HODLER_Multiplatform_Win_And_iOS_Linux/additionalUnits/CryptoLib/src/Asn1/X9/ClpX9IntegerConverter.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...
30.011628
87
0.535839
6198d357c497ff752e1e45193a5c4fa4b2531e8a
3,539
dfm
Pascal
task 1/Unit1.dfm
paulsok/computational-physics
31af875183b712e374c6ca4a054199f831990182
[ "MIT" ]
null
null
null
task 1/Unit1.dfm
paulsok/computational-physics
31af875183b712e374c6ca4a054199f831990182
[ "MIT" ]
null
null
null
task 1/Unit1.dfm
paulsok/computational-physics
31af875183b712e374c6ca4a054199f831990182
[ "MIT" ]
null
null
null
object Form1: TForm1 Left = 0 Top = 0 BorderIcons = [biMinimize, biMaximize] Caption = 'TForm1' ClientHeight = 450 ClientWidth = 759 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = F...
22.398734
99
0.592823
6a180bfad4e9bbb4b4283540c616a82701d21677
39,928
pas
Pascal
hedgewars/uAIAmmoTests.pas
RobWatlingSF/hedgewars
74f633d76bf95674f68f6872472bd21825f1f8c0
[ "Apache-2.0" ]
null
null
null
hedgewars/uAIAmmoTests.pas
RobWatlingSF/hedgewars
74f633d76bf95674f68f6872472bd21825f1f8c0
[ "Apache-2.0" ]
null
null
null
hedgewars/uAIAmmoTests.pas
RobWatlingSF/hedgewars
74f633d76bf95674f68f6872472bd21825f1f8c0
[ "Apache-2.0" ]
null
null
null
(* * Hedgewars, a free turn based strategy game * Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License * ...
31.218139
160
0.543103
8569623efafceeee8e55b1cb26ed487df4d6d3f1
7,231
pas
Pascal
Features/Connectivity/DW.Connectivity.Win.pas
nzsolt13/Kastri
f634799648e4747cee5c52e135c0549b9a87d09a
[ "MIT" ]
null
null
null
Features/Connectivity/DW.Connectivity.Win.pas
nzsolt13/Kastri
f634799648e4747cee5c52e135c0549b9a87d09a
[ "MIT" ]
null
null
null
Features/Connectivity/DW.Connectivity.Win.pas
nzsolt13/Kastri
f634799648e4747cee5c52e135c0549b9a87d09a
[ "MIT" ]
1
2021-03-05T20:48:34.000Z
2021-03-05T20:48:34.000Z
unit DW.Connectivity.Win; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
28.027132
132
0.683999
61a6406d31e15572fa49b36d42c5e38943232d95
990
pas
Pascal
Sugar.Tests/Main/WP8/MainPage.xaml.pas
nchevsky/remobjects-sugar
8b651a5469a2b9f76017bb53702e7a7b0d352817
[ "BSD-3-Clause" ]
92
2015-02-09T04:43:50.000Z
2021-11-11T03:53:46.000Z
Sugar.Tests/Main/WP8/MainPage.xaml.pas
nchevsky/remobjects-sugar
8b651a5469a2b9f76017bb53702e7a7b0d352817
[ "BSD-3-Clause" ]
8
2015-06-23T12:07:58.000Z
2016-10-25T13:52:01.000Z
Sugar.Tests/Main/WP8/MainPage.xaml.pas
nchevsky/remobjects-sugar
8b651a5469a2b9f76017bb53702e7a7b0d352817
[ "BSD-3-Clause" ]
18
2015-02-09T08:27:00.000Z
2021-11-11T00:48:29.000Z
namespace Sugar.Echoes.WP8.Test; interface uses System, System.Collections.Generic, System.Linq, System.Net, System.Windows, System.Windows.Controls, System.Windows.Media, System.Windows.Navigation, Microsoft.Phone.Controls, Microsoft.Phone.Shell, RemObjects.Elements.EUnit, Su...
20.625
84
0.673737
6a149d371e52c58fe20b019e82e1554338b14dc9
12,508
dfm
Pascal
tapFileHeaderOptionsFrame.dfm
rtapson/FileHeader
9dac80d54d3ed7a05a41246ee808f09db20ad9fd
[ "MIT" ]
1
2021-07-26T10:07:37.000Z
2021-07-26T10:07:37.000Z
tapFileHeaderOptionsFrame.dfm
rtapson/FileHeader
9dac80d54d3ed7a05a41246ee808f09db20ad9fd
[ "MIT" ]
null
null
null
tapFileHeaderOptionsFrame.dfm
rtapson/FileHeader
9dac80d54d3ed7a05a41246ee808f09db20ad9fd
[ "MIT" ]
null
null
null
object frmFileHeaderOptions: TfrmFileHeaderOptions Left = 0 Top = 0 Width = 794 Height = 494 TabOrder = 0 DesignSize = ( 794 494) object Label2: TLabel Left = 20 Top = 20 Width = 47 Height = 13 Caption = 'File Type:' end object Label3: TLabel Left = 20 Top = 56 ...
46.325926
70
0.840982
6a5865b2da76f6ef24a77b32d73ca8aa67c5f655
190,661
pas
Pascal
Graph_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
null
null
null
Graph_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
3
2016-03-04T01:03:49.000Z
2016-03-18T11:23:03.000Z
Graph_TLB.pas
EvgenyKuksov/Laba2-Excel-
343579780c22e727167fbc837293263461fbe65d
[ "MIT" ]
null
null
null
unit Graph_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data r...
46.582214
130
0.666565
cdde0cf717ab9a3bab2a8ce21757ada38bb72d80
1,817
dfm
Pascal
ThsFramework/Forms/OutputForms/DbGrid/ufrmParaBirimleri.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
6
2019-07-06T23:08:39.000Z
2021-05-04T19:42:01.000Z
ThsFramework/Forms/OutputForms/DbGrid/ufrmParaBirimleri.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
null
null
null
ThsFramework/Forms/OutputForms/DbGrid/ufrmParaBirimleri.dfm
3ddark/Ths-Erp-Framewrok
c6569f7f64db10e423d6cc56e91c54184073a9b4
[ "Unlicense" ]
4
2019-03-18T16:57:09.000Z
2022-02-24T02:33:31.000Z
inherited frmParaBirimleri: TfrmParaBirimleri Caption = 'Currencies' ClientHeight = 311 ClientWidth = 548 ExplicitWidth = 564 ExplicitHeight = 350 PixelsPerInch = 96 TextHeight = 13 inherited pnlMain: TPanel Width = 544 Height = 245 ExplicitWidth = 544 ExplicitHeight = 245 inherited ...
21.127907
45
0.611998
6a7f7dc6aadb9eca87637b67372969c161bffe68
971
pas
Pascal
oem_set/frmInfo.pas
trejder/delphi-solutions
e2434df83037b6c6d19abad42c08f7e69044be91
[ "MIT" ]
7
2017-01-15T02:58:37.000Z
2021-02-18T15:44:04.000Z
oem_set/frmInfo.pas
trejder/delphi-solutions
e2434df83037b6c6d19abad42c08f7e69044be91
[ "MIT" ]
null
null
null
oem_set/frmInfo.pas
trejder/delphi-solutions
e2434df83037b6c6d19abad42c08f7e69044be91
[ "MIT" ]
4
2016-06-01T13:12:38.000Z
2020-10-26T11:06:54.000Z
unit frmInfo; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ShellAPI, TFlatHintUnit, GIFImage; type TInfo = class(TForm) Panel1: TPanel; Label13: TLabel; Label11: TLabel; Image3: TImage; Image1: TImage; Shape1: TShape; L...
18.673077
81
0.686921
856c6166efddd84b0cf11cbfb6f36f90d09b732d
252
pas
Pascal
CAT/tests/10. generics/procedures/generic_procs_4.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
19
2018-10-22T23:45:31.000Z
2021-05-16T00:06:49.000Z
CAT/tests/10. generics/procedures/generic_procs_4.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
1
2019-06-01T06:17:08.000Z
2019-12-28T10:27:42.000Z
CAT/tests/10. generics/procedures/generic_procs_4.pas
SkliarOleksandr/NextPascal
4dc26abba6613f64c0e6b5864b3348711eb9617a
[ "Apache-2.0" ]
6
2018-08-30T05:16:21.000Z
2021-05-12T20:25:43.000Z
unit generic_procs_4; interface implementation function F<T>(Value: T): T; begin Result := Value + 1; end; var G: Int32; procedure Test; begin G := F(1); G := F<Int32>(1); end; initialization Test(); finalization Assert(G = 2); end.
9.692308
27
0.638889
612184dcdb1473ade693a24185b2f2f842a2a636
12,050
pas
Pascal
server/tx/tx_icd11.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
server/tx/tx_icd11.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
server/tx/tx_icd11.pas
rhausam/fhirserver
d7e2fc59f9c55b1989367b4d3e2ad8a811e71af3
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit tx_icd11; { Copyright (c) 2017+, Health Intersections Pty Ltd (http://www.healthintersections.com.au) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code mus...
36.515152
199
0.771784
aada4826b56ae356309925653d79372dc25c8b02
6,500
pas
Pascal
Components/TNT/Design/TntComCtrls_Design.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
1
2021-09-23T17:32:49.000Z
2021-09-23T17:32:49.000Z
Components/TNT/Design/TntComCtrls_Design.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
Components/TNT/Design/TntComCtrls_Design.pas
jaksco/cubicexplorer
7bf2513700477d753fd8ea1c6226ddab0175df91
[ "Condor-1.1" ]
null
null
null
{*****************************************************************************} { } { Tnt Delphi Unicode Controls } { http://www.tntware.com/delphicontrols/unicode/ ...
28.384279
99
0.655692
8510254a59b70ee981c25a7a18dde01dee33db4f
3,896
pas
Pascal
lexico/tabela.pas
luis-puhl/trabalho-copilador-marar
032b5f47789f14e896cbee935143cb7e43e159a1
[ "Apache-2.0" ]
null
null
null
lexico/tabela.pas
luis-puhl/trabalho-copilador-marar
032b5f47789f14e896cbee935143cb7e43e159a1
[ "Apache-2.0" ]
1
2018-06-20T08:34:26.000Z
2018-06-24T02:43:10.000Z
lexico/tabela.pas
luis-puhl/trabalho-copilador-marar
032b5f47789f14e896cbee935143cb7e43e159a1
[ "Apache-2.0" ]
null
null
null
{ tabela.pas Copyright 2014 Ícaro Souza <> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law...
23.90184
84
0.673768
173d2543dab3320abf4021b7aee5986bb27c6a3c
4,561
pas
Pascal
Projects/CL.Ag5/Source/_CommonSources/QReports/UfqrSYS_BaseReport.pas
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
1
2020-05-07T07:51:27.000Z
2020-05-07T07:51:27.000Z
Projects/CL.Ag5/Source/_CommonSources/QReports/UfqrSYS_BaseReport.pas
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
null
null
null
Projects/CL.Ag5/Source/_CommonSources/QReports/UfqrSYS_BaseReport.pas
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
3
2020-02-17T18:01:52.000Z
2020-05-07T07:51:28.000Z
unit UfqrSYS_BaseReport; interface uses WinApi.Windows, WinApi.Messages, System.SysUtils, System.Variants, System.Classes, VCL.Graphics, VCL.Controls, VCL.Forms, VCL.ExtCtrls, QuickRpt, QRCtrls, jpeg, UCustomQuickReport, pngimage, System.Actions, Vcl.ActnList, Tc.VCL.Application, Wrappers ; type TfqrSYS_Bas...
28.50625
123
0.714756
61a84569d1b6abb4cadce2a06949cf912cafc9cf
2,365
pas
Pascal
source/Consul/UseCases/Fido.Consul.UseCases.KVStore.Get.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
27
2021-09-26T18:14:51.000Z
2022-01-04T09:26:42.000Z
source/Consul/UseCases/Fido.Consul.UseCases.KVStore.Get.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
5
2021-11-08T19:20:29.000Z
2022-01-29T18:50:23.000Z
source/Consul/UseCases/Fido.Consul.UseCases.KVStore.Get.pas
atkins126/FidoLib
219fb0e1b78599251248971234ddac0913c912b1
[ "MIT" ]
7
2021-09-26T17:30:40.000Z
2022-02-14T02:19:05.000Z
(* * Copyright 2022 Mirko Bianco (email: writetomirko@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without Apiriction, including without limitation the rights * to use, ...
28.493976
85
0.758985
6af5152de48552ea3563b04c563e97037dfb552a
2,792
pas
Pascal
Training/15.clocks.pas
felikjunvianto/kfile-usaco-submissions
d4afdc0cbde7e19f09afc70c4b02d4bc5992696d
[ "MIT" ]
null
null
null
Training/15.clocks.pas
felikjunvianto/kfile-usaco-submissions
d4afdc0cbde7e19f09afc70c4b02d4bc5992696d
[ "MIT" ]
null
null
null
Training/15.clocks.pas
felikjunvianto/kfile-usaco-submissions
d4afdc0cbde7e19f09afc70c4b02d4bc5992696d
[ "MIT" ]
null
null
null
{ ID: felikju1 PROG: clocks LANG: PASCAL } var x,y,z,t:longint; clock,cek:array[1..9] of longint; move:array[1..27] of longint; benar:boolean; temp:string; fin,fout:text; function ubah(n:longint):string; var tambah:string; begin ubah:=''; while n>0 do begin str((n mod 4),tamb...
20.379562
49
0.44341
856a180225a813602a945e4349485faef87a8d19
121
pas
Pascal
Test/FailureScripts/new_class3.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/FailureScripts/new_class3.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/FailureScripts/new_class3.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
type TMyClass = class constructor Doh(s : String); default; end; new TMyClass('hello'); new TMyClass;
17.285714
44
0.619835
8547b7b1813bd7f7cfc42037ac10206c5913a463
2,921
pas
Pascal
Src/GateCalculation.pas
e2t/simple-gate
faafb85e80cc253fba5d2247cacd3b8c9ae6940c
[ "0BSD" ]
null
null
null
Src/GateCalculation.pas
e2t/simple-gate
faafb85e80cc253fba5d2247cacd3b8c9ae6940c
[ "0BSD" ]
null
null
null
Src/GateCalculation.pas
e2t/simple-gate
faafb85e80cc253fba5d2247cacd3b8c9ae6940c
[ "0BSD" ]
null
null
null
unit GateCalculation; {$MODE OBJFPC} {$LONGSTRINGS ON} {$ASSERTIONS ON} {$RANGECHECKS ON} {$BOOLEVAL OFF} interface type TInputData = record FrameWidth: Double; GateHeight: Double; end; TSimpleGate = record FrameWidth: Double; GateHeight: Double; Weight: Double; FrameWeight: Double; ...
22.643411
83
0.723725
cd910a709502558e56e9c24c061f3bfa8d9453a5
4,829
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl132/examples/JvPlayList/fPlayList.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/tests/archive/jvcl132/examples/JvPlayList/fPlayList.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/archive/jvcl132/examples/JvPlayList/fPlayList.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object Form1: TForm1 Left = 433 Top = 276 BorderStyle = bsSingle Caption = 'PlayList Demo' ClientHeight = 256 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OldCreateO...
23.556098
66
0.617312
178033bd78c43998daef869a2c6f5845e52ba446
6,247
dfm
Pascal
Projects/CL.Ag5/Source/CL.Ag5Client/Inicial/USYS_ConfigBackupWizard.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
1
2020-05-07T07:51:27.000Z
2020-05-07T07:51:27.000Z
Projects/CL.Ag5/Source/CL.Ag5Client/Inicial/USYS_ConfigBackupWizard.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
null
null
null
Projects/CL.Ag5/Source/CL.Ag5Client/Inicial/USYS_ConfigBackupWizard.dfm
iclinicadoleite/controle-ag5
2e315c4a7c9bcb841a8d2f2390ae9d7c2c2cb721
[ "Apache-2.0" ]
3
2020-02-17T18:01:52.000Z
2020-05-07T07:51:28.000Z
inherited SYS_ConfigBackupWizard: TSYS_ConfigBackupWizard Left = 363 Top = 241 Caption = 'Configura'#231#227'o de backup' ClientHeight = 475 ClientWidth = 718 ExplicitWidth = 724 ExplicitHeight = 504 PixelsPerInch = 96 TextHeight = 13 inherited _pnlForm: TJvPanel Width = 718 Height = 475 ...
31.39196
178
0.503762
6a66b76170634bdb9da07fcb2a465cf46863268b
4,176
pas
Pascal
UPrincipal.pas
PaulohSouza/Notesc-4.0
a0d03f216b8a5cb2b77c470b4739c67667523740
[ "MIT" ]
null
null
null
UPrincipal.pas
PaulohSouza/Notesc-4.0
a0d03f216b8a5cb2b77c470b4739c67667523740
[ "MIT" ]
1
2020-04-03T23:06:38.000Z
2020-04-03T23:06:38.000Z
UPrincipal.pas
PaulohSouza/Notesc-4.0
a0d03f216b8a5cb2b77c470b4739c67667523740
[ "MIT" ]
null
null
null
unit UPrincipal; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, Menus, ActnList, jpeg, ExtCtrls; type TFrmPrincipal = class(TForm) Button4: TButton; Button5: TButton; Button6: TButton; GroupBox18: TGroupBox; BitBtn16: TB...
21.525773
82
0.762452
8577d14ca648ca5a460afd2bcfa3d7c059cad6ab
956
dpr
Pascal
Capitulo9/1.2.DB/DBVCL.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2017-08-02T00:44:41.000Z
2021-10-13T21:11:28.000Z
Capitulo9/1.2.DB/DBVCL.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
10
2019-12-30T04:09:37.000Z
2022-03-02T06:06:19.000Z
Capitulo9/1.2.DB/DBVCL.dpr
diondcm/exemplos-delphi
16b4d195981e5f3161d0a2c62f778bec5ba9f3d4
[ "MIT" ]
9
2017-04-29T16:12:21.000Z
2020-11-11T22:16:32.000Z
program DBVCL; uses Vcl.Forms, Form.Principal.VCL in 'Form.Principal.VCL.pas' {frmPrincipalVCL}, Form.Cadastro.Cliente.VCL in 'Form.Cadastro.Cliente.VCL.pas' {frmCadClienteVCL}, Data.Cliente in 'Data.Cliente.pas' {dmdCliente: TDataModule}, Form.Cadastro.Produto.VCL in 'Form.Cadastro.Produto.VCL.pas' {frmCadP...
36.769231
82
0.784519
8534010c94e3aeffda8b236597adef77bdba3ff2
314
dpr
Pascal
ImagesPackegViewer.dpr
ps147258/ImagesPackegViewer
dadf1f2d4f6600293930fe7a8cfb852f06a65940
[ "MIT" ]
null
null
null
ImagesPackegViewer.dpr
ps147258/ImagesPackegViewer
dadf1f2d4f6600293930fe7a8cfb852f06a65940
[ "MIT" ]
null
null
null
ImagesPackegViewer.dpr
ps147258/ImagesPackegViewer
dadf1f2d4f6600293930fe7a8cfb852f06a65940
[ "MIT" ]
1
2022-03-27T05:25:38.000Z
2022-03-27T05:25:38.000Z
program ImagesPackegViewer; uses Vcl.Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin {$IFDEF DEBUG} ReportMemoryLeaksOnShutdown := True; {$ENDIF} Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TForm1, Form1); Application.Run; end.
17.444444
41
0.681529
61cb20da80c45e241103a2b19853cee95235325d
1,612
pas
Pascal
sources/death/Sources/uMain.pas
devapromix-roguelikes/forgotten-saga
2f23be1d356d5469c935c16dfdbf5bb4fa1e2547
[ "MIT" ]
11
2017-01-17T21:10:30.000Z
2020-06-19T19:42:57.000Z
sources/death/Sources/uMain.pas
devapromix/forgotten-saga
2f23be1d356d5469c935c16dfdbf5bb4fa1e2547
[ "MIT" ]
null
null
null
sources/death/Sources/uMain.pas
devapromix/forgotten-saga
2f23be1d356d5469c935c16dfdbf5bb4fa1e2547
[ "MIT" ]
1
2018-11-20T03:55:03.000Z
2018-11-20T03:55:03.000Z
unit uMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TfMain = class(TForm) DoTimer: TTimer; procedure FormCreate(Sender: TObject); procedure FormKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState); ...
20.666667
77
0.684243
852b9b30380291148b955e62a3aa468916da7753
1,479
dfm
Pascal
LogProject/src/LP.MainForm.dfm
rafarocha28/Delphi-miscellanea
bb0583673054dcdda3249426abebe65b8ea65e02
[ "MIT" ]
null
null
null
LogProject/src/LP.MainForm.dfm
rafarocha28/Delphi-miscellanea
bb0583673054dcdda3249426abebe65b8ea65e02
[ "MIT" ]
null
null
null
LogProject/src/LP.MainForm.dfm
rafarocha28/Delphi-miscellanea
bb0583673054dcdda3249426abebe65b8ea65e02
[ "MIT" ]
null
null
null
object MainLogsForm: TMainLogsForm Left = 0 Top = 0 Caption = 'Teste Logs' ClientHeight = 299 ClientWidth = 571 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow...
19.207792
48
0.584855
6a6649bd9d8a074f7108bf464cc1bd723210ca43
2,421
pas
Pascal
uCommand.pas
genakust/CountriesList
5039804f890a732b8d77ecc1c14aa8fea36aefca
[ "MIT" ]
null
null
null
uCommand.pas
genakust/CountriesList
5039804f890a732b8d77ecc1c14aa8fea36aefca
[ "MIT" ]
null
null
null
uCommand.pas
genakust/CountriesList
5039804f890a732b8d77ecc1c14aa8fea36aefca
[ "MIT" ]
null
null
null
unit uCommand; interface uses Vcl.ComCtrls; type IListViewCommand = interface ['{A9E5D472-C4F5-49F1-BBE1-EF3FCE1F831F}'] ///<summary> Add item to a given listView /// </summary> /// <param name="aImageIndex">Image index from an ImageList /// </param> /// <param name="aCountryName">A new c...
25.484211
68
0.679884
610532fdf1ba42b0a42c4d5897e8f7fd28c8c824
1,729
dfm
Pascal
Jour-14-VCL-Pascal/6-FichiersINI/Unit1.dfm
DeveloppeurPascal/ApprendreLaProgrammationAvecDelphi
80086403e6bbdd67d2ea9933033fa9d45f133c5d
[ "MIT" ]
8
2020-04-15T12:08:44.000Z
2021-12-16T08:13:45.000Z
Jour-14-VCL-Pascal/6-FichiersINI/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
null
null
null
Jour-14-VCL-Pascal/6-FichiersINI/Unit1.dfm
HephaisTech/ApprendreLaProgrammationAvecDelphi
ee44e67325f61993693b117facaab521003953de
[ "MIT" ]
7
2020-04-16T21:52:52.000Z
2021-12-13T01:36:54.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 358 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerI...
20.831325
33
0.558126
6afcfb440d0b7e84126db930a0363ac0a9be512c
636
pas
Pascal
SDE/Units/Point.pas
Den25570/SyntaxDiagramEditor
acb2ba590e01cedc10cf31e9ff77cc2c59540612
[ "MIT" ]
null
null
null
SDE/Units/Point.pas
Den25570/SyntaxDiagramEditor
acb2ba590e01cedc10cf31e9ff77cc2c59540612
[ "MIT" ]
null
null
null
SDE/Units/Point.pas
Den25570/SyntaxDiagramEditor
acb2ba590e01cedc10cf31e9ff77cc2c59540612
[ "MIT" ]
1
2021-09-19T11:57:31.000Z
2021-09-19T11:57:31.000Z
unit Point; interface uses SysUtils, Classes, Controls, ExtCtrls , Graphics; type TPoint = class(TShape) public //Owner of the point Owner : TComponent; SubDepth : Integer; AltIndex : integer; isAlter : Boolean; altLineIndex : Integer; constructor Create(Aowner : TComponent); en...
15.512195
51
0.668239
854469572bd92aa1f6084cccc23fd6eb5d1cdf51
389
lpr
Pascal
Examples/FPC/prjMiniApp.lpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Examples/FPC/prjMiniApp.lpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Examples/FPC/prjMiniApp.lpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
program prjMiniApp; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms, frmMiniApp { you can add units after this }; {$R *.res} begin RequireDerivedFormResource := True; Application.Initialize; ...
17.681818
49
0.66581
6ac6df6c3adb90823ee17004e3bde26814f7a767
101,653
pas
Pascal
PythonForDelphi/Components/Sources/Core/WrapDelphi.pas
hwhohwh/python4delphi
61fa702c9f6a719a5f0f2b6f256ef65c0b3830c0
[ "MIT" ]
4
2019-09-16T19:51:42.000Z
2019-10-24T07:50:01.000Z
PythonForDelphi/Components/Sources/Core/WrapDelphi.pas
DalavanCloud/python4delphi
b96cd4f6340157564bccca2d87fa1d64d1f15d0b
[ "MIT" ]
2
2019-10-13T15:21:35.000Z
2019-12-10T23:34:38.000Z
PythonForDelphi/Components/Sources/Core/WrapDelphi.pas
DalavanCloud/python4delphi
b96cd4f6340157564bccca2d87fa1d64d1f15d0b
[ "MIT" ]
1
2019-06-28T08:51:16.000Z
2019-06-28T08:51:16.000Z
(*----------------------------------------------------------------------------- Unit Name: WrapDelphi Author: Kiriakos Vlahos Date: 24-Feb-2005 Purpose: Provide automatic wrapping of Delphi variables utilising RTTI Version: 1.11 Contributors: Morgan Martinet (mmm@free.fr) Features: ...
34.203567
190
0.711302
6a0c2c59c64e54b32256e3be7ae48ec57a1d69da
2,169
dpr
Pascal
src/thrift/lib/delphi/test/server.dpr
SAN-CHAIN/sand
1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664
[ "BSL-1.0" ]
null
null
null
src/thrift/lib/delphi/test/server.dpr
SAN-CHAIN/sand
1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664
[ "BSL-1.0" ]
null
null
null
src/thrift/lib/delphi/test/server.dpr
SAN-CHAIN/sand
1c51a7d1b215a7a2e1e06bd3b87a7e1da7239664
[ "BSL-1.0" ]
3
2017-06-29T02:41:16.000Z
2021-08-28T07:42:24.000Z
(* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
30.985714
65
0.670816
6ad7695b8538f772e8bf5ac3d083b97ed4d5f3ca
7,740
pas
Pascal
src/cpu/x86_mediana/mediana.print.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
34
2015-05-04T03:55:42.000Z
2021-08-22T09:57:44.000Z
src/cpu/x86_mediana/mediana.print.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
null
null
null
src/cpu/x86_mediana/mediana.print.pas
vdisasm/vdisasm
5827a579782d247e51e281533362517318dc47b4
[ "MIT" ]
11
2016-08-11T10:00:15.000Z
2020-11-27T06:00:09.000Z
unit mediana.print; interface uses VDAPI, mediana; procedure print( const t: IVDVATextLayout; const ins: mediana.TInstruction; va: tva); function GetRegPackedName(regId: UInt32): string; implementation uses System.SysUtils, mediana.print.regs; const SDisassemblerError = 'Disassembler Error'; ...
20.208877
84
0.632687
6a6f405716427d149e955ca02dbafe22aee3b2e5
4,857
pas
Pascal
samples/a8/math/jdata.pas
zbyti/Mad-Pascal
546cae9724828f93047080109488be7d0d07d47e
[ "MIT" ]
1
2021-12-15T23:47:19.000Z
2021-12-15T23:47:19.000Z
samples/a8/math/jdata.pas
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
null
null
null
samples/a8/math/jdata.pas
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
null
null
null
program JDate; uses crt; var dd,mm,yyyy, Julian: smallint; ok : boolean; { Julian number to date conversions - 9/10/1984 Actually, these are not Julian dates but rather just day numbers designed for use with dates in the twentieth century. The dates are stored in a standard integer variable and range from...
27.754286
109
0.693844
17b78ecfcc4516edc7f8ee8a0e3e4d455c58b0bf
2,557
pas
Pascal
demo/code/form/MainForm.pas
VencejoSoftware/ooVersion
fefc628a3eb1cce976b3f923a9554517387cd5ff
[ "BSD-3-Clause" ]
null
null
null
demo/code/form/MainForm.pas
VencejoSoftware/ooVersion
fefc628a3eb1cce976b3f923a9554517387cd5ff
[ "BSD-3-Clause" ]
null
null
null
demo/code/form/MainForm.pas
VencejoSoftware/ooVersion
fefc628a3eb1cce976b3f923a9554517387cd5ff
[ "BSD-3-Clause" ]
2
2019-11-21T03:09:42.000Z
2021-01-26T04:48:46.000Z
unit MainForm; interface uses Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Version, VersionStage, VersionFormat, VersionStageFormat, VersionHash, VersionCompareEqual, VersionCompareGreater, VersionCompareGreaterEqual, VersionCompareLess, VersionCompareLessEqual, Versio...
26.091837
120
0.740321
6a27c51ae12dbb00dec4b25f8db2b233707d02c4
318
lpr
Pascal
src/lazarus/RamPreview.lpr
xuan25/aviutl_rampreview_zh-CN
94fc5578a316b47ee01e738bb6a794fdd1d92619
[ "MIT" ]
75
2018-01-27T11:24:01.000Z
2022-02-10T11:55:03.000Z
src/lazarus/RamPreview.lpr
xuan25/aviutl_rampreview_zh-CN
94fc5578a316b47ee01e738bb6a794fdd1d92619
[ "MIT" ]
13
2018-02-01T17:39:58.000Z
2021-11-24T13:00:18.000Z
src/lazarus/RamPreview.lpr
xuan25/aviutl_rampreview_zh-CN
94fc5578a316b47ee01e738bb6a794fdd1d92619
[ "MIT" ]
10
2018-12-07T13:40:30.000Z
2022-03-12T04:37:46.000Z
library RamPreview; {$mode objfpc}{$H+} {$CODEPAGE UTF-8} uses SysUtils, AviUtl, Main, Remote, Util, StorageAPI, Hook, NV12, Encoder, Parallel; exports GetFilterTableList, GetOutputPluginTable, GetStorageAPI; initialization SetMultiByteConversionCodePage(CP_UTF8); Randomize(); finalization end.
13.826087
64
0.748428
17a8c5a571eb1c2362a6a60c8acc7c5e593a2d6e
22,957
pas
Pascal
windows/src/ext/jedi/jcl/jcl/install/JediInstall.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jcl/jcl/install/JediInstall.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jcl/jcl/install/JediInstall.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
{**************************************************************************************************} { } { Project JEDI Code Library (JCL) extension } { ...
37.147249
108
0.680533
85696fe54678ba9da478fb8b9f455ce7baa7e2f2
47
pas
Pascal
Test/BuildScripts/CircularB.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/BuildScripts/CircularB.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/BuildScripts/CircularB.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
unit CircularB; interface uses CircularC;
9.4
16
0.744681
85734843869e109be39a02ad871c60e1325cecd9
34,150
pas
Pascal
src/General/LineCode.pas
beroset/dss_capi
a1be467609314cb4d5b164c3e088591a9fa25567
[ "BSD-3-Clause" ]
null
null
null
src/General/LineCode.pas
beroset/dss_capi
a1be467609314cb4d5b164c3e088591a9fa25567
[ "BSD-3-Clause" ]
null
null
null
src/General/LineCode.pas
beroset/dss_capi
a1be467609314cb4d5b164c3e088591a9fa25567
[ "BSD-3-Clause" ]
null
null
null
unit LineCode; { ---------------------------------------------------------- Copyright (c) 2008-2015, Electric Power Research Institute, Inc. All rights reserved. ---------------------------------------------------------- } interface {The Linecode object is a general DSS object used by all circuits as a refe...
33.946322
200
0.55063
6affb1fa3fe0e3042f85a3a5ef8cfb0857ded803
843
pas
Pascal
Core/DW.Sensors.pas
AndersondaCampo/Kastri
4352181b56ab9569b086eae3e79e5dc8d6082c30
[ "MIT" ]
3
2021-04-26T05:41:50.000Z
2021-09-27T16:56:36.000Z
Core/DW.Sensors.pas
AndersondaCampo/Kastri
4352181b56ab9569b086eae3e79e5dc8d6082c30
[ "MIT" ]
null
null
null
Core/DW.Sensors.pas
AndersondaCampo/Kastri
4352181b56ab9569b086eae3e79e5dc8d6082c30
[ "MIT" ]
1
2021-03-05T20:48:34.000Z
2021-03-05T20:48:34.000Z
unit DW.Sensors; interface {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library ...
29.068966
64
0.345196
85696b41f4181e3cc56e86c7273fbfff35f3fc48
1,096
pas
Pascal
projecta/stage1.pas
mikepsn/pascal
1a543b175f226846b032876710c4d31a1aacca93
[ "MIT" ]
null
null
null
projecta/stage1.pas
mikepsn/pascal
1a543b175f226846b032876710c4d31a1aacca93
[ "MIT" ]
null
null
null
projecta/stage1.pas
mikepsn/pascal
1a543b175f226846b032876710c4d31a1aacca93
[ "MIT" ]
null
null
null
program stage1 (input, output); { Stage 1 of Project A for Engineering Computing 121 By Michael Papasimeon - 26/3/93 - Science/Engineering } const lastval = -1; var x : real; { Judges mark } n : integer; { Contestant number } num : integer; { Number of scores/judges } sum, average : ...
26.731707
68
0.529197
6aeeb245a96f04fe9abfd32fd45f77af83f66b52
1,350
pas
Pascal
uAulaGIL26.pas
MaikoGoncalves/DelphiProjetoAula
9be93f913954082a4e0d500530e46ad6b53ad19f
[ "MIT" ]
null
null
null
uAulaGIL26.pas
MaikoGoncalves/DelphiProjetoAula
9be93f913954082a4e0d500530e46ad6b53ad19f
[ "MIT" ]
null
null
null
uAulaGIL26.pas
MaikoGoncalves/DelphiProjetoAula
9be93f913954082a4e0d500530e46ad6b53ad19f
[ "MIT" ]
null
null
null
unit uAulaGIL26; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Buttons; type TForm1 = class(TForm) Edit1: TEdit; Edit2: TEdit; Edit3: TEdit; EddNome: TEdit; ...
20.454545
98
0.728889
61286e2a79015612c91dbef5cdc87df9b8c431cd
14,526
pas
Pascal
Source/frmWatches.pas
amikey/pyscripter
66678664aced3df1a5ad8cf26ac5097f31a4dace
[ "MIT" ]
null
null
null
Source/frmWatches.pas
amikey/pyscripter
66678664aced3df1a5ad8cf26ac5097f31a4dace
[ "MIT" ]
null
null
null
Source/frmWatches.pas
amikey/pyscripter
66678664aced3df1a5ad8cf26ac5097f31a4dace
[ "MIT" ]
null
null
null
{ ----------------------------------------------------------------------------- Unit Name: frmWatches Author: Kiriakos Vlahos Date: 09-Mar-2005 Purpose: Watches Window History: ----------------------------------------------------------------------------- } unit frmWatches; interface ...
29.052
89
0.702465
17b0a69b273f17aafc2eb3a9b85361512e09f4e8
3,002
pas
Pascal
Source/Core/Utilities/curl/NovuscURLUtils.pas
atkins126/NovuscodeLibrary
fac415cf62a3925590762ed8c060c335f5a0541d
[ "Apache-2.0" ]
15
2017-02-02T17:43:01.000Z
2021-03-04T02:12:03.000Z
Source/Core/Utilities/curl/NovuscURLUtils.pas
atkins126/NovuscodeLibrary
fac415cf62a3925590762ed8c060c335f5a0541d
[ "Apache-2.0" ]
12
2017-04-18T23:51:00.000Z
2021-01-30T06:36:53.000Z
Source/Core/Utilities/curl/NovuscURLUtils.pas
atkins126/NovuscodeLibrary
fac415cf62a3925590762ed8c060c335f5a0541d
[ "Apache-2.0" ]
5
2016-11-28T21:38:29.000Z
2021-02-04T06:22:20.000Z
unit NovuscURLUtils; interface Uses NovusUtilities, Curl.Easy, Curl.Lib, Curl.Interfaces, Curl.HttpCodes, System.SysUtils, System.Variants, System.Classes, NovusWebUtils, NovusFileUtils; /// https://github.com/Mercury13/curl4delphi type tNovuscURLUtils = class(TNovusUtilities) private fsHTTPResponse...
23.271318
122
0.700866
6ad8b3ee3737eb3f169c2289fa9cd61bdd21dca2
1,539
dfm
Pascal
Chapter 7/OmniThreadLibrary/tests/47_TaskConfig/test_47_TaskConfig.dfm
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 7/OmniThreadLibrary/tests/47_TaskConfig/test_47_TaskConfig.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 7/OmniThreadLibrary/tests/47_TaskConfig/test_47_TaskConfig.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
object frmDemoParallelTaskConfig: TfrmDemoParallelTaskConfig Left = 0 Top = 0 Caption = 'Parallel.TaskConfig tester' ClientHeight = 337 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrd...
19
60
0.619233
8544f291a41b4e7dab9234fea0dc7de3b7612c4c
708
pas
Pascal
origin_solution/1.12.01.pas
hsefz2018/NOIP-openjudge
b606d399b780959caadcf0094b90fa9163f30029
[ "MIT" ]
11
2016-02-03T11:13:07.000Z
2021-05-30T04:37:02.000Z
origin_solution/1.12.01.pas
magetron/NOIP-openjudge
b606d399b780959caadcf0094b90fa9163f30029
[ "MIT" ]
4
2015-08-18T10:52:33.000Z
2015-10-29T12:51:52.000Z
origin_solution/1.12.01.pas
hsefz2018/NOIP-openjudge
b606d399b780959caadcf0094b90fa9163f30029
[ "MIT" ]
5
2016-02-03T11:13:09.000Z
2019-07-10T13:25:59.000Z
var str:string; f:boolean; tmp,a,b,i,ope:longint; begin readln(str); f:=true; a:=0; b:=0; for i:=1 to length(str) do if f and ('0'<=str[i])and(str[i]<='9') then begin tmp:=ord(str[i])-48; a:=a*10+tmp; end else if not f and ('0'<=str[i])and(str[i]<='9') then begin tmp:=ord(str[i])-48...
19.666667
100
0.480226
6afb13e9e280de8d850606c31906a71140588a6b
315
pas
Pascal
codevs/1275.pas
yyong119/ACM-OnlineJudge
5871993b15231c6615bfa3e7c2b04f0f6a23e9dc
[ "MIT" ]
22
2017-08-12T11:56:19.000Z
2022-03-27T10:04:31.000Z
codevs/1275.pas
yyong119/ACM-OnlineJudge
5871993b15231c6615bfa3e7c2b04f0f6a23e9dc
[ "MIT" ]
2
2017-12-17T02:52:59.000Z
2018-02-09T02:10:43.000Z
codevs/1275.pas
yyong119/ACM-OnlineJudge
5871993b15231c6615bfa3e7c2b04f0f6a23e9dc
[ "MIT" ]
4
2017-12-22T15:24:38.000Z
2020-05-18T14:51:16.000Z
var a1,a2,a3,a4:longint; begin readln(a1,a2,a3,a4); if (a1>a2)and(a2>a3)and(a3>a4) then writeln('Fish Diving') else if (a1=a2)and(a2=a3)and(a3=a4) then writeln('Fish At Constant Depth') else if (a1<a2)and(a2<a3)and(a3<a4) then writeln('Fish Rising') else writeln('No Fish'); end.
35
82
0.625397
173ee15ec4d4c907c4f51b46d587f532d24ad65b
12,257
dfm
Pascal
tools/entitygenerator/MainFormU.dfm
juliosenha/delphimvcframework
f22ff8c99df2873a98195b9d0fc8a27f952c1141
[ "Apache-2.0" ]
1,009
2015-05-28T12:34:39.000Z
2022-03-30T14:10:18.000Z
tools/entitygenerator/MainFormU.dfm
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
454
2015-05-28T12:44:27.000Z
2022-03-31T22:35:45.000Z
tools/entitygenerator/MainFormU.dfm
FinCodeur/delphimvcframework
a45cb1383eaffc9e81a836247643390acbb7b9b0
[ "Apache-2.0" ]
377
2015-05-28T16:29:21.000Z
2022-03-21T18:36:12.000Z
object MainForm: TMainForm Left = 0 Top = 0 Caption = '[DMVCFramework] MVCActiveRecord Entity Generator' ClientHeight = 684 ClientWidth = 1012 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Segoe UI' Font.Style = [] OldCreateOrder = Fals...
24.46507
93
0.56278
6197ccb00a52a8fbd84e4f232472776c85c9fbb3
91,528
dfm
Pascal
Test/Demo/XMLRPC/main.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
5
2022-03-20T13:52:39.000Z
2022-03-31T11:27:46.000Z
Test/Demo/XMLRPC/main.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
null
null
null
Test/Demo/XMLRPC/main.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
3
2022-03-20T13:38:49.000Z
2022-03-24T18:55:15.000Z
object MainForm: TMainForm Left = 267 Top = 109 Caption = 'Simple CopyCat Demo' ClientHeight = 577 ClientWidth = 784 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position ...
53.871689
89
0.769404
6a4e8967d075f2397b578f368299eaf6fc52da35
6,126
dfm
Pascal
source/class/uib25/uibtransactionedit.dfm
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
source/class/uib25/uibtransactionedit.dfm
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
source/class/uib25/uibtransactionedit.dfm
thesoncriel/insight-viewer
b70e5e1d3767f093dd61921158edcac1bdfc816e
[ "MIT" ]
null
null
null
object UIBTransactionEditForm: TUIBTransactionEditForm Left = 617 Top = 383 Width = 339 Height = 273 HorzScrollBar.Range = 329 VertScrollBar.Range = 241 ActiveControl = CommonBox AutoScroll = False Caption = 'UIB Transaction Editor' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = c...
19.954397
54
0.551747
6acb669b7edae5b0602e4196dd47be58e88c1ea5
240
dpr
Pascal
Exercises/PolyShapeP.dpr
pavelhristov/Pascal
1bd7702ba87d9a2512705ca49dfb9fd220f90762
[ "MIT" ]
null
null
null
Exercises/PolyShapeP.dpr
pavelhristov/Pascal
1bd7702ba87d9a2512705ca49dfb9fd220f90762
[ "MIT" ]
null
null
null
Exercises/PolyShapeP.dpr
pavelhristov/Pascal
1bd7702ba87d9a2512705ca49dfb9fd220f90762
[ "MIT" ]
null
null
null
program PolyShapeP; uses Forms, PolyShapeU in 'PolyShapeU.pas' {frmPolyShape}, MyShapesU in 'MyShapesU.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TfrmPolyShape, frmPolyShape); Application.Run; end.
16
54
0.745833
cdf9d8e11c17462ed0799bddceeae514ba18c901
4,218
dpr
Pascal
utility/fmtiso2709/fmtiso2709.dpr
commandus/is2sql
36d90f1b111253c9e4f06071e88cd3b4baabd4f5
[ "MIT" ]
null
null
null
utility/fmtiso2709/fmtiso2709.dpr
commandus/is2sql
36d90f1b111253c9e4f06071e88cd3b4baabd4f5
[ "MIT" ]
null
null
null
utility/fmtiso2709/fmtiso2709.dpr
commandus/is2sql
36d90f1b111253c9e4f06071e88cd3b4baabd4f5
[ "MIT" ]
null
null
null
library fmtiso2709; (******************************************************************* * * * f m t i s o 2 7 0 9 * * formatting DLL for marc records stored in database's table * * Copyright (c) 200...
38.345455
96
0.51944
6a53ffb60330009a64c333a5b4be4a55a2d2b1a1
3,063
pas
Pascal
Core/DW.ThreadedTimer.pas
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
259
2020-05-27T03:15:19.000Z
2022-03-24T16:35:02.000Z
Core/DW.ThreadedTimer.pas
talentedexpert0057/Kastri
aacc0db96957ea850abb7b407be5a0722462eb5a
[ "MIT" ]
95
2020-06-16T09:46:06.000Z
2022-03-28T00:27:07.000Z
Core/DW.ThreadedTimer.pas
talentedexpert0057/Kastri
aacc0db96957ea850abb7b407be5a0722462eb5a
[ "MIT" ]
56
2020-06-04T19:32:40.000Z
2022-03-26T15:32:47.000Z
unit DW.ThreadedTimer; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library } ...
23.030075
78
0.60431
6affc8fcb94aed064f8aaa98ef4aeba070375e8a
20,502
pas
Pascal
libs/imagelib/jpegdecoderdataunit.pas
tristan2468/hgdc-x
70e8e29c799165d1c92ddbb7db48ea7452be19cd
[ "ISC" ]
5
2016-08-28T10:02:06.000Z
2018-12-27T23:05:55.000Z
libs/imagelib/jpegdecoderdataunit.pas
tristan2468/hgdc-x
70e8e29c799165d1c92ddbb7db48ea7452be19cd
[ "ISC" ]
null
null
null
libs/imagelib/jpegdecoderdataunit.pas
tristan2468/hgdc-x
70e8e29c799165d1c92ddbb7db48ea7452be19cd
[ "ISC" ]
3
2016-08-28T10:02:12.000Z
2022-01-14T02:53:36.000Z
unit jpegdecoderdataunit; {$DEFINE USEFLOATINGIDCT} interface Uses jpegpvt, jpeginputstream ; Const QuantizationIntegerScale = 12 ; Type JpegCoefficient = SmallInt ; JpegCoefficientBlock = Array [COEFFICIENTINDEX] of JpegCoefficient ; DecoderDataUnit = Array [DATAUNITINDEX, DATAUNITINDEX] of JP...
30.238938
193
0.529802
8534bbf218a8bed422806097ec25977f2338167b
1,377
dfm
Pascal
CPUid/cpuid_fm.dfm
delphi-pascal-archive/cpu-id
e9f5f021d24b3f9dd3fdb1f641bd37bbc626154a
[ "Unlicense" ]
null
null
null
CPUid/cpuid_fm.dfm
delphi-pascal-archive/cpu-id
e9f5f021d24b3f9dd3fdb1f641bd37bbc626154a
[ "Unlicense" ]
null
null
null
CPUid/cpuid_fm.dfm
delphi-pascal-archive/cpu-id
e9f5f021d24b3f9dd3fdb1f641bd37bbc626154a
[ "Unlicense" ]
null
null
null
object Form1: TForm1 Left = 218 Top = 128 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'CPUid' ClientHeight = 514 ClientWidth = 386 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' ...
21.857143
68
0.607117
6a6df526688dece4c8abc05969751128db6f0c56
783
pas
Pascal
server/scriptcore/MyInterfacedObject.pas
RazZziel/soldat
1eae85d007f5e52f34a32c474e5a277a021292f1
[ "MIT" ]
1,391
2018-11-28T19:15:30.000Z
2022-03-30T06:11:10.000Z
server/scriptcore/MyInterfacedObject.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
61
2018-06-25T07:55:05.000Z
2022-03-31T07:10:04.000Z
server/scriptcore/MyInterfacedObject.pas
xyproto/soldat
2280296ac56883f6a9cad4da48025af8ae7782e7
[ "MIT" ]
84
2020-05-25T15:12:56.000Z
2022-03-07T12:31:14.000Z
unit MyInterfacedObject; interface type TMyInterfacedObject = class(TObject, IInterface) protected function QueryInterface(const IID: TGUID; out Obj): HRESULT; stdcall; function _AddRef: Integer; stdcall; function _Release: Integer; stdcall; end; implementation function TMyInterfacedObje...
21.75
80
0.738186
6ae07934df6513c856f7e6e1c5c88ab53ca9443a
399
pas
Pascal
Model/Entity/Menus.Model.Entity.Interfaces.pas
FranlleyGomes/CertificacaoMVC
d62983ca106a8e9feee1df6a0d81bdad3798f07c
[ "MIT" ]
null
null
null
Model/Entity/Menus.Model.Entity.Interfaces.pas
FranlleyGomes/CertificacaoMVC
d62983ca106a8e9feee1df6a0d81bdad3798f07c
[ "MIT" ]
null
null
null
Model/Entity/Menus.Model.Entity.Interfaces.pas
FranlleyGomes/CertificacaoMVC
d62983ca106a8e9feee1df6a0d81bdad3798f07c
[ "MIT" ]
null
null
null
unit Menus.Model.Entity.Interfaces; interface uses System.Classes, Menus.Model.Conexoes.Interfaces; Type iModelEntity = interface ['{1D6018BD-761C-4C4F-BA70-CBEE5B0E9E92}'] function Listar : TComponent; end; iModelEntityFactory = interface ['{CF4E76C2-0EAB-4832-B2BE-00C3CE715D08}'] function ...
18.136364
62
0.741855
6123b7c2a6d3bac27cd8cf69c2ca1c240562db2a
8,724
lpr
Pascal
APDAT/apdat.lpr
mpyat2/MaxFITStoolkit
a6576fd530a92765d9bbaffd246f8841f9e67f72
[ "MIT" ]
2
2021-04-16T07:11:20.000Z
2021-08-01T12:49:50.000Z
APDAT/apdat.lpr
mpyat2/MaxFITStoolkit
a6576fd530a92765d9bbaffd246f8841f9e67f72
[ "MIT" ]
null
null
null
APDAT/apdat.lpr
mpyat2/MaxFITStoolkit
a6576fd530a92765d9bbaffd246f8841f9e67f72
[ "MIT" ]
null
null
null
{*****************************************************************************} { } { APDAT } { (c) 2017 Maksym Pyatnytskyy ...
32.191882
125
0.535763
f3c3def718731d92fbac253ac70934e69470995e
2,575
pas
Pascal
samples/a8/demoeffects/slideshow_new.pas
zbyti/Mad-Pascal
546cae9724828f93047080109488be7d0d07d47e
[ "MIT" ]
1
2021-12-15T23:47:19.000Z
2021-12-15T23:47:19.000Z
samples/a8/demoeffects/slideshow_new.pas
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
null
null
null
samples/a8/demoeffects/slideshow_new.pas
michalkolodziejski/Mad-Pascal
0a7a1e2f379e50b0a23878b0d881ff3407269ed6
[ "MIT" ]
null
null
null
(* * this is a part of quatari 256b intro * <https://demozoo.org/productions/280623> *) program LandscapeSlideshow; uses atari, crt; const lms = $8010; dl8: array [0..201] of byte = ( $70,$70,$70, $4f,lo(lms),hi(lms), $0f,$0f,$0f,$0f,$0f,$0f,$0f,$0f, $0f,$0f,$0f,$0f,$0f,$0f,$0f,$0f, $0f,$0f,$0...
26.822917
55
0.47534
6a618fca7bc6c917d8eccbe78ef52572ef44bae8
11,653
pas
Pascal
OGLCScene Particle Editor/Units/frame_curveedit.pas
Lulu04/OGLCScene
38c5653284d5186c61a62cd7c3bae488f0506337
[ "MIT" ]
3
2021-04-28T13:04:56.000Z
2022-03-15T14:29:55.000Z
OGLCScene Particle Editor/Units/frame_curveedit.pas
Lulu04/OGLCScene
38c5653284d5186c61a62cd7c3bae488f0506337
[ "MIT" ]
null
null
null
OGLCScene Particle Editor/Units/frame_curveedit.pas
Lulu04/OGLCScene
38c5653284d5186c61a62cd7c3bae488f0506337
[ "MIT" ]
1
2019-07-03T06:24:13.000Z
2019-07-03T06:24:13.000Z
unit Frame_CurveEdit; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, ExtCtrls, BGRABitmap, BGRABitmapTypes, Math; const GRID_SIZE = 20; HALF_WIDTH_POINT = 5 ; type TOnCurveChange = procedure( p: psingle; count: integer ) of object; TOnPointDblClick = procedure( Po...
31.157754
110
0.663778
6abe3eb85e7141959ebc47f7bbf6b4a4d661a1a3
2,710
pas
Pascal
Measurer.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
Measurer.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
Measurer.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit Measurer; //HOW TO USE //1. Call Init Measurement //2. Call Measure('something'); //3. Call Measure('something_else') (automatically stops and tags previous measurement //4. Call ConcludeMeasurement - does the final roll up //5. Use MeasureGUI.MeasureToChart() to put it all in a pie interface uses tickcount, ...
19.219858
145
0.741328
61fde451ec9e9893d9a08079b1305469a1e6b3b0
16,157
pas
Pascal
library/fhir2/tests/fhir2_tests_validator.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
132
2015-02-02T00:22:40.000Z
2021-08-11T12:08:08.000Z
library/fhir2/tests/fhir2_tests_validator.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
113
2015-03-20T01:55:20.000Z
2021-10-08T16:15:28.000Z
library/fhir2/tests/fhir2_tests_validator.pas
grahamegrieve/fhirserver
28f69977bde75490adac663e31a3dd77bc016f7c
[ "BSD-3-Clause" ]
49
2015-04-11T14:59:43.000Z
2021-03-30T10:29:18.000Z
unit fhir2_tests_validator; { Copyright (c) 2001+, 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 ...
31.556641
116
0.752182
17a6cfe9ffbed24fb6c5b601dc00567c29546e36
1,608
pas
Pascal
src/test/TestPatternLayoutUnit.pas
ellotecnologia/log4delphi
01e56d9a6c0b0edec4cb088657df7188e93f478c
[ "Apache-2.0" ]
1
2021-02-17T01:03:07.000Z
2021-02-17T01:03:07.000Z
src/test/TestPatternLayoutUnit.pas
ellotecnologia/log4delphi
01e56d9a6c0b0edec4cb088657df7188e93f478c
[ "Apache-2.0" ]
null
null
null
src/test/TestPatternLayoutUnit.pas
ellotecnologia/log4delphi
01e56d9a6c0b0edec4cb088657df7188e93f478c
[ "Apache-2.0" ]
2
2019-11-25T06:55:36.000Z
2020-06-09T15:58:04.000Z
unit TestPatternLayoutUnit; {$ifdef fpc} {$mode objfpc} {$h+} {$endif} interface uses {$ifdef fpc} fpcunit, testutils, testregistry, {$else} TestFramework, {$endif} TPatternLayoutUnit; type TTestPatternLayout = class (TTestCase) private FLayout : TPatternLayout; public procedure Setup; overr...
20.1
78
0.731965
6ab00dc7021f6a8ed9e106c5c229e18fc1679333
8,179
pas
Pascal
Features/SpeechRecognition/DW.SpeechRecognition.Android.pas
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
259
2020-05-27T03:15:19.000Z
2022-03-24T16:35:02.000Z
Features/SpeechRecognition/DW.SpeechRecognition.Android.pas
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
95
2020-06-16T09:46:06.000Z
2022-03-28T00:27:07.000Z
Features/SpeechRecognition/DW.SpeechRecognition.Android.pas
barlone/Kastri
fb12d9eba242e67efd87eb1cb7acd123601a58ed
[ "MIT" ]
56
2020-06-04T19:32:40.000Z
2022-03-26T15:32:47.000Z
unit DW.SpeechRecognition.Android; {*******************************************************} { } { Kastri } { } { Delphi Worlds Cross-Platform Library...
29.106762
126
0.728451
6a9584b320b7e5716f84234680ba2e25c8fdefd0
35,303
pas
Pascal
Quake_Delphi_Sources/src/sbar.pas
delphi-pascal-archive/quake-delphi-sources
d7b90ca29ea43f9f7f11bb3646bee5050b100509
[ "Unlicense" ]
null
null
null
Quake_Delphi_Sources/src/sbar.pas
delphi-pascal-archive/quake-delphi-sources
d7b90ca29ea43f9f7f11bb3646bee5050b100509
[ "Unlicense" ]
null
null
null
Quake_Delphi_Sources/src/sbar.pas
delphi-pascal-archive/quake-delphi-sources
d7b90ca29ea43f9f7f11bb3646bee5050b100509
[ "Unlicense" ]
null
null
null
// ------------------------------------------------------------------------------ // // Copyright (C) 1996-1997 Id Software, Inc. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; eith...
24.826301
97
0.56151
852886658504d6324227bef9b2d890fe86720fa9
2,105
pas
Pascal
CryptoLib.Tests/src/Asn1/ParseTests.pas
MarkG55/CryptoLib4Pascal
740f1e7ac86ac9cf009a8010d4384368e7abe6fb
[ "MIT" ]
148
2018-02-08T23:36:43.000Z
2022-03-16T01:33:20.000Z
CryptoLib.Tests/src/Asn1/ParseTests.pas
tondrej/CryptoLib4Pascal
33a540094aa24d22d84d502319e4d01f7c3e8163
[ "MIT" ]
28
2018-08-09T04:14:18.000Z
2022-03-31T05:23:51.000Z
CryptoLib.Tests/src/Asn1/ParseTests.pas
tondrej/CryptoLib4Pascal
33a540094aa24d22d84d502319e4d01f7c3e8163
[ "MIT" ]
46
2018-03-18T17:25:59.000Z
2022-02-07T16:52:15.000Z
{ *********************************************************************************** } { * CryptoLib Library * } { * Copyright (c) 2018 - 20XX Ugochukwu Mmaduekwe * } { * Github Repository <https://github.co...
23.388889
87
0.507838
85559eff0ba8ea401237f947ecf6045fadef0975
2,442
lpr
Pascal
projeto-download/Estrutura de Dados/Lista_simples_Ordenada/Lista_simples_Ordenada.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
projeto-download/Estrutura de Dados/Lista_simples_Ordenada/Lista_simples_Ordenada.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
projeto-download/Estrutura de Dados/Lista_simples_Ordenada/Lista_simples_Ordenada.lpr
ricardooliver-ads-2019/Estrutura-de-dados-em-PASCAL
3e16ab0f63365a789b0b9ea3d0431c3bd6501020
[ "MIT" ]
null
null
null
program Lista_simples_Ordenada; Uses Crt; Type Tnodo = ^nodo; nodo = record Conteudo : integer; Prox : Tnodo; end; Var Lista, Aux, Atual, Antes : Tnodo; i,Num,Remover : integer; procedure Exibir_Lista; begin Aux:=Lista; while Aux <> Nil do begin Write(Aux^.conteudo,' '); ...
18.784615
64
0.554464
6a2161d17e3b2a5cf4dcf4237f2d110b7d658662
38,451
pas
Pascal
Source/dwsRTTIConnector.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
null
null
null
Source/dwsRTTIConnector.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
null
null
null
Source/dwsRTTIConnector.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
null
null
null
{**********************************************************************} { } { "The contents of this file are subject to the Mozilla Public } { License Version 1.1 (the "License"); you may not use this } { file except in complian...
31.286412
128
0.645705
6a30ea69caa0143faad17b06eb7f6340e7060eac
4,656
pas
Pascal
src/Unit4.pas
bravesoftdz/Delphi-VCL-Buttons-in-DBGrid
efa68cc7e57bde2c71b8b74ecb61360ee15ebf2b
[ "MIT" ]
3
2019-12-06T01:28:07.000Z
2021-09-14T14:22:14.000Z
src/Unit4.pas
egroups/Delphi-VCL-Buttons-in-DBGrid
cb4fedbbfe089198e0ab6c704785863d381abbff
[ "MIT" ]
null
null
null
src/Unit4.pas
egroups/Delphi-VCL-Buttons-in-DBGrid
cb4fedbbfe089198e0ab6c704785863d381abbff
[ "MIT" ]
1
2018-11-30T10:32:51.000Z
2018-11-30T10:32:51.000Z
unit Unit4; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Data.DB, Vcl.Grids, Vcl.DBGrids,vcl.themes, vcl.extctrls, Vcl.StdCtrls, Vcl.ComCtrls, Vcl.Buttons, Datasnap.DBClient; Type T...
30.431373
189
0.705971
8519f0b108dc01722c941e67cad72b3ca18a4d84
5,541
pas
Pascal
aTestApp/main.pas
grahamegrieve/ZXing.Delphi
fb5f9c82dc799c6d1bfe0efec9a68c7a6b22c990
[ "Apache-2.0" ]
12
2018-06-30T13:48:57.000Z
2022-02-27T22:42:05.000Z
aTestApp/main.pas
kattunga/ZXing.Delphi
28d32866d4d0871c97bc84130e976366a892586e
[ "Apache-2.0" ]
1
2021-10-06T07:25:45.000Z
2021-10-06T07:25:45.000Z
aTestApp/main.pas
kattunga/ZXing.Delphi
28d32866d4d0871c97bc84130e976366a892586e
[ "Apache-2.0" ]
6
2018-06-30T11:57:45.000Z
2021-10-05T19:04:38.000Z
unit main; { * Copyright 2015 E Spelt for test project stuff * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
23.781116
234
0.698791
61bfc3614f1919f70f4e7e4a559125d4f5e75b1f
1,010
pas
Pascal
demos/MarkDownMemoTest/mainformu.pas
grosjo/fpc-markdown
b7df0be2ebff658480bf43134edf6eb0ff40f71b
[ "Apache-2.0" ]
26
2018-03-15T15:30:16.000Z
2021-12-31T03:01:49.000Z
demos/MarkDownMemoTest/mainformu.pas
mriscoc/fpc-markdown
c7d0540c4d06bd2016df2ac25ebb8351306b19b0
[ "Apache-2.0" ]
null
null
null
demos/MarkDownMemoTest/mainformu.pas
mriscoc/fpc-markdown
c7d0540c4d06bd2016df2ac25ebb8351306b19b0
[ "Apache-2.0" ]
7
2018-02-23T15:09:32.000Z
2020-05-24T18:53:14.000Z
unit MainFormU; {$mode objfpc}{$H+} interface uses Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, PairSplitter, MarkdownProcessor, MarkdownUtils; type { TMainForm } TMainForm = class(TForm) Label1: TLabel; Label2: TLabel; Memo1: TMemo; Memo2: TMemo; ...
16.833333
78
0.735644
6af1ee2fa98c30e4f9afabb4dea566b4d1073932
246
dpr
Pascal
rad/10112020 (Record, StringList, Arquivos, With, Database)/database(Xampp)/prjDataXampp.dpr
mateusschwede/delphi
9aa9e6cde1370c1ce52a6ab8db59b30fd557fe6d
[ "MIT" ]
null
null
null
rad/10112020 (Record, StringList, Arquivos, With, Database)/database(Xampp)/prjDataXampp.dpr
mateusschwede/delphi
9aa9e6cde1370c1ce52a6ab8db59b30fd557fe6d
[ "MIT" ]
null
null
null
rad/10112020 (Record, StringList, Arquivos, With, Database)/database(Xampp)/prjDataXampp.dpr
mateusschwede/delphi
9aa9e6cde1370c1ce52a6ab8db59b30fd557fe6d
[ "MIT" ]
1
2021-12-14T01:14:55.000Z
2021-12-14T01:14:55.000Z
program prjDataXampp; uses Vcl.Forms, uDataXampp in 'uDataXampp.pas' {dataXampp}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TdataXampp, dataXampp); Application.Run; end.
16.4
48
0.747967
6a88595a1be404290d3ae8b4594763f7967e63b4
10,514
dfm
Pascal
app/rtkconv/convopt.dfm
tyler123durden/rtklib
15fb423ff01b7d5046f1f171e339dd3fbb21e0d3
[ "Intel" ]
11
2015-11-10T07:27:09.000Z
2021-07-09T01:20:06.000Z
app/rtkconv/convopt.dfm
tyler123durden/rtklib
15fb423ff01b7d5046f1f171e339dd3fbb21e0d3
[ "Intel" ]
1
2015-08-04T03:46:52.000Z
2015-08-17T12:34:10.000Z
app/rtkconv/convopt.dfm
tyler123durden/rtklib
15fb423ff01b7d5046f1f171e339dd3fbb21e0d3
[ "Intel" ]
18
2015-02-23T14:29:19.000Z
2020-06-07T11:08:43.000Z
object ConvOptDialog: TConvOptDialog Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 321 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = ...
18.910072
37
0.48307
614ee7ee313dc6db54b2a523963fee772094f9e4
32,908
pas
Pascal
Units/vgCanExp.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
1
2021-11-06T23:41:23.000Z
2021-11-06T23:41:23.000Z
Units/vgCanExp.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
null
null
null
Units/vgCanExp.pas
delphi-pascal-archive/vg_vcl_library_5.2
1eecb1329bf3ca5b4e3f69c7496f8fda48b3f1ab
[ "Unlicense" ]
1
2021-11-06T23:41:24.000Z
2021-11-06T23:41:24.000Z
{*******************************************************} { } { Vladimir Gaitanoff Delphi VCL Library } { CANExpr expression evaluator } { } { Copyright (c) 1...
32.679245
131
0.543667
bc7c3eb0f6d2b6b97cafc8271a3e2df98e9e79d5
26,478
pas
Pascal
nifti_hdr_view.pas
PAmcconnell/MRIcron
60b22b78cb2a3340bef4750eea9ecfa245e81b7e
[ "BSD-3-Clause" ]
null
null
null
nifti_hdr_view.pas
PAmcconnell/MRIcron
60b22b78cb2a3340bef4750eea9ecfa245e81b7e
[ "BSD-3-Clause" ]
null
null
null
nifti_hdr_view.pas
PAmcconnell/MRIcron
60b22b78cb2a3340bef4750eea9ecfa245e81b7e
[ "BSD-3-Clause" ]
null
null
null
unit nifti_hdr_view; interface {$H+} {$MODE DELPHI} {$DEFINE MRIcron} uses LResources, Spin, {$IFNDEF MRIcron} SimdUtils, {$ENDIF} {$IFNDEF Unix} ShellAPI, {$ENDIF} SysUtils, Classes, Graphics, Controls, Forms, Dialogs, math, StdCtrls, Menus, ComCtrls, Buttons, nifti_types; type { THdrForm } ...
36.271233
167
0.617532
6191420a5f1016fc495d55a24b1239919de6490c
22,128
pas
Pascal
SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStdTypes.pas
jkour/Pimlico
119afc3a17e4bd3cde917f5592062cf4cd85ed37
[ "Apache-2.0" ]
13
2020-01-10T06:55:40.000Z
2022-01-29T17:53:28.000Z
SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStdTypes.pas
sirodcar/Pimlico
119afc3a17e4bd3cde917f5592062cf4cd85ed37
[ "Apache-2.0" ]
1
2020-01-10T02:10:02.000Z
2020-01-10T02:21:09.000Z
SourceCode/Third Party/Motif/SourceCode/ThirdParty/flcStdTypes.pas
sirodcar/Pimlico
119afc3a17e4bd3cde917f5592062cf4cd85ed37
[ "Apache-2.0" ]
5
2020-02-05T19:29:05.000Z
2022-01-21T23:04:18.000Z
{******************************************************************************} { } { Library: Fundamentals 5.00 } { File name: flcStdTypes.pas ...
35.518459
91
0.522957
6a67637eed7a57d47f1a3175c63b4e9fbf3573ec
27,053
pas
Pascal
source/hxrecordviewerframe.pas
jcbritobr/Hex
d05af1f7138b3fbd2e836330f3da8b637d38cb0d
[ "MIT" ]
20
2020-01-09T04:33:06.000Z
2022-01-25T02:41:38.000Z
source/hxrecordviewerframe.pas
jcbritobr/Hex
d05af1f7138b3fbd2e836330f3da8b637d38cb0d
[ "MIT" ]
1
2021-03-29T14:22:54.000Z
2021-03-31T13:01:54.000Z
source/hxrecordviewerframe.pas
wp-xyz/Hex
148f5f39f6a5f4bad0d371c119cb828757e11181
[ "MIT" ]
11
2020-06-02T21:47:48.000Z
2022-02-27T08:34:16.000Z
unit hxRecordViewerFrame; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, Graphics, Dialogs, Grids, ActnList, ComCtrls, StdCtrls, ExtCtrls, Contnrs, MPHexEditor, hxGlobal, hxViewerItems, hxViewerGrids, hxGridViewerFrame; type { TRecordViewerGrid } TRecordViewerGrid = class(TView...
27.107214
118
0.658818
6aed55e0b17735f51f38dd5f235b08148eaa0ad0
337
dfm
Pascal
windows/src/test/kmcomapi-win64-host/khost.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/test/kmcomapi-win64-host/khost.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/test/kmcomapi-win64-host/khost.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 299 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 Tex...
18.722222
32
0.682493
cd7c0e68dbbc902895cd5d447c43326e5665c723
16,260
pas
Pascal
memory/0032.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
memory/0032.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
memory/0032.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
{ JD3GTRCW.TRANSCOM@transcom.safb.af.mil (CONROY WILLIAM F) I have seen numerous requests for XMS routines. Here are some I have written for a programming effort I headed. Feel free to use in any way fit. } {$O+,F+} UNIT XMSUnit; { Programmer: Major William F. Conroy III } ...
54.2
80
0.439545
6a8f6688387def6452766c64d63478af13a444e9
28,401
pas
Pascal
Client/fStoreQuantities.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fStoreQuantities.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Client/fStoreQuantities.pas
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
unit fStoreQuantities; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, fGridForm, ImgList, ParamDataSet, ActnList, Db, DBClient, GridsEh, DBCtrls, ColorNavigator, Buttons, StdCtrls, ExtCtrls, Mask, ...
37.918558
135
0.778705
85724be1bc9302d1875961c65f483554baf5b398
99,502
pas
Pascal
Source/frmEditor.pas
sk-Prime/pyscripter
47ca411066d5acfc60115a135d08d985665aa417
[ "MIT" ]
null
null
null
Source/frmEditor.pas
sk-Prime/pyscripter
47ca411066d5acfc60115a135d08d985665aa417
[ "MIT" ]
null
null
null
Source/frmEditor.pas
sk-Prime/pyscripter
47ca411066d5acfc60115a135d08d985665aa417
[ "MIT" ]
null
null
null
{ ----------------------------------------------------------------------------- Unit Name: frmEditor Author: Kiriakos Vlahos Date: 23-Feb-2005 Purpose: History: Origianlly Based on SynEdit Demo ----------------------------------------------------------------------------- } unit frmEditor...
30.317489
102
0.667193
8540488f872b412c57c43a59552d6c1651a9f59b
1,456
pas
Pascal
Chameleon/backup/aboutform.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
128
2018-09-26T21:28:14.000Z
2022-03-13T17:50:44.000Z
Chameleon/backup/aboutform.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
15
2018-09-28T23:33:41.000Z
2021-04-27T22:38:34.000Z
Chameleon/backup/aboutform.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
9
2018-10-18T12:51:41.000Z
2022-02-19T16:43:28.000Z
unit AboutForm; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, ExtCtrls, VersionSupport, lclintf, ComCtrls; type { TAboutDialog } TAboutDialog = class(TForm) GitHubButton: TButton; WebsiteButton: TButton; LogoImage: TImage; Pat...
20.507042
76
0.728022