hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
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
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
9d8f09680efa96f6a7ad4b8d658a9cb86ff39d89
5,139
cshtml
C#
ServerQueryTool/Views/Home/ViewAll.cshtml
mbrinkho/ServerQueryTool
cbebe37928229d6b1d593a633fd796423823bd2b
[ "MIT" ]
null
null
null
ServerQueryTool/Views/Home/ViewAll.cshtml
mbrinkho/ServerQueryTool
cbebe37928229d6b1d593a633fd796423823bd2b
[ "MIT" ]
null
null
null
ServerQueryTool/Views/Home/ViewAll.cshtml
mbrinkho/ServerQueryTool
cbebe37928229d6b1d593a633fd796423823bd2b
[ "MIT" ]
null
null
null
@model IEnumerable<ServerQueryTool.Models.Server> @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>Index</h2> <p> @Html.ActionLink("Create New", "Create") </p> <table class="table"> <tr> <th> @Html.DisplayNameFor(model => model.Name) </th> ...
27.778378
86
0.489589
b165b950ba39ff8922577179133eb7d9ff64d89f
699
cs
C#
nhn_next_gameserver_lab_2017_HttpServer/WebAPI_SelfHosting_LibHost/ConsoleHostServer/Program.cs
jacking75/Netowrok_Projects
7788a9265818db6d781620fd644124aca425fe3c
[ "MIT" ]
5
2019-03-23T09:42:14.000Z
2020-02-18T06:14:36.000Z
nhn_next_gameserver_lab_2017_HttpServer/WebAPI_SelfHosting_LibHost/ConsoleHostServer/Program.cs
jacking75/Netowrok_Projects
7788a9265818db6d781620fd644124aca425fe3c
[ "MIT" ]
null
null
null
nhn_next_gameserver_lab_2017_HttpServer/WebAPI_SelfHosting_LibHost/ConsoleHostServer/Program.cs
jacking75/Netowrok_Projects
7788a9265818db6d781620fd644124aca425fe3c
[ "MIT" ]
1
2019-08-19T01:49:28.000Z
2019-08-19T01:49:28.000Z
using System; using Microsoft.Owin.Hosting; namespace ConsoleHostServer { class Program { static void Main(string[] args) { string baseAddress = "http://localhost:19000/"; // 내부에서만 접속하는 경우는 localhost 사용 //string baseAddress = "http://10.73.44.51:19000/"; // ...
27.96
95
0.522175
c966e2c6faadc60ebfb89e70b5c15640cde221d1
9,240
cs
C#
src/WebUI/Areas/Admin/Models/EmployeeInfoVM/EmployeeInfoForEditViewModel.cs
yiyungent/TES
a736f8e3153ccbfa11fff0ed0984ed6b09740ee3
[ "Apache-2.0" ]
null
null
null
src/WebUI/Areas/Admin/Models/EmployeeInfoVM/EmployeeInfoForEditViewModel.cs
yiyungent/TES
a736f8e3153ccbfa11fff0ed0984ed6b09740ee3
[ "Apache-2.0" ]
null
null
null
src/WebUI/Areas/Admin/Models/EmployeeInfoVM/EmployeeInfoForEditViewModel.cs
yiyungent/TES
a736f8e3153ccbfa11fff0ed0984ed6b09740ee3
[ "Apache-2.0" ]
null
null
null
using Core; using Domain; using Service; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; using WebUI.Extensions; namespace WebUI.Areas.Admin.Models.EmployeeInfoVM { public class EmployeeInfoForEditViewModel ...
31.428571
149
0.495996
aa76efecc54bb1281828466233e38ab631575926
879
cs
C#
src/WebCompilerVsix/ContentType/HandlebarsContentTypeDefinition.cs
leemcmullen/WebCompiler
6f49c0e9d50ea98795871c3780d25dd9c0af4e53
[ "Apache-2.0" ]
475
2015-06-08T03:47:15.000Z
2022-03-31T21:45:23.000Z
src/WebCompilerVsix/ContentType/HandlebarsContentTypeDefinition.cs
leemcmullen/WebCompiler
6f49c0e9d50ea98795871c3780d25dd9c0af4e53
[ "Apache-2.0" ]
467
2015-06-08T13:21:44.000Z
2022-03-30T14:34:08.000Z
src/WebCompilerVsix/ContentType/HandlebarsContentTypeDefinition.cs
leemcmullen/WebCompiler
6f49c0e9d50ea98795871c3780d25dd9c0af4e53
[ "Apache-2.0" ]
222
2015-06-08T22:30:23.000Z
2022-03-16T11:35:42.000Z
using System.ComponentModel.Composition; using Microsoft.VisualStudio.Utilities; namespace WebCompilerVsix { /// <summary> /// Exports the HandleBars content type and file extension (.handlebars) /// </summary> public class HandlebarsContentTypeDefinition { public const string HandleBarsCo...
32.555556
89
0.68942
1b9937d6f6dcb3ef90c7f4ab1f52ed7f25fff5fc
243
cs
C#
src/PropertyBot.Provider.KSK/Entity/Embedded.cs
kabieror/PropertyBot
b622e3df3a01a5598f835065bbf90168efa46f0b
[ "MIT" ]
1
2021-02-27T10:53:13.000Z
2021-02-27T10:53:13.000Z
src/PropertyBot.Provider.KSK/Entity/Embedded.cs
kabieror/PropertyBot
b622e3df3a01a5598f835065bbf90168efa46f0b
[ "MIT" ]
37
2020-08-10T13:07:09.000Z
2020-11-17T20:03:18.000Z
src/PropertyBot.Provider.KSK/Entity/Embedded.cs
kabieror/PropertyBot
b622e3df3a01a5598f835065bbf90168efa46f0b
[ "MIT" ]
1
2021-02-28T10:51:56.000Z
2021-02-28T10:51:56.000Z
using System.Collections.Generic; using System.Text.Json.Serialization; namespace PropertyBot.Provider.KSK.Entity { public class Embedded { [JsonPropertyName("estate")] public List<Estate> Estate { get; set; } } }
24.3
49
0.687243
841d2e0bcee5153739298442bfe5bbc487f2a568
1,058
cs
C#
Forms/Mobile.RefApp.CoreUI/ViewModels/Azure/AzureTokenRawViewerViewModel.cs
costoda-ey/XF-RefApp-Enterprise
cc0b8a5569e6d32da319ce03da612d150260550c
[ "MIT" ]
1
2020-05-19T15:00:35.000Z
2020-05-19T15:00:35.000Z
Forms/Mobile.RefApp.CoreUI/ViewModels/Azure/AzureTokenRawViewerViewModel.cs
costoda-ey/XF-RefApp-Enterprise
cc0b8a5569e6d32da319ce03da612d150260550c
[ "MIT" ]
null
null
null
Forms/Mobile.RefApp.CoreUI/ViewModels/Azure/AzureTokenRawViewerViewModel.cs
costoda-ey/XF-RefApp-Enterprise
cc0b8a5569e6d32da319ce03da612d150260550c
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using Mobile.RefApp.CoreUI.Base; using Mobile.RefApp.Lib.ADAL; using Mobile.RefApp.Lib.Logging; namespace Mobile.RefApp.CoreUI.ViewModels { public class AzureTokenRawViewerViewModel : BaseViewModel { private CacheToken _cacheToken...
28.594595
99
0.594518
d61c339aa5888ed2f93859716dd965fb15a2d797
1,956
cs
C#
Source/Mirabeau.uTransporter/Logging/LogFileDataService.cs
mirabeau-nl/mirabeau-net-umbracosync
5423ad4533d58b4e7eda83e324a585751a4c23e3
[ "BSD-3-Clause" ]
3
2015-09-25T20:08:53.000Z
2017-08-24T19:56:48.000Z
Source/Mirabeau.uTransporter/Logging/LogFileDataService.cs
mirabeau-nl/mirabeau-net-umbracosync
5423ad4533d58b4e7eda83e324a585751a4c23e3
[ "BSD-3-Clause" ]
2
2015-12-11T20:52:14.000Z
2015-12-23T12:23:19.000Z
Source/Mirabeau.uTransporter/Logging/LogFileDataService.cs
mirabeau-nl/uTransporter
5423ad4533d58b4e7eda83e324a585751a4c23e3
[ "BSD-3-Clause" ]
null
null
null
using System.Collections.Generic; using System.IO; using System.Text.RegularExpressions; using System.Web.Hosting; using Mirabeau.uTransporter.Extensions; using Mirabeau.uTransporter.Models; namespace Mirabeau.uTransporter.Logging { public class LogFileDataService { public List<LogFileDataItem> Entri...
28.347826
115
0.55317
d63c86ce51284bf92fd22f8372481b4b9cff303b
988
cs
C#
src/ESFA.DC.ILR.ValidationService.RuleSet.Modules/Common/DerivedDataModule.cs
sampanu/DC-ILR-1819-ValidationService
0a1ee914911ec30cd524419fa609cc637543be13
[ "MIT" ]
null
null
null
src/ESFA.DC.ILR.ValidationService.RuleSet.Modules/Common/DerivedDataModule.cs
sampanu/DC-ILR-1819-ValidationService
0a1ee914911ec30cd524419fa609cc637543be13
[ "MIT" ]
null
null
null
src/ESFA.DC.ILR.ValidationService.RuleSet.Modules/Common/DerivedDataModule.cs
sampanu/DC-ILR-1819-ValidationService
0a1ee914911ec30cd524419fa609cc637543be13
[ "MIT" ]
null
null
null
using Autofac; using ESFA.DC.ILR.ValidationService.Rules.Derived; using ESFA.DC.ILR.ValidationService.Rules.Derived.Interface; namespace ESFA.DC.ILR.ValidationService.RuleSet.Modules.Common { internal class DerivedDataModule : Module { protected override void Load(ContainerBuilder builder) { ...
47.047619
108
0.716599
b1f048bb330e396584cc73cc1f0ecef2074a0946
14,746
cs
C#
Xamarin.Forms.Platform.Android/Material/MaterialButtonRenderer.cs
brainoffline/Xamarin.Forms
58b1a4cb811ed711b86e978f60cf8c342daabd39
[ "MIT" ]
null
null
null
Xamarin.Forms.Platform.Android/Material/MaterialButtonRenderer.cs
brainoffline/Xamarin.Forms
58b1a4cb811ed711b86e978f60cf8c342daabd39
[ "MIT" ]
null
null
null
Xamarin.Forms.Platform.Android/Material/MaterialButtonRenderer.cs
brainoffline/Xamarin.Forms
58b1a4cb811ed711b86e978f60cf8c342daabd39
[ "MIT" ]
null
null
null
#if __ANDROID_28__ using System; using System.ComponentModel; using Android.Content; using Android.Content.Res; using Android.Graphics; using Android.Graphics.Drawables; using Android.Support.V4.View; using Android.Support.V4.Widget; using Android.Util; using Android.Views; using Xamarin.Forms; using Xamarin.Forms.Inte...
29.610442
188
0.73525
115cd149c3cf5d560ad96e8b8261e1ed78519501
214
cs
C#
Protobuild.Internal/Generation/IProjectLoader.cs
Protobuild/Protobuild
f73848e43ee441c5db2670ce776a3be421815475
[ "MIT" ]
111
2016-02-24T10:25:51.000Z
2022-02-22T10:46:05.000Z
Protobuild.Internal/Generation/IProjectLoader.cs
hach-que/Protobuild
f73848e43ee441c5db2670ce776a3be421815475
[ "MIT" ]
82
2015-01-01T14:48:14.000Z
2016-02-20T06:54:28.000Z
Protobuild.Internal/Generation/IProjectLoader.cs
Protobuild/Protobuild
f73848e43ee441c5db2670ce776a3be421815475
[ "MIT" ]
15
2016-02-24T11:55:09.000Z
2022-02-22T10:46:06.000Z
using System; using System.Xml; namespace Protobuild { internal interface IProjectLoader { LoadedDefinitionInfo Load(string targetPlatform, ModuleInfo module, DefinitionInfo definition); } }
17.833333
103
0.742991
9e67af4279ef689525ac8c7601f9f31d5381fcf6
140
cs
C#
MiniZip.Test/TestSupport/BclZipResult.cs
joelverhagen/MiniZip
fbffe4fb8b2cfc30091ded3134668e82fbd1f432
[ "MIT" ]
12
2017-12-11T03:17:24.000Z
2021-12-21T22:49:57.000Z
MiniZip.Test/TestSupport/BclZipResult.cs
joelverhagen/MiniZip
fbffe4fb8b2cfc30091ded3134668e82fbd1f432
[ "MIT" ]
3
2017-12-14T08:52:17.000Z
2019-07-01T02:00:33.000Z
MiniZip.Test/TestSupport/BclZipResult.cs
joelverhagen/MiniZip
fbffe4fb8b2cfc30091ded3134668e82fbd1f432
[ "MIT" ]
4
2018-08-29T17:02:44.000Z
2021-08-14T15:31:47.000Z
using System.Collections.Generic; namespace Knapcode.MiniZip { public class BclZipResult : ZipResult<List<BclZipEntry>> { } }
15.555556
60
0.714286
9e7536f67d5c9f7116867771b053f470923a7e25
2,324
cs
C#
Hyperion.UnitTest/Communication/HttpTest.cs
robertzml/Hyperion
a43fced073de66720c4a8937b71c779f0e66e135
[ "Apache-2.0" ]
2
2019-06-26T07:56:20.000Z
2022-03-30T06:47:11.000Z
Hyperion.UnitTest/Communication/HttpTest.cs
robertzml/Hyperion
a43fced073de66720c4a8937b71c779f0e66e135
[ "Apache-2.0" ]
null
null
null
Hyperion.UnitTest/Communication/HttpTest.cs
robertzml/Hyperion
a43fced073de66720c4a8937b71c779f0e66e135
[ "Apache-2.0" ]
4
2017-05-30T02:46:06.000Z
2022-03-17T06:43:37.000Z
using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Hyperion.UnitTest { using Poseidon.Common; using Hyperion.ControlClient.Communication; using Hyperion.ControlClient.Protocol; [TestClass] public class HttpTest { ...
26.409091
84
0.546902
16a5d1803e5ff806ba16b7d2cfe53a13485037e1
418
cs
C#
MobaProtocol.Data/BattleSceneModel.cs
moto2002/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
4
2017-06-28T06:05:04.000Z
2021-02-12T11:56:04.000Z
MobaProtocol.Data/BattleSceneModel.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
null
null
null
MobaProtocol.Data/BattleSceneModel.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
8
2017-07-18T13:34:57.000Z
2022-03-05T08:02:36.000Z
using ProtoBuf; using System; namespace MobaProtocol.Data { [ProtoContract] public class BattleSceneModel { [ProtoMember(1)] public long SceneId { get; set; } [ProtoMember(2)] public byte Star { get; set; } [ProtoMember(3)] public int DayCount { get; ...
11
31
0.550239
e553a1685900ace1e5d1346593e91dc30692c79c
1,706
cs
C#
src/Stubbl.Api/QueryHandlers/FindAuthenticatedUserQueryHandler.cs
stubbl/stubbl-api
edc98573be4dd84a207efbd0e2c568251eb97b4a
[ "MIT" ]
null
null
null
src/Stubbl.Api/QueryHandlers/FindAuthenticatedUserQueryHandler.cs
stubbl/stubbl-api
edc98573be4dd84a207efbd0e2c568251eb97b4a
[ "MIT" ]
null
null
null
src/Stubbl.Api/QueryHandlers/FindAuthenticatedUserQueryHandler.cs
stubbl/stubbl-api
edc98573be4dd84a207efbd0e2c568251eb97b4a
[ "MIT" ]
null
null
null
using System.Linq; using System.Threading; using System.Threading.Tasks; using Gunnsoft.Cqs.Queries; using Stubbl.Api.Authentication; using Stubbl.Api.Queries.FindAuthenticatedUser.Version1; using Stubbl.Api.Queries.Shared.Version1; namespace Stubbl.Api.QueryHandlers { public class FindAuthenticatedUserQu...
38.772727
118
0.614302
6749495f93672800b7f5c35f926a53e52c19b830
6,871
cs
C#
src/Dematt.Airy.Nhibernate.NodaMoney/MoneyType.cs
SorbetHQ/Airy-Nhibernate-Extensions
38d17382bd8f150d8f46297809c03120d0aa1505
[ "MIT" ]
11
2016-06-14T18:16:55.000Z
2022-02-17T18:39:10.000Z
src/Dematt.Airy.Nhibernate.NodaMoney/MoneyType.cs
SorbetHQ/Airy-Nhibernate-Extensions
38d17382bd8f150d8f46297809c03120d0aa1505
[ "MIT" ]
null
null
null
src/Dematt.Airy.Nhibernate.NodaMoney/MoneyType.cs
SorbetHQ/Airy-Nhibernate-Extensions
38d17382bd8f150d8f46297809c03120d0aa1505
[ "MIT" ]
7
2018-01-12T19:17:42.000Z
2021-01-18T06:53:54.000Z
using System; using System.Data; using NHibernate; using NHibernate.Engine; using NHibernate.Type; using NHibernate.UserTypes; using NodaMoney; namespace Dematt.Airy.Nhibernate.NodaMoney { public class MoneyType : ImmutableCompositeUserType, ICompositeUserType { /// <summary> /// Gets the "pro...
36.94086
141
0.542279
a67f2839c7a35da6c74617132f5ab6620be4678b
1,365
cs
C#
src/F1Manager.Admin/Configuration/ServiceCollectionExtensions.cs
nikneem/f1manager-api
63b4e6fe10a3a4c58d1411a714278f4f42c03911
[ "MIT" ]
2
2021-08-06T10:40:27.000Z
2022-02-16T14:32:29.000Z
src/F1Manager.Admin/Configuration/ServiceCollectionExtensions.cs
nikneem/f1manager-api
63b4e6fe10a3a4c58d1411a714278f4f42c03911
[ "MIT" ]
7
2022-02-14T16:26:44.000Z
2022-03-16T13:45:57.000Z
src/F1Manager.Admin/Configuration/ServiceCollectionExtensions.cs
nikneem/f1manager-api
63b4e6fe10a3a4c58d1411a714278f4f42c03911
[ "MIT" ]
null
null
null
using F1Manager.Admin.Abstractions; using F1Manager.Admin.Drivers.Abstractions; using F1Manager.Admin.Drivers.Repositories; using F1Manager.Admin.Drivers.Services; using F1Manager.Admin.Engines.Abstractions; using F1Manager.Admin.Engines.Repositories; using F1Manager.Admin.Engines.Services; using F1Manager.Admi...
35.921053
104
0.738462
32f6ff76112167d3a211259c1cc6a3b69aca03e1
161
cs
C#
Modules/Modules.AQEDecimal/AQCI/IAQCICalculate.cs
xin2015/Modules
d4e6d95c8d93a8c2730a5fe5e49a1f4389c25c83
[ "MIT" ]
null
null
null
Modules/Modules.AQEDecimal/AQCI/IAQCICalculate.cs
xin2015/Modules
d4e6d95c8d93a8c2730a5fe5e49a1f4389c25c83
[ "MIT" ]
null
null
null
Modules/Modules.AQEDecimal/AQCI/IAQCICalculate.cs
xin2015/Modules
d4e6d95c8d93a8c2730a5fe5e49a1f4389c25c83
[ "MIT" ]
null
null
null
namespace Modules.AQE.AQCI { /// <summary> /// 空气质量综合指数计算接口 /// </summary> public interface IAQCICalculate : IAQData, IAQCIResult { } }
16.1
58
0.596273
fd1eba3b9df76a0a519434f34a4bf4c2f7b21548
728
cs
C#
YIF.Core.Data/Entities/InstitutionOfEducationModerator.cs
ita-social-projects/YIF_Backend
cb7a6834b5dc57f9e59ac6276a51908dfcbdcf9f
[ "MIT" ]
11
2020-11-25T18:21:36.000Z
2021-12-22T12:04:52.000Z
YIF.Core.Data/Entities/InstitutionOfEducationModerator.cs
ita-social-projects/YIF_Backend
cb7a6834b5dc57f9e59ac6276a51908dfcbdcf9f
[ "MIT" ]
11
2020-12-01T09:52:28.000Z
2021-07-12T11:55:53.000Z
YIF.Core.Data/Entities/InstitutionOfEducationModerator.cs
ita-social-projects/YIF_Backend
cb7a6834b5dc57f9e59ac6276a51908dfcbdcf9f
[ "MIT" ]
4
2021-04-16T12:01:29.000Z
2022-02-05T21:35:02.000Z
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using YIF.Core.Data.Entities.IdentityEntities; namespace YIF.Core.Data.Entities { public class InstitutionOfEducationModerator { [Key] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] ...
30.333333
62
0.651099
fd1f71b43b4eb6c4a115eda5edda07106d295a16
4,076
cs
C#
log-evaluation/log-evaluation/sort.cs
leonmeerfeld/log-evaluation
f9c2569a3aacb855f08fbf9ebaec2853a205c4c3
[ "MIT" ]
null
null
null
log-evaluation/log-evaluation/sort.cs
leonmeerfeld/log-evaluation
f9c2569a3aacb855f08fbf9ebaec2853a205c4c3
[ "MIT" ]
null
null
null
log-evaluation/log-evaluation/sort.cs
leonmeerfeld/log-evaluation
f9c2569a3aacb855f08fbf9ebaec2853a205c4c3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace log_evaluation { /// <summary> /// Hold method that sort raw data into an array. /// </summary> class Sort { /// <summary> /// Determine wh...
38.45283
127
0.47105
cfd469e5cbdce62f9b68e3237a3208675566f59a
3,672
cs
C#
Radegast/Core/Contexts/SitOnGroundAction.cs
niel/radegast
6ae2c83578218e3ae5325d99cfc57e11b19994d4
[ "MIT", "Apache-2.0", "Unlicense" ]
44
2015-04-07T21:04:25.000Z
2021-12-05T14:35:06.000Z
Radegast/Core/Contexts/SitOnGroundAction.cs
niel/radegast
6ae2c83578218e3ae5325d99cfc57e11b19994d4
[ "MIT", "Apache-2.0", "Unlicense" ]
25
2015-07-16T16:26:06.000Z
2022-03-04T19:49:41.000Z
Radegast/Core/Contexts/SitOnGroundAction.cs
niel/radegast
6ae2c83578218e3ae5325d99cfc57e11b19994d4
[ "MIT", "Apache-2.0", "Unlicense" ]
51
2015-01-12T11:44:23.000Z
2021-11-09T07:47:58.000Z
// // Radegast Metaverse Client // Copyright (c) 2009-2014, Radegast Development Team // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain ...
40.351648
131
0.626906
9433924c950bdf847a32add8df7cac8a5f88dd5c
448
cs
C#
ProjetoFinalEstacionamento/Migrations/201909180121548_AddColunaDesconto.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
ProjetoFinalEstacionamento/Migrations/201909180121548_AddColunaDesconto.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
ProjetoFinalEstacionamento/Migrations/201909180121548_AddColunaDesconto.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
namespace ProjetoFinalEstacionamento.Migrations { using System; using System.Data.Entity.Migrations; public partial class AddColunaDesconto : DbMigration { public override void Up() { AddColumn("dbo.RegistroEntradaSaida", "Desconto", c => c.Double()); } ...
23.578947
79
0.589286
f54075acd4f3185b18028bd4247d085e2a0a514c
4,572
cs
C#
mcs/class/System.Web/Test/System.Web.Hosting/ISAPIRuntimeCas.cs
DavidKarlas/mono
6dc06c15638980182f670a0a6b8f8011cd68cd28
[ "Apache-2.0" ]
469
2019-01-23T12:21:59.000Z
2022-03-10T15:50:42.000Z
mcs/class/System.Web/Test/System.Web.Hosting/ISAPIRuntimeCas.cs
pcc/mono
c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1
[ "Apache-2.0" ]
83
2015-07-16T01:31:41.000Z
2016-01-13T02:15:47.000Z
mcs/class/System.Web/Test/System.Web.Hosting/ISAPIRuntimeCas.cs
pcc/mono
c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1
[ "Apache-2.0" ]
36
2019-01-23T22:17:09.000Z
2022-01-20T15:41:34.000Z
// // ISAPIRuntimeCas.cs - CAS unit tests for System.Web.Hosting.ISAPIRuntime // // Author: // Sebastien Pouliot <sebastien@ximian.com> // // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated docu...
24.983607
101
0.713255
f59e512fa127b796599e03e2397ca1cbbd8eabed
465
cs
C#
Market/Market/Models/SupplierProduct.cs
AyudanteDeSanta/Market
f2787a64e69400189c76f1bfedd7fd20a5a982fd
[ "MIT" ]
null
null
null
Market/Market/Models/SupplierProduct.cs
AyudanteDeSanta/Market
f2787a64e69400189c76f1bfedd7fd20a5a982fd
[ "MIT" ]
null
null
null
Market/Market/Models/SupplierProduct.cs
AyudanteDeSanta/Market
f2787a64e69400189c76f1bfedd7fd20a5a982fd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace Market.Models { public class SupplierProduct { [Key] public int SupplierProductID { get; set; } public int SupplierID { get; set; } public...
24.473684
54
0.662366
28a1890d4e6846d9b4e5abb89b5b51389f15d6ba
3,996
cs
C#
Infrastructure/Localizer/ViewModels/TranslationFileEditorViewModel.cs
athulrajts/Resusables
0ef297ab0501b305589402d0aec0c1da80313b04
[ "MIT" ]
null
null
null
Infrastructure/Localizer/ViewModels/TranslationFileEditorViewModel.cs
athulrajts/Resusables
0ef297ab0501b305589402d0aec0c1da80313b04
[ "MIT" ]
null
null
null
Infrastructure/Localizer/ViewModels/TranslationFileEditorViewModel.cs
athulrajts/Resusables
0ef297ab0501b305589402d0aec0c1da80313b04
[ "MIT" ]
null
null
null
using System; using System.Linq; using System.Threading; using System.Threading.Tasks; using System.Collections; using Prism.Mvvm; using Prism.Events; using Prism.Commands; using Localizer.Core; namespace Localizer.ViewModels { public class TranslationFileEditorViewModel : BindableBase { private Cance...
33.3
121
0.644645
9fb91cd38b7db0bc1d71ffedb434229218cf4492
1,990
cs
C#
SoundCapture/SoundCaptureDevice.cs
t3dders/gitpad
1eda6ddd0a2dad10a96c08089fe304ceaed85516
[ "MIT" ]
null
null
null
SoundCapture/SoundCaptureDevice.cs
t3dders/gitpad
1eda6ddd0a2dad10a96c08089fe304ceaed85516
[ "MIT" ]
null
null
null
SoundCapture/SoundCaptureDevice.cs
t3dders/gitpad
1eda6ddd0a2dad10a96c08089fe304ceaed85516
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Microsoft.DirectX.DirectSound; namespace SoundCapture { /// <summary> /// Capture device. /// </summary> public class SoundCaptureDevice { Guid id; string name; public bool IsDefault ...
28.428571
106
0.533668
c1dfcb9744118df096ebd539382b0a04d6b9bca3
2,676
cs
C#
projects/Gibbed.Dunia.FileFormats/BigFile.cs
MasterScott/Gibbed.Dunia
a4ef6cb5315dffbd246a781f0755ed371cbea2e5
[ "Zlib" ]
null
null
null
projects/Gibbed.Dunia.FileFormats/BigFile.cs
MasterScott/Gibbed.Dunia
a4ef6cb5315dffbd246a781f0755ed371cbea2e5
[ "Zlib" ]
null
null
null
projects/Gibbed.Dunia.FileFormats/BigFile.cs
MasterScott/Gibbed.Dunia
a4ef6cb5315dffbd246a781f0755ed371cbea2e5
[ "Zlib" ]
null
null
null
/* Copyright (c) 2019 Rick (rick 'at' gibbed 'dot' us) * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purp...
30.409091
86
0.638266
19d4e54f5ba89f837402680c9f9b49c01f29a66d
495
cs
C#
src/MailChimpApi/MailChimpApiOptions.cs
luminousuk/MailChimpApi
eeebbcbf1f98fd5a052ae07070ffd4fbdb90906c
[ "MIT" ]
null
null
null
src/MailChimpApi/MailChimpApiOptions.cs
luminousuk/MailChimpApi
eeebbcbf1f98fd5a052ae07070ffd4fbdb90906c
[ "MIT" ]
null
null
null
src/MailChimpApi/MailChimpApiOptions.cs
luminousuk/MailChimpApi
eeebbcbf1f98fd5a052ae07070ffd4fbdb90906c
[ "MIT" ]
null
null
null
using System; namespace MailChimpApi { /// <summary> /// Provides programmatic configuration for MailChimpApi. /// </summary> public class MailChimpApiOptions { private string _mailChimpUri = "https://mandrillapp.com/api/1.0/"; public string MailChimpUri { ...
24.75
91
0.60404
680f078a9c232e3acae385abd7c5590d87a88d37
136
cs
C#
GrammarAnalyzer/GrammarAnalyzer/Common/Infrastructure/Executable/IStatement.cs
public-department-of-science/grammar-analyzer
a3e04b7bc5fa31c510bbc9a2760c7a846bea0bd4
[ "MIT" ]
null
null
null
GrammarAnalyzer/GrammarAnalyzer/Common/Infrastructure/Executable/IStatement.cs
public-department-of-science/grammar-analyzer
a3e04b7bc5fa31c510bbc9a2760c7a846bea0bd4
[ "MIT" ]
null
null
null
GrammarAnalyzer/GrammarAnalyzer/Common/Infrastructure/Executable/IStatement.cs
public-department-of-science/grammar-analyzer
a3e04b7bc5fa31c510bbc9a2760c7a846bea0bd4
[ "MIT" ]
null
null
null
namespace GrammarAnalyzer.Statements.Infrastructure.Executable { public interface IStatement { void Execute(); } }
17
63
0.691176
b9df4a576fc83966ccf0b708803ad570bce35630
1,922
cs
C#
test/ConfigServer.Core.Tests/Hosting/Endpoints/TestModels/TestHttpContext.cs
kamlesh-microsoft/ConfigServer
d852a60df73bbcdedff5a17f7c6e04c61619d777
[ "MIT" ]
null
null
null
test/ConfigServer.Core.Tests/Hosting/Endpoints/TestModels/TestHttpContext.cs
kamlesh-microsoft/ConfigServer
d852a60df73bbcdedff5a17f7c6e04c61619d777
[ "MIT" ]
null
null
null
test/ConfigServer.Core.Tests/Hosting/Endpoints/TestModels/TestHttpContext.cs
kamlesh-microsoft/ConfigServer
d852a60df73bbcdedff5a17f7c6e04c61619d777
[ "MIT" ]
3
2017-04-06T17:51:42.000Z
2017-06-24T07:38:52.000Z
using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using Microsoft.AspNetCore.Http.Authentication; using Microsoft.AspNetCore.Http.Features; using System.Security.Claims; using System.Threading; namespace ConfigServer.Core.Tests { public class TestHttpContext : HttpContext { ...
36.264151
151
0.703954
863ee865d23a879d7dc32881d4b8e456a6f563d7
728
cs
C#
src/Frank.Libraries.Calculators/Converters/TemperatureConverter.cs
frankhaugen/Frank.Libraries
880a041b60047cbbb0986349f6756bfbc92622e0
[ "MIT" ]
9
2020-09-22T08:22:48.000Z
2022-01-14T18:49:18.000Z
src/Frank.Libraries.Calculators/Converters/TemperatureConverter.cs
frankhaugen/Frank.Libraries
880a041b60047cbbb0986349f6756bfbc92622e0
[ "MIT" ]
10
2020-10-05T14:37:26.000Z
2021-12-01T00:21:59.000Z
src/Frank.Libraries.Calculators/Converters/TemperatureConverter.cs
frankhaugen/Frank.Libraries
880a041b60047cbbb0986349f6756bfbc92622e0
[ "MIT" ]
2
2020-09-24T06:47:30.000Z
2020-10-05T07:54:00.000Z
namespace Frank.Libraries.Calculators.Converters { public class TemperatureConverter { public static decimal FahrenheitToCelsius(decimal temperature) => (temperature - 32m) * 5m / 9m; public static decimal CelsiusToFahrenheit(decimal temperature) => (temperature * 9m / 5m) + 32m; public...
56
113
0.712912
865ccc56f3e490423a8bbacc5281f2e4d39ee200
529
cs
C#
src/Lykke.Service.KycSpider.Core/Domain/SpiderCheckInfo/SpiderDocumentInfo.cs
LykkeCity/Lykke.Service.KycSpider
e83dc6d26f6168cd93ae41cf64866b3d1dd78bdc
[ "MIT" ]
null
null
null
src/Lykke.Service.KycSpider.Core/Domain/SpiderCheckInfo/SpiderDocumentInfo.cs
LykkeCity/Lykke.Service.KycSpider
e83dc6d26f6168cd93ae41cf64866b3d1dd78bdc
[ "MIT" ]
null
null
null
src/Lykke.Service.KycSpider.Core/Domain/SpiderCheckInfo/SpiderDocumentInfo.cs
LykkeCity/Lykke.Service.KycSpider
e83dc6d26f6168cd93ae41cf64866b3d1dd78bdc
[ "MIT" ]
null
null
null
using Lykke.Service.KycSpider.Core.Domain.SpiderCheck; namespace Lykke.Service.KycSpider.Core.Domain.SpiderCheckInfo { public class SpiderDocumentInfo : ISpiderDocumentInfo { public string CustomerId { get; set; } public string DocumentId { get; set; } public string CurrentCheckId { g...
29.388889
74
0.703214
560ad0e2461960ec8e80a59ca054ae185ac89c35
348
cs
C#
Jira.NET/Models/Progress.cs
markcordova/Jira.NET
3341ce92fe1f530557814784f682dfc98d387cdf
[ "MIT" ]
null
null
null
Jira.NET/Models/Progress.cs
markcordova/Jira.NET
3341ce92fe1f530557814784f682dfc98d387cdf
[ "MIT" ]
null
null
null
Jira.NET/Models/Progress.cs
markcordova/Jira.NET
3341ce92fe1f530557814784f682dfc98d387cdf
[ "MIT" ]
null
null
null
using Newtonsoft.Json; namespace Jira.NET.Models { public class Progress { [JsonProperty("progress", NullValueHandling = NullValueHandling.Ignore)] public decimal CurrentValue { get; set; } [JsonProperty("total", NullValueHandling = NullValueHandling.Ignore)] public decimal To...
21.75
80
0.666667
564367def4f02d35cf6bbf9455ce8301e5cf8039
284
cs
C#
src/E-Diary.API/Swagger/ProducesCreatedAttribute.cs
Happy-Love/E-Diary
737a154ebadbce22276ea07002165ff78abcf25d
[ "MIT" ]
1
2022-02-13T15:13:17.000Z
2022-02-13T15:13:17.000Z
src/E-Diary.API/Swagger/ProducesCreatedAttribute.cs
Happy-Love/E-Diary
737a154ebadbce22276ea07002165ff78abcf25d
[ "MIT" ]
null
null
null
src/E-Diary.API/Swagger/ProducesCreatedAttribute.cs
Happy-Love/E-Diary
737a154ebadbce22276ea07002165ff78abcf25d
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Mvc; namespace E_Diary.API.Swagger { public class ProducesCreatedAttribute : ProducesResponseTypeAttribute { public ProducesCreatedAttribute(Type responseType) : base(responseType, StatusCodes.Status201Created) { } } }
23.666667
109
0.725352
ab860cd0c586deafd1d4b19e7089d3578a5a34fa
602
cs
C#
src/Shamyr.Expendity.Server.Service/Factories/PermissionHandlerFactory.cs
prixladi/expendity-server
c407ca3a517f1dd4e55767c6276f36c86dd4c3d8
[ "MIT" ]
null
null
null
src/Shamyr.Expendity.Server.Service/Factories/PermissionHandlerFactory.cs
prixladi/expendity-server
c407ca3a517f1dd4e55767c6276f36c86dd4c3d8
[ "MIT" ]
null
null
null
src/Shamyr.Expendity.Server.Service/Factories/PermissionHandlerFactory.cs
prixladi/expendity-server
c407ca3a517f1dd4e55767c6276f36c86dd4c3d8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Shamyr.Expendity.Server.Service.Handers.PermissionValidation; using Shamyr.Extensions.Factories; namespace Shamyr.Expendity.Server.Service.Factories { public class PermissionHandlerFactory: FactoryBase<IPermissionValidationHandler>, IPermissio...
30.1
109
0.790698
f9e6fa6dd7fe6ed10dee06170fcca38507c47f13
7,869
cs
C#
src/Moq/It.cs
OskarNS/moq4
7a59b926d9d8f2088bf69a03266aaf227fba4beb
[ "BSD-3-Clause" ]
null
null
null
src/Moq/It.cs
OskarNS/moq4
7a59b926d9d8f2088bf69a03266aaf227fba4beb
[ "BSD-3-Clause" ]
null
null
null
src/Moq/It.cs
OskarNS/moq4
7a59b926d9d8f2088bf69a03266aaf227fba4beb
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD. // All rights reserved. Licensed under the BSD 3-Clause License; see License.txt. using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text.RegularExpressions; using System.Diagnost...
38.014493
139
0.666158
178dbff32ff335e8c57c881635e29f09f3c9ac15
657
cs
C#
P5_More/MoreFeatures/InvokeHelper.cs
WeihanLi/XunitDependencyInjection.Samples
0620f391143fccdac27df81ff3eeb406b2ea6b26
[ "MIT" ]
5
2020-12-20T09:31:07.000Z
2021-12-30T15:41:41.000Z
P5_More/MoreFeatures/InvokeHelper.cs
WeihanLi/XunitDependencyInjection.Samples
0620f391143fccdac27df81ff3eeb406b2ea6b26
[ "MIT" ]
null
null
null
P5_More/MoreFeatures/InvokeHelper.cs
WeihanLi/XunitDependencyInjection.Samples
0620f391143fccdac27df81ff3eeb406b2ea6b26
[ "MIT" ]
2
2020-12-25T06:26:10.000Z
2020-12-31T06:16:42.000Z
using System; using System.Diagnostics; using Xunit.DependencyInjection; namespace MoreFeatures { public class InvokeHelper { private readonly ITestOutputHelperAccessor _outputHelperAccessor; public InvokeHelper(ITestOutputHelperAccessor outputHelperAccessor) { _outputHelp...
27.375
107
0.6621
75da5b20086ec4e674c7a73e732e6fd5001af311
16,777
cs
C#
Ray.Core/Internal/FollowGrain.cs
CharlesZHENG/Ray2018
e182e025cd87504b8ead2f245895d233f6a8001c
[ "Apache-2.0" ]
null
null
null
Ray.Core/Internal/FollowGrain.cs
CharlesZHENG/Ray2018
e182e025cd87504b8ead2f245895d233f6a8001c
[ "Apache-2.0" ]
null
null
null
Ray.Core/Internal/FollowGrain.cs
CharlesZHENG/Ray2018
e182e025cd87504b8ead2f245895d233f6a8001c
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Microsoft.Ext...
43.128535
161
0.496692
75e573af9fffe1b87a4cf7bdb92922bbedd4fb54
1,537
cs
C#
ABSoftware.ABSave/Helpers/ABSaveObjectItem.cs
ABSoftwareOfficial/ABSaveSerializer
10a1ef0fb0a40e9605c01986189ca2621075f2b7
[ "MIT" ]
null
null
null
ABSoftware.ABSave/Helpers/ABSaveObjectItem.cs
ABSoftwareOfficial/ABSaveSerializer
10a1ef0fb0a40e9605c01986189ca2621075f2b7
[ "MIT" ]
null
null
null
ABSoftware.ABSave/Helpers/ABSaveObjectItem.cs
ABSoftwareOfficial/ABSaveSerializer
10a1ef0fb0a40e9605c01986189ca2621075f2b7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace ABSoftware.ABSave.Helpers { /// <summary> /// An item used in <see cref="ABSaveObjectItems" /> for storing a value as well as info (such as name/type) /// ...
29
112
0.562785
207e1e91f6d0cd0da867e6360b25b053c349170e
740
cs
C#
Src/iDi.Plus.Domain/Blockchain/IdTransactions/IdTransactionFactory.cs
milad665/iDi.Plus
ca842037773a485b733b86c3400a02611997f42f
[ "MIT" ]
5
2021-12-26T08:18:11.000Z
2022-01-11T13:42:39.000Z
Src/iDi.Plus.Domain/Blockchain/IdTransactions/IdTransactionFactory.cs
milad665/iDi.Plus
ca842037773a485b733b86c3400a02611997f42f
[ "MIT" ]
null
null
null
Src/iDi.Plus.Domain/Blockchain/IdTransactions/IdTransactionFactory.cs
milad665/iDi.Plus
ca842037773a485b733b86c3400a02611997f42f
[ "MIT" ]
null
null
null
using iDi.Blockchain.Framework; using iDi.Blockchain.Framework.Protocol.Exceptions; using iDi.Plus.Domain.Protocol.Payloads.MainNetwork.V1; namespace iDi.Plus.Domain.Blockchain.IdTransactions; public class IdTransactionFactory : IIdTransactionFactory { public IdTransaction CreateFromTxDataPayload(TxDataPayload p...
35.238095
99
0.735135
225d6ba4dc4900c67a4effceb7beb1fc3b957b69
120
cs
C#
src/DesktopUI.Library/Errors/ApiError.cs
krzysztoftalar/instagram
eca129d2e6dd3bd3c20165fd146d70ab234c3ef7
[ "MIT" ]
null
null
null
src/DesktopUI.Library/Errors/ApiError.cs
krzysztoftalar/instagram
eca129d2e6dd3bd3c20165fd146d70ab234c3ef7
[ "MIT" ]
null
null
null
src/DesktopUI.Library/Errors/ApiError.cs
krzysztoftalar/instagram
eca129d2e6dd3bd3c20165fd146d70ab234c3ef7
[ "MIT" ]
null
null
null
namespace DesktopUI.Library.Errors { public class ApiError { public Errors Errors { get; set; } } }
17.142857
42
0.616667
24dc19dde39acfda8e7986b55325b8407a188b60
371
cs
C#
System/Linq/Expressions/Interpreter/RuntimeVariables.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
1
2021-06-21T11:34:02.000Z
2021-06-21T11:34:02.000Z
System/Linq/Expressions/Interpreter/RuntimeVariables.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
System/Linq/Expressions/Interpreter/RuntimeVariables.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
internal sealed class RuntimeVariables : IRuntimeVariables // TypeDefIndex: 2667 { // Fields private readonly IStrongBox[] _boxes; // 0x10 // Methods // RVA: 0x191D0C0 Offset: 0x191D1C1 VA: 0x191D0C0 private void .ctor(IStrongBox[] boxes) { } // RVA: 0x191D100 Offset: 0x191D201 VA: 0x191D100 internal static I...
24.733333
80
0.738544
2a89f0af73760caa1a3868ad7ec4ecd64b5d9df1
3,464
cs
C#
Gibe.Umbraco.IntelligentMedia/IntelligentMediaEventHandler.cs
Gibe/Gibe.Umbraco.IntelligentMedia
380fc10eb5cacab8f54339dce9f67f4d41863501
[ "MIT" ]
null
null
null
Gibe.Umbraco.IntelligentMedia/IntelligentMediaEventHandler.cs
Gibe/Gibe.Umbraco.IntelligentMedia
380fc10eb5cacab8f54339dce9f67f4d41863501
[ "MIT" ]
null
null
null
Gibe.Umbraco.IntelligentMedia/IntelligentMediaEventHandler.cs
Gibe/Gibe.Umbraco.IntelligentMedia
380fc10eb5cacab8f54339dce9f67f4d41863501
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Umbraco.Core; using Umbraco.Core.Events; using Umbraco.Core.Models; using Umbraco.Core.Services; namespace Gibe.Umbraco.IntelligentMedia { public class IntelligentMediaEventHandler : ApplicationEventHandler { protected override void Applicat...
31.207207
126
0.712471
2acdcccdcdaf64c01b142759c9283b86c971d1a0
761
cs
C#
Entity/MusteriBorc.cs
nskrkmz/MIS
f66a51fc8294cab3ecf75f49d190e63994d703c9
[ "MIT" ]
1
2021-01-15T02:24:42.000Z
2021-01-15T02:24:42.000Z
Entity/MusteriBorc.cs
nskrkmz/MIS
f66a51fc8294cab3ecf75f49d190e63994d703c9
[ "MIT" ]
24
2020-12-22T20:38:19.000Z
2021-01-19T14:22:54.000Z
Entity/MusteriBorc.cs
nskrkmz/MIS
f66a51fc8294cab3ecf75f49d190e63994d703c9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MIS.Entity { public class MusteriBorc { [Key] public int musteriBorcMusteriID { get; set; } public int musteriBorc...
28.185185
64
0.645204
632a54c37e5268f54e98d9574bbbbaaec8641b54
229
cs
C#
Api/Entities/AppUserRole.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
Api/Entities/AppUserRole.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
Api/Entities/AppUserRole.cs
FelipeAMendes/dattingapp
3ead39a15bf447a94ef666b8dfc637856596d3ea
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Identity; namespace Api.Entities { public class AppUserRole : IdentityUserRole<int> { public virtual AppUser User { get; set; } public virtual AppRole Role { get; set; } } }
22.9
52
0.668122
1578235f356a11ad279b9f5981957762ee518db5
1,731
cs
C#
WinLibraryTool/UserControls/UserInput/UserInputControl.xaml.cs
peterhorsley/winlibrarytool
ad419e1f0858a0962bfefaf96645faffc77aebf4
[ "MIT" ]
1
2022-01-25T20:27:21.000Z
2022-01-25T20:27:21.000Z
WinLibraryTool/UserControls/UserInput/UserInputControl.xaml.cs
peterhorsley/winlibrarytool
ad419e1f0858a0962bfefaf96645faffc77aebf4
[ "MIT" ]
null
null
null
WinLibraryTool/UserControls/UserInput/UserInputControl.xaml.cs
peterhorsley/winlibrarytool
ad419e1f0858a0962bfefaf96645faffc77aebf4
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
27.47619
117
0.752166
27731203c484216ffe874836d7fccd30b01f3727
2,637
cs
C#
src/Debugger.Core.JDWP/Debugger.Core/Interop/CorDebug/ICorDebugEval.cs
TeamSPoon/swicli_old
444b5ca36896fe1840657923474d367cdded8c6c
[ "CC0-1.0" ]
7
2016-02-16T19:17:42.000Z
2021-04-03T22:38:40.000Z
src/Debugger.Core.JDWP/Debugger.Core/Interop/CorDebug/ICorDebugEval.cs
TeamSPoon/swicli_old
444b5ca36896fe1840657923474d367cdded8c6c
[ "CC0-1.0" ]
2
2016-02-21T09:13:11.000Z
2018-01-17T18:22:25.000Z
src/Debugger.Core.JDWP/Debugger.Core/Interop/CorDebug/ICorDebugEval.cs
TeamSPoon/swicli_old
444b5ca36896fe1840657923474d367cdded8c6c
[ "CC0-1.0" ]
2
2018-05-08T10:04:48.000Z
2019-05-08T02:37:49.000Z
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="David Srbecký" email="dsrbecky@gmail.com"/> // <version>$Revision$</version> // </file> #pragma warning disable 108, 1591 namespace Debugger.Interop.CorDebug { using System; us...
62.785714
184
0.753887
2794b639bcced5a5cc6271165cbf8e0466f472ef
619
cs
C#
Compiler/AST/DivisionOperationNode.cs
ryuzakyl/tiger-compiler
6ff0b96eac7c97cf5140dff47fab66a640223734
[ "MIT" ]
1
2020-07-21T12:34:13.000Z
2020-07-21T12:34:13.000Z
Compiler/AST/DivisionOperationNode.cs
ryuzakyl/tiger-compiler
6ff0b96eac7c97cf5140dff47fab66a640223734
[ "MIT" ]
null
null
null
Compiler/AST/DivisionOperationNode.cs
ryuzakyl/tiger-compiler
6ff0b96eac7c97cf5140dff47fab66a640223734
[ "MIT" ]
2
2018-05-06T05:08:09.000Z
2018-11-11T17:10:18.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection.Emit; using Antlr.Runtime; using Compiler.CodeGenerators; namespace Compiler.AST { public class DivisionOperationNode : ArithmeticOperationNode { public DivisionOperationNode(IToken token) :...
20.633333
64
0.641357
86be9d0f0849f0d4eba9f25b3189780dc0821ace
126
cs
C#
Kooboo.Json/Formatter/Internal/BootTableTypeEnum.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
146
2019-03-26T10:03:12.000Z
2022-01-18T09:03:59.000Z
Kooboo.Json/Formatter/Internal/BootTableTypeEnum.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
7
2019-03-28T10:51:50.000Z
2022-01-20T08:11:32.000Z
Kooboo.Json/Formatter/Internal/BootTableTypeEnum.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
29
2019-03-27T05:18:20.000Z
2022-01-18T09:04:03.000Z
namespace Kooboo.Json { internal enum BootTableTypeEnum { SerializerLogic, DeserializeResolve } }
15.75
35
0.642857
86c6057fd01353f1f4cdaaa99dc8c42cef1e2b0b
20,711
cs
C#
BoilerplateGenerator/Services/CompilationUnitGenerationService.cs
Strongbytes/Boilerplate-Generator
20025991c1ac9ebc9ee1ae0f8b5a5cd0d26298a9
[ "MIT" ]
1
2021-07-14T00:22:38.000Z
2021-07-14T00:22:38.000Z
BoilerplateGenerator/Services/CompilationUnitGenerationService.cs
Strongbytes/Boilerplate-Generator
20025991c1ac9ebc9ee1ae0f8b5a5cd0d26298a9
[ "MIT" ]
1
2021-07-14T00:23:38.000Z
2021-07-14T00:23:38.000Z
BoilerplateGenerator/Services/CompilationUnitGenerationService.cs
Strongbytes/Boilerplate-Generator
20025991c1ac9ebc9ee1ae0f8b5a5cd0d26298a9
[ "MIT" ]
2
2021-08-24T08:18:59.000Z
2021-12-02T08:01:22.000Z
using BoilerplateGenerator.Contracts.Generators; using BoilerplateGenerator.Contracts.Services; using BoilerplateGenerator.EqualityComparers; using BoilerplateGenerator.Extensions; using BoilerplateGenerator.Models.SyntaxDefinitionModels; using BoilerplateGenerator.Models.TreeView; using Microsoft.CodeAnalysis; using ...
53.105128
244
0.615856
df8ec9b131c1360e7d887a601b59f1baaf40da23
29,727
cs
C#
moonshot/Screens/CollectRocksMiniGame/collectRocksGame.cs
dylanlangston/moonshot
3fbb6fb54124989b20cac30e71138d98917da12c
[ "MIT" ]
null
null
null
moonshot/Screens/CollectRocksMiniGame/collectRocksGame.cs
dylanlangston/moonshot
3fbb6fb54124989b20cac30e71138d98917da12c
[ "MIT" ]
null
null
null
moonshot/Screens/CollectRocksMiniGame/collectRocksGame.cs
dylanlangston/moonshot
3fbb6fb54124989b20cac30e71138d98917da12c
[ "MIT" ]
null
null
null
using System.Text.RegularExpressions; using Raylib_cs; using static Raylib_cs.Raylib; using static Raylib_cs.Color; using System; using System.Numerics; using System.Windows.Input; using System.IO; using System.Collections.Generic; // Note: requires libgdiplus using System.Drawing.Drawing2D; namespace moonshot.Screen...
42.467143
202
0.527164
7e7cf90228035799d6f374e5042580e051d6bb1c
10,140
cs
C#
src/WpfApp1/TreeViewTracer.cs
ndrwrbgs/OpenTracing-MutableTracer
960d80d46bf373df2bd48c229120f4642a54b095
[ "Apache-2.0" ]
null
null
null
src/WpfApp1/TreeViewTracer.cs
ndrwrbgs/OpenTracing-MutableTracer
960d80d46bf373df2bd48c229120f4642a54b095
[ "Apache-2.0" ]
8
2018-10-30T22:19:34.000Z
2018-10-30T22:31:48.000Z
src/WpfApp1/TreeViewTracer.cs
ndrwrbgs/OpenTracing-MutableTracer
960d80d46bf373df2bd48c229120f4642a54b095
[ "Apache-2.0" ]
null
null
null
namespace WpfApp1 { using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Animation; using OpenTr...
41.052632
168
0.48432
66a13864716f8ca1f87df1eb480a0b22c9c5adc4
423
cs
C#
SourceCodes/Boilerplates/Application.DataAccessFramework/IApplicationDataContext.cs
aliencube/Web-Application-Boilerplate
cfeaab5fcaab2fa9ba293a6a0f9aa953a899f6c9
[ "MIT" ]
1
2016-04-14T19:31:34.000Z
2016-04-14T19:31:34.000Z
SourceCodes/Boilerplates/Application.DataAccessFramework/IApplicationDataContext.cs
aliencube/Web-Application-Boilerplate
cfeaab5fcaab2fa9ba293a6a0f9aa953a899f6c9
[ "MIT" ]
null
null
null
SourceCodes/Boilerplates/Application.DataAccessFramework/IApplicationDataContext.cs
aliencube/Web-Application-Boilerplate
cfeaab5fcaab2fa9ba293a6a0f9aa953a899f6c9
[ "MIT" ]
null
null
null
using System; namespace Application.DataAccessFramework { /// <summary> /// This provides interfaces to the AmeAuthenticationDataContext class. /// </summary> public interface IApplicationDataContext : IDisposable { } /// <summary> /// This represents the database context containing database object mapped en...
22.263158
85
0.756501
499cf7f9cf822a8c14354919983cb72cf2031109
1,573
cs
C#
DotNetBungieAPI.Generated/Models/Destiny/Definitions/Lore/DestinyLoreDefinition.cs
EndGameGl/.NetBungieAPI
dd09508a1771d27bd2147153feb77a2b8f882f22
[ "MIT" ]
25
2021-03-13T17:55:26.000Z
2021-09-21T00:38:19.000Z
DotNetBungieAPI.Generated/Models/Destiny/Definitions/Lore/DestinyLoreDefinition.cs
EndGameGl/.NetBungieAPI
dd09508a1771d27bd2147153feb77a2b8f882f22
[ "MIT" ]
null
null
null
DotNetBungieAPI.Generated/Models/Destiny/Definitions/Lore/DestinyLoreDefinition.cs
EndGameGl/.NetBungieAPI
dd09508a1771d27bd2147153feb77a2b8f882f22
[ "MIT" ]
2
2021-03-13T18:25:05.000Z
2021-03-14T22:08:37.000Z
using System.Text.Json.Serialization; namespace DotNetBungieAPI.Generated.Models.Destiny.Definitions.Lore; /// <summary> /// These are definitions for in-game "Lore," meant to be narrative enhancements of the game experience. /// <para /> /// DestinyInventoryItemDefinitions for interesting items point...
40.333333
213
0.676414
c64d6e515b3a68568b363979fade583d28572249
6,389
cs
C#
GrantApp/GrantDetails.cs
IsaacSchemm/GrantManager
e2bd47c77d1291ffc70c67d0761b8b4c547e4244
[ "BSD-2-Clause" ]
null
null
null
GrantApp/GrantDetails.cs
IsaacSchemm/GrantManager
e2bd47c77d1291ffc70c67d0761b8b4c547e4244
[ "BSD-2-Clause" ]
null
null
null
GrantApp/GrantDetails.cs
IsaacSchemm/GrantManager
e2bd47c77d1291ffc70c67d0761b8b4c547e4244
[ "BSD-2-Clause" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace GrantApp { /// <summary> /// Displays all the details of a grant. /// </summary> public partial class GrantDe...
38.257485
141
0.509939
af5be802d1c00a606dc0e6f0f38090e579f67509
320
cs
C#
Barista.Contracts/Commands/Swipe/IProcessSwipe.cs
nesfit/Coffee
5f231346bc8ab3f126216b638e45b98964cd02e0
[ "MIT" ]
null
null
null
Barista.Contracts/Commands/Swipe/IProcessSwipe.cs
nesfit/Coffee
5f231346bc8ab3f126216b638e45b98964cd02e0
[ "MIT" ]
4
2021-03-09T05:13:54.000Z
2022-02-10T17:56:44.000Z
Barista.Contracts/Commands/Swipe/IProcessSwipe.cs
nesfit/Coffee
5f231346bc8ab3f126216b638e45b98964cd02e0
[ "MIT" ]
1
2020-04-10T23:21:56.000Z
2020-04-10T23:21:56.000Z
using System; namespace Barista.Contracts.Commands.Swipe { public interface IProcessSwipe : ICommand { string AuthenticationMeansMethod { get; } string AuthenticationMeansValue { get; } Guid PointOfSaleId { get; } Guid OfferId { get; } decimal Quantity { get; } } }
22.857143
49
0.6375
b4fcd157b2aa3f13cb67ed4c58da55bcde3131e0
168
cs
C#
Avocado2D/Avocado2D/Components/Audio/SoundSource.cs
ChristianGreiner/avocado2D
be4ae9cacefe3cb7d61ef0eefdba72fbb529b501
[ "MIT" ]
5
2016-09-08T13:22:01.000Z
2020-01-19T05:54:00.000Z
Avocado2D/Avocado2D/Components/Audio/SoundSource.cs
ChristianGreiner/avocado2D
be4ae9cacefe3cb7d61ef0eefdba72fbb529b501
[ "MIT" ]
null
null
null
Avocado2D/Avocado2D/Components/Audio/SoundSource.cs
ChristianGreiner/avocado2D
be4ae9cacefe3cb7d61ef0eefdba72fbb529b501
[ "MIT" ]
2
2019-01-25T11:41:57.000Z
2019-07-06T01:29:47.000Z
using Microsoft.Xna.Framework.Audio; namespace Avocado2D.Components.Audio { public class SoundSource : Component { private SoundEffect effect; } }
18.666667
40
0.708333
af8dc737363af16a4c6190f4b698a29409aeeb0d
454
cs
C#
Test/Cryoprison.Test.iOS/Mocks/UIKit/UIKit.UIApplication.cs
padresmurfa/cryoprison
707fde6680e3dbea7ef9b34410e8b65c69df9c8f
[ "Unlicense" ]
20
2018-12-27T21:51:44.000Z
2022-03-23T14:09:49.000Z
Test/Cryoprison.Test.iOS/Mocks/UIKit/UIKit.UIApplication.cs
padresmurfa/cryoprison
707fde6680e3dbea7ef9b34410e8b65c69df9c8f
[ "Unlicense" ]
3
2019-02-09T16:45:43.000Z
2020-06-24T09:32:59.000Z
Test/Cryoprison.Test.iOS/Mocks/UIKit/UIKit.UIApplication.cs
padresmurfa/cryoprison
707fde6680e3dbea7ef9b34410e8b65c69df9c8f
[ "Unlicense" ]
9
2019-04-17T01:32:26.000Z
2021-08-15T09:47:43.000Z
using System; using Foundation; namespace UIKit { public class UIApplication { public static UIApplication SharedApplication { get; set; } = new UIApplication(); public Func<NSUrl, bool> MockCanOpenUrl { get; set; } public bool CanOpenUrl(NSUrl url) { if (this.MockCanOp...
19.73913
90
0.566079
cc459ff26be61f649fa2e6b9687bd4f4716a8a9a
3,339
cs
C#
HciBus.cs
jvlake/Hci.Bus
2a7434c26f7319ebcdecf8e37bad461be534f4f0
[ "Net-SNMP", "Xnet" ]
null
null
null
HciBus.cs
jvlake/Hci.Bus
2a7434c26f7319ebcdecf8e37bad461be534f4f0
[ "Net-SNMP", "Xnet" ]
null
null
null
HciBus.cs
jvlake/Hci.Bus
2a7434c26f7319ebcdecf8e37bad461be534f4f0
[ "Net-SNMP", "Xnet" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; namespace Hci.Bus { public interface IHciBus { Task Publish<T>(T t); Guid Subscribe<T>(Action<T> t); void Un...
30.633028
114
0.527703
52f3c3b3ec19f58a8f4e5be199d73f24c610951f
918
cs
C#
backend/src/Squidex.Infrastructure/UsageTracking/ApiStats.cs
sauravvijay/squidex
29a1fc2b104c3af3a4f2eb8d644aa1887562c9cf
[ "MIT" ]
null
null
null
backend/src/Squidex.Infrastructure/UsageTracking/ApiStats.cs
sauravvijay/squidex
29a1fc2b104c3af3a4f2eb8d644aa1887562c9cf
[ "MIT" ]
null
null
null
backend/src/Squidex.Infrastructure/UsageTracking/ApiStats.cs
sauravvijay/squidex
29a1fc2b104c3af3a4f2eb8d644aa1887562c9cf
[ "MIT" ]
null
null
null
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
27.818182
97
0.470588
522385934cf6fcaa1a3dcca01316acf884f9f5b8
1,625
cs
C#
AdvancedQuerying/7.AuthorSearch/BookShop/StartUp.cs
villdimova/SoftUni-EntityFramework
26d65475f3c77f2c5e9bf00454006b3865d0967b
[ "MIT" ]
null
null
null
AdvancedQuerying/7.AuthorSearch/BookShop/StartUp.cs
villdimova/SoftUni-EntityFramework
26d65475f3c77f2c5e9bf00454006b3865d0967b
[ "MIT" ]
null
null
null
AdvancedQuerying/7.AuthorSearch/BookShop/StartUp.cs
villdimova/SoftUni-EntityFramework
26d65475f3c77f2c5e9bf00454006b3865d0967b
[ "MIT" ]
null
null
null
namespace BookShop { using BookShop.Models.Enums; using Data; using Initializer; using Microsoft.EntityFrameworkCore; using System; using System.Globalization; using System.Linq; using System.Text; public class StartUp { public static void Main() {...
25.390625
91
0.480615
8aedb335dbad45f0fade91345479cf90d1cbc822
3,424
cs
C#
src/libs/H.ProxyFactory/DirectProxyFactory.cs
HavenDV/H.ProxyFactory
fa195e5b12d09443fc2852b724ec2652a2e7ee5d
[ "MIT" ]
4
2021-11-30T03:01:29.000Z
2022-02-21T13:27:30.000Z
src/libs/H.ProxyFactory/DirectProxyFactory.cs
HavenDV/H.ProxyFactory
fa195e5b12d09443fc2852b724ec2652a2e7ee5d
[ "MIT" ]
7
2020-12-10T04:06:35.000Z
2022-03-18T11:19:44.000Z
src/libs/H.ProxyFactory/DirectProxyFactory.cs
HavenDV/H.ProxyFactory
fa195e5b12d09443fc2852b724ec2652a2e7ee5d
[ "MIT" ]
null
null
null
using H.ProxyFactory.Args; namespace H.ProxyFactory; /// <summary> /// /// </summary> public class DirectProxyFactory { #region Properties private EmptyProxyFactory EmptyProxyFactory { get; } = new EmptyProxyFactory(); private Dictionary<object, object> Dictionary { get; } = new Dictionary<object, obje...
27.612903
106
0.590829
c1700701558698cca609dfd1ffd3cd4b8c226c9a
1,048
cs
C#
GoogleSearch/BimtProxyService.cs
EjiHuang/SmartUwriteProxy
766d6784f36bd6aca29e3ab8ad83e2dd269c544e
[ "Apache-2.0" ]
4
2021-05-31T14:20:17.000Z
2021-11-08T08:52:34.000Z
GoogleSearch/BimtProxyService.cs
AJSir/SmartUwriteProxy
766d6784f36bd6aca29e3ab8ad83e2dd269c544e
[ "Apache-2.0" ]
null
null
null
GoogleSearch/BimtProxyService.cs
AJSir/SmartUwriteProxy
766d6784f36bd6aca29e3ab8ad83e2dd269c544e
[ "Apache-2.0" ]
null
null
null
using System; using BIMT.Util.Serialiaze; using BIMT.Util.RestAPI; namespace GoogleSearchApplication { public class BimtProxyService<T> { T entity; public BimtProxyService(string url) { try { RestHelper rh = new RestHelper(url, string.Empty, st...
19.054545
94
0.39313
37a1ce7125126d563737c20d5130dae8b3ec129d
718
cs
C#
client/MAVN.Service.Vouchers.Client/VouchersClient.cs
LykkeBusiness/MAVN.Service.Vouchers
3e4159057154fe198ddada1001542ea6f511f065
[ "MIT" ]
null
null
null
client/MAVN.Service.Vouchers.Client/VouchersClient.cs
LykkeBusiness/MAVN.Service.Vouchers
3e4159057154fe198ddada1001542ea6f511f065
[ "MIT" ]
6
2020-03-25T18:50:02.000Z
2021-12-20T00:19:03.000Z
client/MAVN.Service.Vouchers.Client/VouchersClient.cs
LykkeBusiness/MAVN.Service.Vouchers
3e4159057154fe198ddada1001542ea6f511f065
[ "MIT" ]
4
2020-03-25T19:15:55.000Z
2020-05-05T11:37:00.000Z
using Lykke.HttpClientGenerator; using MAVN.Service.Vouchers.Client.Api; namespace MAVN.Service.Vouchers.Client { /// <inheritdoc/> public class VouchersClient : IVouchersClient { /// <summary> /// Initializes a new instance of <see cref="VouchersClient"/> using http client generator. ...
28.72
99
0.63649
0c00b13852bbe63c588d90c9c67afe0018fdfdbe
1,155
cs
C#
src/Crosslight.GUI/ViewModels/MenuItemVM.cs
mcmikecreations/Crosslight
3ccd56073e26cfb48721bb172d8aa1a18e2bf8cf
[ "MIT" ]
null
null
null
src/Crosslight.GUI/ViewModels/MenuItemVM.cs
mcmikecreations/Crosslight
3ccd56073e26cfb48721bb172d8aa1a18e2bf8cf
[ "MIT" ]
49
2020-09-04T22:16:17.000Z
2020-10-27T11:00:51.000Z
src/Crosslight.GUI/ViewModels/MenuItemVM.cs
Evenfall-Tech/Crosslight
3ccd56073e26cfb48721bb172d8aa1a18e2bf8cf
[ "MIT" ]
null
null
null
using DynamicData.Binding; using ReactiveUI; using System; using System.Collections.Generic; using System.Text; using System.Windows.Input; namespace Crosslight.GUI.ViewModels { public class MenuItemVM : BaseViewModel { private string header; private ICommand command; private object co...
26.860465
74
0.606061
8a60f2148f205f2a2e68f425f33db91ad46bc5c1
6,335
cs
C#
Assets/Store Assets/QcPrimitives/Editor/QcBoxMeshEditor.cs
HBot106/Bounty
32e22929da834f201319bf81e88b5faca426e69b
[ "MIT" ]
null
null
null
Assets/Store Assets/QcPrimitives/Editor/QcBoxMeshEditor.cs
HBot106/Bounty
32e22929da834f201319bf81e88b5faca426e69b
[ "MIT" ]
7
2020-03-05T18:36:34.000Z
2020-03-08T20:34:02.000Z
Assets/Store Assets/QcPrimitives/Editor/QcBoxMeshEditor.cs
HBot106/Bounty
32e22929da834f201319bf81e88b5faca426e69b
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEditor; using System; using QuickPrimitives; [CustomEditor(typeof(QcBoxMesh))] public class QcBoxMeshEditor : Editor { private QcBoxMesh.QcBoxProperties oldProp = new QcBoxMesh.QcBoxProperties(); override public void OnInspectorGUI() { QcBoxMesh mesh = ta...
51.92623
174
0.625414
a11b8c4bd5809de7e21602b382d85a0365fe07e8
280
cs
C#
Api/Api.Web/Infrastructure/Constants/Messages.cs
MJordanov81/plantit-bg_api
8f4bca4f8d42a6f0cb11f5ce587799bcda3abf5a
[ "MIT" ]
null
null
null
Api/Api.Web/Infrastructure/Constants/Messages.cs
MJordanov81/plantit-bg_api
8f4bca4f8d42a6f0cb11f5ce587799bcda3abf5a
[ "MIT" ]
9
2020-07-19T00:11:59.000Z
2022-03-08T23:07:31.000Z
Api/Api.Web/Infrastructure/Constants/Messages.cs
MJordanov81/Podredeni_api
0108932ae6c70d9ab10e74742de1e33ab25dd2b9
[ "MIT" ]
null
null
null
namespace Api.Web.Infrastructure.Constants { public static class Messages { public const string NewsDeletionConfirmation = "The news has been deleted."; public const string CarouselItemDeletionConfirmation = "The carousel item has been deleted"; } }
28
100
0.725
1e8d395fb4ee4f39aeb7dc1fec49cf8cd6cc2c59
1,580
cs
C#
src/ResourceManagement/Batch/BatchManagement/Generated/Models/AccountListParameters.cs
cwickham3/azure-sdk-for-net
db308191c4fbdf364d9c003e5bb69c8dc3f88381
[ "Apache-2.0" ]
1
2017-05-17T14:23:19.000Z
2017-05-17T14:23:19.000Z
src/ResourceManagement/Batch/BatchManagement/Generated/Models/AccountListParameters.cs
cwickham3/azure-sdk-for-net
db308191c4fbdf364d9c003e5bb69c8dc3f88381
[ "Apache-2.0" ]
null
null
null
src/ResourceManagement/Batch/BatchManagement/Generated/Models/AccountListParameters.cs
cwickham3/azure-sdk-for-net
db308191c4fbdf364d9c003e5bb69c8dc3f88381
[ "Apache-2.0" ]
1
2018-12-27T06:43:55.000Z
2018-12-27T06:43:55.000Z
// // Copyright (c) Microsoft and contributors. 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. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless requi...
30.384615
76
0.65443
1ec86869fd5a6d9d91a79393c535578391ff0b77
1,579
cs
C#
Samples/Kaleidoscope/Chapter4/ReplEngine.cs
UbiquityDotNET/Llvm.NET
54789d02479e2650f8520e392905581d381f2bf2
[ "Apache-2.0" ]
70
2017-10-13T14:07:51.000Z
2022-02-24T08:10:19.000Z
Samples/Kaleidoscope/Chapter4/ReplEngine.cs
UbiquityDotNET/Llvm.NET
54789d02479e2650f8520e392905581d381f2bf2
[ "Apache-2.0" ]
45
2017-10-10T17:10:47.000Z
2021-11-28T22:34:51.000Z
Samples/Kaleidoscope/Chapter4/ReplEngine.cs
UbiquityDotNET/Llvm.Net
5fbc6c964f38203824e3d034cc9005558040397a
[ "Apache-2.0" ]
17
2017-09-27T02:18:01.000Z
2021-05-12T13:59:43.000Z
// ----------------------------------------------------------------------- // <copyright file="ReplEngine.cs" company="Ubiquity.NET Contributors"> // Copyright (c) Ubiquity.NET Contributors. All rights reserved. // </copyright> // ----------------------------------------------------------------------- using System; ...
28.709091
128
0.526282
1ed35b817fcc9ff6edfba9322974ea5bda045ff6
17,128
cs
C#
src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutTemplatedContentRenderer.cs
dellis1972/maui
331c92fb78f42ac43a943f511cd04e0588e066a2
[ "MIT" ]
null
null
null
src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutTemplatedContentRenderer.cs
dellis1972/maui
331c92fb78f42ac43a943f511cd04e0588e066a2
[ "MIT" ]
null
null
null
src/Controls/src/Core/Compatibility/Handlers/Shell/Android/ShellFlyoutTemplatedContentRenderer.cs
dellis1972/maui
331c92fb78f42ac43a943f511cd04e0588e066a2
[ "MIT" ]
null
null
null
using System; using System.ComponentModel; using Android.Content; using Android.Graphics.Drawables; using Android.Runtime; using Android.Util; using Android.Views; using Android.Widget; using AndroidX.CoordinatorLayout.Widget; using AndroidX.DrawerLayout.Widget; using AndroidX.RecyclerView.Widget; using Google.Android....
27.536977
136
0.729449
4f9f2a57ba042c883cbb2c563ba4213383d98e5a
3,270
cs
C#
Source/UwpMvc/Mvc/Wrappers/MapRightTappedEventArgsWrapper.cs
averrunci/UwpMvc
e5cdedaee8cbdd24287382b09c199c25026cbe96
[ "MIT" ]
3
2019-03-25T13:42:14.000Z
2021-02-24T22:32:17.000Z
Source/UwpMvc/Mvc/Wrappers/MapRightTappedEventArgsWrapper.cs
averrunci/UwpMvc
e5cdedaee8cbdd24287382b09c199c25026cbe96
[ "MIT" ]
null
null
null
Source/UwpMvc/Mvc/Wrappers/MapRightTappedEventArgsWrapper.cs
averrunci/UwpMvc
e5cdedaee8cbdd24287382b09c199c25026cbe96
[ "MIT" ]
null
null
null
// Copyright (C) 2018 Fievus // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. using Windows.Devices.Geolocation; using Windows.Foundation; using Windows.UI.Xaml.Controls.Maps; namespace Charites.Windows.Mvc.Wrappers { /// <summary> /...
46.714286
130
0.66208
418f9ebf5c2ee2988593762df9e9fb18d034d3ff
536
cs
C#
Content.Server/GameTicking/Rules/SandboxRuleSystem.cs
EmoGarbage404/space-station-14
2a16d26fdfb9d95d78b41cf784583890285cde9f
[ "MIT" ]
21
2017-05-22T02:02:42.000Z
2019-03-29T01:37:01.000Z
Content.Server/GameTicking/Rules/SandboxRuleSystem.cs
EmoGarbage404/space-station-14
2a16d26fdfb9d95d78b41cf784583890285cde9f
[ "MIT" ]
88
2017-05-29T20:53:13.000Z
2019-03-28T19:23:06.000Z
Content.Server/GameTicking/Rules/SandboxRuleSystem.cs
EmoGarbage404/space-station-14
2a16d26fdfb9d95d78b41cf784583890285cde9f
[ "MIT" ]
55
2017-05-22T21:33:33.000Z
2019-03-26T13:11:27.000Z
using Content.Server.GameTicking.Rules.Configurations; using Content.Server.Sandbox; namespace Content.Server.GameTicking.Rules; public sealed class SandboxRuleSystem : GameRuleSystem { [Dependency] private readonly SandboxSystem _sandbox = default!; public override string Prototype => "Sandbox"; public...
24.363636
68
0.740672
d2d43b51ec40c0b684bef93ac7616d6b54dec007
3,399
cs
C#
URSA.Core/Configuration/UrlParserConfigurationSection.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
15
2015-09-28T19:50:54.000Z
2021-06-22T08:21:18.000Z
URSA.Core/Configuration/UrlParserConfigurationSection.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
1
2021-03-01T20:02:56.000Z
2021-05-13T20:28:30.000Z
URSA.Core/Configuration/UrlParserConfigurationSection.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
3
2017-04-28T08:34:43.000Z
2020-03-03T16:14:27.000Z
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Diagnostics.CodeAnalysis; using System.Xml; namespace URSA.Configuration { /// <summary>Provides a programmatic access to URL parsers configuration.</summary> [ExcludeFromCodeCoverage]...
40.951807
147
0.518976
962bcfffb0d8b69ff7246650156d0fd06cafb4af
14,834
cs
C#
modules/AWSPowerShell/Cmdlets/WAF/Basic/New-WAFRuleGroup-Cmdlet.cs
zechariahks/aws-tools-for-powershell
ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894
[ "Apache-2.0" ]
181
2019-03-29T16:45:16.000Z
2022-03-24T22:46:45.000Z
modules/AWSPowerShell/Cmdlets/WAF/Basic/New-WAFRuleGroup-Cmdlet.cs
zechariahks/aws-tools-for-powershell
ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894
[ "Apache-2.0" ]
233
2019-03-29T12:22:54.000Z
2022-03-30T08:14:56.000Z
modules/AWSPowerShell/Cmdlets/WAF/Basic/New-WAFRuleGroup-Cmdlet.cs
zechariahks/aws-tools-for-powershell
ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894
[ "Apache-2.0" ]
70
2019-05-09T05:43:10.000Z
2022-02-22T15:09:32.000Z
/******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License...
46.211838
282
0.608063
1fcbdf033dbbfc1cd871d1efd436433732329c59
6,013
cs
C#
src/Shared/Incoming/MockMessageAttachments.cs
SimonCropp/NServiceBus.Attachments
507140b77a46800d256fb1eb6d05e4717ab5afd7
[ "MIT" ]
null
null
null
src/Shared/Incoming/MockMessageAttachments.cs
SimonCropp/NServiceBus.Attachments
507140b77a46800d256fb1eb6d05e4717ab5afd7
[ "MIT" ]
2
2018-02-16T19:56:52.000Z
2018-02-27T13:01:57.000Z
src/Shared/Incoming/MockMessageAttachments.cs
SimonCropp/NServiceBus.Attachments
507140b77a46800d256fb1eb6d05e4717ab5afd7
[ "MIT" ]
1
2018-02-09T06:54:45.000Z
2018-02-09T06:54:45.000Z
// ReSharper disable PartialTypeWithSinglePart namespace NServiceBus.Attachments #if FileShare .FileShare.Testing #endif #if Sql .Sql.Testing #endif ; /// <summary> /// An implementation of <see cref="IMessageAttachments"/> for use in unit testing. /// All members are stubbed out. /// </summary> /// <seealso cref="M...
45.210526
160
0.724264
e7ec619375dfeb049539b6e32e38660759688519
12,983
cshtml
C#
Views/Tooltip/Template.cshtml
ESA-Security-Group/ej2-aspnetmvc-samples
b62e3643d8aeca022b479f80629b9d822d395e83
[ "Net-SNMP", "Xnet" ]
null
null
null
Views/Tooltip/Template.cshtml
ESA-Security-Group/ej2-aspnetmvc-samples
b62e3643d8aeca022b479f80629b9d822d395e83
[ "Net-SNMP", "Xnet" ]
null
null
null
Views/Tooltip/Template.cshtml
ESA-Security-Group/ej2-aspnetmvc-samples
b62e3643d8aeca022b479f80629b9d822d395e83
[ "Net-SNMP", "Xnet" ]
null
null
null
@using Syncfusion.EJ2 @section ControlsSection{ <div class="control-section"> <div id="targetContainer" class="col-lg-12 control-section"> <!-- Tooltip element --> @Html.EJS().Tooltip("Tooltip").ShowTipPointer(false).BeforeRender("onBeforeRender").Width("170").Target("#Toolbar [titl...
80.141975
7,831
0.792729
87f50ae0e05492717361c35e30ddc03e94ce65da
1,679
cs
C#
tests/TestSupport/EnumerableAssertionExtensions.cs
ZertoPublic/Zerto.Unity.Interception
2818665e718100597de4b18df75ed7fdb00868c8
[ "Apache-2.0" ]
21
2017-11-15T21:25:24.000Z
2021-08-04T10:23:05.000Z
tests/TestSupport/EnumerableAssertionExtensions.cs
ZertoPublic/Zerto.Unity.Interception
2818665e718100597de4b18df75ed7fdb00868c8
[ "Apache-2.0" ]
36
2017-10-12T15:03:48.000Z
2021-01-22T23:38:51.000Z
tests/TestSupport/EnumerableAssertionExtensions.cs
ZertoPublic/Zerto.Unity.Interception
2818665e718100597de4b18df75ed7fdb00868c8
[ "Apache-2.0" ]
21
2017-10-19T05:34:43.000Z
2022-03-22T01:04:59.000Z
 using System; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Microsoft.Practices.Unity.TestSupport { public static class EnumerableAssertionExtensions { public static void AssertContainsExactly<TItem>(this IEnumerable<TItem> items, ...
31.679245
114
0.653365
1abf12af8fa213af044d4f2c921e184d5a1b03aa
11,202
cs
C#
PureFreak.DependencyInjection/DependencyResolver.cs
Gartenschlaeger/DependencyInjection
68dc153f4ef11ee2804382144e1e2e54d27de3c5
[ "MIT" ]
null
null
null
PureFreak.DependencyInjection/DependencyResolver.cs
Gartenschlaeger/DependencyInjection
68dc153f4ef11ee2804382144e1e2e54d27de3c5
[ "MIT" ]
null
null
null
PureFreak.DependencyInjection/DependencyResolver.cs
Gartenschlaeger/DependencyInjection
68dc153f4ef11ee2804382144e1e2e54d27de3c5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace PureFreak.DependencyInjection { public class DependencyResolver : IDependencyResolver { #region Fields private readonly Dictionary<Type, DependencyItem> _dependencies; private readonl...
35.226415
147
0.510534
1f193331c52d89536e260be55cec79a53e7e564c
3,352
cs
C#
JsonTranslate/Program.cs
hem-tech01/JsonTranslate
7bf49f9fae052b623b72a9a57c53983170de5806
[ "Apache-2.0" ]
null
null
null
JsonTranslate/Program.cs
hem-tech01/JsonTranslate
7bf49f9fae052b623b72a9a57c53983170de5806
[ "Apache-2.0" ]
null
null
null
JsonTranslate/Program.cs
hem-tech01/JsonTranslate
7bf49f9fae052b623b72a9a57c53983170de5806
[ "Apache-2.0" ]
null
null
null
using System; using System.IO; using System.Linq; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace JsonTranslate { class Program { static void Main(string[] args) { Console.WriteLine("Utility to translate json"); // Get json file path ...
39.435294
133
0.510442
9c66f672c902b1b5fe90bb5550a68f2cf7bba459
9,866
cs
C#
NIEMXML/Form1.Designer.cs
Thwar/NIEM-XSD-to-Excel-Converter
f1af587a08d7ea81157382173edd9c87e993f530
[ "MIT" ]
null
null
null
NIEMXML/Form1.Designer.cs
Thwar/NIEM-XSD-to-Excel-Converter
f1af587a08d7ea81157382173edd9c87e993f530
[ "MIT" ]
null
null
null
NIEMXML/Form1.Designer.cs
Thwar/NIEM-XSD-to-Excel-Converter
f1af587a08d7ea81157382173edd9c87e993f530
[ "MIT" ]
null
null
null
namespace NIEMXML { partial class Form1 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name...
47.893204
165
0.608555
16590e555eb7ecad9af7b80e0047f1267d3796fb
232
cs
C#
worker/Dockerfile.cs
kiview/example-voting-app
7e69db3c8a127b441423a9a3fcdcfea073f55638
[ "Apache-2.0" ]
5
2017-06-02T13:57:20.000Z
2020-10-14T19:07:29.000Z
worker/Dockerfile.cs
kiview/example-voting-app
7e69db3c8a127b441423a9a3fcdcfea073f55638
[ "Apache-2.0" ]
null
null
null
worker/Dockerfile.cs
kiview/example-voting-app
7e69db3c8a127b441423a9a3fcdcfea073f55638
[ "Apache-2.0" ]
3
2017-04-02T13:23:57.000Z
2020-07-22T08:50:29.000Z
FROM mcr.microsoft.com/dotnet/sdk:3.1 WORKDIR /code ADD src/Worker /code/src/Worker RUN dotnet restore -v minimal src/ \ && dotnet publish -c Release -o ./ src/Worker/ \ && rm -rf src/ $HOME/.nuget/ CMD dotnet Worker.dll
21.090909
52
0.681034
fb83ed78cbecc3148080f29a3a7a7fd3fb297f7c
5,105
cs
C#
src/net/Wexflow.Tasks.ImagesConcat/ImagesConcat.cs
jswanepoel/Wexflow
e117843e5371b871233231f4db18c20792413006
[ "MIT" ]
1
2020-09-27T21:17:54.000Z
2020-09-27T21:17:54.000Z
src/net/Wexflow.Tasks.ImagesConcat/ImagesConcat.cs
jswanepoel/Wexflow
e117843e5371b871233231f4db18c20792413006
[ "MIT" ]
null
null
null
src/net/Wexflow.Tasks.ImagesConcat/ImagesConcat.cs
jswanepoel/Wexflow
e117843e5371b871233231f4db18c20792413006
[ "MIT" ]
2
2021-02-10T10:30:51.000Z
2022-02-06T13:23:05.000Z
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Threading; using System.Xml.Linq; using Wexflow.Core; namespace Wexflow.Tasks.ImagesConcat { public class ImagesConcat : Task { public string SmbComputerName { get; private set; } public string ...
31.512346
135
0.439569
d0ab6b5bbe03a975d2241692922bfe0b68497bba
3,932
cs
C#
src/Tests/FrannHammer.WebApi.Specs/Moves/MovesApiSteps.cs
dunnaaron/FrannHammer
eadd3992401d4643e4dd0c6ce80c65904cd6061b
[ "MIT" ]
53
2016-06-22T20:17:34.000Z
2021-11-20T10:45:33.000Z
src/Tests/FrannHammer.WebApi.Specs/Moves/MovesApiSteps.cs
dunnaaron/FrannHammer
eadd3992401d4643e4dd0c6ce80c65904cd6061b
[ "MIT" ]
161
2016-02-10T02:24:08.000Z
2021-12-29T19:12:14.000Z
src/Tests/FrannHammer.WebApi.Specs/Moves/MovesApiSteps.cs
dunnaaron/FrannHammer
eadd3992401d4643e4dd0c6ce80c65904cd6061b
[ "MIT" ]
2
2018-03-19T03:44:32.000Z
2019-09-11T13:25:09.000Z
using FrannHammer.NetCore.WebApi.Models; using FrannHammer.WebApi.Specs; using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using TechTalk.SpecFlow; using static FrannHammer.Domain.PropertyParsers.MoveDataNameConstants; using static FrannHammer.NetCore.We...
40.122449
187
0.64471
788ad2fb1e84df09a54c457d8d6f4c77545efffd
24,952
cs
C#
src/libraries/System.Formats.Asn1/ref/System.Formats.Asn1.cs
davidsh/runtime
e5274e41fe13a8cfeeb4e87e39a1452cf8968f8c
[ "MIT" ]
2
2021-05-18T17:17:09.000Z
2021-05-18T17:17:13.000Z
src/libraries/System.Formats.Asn1/ref/System.Formats.Asn1.cs
witchakorn1999/runtime
cfd0172f89d237f79c47de51b64d5778c440bbc6
[ "MIT" ]
1
2021-07-24T23:54:42.000Z
2021-07-24T23:54:42.000Z
src/libraries/System.Formats.Asn1/ref/System.Formats.Asn1.cs
witchakorn1999/runtime
cfd0172f89d237f79c47de51b64d5778c440bbc6
[ "MIT" ]
1
2020-06-21T04:14:39.000Z
2020-06-21T04:14:39.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // ------------------------------------------------------------------------------ // Changes to this file must follow...
101.844898
356
0.741383
74b8f06d6508ee8ce57ea229db55ca9f91850dfc
342
cs
C#
src/Uno.UI/UI/Xaml/Controls/Primitives/PivotHeaderItem.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
5,973
2019-06-27T02:51:02.000Z
2022-03-31T11:07:25.000Z
src/Uno.UI/UI/Xaml/Controls/Primitives/PivotHeaderItem.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
6,988
2019-06-27T03:34:56.000Z
2022-03-31T22:01:54.000Z
src/Uno.UI/UI/Xaml/Controls/Primitives/PivotHeaderItem.cs
olirobert/uno
02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04
[ "Apache-2.0" ]
636
2019-06-27T23:31:29.000Z
2022-03-30T00:50:25.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.UI.Xaml.Controls; namespace Windows.UI.Xaml.Controls.Primitives { public partial class PivotHeaderItem : ContentControl { public PivotHeaderItem() { DefaultStyleKey = typeof(Pivot...
19
54
0.774854
41d4ae8fac1e1fa9ff4577fb9e7d59fd1fb17de7
1,683
cs
C#
Northwind.Mvc/Models/Northwind/Territory/TerritoryViewModel.cs
EasyLOB/EasyLOB-Northwind-NuGet-3
fcf1283f6c2f030682a07013904221dcfc521d06
[ "MIT" ]
null
null
null
Northwind.Mvc/Models/Northwind/Territory/TerritoryViewModel.cs
EasyLOB/EasyLOB-Northwind-NuGet-3
fcf1283f6c2f030682a07013904221dcfc521d06
[ "MIT" ]
null
null
null
Northwind.Mvc/Models/Northwind/Territory/TerritoryViewModel.cs
EasyLOB/EasyLOB-Northwind-NuGet-3
fcf1283f6c2f030682a07013904221dcfc521d06
[ "MIT" ]
null
null
null
using Northwind.Data.Resources; using EasyLOB; using EasyLOB.Data; using EasyLOB.Library; using EasyLOB.Resources; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Northwind.Data { public partial class TerritoryViewModel : ZViewBase<TerritoryViewMod...
30.053571
138
0.626857
517cd8a66c670df4188458845a17fd2cc1cc428c
1,647
cs
C#
src/Netension.NHibernate.Prometheus/Builders/NHibernateMetricsBuilder.cs
Netension/nhibernate
1a4b0757cad1c317735c063adf706fccaf61ecbc
[ "MIT" ]
null
null
null
src/Netension.NHibernate.Prometheus/Builders/NHibernateMetricsBuilder.cs
Netension/nhibernate
1a4b0757cad1c317735c063adf706fccaf61ecbc
[ "MIT" ]
2
2020-09-30T18:49:18.000Z
2020-10-10T17:29:04.000Z
src/Netension.NHibernate.Prometheus/Builders/NHibernateMetricsBuilder.cs
Netension/nhibernate
1a4b0757cad1c317735c063adf706fccaf61ecbc
[ "MIT" ]
null
null
null
using Netension.Monitoring.Prometheus; using Netension.NHibernate.Prometheus.Enumerations; using Netension.NHibernate.Prometheus.Services; namespace Netension.NHibernate.Prometheus.Builders { public class NHibernateMetricsBuilder { private readonly IPrometheusMetricsRegistry _prometheusMetricsRegistry...
43.342105
282
0.786885
a472a1d9f9295072f874f7d8cef078f8fd0a2597
720
cs
C#
Tests/HeroesData.Parser.Tests/UnitParserTests/DVaMechPlacementDummyTests.cs
dkwingsmt/HeroesDataParser
8e105abdebbc4c92760e20b97c65177705aa738f
[ "MIT" ]
null
null
null
Tests/HeroesData.Parser.Tests/UnitParserTests/DVaMechPlacementDummyTests.cs
dkwingsmt/HeroesDataParser
8e105abdebbc4c92760e20b97c65177705aa738f
[ "MIT" ]
null
null
null
Tests/HeroesData.Parser.Tests/UnitParserTests/DVaMechPlacementDummyTests.cs
dkwingsmt/HeroesDataParser
8e105abdebbc4c92760e20b97c65177705aa738f
[ "MIT" ]
null
null
null
using Heroes.Models.AbilityTalents; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace HeroesData.Parser.Tests.UnitParserTests { [TestClass] public class DVaMechPlacementDummyTests : UnitParserBaseTest { [TestMethod] public void HearthStoneAbilityTests() { Ab...
28.8
88
0.681944
7b17a494f97016603acefb103ef1ee2df832639e
2,978
cs
C#
src/go-src-converted/cmd/oldlink/internal/ld/dwarf_pubWriterStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
249
2018-06-02T10:42:32.000Z
2022-03-23T20:54:45.000Z
src/go-src-converted/cmd/oldlink/internal/ld/dwarf_pubWriterStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
14
2019-01-22T18:55:14.000Z
2022-03-13T21:26:45.000Z
src/go-src-converted/cmd/oldlink/internal/ld/dwarf_pubWriterStruct.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
35
2018-08-01T18:04:30.000Z
2022-02-23T03:25:25.000Z
//--------------------------------------------------------- // <auto-generated> // This code was generated by a tool. Changes to this // file may cause incorrect behavior and will be lost // if the code is regenerated. // // Generated on 2020 October 09 05:51:40 UTC // </auto-generated> //--------------...
36.317073
173
0.611484
7b301c1f8bdff2679c89e99234b28f7fbda094d5
6,348
cs
C#
DistributedLock.Oracle/OracleDbmsLock.cs
shubhamranjan/DistributedLock
e1685848c5338bd05cd2f033ff8e373caea28691
[ "MIT" ]
null
null
null
DistributedLock.Oracle/OracleDbmsLock.cs
shubhamranjan/DistributedLock
e1685848c5338bd05cd2f033ff8e373caea28691
[ "MIT" ]
null
null
null
DistributedLock.Oracle/OracleDbmsLock.cs
shubhamranjan/DistributedLock
e1685848c5338bd05cd2f033ff8e373caea28691
[ "MIT" ]
null
null
null
using Medallion.Threading.Internal; using Medallion.Threading.Internal.Data; using System; using System.Collections.Generic; using System.Data; using System.Text; using System.Threading; using System.Threading.Tasks; namespace Medallion.Threading.Oracle { /// <summary> /// Implements <see cref="IDbSynchroniza...
45.021277
247
0.609956
b5c137eb089b2d6d251fabc2517a3529ec84f2d1
889
cs
C#
ksqlDb.RestApi.Client/KSql/Query/PullQueries/PullQueryProvider.cs
tomasfabian/Kafka.DotNet.ksqlDB
5125b428cc2f17a37fbb460b8bd7771efecd09a0
[ "MIT" ]
17
2021-05-14T13:26:06.000Z
2021-10-18T09:55:59.000Z
ksqlDb.RestApi.Client/KSql/Query/PullQueries/PullQueryProvider.cs
tomasfabian/Kafka.DotNet.ksqlDB
5125b428cc2f17a37fbb460b8bd7771efecd09a0
[ "MIT" ]
11
2021-08-01T01:41:54.000Z
2021-10-06T20:10:14.000Z
ksqlDb.RestApi.Client/KSql/Query/PullQueries/PullQueryProvider.cs
tomasfabian/Kafka.DotNet.ksqlDB
5125b428cc2f17a37fbb460b8bd7771efecd09a0
[ "MIT" ]
7
2021-11-30T04:19:21.000Z
2022-03-31T11:04:53.000Z
using System; using System.Linq.Expressions; using ksqlDB.RestApi.Client.KSql.Linq.PullQueries; using ksqlDB.RestApi.Client.KSql.Query.Context; using Microsoft.Extensions.DependencyInjection; namespace ksqlDB.RestApi.Client.KSql.Query.PullQueries { internal class PullQueryProvider : IPullQueryProvider { priva...
35.56
117
0.790776
bd7047114079356f30e2c326a1f8c155f63c2080
1,880
cs
C#
LifeSim/LifeSim.Core/Engine/Commands/Actions/Schools/EndPrimarySchoolCommand.cs
SupportExTraGoZ/TelerikTeamProject
dffc025e3544d047d2d8789c1bdd0707cf0fc5b5
[ "MIT" ]
null
null
null
LifeSim/LifeSim.Core/Engine/Commands/Actions/Schools/EndPrimarySchoolCommand.cs
SupportExTraGoZ/TelerikTeamProject
dffc025e3544d047d2d8789c1bdd0707cf0fc5b5
[ "MIT" ]
null
null
null
LifeSim/LifeSim.Core/Engine/Commands/Actions/Schools/EndPrimarySchoolCommand.cs
SupportExTraGoZ/TelerikTeamProject
dffc025e3544d047d2d8789c1bdd0707cf0fc5b5
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Text; using LifeSim.Core.Engine.Commands.Contracts; using LifeSim.Core.Engine.Core.Contracts; namespace LifeSim.Core.Engine.Commands.Actions.Schools { public class EndPrimarySchoolCommand : ICommand { private readonly IEngine engine; public EndPr...
36.153846
126
0.618085
559b1bb4cf4c7467eeda683a9c578b1203bde086
20,669
cs
C#
src/Build/NuGet.Build.Packaging.Tests/AssignPackagePathTests.cs
iskiselev/NuGet.Build.Packaging
b44f3de2538d2b1c45fdb1889965ac9825e1066f
[ "Apache-2.0" ]
77
2016-11-07T21:59:23.000Z
2021-12-26T18:27:37.000Z
src/Build/NuGet.Build.Packaging.Tests/AssignPackagePathTests.cs
kzu/NuGet.Build.Packaging
46b97c56ba03ed5a0c042f5bc31feb797d0dbdec
[ "Apache-2.0" ]
40
2016-09-21T13:09:11.000Z
2021-06-09T19:50:55.000Z
src/Build/NuGet.Build.Packaging.Tests/AssignPackagePathTests.cs
kzu/NuGet.Build.Packaging
46b97c56ba03ed5a0c042f5bc31feb797d0dbdec
[ "Apache-2.0" ]
32
2016-09-20T21:03:53.000Z
2021-08-12T13:11:33.000Z
using System.Collections.Generic; using System.IO; using Microsoft.Build.Evaluation; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Xunit; using Xunit.Abstractions; using System.Linq; using NuGet.Build.Packaging.Tasks; using static NuGet.Build.Packaging.Properties.Strings; using Metadata = Syst...
26.130215
166
0.641589
2be28ef79e061e64c138cdf9ddf72a6875e97f5c
2,337
cs
C#
NekoKun.Core/ScriptEditor/ScriptFile.cs
NekoProject/NekoKun
cbb86478b593d059acb2d05711ec8c12472af15e
[ "MS-PL", "BSD-3-Clause", "BSD-2-Clause", "MIT" ]
4
2015-01-24T09:24:01.000Z
2020-05-25T11:12:09.000Z
NekoKun.Core/ScriptEditor/ScriptFile.cs
luodua/NekoKun
cbb86478b593d059acb2d05711ec8c12472af15e
[ "MS-PL", "BSD-3-Clause", "BSD-2-Clause", "MIT" ]
null
null
null
NekoKun.Core/ScriptEditor/ScriptFile.cs
luodua/NekoKun
cbb86478b593d059acb2d05711ec8c12472af15e
[ "MS-PL", "BSD-3-Clause", "BSD-2-Clause", "MIT" ]
3
2015-04-08T03:21:11.000Z
2020-03-04T04:48:02.000Z
using System; using System.Collections.Generic; using System.Text; namespace NekoKun { public abstract class ScriptFile : AbstractFile, IFindAllProvider { public string Code; public ScriptFile(string filename) : base(filename) { } public ScriptFile...
27.821429
155
0.512195
6507d3ac830a040d365ae5bb93bb8f55a789de1d
1,040
cs
C#
03.Programming_Fundamentals/02_Data_Types_and_Variables/Exercises/11_Convert_Speed_Units/Program.cs
GoldenR1618/SoftUni-Projects
fac2c798da2dbb21c08e8c8d7ab643b0d81815a2
[ "Unlicense" ]
null
null
null
03.Programming_Fundamentals/02_Data_Types_and_Variables/Exercises/11_Convert_Speed_Units/Program.cs
GoldenR1618/SoftUni-Projects
fac2c798da2dbb21c08e8c8d7ab643b0d81815a2
[ "Unlicense" ]
null
null
null
03.Programming_Fundamentals/02_Data_Types_and_Variables/Exercises/11_Convert_Speed_Units/Program.cs
GoldenR1618/SoftUni-Projects
fac2c798da2dbb21c08e8c8d7ab643b0d81815a2
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _11.Convert_Speed_Units { class Program { static void Main(string[] args) { float distanceMeters = float.Parse(Console.ReadLine()); float hours ...
33.548387
78
0.626923
899939167b1f45a67ed93a1b1c45edd0862bb7b6
13,262
cs
C#
test/Be.Vlaanderen.Basisregisters.Shaperon.Tests/Geometries/GeometryTranslatorTests.cs
pgallik/shaperon
1f4d441a09f3a8d2ba1cec41c715adb72ff44a2b
[ "MIT" ]
10
2018-12-17T16:03:28.000Z
2020-10-07T18:57:52.000Z
test/Be.Vlaanderen.Basisregisters.Shaperon.Tests/Geometries/GeometryTranslatorTests.cs
pgallik/shaperon
1f4d441a09f3a8d2ba1cec41c715adb72ff44a2b
[ "MIT" ]
158
2018-12-17T16:06:43.000Z
2022-03-25T09:47:01.000Z
test/Be.Vlaanderen.Basisregisters.Shaperon.Tests/Geometries/GeometryTranslatorTests.cs
pgallik/shaperon
1f4d441a09f3a8d2ba1cec41c715adb72ff44a2b
[ "MIT" ]
7
2018-12-18T16:20:28.000Z
2022-02-07T08:42:37.000Z
namespace Be.Vlaanderen.Basisregisters.Shaperon.Geometries { using System; using System.Collections.Generic; using System.Linq; using AutoFixture; using Xunit; public class GeometryTranslatorTests { private readonly Fixture _fixture; public GeometryTranslatorTests() ...
46.048611
194
0.568843
9118e11217c6cb692b913387c662b6db3403b688
1,552
cs
C#
IonCLI/Core/Processor.cs
RONTheCookie/Ion.CLI
418ad5187e19fcdf730d1da563ef79df1922ed28
[ "MIT" ]
null
null
null
IonCLI/Core/Processor.cs
RONTheCookie/Ion.CLI
418ad5187e19fcdf730d1da563ef79df1922ed28
[ "MIT" ]
null
null
null
IonCLI/Core/Processor.cs
RONTheCookie/Ion.CLI
418ad5187e19fcdf730d1da563ef79df1922ed28
[ "MIT" ]
null
null
null
using Ion.SyntaxAnalysis; using Ion.Parsing; using Ion.CodeGeneration; using System.IO; using System.Collections.Generic; namespace IonCLI.Core { internal class Processor { protected readonly Handler handler; protected readonly Options options; public Processor(Handler handler, Option...
26.305085
85
0.558634
cbad21478c93609d34ef46d17b3e0b0ddc61cbbf
293
cs
C#
TryAtSoftware.Equalizer.Core/Templates/GreaterThanOrEqualValueTemplate.cs
TryAtSoftware/Equalizer
4cd484beeb99c5460b2717930097db187ff01f1e
[ "MIT" ]
null
null
null
TryAtSoftware.Equalizer.Core/Templates/GreaterThanOrEqualValueTemplate.cs
TryAtSoftware/Equalizer
4cd484beeb99c5460b2717930097db187ff01f1e
[ "MIT" ]
11
2021-12-11T14:05:24.000Z
2022-03-30T08:36:48.000Z
TryAtSoftware.Equalizer.Core/Templates/GreaterThanOrEqualValueTemplate.cs
TryAtSoftware/Equalizer
4cd484beeb99c5460b2717930097db187ff01f1e
[ "MIT" ]
null
null
null
namespace TryAtSoftware.Equalizer.Core.Templates; public class GreaterThanOrEqualValueTemplate { public object Value { get; } public GreaterThanOrEqualValueTemplate(object value) { this.Value = value; } public override string ToString() => $">= {this.Value}"; }
22.538462
60
0.699659
7abe1f299ae2eac539e6ad3c8302bcfe033939d6
3,281
cs
C#
Phoebe/Data/Models/TimeEntryTagModel.cs
monday8am/mobile
b9ae15aa7075b7d634e0478a755d62e9e332dba3
[ "BSD-3-Clause" ]
2
2019-07-28T12:32:20.000Z
2022-03-19T19:31:14.000Z
Phoebe/Data/Models/TimeEntryTagModel.cs
monday8am/mobile
b9ae15aa7075b7d634e0478a755d62e9e332dba3
[ "BSD-3-Clause" ]
null
null
null
Phoebe/Data/Models/TimeEntryTagModel.cs
monday8am/mobile
b9ae15aa7075b7d634e0478a755d62e9e332dba3
[ "BSD-3-Clause" ]
1
2022-03-19T19:31:17.000Z
2022-03-19T19:31:17.000Z
using System; using System.Linq.Expressions; using Toggl.Phoebe.Data.DataObjects; namespace Toggl.Phoebe.Data.Models { public class TimeEntryTagModel : Model<TimeEntryTagData> { private static string GetPropertyName<T> (Expression<Func<TimeEntryTagModel, T>> expr) { return expr.ToPr...
31.548077
108
0.572082
cd7c34132368cfea3812fa769012d7e2fdd37e0b
3,813
cs
C#
SharperMC/SharperMC.Core/SharperMC.Core/Networking/Packets/Play/Server/PlayerBlockPlacement.cs
SharperMC/SharperMC
fa8390d7e3800262f4725641eb586b1467aef4a1
[ "MIT" ]
1
2020-12-16T02:24:44.000Z
2020-12-16T02:24:44.000Z
SharperMC/SharperMC.Core/SharperMC.Core/Networking/Packets/Play/Server/PlayerBlockPlacement.cs
SharperMC/SharperMC
fa8390d7e3800262f4725641eb586b1467aef4a1
[ "MIT" ]
8
2020-12-30T00:58:58.000Z
2021-01-15T20:57:10.000Z
SharperMC/SharperMC.Core/SharperMC.Core/Networking/Packets/Play/Server/PlayerBlockPlacement.cs
SharperMC/SharperMC
fa8390d7e3800262f4725641eb586b1467aef4a1
[ "MIT" ]
1
2021-01-04T20:03:10.000Z
2021-01-04T20:03:10.000Z
// Distrubuted under the MIT license // =================================================== // SharperMC uses the permissive MIT license. // // 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 Softwa...
29.330769
124
0.666667
8bb7d571dcf854bb1d78c0b2e4c08e397b4bab44
2,297
cs
C#
src/unity/Assets/Scripts/Helpers/CreateAssignRenderTexture.cs
communityus/crest
313cda917e3cab49ed437abe3c2014abb7a5241b
[ "MIT" ]
null
null
null
src/unity/Assets/Scripts/Helpers/CreateAssignRenderTexture.cs
communityus/crest
313cda917e3cab49ed437abe3c2014abb7a5241b
[ "MIT" ]
null
null
null
src/unity/Assets/Scripts/Helpers/CreateAssignRenderTexture.cs
communityus/crest
313cda917e3cab49ed437abe3c2014abb7a5241b
[ "MIT" ]
null
null
null
// This file is subject to the MIT License as seen in the root of this folder structure (LICENSE) using UnityEngine; namespace Crest { /// <summary> /// This script creates a render texture and assigns it to the camera. We found the connection to the render textures kept breaking /// when we save...
32.814286
136
0.555943