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
f1ac689d7599256254ab3f21bce817e9c6079681
21,978
pas
Pascal
Chameleon/backup/weather.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
128
2018-09-26T21:28:14.000Z
2022-03-13T17:50:44.000Z
Chameleon/backup/weather.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
15
2018-09-28T23:33:41.000Z
2021-04-27T22:38:34.000Z
Chameleon/backup/weather.pas
ianmartinez/WallShifter
7eae0c06875cc368284d30a294dcb55f03989a51
[ "MIT" ]
9
2018-10-18T12:51:41.000Z
2022-02-19T16:43:28.000Z
unit Weather; (* Get weather for the United States and Canada by parsing weather data from: http://w1.weather.gov/xml/current_obs/ *) {$mode objfpc}{$H+} interface const AllStationsXMLFile : string = 'https://w1.weather.gov/xml/current_obs/index.xml'; const DegF : string = '°F'; const DegC : string = '°C'...
43.607143
1,756
0.672946
478456fec400d2dfca2759a168ed24136a5e4e78
18,744
pas
Pascal
SDK/LeanCloud/REST.Backend.LeanCloudProvider.pas
leancloud/delphi-sdk
06b425c0fd0d35640824570866fc9d07bb0b117c
[ "MIT" ]
13
2015-03-21T11:26:00.000Z
2019-07-28T04:12:42.000Z
SDK/LeanCloud/REST.Backend.LeanCloudProvider.pas
leancloud/delphi-sdk
06b425c0fd0d35640824570866fc9d07bb0b117c
[ "MIT" ]
null
null
null
SDK/LeanCloud/REST.Backend.LeanCloudProvider.pas
leancloud/delphi-sdk
06b425c0fd0d35640824570866fc9d07bb0b117c
[ "MIT" ]
8
2015-03-21T14:59:22.000Z
2021-09-10T02:15:27.000Z
{*******************************************************} { } { Delphi REST Client Framework } { } { Copyright(c) 2015 yuanpeng } { ...
30.379254
120
0.751387
8361862d2ebb88da2f375fcc10c97463017d6c58
37,398
pas
Pascal
components/pxlib/PxXmlFile.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
15
2016-08-24T07:32:49.000Z
2021-11-16T11:25:00.000Z
components/pxlib/PxXmlFile.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
1
2016-08-24T19:00:34.000Z
2016-08-25T19:02:14.000Z
components/pxlib/PxXmlFile.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
4
2015-11-06T12:15:36.000Z
2018-10-08T15:17:17.000Z
// -------------------------------------------------------------------------------------------- // Unit : XmlFile.pas // Autor: Maciej "Padcom" Hryniszak // // Data : 2002-08-xx - Works for the first time. Writen upon the base of XmlFile.pas used for // "RadioTaxi Manager 3.1". // 2002-...
26.392378
129
0.619124
47d216d3ac18ab151994aa8356aecd8446777431
263
pas
Pascal
Test/SimpleScripts/for_in_func_array.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/SimpleScripts/for_in_func_array.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/SimpleScripts/for_in_func_array.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Type TProc = Procedure; procedure Hello; begin PrintLn('Hello'); end; procedure World; begin PrintLn('World'); end; Var arr : Array Of TProc; arr.Add(Hello); arr.Add(World); arr.Add(World); arr.Add(Hello); Var proc : TProc; For proc In arr Do proc;
11.434783
25
0.676806
479aeb190e958b44cc88b93c8c09732dfe9efa54
2,539
dfm
Pascal
vseditor/ValueSetEditorExceptionForm.dfm
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
1
2018-01-08T06:40:02.000Z
2018-01-08T06:40:02.000Z
vseditor/ValueSetEditorExceptionForm.dfm
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
vseditor/ValueSetEditorExceptionForm.dfm
novakjf2000/FHIRServer
a47873825e94cd6cdfa1a077f02e0960098bbefa
[ "BSD-3-Clause" ]
null
null
null
object ExceptionDialog: TExceptionDialog Left = 310 Top = 255 BorderIcons = [biSystemMenu] Caption = 'ValueSetEditor Exception Trap' ClientHeight = 344 ClientWidth = 473 Color = clBtnFace Constraints.MinWidth = 200 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.N...
20.983471
59
0.628594
47c5b15a37450d1e96a468501721cc318de890db
1,616
pas
Pascal
Modelo/Persistencia/UDM.pas
helnatanbp/general-control
25e50cf7eac217f02ac9986161ac90dd2673c473
[ "MIT" ]
null
null
null
Modelo/Persistencia/UDM.pas
helnatanbp/general-control
25e50cf7eac217f02ac9986161ac90dd2673c473
[ "MIT" ]
null
null
null
Modelo/Persistencia/UDM.pas
helnatanbp/general-control
25e50cf7eac217f02ac9986161ac90dd2673c473
[ "MIT" ]
null
null
null
unit UDM; interface uses SysUtils, Classes, DB, SqlExpr, FMTBcd , UMensagens, DBXFirebird, DBXInterBase , DBXCommon ; type TdmEntra21 = class(TDataModule) SQLConnection: TSQLConnection; SQLSelect: TSQLDataSet; procedure DataModuleCreate(Sender: TObject); private FTransaction: TDBXTransact...
19.238095
79
0.785272
f1ab32679d0c1dbe86203bf6e22f29a4e389e46c
4,339
pas
Pascal
components/dunit/Contrib/DUnitWizard/Source/Common/dunit/XPTempReleaseTests.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
15
2016-08-24T07:32:49.000Z
2021-11-16T11:25:00.000Z
components/dunit/Contrib/DUnitWizard/Source/Common/dunit/XPTempReleaseTests.pas
CWBudde/delcos
656384c43c2980990ea691e4e52752d718fb0277
[ "Apache-2.0" ]
1
2016-08-24T19:00:34.000Z
2016-08-25T19:02:14.000Z
components/dunit/Contrib/DUnitWizard/Source/Common/dunit/XPTempReleaseTests.pas
padcom/delcos
dc9e8ac8545c0e6c0b4e963d5baf0dc7d72d2bf0
[ "Apache-2.0" ]
4
2015-11-06T12:15:36.000Z
2018-10-08T15:17:17.000Z
unit XPTempReleaseTests; interface uses TestFrameWork; type ICrackedInterface = interface ['{6E3BE71F-B368-4DFD-A6BA-0659813365DD}'] function RefCount: integer; end; TXPTempReleaseTests = class(TTestCase) private FSource: ICrackedInterface; protected procedure Se...
23.203209
79
0.727587
4791e1620c5f857a5eadfed33dc78557d90f1c40
972
pas
Pascal
ThemidaSDK/ExamplesSDK/Custom Message DLL/Delphi/Unit1.pas
qzhsjz/LXDInjector
44c34e9677b4e3543e58584fad3844eb7bb33ff8
[ "MIT" ]
1
2021-05-22T11:10:43.000Z
2021-05-22T11:10:43.000Z
ThemidaSDK/ExamplesSDK/Custom Message DLL/Delphi/Unit1.pas
luoxiandu/LXDInjector
44c34e9677b4e3543e58584fad3844eb7bb33ff8
[ "MIT" ]
null
null
null
ThemidaSDK/ExamplesSDK/Custom Message DLL/Delphi/Unit1.pas
luoxiandu/LXDInjector
44c34e9677b4e3543e58584fad3844eb7bb33ff8
[ "MIT" ]
null
null
null
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls; type TForm1 = class(TForm) Button1: TButton; labelStatus: TLabel; lbMessage: TLabel; procedure Button1Click(Sender: TObject); private { Private declarations ...
16.2
76
0.701646
85315c885d6a852cbed4080bd99ccae6f5cc3151
521
dpr
Pascal
ImperativeDemo.dpr
NickHodges/FunctionalDelphi
508a954c144259db6d9c7fbc81c2219f74c6d554
[ "MIT" ]
6
2020-11-17T18:46:08.000Z
2021-08-03T05:25:05.000Z
ImperativeDemo.dpr
NickHodges/FunctionalDelphi
508a954c144259db6d9c7fbc81c2219f74c6d554
[ "MIT" ]
null
null
null
ImperativeDemo.dpr
NickHodges/FunctionalDelphi
508a954c144259db6d9c7fbc81c2219f74c6d554
[ "MIT" ]
1
2021-08-03T05:25:06.000Z
2021-08-03T05:25:06.000Z
program ImperativeDemo; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, uImperativeNumberClassifier in 'uImperativeNumberClassifier.pas'; var i: integer; begin try for i := 1 to 30 do begin case ImperativeNumberClassification(i) of Perfect: WriteLn(i, ' is Perfect'); Abund...
16.806452
67
0.631478
47c8a863451634e9f2a29ee9f3295b4578bf4b30
682
pas
Pascal
Test/DelegateLib/eventL0.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/DelegateLib/eventL0.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/DelegateLib/eventL0.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
type TTest = class procedure Test1(Sender : TObject); begin Print(ClassName); PrintLn(Sender<>nil); end; procedure Test2(Sender : TObject); begin Print(ClassName); PrintLn(Sender.ClassName); end; procedure Test31(Sender : TObject); begin Test1(Sender); end; procedure ...
17.947368
38
0.640762
f1d3266eb330db2752b97c00d590a8bf797e3e9e
2,315
pas
Pascal
Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.TagLimitExceededExceptionUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
67
2021-07-28T23:47:09.000Z
2022-03-15T11:48:35.000Z
Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.TagLimitExceededExceptionUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
5
2021-09-01T09:31:16.000Z
2022-03-16T18:19:21.000Z
Source/Services/SimpleNotificationService/Base/Transform/AWS.SNS.Transform.TagLimitExceededExceptionUnmarshaller.pas
herux/aws-sdk-delphi
4ef36e5bfc536b1d9426f78095d8fda887f390b5
[ "Apache-2.0" ]
13
2021-07-29T02:41:16.000Z
2022-03-16T10:22:38.000Z
unit AWS.SNS.Transform.TagLimitExceededExceptionUnmarshaller; interface uses AWS.Transform.IErrorResponseUnmarshaller, AWS.Transform.UnmarshallerContext, AWS.SNS.Model.TagLimitExceededException, AWS.Internal.ErrorResponse; type ITagLimitExceededExceptionUnmarshaller = IErrorResponseUnmarshaller<ETagLimi...
33.071429
203
0.828078
478903d41f7826474fc13f0fae503c9b2daa0988
7,858
pas
Pascal
HashLib/src/Crypto/HlpMD5.pas
bogomolov-a-a/HashLib4Pascal
1e48625c6969f282bf082789d55c49679c707eb3
[ "MIT" ]
159
2016-07-10T13:00:27.000Z
2022-03-18T04:18:51.000Z
HashLib/src/Crypto/HlpMD5.pas
bogomolov-a-a/HashLib4Pascal
1e48625c6969f282bf082789d55c49679c707eb3
[ "MIT" ]
24
2020-01-04T11:50:53.000Z
2022-02-17T09:55:23.000Z
HashLib/src/Crypto/HlpMD5.pas
bogomolov-a-a/HashLib4Pascal
1e48625c6969f282bf082789d55c49679c707eb3
[ "MIT" ]
61
2016-07-11T02:50:51.000Z
2022-02-24T15:04:53.000Z
unit HlpMD5; {$I ..\Include\HashLib.inc} interface uses {$IFDEF DELPHI2010} SysUtils, // to get rid of compiler hint "not inlined" on Delphi 2010. {$ENDIF DELPHI2010} HlpBits, HlpMDBase, {$IFDEF DELPHI} HlpHashBuffer, HlpHash, {$ENDIF DELPHI} HlpIHash, HlpConverters, HlpIHashInfo; ...
37.778846
80
0.537923
47fce7024daff6e4befbd9d611132761937fecf7
335
dpr
Pascal
Utils/FPC/WriteCDate2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Utils/FPC/WriteCDate2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Utils/FPC/WriteCDate2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
Program WriteCDate2; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} {$IFNDEF UNIX} {$APPTYPE CONSOLE} {$ENDIF} uses {$IFDEF UNIX} Unt_CDate in '$HOME\Unt_CDate.pas', {$ELSE} unt_cdate in 'C:\unt_cdate.pas', {$ENDIF} Unt_WriteCDDate2 in '..\source\Unt_WriteCDDate2.pas'; {$R *.res} Begin E...
13.958333
56
0.61194
47af7f7e5747a9a164d8a668b92ac8a015097b23
3,442
pas
Pascal
Validador.UI.VisualizarXML.pas
ftathiago/ValidadorDBChange
f486155f538aca2f0623ccb19be5bea13d739e07
[ "Apache-2.0" ]
null
null
null
Validador.UI.VisualizarXML.pas
ftathiago/ValidadorDBChange
f486155f538aca2f0623ccb19be5bea13d739e07
[ "Apache-2.0" ]
null
null
null
Validador.UI.VisualizarXML.pas
ftathiago/ValidadorDBChange
f486155f538aca2f0623ccb19be5bea13d739e07
[ "Apache-2.0" ]
null
null
null
unit Validador.UI.VisualizarXML; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, System.Actions, Vcl.ActnList, Vcl.ComCtrls, Vcl.ToolWin, Vcl.StdCtrls, Xml.xmldom, Xml.XMLIntf, Xml.XMLDoc, Xml.Win.msxmldom, Xml...
25.308824
99
0.773678
f1fa7c209c6a7506ebc38a50f557022c48954f63
1,424
pas
Pascal
bgludf/bglclassicudf.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
bgludf/bglclassicudf.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
bgludf/bglclassicudf.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{ Copyright Elikom 2003 } { UDF for Firebird 1.5 } library bglclassicudf; {$mode objfpc} {$PACKRECORDS C} uses bglsys,bglmath,bgldatetime,bglstr,bglblob; exports {System function for Bagel} check_numeric name 'check_numeric', check_integer name 'check_integer', check_string name 'check_string', ...
25.428571
47
0.676264
83bd81af97140452906b739154783cc8a9a52002
1,430
pas
Pascal
algoritmos-1/aulas/questao21.pas
eucarito/UFPR
060857296663002ae8891c2d0a84910ca685f1aa
[ "MIT" ]
1
2020-04-29T16:14:38.000Z
2020-04-29T16:14:38.000Z
algoritmos-1/aulas/questao21.pas
tiagoserique/UFPR
8168ff72a63fabc94b8f481190ebaed3d8cec684
[ "MIT" ]
null
null
null
algoritmos-1/aulas/questao21.pas
tiagoserique/UFPR
8168ff72a63fabc94b8f481190ebaed3d8cec684
[ "MIT" ]
1
2020-07-15T03:53:15.000Z
2020-07-15T03:53:15.000Z
program exer21; var n,cont,d4,dz2,dz1,soma,somadez:integer; begin read(n); cont:=0; soma:=0; d4:=n div 1000; d5:=n div 10000; if (d4 > 0) and (d5 = 0) then begin dz1:= n mod 100; dz2:= n div 100; somadez:= (dz1+dz2)*(dz1+dz2); if (somadez = n) then begin while (cont < 4) do begin soma:=so...
28.039216
85
0.641259
f1b1524bf62f6ca3eae9ce6e73a6c85044ad68fe
7,031
pas
Pascal
Importer/FastObjLoader/uFastObjLoader.pas
hartmutdavid/FMX3DViewer
ec6942ce29a3eff811b05553a8e415134e3dcf1f
[ "Apache-2.0" ]
8
2017-12-23T11:26:32.000Z
2020-06-28T10:09:01.000Z
Importer/FastObjLoader/uFastObjLoader.pas
hartmutdavid/FMX3DViewer
ec6942ce29a3eff811b05553a8e415134e3dcf1f
[ "Apache-2.0" ]
null
null
null
Importer/FastObjLoader/uFastObjLoader.pas
hartmutdavid/FMX3DViewer
ec6942ce29a3eff811b05553a8e415134e3dcf1f
[ "Apache-2.0" ]
3
2019-02-08T17:03:25.000Z
2020-06-29T06:41:16.000Z
unit uFastObjLoader; interface //load and save meshes in WaveFront OBJ format { Zur Real-Konvertierung diese Funktion verwenden, aus System.SysUtil: function TextToFloat(const S: string; var Value: Double; const AFormatSettings: TFormatSettings): Boolean; overload; } uses Classes, sysutils, uDefineTypesCtm...
35.510101
152
0.615844
47f372c06869c2c3741fb442a30351e83d8c521d
4,202
pas
Pascal
src/Server/Game/GameHoles.pas
hsreina/pangya-server
1720cdceafcd58379904476791752ac6c643e221
[ "Apache-2.0" ]
32
2016-03-08T13:47:36.000Z
2022-01-01T18:47:17.000Z
src/Server/Game/GameHoles.pas
hsreina/pangya-server
1720cdceafcd58379904476791752ac6c643e221
[ "Apache-2.0" ]
6
2016-01-18T03:08:00.000Z
2020-11-12T01:32:25.000Z
src/Server/Game/GameHoles.pas
hsreina/pangya-server
1720cdceafcd58379904476791752ac6c643e221
[ "Apache-2.0" ]
22
2015-11-10T13:04:54.000Z
2021-06-21T21:00:39.000Z
{*******************************************************} { } { Pangya Server } { } { Copyright (C) 2015 Shad'o Soft tm } { ...
22.470588
78
0.611851
f13185d36060a7c35daba74a71cbee43a9de0df6
2,786
pas
Pascal
Part4/19 ProcessMessages reentrancy problem/ProcessMsgMainF.pas
dalijap/code-delphi-async
4a7ccb8ca89024ce2435ea5e72fd47493e785439
[ "MIT" ]
26
2021-01-03T06:34:46.000Z
2022-01-22T17:12:36.000Z
Part4/19 ProcessMessages reentrancy problem/ProcessMsgMainF.pas
kitesoft/code-delphi-async
2d729af96e7b71f310994749391b40fadd8455a3
[ "MIT" ]
null
null
null
Part4/19 ProcessMessages reentrancy problem/ProcessMsgMainF.pas
kitesoft/code-delphi-async
2d729af96e7b71f310994749391b40fadd8455a3
[ "MIT" ]
9
2021-01-11T16:45:40.000Z
2022-02-26T13:38:01.000Z
unit ProcessMsgMainF; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls; type TMainForm = class(TForm) Panel1: TPanel; BlockingBtn: TButto...
18.328947
66
0.680187
85c228da110b36255904bb1225d50f9f7996e4c2
1,635
pas
Pascal
extras/Delphi/sdr_demo/SDRMain.pas
AnttiLukats/Antti-Bible
746b20b255b848f3ebac9a81213cc254796671ca
[ "Apache-2.0" ]
null
null
null
extras/Delphi/sdr_demo/SDRMain.pas
AnttiLukats/Antti-Bible
746b20b255b848f3ebac9a81213cc254796671ca
[ "Apache-2.0" ]
null
null
null
extras/Delphi/sdr_demo/SDRMain.pas
AnttiLukats/Antti-Bible
746b20b255b848f3ebac9a81213cc254796671ca
[ "Apache-2.0" ]
null
null
null
unit SDRMain; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Mitov.Types, SLCommonGen, SLSignalGen, Mitov.VCLTypes, VCL.LPControl, SLControlCollection, LPControlDrawLayers, SLBasicDataDisplay, SLDataDisplay,...
24.772727
98
0.73578
f1e148027c14c9bb47ae5c4e2f4680a44698514f
183
pas
Pascal
Test/FailureScripts/record_empty.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/FailureScripts/record_empty.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/FailureScripts/record_empty.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
type TRec = record function Hello : String; begin Result:='Hello'; end; property PropHello : Integer read Hello; end; var r : TRec; r.Bug;
15.25
46
0.546448
83f43b4d1c80ae93f63201f202efce1300eac526
1,276
dfm
Pascal
REST/LoginExample/UnitMain.dfm
RetailProInternational/PrismSDK
4387ff26ec6a0e70db1cb7a12da6f737059034b2
[ "Unlicense" ]
2
2021-04-13T20:12:49.000Z
2022-03-11T09:35:05.000Z
REST/LoginExample/UnitMain.dfm
RetailProInternational/PrismSDK
4387ff26ec6a0e70db1cb7a12da6f737059034b2
[ "Unlicense" ]
null
null
null
REST/LoginExample/UnitMain.dfm
RetailProInternational/PrismSDK
4387ff26ec6a0e70db1cb7a12da6f737059034b2
[ "Unlicense" ]
1
2021-06-04T21:24:51.000Z
2021-06-04T21:24:51.000Z
object FormLoginSample: TFormLoginSample Left = 0 Top = 0 Caption = 'FormLoginSample' ClientHeight = 318 ClientWidth = 679 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96...
24.075472
86
0.667712
fc0398377cd1db722f2e35ee58ca15114bf0be40
1,789
pas
Pascal
src/libraries/hashlib4pascal/HlpCRC16.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
384
2016-07-16T10:07:28.000Z
2021-12-29T11:22:56.000Z
src/libraries/hashlib4pascal/HlpCRC16.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
165
2016-09-11T11:06:04.000Z
2021-12-05T23:31:55.000Z
src/libraries/hashlib4pascal/HlpCRC16.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
210
2016-08-26T14:49:47.000Z
2022-02-22T18:06:33.000Z
unit HlpCRC16; {$I HashLib.inc} interface uses HlpHashLibTypes, HlpHash, HlpICRC, HlpIHashResult, HlpIHashInfo, HlpCRC; type TCRC16Polynomials = class sealed(TObject) private const BUYPASS = UInt16($8005); end; TCRC16 = class(THash, IChecksum, IHash16, ITransformBlock) strict pr...
19.659341
80
0.746786
470a177dee9bcbf1ee8c2faf22227502b204644d
416
dpr
Pascal
Projects/Lazarus_Bible/FPC/Checks2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
11
2017-06-17T05:13:45.000Z
2021-07-11T13:18:48.000Z
Projects/Lazarus_Bible/FPC/Checks2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
2
2019-03-05T12:52:40.000Z
2021-12-03T12:34:26.000Z
Projects/Lazarus_Bible/FPC/Checks2.dpr
joecare99/Public
9eee060fbdd32bab33cf65044602976ac83f4b83
[ "MIT" ]
6
2017-09-07T09:10:09.000Z
2022-02-19T20:19:58.000Z
program Checks2; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} uses {$IFnDEF FPC} {$ELSE} Interfaces, {$ENDIF} Forms, Frm_Checks2Main in '..\source\CHECKS\Frm_Checks2Main.PAS' {MainForm}; {$R *.res} {$IFNDEF FPC} {$E EXE} {$ENDIF} begin Application.Initialize; Application.Title := 'Demo: Che...
15.407407
72
0.651442
47d83a2143a746235860f139530ef491240bfa21
1,943
pas
Pascal
Lego/bricxcc/uRemoteGlobals.pas
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
null
null
null
Lego/bricxcc/uRemoteGlobals.pas
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
1
2017-09-18T14:15:00.000Z
2017-09-18T14:15:00.000Z
Lego/bricxcc/uRemoteGlobals.pas
jodosh/Personal
92c943b95d3a07789d5f24faf60d4708040e22cb
[ "MIT" ]
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 * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS...
23.987654
100
0.689655
4703d6bb1b0cae4ed03626112d362a9be17b090e
1,848
pas
Pascal
tests/DesignPatterns/Fido.DesignPatterns.Adapter.DataSetAsReadonlyList.Test.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
27
2021-09-26T18:14:51.000Z
2022-01-04T09:26:42.000Z
tests/DesignPatterns/Fido.DesignPatterns.Adapter.DataSetAsReadonlyList.Test.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
5
2021-11-08T19:20:29.000Z
2022-01-29T18:50:23.000Z
tests/DesignPatterns/Fido.DesignPatterns.Adapter.DataSetAsReadonlyList.Test.pas
sonjli/FidoLib
d86c5bdf97e13cd2317ace207a6494da6cfe92f3
[ "MIT" ]
7
2021-09-26T17:30:40.000Z
2022-02-14T02:19:05.000Z
unit Fido.DesignPatterns.Adapter.DataSetAsReadonlyList.Test; interface uses DUnitX.TestFramework, SysUtils, DB, Spring, Spring.Collections, Fido.Db.ListDatasets, Fido.DesignPatterns.Adapter.DataSetAsReadonlyList; type IType = interface(IInvokable) ['{A9FD79E3-BED9-402F-8CE7-A92B80D95413}'] ...
20.764045
66
0.741342
853f9221e563e0f87240f727997a3f889c28338e
1,985
pas
Pascal
src/Primitives/Block/Unit_TBlockHeader.pas
SkybuckFlying/Delphicoin
3a966d710b507ab1235bfdce6cd7ccef6d27bf14
[ "MIT" ]
7
2020-12-25T13:29:52.000Z
2021-12-06T00:14:05.000Z
src/Primitives/Block/Unit_TBlockHeader.pas
SkybuckFlying/Delphicoin
3a966d710b507ab1235bfdce6cd7ccef6d27bf14
[ "MIT" ]
1
2021-05-08T17:20:55.000Z
2021-05-19T17:17:15.000Z
src/Primitives/Block/Unit_TBlockHeader.pas
SkybuckFlying/Delphicoin
3a966d710b507ab1235bfdce6cd7ccef6d27bf14
[ "MIT" ]
5
2021-02-26T11:25:19.000Z
2021-12-06T00:14:06.000Z
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2019 The Bitcoin Core developers // Copyright (c) 2020-2020 Skybuck Flying // Copyright (c) 2020-2020 The Delphicoin Developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-...
23.915663
140
0.741058
479b2c2ffa7bfbf641bddf387be1da3618e170c8
5,535
pas
Pascal
SkyIUTSansExe/unitinventaire.pas
Orchanyne/SKY-IUT
c02f2e29b85b148fbf2dae3d73a16a8f9e05c008
[ "MIT" ]
1
2021-11-20T15:36:31.000Z
2021-11-20T15:36:31.000Z
SkyIUTSansExe/unitinventaire.pas
Orchanyne/SKY-IUT
c02f2e29b85b148fbf2dae3d73a16a8f9e05c008
[ "MIT" ]
null
null
null
SkyIUTSansExe/unitinventaire.pas
Orchanyne/SKY-IUT
c02f2e29b85b148fbf2dae3d73a16a8f9e05c008
[ "MIT" ]
null
null
null
unit unitInventaire; {$codepage utf8} interface uses Classes, SysUtils; var //horizontale//verticale(je crois) tabEpee : array[0..30,0..9] of char; tabArmure : array[0..30,0..9] of char; tabEquipement : array[0..30,0..10] of char; capaciteInventaire:integer; procedure Inventaire; proced...
19.353147
86
0.601626
f16de8548cacdffdf326d11b8131272964155668
476
pas
Pascal
source/exer10.pas
electric-socket/xdpw
c308883b09475d23e383df19906d672cbcaaa7ff
[ "BSD-2-Clause" ]
4
2020-11-09T09:29:01.000Z
2021-11-13T16:35:11.000Z
source/exer10.pas
electric-socket/xdpw
c308883b09475d23e383df19906d672cbcaaa7ff
[ "BSD-2-Clause" ]
null
null
null
source/exer10.pas
electric-socket/xdpw
c308883b09475d23e383df19906d672cbcaaa7ff
[ "BSD-2-Clause" ]
null
null
null
program exer10; Const A = 0xBeef; A1= 0Xbeef; B = $BEEF; D = $beef; B1 = 8#05; C = 16#BEEF; X0= 2#1010; X1=4#10; X5=8#177362; X9=10#70944; begin writeln('A = 0xBeef; A1= 0Xbeef; B = $BEEF; D = $beef; B1 = 8#05; C = 16#BEEF;'); Writeln('A=',a,' a1=',a1,' b=',b,' d=',d,' b1...
20.695652
85
0.476891
479c7f8824cd90cc565760db87d827a7fc2e90bb
2,509
dfm
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fAlertNoteSelector.dfm
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
72
2015-02-03T02:30:45.000Z
2020-01-30T17:20:52.000Z
CPRSChart/OR_30_377V9_SRC/CPRS-chart/fAlertNoteSelector.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
80
2016-04-19T12:04:06.000Z
2020-01-31T14:35:19.000Z
CPRSChart/OR_30_377V9_SRC/CPRS-chart/fAlertNoteSelector.dfm
VHAINNOVATIONS/Transplant
a6c000a0df4f46a17330cec95ff25119fca1f472
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
object frmAlertNoteSelector: TfrmAlertNoteSelector Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Alert Processing Note Selector' ClientHeight = 459 ClientWidth = 467 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style ...
20.565574
65
0.630929
f1dff15c5aab3456866243e0dd929b3c74b1056c
1,095
dfm
Pascal
Chapter 4/AllocateMain.dfm
PacktPublishing/Delphi-High-Performance
bcb84190e8660a28cbc0caada2e1bed3b8adfe42
[ "MIT" ]
45
2018-04-08T07:01:13.000Z
2022-02-18T17:28:10.000Z
Chapter 4/AllocateMain.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
null
null
null
Chapter 4/AllocateMain.dfm
anomous/Delphi-High-Performance
051a8f7d7460345b60cb8d2a10a974ea8179ea41
[ "MIT" ]
17
2018-03-21T11:22:15.000Z
2022-03-16T05:55:54.000Z
object frmAllocate: TfrmAllocate Left = 0 Top = 0 Caption = 'Allocate' ClientHeight = 505 ClientWidth = 545 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False DesignSize = ( 545 505) ...
19.553571
48
0.63653
f1ac86f4d444706e211c59a3663151f0de14ac0e
5,165
pas
Pascal
comm/0045.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
11
2015-12-12T05:13:15.000Z
2020-10-14T13:32:08.000Z
comm/0045.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
null
null
null
comm/0045.pas
nickelsworth/swag
7c21c0da2291fc249b9dc5cfe121a7672a4ffc08
[ "BSD-2-Clause" ]
8
2017-05-05T05:24:01.000Z
2021-07-03T20:30:09.000Z
unit ddfossil; {$S-,V-,R-} interface uses dos; const name='Fossil drivers for TP 4.0'; author='Scott Baker'; type fossildatatype = record strsize: word; majver: byte; minver: byte; ident: pointer; ibufr: w...
19.71374
93
0.661762
478a1334916b3ec75f92ea7fa532fe32b33d66ab
36,813
pas
Pascal
commandsu.pas
ningfei/surf-ice
11a978d922f53abd02c0aa1b6896443f7f1af9e1
[ "BSD-2-Clause" ]
59
2016-04-28T05:54:56.000Z
2022-02-08T20:10:32.000Z
commandsu.pas
ningfei/surf-ice
11a978d922f53abd02c0aa1b6896443f7f1af9e1
[ "BSD-2-Clause" ]
30
2017-01-08T07:58:33.000Z
2022-03-15T21:07:50.000Z
commandsu.pas
ningfei/surf-ice
11a978d922f53abd02c0aa1b6896443f7f1af9e1
[ "BSD-2-Clause" ]
15
2017-03-03T14:07:52.000Z
2022-03-21T17:01:14.000Z
unit commandsu; {$Include opts.inc} interface function EXISTS(lFilename: string): boolean; //function function ATLASMAXINDEX(OVERLAY: integer): integer; function VERSION: string; procedure ATLASSTATMAP(ATLASNAME, STATNAME: string; const Indices: array of integer; const Intensities: array of single); procedure ATLASSAT...
33.527322
171
0.71013
6ab116af7137c1a2300ae13885959f74d9068870
3,123
pas
Pascal
zlog/UScratchSheet.pas
jr8ppg/zLog
bbf51080f426e1b62df9a96cdea9623668e75124
[ "MIT" ]
8
2019-10-29T14:43:45.000Z
2021-09-27T13:17:17.000Z
zlog/UScratchSheet.pas
jr8ppg/zLog
bbf51080f426e1b62df9a96cdea9623668e75124
[ "MIT" ]
205
2020-11-06T01:12:48.000Z
2022-03-16T23:44:49.000Z
zlog/UScratchSheet.pas
jr8ppg/zLog
bbf51080f426e1b62df9a96cdea9623668e75124
[ "MIT" ]
10
2019-11-06T13:00:34.000Z
2022-01-13T07:32:08.000Z
unit UScratchSheet; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, UConsolePad, StdCtrls, ExtCtrls, Menus, System.UITypes; type TScratchSheet = class(TConsolePad) PopupMenu: TPopupMenu; LocalOnly: TMenuItem; Clear1: TMenuItem; procedure EditKeyPress(Sen...
21.839161
88
0.642651
f1d4da1a065bca24f5e3f416ce7193437d4ce55b
215
pas
Pascal
ExerciciosPascal/023ValorH_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
ExerciciosPascal/023ValorH_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
ExerciciosPascal/023ValorH_JoaoPorath.pas
joaofilipeporath/Introducao-Programacao
20d97c0280fc43f6fa2324e17943130041af2783
[ "MIT" ]
null
null
null
program valorH; uses crt; var h : real; i, j : integer; begin h:=0; j:=1; for i:=1 to 50 do begin h:= h + j/i; j:=j+2; end; writeln('Valor de H = ', h:2:2); readln; end.
10.75
32
0.460465
47e84be20fa80a263688f872410b21c32914bc1f
3,381
pas
Pascal
ide/prefsunit.pas
alb42/MUIClass
4223b4f456b770d40f9542707705cd94af612cd9
[ "Unlicense" ]
3
2018-02-16T17:44:03.000Z
2018-12-01T20:59:17.000Z
ide/prefsunit.pas
alb42/MUIClass
4223b4f456b770d40f9542707705cd94af612cd9
[ "Unlicense" ]
null
null
null
ide/prefsunit.pas
alb42/MUIClass
4223b4f456b770d40f9542707705cd94af612cd9
[ "Unlicense" ]
null
null
null
unit PrefsUnit; {$mode objfpc}{$H+} interface uses SysUtils, inifiles; // Default Editor to use for editing Eventhandlers const {$ifdef AROS} DEFEDITOR = 'sys:EdiSyn/EdiSyn'; EDITORMSG = 0; {$else} {$ifdef Amiga68k} DEFEDITOR = 'sys:Tools/EditPad'; EDITORMSG = 0; {$else} {$ifdef MorphOS} DEFEDITO...
22.844595
126
0.669329
47f37dd586296b5b7e22dab5947e72e2ade74b52
698
pas
Pascal
code/ooFS.Command.Intf.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
null
null
null
code/ooFS.Command.Intf.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
null
null
null
code/ooFS.Command.Intf.pas
VencejoSoftware/ooFileSystem
fd1e8937326e648bfb371f7d9f13edcb0bad4ad6
[ "BSD-3-Clause" ]
2
2019-11-21T03:19:12.000Z
2021-01-26T04:52:12.000Z
{$REGION 'documentation'} { Copyright (c) 2016, Vencejo Software Distributed under the terms of the Modified BSD License The full license is distributed with this software } { Interface for all file system commands @created(10/02/2016) @author Vencejo Software <www.vencejosoft.com> } {$ENDREGION} unit ooFS....
19.388889
57
0.727794
17f179593cf04389fa6cf33f5723269349627742
38,161
dfm
Pascal
HWScontrol/source/ugaleriadefotos.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
1
2022-02-28T11:28:18.000Z
2022-02-28T11:28:18.000Z
HWScontrol/source/ugaleriadefotos.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
HWScontrol/source/ugaleriadefotos.dfm
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
object galeriadefotos: Tgaleriadefotos Left = 210 Top = 184 BorderStyle = bsNone ClientHeight = 392 ClientWidth = 743 Color = 16119285 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScre...
37.745796
141
0.605828
47c6cc0e77a5b04b88d7f74207afe3e986a76d2d
278
dpr
Pascal
PrimitiveRegistrationDemo.dpr
NickHodges/diidcode
fcba7769fddb930536e6b087d43522aab63ccc6b
[ "CC0-1.0" ]
1
2021-08-03T05:24:45.000Z
2021-08-03T05:24:45.000Z
PrimitiveRegistrationDemo.dpr
NickHodges/diidcode
fcba7769fddb930536e6b087d43522aab63ccc6b
[ "CC0-1.0" ]
null
null
null
PrimitiveRegistrationDemo.dpr
NickHodges/diidcode
fcba7769fddb930536e6b087d43522aab63ccc6b
[ "CC0-1.0" ]
1
2021-08-03T05:24:46.000Z
2021-08-03T05:24:46.000Z
program PrimitiveRegistrationDemo; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, uPrimitiveConstructorInjection in 'uPrimitiveConstructorInjection.pas'; begin try Main; except on E: Exception do Writeln(E.ClassName, ': ', E.Message); end; end.
14.631579
73
0.705036
617ae6db421743a1a6f13cbedf9148a713d43064
1,282
pas
Pascal
Retornar ip/RetornarIp.pas
noelsonneres/ReturnIP
de2e315652742ea49e1871f376f8996a337e8a67
[ "MIT" ]
null
null
null
Retornar ip/RetornarIp.pas
noelsonneres/ReturnIP
de2e315652742ea49e1871f376f8996a337e8a67
[ "MIT" ]
null
null
null
Retornar ip/RetornarIp.pas
noelsonneres/ReturnIP
de2e315652742ea49e1871f376f8996a337e8a67
[ "MIT" ]
null
null
null
unit RetornarIp; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Winsock, IdIPWatch, IdBaseComponent, IdComponent; type TForm1 = class(TForm) Edit1: TEdit; Button1: TButton; IdIPWat...
18.57971
87
0.694228
47d31881e89273610579f0c0f15b53ec55dc4481
199
dpr
Pascal
SHA-256/src/Project1.dpr
NigrumAquila/subject_cryptography
4e417ee8c06cfc5fac55e71e65a998179bdf88c5
[ "MIT" ]
null
null
null
SHA-256/src/Project1.dpr
NigrumAquila/subject_cryptography
4e417ee8c06cfc5fac55e71e65a998179bdf88c5
[ "MIT" ]
null
null
null
SHA-256/src/Project1.dpr
NigrumAquila/subject_cryptography
4e417ee8c06cfc5fac55e71e65a998179bdf88c5
[ "MIT" ]
null
null
null
program Project1; {%File 'Package1.dpk'} uses Forms, Unit1 in 'Unit1.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.
12.4375
40
0.693467
47438e77ccb2d428883de6931348922e8e446578
3,789
dfm
Pascal
Demo/Source/UMainTest.dfm
YWtheGod/SVGIconImageList
76090ecd0a2972ccdfcd6c53cf46e22288e386a1
[ "Apache-2.0" ]
null
null
null
Demo/Source/UMainTest.dfm
YWtheGod/SVGIconImageList
76090ecd0a2972ccdfcd6c53cf46e22288e386a1
[ "Apache-2.0" ]
null
null
null
Demo/Source/UMainTest.dfm
YWtheGod/SVGIconImageList
76090ecd0a2972ccdfcd6c53cf46e22288e386a1
[ "Apache-2.0" ]
null
null
null
object MainForm: TMainForm Left = 916 Top = 169 Caption = 'SVG Icon ImageList Demo - Copyright (c) Ethea S.r.l. - Apache 2.' + '0 Open Source License' ClientHeight = 340 ClientWidth = 739 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 ...
27.656934
97
0.543415
4796e5c5edf7a90b23bb6d62b1f24e5b3d89b27a
316
dpr
Pascal
Demo/D10_3/IconPickerFMX.dpr
MazighusDZ/SVGIconImageList
6c821b1817c260d665e95942cd21fc8496cd4177
[ "Apache-2.0" ]
201
2020-05-24T13:50:03.000Z
2022-03-26T18:23:43.000Z
Demo/D10_3/IconPickerFMX.dpr
MazighusDZ/SVGIconImageList
6c821b1817c260d665e95942cd21fc8496cd4177
[ "Apache-2.0" ]
186
2020-05-25T18:33:48.000Z
2022-03-29T14:57:45.000Z
Demo/D10_3/IconPickerFMX.dpr
MazighusDZ/SVGIconImageList
6c821b1817c260d665e95942cd21fc8496cd4177
[ "Apache-2.0" ]
64
2020-05-25T08:28:12.000Z
2022-03-18T17:13:10.000Z
program IconPickerFMX; uses System.StartUpCopy, FMX.Forms, UIconPickerFMX in '..\Source\UIconPickerFMX.pas' {IconPicker}, BitmapCodecSVG in '..\..\Svg\BitmapCodecSVG.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TIconPicker, IconPicker); Application.Run; end.
19.75
65
0.705696
f108674019faa42be4370c59dc584223da657d57
232
dpr
Pascal
Src/Demo.dpr
danielmarschall/calllib
dd0bf9be5e5c7c1f950b536cd2027a0626ec6347
[ "Apache-2.0" ]
null
null
null
Src/Demo.dpr
danielmarschall/calllib
dd0bf9be5e5c7c1f950b536cd2027a0626ec6347
[ "Apache-2.0" ]
null
null
null
Src/Demo.dpr
danielmarschall/calllib
dd0bf9be5e5c7c1f950b536cd2027a0626ec6347
[ "Apache-2.0" ]
1
2021-01-28T02:27:26.000Z
2021-01-28T02:27:26.000Z
program Demo; uses Forms, DemoMain in 'DemoMain.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TForm1, Form1); Application.Run; end.
15.466667
41
0.676724
f1c0217a3bba2bb30e67a2cde597e443aebacad8
1,900
pas
Pascal
TestBed/TestBedShared/Tests/UConveyorBelt.pas
FMXExpress/box2d-firemonkey
56ef507717fcaadbfa4353429788f938c1d78eaf
[ "MIT" ]
19
2015-01-04T10:52:35.000Z
2021-08-09T19:12:33.000Z
TestBed/TestBedShared/Tests/UConveyorBelt.pas
amikey/box2d-firemonkey
56ef507717fcaadbfa4353429788f938c1d78eaf
[ "MIT" ]
1
2016-10-28T10:14:23.000Z
2016-10-28T10:14:23.000Z
TestBed/TestBedShared/Tests/UConveyorBelt.pas
amikey/box2d-firemonkey
56ef507717fcaadbfa4353429788f938c1d78eaf
[ "MIT" ]
13
2015-05-03T07:14:42.000Z
2021-08-09T18:06:58.000Z
unit UConveyorBelt; interface {$I ..\..\Physics2D\Physics2D.inc} uses uTestBed, UPhysics2DTypes, UPhysics2D, SysUtils; type TConveyorBelt = class(TTester) public m_platform: Tb2Fixture; constructor Create; override; procedure PreSolve(var contact: Tb2Contact; const oldManifold: Tb2Manif...
20.652174
92
0.677895
f143544072710e7d20370d5b437c8b8d82bd1c93
4,004
pas
Pascal
rx/Units/rxMaxmin.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
6
2019-02-15T02:47:02.000Z
2021-08-02T22:34:34.000Z
rx/Units/rxMaxmin.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
null
null
null
rx/Units/rxMaxmin.pas
amikey/delphi-crypto
a79895f25bff69819f354e9bf27c19e2f00fed19
[ "Unlicense" ]
7
2020-05-04T21:44:13.000Z
2021-04-02T12:42:23.000Z
{*******************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1996 AO ROSNO } { ...
21.185185
66
0.614136
47adc74d27476f0dbc55a73c94a4334dfba3fb34
52,565
dfm
Pascal
Server/dEngineering.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/dEngineering.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
null
null
null
Server/dEngineering.dfm
Sembium/Sembium3
0179c38c6a217f71016f18f8a419edd147294b73
[ "Apache-2.0" ]
3
2021-06-30T10:11:17.000Z
2021-07-01T09:13:29.000Z
inherited dmEngineering: TdmEngineering OldCreateOrder = False Height = 303 Width = 508 object prvEngineeringOrder: TDataSetProvider DataSet = qryEngineeringOrder Options = [poPropogateChanges] UpdateMode = upWhereKeyOnly BeforeUpdateRecord = prvEngineeringOrderBeforeUpdateRecord Be...
30.938788
91
0.551736
f1604607ddf6f7dd3c9a8702f6545e1c211e6cde
4,029
pas
Pascal
windows/src/global/delphi/general/Windows8LanguageList.pas
ermshiperete/keyman
0eeef1b5794fd698447584e531e2a6c1ef4c05aa
[ "MIT" ]
1
2021-03-08T09:31:47.000Z
2021-03-08T09:31:47.000Z
windows/src/global/delphi/general/Windows8LanguageList.pas
ermshiperete/keyman
0eeef1b5794fd698447584e531e2a6c1ef4c05aa
[ "MIT" ]
null
null
null
windows/src/global/delphi/general/Windows8LanguageList.pas
ermshiperete/keyman
0eeef1b5794fd698447584e531e2a6c1ef4c05aa
[ "MIT" ]
null
null
null
unit Windows8LanguageList; interface uses System.Generics.Collections, BCP47Tag; type TWindows8Language = class private FLangID: Integer; FLocaleName: string; FBCP47Tag: string; FTag: TBCP47Tag; public constructor Create(const ABCP47Tag: string); destructor Destroy; override; pr...
25.18125
109
0.674361
474c805721a7f5cb9b3afeb89e3062fab6dc4653
57,812
pas
Pascal
src/gui-classic/UFRMOperation.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2019-02-05T18:33:02.000Z
2019-02-05T18:33:02.000Z
src/gui-classic/UFRMOperation.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
1
2018-07-20T21:18:54.000Z
2018-07-20T21:18:54.000Z
src/gui-classic/UFRMOperation.pas
SkybuckFlying/PascalCoinRestructured
6c51befc91cdea058834d9146ef2e51892c3e1a1
[ "MIT" ]
null
null
null
unit UFRMOperation; {$IFDEF FPC} {$MODE Delphi} {$ENDIF} { Copyright (c) 2016 by Albert Molina Distributed under the MIT software license, see the accompanying file LICENSE or visit http://www.opensource.org/licenses/mit-license.php. This unit is a part of Pascal Coin, a P2P crypto currency without need of ...
39.925414
237
0.722532
47b2236586f7a81aab0ec97a3c2fca753abe3f62
990
dfm
Pascal
Demo/02 - OpenGroup/u_main.dfm
NickTucker42/ISNDS
98f620c10ca41ce0e307e39faccea97646730a8e
[ "MIT" ]
null
null
null
Demo/02 - OpenGroup/u_main.dfm
NickTucker42/ISNDS
98f620c10ca41ce0e307e39faccea97646730a8e
[ "MIT" ]
null
null
null
Demo/02 - OpenGroup/u_main.dfm
NickTucker42/ISNDS
98f620c10ca41ce0e307e39faccea97646730a8e
[ "MIT" ]
1
2021-06-19T15:34:08.000Z
2021-06-19T15:34:08.000Z
object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 117 ClientWidth = 470 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = ...
19.8
54
0.587879
6a8816c767321801d7060e1e60086f08495fdf45
2,022
pas
Pascal
Vue.js/Demo/forms/form1.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
4
2021-01-29T14:33:36.000Z
2021-04-12T16:30:44.000Z
Vue.js/Demo/forms/form1.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
null
null
null
Vue.js/Demo/forms/form1.pas
soinalastudio/quartex-pascal-wrappers
a897a4ecde027585c3fb1d210e1c83080549858e
[ "MIT" ]
null
null
null
unit form1; interface uses qtx.time, qtx.sysutils, qtx.classes, qtx.dom.widgets, qtx.dom.types, qtx.dom.events, qtx.dom.graphics, qtx.dom.application, qtx.dom.forms, qtx.dom.control.common, qtx.dom.control.ContentBox, qtx.dom.control.label, qtx.dom.control.panel, qtx.dom.stylesheet, ...
20.845361
79
0.65183
83176657a4883130fd702fd069310d23b349de06
6,660
pas
Pascal
package/HWSSimpleDataSet/HWSSimpleDataSet.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
1
2022-02-28T11:28:18.000Z
2022-02-28T11:28:18.000Z
package/HWSSimpleDataSet/HWSSimpleDataSet.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
package/HWSSimpleDataSet/HWSSimpleDataSet.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
null
null
null
{ *************************************************************************** } { } { Kylix and Delphi Cross-Platform Visual Component Library - DBExpress } { } ...
29.469027
88
0.704805
4777109216f5681e3bd98e08623da5dfbfdb7f87
17,623
pas
Pascal
src/DataSet.Serialize.Export.pas
cybersmurf/dataset-serialize
b39b395c50e1062d92bfd815e628d94f20d4a381
[ "MIT" ]
1
2020-06-04T05:36:25.000Z
2020-06-04T05:36:25.000Z
src/DataSet.Serialize.Export.pas
cybersmurf/dataset-serialize
b39b395c50e1062d92bfd815e628d94f20d4a381
[ "MIT" ]
null
null
null
src/DataSet.Serialize.Export.pas
cybersmurf/dataset-serialize
b39b395c50e1062d92bfd815e628d94f20d4a381
[ "MIT" ]
null
null
null
unit DataSet.Serialize.Export; {$IF DEFINED(FPC)} {$MODE DELPHI}{$H+} {$ENDIF} interface uses {$IF DEFINED(FPC)} DB, fpjson; {$ELSE} Data.DB, System.JSON; {$ENDIF} type TDataSetSerialize = class private FDataSet: TDataSet; FOnlyUpdatedRecords: Boolean; FChildRecord: Boolean; /// <summary> ...
42.261391
201
0.706633
83e13d84211c2996db73481a6197d71f55fefeaa
314
pas
Pascal
Test/SimpleScripts/array_dynamic2.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
79
2015-03-18T10:46:13.000Z
2022-03-17T18:05:11.000Z
Test/SimpleScripts/array_dynamic2.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
6
2016-03-29T14:39:00.000Z
2020-09-14T10:04:14.000Z
Test/SimpleScripts/array_dynamic2.pas
skolkman/dwscript
b9f99d4b8187defac3f3713e2ae0f7b83b63d516
[ "Condor-1.1" ]
25
2016-05-04T13:11:38.000Z
2021-09-29T13:34:31.000Z
var a : array of array of Integer; var i, j : Integer; a.SetLength(3); for i:=a.Low to High(a) do begin a[i].SetLength(4); for j:=Low(a[i]) to a[i].High do begin a[i][j]:=(i+1)*10+j; end; end; for i:=0 to 2 do begin for j:=0 to 3 do Print(a[i][j]); PrintLn(''); end;
17.444444
42
0.519108
f1a3f9f66f4f3e4889394bd86bffd0b651612a22
469
pas
Pascal
Chapter 03/CustomBrush/Forms.Main.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
24
2020-10-29T20:58:47.000Z
2022-01-12T13:49:09.000Z
Chapter 03/CustomBrush/Forms.Main.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
1
2021-05-22T07:00:36.000Z
2021-05-22T07:00:36.000Z
Chapter 03/CustomBrush/Forms.Main.pas
atkins126/Delphi-GUI-Programming-with-FireMonkey-
d92b32d143762eb274f05e237c4a1b1876592add
[ "MIT" ]
7
2020-11-06T20:01:18.000Z
2021-11-06T14:31:06.000Z
unit Forms.Main; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Objects; type TForm1 = class(TForm) StyleBook1: TStyleBook; Rectangle1: TRectangle; Circle1: TCircle; Rectangle2: TR...
16.172414
81
0.705757
474e779e2ad657481173bb089ef25021d3e10bc7
698
dpr
Pascal
MouseHOOK.dpr
macbury/myszometer
611fb6bb0d87326de732996907578b17f5bf37d3
[ "Unlicense" ]
1
2019-06-27T08:12:33.000Z
2019-06-27T08:12:33.000Z
MouseHOOK.dpr
macbury/myszometer
611fb6bb0d87326de732996907578b17f5bf37d3
[ "Unlicense" ]
null
null
null
MouseHOOK.dpr
macbury/myszometer
611fb6bb0d87326de732996907578b17f5bf37d3
[ "Unlicense" ]
null
null
null
library MouseHOOK; { Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings as parameters or function results. This applies to a...
33.238095
73
0.752149
47d15b75b7519dfe7de02e47de95bb977fbd9e14
10,091
dpr
Pascal
tests/DelphiSpecificationUtilsTests.dpr
codejanovic/Delphi-SpecificationUtils
79d955122acccb0838ce23bc3f9dc39ba310feb8
[ "MIT" ]
7
2016-08-25T23:11:42.000Z
2020-10-17T00:08:54.000Z
tests/DelphiSpecificationUtilsTests.dpr
codejanovic/Delphi-SpecificationUtils
79d955122acccb0838ce23bc3f9dc39ba310feb8
[ "MIT" ]
1
2016-09-12T18:57:03.000Z
2016-09-13T14:17:45.000Z
tests/DelphiSpecificationUtilsTests.dpr
codejanovic/Delphi-SpecificationUtils
79d955122acccb0838ce23bc3f9dc39ba310feb8
[ "MIT" ]
4
2016-09-12T16:32:52.000Z
2019-06-24T05:13:09.000Z
program DelphiSpecificationUtilsTests; {$IFNDEF TESTINSIGHT} {$APPTYPE CONSOLE} {$ENDIF}{$STRONGLINKTYPES ON} uses SysUtils, {$IFDEF TESTINSIGHT} TestInsight.DUnitX, {$ENDIF } DUnitX.Loggers.Console, DUnitX.Loggers.Xml.NUnit, DUnitX.TestFramework, Tests.Delphi.SpecificationUtils.Strings.Contains.CaseSe...
74.748148
151
0.820236
47b477a9f6d395a5c4436cbd88ab1f53ccbc4c33
1,099
pas
Pascal
source/Class/Class_RecipeRow.pas
thesoncriel/shutter-test
59687695174e8723ba5677e317ec33e4de6d9f87
[ "MIT" ]
null
null
null
source/Class/Class_RecipeRow.pas
thesoncriel/shutter-test
59687695174e8723ba5677e317ec33e4de6d9f87
[ "MIT" ]
null
null
null
source/Class/Class_RecipeRow.pas
thesoncriel/shutter-test
59687695174e8723ba5677e317ec33e4de6d9f87
[ "MIT" ]
null
null
null
unit Class_RecipeRow; interface uses Classes; type IRecipeRow = interface(IInterface) ['{2F5566B6-BD2C-4246-B793-4897AAC14597}'] function Cols(columnIndex: Integer): Variant; stdcall; function Count: Integer; stdcall; procedure SetRowData(strings: TStrings); stdcall; end; TRecipeRow = class(TI...
18.948276
58
0.717925
f1efece40838939ed4ca7b6e2e3625ffc7e722d2
195,058
pas
Pascal
Source/UnicodeMixedLib.pas
a200332/zChinese
668447815659b03b969dbb28b185e223ac1c900c
[ "Apache-2.0" ]
null
null
null
Source/UnicodeMixedLib.pas
a200332/zChinese
668447815659b03b969dbb28b185e223ac1c900c
[ "Apache-2.0" ]
null
null
null
Source/UnicodeMixedLib.pas
a200332/zChinese
668447815659b03b969dbb28b185e223ac1c900c
[ "Apache-2.0" ]
null
null
null
{ ****************************************************************************** } { * MixedLibrary,writen by QQ 600585@qq.com * } { * https://zpascal.net * } { * https://github.com/PassByYou888/zAI ...
28.021549
164
0.633463
475004c73bf5070d3c3c5536a299dce098bb38d7
85,030
dfm
Pascal
Test/Demo/main.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
5
2022-03-20T13:52:39.000Z
2022-03-31T11:27:46.000Z
Test/Demo/main.dfm
jonathanneve/copycat
592f7d689e30d40b3d2c3caa89d418364f4d43ab
[ "MIT" ]
null
null
null
Test/Demo/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 ...
54.71686
89
0.769517
85b92b327644d365ba3cc2b6879e410eb019c41b
38,575
pas
Pascal
Projects/CompWizard.pas
istvanszabo890629/issrc
c6823bfff8b16210e29f2976dcf07b8c0284e9fe
[ "FSFAP" ]
null
null
null
Projects/CompWizard.pas
istvanszabo890629/issrc
c6823bfff8b16210e29f2976dcf07b8c0284e9fe
[ "FSFAP" ]
null
null
null
Projects/CompWizard.pas
istvanszabo890629/issrc
c6823bfff8b16210e29f2976dcf07b8c0284e9fe
[ "FSFAP" ]
null
null
null
unit CompWizard; { Inno Setup Copyright (C) 1997-2020 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Compiler IDE Script Wizard form } interface {$I VERSION.INC} uses Windows, Forms, Classes, Graphics, StdCtrls, ExtCtrls, Controls, Dialo...
34.689748
220
0.694984
479ee27ad85a67d3910b28a5bd6430871aac78c8
1,390
pas
Pascal
src/tests/URandomHash.Tests.Delphi.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
384
2016-07-16T10:07:28.000Z
2021-12-29T11:22:56.000Z
src/tests/URandomHash.Tests.Delphi.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
165
2016-09-11T11:06:04.000Z
2021-12-05T23:31:55.000Z
src/tests/URandomHash.Tests.Delphi.pas
rabarbers/PascalCoin
7a87031bc10a3e1d9461dfed3c61036047ce4fb0
[ "MIT" ]
210
2016-08-26T14:49:47.000Z
2022-02-22T18:06:33.000Z
unit URandomHash.Tests.Delphi; interface uses Classes, SysUtils, {$IFDEF FPC}fpcunit,testregistry {$ELSE}TestFramework {$ENDIF FPC}, UUnitTests, HlpIHash; type { TRandomHashTest } TRandomHashTest = class(TPascalCoinUnitTest) published procedure TestRandomHash_Standard; end; implementation uses va...
25.272727
135
0.784892
83a44cc0782a00be20d99c7d123a2e0fd5ab81c3
224
pas
Pascal
Chapter09/Code/RECIPE07/SurveyService/ConstantsU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
51
2018-08-03T06:27:36.000Z
2022-03-16T09:10:10.000Z
Chapter09/Code/RECIPE07/SurveyService/ConstantsU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
1
2019-10-28T16:51:11.000Z
2019-10-28T16:51:11.000Z
Chapter09/Code/RECIPE07/SurveyService/ConstantsU.pas
PacktPublishing/DelphiCookbookThirdEdition
760fd16277dd21a75320571c664553af33e29950
[ "MIT" ]
28
2018-08-03T22:20:00.000Z
2021-12-02T03:49:03.000Z
unit ConstantsU; interface type TSurveyConstants = class sealed public const SURVEY_RESPONSE = 'SURVEY_RESPONSE'; const SURVEY_RESPONSE_ERROR = 'SURVEY_RESPONSE_ERROR'; end; implementation end.
13.176471
54
0.723214
f1c1e52acfedadeb3d266c6036c169d2204c4067
406,175
pas
Pascal
WMPLib_TLB.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
WMPLib_TLB.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
WMPLib_TLB.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit WMPLib_TLB; // ************************************************************************ // // WARNING // ------- // The types declared in this file were generated from data read ...
55.846968
208
0.703766
47d8c62dae3c11b9e4b08f1d1357a045c92e5899
46
pas
Pascal
Test/FailureScripts/not_untyped.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/FailureScripts/not_untyped.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/FailureScripts/not_untyped.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
procedure Test; begin end; var a := not Test;
9.2
18
0.695652
8503ba7bc3372fc4a5fc37432d1711d12885ba97
149
dfm
Pascal
Demos/Beacons/Service/BD.ServiceModule.dfm
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
14
2021-12-30T08:03:49.000Z
2022-03-17T19:33:24.000Z
Demos/Beacons/Service/BD.ServiceModule.dfm
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
6
2022-01-01T21:56:18.000Z
2022-03-01T22:23:56.000Z
Demos/Beacons/Service/BD.ServiceModule.dfm
atkins126/Playground
6e90050a3247a28da1024ec4359785c1b261f342
[ "MIT" ]
4
2022-01-04T13:25:08.000Z
2022-01-13T09:58:32.000Z
object ServiceModule: TServiceModule OnHandleIntent = AndroidIntentServiceHandleIntent Height = 238 Width = 324 PixelsPerInch = 96 end
21.285714
52
0.765101
f17d1dab93ec81dc604a5d06a942bfd77ea9ceea
945
pas
Pascal
src/ColorPicker/RGBCMYKUtils.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
src/ColorPicker/RGBCMYKUtils.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
src/ColorPicker/RGBCMYKUtils.pas
tobia/VeeCad
dffbcef00d19c5013f0c14a8d97f8893bac49cf1
[ "MIT" ]
null
null
null
unit RGBCMYKUtils; interface uses Windows, Graphics, Math; procedure ColorToCMYK(clr: TColor; var C, M, Y, K: integer); function GetCValue(c: TColor): integer; function GetMValue(c: TColor): integer; function GetYValue(c: TColor): integer; function GetKValue(c: TColor): integer; implementation procedure ColorToC...
16.578947
60
0.67619
aa95b360506c91b78d92cd51b4540df18a4a35b7
45,103
pas
Pascal
source/HtmlSymb.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
320
2015-01-12T08:42:13.000Z
2022-03-26T14:49:32.000Z
source/HtmlSymb.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
217
2015-01-05T10:40:53.000Z
2022-03-17T13:49:52.000Z
source/HtmlSymb.pas
PopRe/HtmlViewer
e7e96247fb1b63f59ddfcd2888793b354275b319
[ "MIT" ]
133
2015-02-10T12:51:08.000Z
2022-03-17T13:51:32.000Z
{ Version 11.7 Copyright (c) 2014-2016 by HtmlViewer Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge...
48.6548
125
0.60721
474a2343874505a87d0c4c0c9c54f31627046ba9
290
dpr
Pascal
DelphiLanguageCodeRage2018/07_BlockScope/BlockScope.dpr
xchinjo/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
44
2017-05-30T20:54:06.000Z
2022-02-25T16:44:23.000Z
DelphiLanguageCodeRage2018/07_BlockScope/BlockScope.dpr
jpluimers/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
null
null
null
DelphiLanguageCodeRage2018/07_BlockScope/BlockScope.dpr
jpluimers/DelphiSessions
0679d97a78ff232c6bbec1217c4f8c2104d58210
[ "MIT" ]
19
2017-07-25T10:03:13.000Z
2021-10-17T11:40:38.000Z
program BlockScope; uses Vcl.Forms, BlockScope_Form in 'BlockScope_Form.pas' {Form3}, SmartPointerClass in 'SmartPointerClass.pas'; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TForm3, Form3); Application.Run; end.
18.125
51
0.755172
f1c6aa4d28a65b2e2630efa13ad9311657af896f
60,591
dfm
Pascal
gui/DriverNameWatchAddForm.dfm
DavidXanatos/IRPMon
88c82499e84f0cd4e15252b03f68b03100089c57
[ "MIT" ]
1
2020-03-27T12:28:10.000Z
2020-03-27T12:28:10.000Z
gui/DriverNameWatchAddForm.dfm
DavidXanatos/IRPMon
88c82499e84f0cd4e15252b03f68b03100089c57
[ "MIT" ]
null
null
null
gui/DriverNameWatchAddForm.dfm
DavidXanatos/IRPMon
88c82499e84f0cd4e15252b03f68b03100089c57
[ "MIT" ]
null
null
null
object DriverNameWatchAddFrm: TDriverNameWatchAddFrm Left = 0 Top = 0 BorderIcons = [biSystemMenu] Caption = 'Watch for a driver' ClientHeight = 203 ClientWidth = 311 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = []...
64.458511
68
0.917777
8348c27c9a0233b20ed63156037bb2ac3c5d282c
6,991
pas
Pascal
windows/src/ext/jedi/jvcl/help/tools/Common/DtxDiagnoser.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/ext/jedi/jvcl/help/tools/Common/DtxDiagnoser.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/ext/jedi/jvcl/help/tools/Common/DtxDiagnoser.pas
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
unit DtxDiagnoser; interface uses Windows, Classes, JVCLHelpUtils, DtxParser, SysUtils; type TDtxDiagnoser = class private FWords: TStringList; FIdentifiers: TStringList; FNotWhiteSpace: TSysCharSet; FIgnoreWordsContainingNumbers: Boolean; FRemoveBeginQuotes: Boolean; FRemoveEndQuotes...
23.149007
92
0.691031
83b683b41d0483489db9d6e4e6dc6b208af7511f
12,657
pas
Pascal
Source/dlgToolProperties.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
769
2015-08-26T03:24:37.000Z
2022-03-31T15:58:00.000Z
Source/dlgToolProperties.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
392
2015-08-31T05:36:28.000Z
2022-03-24T10:05:21.000Z
Source/dlgToolProperties.pas
atkins126/pyscripter
285faf37ebcc1c0c82751206ea9827785e226876
[ "MIT" ]
311
2015-08-26T17:42:06.000Z
2022-03-22T16:32:17.000Z
{----------------------------------------------------------------------------- Unit Name: dlgToolProperties Author: Kiriakos Vlahos Date: 04-Jun-2005 Purpose: Dialog for specifying command-line tool properties History: -----------------------------------------------------------------------------} ...
31.251852
90
0.684996
f16fe529412be251a07e94511424f3438ace3080
2,302
pas
Pascal
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fAResize.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
72
2015-02-03T02:30:45.000Z
2020-01-30T17:20:52.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fAResize.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
80
2016-04-19T12:04:06.000Z
2020-01-31T14:35:19.000Z
Packages/Order Entry Results Reporting/CPRS/CPRS-Chart/fAResize.pas
rjwinchester/VistA
6ada05a153ff670adcb62e1c83e55044a2a0f254
[ "Apache-2.0" ]
67
2015-01-27T16:47:56.000Z
2020-02-12T21:23:56.000Z
unit fAResize; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, fPage, ExtCtrls, VA508AccessibilityManager; type TfrmAutoResize = class(TfrmPage) procedure FormDestroy(Sender: TObject); procedure FormResize(Sender: TObject); private FSizes: TList;...
21.92381
96
0.70808
47beb3f7efa294067be30721ed93f880d6841c40
2,321
pas
Pascal
src/cliente desktop/src/views/desktop.views.login.pas
ricardo-pontes/projeto-pousada
e525efab62b3d28b1852c3a581d7a9c4fa6c8fd7
[ "MIT" ]
null
null
null
src/cliente desktop/src/views/desktop.views.login.pas
ricardo-pontes/projeto-pousada
e525efab62b3d28b1852c3a581d7a9c4fa6c8fd7
[ "MIT" ]
null
null
null
src/cliente desktop/src/views/desktop.views.login.pas
ricardo-pontes/projeto-pousada
e525efab62b3d28b1852c3a581d7a9c4fa6c8fd7
[ "MIT" ]
null
null
null
unit desktop.views.login; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, System.Generics.Collections, FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls, FMX.Layouts, FMX.Objects, FMX.Effects, FMX.TabControl, F...
19.341667
72
0.707023
4764ad749844fcec721bb0c7b78e68eca0b9ee4d
5,683
dpr
Pascal
Notification Package/xLogonNotify.dpr
Private-Storm/Blog
d38c07ac877ac4de91207e5186d60740077cdb17
[ "Apache-2.0" ]
2
2020-01-09T16:10:15.000Z
2020-10-23T00:58:41.000Z
Notification Package/xLogonNotify.dpr
Private-Storm/Blog
d38c07ac877ac4de91207e5186d60740077cdb17
[ "Apache-2.0" ]
null
null
null
Notification Package/xLogonNotify.dpr
Private-Storm/Blog
d38c07ac877ac4de91207e5186d60740077cdb17
[ "Apache-2.0" ]
1
2020-10-23T00:58:44.000Z
2020-10-23T00:58:44.000Z
{******************************************************************************} { JEDI API example WinLogon Notification Package } { http://jedi-apilib.sourceforge.net } { ...
30.88587
91
0.527362
f16ae136f5f515e9862b37d7bdece270056129ac
2,110
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/CreateProcessExample/CreateProcessExampleMainFormU.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/jvcl/examples/CreateProcessExample/CreateProcessExampleMainFormU.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/jvcl/examples/CreateProcessExample/CreateProcessExampleMainFormU.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object CreateProcessExampleMainForm: TCreateProcessExampleMainForm Left = 382 Top = 134 Width = 544 Height = 375 Caption = 'TJvCreateProcess example (with notepad.exe)' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' ...
21.979167
67
0.574408
f13f63a2f82ae6f23ea32b5d771a132538912a61
4,190
pas
Pascal
Process/Capitalisation/SpecificWordCaps.pas
coolchyni/jcf-cli
69fd71b962fd1c1386ec4939e94dab70568bf7e6
[ "MIT" ]
22
2018-05-31T23:01:15.000Z
2021-11-16T11:25:36.000Z
Process/Capitalisation/SpecificWordCaps.pas
luridarmawan/jcf-cli
aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02
[ "MIT" ]
1
2018-08-14T21:15:51.000Z
2018-08-15T12:42:58.000Z
Process/Capitalisation/SpecificWordCaps.pas
luridarmawan/jcf-cli
aa61b3ae771ce8c9c45b8f5c3a3109f8ca82fc02
[ "MIT" ]
6
2018-05-31T06:31:55.000Z
2022-02-19T03:04:14.000Z
unit SpecificWordCaps; {(*} (*------------------------------------------------------------------------------ Delphi Code formatter source code The Original Code is SpecificWordCaps, released May 2003. The Initial Developer of the Original Code is Anthony Steele. Portions created by Anthony Steele are Copyright (C) 1...
25.393939
89
0.697852
47f1ee7474c7f018804caaf5208bfa884f211167
6,453
pas
Pascal
Components/JVCL/examples/RaLib/RaEditor/fJvEditorTest.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/examples/RaLib/RaEditor/fJvEditorTest.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
null
null
null
Components/JVCL/examples/RaLib/RaEditor/fJvEditorTest.pas
sabatex/Delphi
0efbe6eb38bf8aa2bf269d1866741266e90b9cbf
[ "MIT" ]
1
2019-12-24T08:39:18.000Z
2019-12-24T08:39:18.000Z
{****************************************************************** JEDI-VCL Demo Copyright (C) 2002 Project JEDI Original author: Contributor(s): You may retrieve the latest version of this file at the JEDI-JVCL home page, located at http://jvcl.sourceforge.net The contents of this f...
29.199095
125
0.685728
fc13ea9f13a941245b55f0f3aeb6d6de1e4ea85a
123
pas
Pascal
Test/SimpleScripts/exception_nested_call2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
1
2022-02-18T22:14:44.000Z
2022-02-18T22:14:44.000Z
Test/SimpleScripts/exception_nested_call2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
Test/SimpleScripts/exception_nested_call2.pas
synapsea/DW-Script
b36c2e57f0285c217f8f0cae8e4e158d21127163
[ "Condor-1.1" ]
null
null
null
function Test1 : String; begin raise Exception.Create('TEST'); end; procedure Test2; begin StrToInt(Test1); end; Test2;
11.181818
32
0.739837
f11ffe5ec7bffbce26c69710c72583c5d8c8e659
6,650
pas
Pascal
BlurBehind/BlurBehindControl.pas
Spelt/CodeRage2019
6585f8af9c6c896969a47152e5a5288b7844e993
[ "BSD-2-Clause" ]
1
2021-04-25T13:01:00.000Z
2021-04-25T13:01:00.000Z
BlurBehind/BlurBehindControl.pas
Spelt/CodeRage2019
6585f8af9c6c896969a47152e5a5288b7844e993
[ "BSD-2-Clause" ]
null
null
null
BlurBehind/BlurBehindControl.pas
Spelt/CodeRage2019
6585f8af9c6c896969a47152e5a5288b7844e993
[ "BSD-2-Clause" ]
null
null
null
unit BlurBehindControl; interface uses System.Classes, FMX.Types, FMX.Controls, FMX.Graphics, FMX.Filter.Effects, FMX.Objects, System.UITypes; type { A control that blurs whatever is behind it. } TBlurBehindControl = class(TRectangle) {$REGION 'Internal Declarations'} private FBitmapControlBehind, FBitma...
23.66548
135
0.770827
834a3cb74f53e7713c331c9a70810aab9ca1b179
2,822
pas
Pascal
Oxygene/Echoes/Framework/WCF/IndigoClient/Main.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
19
2016-04-09T12:40:27.000Z
2022-02-22T12:15:03.000Z
Oxygene/Echoes/Framework/WCF/IndigoClient/Main.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
3
2017-09-05T09:31:29.000Z
2019-09-11T04:49:27.000Z
Oxygene/Echoes/Framework/WCF/IndigoClient/Main.pas
remobjects/ElementsSamples
744647f59424c18ccb06c0c776b2dcafdabb0513
[ "MIT" ]
11
2016-12-29T19:30:39.000Z
2021-08-31T12:20:27.000Z
namespace Indigo; interface uses System.Drawing, System.Collections, System.Collections.Generic, System.Linq, System.Windows.Forms, System.ComponentModel, System.ServiceModel, System.ServiceModel.Description; type /// <summary> /// Summary description for MainForm. /// </summary> MainForm = pa...
26.87619
142
0.725018
851f35be93e585d557a3bfa1dd980ed192b9ba60
24,236
pas
Pascal
Generation/uDUnitXTestGen.pas
GDKsoftware/OpenTestGrip
a06f7840aea852c9d84ea2178e792d93866bf797
[ "MIT" ]
null
null
null
Generation/uDUnitXTestGen.pas
GDKsoftware/OpenTestGrip
a06f7840aea852c9d84ea2178e792d93866bf797
[ "MIT" ]
null
null
null
Generation/uDUnitXTestGen.pas
GDKsoftware/OpenTestGrip
a06f7840aea852c9d84ea2178e792d93866bf797
[ "MIT" ]
null
null
null
unit uDUnitXTestGen; interface uses Classes, uTestDefs, uPascalFileGen, uUnitTestGenIntf, uUnitTestGenBase, uCommonFunctions; type TDUnitXTestClassFileGen = class(TUnitTestClassFileGenBase, IUnitTestClassFileGen) private procedure AddImpliesChecks(const ComposedTestFunction: TUnitTestFunctionGen; const...
36.665658
277
0.661825
47fde3692f967a56c0ef73596d7fddfeb6ca79d2
1,472
pas
Pascal
Source/TextEditor.Search.Highlighter.pas
edwinyzh/TTextEditor
d1844c5ff10fe302457b8d58348c7dbd015703e7
[ "MIT" ]
74
2021-06-14T12:58:47.000Z
2022-03-15T13:36:42.000Z
Source/TextEditor.Search.Highlighter.pas
edwinyzh/TTextEditor
d1844c5ff10fe302457b8d58348c7dbd015703e7
[ "MIT" ]
null
null
null
Source/TextEditor.Search.Highlighter.pas
edwinyzh/TTextEditor
d1844c5ff10fe302457b8d58348c7dbd015703e7
[ "MIT" ]
20
2021-06-13T15:17:23.000Z
2022-03-26T03:30:59.000Z
unit TextEditor.Search.Highlighter; interface uses System.Classes, Vcl.Graphics, TextEditor.Search.Highlighter.Colors, TextEditor.Types; type TTextEditorSearchHighlighter = class(TPersistent) strict private FColors: TTextEditorSearchColors; FOnChange: TTextEditorSearchChangeEvent; procedure SetCol...
23.365079
88
0.800272
f169a42fed62d12f792f1441b577d48bb3817a9c
12,557
pas
Pascal
UT_ThreadingAdvanced.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
48
2018-11-19T22:13:00.000Z
2021-11-02T17:25:41.000Z
UT_ThreadingAdvanced.pas
randydom/commonx
2315f1acf41167bd77ba4d040b3f5b15a5c5b81a
[ "MIT" ]
6
2018-11-24T17:15:29.000Z
2019-05-15T14:59:56.000Z
UT_ThreadingAdvanced.pas
adaloveless/commonx
ed37b239e925119c7ceb3ac7949eefb0259c7f77
[ "MIT" ]
12
2018-11-20T15:15:44.000Z
2021-09-14T10:12:43.000Z
unit UT_ThreadingAdvanced; interface uses unittest, systemx, System.SyncObjs, managedthread, sysutils, tickcount, signals; type TThread_WaitsForSignal= class(TManagedThread) protected waitingon: TEvent; public ut: TUnitTest; result : string; DelayAfterReceivingSignal: ticker; procedure Do...
22.748188
151
0.685753
473150c8e1c24eb2feaa2c59190ec7f4ded0ae01
113
pas
Pascal
Libraries/SynEdit/Source/QSynHighlighterJScript.pas
Patiencer/Concepts
e63910643b2401815dd4f6b19fbdf0cd7d443392
[ "Apache-2.0" ]
19
2018-10-22T23:45:31.000Z
2021-05-16T00:06:49.000Z
package/synedit-201b/SynEdit/Source/QSynHighlighterJScript.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
16
2019-02-02T19:54:54.000Z
2019-02-28T05:22:36.000Z
package/synedit-201b/SynEdit/Source/QSynHighlighterJScript.pas
RonaldoSurdi/Sistema-gerenciamento-websites-delphi
8cc7eec2d05312dc41f514bbd5f828f9be9c579e
[ "MIT" ]
6
2018-08-30T05:16:21.000Z
2021-05-12T20:25:43.000Z
unit QSynHighlighterJScript; {$DEFINE SYN_CLX} {$DEFINE QSYNHIGHLIGHTERJSCRIPT} {$I SynHighlighterJScript.pas}
16.142857
32
0.814159
471f95fe5e7a25cdc622bab66fc890132239e8e2
3,587
pas
Pascal
src/Main.pas
bogdanpolak/delphi-static-code-analyser
a13559bdd79faed64dfc34e29eb7f5ffe1bf1676
[ "MIT" ]
1
2020-12-02T10:10:04.000Z
2020-12-02T10:10:04.000Z
src/Main.pas
bogdanpolak/delphi-static-code-analyser
a13559bdd79faed64dfc34e29eb7f5ffe1bf1676
[ "MIT" ]
null
null
null
src/Main.pas
bogdanpolak/delphi-static-code-analyser
a13559bdd79faed64dfc34e29eb7f5ffe1bf1676
[ "MIT" ]
2
2020-12-02T10:10:43.000Z
2020-12-07T13:15:27.000Z
unit Main; interface uses System.SysUtils, System.Classes, System.IOUtils, System.Math, System.Generics.Collections, {} Configuration.AppConfig, Command.AnalyseProject, Filters.Method; type TApplicationMode = (amComplexityAnalysis, amOneFile, amGenerateXml); const ApplicationMode: TApplication...
23.141935
78
0.724282
47d2a226e3d00ecef051705ba83a7aef07cec38c
2,438
pas
Pascal
Lib/Classes/Common/BarcodeFormat.pas
mmatsinger/ZXing.Delphi
1306e37da6eaad2feb090dd2d7b8fb1660a35817
[ "Apache-2.0" ]
2
2019-09-28T05:47:00.000Z
2020-04-29T10:10:41.000Z
Lib/Classes/Common/BarcodeFormat.pas
gkobler/ZXing.Delphi
1306e37da6eaad2feb090dd2d7b8fb1660a35817
[ "Apache-2.0" ]
null
null
null
Lib/Classes/Common/BarcodeFormat.pas
gkobler/ZXing.Delphi
1306e37da6eaad2feb090dd2d7b8fb1660a35817
[ "Apache-2.0" ]
1
2021-08-04T12:35:31.000Z
2021-08-04T12:35:31.000Z
unit BarcodeFormat; { * Copyright 2008 ZXing authors * * 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...
25.395833
109
0.640689
47c2827f3175e5b41b0c55dce8c8675e5411eae0
2,174
pas
Pascal
iaimp/aimp_sdk/Sources/Delphi/apiSkins.pas
ark0f/aimp.rs
dc2e650dd8b9b7751d40a2ff9b97cfbb3fd18967
[ "Apache-2.0" ]
null
null
null
iaimp/aimp_sdk/Sources/Delphi/apiSkins.pas
ark0f/aimp.rs
dc2e650dd8b9b7751d40a2ff9b97cfbb3fd18967
[ "Apache-2.0" ]
null
null
null
iaimp/aimp_sdk/Sources/Delphi/apiSkins.pas
ark0f/aimp.rs
dc2e650dd8b9b7751d40a2ff9b97cfbb3fd18967
[ "Apache-2.0" ]
null
null
null
{************************************************} {* *} {* AIMP Programming Interface *} {* v4.50 build 2000 *} {* *} {* Artem Izmaylov *} {* ...
31.507246
91
0.590616
f1eed769238f6f02be469c58d50e2ae557af6741
787
dpr
Pascal
TString/Test/TStringTests.dpr
dimsa/sv-utils
cc527656cfb17fad2ab857c82935b332dc7dd2e9
[ "MIT" ]
5
2015-10-11T07:33:12.000Z
2021-03-19T05:58:27.000Z
TString/Test/TStringTests.dpr
AArhin/sv-utils
ba1509407b7966d4821d43df0b9e5f009fe90f18
[ "MIT" ]
null
null
null
TString/Test/TStringTests.dpr
AArhin/sv-utils
ba1509407b7966d4821d43df0b9e5f009fe90f18
[ "MIT" ]
3
2017-05-04T13:36:22.000Z
2019-02-20T18:16:38.000Z
program TStringTests; { Delphi DUnit Test Project ------------------------- This project contains the DUnit test framework and the GUI/Console test runners. Add "CONSOLE_TESTRUNNER" to the conditional defines entry in the project options to use the console test runner. Otherwise the GUI test runner w...
21.27027
83
0.691233
f1dc9c56e8a93ad1bf26c65fab053b53617d50f6
290
lpr
Pascal
fireball_CPU.hw/fireball_CPU.lpr
fire219/FireballCPU
1f55a1611cd529d763dce94a868992114fb0bfb2
[ "Unlicense" ]
null
null
null
fireball_CPU.hw/fireball_CPU.lpr
fire219/FireballCPU
1f55a1611cd529d763dce94a868992114fb0bfb2
[ "Unlicense" ]
null
null
null
fireball_CPU.hw/fireball_CPU.lpr
fire219/FireballCPU
1f55a1611cd529d763dce94a868992114fb0bfb2
[ "Unlicense" ]
null
null
null
<?xml version="1.0" encoding="UTF-8"?> <!-- Product Version: Vivado v2021.1 (64-bit) --> <!-- --> <!-- Copyright 1986-2021 Xilinx, Inc. All Rights Reserved. --> <labtools version="1" minor="0"/>
41.428571
70
0.413793
83760d832f9b13770bd9acedf5dcfa2737d8c8c1
1,577
pas
Pascal
out/production/pascalet/Input.pas
patricklatorre/pascalet
14f819c98b71fba82359b7fd8537bac6888b77a5
[ "MIT" ]
null
null
null
out/production/pascalet/Input.pas
patricklatorre/pascalet
14f819c98b71fba82359b7fd8537bac6888b77a5
[ "MIT" ]
null
null
null
out/production/pascalet/Input.pas
patricklatorre/pascalet
14f819c98b71fba82359b7fd8537bac6888b77a5
[ "MIT" ]
null
null
null
program Input; {integer global vars} {i is used as an iterator} var someint, i : integer; {boolea global vars} var somebool : boolean; {increment a given parameter and return the value} function increment(number:integer) : integer; begin increment := number + 1; end; {takes 3 strings and prints the...
19.231707
67
0.490171
83cd87940fb2536625daeda33a510a1ee1d80679
6,043
pas
Pascal
MC/ueditalarmelement.pas
itfx3035/lazarus-freepascal-ims
b411f18490dbee0a7b37fe6bb74cb96ba523bae0
[ "MIT" ]
null
null
null
MC/ueditalarmelement.pas
itfx3035/lazarus-freepascal-ims
b411f18490dbee0a7b37fe6bb74cb96ba523bae0
[ "MIT" ]
null
null
null
MC/ueditalarmelement.pas
itfx3035/lazarus-freepascal-ims
b411f18490dbee0a7b37fe6bb74cb96ba523bae0
[ "MIT" ]
null
null
null
unit uEditAlarmElement; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, uCustomTypes, uStrUtils; type { TfEditAlarmElement } TfEditAlarmElement = class(TForm) bCancel: TButton; bOK: TButton; cbAlarmType: TComboBox; ...
30.675127
126
0.720834
83217431fdcda30bcc3a3636bde2cd73219f4625
734
dfm
Pascal
Source/experiments/ProjectRCL/OneButtonLabelAndRadioButton.dfm
atkins126/DelphiRTL
f0ea29598025346577870cc9a27338592c4dac1b
[ "BSD-2-Clause" ]
40
2016-09-28T21:34:23.000Z
2021-12-25T23:02:09.000Z
Source/experiments/ProjectRCL/OneButtonLabelAndRadioButton.dfm
anomous/DelphiRTL
0bd427025b479a1356da846b7788e3ba3bc9a3c8
[ "BSD-2-Clause" ]
11
2017-08-30T13:03:00.000Z
2020-08-25T13:46:05.000Z
Source/experiments/ProjectRCL/OneButtonLabelAndRadioButton.dfm
anomous/DelphiRTL
0bd427025b479a1356da846b7788e3ba3bc9a3c8
[ "BSD-2-Clause" ]
15
2016-11-24T05:52:39.000Z
2021-11-11T00:50:12.000Z
object Form6: TForm6 Left = 0 Top = 0 Caption = 'Form6' ClientHeight = 336 ClientWidth = 635 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object La...
17.902439
35
0.621253
fc14422b79e905cc54a5f6da095787937afae318
256
dpr
Pascal
Demos/NetComVSIndy/Server/NetComVSIndyServer.dpr
megatkurniawan/NetCom7
052027c74f8e5aee9e936125931b1510b5739b25
[ "MIT" ]
139
2020-04-13T10:05:09.000Z
2022-03-16T00:35:50.000Z
Demos/NetComVSIndy/Server/NetComVSIndyServer.dpr
mrandreastoth/NetCom7
1bb22d8e8f66ca6fd7b70925024525f845a8899d
[ "MIT" ]
22
2020-04-15T03:17:53.000Z
2022-02-09T13:08:31.000Z
Demos/NetComVSIndy/Server/NetComVSIndyServer.dpr
mrandreastoth/NetCom7
1bb22d8e8f66ca6fd7b70925024525f845a8899d
[ "MIT" ]
34
2020-04-13T11:26:35.000Z
2022-01-26T04:23:44.000Z
program NetComVSIndyServer; uses Vcl.Forms, ufrmMain in 'ufrmMain.pas' {frmMain}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm(TfrmMain, frmMain); Application.Run; end.
17.066667
45
0.703125
fc1b1e667008e0bcfdcb1e3ade08b1644db603b3
3,896
pas
Pascal
src/libraries/hashlib4pascal/Base/HlpHashBuffer.pas
SkybuckFlying/PascalCoinSimplified
a3dbc67aa47bfe87a207e15abe8a31ea238fa74a
[ "MIT" ]
1
2019-02-05T18:33:02.000Z
2019-02-05T18:33:02.000Z
src/libraries/hashlib4pascal/Base/HlpHashBuffer.pas
SkybuckFlying/PascalCoinSimplified
a3dbc67aa47bfe87a207e15abe8a31ea238fa74a
[ "MIT" ]
1
2018-07-20T21:18:54.000Z
2018-07-20T21:18:54.000Z
src/libraries/hashlib4pascal/Base/HlpHashBuffer.pas
SkybuckFlying/PascalCoinSimplified
a3dbc67aa47bfe87a207e15abe8a31ea238fa74a
[ "MIT" ]
null
null
null
unit HlpHashBuffer; {$I ..\Include\HashLib.inc} interface uses {$IFDEF HAS_UNITSCOPE} System.SysUtils, {$ELSE} SysUtils, {$ENDIF HAS_UNITSCOPE} HlpHashLibTypes; type THashBuffer = record strict private Fm_data: THashLibByteArray; Fm_pos: Int32; function GetIsEmpty: Boolean; inline; func...
21.173913
79
0.704055
85ab685bca13b886cef23bf3ba6aa2858f50fe3c
6,630
dfm
Pascal
windows/src/ext/jedi/jvcl/tests/archive/jvcl/examples/JvWinDialogs/testunit.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/jvcl/examples/JvWinDialogs/testunit.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/jvcl/examples/JvWinDialogs/testunit.dfm
bravogeorge/keyman
c0797e36292de903d7313214d1f765e3d9a2bf4d
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
object Form1: TForm1 Left = 483 Top = 232 BorderStyle = bsDialog Caption = 'WinDialogs Demo' ClientHeight = 202 ClientWidth = 208 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder...
27.857143
71
0.704977
f1efad5ccfd1c23050701dacc9c50b49f88f1acf
459,851
pas
Pascal
source/ALString.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
1
2019-08-01T04:40:10.000Z
2019-08-01T04:40:10.000Z
source/ALString.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
null
null
null
source/ALString.pas
zekiguven/alcinoe
e55c5368ee8bfe7cd6d92424c29ab07d8a3e844c
[ "Apache-2.0" ]
null
null
null
{************************************************************* Description: Powerfull stringreplace, Pos, Move, comparetext, uppercase, lowercase function. Also a powerfull FastTagReplace function To replace in string tag like <#tagname params1="value1" params2="value2"> ...
35.487807
231
0.555423
f18e908e1e25b69a65c6eb200507344ad12a0275
329
pas
Pascal
kvadrat.pas
upbyte/pascal
f3098ac653334fb7d80944283e38afb547a4e2d0
[ "MIT" ]
null
null
null
kvadrat.pas
upbyte/pascal
f3098ac653334fb7d80944283e38afb547a4e2d0
[ "MIT" ]
null
null
null
kvadrat.pas
upbyte/pascal
f3098ac653334fb7d80944283e38afb547a4e2d0
[ "MIT" ]
null
null
null
Program Kvadrat; var a,b,c,x1,x2,d:real; BEGIN write('Vvedite a,b,c: '); readln(a,b,c); d:=(b*b)-(4*a*c); if D<0 then writeln('NET reshenii'); if D=0 then begin x1:=-b/(2*a); writeln('x= ',x1:0:2); end; if D>0 then begin x1:=(-b+sqrt(d))/(2*a); x2:=(-b-sqrt(d))/(2*a); writeln('x1= ',x1:0:2,'; x2= ',x2:0:2); end; read...
17.315789
39
0.568389
f1053f85754ef0ec16414415d043139039caf37f
6,525
pas
Pascal
Scripts/Delphiscript Scripts/PCB/PCB Outputs/GetObjectClasses.pas
spoilsport/Yazgac-Libraries
276edeca757c524f7b6c04495d07bd41f6a2f691
[ "MIT" ]
null
null
null
Scripts/Delphiscript Scripts/PCB/PCB Outputs/GetObjectClasses.pas
spoilsport/Yazgac-Libraries
276edeca757c524f7b6c04495d07bd41f6a2f691
[ "MIT" ]
null
null
null
Scripts/Delphiscript Scripts/PCB/PCB Outputs/GetObjectClasses.pas
spoilsport/Yazgac-Libraries
276edeca757c524f7b6c04495d07bd41f6a2f691
[ "MIT" ]
null
null
null
{......................................................................................................} { } { } {......................................................................................................} {..................................................................................................
37.936047
110
0.388966
83e1862871accbd63e75d3ee2f6b1bcd6b78b64f
23,531
pas
Pascal
library/fhir4/fhir4_graphdefinition.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
library/fhir4/fhir4_graphdefinition.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
library/fhir4/fhir4_graphdefinition.pas
danka74/fhirserver
1fc53b6fba67a54be6bee39159d3db28d42eb8e2
[ "BSD-3-Clause" ]
null
null
null
unit fhir4_graphdefinition; { 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: * Redistributio...
33.519943
189
0.692278