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
c7c21b3ab715b9469d686e231c8de00167975822
3,430
cs
C#
ExampleApp/Form4p23.cs
LowerAI/EmguCV-Tutorials
d40239da3bfd0bccead4ef41e45fe5439e44dab7
[ "MulanPSL-1.0" ]
null
null
null
ExampleApp/Form4p23.cs
LowerAI/EmguCV-Tutorials
d40239da3bfd0bccead4ef41e45fe5439e44dab7
[ "MulanPSL-1.0" ]
null
null
null
ExampleApp/Form4p23.cs
LowerAI/EmguCV-Tutorials
d40239da3bfd0bccead4ef41e45fe5439e44dab7
[ "MulanPSL-1.0" ]
null
null
null
using System.Text.RegularExpressions; namespace ExampleApp { // p23:在EmguCV 3.3 中如何直接加载和播放视频 public partial class Form4p23 : Form { VideoCapture videoCapture; bool IsPlaying = false; int TotalFrames; int CurrentFrameNo; Mat CurrentFrame; int FPS; ...
28.114754
99
0.47172
270f46fe60e2417efcdaa693e0a9d9b85f1c2cc1
5,121
cs
C#
ZingMp3/ZingMp3/Utilities/StaticMethod.cs
huntertran/18-ZingMP3
6d74ed5aa0d5a3d2a0e40aa1d245425e4cb29405
[ "Apache-2.0" ]
null
null
null
ZingMp3/ZingMp3/Utilities/StaticMethod.cs
huntertran/18-ZingMP3
6d74ed5aa0d5a3d2a0e40aa1d245425e4cb29405
[ "Apache-2.0" ]
null
null
null
ZingMp3/ZingMp3/Utilities/StaticMethod.cs
huntertran/18-ZingMP3
6d74ed5aa0d5a3d2a0e40aa1d245425e4cb29405
[ "Apache-2.0" ]
null
null
null
using System.IO.IsolatedStorage; using System.Security.Cryptography; using System.Windows; using ICSharpCode.SharpZipLib.GZip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using ...
34.601351
99
0.553603
86d451d4f1cec9226a4f20e5770a872aca19765d
177
cs
C#
cbb/Cbb.Application/Internal/Services/IAppCarBrandService.cs
SkipperGuo/Maruko
9a76d48d95da0e7a8a5b9f54d012692fc72a8eb2
[ "MIT" ]
25
2017-05-09T04:27:30.000Z
2019-10-24T00:53:55.000Z
cbb/Cbb.Application/Internal/Services/IAppCarBrandService.cs
simple-phil/maruko
9a76d48d95da0e7a8a5b9f54d012692fc72a8eb2
[ "MIT" ]
null
null
null
cbb/Cbb.Application/Internal/Services/IAppCarBrandService.cs
simple-phil/maruko
9a76d48d95da0e7a8a5b9f54d012692fc72a8eb2
[ "MIT" ]
7
2017-12-05T07:01:04.000Z
2020-01-13T01:08:45.000Z
using Maruko.Core.FreeSql.Internal.AppService; namespace Cbb.Application { public interface IAppCarBrandService : ICurdAppService<AppCarBrand, AppCarBrandDTO> { } }
22.125
87
0.774011
9921be2c11a3447d605709a4dcf1faea3173c313
377
cs
C#
src/Services/IdentityService/IdentityService.Api/Services/Abstract/ISessionHelper.cs
gokhanertogan/ChatApp
3f0fc3ce6869558d35ea8d75ea99e78a9489c470
[ "MIT" ]
null
null
null
src/Services/IdentityService/IdentityService.Api/Services/Abstract/ISessionHelper.cs
gokhanertogan/ChatApp
3f0fc3ce6869558d35ea8d75ea99e78a9489c470
[ "MIT" ]
null
null
null
src/Services/IdentityService/IdentityService.Api/Services/Abstract/ISessionHelper.cs
gokhanertogan/ChatApp
3f0fc3ce6869558d35ea8d75ea99e78a9489c470
[ "MIT" ]
null
null
null
namespace IdentityService.Api.Services.Abstract { public interface ISessionHelper { T getValue<T>(string key); T getValue<T>(string key, T defaultValue); T getSecureValue<T>(string key); T getSecureValue<T>(string key, T defaultValue); object userContext { get; set; } ...
25.133333
56
0.639257
df4c5939088fdba6cfc0e22089fdfa0c947fd867
2,714
cs
C#
BlazorShop.WebApi/_Imports.cs
JBeni/BlazorShop
7133a2bd33f6695fa64be3b9877280e542336138
[ "MIT" ]
null
null
null
BlazorShop.WebApi/_Imports.cs
JBeni/BlazorShop
7133a2bd33f6695fa64be3b9877280e542336138
[ "MIT" ]
null
null
null
BlazorShop.WebApi/_Imports.cs
JBeni/BlazorShop
7133a2bd33f6695fa64be3b9877280e542336138
[ "MIT" ]
null
null
null
global using FluentValidation.AspNetCore; global using Microsoft.AspNetCore.Authentication.JwtBearer; global using Microsoft.EntityFrameworkCore; global using Microsoft.IdentityModel.Tokens; global using BlazorShop.Application; global using BlazorShop.Application.Common.Interfaces; global using BlazorShop.Infrastructu...
48.464286
65
0.871408
49772e83104eb76441e0bfe02606afea607f7f7d
6,548
cs
C#
Velentr.Localizations/Localization.cs
vonderborch/Velentr.Localizations
be5f0db877732aa1988ad05974b8ae4bc1c05b02
[ "MIT" ]
null
null
null
Velentr.Localizations/Localization.cs
vonderborch/Velentr.Localizations
be5f0db877732aa1988ad05974b8ae4bc1c05b02
[ "MIT" ]
5
2021-03-31T00:34:49.000Z
2021-04-20T18:45:56.000Z
Velentr.Localizations/Localization.cs
vonderborch/Velentr.Localizations
be5f0db877732aa1988ad05974b8ae4bc1c05b02
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data; namespace Velentr.Localizations { /// <summary> /// Defines a language (a set of localized text and the locale it is a part of) /// </summary> internal class Localization { /// <summary> /// The cache ...
35.586957
218
0.529322
49b936b02411b9e35bfb3f170363abdb2c29b991
217
cs
C#
DGP.Genshin/Service/Abstraction/IMaterialListService.cs
gadfly3173/Snap.Genshin
635d6307c81721b9db93e2b89d544ffc320f5e34
[ "MIT" ]
2
2022-03-26T04:17:45.000Z
2022-03-26T04:18:08.000Z
DGP.Genshin/Service/Abstraction/IMaterialListService.cs
X1angKun/Snap.Genshin
2f963d95a93326b4c65da6c25100ecb771ac1517
[ "MIT" ]
null
null
null
DGP.Genshin/Service/Abstraction/IMaterialListService.cs
X1angKun/Snap.Genshin
2f963d95a93326b4c65da6c25100ecb771ac1517
[ "MIT" ]
null
null
null
using DGP.Genshin.DataModel.Promotion; namespace DGP.Genshin.Service.Abstraction { public interface IMaterialListService { MaterialList Load(); void Save(MaterialList? materialList); } }
19.727273
46
0.705069
49f99182651a7457e5caade8627427478fd7f6e0
6,159
cs
C#
Lmdb/interop/DbLibUtil.cs
kwaclaw/KdSoft.Lmdb
9fa2f75f9d62f1342fbc6a7a097087049ffe9920
[ "MIT" ]
19
2018-09-02T05:49:03.000Z
2021-09-30T11:48:51.000Z
Lmdb/interop/DbLibUtil.cs
kwaclaw/KdSoft.Lmdb
9fa2f75f9d62f1342fbc6a7a097087049ffe9920
[ "MIT" ]
4
2019-01-15T02:50:30.000Z
2021-02-15T21:23:48.000Z
Lmdb/interop/DbLibUtil.cs
kwaclaw/KdSoft.Lmdb
9fa2f75f9d62f1342fbc6a7a097087049ffe9920
[ "MIT" ]
5
2019-01-15T02:45:06.000Z
2021-11-06T11:54:08.000Z
using System; using System.Runtime.InteropServices; using System.Text; namespace KdSoft.Lmdb.Interop { /// <summary> /// Helpers for native interop. /// </summary> [CLSCompliant(false)] public static unsafe class DbLibUtil { /// <summary> /// calculates length of null-terminate...
42.475862
97
0.55772
a4f888b858264faae179459caae7defda578e581
274
cs
C#
source/Database/Programa/ProgramaRepository.cs
agneisilva/Mileaway
8bd5170f74ade1138f8d2b5320275022ae9881ab
[ "MIT" ]
null
null
null
source/Database/Programa/ProgramaRepository.cs
agneisilva/Mileaway
8bd5170f74ade1138f8d2b5320275022ae9881ab
[ "MIT" ]
null
null
null
source/Database/Programa/ProgramaRepository.cs
agneisilva/Mileaway
8bd5170f74ade1138f8d2b5320275022ae9881ab
[ "MIT" ]
null
null
null
using Architecture.Domain; using DotNetCore.EntityFrameworkCore; namespace Architecture.Database { public sealed class ProgramaRepository : EFRepository<Programa>, IProgramaRepository { public ProgramaRepository(Context context) : base(context) { } } }
24.909091
88
0.762774
b34633d343180ad89761048dae89eac32629417e
581
cs
C#
csharp-oop/22.ExamPreparation/Gym/Models/Athletes/Weightlifter.cs
vassdeniss/software-university-courses
02314a2c6bb48f46ed497c4007519ba1f702fc4f
[ "MIT" ]
7
2022-01-13T17:00:09.000Z
2022-03-13T16:35:35.000Z
csharp-oop/22.ExamPreparation/Gym/Models/Athletes/Weightlifter.cs
vassdeniss/software-university-courses
02314a2c6bb48f46ed497c4007519ba1f702fc4f
[ "MIT" ]
1
2022-02-24T19:02:03.000Z
2022-02-24T19:02:03.000Z
csharp-oop/22.ExamPreparation/Gym/Models/Athletes/Weightlifter.cs
vassdeniss/software-university-courses
02314a2c6bb48f46ed497c4007519ba1f702fc4f
[ "MIT" ]
1
2022-03-13T17:02:52.000Z
2022-03-13T17:02:52.000Z
using System; using Gym.Utilities.Messages; namespace Gym.Models.Athletes { public class Weightlifter : Athlete { public Weightlifter(string fullName, string motivation, int numberOfMedals) : base(fullName, motivation, 50, numberOfMedals) { } public override string AllowedGym =>...
23.24
84
0.595525
6f8a89fc1c23c89dce7d43696e1622a9e0de95fb
741
cshtml
C#
NIDashboard/NIDashboard/Views/Post/Create.cshtml
niteshrestha/NI-Dashboard
01b71b0858d04d9b3cd5595db318fa24af8bdab8
[ "MIT" ]
null
null
null
NIDashboard/NIDashboard/Views/Post/Create.cshtml
niteshrestha/NI-Dashboard
01b71b0858d04d9b3cd5595db318fa24af8bdab8
[ "MIT" ]
null
null
null
NIDashboard/NIDashboard/Views/Post/Create.cshtml
niteshrestha/NI-Dashboard
01b71b0858d04d9b3cd5595db318fa24af8bdab8
[ "MIT" ]
null
null
null
@{ ViewData["Title"] = "Create Announcement"; } @model NIDashboard.Models.Post.NewPostModel <h1>New Announcement for @Model.SectionName</h1> <form asp-action="AddPost" method="post" id="addPostForm"> <div class="form-group"> <label asp-for="Title"></label> <input asp-for="Title" placeholder=...
32.217391
122
0.646424
d7fb6f0046fab718f1790e35648b13fbf1030ed9
5,589
cs
C#
src/Cake.APT.Module/APTPackageInstaller.cs
Jericho/Cake.APT.Module
e079cfff5949647d254b92046e1fba9805fa54eb
[ "MIT" ]
null
null
null
src/Cake.APT.Module/APTPackageInstaller.cs
Jericho/Cake.APT.Module
e079cfff5949647d254b92046e1fba9805fa54eb
[ "MIT" ]
3
2017-06-24T20:33:44.000Z
2021-02-18T23:12:10.000Z
src/Cake.APT.Module/APTPackageInstaller.cs
Jericho/Cake.APT.Module
e079cfff5949647d254b92046e1fba9805fa54eb
[ "MIT" ]
2
2017-06-15T08:28:28.000Z
2019-04-30T19:15:47.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Cake.Core; using Cake.Core.Configuration; using Cake.Core.Diagnostics; using Cake.Core.IO; using Cake.Core.Packaging; namespace Cake.APT.Module { public class APTPackageInstaller : IPackageInstaller { private IC...
36.769737
172
0.570227
d4cac9bd2f5f95b37c13006612d316d2f6936e16
236
cshtml
C#
packages/FilterByCategoryWidget.1.0.0/content/Views/Shared/FormComponents/_CustomDropDownComponent.cshtml
mzhokh/FilterByCategoryWidget
c6b83215aea4f4df607d070fe4c772bd96ee6a95
[ "MIT" ]
null
null
null
packages/FilterByCategoryWidget.1.0.0/content/Views/Shared/FormComponents/_CustomDropDownComponent.cshtml
mzhokh/FilterByCategoryWidget
c6b83215aea4f4df607d070fe4c772bd96ee6a95
[ "MIT" ]
null
null
null
packages/FilterByCategoryWidget.1.0.0/content/Views/Shared/FormComponents/_CustomDropDownComponent.cshtml
mzhokh/FilterByCategoryWidget
c6b83215aea4f4df607d070fe4c772bd96ee6a95
[ "MIT" ]
null
null
null
 @using Kentico.Forms.Web.Mvc @using Widgets.Components @model CustomDropDownComponent @{ var htmlAttributes = ViewData.GetEditorHtmlAttributes(); } @Html.DropDownListFor(x => x.SelectedValue, Model.Items, null, htmlAttributes)
19.666667
78
0.775424
23081fb0c47c076fb4160ab8b8e4f250167ee63f
223
cs
C#
src/XPike.Logging/Debug/DebugLogConfig.cs
xpike/logging
df6dcf83d146c5f13c5141ad998aea437f812d47
[ "MIT" ]
null
null
null
src/XPike.Logging/Debug/DebugLogConfig.cs
xpike/logging
df6dcf83d146c5f13c5141ad998aea437f812d47
[ "MIT" ]
null
null
null
src/XPike.Logging/Debug/DebugLogConfig.cs
xpike/logging
df6dcf83d146c5f13c5141ad998aea437f812d47
[ "MIT" ]
null
null
null
using System; using System.Runtime.Serialization; using XPike.Logging.Console; namespace XPike.Logging.Debug { [Serializable] [DataContract] public class DebugLogConfig : ConsoleLogConfig { } }
17.153846
35
0.704036
9b6e1321c8f1b5c421c4cdab0a1b77744dedc8db
10,759
cs
C#
MongoUnitOfWork.Net45/MongoContext.cs
youngdak/MongoUnitOfWork
2efcc8e35253cbeef3c3c66629cc3cd67075c2a9
[ "MIT" ]
12
2018-05-18T23:58:06.000Z
2022-03-14T12:14:38.000Z
MongoUnitOfWork.Net45/MongoContext.cs
youngdak/MongoUnitOfWork
2efcc8e35253cbeef3c3c66629cc3cd67075c2a9
[ "MIT" ]
null
null
null
MongoUnitOfWork.Net45/MongoContext.cs
youngdak/MongoUnitOfWork
2efcc8e35253cbeef3c3c66629cc3cd67075c2a9
[ "MIT" ]
2
2018-08-01T07:48:46.000Z
2019-06-05T21:40:59.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using MongoDB.Bson; using MongoDB.Driver; namespace Mongo.Data.Entity { public abstract class MongoContext { protected MongoContext() { this.Initialize(); } public MongoContext(string c...
50.04186
209
0.635003
1e6f6d1947c6167ac30e2acc2fb516bedb217c0d
3,038
cs
C#
Examples/TravelInsurance/Program.cs
vova-lantsov-dev/PDF.Flow.Examples
2c6b5395f51386fbd9c14c842d992a5c2f5a0a31
[ "Apache-2.0" ]
6
2021-01-30T12:45:18.000Z
2022-01-17T13:32:39.000Z
Examples/TravelInsurance/Program.cs
gehtsoft-usa/PDF.Flow.Examples
29e2ae0afc3a79b128e30e7977afdefdcb9155da
[ "Apache-2.0" ]
null
null
null
Examples/TravelInsurance/Program.cs
gehtsoft-usa/PDF.Flow.Examples
29e2ae0afc3a79b128e30e7977afdefdcb9155da
[ "Apache-2.0" ]
12
2020-12-24T17:39:21.000Z
2022-03-25T15:54:50.000Z
using System; using System.Diagnostics; using System.IO; namespace TravelInsurance { class Program { static int Main(string[] args) { Parameters parameters = new Parameters(null, "TravelInsurance.pdf"); if (!PrepareParameters(parameters, args)) { ...
30.686869
90
0.446675
3ef39d29857c10e67297bf56d4d04d1b1b533b70
555
cs
C#
src/LuBank.Infra.Utils/ValidationResultExtensions.cs
lfv500/LuBank
972037b3f304183cda526102dd95df888e7b684e
[ "MIT" ]
1
2021-02-22T11:53:32.000Z
2021-02-22T11:53:32.000Z
src/LuBank.Infra.Utils/ValidationResultExtensions.cs
lfv500/LuBank
972037b3f304183cda526102dd95df888e7b684e
[ "MIT" ]
null
null
null
src/LuBank.Infra.Utils/ValidationResultExtensions.cs
lfv500/LuBank
972037b3f304183cda526102dd95df888e7b684e
[ "MIT" ]
null
null
null
using FluentValidation.Results; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LuBank.Infra.Utils { public static class ValidationResultExtensions { /// <summary> /// Obtém uma mensagem única dos erros /// <...
25.227273
79
0.648649
ac706adb84735f35e05d40158fb950b07d241e2a
708
cs
C#
ViennaNET.WebApi.Configurators.Diagnostic/CompanyDiagnosticConfigurator.cs
DAtink/ViennaNET
5187d27e21f71e3f09215fcbea874478ecd6189d
[ "MIT" ]
1
2020-04-19T12:06:36.000Z
2020-04-19T12:06:36.000Z
ViennaNET.WebApi.Configurators.Diagnostic/CompanyDiagnosticConfigurator.cs
DAtink/ViennaNET
5187d27e21f71e3f09215fcbea874478ecd6189d
[ "MIT" ]
null
null
null
ViennaNET.WebApi.Configurators.Diagnostic/CompanyDiagnosticConfigurator.cs
DAtink/ViennaNET
5187d27e21f71e3f09215fcbea874478ecd6189d
[ "MIT" ]
null
null
null
using ViennaNET.WebApi.Abstractions; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace ViennaNET.WebApi.Configurators.Diagnostic { /// <summary> /// Регистрирует контроллер с диагностикой сервисов /// </summary> public static class CompanyDiagnosticConfigurato...
30.782609
99
0.792373
954e2d17ff8c6f89daee03d27aa3d9b586b6cad9
220
cs
C#
CC98.Core/CC98.Authentication.External/CC98AuthenticationEvents.cs
sgjsakura/CC98.Core
2a61ab4ea2c13f1f9e911d91250028058c15d833
[ "Apache-2.0" ]
null
null
null
CC98.Core/CC98.Authentication.External/CC98AuthenticationEvents.cs
sgjsakura/CC98.Core
2a61ab4ea2c13f1f9e911d91250028058c15d833
[ "Apache-2.0" ]
null
null
null
CC98.Core/CC98.Authentication.External/CC98AuthenticationEvents.cs
sgjsakura/CC98.Core
2a61ab4ea2c13f1f9e911d91250028058c15d833
[ "Apache-2.0" ]
1
2019-02-25T11:32:35.000Z
2019-02-25T11:32:35.000Z
using Microsoft.AspNetCore.Authentication.OAuth; namespace CC98.Authentication { /// <summary> /// 表示 CC98 身份验证的通知功能。 /// </summary> public class CC98AuthenticationEvents : OAuthEvents { } }
20
55
0.659091
e7eee3d6b722cd38054936d973fb0d7c2bb733d8
7,821
cs
C#
Runtime/Prototyping/ObjectiveFunctions/Spatial/RestInAreaObjective.cs
sintefneodroid/droid
7ee43e33f1338653d53bc4fe11a35dec2481220d
[ "Apache-2.0" ]
32
2017-09-13T08:28:30.000Z
2021-10-17T17:31:35.000Z
Runtime/Prototyping/ObjectiveFunctions/Spatial/RestInAreaObjective.cs
sintefneodroid/droid
7ee43e33f1338653d53bc4fe11a35dec2481220d
[ "Apache-2.0" ]
4
2018-01-15T13:58:59.000Z
2018-05-01T12:58:30.000Z
Runtime/Prototyping/ObjectiveFunctions/Spatial/RestInAreaObjective.cs
sintefneodroid/droid
7ee43e33f1338653d53bc4fe11a35dec2481220d
[ "Apache-2.0" ]
6
2017-09-13T08:54:54.000Z
2020-06-20T13:28:59.000Z
using System.Collections; using droid.Runtime.GameObjects.BoundingBoxes; using droid.Runtime.GameObjects.ChildSensors; using droid.Runtime.Prototyping.Actors; using droid.Runtime.Prototyping.Sensors; using droid.Runtime.Utilities; using droid.Runtime.Utilities.Extensions; using UnityEngine; namespace droid.Runtime.Pr...
41.380952
124
0.448536
ad5b4a66d68bdb8cd0b647c86b50fddb755029a8
3,171
cs
C#
src/Shared/Recruit.Shared.Web/Orchestrators/EntityValidatingOrchestrator.cs
bjstone82/das-recruit
d7e9c1737a0ce84e767b4f54de5a9cfb02087f00
[ "MIT" ]
null
null
null
src/Shared/Recruit.Shared.Web/Orchestrators/EntityValidatingOrchestrator.cs
bjstone82/das-recruit
d7e9c1737a0ce84e767b4f54de5a9cfb02087f00
[ "MIT" ]
null
null
null
src/Shared/Recruit.Shared.Web/Orchestrators/EntityValidatingOrchestrator.cs
bjstone82/das-recruit
d7e9c1737a0ce84e767b4f54de5a9cfb02087f00
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Threading.Tasks; using Esfa.Recruit.Vacancies.Client.Application.Validation; using Microsoft.Extensions.Logging; using Esfa.Recruit.Shared.Web.Orchestrators; using Esfa.Recruit.Shared.Web.Extensions; namespace Esfa.Recruit.Shared.Web.Orchestrators { publ...
34.467391
175
0.633869
e2f1269389b3fd4755f9d2d5f1d1ece495e57cdb
1,316
cs
C#
Identity/02 Application Types/demos/03-daemon-service-app/Helpers/MsalAuthenticationProvider.cs
fabbbiob/TrainingContent
80f6a30f61bf2190b680a181f4ce5790bcf47b0a
[ "Apache-2.0" ]
null
null
null
Identity/02 Application Types/demos/03-daemon-service-app/Helpers/MsalAuthenticationProvider.cs
fabbbiob/TrainingContent
80f6a30f61bf2190b680a181f4ce5790bcf47b0a
[ "Apache-2.0" ]
null
null
null
Identity/02 Application Types/demos/03-daemon-service-app/Helpers/MsalAuthenticationProvider.cs
fabbbiob/TrainingContent
80f6a30f61bf2190b680a181f4ce5790bcf47b0a
[ "Apache-2.0" ]
null
null
null
using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using Microsoft.Identity.Client; using Microsoft.Graph; namespace Helpers { public class MsalAuthenticationProvider : IAuthenticationProvider { private static MsalAuthenticationProvider _singleton; private IConfidentialClie...
26.32
117
0.715805
8e57541957110829db516052065cdc7276f57acc
4,641
cs
C#
itext/itext.io/itext/io/font/otf/GlyphSubstitutionTableReader.cs
vkuryakov/itext7-dotnet
c0e313260bcdce32fa92d13ef0fc3e5a7008f39e
[ "RSA-MD" ]
null
null
null
itext/itext.io/itext/io/font/otf/GlyphSubstitutionTableReader.cs
vkuryakov/itext7-dotnet
c0e313260bcdce32fa92d13ef0fc3e5a7008f39e
[ "RSA-MD" ]
null
null
null
itext/itext.io/itext/io/font/otf/GlyphSubstitutionTableReader.cs
vkuryakov/itext7-dotnet
c0e313260bcdce32fa92d13ef0fc3e5a7008f39e
[ "RSA-MD" ]
null
null
null
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation wit...
43.373832
165
0.669468
8e8dfb01dae2021025e382cd5574ff5f1e6314f4
1,432
cs
C#
Server/Migrations/EntityBuilders/ChatHubUserEntityBuilder.cs
boredgirl/hwavmvid
e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6
[ "MIT" ]
null
null
null
Server/Migrations/EntityBuilders/ChatHubUserEntityBuilder.cs
boredgirl/hwavmvid
e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6
[ "MIT" ]
null
null
null
Server/Migrations/EntityBuilders/ChatHubUserEntityBuilder.cs
boredgirl/hwavmvid
e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Migrations.Operations; using Microsoft.EntityFrameworkCore.Migrations.Operations.Builders; using Oqtane.Databases.Interfaces; using Oqtane.Migrations; using Oqtane.Migrations.EntityBuilders; namespace Oqtane.ChatHubs.Migrations.Entity...
40.914286
129
0.731145
8c0fe41b8b9c7eb78d3c265f43ac16214161114c
3,128
cs
C#
Sources/Sandbox.Common/ObjectBuilders/MyObjectBuilder_ChatHistory.cs
Wrennsun/SpaceEngineers
f26850d9b3a13c824581332f58e623e9dfb93dc5
[ "OML" ]
3
2021-05-01T07:42:00.000Z
2021-05-01T14:31:00.000Z
Sources/Sandbox.Common/ObjectBuilders/MyObjectBuilder_ChatHistory.cs
Wrennsun/SpaceEngineers
f26850d9b3a13c824581332f58e623e9dfb93dc5
[ "OML" ]
null
null
null
Sources/Sandbox.Common/ObjectBuilders/MyObjectBuilder_ChatHistory.cs
Wrennsun/SpaceEngineers
f26850d9b3a13c824581332f58e623e9dfb93dc5
[ "OML" ]
1
2015-11-29T03:11:17.000Z
2015-11-29T03:11:17.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ProtoBuf; using System.Xml.Serialization; using System.ComponentModel; namespace Sandbox.Common.ObjectBuilders { [ProtoContract] [MyObjectBuilderDefinition] public class MyObjectBuilder_ChatHistory : MyObjectBuilde...
28.962963
74
0.661445
e7cd043cfedbd2fa98c7c7d795d0a1a79e830605
165
cs
C#
OpenNefia.Core/Serialization/Manager/Result/IDeserializedDefinition.cs
Zechsu/OpenNefia
c956918607aba320d15bf113785a904b1b31894c
[ "MIT" ]
38
2022-01-02T11:33:16.000Z
2022-03-29T22:52:35.000Z
OpenNefia.Core/Serialization/Manager/Result/IDeserializedDefinition.cs
Zechsu/OpenNefia
c956918607aba320d15bf113785a904b1b31894c
[ "MIT" ]
71
2021-12-22T09:01:02.000Z
2022-01-30T08:12:54.000Z
OpenNefia.Core/Serialization/Manager/Result/IDeserializedDefinition.cs
Zechsu/OpenNefia
c956918607aba320d15bf113785a904b1b31894c
[ "MIT" ]
3
2022-01-04T21:12:36.000Z
2022-02-10T11:39:31.000Z
namespace OpenNefia.Core.Serialization.Manager.Result { public interface IDeserializedDefinition { DeserializedFieldEntry[] Mapping { get; } } }
20.625
53
0.715152
f185eaf14ebe700b2391e1d4edb524ad76fbf88c
38,075
cs
C#
3-Business/4-Services/WebService/WS_Notifications/NotificationManagement.asmx.cs
EdutechSRL/Adevico
311e0d53115348d2a143d49260e87c655efbb7b6
[ "MIT" ]
1
2020-05-14T00:38:23.000Z
2020-05-14T00:38:23.000Z
3-Business/4-Services/WebService/WS_Notifications/NotificationManagement.asmx.cs
EdutechSRL/Adevico
311e0d53115348d2a143d49260e87c655efbb7b6
[ "MIT" ]
null
null
null
3-Business/4-Services/WebService/WS_Notifications/NotificationManagement.asmx.cs
EdutechSRL/Adevico
311e0d53115348d2a143d49260e87c655efbb7b6
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; using lm.Notification.Core.Domain; using lm.Notification.Core.DataLayer; using lm.Notification.DataContract.Service; using NHibernate; using NHibernate.Linq; using Helpers; using System.Data.Common; using M...
48.318528
239
0.457965
0e4f4024d313a699cd38924c7b18afe0a1d52eae
3,808
cs
C#
sdk/dotnet/BatchAI/V20180501/ListJobOutputFiles.cs
sebtelko/pulumi-azure-native
711ec021b5c73da05611c56c8a35adb0ce3244e4
[ "Apache-2.0" ]
null
null
null
sdk/dotnet/BatchAI/V20180501/ListJobOutputFiles.cs
sebtelko/pulumi-azure-native
711ec021b5c73da05611c56c8a35adb0ce3244e4
[ "Apache-2.0" ]
null
null
null
sdk/dotnet/BatchAI/V20180501/ListJobOutputFiles.cs
sebtelko/pulumi-azure-native
711ec021b5c73da05611c56c8a35adb0ce3244e4
[ "Apache-2.0" ]
null
null
null
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
37.70297
228
0.627363
fb11d99d8732e229b4d1aebc4623864189a58227
469
cs
C#
Tareas/Fibonacci/Fibonacci/Program.cs
choquejhoselin/programacionIIICAJ
5dca3c9294f0805000d4fe32cae9982863f7058b
[ "Apache-2.0" ]
1
2020-03-23T19:20:37.000Z
2020-03-23T19:20:37.000Z
Tareas/Fibonacci/Fibonacci/Program.cs
choquejhoselin/programacionIIICAJ
5dca3c9294f0805000d4fe32cae9982863f7058b
[ "Apache-2.0" ]
null
null
null
Tareas/Fibonacci/Fibonacci/Program.cs
choquejhoselin/programacionIIICAJ
5dca3c9294f0805000d4fe32cae9982863f7058b
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Fibonacci { class Program { static void Main(string[] args) { FibonacciRecursiva x = new FibonacciRecursiva(); for (int i =0; i <11...
14.65625
60
0.515991
0eb0ca459c4cf7326c172b7a5edc72f362f76454
6,668
cs
C#
Runtime/Utility/AssetRegistry.cs
khncao/com.minus4kelvin.core
73a310cbd4bb853ce4850332695d330703e8097b
[ "MIT" ]
null
null
null
Runtime/Utility/AssetRegistry.cs
khncao/com.minus4kelvin.core
73a310cbd4bb853ce4850332695d330703e8097b
[ "MIT" ]
null
null
null
Runtime/Utility/AssetRegistry.cs
khncao/com.minus4kelvin.core
73a310cbd4bb853ce4850332695d330703e8097b
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections.Generic; // using UnityEngine.AddressableAssets; // using UnityEngine.ResourceManagement.AsyncOperations; using m4k.Items; using m4k.Characters; using m4k.Progression; #if UNITY_EDITOR using UnityEditor; #endif namespace m4k { public class AssetRegistry : Singleton<AssetRe...
34.194872
124
0.604829
090e43b269230514231b5efd1bb5e408a60b478e
8,799
cs
C#
src/RecordToDraft.cs
wuzzeb/germinate
86e99febdd099f2367389c93fbec31ee86ed10d0
[ "MIT" ]
null
null
null
src/RecordToDraft.cs
wuzzeb/germinate
86e99febdd099f2367389c93fbec31ee86ed10d0
[ "MIT" ]
2
2021-02-05T20:32:03.000Z
2021-02-05T20:39:36.000Z
src/RecordToDraft.cs
wuzzeb/germinate
86e99febdd099f2367389c93fbec31ee86ed10d0
[ "MIT" ]
null
null
null
/* MIT License Copyright (c) 2021 John Lenz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
39.28125
164
0.688487
d0a8df4038499666a2696b49c5717993d4a726b3
2,010
cshtml
C#
src/IdentityInfo.Web/Areas/Swedish/Views/PersonalIdentityNumber/Randomize.cshtml
PeterOrneholm/IdentityInfo.net
420b3c32b1a5b3f60d4074642431a6d34befd227
[ "MIT" ]
1
2019-01-11T11:48:32.000Z
2019-01-11T11:48:32.000Z
src/IdentityInfo.Web/Areas/Swedish/Views/PersonalIdentityNumber/Randomize.cshtml
PeterOrneholm/IdentityInfo.net
420b3c32b1a5b3f60d4074642431a6d34befd227
[ "MIT" ]
null
null
null
src/IdentityInfo.Web/Areas/Swedish/Views/PersonalIdentityNumber/Randomize.cshtml
PeterOrneholm/IdentityInfo.net
420b3c32b1a5b3f60d4074642431a6d34befd227
[ "MIT" ]
null
null
null
@using ActiveLogin.Identity.Swedish @model IdentityInfo.Core.Swedish.Requests.PersonalIdentityNumbers.Randomize.Result; @{ ViewBag.Title = "Randomize - Swedish Personal Identity Numbers"; } <h1 class="h2"> Randomize <small class="text-muted">Swedish Personal Identity Numbers</small> </h1> <p class="lead p...
32.419355
155
0.622388
44fab6fa2b9ad45e210cf62b16a28563a7e72e51
4,019
cs
C#
DSAPlaner/meetingChanger.ascx.designer.cs
RPGPlanner/RPGPlanner
d80f1a9e004647fadd97247fbdd63b25293ec43f
[ "WTFPL" ]
1
2017-05-17T18:25:46.000Z
2017-05-17T18:25:46.000Z
DSAPlaner/meetingChanger.ascx.designer.cs
RPGPlanner/RPGPlanner
d80f1a9e004647fadd97247fbdd63b25293ec43f
[ "WTFPL" ]
null
null
null
DSAPlaner/meetingChanger.ascx.designer.cs
RPGPlanner/RPGPlanner
d80f1a9e004647fadd97247fbdd63b25293ec43f
[ "WTFPL" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated...
32.674797
83
0.582483
516e7449fcebb17527e46f5cf74e59bf64929570
539
cs
C#
Assets/Scripts/ToggleSoundPlay.cs
gMatas/MatSaul_Geimas
e6bbf3aec35decccf7b9e045c7749e537ed52e72
[ "MIT" ]
null
null
null
Assets/Scripts/ToggleSoundPlay.cs
gMatas/MatSaul_Geimas
e6bbf3aec35decccf7b9e045c7749e537ed52e72
[ "MIT" ]
null
null
null
Assets/Scripts/ToggleSoundPlay.cs
gMatas/MatSaul_Geimas
e6bbf3aec35decccf7b9e045c7749e537ed52e72
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.UI; using System.Collections; [RequireComponent(typeof(AudioSource))] public class ToggleSoundPlay : MonoBehaviour { public Toggle tggl; public void ActiveToggle() { AudioSource audio = GetComponent<AudioSource>(); if (tggl.isOn) { ...
16.84375
56
0.523191
51a3b22ad54b81d117b4af1edb29d6c5f39e7405
5,948
cs
C#
Source/src/WixSharp/SvcEvent.cs
dguder/wixsharp
d29124f6cbe915ef3aaf013ef884604f5331c86c
[ "MIT" ]
793
2016-12-02T09:45:13.000Z
2022-03-29T16:07:39.000Z
Source/src/WixSharp/SvcEvent.cs
dguder/wixsharp
d29124f6cbe915ef3aaf013ef884604f5331c86c
[ "MIT" ]
1,083
2016-12-02T19:51:09.000Z
2022-03-31T12:18:14.000Z
Source/src/WixSharp/SvcEvent.cs
dguder/wixsharp
d29124f6cbe915ef3aaf013ef884604f5331c86c
[ "MIT" ]
212
2016-03-08T15:18:27.000Z
2022-03-31T14:41:18.000Z
namespace WixSharp { /// <summary> /// Starts, stops, and removes services for parent Component. /// This element is used to control the state of a service installed by the MSI or MSM file by using the start, stop and remove attributes. /// </summary> public class SvcEvent : WixEntity, IGenericEnti...
50.40678
153
0.624748
a41452bee81c1b7d93359afdf013db304c5d3842
5,551
cs
C#
PTK/Components/11_BTL_DoveTailMortise.cs
CSDG-DDL/PTK
f0eb541e6bc162c7bbd679292ca649c97bf0475c
[ "MIT" ]
12
2020-02-17T15:14:57.000Z
2021-08-23T16:10:49.000Z
PTK/Components/11_BTL_DoveTailMortise.cs
CSDG-DDL/PTK
f0eb541e6bc162c7bbd679292ca649c97bf0475c
[ "MIT" ]
42
2018-09-03T05:28:53.000Z
2019-12-19T06:50:35.000Z
PTK/Components/11_BTL_DoveTailMortise.cs
CSDG-DDL/PTK
f0eb541e6bc162c7bbd679292ca649c97bf0475c
[ "MIT" ]
2
2019-09-21T08:36:17.000Z
2020-09-18T05:46:56.000Z
using System; using System.Collections.Generic; using Grasshopper.Kernel; using Rhino.Geometry; /* namespace PTK.Components { public class _11_BTL_DoveTailMortise : GH_Component { /// <summary> /// Initializes a new instance of the _11_BTL_DoveTailMortise class. /// </summary> ...
42.374046
200
0.607818
7bd3996504bef3fd8af410dcbbb42def1de102f2
1,394
cs
C#
Code/luval.vision.core/TraditionalOcrLineResolver.cs
marinoscar/luval-vision-marin
4c84ae229250e2785423aa894bafc245e271aa97
[ "MIT" ]
null
null
null
Code/luval.vision.core/TraditionalOcrLineResolver.cs
marinoscar/luval-vision-marin
4c84ae229250e2785423aa894bafc245e271aa97
[ "MIT" ]
null
null
null
Code/luval.vision.core/TraditionalOcrLineResolver.cs
marinoscar/luval-vision-marin
4c84ae229250e2785423aa894bafc245e271aa97
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace luval.vision.core { public class TraditionalOcrLineResolver : IOcrLineResolver { private const float HorizontalLineMargin = 0.025f; public IEnumerable<OcrLine> GetLines(IEnumerable<OcrWord> words,...
37.675676
157
0.550215
333c60e18c08771302a8ed795a8cd48e6b40f4f1
2,255
cs
C#
Source/GSoft.Dynamite/Security/ItemRoles.cs
GSoft-SharePoint/dynamite
c5b146f0fabd94b4f6ade017c1d1752070b98de3
[ "MIT" ]
144
2015-01-09T04:41:54.000Z
2020-01-24T22:14:02.000Z
Source/GSoft.Dynamite/Security/ItemRoles.cs
GSoft-SharePoint/dynamite
c5b146f0fabd94b4f6ade017c1d1752070b98de3
[ "MIT" ]
5
2015-05-18T21:34:28.000Z
2018-10-29T19:21:36.000Z
Source/GSoft.Dynamite/Security/ItemRoles.cs
GSoft-SharePoint/dynamite
c5b146f0fabd94b4f6ade017c1d1752070b98de3
[ "MIT" ]
71
2015-01-13T18:10:06.000Z
2020-01-24T22:14:34.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GSoft.Dynamite.Security { using System.Diagnostics.CodeAnalysis; using GSoft.Dynamite.Collections; using GSoft.Dynamite.Repositories; using Microsoft.SharePoint; /// <su...
32.214286
200
0.61286
337f42f2a0b0952a243dfbcdd75025d8959e9acd
1,396
cs
C#
src/SFA.DAS.AssessorService.Web.UnitTests/OrganisationControllerTests/WhenGetChangePhoneNumberWithoutErrors.cs
codescene-org/das-assessor-service
21746666c6e66491369ae765993d9f1c1369debe
[ "MIT" ]
6
2018-07-17T15:53:24.000Z
2022-02-20T13:14:31.000Z
src/SFA.DAS.AssessorService.Web.UnitTests/OrganisationControllerTests/WhenGetChangePhoneNumberWithoutErrors.cs
codescene-org/das-assessor-service
21746666c6e66491369ae765993d9f1c1369debe
[ "MIT" ]
503
2018-02-27T20:05:09.000Z
2022-03-09T11:31:00.000Z
src/SFA.DAS.AssessorService.Web.UnitTests/OrganisationControllerTests/WhenGetChangePhoneNumberWithoutErrors.cs
codescene-org/das-assessor-service
21746666c6e66491369ae765993d9f1c1369debe
[ "MIT" ]
3
2020-01-20T13:55:38.000Z
2021-04-11T08:33:04.000Z
using System.Collections.Generic; using System.Security.Claims; using System.Threading.Tasks; using FluentAssertions; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Moq; using NUnit.Framework; using SFA.DAS.AssessorService.Domain.Consts; using SFA.DAS.AssessorService.Domain.Entities; using SFA...
29.702128
89
0.689828
e859bd24503bf958577c342ed80b8a30920aa8ad
2,375
cs
C#
src/extensions/default/Microsoft.DotNet.UpgradeAssistant.Steps.Packages/AutoApplySubStep.cs
rjrjensen/upgrade-assistant
b3a794ef0b537da42ee820e81b55a4fd88fe23e0
[ "MIT" ]
null
null
null
src/extensions/default/Microsoft.DotNet.UpgradeAssistant.Steps.Packages/AutoApplySubStep.cs
rjrjensen/upgrade-assistant
b3a794ef0b537da42ee820e81b55a4fd88fe23e0
[ "MIT" ]
null
null
null
src/extensions/default/Microsoft.DotNet.UpgradeAssistant.Steps.Packages/AutoApplySubStep.cs
rjrjensen/upgrade-assistant
b3a794ef0b537da42ee820e81b55a4fd88fe23e0
[ "MIT" ]
null
null
null
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Logging; namespace Microsoft.DotNet.UpgradeAssistant.Steps.Packages { public...
40.948276
101
0.644632
333138ca7b8b0fb080d3657b5a389c20402c6ec4
3,132
cs
C#
Tools/Internal/MyBoxSettings.cs
hugoscottsladeresolution/MyBox
e5afae78715cf18a37b2d574a08c7e01a58751b1
[ "MIT" ]
1,106
2018-03-20T08:54:47.000Z
2022-03-31T18:16:15.000Z
Tools/Internal/MyBoxSettings.cs
hugoscottsladeresolution/MyBox
e5afae78715cf18a37b2d574a08c7e01a58751b1
[ "MIT" ]
179
2018-03-19T23:01:49.000Z
2022-03-14T09:07:56.000Z
Tools/Internal/MyBoxSettings.cs
hugoscottsladeresolution/MyBox
e5afae78715cf18a37b2d574a08c7e01a58751b1
[ "MIT" ]
223
2017-12-24T12:59:21.000Z
2022-03-22T09:10:10.000Z
#if UNITY_EDITOR using System; using System.IO; using UnityEngine; namespace MyBox.Internal { public static class MyBoxSettings { public static bool AutoSaveEnabled { get => Data.AutoSaveEnabled; set { if (Data.AutoSaveEnabled == value) return; Data.AutoSaveEnabled = value; SaveData(Data); ...
23.908397
122
0.68742
b5eb76ee244164a60613b1a593821bb8b4ddc86c
1,010
cs
C#
sdk/testcommon/Azure.Management.Storage.2019_06/src/Generated/Models/ServiceSpecification.cs
zbecknell/azure-sdk-for-net
023cee99e6dfaa084647adc9899254956af1fbb9
[ "MIT" ]
1
2018-08-24T17:52:35.000Z
2018-08-24T17:52:35.000Z
sdk/testcommon/Azure.Management.Storage.2019_06/src/Generated/Models/ServiceSpecification.cs
zbecknell/azure-sdk-for-net
023cee99e6dfaa084647adc9899254956af1fbb9
[ "MIT" ]
154
2019-09-27T03:14:59.000Z
2019-10-14T23:22:19.000Z
sdk/testcommon/Azure.Management.Storage.2019_06/src/Generated/Models/ServiceSpecification.cs
zbecknell/azure-sdk-for-net
023cee99e6dfaa084647adc9899254956af1fbb9
[ "MIT" ]
3
2019-10-07T23:32:16.000Z
2019-10-08T22:28:40.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; namespace Azure.Management.Storage.Models { /// <summary> One property of operation, include metric specifications. </summary> public parti...
32.580645
94
0.69802
a778641218e6512660c01e21034c4c83906034f1
289
cs
C#
src/Opendentity.Domain/Validation/Models/UsersModelValidator.cs
prixladi/opendentity
4df6bdedbfc28b3184823920118ddc6f00eb67b6
[ "MIT" ]
1
2022-03-12T09:32:18.000Z
2022-03-12T09:32:18.000Z
src/Opendentity.Domain/Validation/Models/UsersModelValidator.cs
prixladi/opendentity
4df6bdedbfc28b3184823920118ddc6f00eb67b6
[ "MIT" ]
null
null
null
src/Opendentity.Domain/Validation/Models/UsersModelValidator.cs
prixladi/opendentity
4df6bdedbfc28b3184823920118ddc6f00eb67b6
[ "MIT" ]
1
2022-03-12T09:32:21.000Z
2022-03-12T09:32:21.000Z
using FluentValidation; using Opendentity.Domain.Models; namespace Opendentity.Domain.Validation.Models; public class UsersModelValidator: AbstractValidator<UsersModel> { public UsersModelValidator() { RuleFor(x => x.Total) .GreaterThanOrEqualTo(0); } }
20.642857
63
0.719723
a7b5c08aad626110b32371dfac5c0b711a98be82
592
cs
C#
src/Xamarin.Android.Tools.AnnotationSupport/ManagedTypeFinders/ConstantDefinitionExtension.cs
pjcollins/java.interop
a1d3ecc8ba6e67b96ae1c633194b0e78c2ac5c23
[ "MIT" ]
167
2016-04-27T14:04:07.000Z
2022-03-28T03:48:06.000Z
src/Xamarin.Android.Tools.AnnotationSupport/ManagedTypeFinders/ConstantDefinitionExtension.cs
pjcollins/java.interop
a1d3ecc8ba6e67b96ae1c633194b0e78c2ac5c23
[ "MIT" ]
510
2016-04-27T23:18:21.000Z
2022-03-29T14:49:31.000Z
src/Xamarin.Android.Tools.AnnotationSupport/ManagedTypeFinders/ConstantDefinitionExtension.cs
pjcollins/java.interop
a1d3ecc8ba6e67b96ae1c633194b0e78c2ac5c23
[ "MIT" ]
58
2016-04-27T19:46:07.000Z
2021-11-18T17:58:36.000Z
using System; using System.Collections.Generic; namespace Xamarin.AndroidTools.AnnotationSupport { public enum ConstantKind { IntDef, StringDef, Other } public class ConstantDefinitionExtension { public bool Flag { get; set; } public ConstantKind ConstantKind { get; set; } public IList<ManagedMember...
23.68
131
0.741554
8f9e2dfe3a93ac25a98faca32845b0a213415f9f
195
cs
C#
PSRazorTemplates/InvokeTemplateCommand.cs
adamskt/PSRazorTemplates
7f4901850e913d05d5869ececf4a8b2fdc2e011d
[ "Apache-2.0" ]
null
null
null
PSRazorTemplates/InvokeTemplateCommand.cs
adamskt/PSRazorTemplates
7f4901850e913d05d5869ececf4a8b2fdc2e011d
[ "Apache-2.0" ]
null
null
null
PSRazorTemplates/InvokeTemplateCommand.cs
adamskt/PSRazorTemplates
7f4901850e913d05d5869ececf4a8b2fdc2e011d
[ "Apache-2.0" ]
null
null
null
using System.Management.Automation; namespace PSRazorTemplates { [Cmdlet(VerbsLifecycle.Invoke, "RazorTemplate")] public class InvokeRazorTemplateCommand : Cmdlet { } }
19.5
52
0.707692
8fc4cf70a756eff7111b94953e6a9619f74e0f8f
4,300
cs
C#
src/PTV.Domain.Model/Models/VmPhoneChannelStep1.cs
MikkoVirenius/ptv-1.7
c2fd52c6c9774722b0a3e958d8537fa7de322207
[ "MIT" ]
null
null
null
src/PTV.Domain.Model/Models/VmPhoneChannelStep1.cs
MikkoVirenius/ptv-1.7
c2fd52c6c9774722b0a3e958d8537fa7de322207
[ "MIT" ]
null
null
null
src/PTV.Domain.Model/Models/VmPhoneChannelStep1.cs
MikkoVirenius/ptv-1.7
c2fd52c6c9774722b0a3e958d8537fa7de322207
[ "MIT" ]
null
null
null
/** * The MIT License * Copyright (c) 2016 Population Register Centre (VRK) * * 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 righ...
33.858268
86
0.577209
894ed37994512a1a95fba6057d326355f86bc033
5,168
cshtml
C#
Jqpress.Web/Areas/Admin/Views/Option/Site.cshtml
robotbird/jqpress.cms
714c600bb84eda3919e7ab66ce411da0553842fe
[ "Apache-2.0" ]
46
2017-12-24T11:49:30.000Z
2021-03-10T07:41:01.000Z
Jqpress.Web/Areas/Admin/Views/Option/Site.cshtml
robotbird/jqpress.cms
714c600bb84eda3919e7ab66ce411da0553842fe
[ "Apache-2.0" ]
null
null
null
Jqpress.Web/Areas/Admin/Views/Option/Site.cshtml
robotbird/jqpress.cms
714c600bb84eda3919e7ab66ce411da0553842fe
[ "Apache-2.0" ]
24
2017-12-24T14:50:02.000Z
2021-03-10T07:41:03.000Z
@using Jqpress.Framework.Mvc @model Jqpress.Core.Domain.SiteConfigInfo @{ Layout = "~/Areas/Admin/Views/Shared/_Layout.cshtml"; ViewBag.Title = "站点设置 - 管理中心 - Powered by Jqpress"; } <!-- BEGIN PAGE HEADER--> <div class="row"> <div class="col-md-12"> <!-- BEGIN PAGE TITLE & BREADCRUMB--> <h3...
68.906667
738
0.571207
2b304ff2219d88facc7b39c3879dbd96724c14b4
987
cs
C#
Episerver/CMSTraining/AlloyTraining/Controllers/PreviewPageController.cs
BlueDress/School
0d380d418fb2e766a72f6198518c56c0eb283001
[ "MIT" ]
null
null
null
Episerver/CMSTraining/AlloyTraining/Controllers/PreviewPageController.cs
BlueDress/School
0d380d418fb2e766a72f6198518c56c0eb283001
[ "MIT" ]
null
null
null
Episerver/CMSTraining/AlloyTraining/Controllers/PreviewPageController.cs
BlueDress/School
0d380d418fb2e766a72f6198518c56c0eb283001
[ "MIT" ]
null
null
null
using AlloyTraining.Models.Pages; using AlloyTraining.Models.ViewModels; using EPiServer.Core; using EPiServer.Framework.DataAnnotations; using EPiServer.Framework.Web; using EPiServer.ServiceLocation; using EPiServer.Web; using EPiServer.Web.Mvc; using System.Web.Mvc; namespace AlloyTraining.Controllers { [Templ...
34.034483
89
0.727457
a3ead17ba3452cce5bf559672612bd34a14673a2
5,792
cs
C#
Antura/EA4S_Antura_U3D/Assets/_games/ColorTickle/_scripts/ColorTickle_LLController.cs
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
null
null
null
Antura/EA4S_Antura_U3D/Assets/_games/ColorTickle/_scripts/ColorTickle_LLController.cs
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
null
null
null
Antura/EA4S_Antura_U3D/Assets/_games/ColorTickle/_scripts/ColorTickle_LLController.cs
Megapop/Norad-Eduapp4syria
20b887dd9e1fe55a5b15cd6cd36a85265bfd819e
[ "BSD-2-Clause" ]
1
2018-09-10T08:29:13.000Z
2018-09-10T08:29:13.000Z
using UnityEngine; using System.Collections; using System; namespace EA4S.ColorTickle { public class ColorTickle_LLController : MonoBehaviour { #region EXPOSED MEMBERS [Header("Movement")] [SerializeField] private float m_fMovementSpeed = 10; //Movement speed [Serialize...
33.097143
180
0.598066
31e72ee851d6c91f4771a2df7ca51f4966aba2ed
3,095
cs
C#
Library/Core/Impl/StructBase.cs
cschladetsch/Diver
5a2e5065bd29b1055771a0dd85421b205cf075d7
[ "MIT" ]
3
2019-01-10T12:51:12.000Z
2019-08-28T16:15:22.000Z
Library/Core/Impl/StructBase.cs
cschladetsch/Pyro
5a2e5065bd29b1055771a0dd85421b205cf075d7
[ "MIT" ]
24
2019-03-20T12:02:45.000Z
2019-11-24T11:14:00.000Z
Library/Core/Impl/StructBase.cs
cschladetsch/Diver
5a2e5065bd29b1055771a0dd85421b205cf075d7
[ "MIT" ]
2
2019-05-21T08:20:44.000Z
2021-08-05T00:36:41.000Z
using System; using System.Collections.Generic; using System.Reflection; namespace Pyro.Impl { /// <summary> /// Common for all instance types /// </summary> public class StructBase : IStructBase { public Type InstanceType { get; } public AssemblyName Assembly => _assembly; ...
31.907216
113
0.602908
1c820a56c3f035e6e32ee27e52366ea7154cfe4d
929
cs
C#
cards/CORE/CS2/Sim_CS2_017.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
1
2020-09-04T08:44:54.000Z
2020-09-04T08:44:54.000Z
cards/CORE/CS2/Sim_CS2_017.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
2
2020-04-21T21:55:17.000Z
2020-04-21T22:02:36.000Z
cards/CORE/CS2/Sim_CS2_017.cs
chi-rei-den/Silverfish
0420f58169db32e46df50362034699651cc62f2a
[ "MIT" ]
null
null
null
/* _BEGIN_TEMPLATE_ { "id": "CS2_017", "name": [ "变形", "Shapeshift" ], "text": [ "<b>英雄技能</b>\n本回合+1攻击力。 +1护甲值。", "<b>Hero Power</b>\n+1 Attack this turn.\n+1 Armor." ], "CardClass": "DRUID", "type": "HERO_POWER", "cost": 2, "rarity": "FREE", "set": "CORE", "collectible": null, ...
21.113636
93
0.514532
5ae75a748d382c99e855b2ca1c715bb1d73f545a
1,500
cshtml
C#
src/OnlineShop.Web/Views/Shared/Components/ProductSpecification/Default.cshtml
mohammadfazeli/OnlineShop
e4088fcda4c51c8825a015f7a4fa22abb1b2a0f6
[ "Apache-2.0" ]
null
null
null
src/OnlineShop.Web/Views/Shared/Components/ProductSpecification/Default.cshtml
mohammadfazeli/OnlineShop
e4088fcda4c51c8825a015f7a4fa22abb1b2a0f6
[ "Apache-2.0" ]
null
null
null
src/OnlineShop.Web/Views/Shared/Components/ProductSpecification/Default.cshtml
mohammadfazeli/OnlineShop
e4088fcda4c51c8825a015f7a4fa22abb1b2a0f6
[ "Apache-2.0" ]
null
null
null
@model IEnumerable<OnlineShop.ViewModels.Area.Base.ProductSpecification.ProductSpecificationListDto> <table class="table table-bordered"> @{ foreach(var item in Model) { <tr> <td>@item.SpecificationName</td> <td>@item.SpecificationValue</td> ...
31.25
101
0.410667
300b92b11e0358603860811c479c1d1c0d6d2342
954
cs
C#
source/Karamem0.SPClientCore/Runtime/Common/GuidConverter.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
null
null
null
source/Karamem0.SPClientCore/Runtime/Common/GuidConverter.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
1
2019-09-03T06:23:26.000Z
2019-09-03T06:23:26.000Z
source/Karamem0.SPClientCore/Runtime/Common/GuidConverter.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
1
2020-08-29T17:02:35.000Z
2020-08-29T17:02:35.000Z
// // Copyright (c) 2021 karamem0 // // This software is released under the MIT License. // // https://github.com/karamem0/sp-client-core/blob/main/LICENSE // using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace Karamem0.Sh...
24.461538
139
0.528302
e37afe5a9be3d08312775a20595d7c3d26e59181
1,526
cs
C#
MrAdvice/Annotation/ExcludeAdvicesAttribute.cs
soroshsabz/MrAdvice
cc5378d158b50343b8cdb6266bf2c9248f69b87f
[ "MIT" ]
262
2015-02-16T07:04:05.000Z
2022-02-21T06:55:17.000Z
MrAdvice/Annotation/ExcludeAdvicesAttribute.cs
soroshsabz/MrAdvice
cc5378d158b50343b8cdb6266bf2c9248f69b87f
[ "MIT" ]
168
2015-02-12T09:31:43.000Z
2022-02-24T17:00:28.000Z
MrAdvice/Annotation/ExcludeAdvicesAttribute.cs
soroshsabz/MrAdvice
cc5378d158b50343b8cdb6266bf2c9248f69b87f
[ "MIT" ]
52
2015-07-01T12:06:07.000Z
2022-02-18T14:12:58.000Z
#region Mr. Advice // Mr. Advice // A simple post build weaving package // http://mradvice.arxone.com/ // Released under MIT license http://opensource.org/licenses/mit-license.php #endregion namespace ArxOne.MrAdvice.Annotation { using System; /// <summary> /// Allows a class to be advice-pro...
34.681818
137
0.596986
e390e9eb4ebec0c98aa9d663096e96b15343793e
1,423
cs
C#
leetcode-subscription/c#/Problems/P1099.cs
viacheslave/algo
5a216f82d7e638aef2f4e8872d166f58596d05f3
[ "MIT" ]
null
null
null
leetcode-subscription/c#/Problems/P1099.cs
viacheslave/algo
5a216f82d7e638aef2f4e8872d166f58596d05f3
[ "MIT" ]
null
null
null
leetcode-subscription/c#/Problems/P1099.cs
viacheslave/algo
5a216f82d7e638aef2f4e8872d166f58596d05f3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace LeetCode.Naive.Problems { /// <summary> /// Problem: https://leetcode.com/problems/two-sum-less-than-k/ /// Submission: https://leetcode.com/submissions/detail/452790311/ /// Amazon /// </summary> internal clas...
20.328571
72
0.406184
a86be31d8cda4553f879159d1c7fb8359c6dd8d7
336
cs
C#
OOP-Labs/Model/Model/Drink.cs
BSUIR-SFIT-Labs/OOP-Labs
39fc4004db59abfa41d0f3919178dee8e9b84f06
[ "MIT" ]
1
2022-02-17T10:50:38.000Z
2022-02-17T10:50:38.000Z
OOP-Labs/Model/Model/Drink.cs
BSUIR-SFIT-Labs/OOP-Labs
39fc4004db59abfa41d0f3919178dee8e9b84f06
[ "MIT" ]
null
null
null
OOP-Labs/Model/Model/Drink.cs
BSUIR-SFIT-Labs/OOP-Labs
39fc4004db59abfa41d0f3919178dee8e9b84f06
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace Domain.Model { [Serializable] public abstract class Drink { public string Name { get; set; } public decimal Cost { get; set; } public Bottle Bottle { get; set; } public abstract Dictionary<string, string> GetDrink...
18.666667
66
0.633929
108d9d828e00951549c5ba9937937c9bcb2a619c
4,400
cs
C#
src/System.Waf/System.Waf/System.Waf.Wpf.Test/Presentation/ResourceHelperTest.cs
pskpatil/waf
ed018f3f45e0294e2c8708eb97e813543d3215d8
[ "MIT" ]
null
null
null
src/System.Waf/System.Waf/System.Waf.Wpf.Test/Presentation/ResourceHelperTest.cs
pskpatil/waf
ed018f3f45e0294e2c8708eb97e813543d3215d8
[ "MIT" ]
null
null
null
src/System.Waf/System.Waf/System.Waf.Wpf.Test/Presentation/ResourceHelperTest.cs
pskpatil/waf
ed018f3f45e0294e2c8708eb97e813543d3215d8
[ "MIT" ]
null
null
null
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Reflection; using System.Waf.Presentation; using System.Waf.UnitTesting; using System.Windows; using System.Windows.Threading; namespace Test.Waf.Presentation { [TestClass] public class ResourceHelperTest { [TestMethod]...
57.142857
177
0.68
85c0aafbc17d68d916f3a0cff23c5902b8f7bd2e
1,884
cs
C#
src/Interfaces/ITelephoneNumber.cs
Nlincs/NLC.Library
455457a28ddb3eab623cd3de00cb314e4671252c
[ "MIT" ]
1
2020-10-15T00:36:40.000Z
2020-10-15T00:36:40.000Z
src/Interfaces/ITelephoneNumber.cs
Nlincs/NLC.Library
455457a28ddb3eab623cd3de00cb314e4671252c
[ "MIT" ]
29
2020-10-16T08:47:02.000Z
2022-03-15T03:04:42.000Z
src/Interfaces/ITelephoneNumber.cs
Nlincs/NLC.Library
455457a28ddb3eab623cd3de00cb314e4671252c
[ "MIT" ]
2
2021-03-18T16:07:38.000Z
2022-01-31T12:21:13.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file=ITelephoneNumber.cs company="North Lincolnshire Council"> // Solution : - Library // // </copyright> // <summary> // // Created - 08/07/2020 11:33 // Altered - 12/10/2020 ...
34.888889
120
0.394374
85f86ba9930f01146b2aabae7106c485230c2b34
1,163
cs
C#
Dictionaries_Exercises/ReferencedDictionary/ReferencedDictionary/ReferencedDictionary.cs
hristokrastev/MasteringC
7a908b828bd707937430c5da758aecca88b12b38
[ "MIT" ]
null
null
null
Dictionaries_Exercises/ReferencedDictionary/ReferencedDictionary/ReferencedDictionary.cs
hristokrastev/MasteringC
7a908b828bd707937430c5da758aecca88b12b38
[ "MIT" ]
null
null
null
Dictionaries_Exercises/ReferencedDictionary/ReferencedDictionary/ReferencedDictionary.cs
hristokrastev/MasteringC
7a908b828bd707937430c5da758aecca88b12b38
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace ReferencedDictionary { public class ReferencedDictionary { public static void Main() { var input = Console.ReadLine(); var result = new Dictionary<string, int>(); while (input != "end") { ...
28.365854
64
0.429063
18cfe73e16a7574eca35f67537fa6af41d0b6237
333
cs
C#
SoundCloud.Api/Settings.cs
RyuzakiH/SoundCloud.Api
25c5d96a2109b6db0320c225f8c83b50d3fb5480
[ "MIT" ]
null
null
null
SoundCloud.Api/Settings.cs
RyuzakiH/SoundCloud.Api
25c5d96a2109b6db0320c225f8c83b50d3fb5480
[ "MIT" ]
null
null
null
SoundCloud.Api/Settings.cs
RyuzakiH/SoundCloud.Api
25c5d96a2109b6db0320c225f8c83b50d3fb5480
[ "MIT" ]
1
2020-01-03T19:28:06.000Z
2020-01-03T19:28:06.000Z
namespace SoundCloud.Api { internal class Settings { internal const string SoundCloudDateTimePattern = "yyyy/MM/dd HH:mm:ss"; internal const string SoundCloudDateTimeQueryPattern = "yyyy-MM-dd HH:mm:ss"; internal const string SoundCloudDateTimeWithTimezonePattern = "yyyy/MM/dd HH:mm:ss ...
37
96
0.711712
7a2514d98f0ed44ffa536c557d3e83cebec5bcbb
19,602
cshtml
C#
src/ImovelGo.Web/Views/Shared/_Layout.cshtml
ricardosantosmorais/imovelgo_web
0786d0d1450cb275056c6034597a21de92e6c078
[ "Apache-2.0" ]
null
null
null
src/ImovelGo.Web/Views/Shared/_Layout.cshtml
ricardosantosmorais/imovelgo_web
0786d0d1450cb275056c6034597a21de92e6c078
[ "Apache-2.0" ]
null
null
null
src/ImovelGo.Web/Views/Shared/_Layout.cshtml
ricardosantosmorais/imovelgo_web
0786d0d1450cb275056c6034597a21de92e6c078
[ "Apache-2.0" ]
1
2020-07-08T18:52:20.000Z
2020-07-08T18:52:20.000Z
@{ ViewData["Title"] = "Home Page"; } <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>@ViewData["Title"] - ImovelGo</title> <!-- All Plugins Css --> <link r...
38.435294
133
0.428936
184094a5bc6a4d051b497e8408fa9300e1a37e93
6,209
cs
C#
Retro Files/BoomBang/Game/Items/CatalogItem.cs
DaLoE99/Servidores-DaLoE
24765c9a913772b8702c87da1d0a4db59b461a24
[ "MIT" ]
null
null
null
Retro Files/BoomBang/Game/Items/CatalogItem.cs
DaLoE99/Servidores-DaLoE
24765c9a913772b8702c87da1d0a4db59b461a24
[ "MIT" ]
null
null
null
Retro Files/BoomBang/Game/Items/CatalogItem.cs
DaLoE99/Servidores-DaLoE
24765c9a913772b8702c87da1d0a4db59b461a24
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Snowlight.Game.Items { public class CatalogItem { /* private scope */ bool bool_0; /* private scope */ double double_0; /* private scope */ double double_1; /* private scope */ doubl...
22.496377
456
0.430826
d85ae3f194ebcda20c7fa175d7130bec5f2d5e07
855
cs
C#
MasterChief.DotNet4.Utilities/Models/MapCoord.cs
AkonCoder/MasterChief
f446acbbeefaf551c513dd690bf616db6ba5d360
[ "MIT" ]
227
2018-11-20T09:39:22.000Z
2021-12-15T00:44:11.000Z
MasterChief.DotNet4.Utilities/Models/MapCoord.cs
AkonCoder/MasterChief
f446acbbeefaf551c513dd690bf616db6ba5d360
[ "MIT" ]
4
2019-04-11T06:19:16.000Z
2021-02-18T02:15:03.000Z
MasterChief.DotNet4.Utilities/Models/MapCoord.cs
YanZhiwei/MasterChief
f446acbbeefaf551c513dd690bf616db6ba5d360
[ "MIT" ]
71
2018-11-20T09:39:30.000Z
2022-01-18T06:30:28.000Z
namespace MasterChief.DotNet4.Utilities.Models { /// <summary> /// 地图坐标 /// </summary> public class MapCoord { #region Properties /// <summary> /// 纬度 /// 3130表示31.30 /// </summary> public int Lat { set; get; ...
17.1
47
0.339181
3a1be5c7446cabbc5f7dbe448547ee3539ed0706
1,811
cs
C#
C# Advanced May 2019/Defining Classes/Defining Classes/Car Salesman/Engine.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
C# Advanced May 2019/Defining Classes/Defining Classes/Car Salesman/Engine.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
C# Advanced May 2019/Defining Classes/Defining Classes/Car Salesman/Engine.cs
BorislavVladimirov/C-Software-University
d7f0f10d9e33590706869b2f02d9ab22ae6673ea
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace CarSalesman { public class Engine { private string model; private int power; private int displacement; private string efficiency; public Engine(string model, int power, int displacement, strin...
21.559524
117
0.426284
3a300c049f5ab3f6a50457d1822adf9846bbf817
657
cs
C#
Nato.Epi.GoogleTagManager/Initialization/RouteInitialization.cs
nolmsted/Nato.Epi.GoogleTagManager
5efc893e0ec365932cafcc64574bbb09fab6a107
[ "MIT" ]
null
null
null
Nato.Epi.GoogleTagManager/Initialization/RouteInitialization.cs
nolmsted/Nato.Epi.GoogleTagManager
5efc893e0ec365932cafcc64574bbb09fab6a107
[ "MIT" ]
null
null
null
Nato.Epi.GoogleTagManager/Initialization/RouteInitialization.cs
nolmsted/Nato.Epi.GoogleTagManager
5efc893e0ec365932cafcc64574bbb09fab6a107
[ "MIT" ]
null
null
null
using System.Web.Mvc; using System.Web.Routing; using EPiServer.Framework; using EPiServer.Framework.Initialization; using Nato.Epi.GoogleTagManager.App_Start; namespace Nato.Epi.GoogleTagManager.Initialization { [InitializableModule] [ModuleDependency(typeof(EPiServer.Web.InitializationModule))] internal...
27.375
66
0.722983
e17497433be6351760ff62357e1e217eb102b336
1,385
cs
C#
src/InventoryService.Api/Integrations/Consumers/AddInventoryConsumer.cs
aurlaw/Product-Order-System
c961578f93a4f53afd14f74b52fe3c8ab7953a75
[ "MIT" ]
null
null
null
src/InventoryService.Api/Integrations/Consumers/AddInventoryConsumer.cs
aurlaw/Product-Order-System
c961578f93a4f53afd14f74b52fe3c8ab7953a75
[ "MIT" ]
null
null
null
src/InventoryService.Api/Integrations/Consumers/AddInventoryConsumer.cs
aurlaw/Product-Order-System
c961578f93a4f53afd14f74b52fe3c8ab7953a75
[ "MIT" ]
null
null
null
using AurSystem.Framework.Messages; using InventoryService.Api.Models.Dto; using InventoryService.Api.Services; using MassTransit; namespace InventoryService.Api.Integrations.Consumers; public class AddInventoryConsumer : IConsumer<AddInventoryMessage> { private readonly ILogger<AddInventoryConsumer> _logger; ...
35.512821
120
0.696751
d794dc654f71fdf4f94427a5a573025734868344
3,123
cs
C#
src/NReco.Recommender/taste/impl/similarity/AveragingPreferenceInferrer.cs
nreco/recommender
56c43cd99f395d60bd3422948e5be6b44bd78777
[ "Apache-2.0" ]
35
2015-11-03T11:00:48.000Z
2022-01-29T15:41:39.000Z
src/NReco.Recommender/taste/impl/similarity/AveragingPreferenceInferrer.cs
andy840119/recommender
56c43cd99f395d60bd3422948e5be6b44bd78777
[ "Apache-2.0" ]
3
2017-02-21T09:09:39.000Z
2017-05-26T16:30:06.000Z
src/NReco.Recommender/taste/impl/similarity/AveragingPreferenceInferrer.cs
andy840119/recommender
56c43cd99f395d60bd3422948e5be6b44bd78777
[ "Apache-2.0" ]
7
2016-12-05T09:21:15.000Z
2018-11-08T08:46:16.000Z
/* * Copyright 2013-2015 Vitalii Fedorchenko (nrecosite.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License version 3 * as published by the Free Software Foundation * You can be released from the requirements of the licen...
33.945652
110
0.733269
f348c2f0fb11b24324d66ee818e63ed4d477b9fd
1,278
cs
C#
ProjectCoimbra.UWP/Project.Coimbra/Pages/CreateAccountPage.xaml.cs
ceakarsu/Coimbra
481c53e76c4219b057727f0e2cf1fae531602d0b
[ "MIT" ]
4
2020-08-26T19:14:10.000Z
2020-11-11T22:51:53.000Z
ProjectCoimbra.UWP/Project.Coimbra/Pages/CreateAccountPage.xaml.cs
ceakarsu/Coimbra
481c53e76c4219b057727f0e2cf1fae531602d0b
[ "MIT" ]
44
2020-09-19T15:03:32.000Z
2022-01-09T15:03:40.000Z
ProjectCoimbra.UWP/Project.Coimbra/Pages/CreateAccountPage.xaml.cs
ceakarsu/Coimbra
481c53e76c4219b057727f0e2cf1fae531602d0b
[ "MIT" ]
7
2020-08-26T21:58:25.000Z
2020-11-03T15:52:23.000Z
// Licensed under the MIT License. namespace Coimbra.Pages { using Coimbra.DataAccess; using Windows.ApplicationModel.Resources; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Media.Animation; /// <summary> /// The Signup / Create Account Page /// </summa...
30.428571
104
0.597027
ed1107c35adfefff41bb3024e58a9c538726ddb7
5,258
cs
C#
src/MonkeyTyper.WinForms/Program.cs
Kir-Antipov/MonkeyTyper
e48489eaee4f57c043dd7ccd35d98174665b9c1e
[ "MIT" ]
1
2020-08-19T04:36:48.000Z
2020-08-19T04:36:48.000Z
src/MonkeyTyper.WinForms/Program.cs
Kir-Antipov/MonkeyTyper
e48489eaee4f57c043dd7ccd35d98174665b9c1e
[ "MIT" ]
1
2020-12-27T01:09:11.000Z
2020-12-27T16:10:18.000Z
src/MonkeyTyper.WinForms/Program.cs
Kir-Antipov/MonkeyTyper
e48489eaee4f57c043dd7ccd35d98174665b9c1e
[ "MIT" ]
null
null
null
using Microsoft.Extensions.DependencyInjection; using MonkeyTyper.WinForms.Forms; using MonkeyTyper.WinForms.Data; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; using MonkeyTyper.Core.Format; using MonkeyTyp...
40.137405
139
0.6221
c99789438e900d47ecf850145245ab10255ee297
5,541
cs
C#
Main.cs
LavaGang/UnityEngine.Il2CppImageConversionManager
a7587bf75c6ba1ddc16e96440e33547783318da4
[ "Apache-2.0" ]
2
2021-10-01T07:17:11.000Z
2022-01-12T07:41:35.000Z
Main.cs
LavaGang/UnityEngine.Il2CppImageConversionManager
a7587bf75c6ba1ddc16e96440e33547783318da4
[ "Apache-2.0" ]
null
null
null
Main.cs
LavaGang/UnityEngine.Il2CppImageConversionManager
a7587bf75c6ba1ddc16e96440e33547783318da4
[ "Apache-2.0" ]
2
2021-10-01T07:17:14.000Z
2022-01-12T07:41:42.000Z
using System; using UnhollowerBaseLib; namespace UnityEngine { public class Il2CppImageConversionManager { static Il2CppImageConversionManager() { EncodeToTGADelegateField = IL2CPP.ResolveICall<TextureOnlyDelegate>("UnityEngine.ImageConversion::EncodeToTGA"); EncodeToEX...
54.861386
130
0.684714
1bd04a97df03f53609b4b45c25cb6b2a511adccf
195
cs
C#
Tests/342_InterfaceRenamingLoop/ClassA.cs
cuongpv88/ConfuserEx
bac61801e53704a49f2600225ddc3f890f6f5c28
[ "MIT" ]
1,335
2018-07-14T23:44:01.000Z
2022-03-30T22:09:34.000Z
Tests/342_InterfaceRenamingLoop/ClassA.cs
cuongpv88/ConfuserEx
bac61801e53704a49f2600225ddc3f890f6f5c28
[ "MIT" ]
423
2018-08-10T17:26:17.000Z
2022-03-29T06:16:40.000Z
Tests/342_InterfaceRenamingLoop/ClassA.cs
cuongpv88/ConfuserEx
bac61801e53704a49f2600225ddc3f890f6f5c28
[ "MIT" ]
243
2018-07-14T21:53:04.000Z
2022-03-28T07:47:50.000Z
namespace InterfaceRenamingLoop { internal class ClassA : CBase, IAEvents { public void TestA(int errorCode) { } public override void TestEvent(int code, string description) { } } }
17.727273
64
0.717949
e49fd84e3be8ccdb5969a7c0c5deee45bd914533
564
cs
C#
NotDes.cs
yifan228/multiPlayerGame
5ee5b6d09d84e11724e83d723d0c457292318fe9
[ "MIT" ]
null
null
null
NotDes.cs
yifan228/multiPlayerGame
5ee5b6d09d84e11724e83d723d0c457292318fe9
[ "MIT" ]
null
null
null
NotDes.cs
yifan228/multiPlayerGame
5ee5b6d09d84e11724e83d723d0c457292318fe9
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class NotDes : MonoBehaviour { public static NotDes instance; public string RoomName; public string MyName; public int myTeam; public string WInName; public int WinTeam; // Start is called before the firs...
19.448276
52
0.588652
c4b4c34b56e026e34b615291a1e06b78063b0782
7,537
cs
C#
MITCViewer/MainActivity.cs
jash4676/MITCVIewer
b58d1fbc620211a59dbcc706abe81205dc0798ed
[ "Apache-2.0" ]
null
null
null
MITCViewer/MainActivity.cs
jash4676/MITCVIewer
b58d1fbc620211a59dbcc706abe81205dc0798ed
[ "Apache-2.0" ]
null
null
null
MITCViewer/MainActivity.cs
jash4676/MITCVIewer
b58d1fbc620211a59dbcc706abe81205dc0798ed
[ "Apache-2.0" ]
null
null
null
using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS; using Javax.Microedition.Khronos.Egl; using Javax.Microedition.Khronos.Opengles; using Android.Opengl; namespace MITCViewer { [Activity(Label = "midas 模型预览", MainLauncher ...
40.090426
92
0.561629
254be2cb3d7b65379ef4fb5f3173757160ac505f
1,979
cs
C#
Source/Stencil.Native/Stencil.Native.Droid/Core/BaseRoutedFragment.cs
watfordsuzy/stencil
11cf14662974bf18315feb2678f28a9e890a83e8
[ "MIT" ]
1
2017-09-12T23:42:32.000Z
2017-09-12T23:42:32.000Z
Source/Stencil.Native/Stencil.Native.Droid/Core/BaseRoutedFragment.cs
watfordsuzy/stencil
11cf14662974bf18315feb2678f28a9e890a83e8
[ "MIT" ]
1
2018-02-22T11:59:26.000Z
2018-02-22T13:23:45.000Z
Source/Stencil.Native/Stencil.Native.Droid/Core/BaseRoutedFragment.cs
watfordsuzy/stencil
11cf14662974bf18315feb2678f28a9e890a83e8
[ "MIT" ]
4
2017-08-06T21:08:54.000Z
2021-11-17T13:40:18.000Z
using System; using Newtonsoft.Json; namespace Stencil.Native.Droid.Core { public abstract class BaseRoutedFragment<TRoute> : BaseFragment where TRoute : class { public BaseRoutedFragment(string trackPrefix) : base(trackPrefix) { this.TrackPrefix = trackPrefix; ...
26.743243
114
0.515917
72b629c38c2d7dc4d5229658fcfcffadd90ce3f0
1,136
cs
C#
Tools/Src/CreatorIDE/CreatorIDE/Category.cs
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
2
2017-04-30T20:24:29.000Z
2019-02-12T08:36:26.000Z
Tools/Src/CreatorIDE/CreatorIDE/Category.cs
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
Tools/Src/CreatorIDE/CreatorIDE/Category.cs
moltenguy1/deusexmachina
134f4ca4087fff791ec30562cb250ccd50b69ee1
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Windows.Forms; using CreatorIDE.EngineAPI; namespace CreatorIDE { public struct AttrID { private readonly string _name; public string Name { get { return _name; } } private readonly int _id; public int ID { get { return _id; } } ...
23.183673
77
0.574824
d693a4487153c1a27c3f45c7fe7590b9209173e5
2,721
cs
C#
Apex Colony/Assets/Scripts/Combat/Projectiled.cs
Huntrt/GameOff-2021
654b94297196df24bed038ecdf8a4fae2a6056fa
[ "MIT" ]
7
2022-01-14T11:55:18.000Z
2022-02-09T02:30:12.000Z
Apex Colony/Assets/Scripts/Combat/Projectiled.cs
Huntrt/GameOff-2021
654b94297196df24bed038ecdf8a4fae2a6056fa
[ "MIT" ]
null
null
null
Apex Colony/Assets/Scripts/Combat/Projectiled.cs
Huntrt/GameOff-2021
654b94297196df24bed038ecdf8a4fae2a6056fa
[ "MIT" ]
null
null
null
using System.Collections.Generic; using UnityEngine; public class Projectiled : MonoBehaviour { [HideInInspector] public float damage, range; [SerializeField] float speed, piercing; float _piercing; public string belong; float travelled; Vector2 prevPos; public TrailRenderer trail; [SerializeField] Rigidbody2...
32.011765
106
0.723631
6b3706b89c7d543ff53530150ead4b9c3d32a6a6
5,710
cs
C#
Examples/Example.Cfx.Spa.Routing/App_Start/NavigationViewModel.cs
NeutroniumCore/Neutronium
a78ca88e7dffcc7a89b9ac0021cf672f9f60c4f7
[ "MIT" ]
1,338
2016-11-19T14:20:45.000Z
2022-03-17T06:00:09.000Z
Examples/Example.Cfx.Spa.Routing/App_Start/NavigationViewModel.cs
iZMA-SOFT/Neutronium
a78ca88e7dffcc7a89b9ac0021cf672f9f60c4f7
[ "MIT" ]
160
2016-12-03T19:39:09.000Z
2022-03-08T21:46:04.000Z
Examples/Example.Cfx.Spa.Routing/App_Start/NavigationViewModel.cs
iZMA-SOFT/Neutronium
a78ca88e7dffcc7a89b9ac0021cf672f9f60c4f7
[ "MIT" ]
142
2016-12-05T15:36:59.000Z
2022-03-21T11:03:01.000Z
using Example.Cfx.Spa.Routing.App_Start; using Neutronium.Example.ViewModel.Infra; using Neutronium.MVVMComponents; using Neutronium.MVVMComponents.Relay; using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; namespace Example.Cfx.Spa.Routing { public class Naviga...
33.988095
135
0.604904
112021decde32e10c412d9dd31032433d272d128
368
cs
C#
Runtime/Fundamentals/Nodes/Logic/Control/Delegates/Support/IAction.cs
Fitz-YM/Bolt.Addons.Community
ddb88d8bb259526d8e714e831dbed36324c5aab1
[ "MIT" ]
223
2018-03-23T16:52:32.000Z
2022-03-26T07:09:16.000Z
Runtime/Fundamentals/Nodes/Logic/Control/Delegates/Support/IAction.cs
Fitz-YM/Bolt.Addons.Community
ddb88d8bb259526d8e714e831dbed36324c5aab1
[ "MIT" ]
43
2018-08-16T03:11:52.000Z
2021-12-22T09:11:49.000Z
Runtime/Fundamentals/Nodes/Logic/Control/Delegates/Support/IAction.cs
Fitz-YM/Bolt.Addons.Community
ddb88d8bb259526d8e714e831dbed36324c5aab1
[ "MIT" ]
33
2018-03-23T16:52:35.000Z
2022-02-24T01:00:47.000Z
using System; namespace Unity.VisualScripting.Community { [RenamedFrom("Bolt.Addons.Community.Utility.IAction")] public interface IAction : IDelegate { void Invoke(params object[] parameters); void Initialize(Flow flow, ActionNode unit, Action flowAction); void SetInstance(Flow flo...
28.307692
72
0.709239
e51104b0c6acbcb757a551082b1df95ce69c2d45
950
cs
C#
src/SimpleConcepts.Extensions.Caching.Abstractions/SimpleCacheOptions.cs
raphaabreu/SimpleConcepts.Extensions.Caching
c099c74169ec436024b14387c997fa9813f79be4
[ "MIT" ]
2
2020-11-13T03:38:58.000Z
2021-12-23T16:55:21.000Z
src/SimpleConcepts.Extensions.Caching.Abstractions/SimpleCacheOptions.cs
raphaabreu/SimpleConcepts.DistributedDictionary
c099c74169ec436024b14387c997fa9813f79be4
[ "MIT" ]
1
2022-01-30T18:08:27.000Z
2022-01-30T18:08:27.000Z
src/SimpleConcepts.Extensions.Caching.Abstractions/SimpleCacheOptions.cs
raphaabreu/SimpleConcepts.DistributedDictionary
c099c74169ec436024b14387c997fa9813f79be4
[ "MIT" ]
null
null
null
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Caching.Distributed; namespace SimpleConcepts.Extensions.Caching { public abstract class SimpleCacheOptions { public string? KeySpace { get; set; } public IKeySerializer? KeySerializer { get; set; } ...
36.538462
105
0.713684
6cf73d4be63085c744b5a0c51c7e84a1a1f32738
3,973
cs
C#
Source/DataStructures/Graphs/Graph.cs
tainicom/XNALibrary
55a1bce57527d9ed125a6e009122d533b076a118
[ "Apache-2.0" ]
8
2015-06-26T10:52:54.000Z
2020-09-05T23:47:02.000Z
Source/DataStructures/Graphs/Graph.cs
tainicom/XNALibrary
55a1bce57527d9ed125a6e009122d533b076a118
[ "Apache-2.0" ]
null
null
null
Source/DataStructures/Graphs/Graph.cs
tainicom/XNALibrary
55a1bce57527d9ed125a6e009122d533b076a118
[ "Apache-2.0" ]
2
2017-08-18T01:52:32.000Z
2020-04-07T13:01:30.000Z
#region License // Copyright 2015 Kastellanos Nikolaos // // 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...
29.42963
90
0.575132
677905612b0a82764e06f05da5fbe51db27cda57
990
cs
C#
docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_3.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2021-09-07T14:05:00.000Z
2021-09-07T14:05:00.000Z
docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_3.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs/csharp/language-reference/keywords/codesnippet/CSharp/enum_3.cs
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2021-01-14T07:24:28.000Z
2021-01-14T07:24:28.000Z
// Add the attribute Flags or FlagsAttribute. [Flags] public enum CarOptions { // The flag for SunRoof is 0001. SunRoof = 0x01, // The flag for Spoiler is 0010. Spoiler = 0x02, // The flag for FogLights is 0100. FogLights = 0x04, // The flag for Ti...
30
83
0.563636
67e974200caf2d9dd8f9643c706525c6a6f666d5
471
cs
C#
C Sharp Ecosystem - 2.3.2017/Src/RESTServiceTest/Controllers/AccountController.cs
jcapellman/Presentations
2fa77e2105b20b33f1d9c254b6bade8d2466fb67
[ "MIT" ]
1
2020-02-11T20:09:07.000Z
2020-02-11T20:09:07.000Z
C Sharp Ecosystem - 2.3.2017/Src/RESTServiceTest/Controllers/AccountController.cs
jcapellman/Presentations
2fa77e2105b20b33f1d9c254b6bade8d2466fb67
[ "MIT" ]
null
null
null
C Sharp Ecosystem - 2.3.2017/Src/RESTServiceTest/Controllers/AccountController.cs
jcapellman/Presentations
2fa77e2105b20b33f1d9c254b6bade8d2466fb67
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; using System.Web.Http; using RESTServiceTest.DataLayer; namespace RESTServiceTest.Controllers { public class AccountController : ApiController { public string Get() => "Hello World!"; public User GetUser(string firstName) ...
24.789474
81
0.632696
0b542390f164f44cf3cdffafc0350b352e39df0e
796
cs
C#
patches/tModLoader/Terraria/ModLoader/Default/Developer/Jofairden/Layers/JofairdenLegsGlow.cs
hannest03/tModLoader
67ec6fd5e67125dffe0e9d16093a37cc07b899c6
[ "MIT" ]
438
2017-06-20T02:25:38.000Z
2019-06-22T04:45:20.000Z
patches/tModLoader/Terraria/ModLoader/Default/Developer/Jofairden/Layers/JofairdenLegsGlow.cs
hannest03/tModLoader
67ec6fd5e67125dffe0e9d16093a37cc07b899c6
[ "MIT" ]
361
2017-06-20T11:15:09.000Z
2019-06-23T20:35:06.000Z
patches/tModLoader/Terraria/ModLoader/Default/Developer/Jofairden/Layers/JofairdenLegsGlow.cs
hannest03/tModLoader
67ec6fd5e67125dffe0e9d16093a37cc07b899c6
[ "MIT" ]
245
2017-06-20T03:35:40.000Z
2019-06-23T08:44:19.000Z
using Microsoft.Xna.Framework.Graphics; using ReLogic.Content; using Terraria.DataStructures; namespace Terraria.ModLoader.Default.Developer.Jofairden { internal class JofairdenLegsGlow : JofairdenArmorGlowLayer { private static Asset<Texture2D> _glowTexture; public override bool GetDefaultVisibility(PlayerDra...
34.608696
127
0.809045
c2e42f4e93cd38e61a409474c934d75685c92501
729
cs
C#
src/Simplic.CoreLib/Collections/Generic/StatefulCollection/RemoveItemEventArgs.cs
simplic-systems/simplic-corelib
d793240531639b7f8dbf8aa78af446aa80a15b19
[ "MIT" ]
1
2019-06-12T16:26:57.000Z
2019-06-12T16:26:57.000Z
src/Simplic.CoreLib/Collections/Generic/StatefulCollection/RemoveItemEventArgs.cs
simplic/simplic-corelib
d793240531639b7f8dbf8aa78af446aa80a15b19
[ "MIT" ]
14
2018-06-11T06:28:20.000Z
2020-06-30T10:15:03.000Z
src/Simplic.CoreLib/Collections/Generic/StatefulCollection/RemoveItemEventArgs.cs
simplic/simplic-corelib
d793240531639b7f8dbf8aa78af446aa80a15b19
[ "MIT" ]
1
2018-10-04T01:09:29.000Z
2018-10-04T01:09:29.000Z
using System; namespace Simplic.Collections.Generic { /// <summary> /// Remove item arguments /// </summary> public class RemoveItemEventArgs : EventArgs { /// <summary> /// Gets or sets the affected item /// </summary> public object Item { get; ...
21.441176
75
0.496571
5d07491eff63c28516a926ff0f2faf0785a2b673
2,766
cs
C#
Assets/Scripts/Core/Cell.cs
Tyrant117/Rouge-Engine
232bf66a33fa06df95308bf7cafd5f4d6cc5e098
[ "MIT" ]
3
2017-10-14T18:59:38.000Z
2020-06-17T22:21:52.000Z
Assets/Scripts/Core/Cell.cs
Tyrant117/Rouge-Engine
232bf66a33fa06df95308bf7cafd5f4d6cc5e098
[ "MIT" ]
null
null
null
Assets/Scripts/Core/Cell.cs
Tyrant117/Rouge-Engine
232bf66a33fa06df95308bf7cafd5f4d6cc5e098
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Rougelikeberry.Render { public class Cell { public int X; public int Y; public Console owner; public int content = 0; public Color backgroundColor; public Color...
28.515464
129
0.502531
b94edc956db9716634487e5c52a02b56c5522117
26,522
cs
C#
ECSUnityVisualScript/Packages/com.unity.graphtools.foundation/Editor/VisualScripting/Model/Translators/RoslynTranslationExtensions.cs
linyuan5856/ECS_UnityVisualScript
cc4dcd60046e45675e3b94f7c1829ef9870a8cd5
[ "MIT" ]
null
null
null
ECSUnityVisualScript/Packages/com.unity.graphtools.foundation/Editor/VisualScripting/Model/Translators/RoslynTranslationExtensions.cs
linyuan5856/ECS_UnityVisualScript
cc4dcd60046e45675e3b94f7c1829ef9870a8cd5
[ "MIT" ]
null
null
null
ECSUnityVisualScript/Packages/com.unity.graphtools.foundation/Editor/VisualScripting/Model/Translators/RoslynTranslationExtensions.cs
linyuan5856/ECS_UnityVisualScript
cc4dcd60046e45675e3b94f7c1829ef9870a8cd5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using JetBrains.Annotations; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using UnityEditor.Experimental.GraphView; using UnityEditor.VisualScripting.GraphViewModel; using UnityEditor.Vis...
47.960217
171
0.637923
b0cf078ea3f8d61573e1053d3fcebbd68e5ee81d
18,417
cs
C#
src/AirshipBindings.NETStandard/AirshipBindings.NETStandard.iOS/Airship.cs
urbanairship/urbanairship-xamarin
0ff12bd59d505beffaef89937c6622f8ab391b16
[ "Apache-2.0" ]
7
2018-07-19T18:50:50.000Z
2020-07-17T18:18:12.000Z
src/AirshipBindings.NETStandard/AirshipBindings.NETStandard.iOS/Airship.cs
urbanairship/urbanairship-xamarin
0ff12bd59d505beffaef89937c6622f8ab391b16
[ "Apache-2.0" ]
45
2018-05-25T18:27:17.000Z
2022-03-29T20:28:23.000Z
src/AirshipBindings.NETStandard/AirshipBindings.NETStandard.iOS/Airship.cs
urbanairship/urbanairship-xamarin
0ff12bd59d505beffaef89937c6622f8ab391b16
[ "Apache-2.0" ]
3
2019-01-31T10:36:56.000Z
2021-11-16T09:07:33.000Z
/* Copyright Airship and Contributors */ using System; using System.Collections.Generic; using Foundation; using UrbanAirship; using UrbanAirship.NETStandard; using UrbanAirship.NETStandard.Analytics; using UrbanAirship.NETStandard.Attributes; namespace UrbanAirship.NETStandard { public class Airship : UADeepLi...
33.792661
152
0.544877
19b0e3eee8c17846af658f7a9aada0908fef3686
279
cs
C#
src/CaptainHook.Application.Infrastructure/DirectorService/Remoting/ReaderChangeResult.cs
eShopWorld/captain-hook
ae50c49f255ab38401494393b1dcaa31adb9d3e5
[ "MIT" ]
1
2021-02-22T15:46:21.000Z
2021-02-22T15:46:21.000Z
src/CaptainHook.Application.Infrastructure/DirectorService/Remoting/ReaderChangeResult.cs
eShopWorld/captain-hook
ae50c49f255ab38401494393b1dcaa31adb9d3e5
[ "MIT" ]
85
2019-04-19T07:13:16.000Z
2021-01-19T16:10:44.000Z
src/CaptainHook.Application.Infrastructure/DirectorService/Remoting/ReaderChangeResult.cs
eShopWorld/captain-hook
ae50c49f255ab38401494393b1dcaa31adb9d3e5
[ "MIT" ]
3
2018-12-16T00:51:42.000Z
2020-01-16T15:06:45.000Z
namespace CaptainHook.Application.Infrastructure.DirectorService.Remoting { public enum ReaderChangeResult { None = 0, Success, DirectorIsBusy, CreateFailed, DeleteFailed, ReaderDoesNotExist, NoChangeNeeded } }
21.461538
74
0.637993
2cf4fb08008d38ee2e5e56e40421552b1678b980
1,033
cs
C#
Kartverket.GmlSampleGenerator/Helpers/HtmlHelperExtensions.cs
kartverket/Geonorge.GmlSampleGenerator
071b3e45a2f28856a86f00248bae5ded3f09a040
[ "MIT" ]
null
null
null
Kartverket.GmlSampleGenerator/Helpers/HtmlHelperExtensions.cs
kartverket/Geonorge.GmlSampleGenerator
071b3e45a2f28856a86f00248bae5ded3f09a040
[ "MIT" ]
13
2018-05-07T11:18:34.000Z
2021-08-06T07:32:24.000Z
Kartverket.GmlSampleGenerator/Helpers/HtmlHelperExtensions.cs
kartverket/Geonorge.GmlEksempelgenerator
0c7773873d4ab5ef148598b45307f9bc107d30cc
[ "MIT" ]
null
null
null
using System.Web.Configuration; using System.Web.Mvc; namespace Kartverket.GmlSampleGenerator.Helpers { public static class HtmlHelperExtensions { public static string ApplicationVersionNumber(this HtmlHelper helper) { var versionNumber = WebConfigurationManager.AppSettings["BuildV...
30.382353
90
0.669894
fa40860ee676ca1a3879e58bd634641bb03f35b2
796
cs
C#
SlipeServer.Packets/Reader/VehicleReaderExtensions.cs
ERAGON007/Slipe-Server
6a7faf1df4258be9a7e25c3dd71ea819232afe60
[ "MIT" ]
23
2020-06-24T21:14:45.000Z
2021-12-27T22:54:22.000Z
SlipeServer.Packets/Reader/VehicleReaderExtensions.cs
ERAGON007/Slipe-Server
6a7faf1df4258be9a7e25c3dd71ea819232afe60
[ "MIT" ]
137
2020-06-25T17:05:08.000Z
2022-03-31T18:21:56.000Z
SlipeServer.Packets/Reader/VehicleReaderExtensions.cs
ERAGON007/Slipe-Server
6a7faf1df4258be9a7e25c3dd71ea819232afe60
[ "MIT" ]
13
2020-06-24T21:15:02.000Z
2022-03-19T19:39:26.000Z
using System; using System.Numerics; namespace SlipeServer.Packets.Reader { public static class VehicleReaderExtensions { public static byte GetVehicleSeat(this PacketReader reader) => reader.GetByteCapped(4); public static float GetVehicleHealth(this PacketReader reader) => reader.GetFloatFro...
34.608696
115
0.644472
398464084a2b083da8687f32540d3c5c8ba20b41
861
cs
C#
build-tools/xaprepare/xaprepare/Steps/Step_PrepareExternal.cs
Wivra/xamarin-android
4fb6056c555c3f293c068740e7a10a1be5de784c
[ "MIT" ]
1,959
2016-04-27T13:29:49.000Z
2022-03-26T05:05:42.000Z
build-tools/xaprepare/xaprepare/Steps/Step_PrepareExternal.cs
Wivra/xamarin-android
4fb6056c555c3f293c068740e7a10a1be5de784c
[ "MIT" ]
4,565
2016-04-28T15:24:09.000Z
2022-03-31T20:49:46.000Z
build-tools/xaprepare/xaprepare/Steps/Step_PrepareExternal.cs
Wivra/xamarin-android
4fb6056c555c3f293c068740e7a10a1be5de784c
[ "MIT" ]
639
2016-04-27T13:28:24.000Z
2022-03-28T09:05:28.000Z
using System.Collections.Generic; using System.IO; using System.Threading.Tasks; namespace Xamarin.Android.Prepare { partial class Step_PrepareExternal : Step { public Step_PrepareExternal () : base ("Preparing external components") {} protected override async Task<bool> Execute (Context context) { va...
23.916667
105
0.718931
179dc64281cacd288900c5cfc55c35bde2562bd5
33,692
cs
C#
RPGv1/Assets/Blink/Tools/RPGBuilder/Scripts/Logic/StatCalculator.cs
noahm1216/Realistically-Projected-Game-v1
d9ad4f7cbd368445299207a57388d1dab22b0a72
[ "MIT" ]
null
null
null
RPGv1/Assets/Blink/Tools/RPGBuilder/Scripts/Logic/StatCalculator.cs
noahm1216/Realistically-Projected-Game-v1
d9ad4f7cbd368445299207a57388d1dab22b0a72
[ "MIT" ]
null
null
null
RPGv1/Assets/Blink/Tools/RPGBuilder/Scripts/Logic/StatCalculator.cs
noahm1216/Realistically-Projected-Game-v1
d9ad4f7cbd368445299207a57388d1dab22b0a72
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using BLINK.RPGBuilder.Managers; using BLINK.RPGBuilder.LogicMono; using UnityEngine; namespace BLINK.RPGBuilder.Logic { public static class StatCalculator { private static void TriggerMoveSpeedChange() { CombatManager.playerCombatNo...
44.389987
176
0.550309
4a622deed5d1171797f50e0f4a18912a6d32175e
15,883
cs
C#
LocalDBBootstrapper/Wrappers/ProcessWrapper.cs
lukezaparaniuk/localdb-bootstrapper
1467ad914f48e76084b7eed69179b9216f6f4127
[ "MIT" ]
2
2018-10-05T23:51:44.000Z
2020-06-07T18:05:55.000Z
LocalDBBootstrapper/Wrappers/ProcessWrapper.cs
lukezaparaniuk/localdb-bootstrapper
1467ad914f48e76084b7eed69179b9216f6f4127
[ "MIT" ]
null
null
null
LocalDBBootstrapper/Wrappers/ProcessWrapper.cs
lukezaparaniuk/localdb-bootstrapper
1467ad914f48e76084b7eed69179b9216f6f4127
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.IO; using System.Linq; namespace LocalDBBootstrapper.Wrappers { public interface IProcess : IDisposable { IProcessStartInfo StartInfo { get; set; } string ProcessName { get; } StreamReader StandardOutput { get; } ...
41.578534
136
0.581628
705e4c68fec91bd35debe7e4bfdbf3dd7ce5b04f
154
cs
C#
src/Kevsoft.Ssml/EmphasiseLevel.cs
tellandev/Kevsoft.Ssml
5bc8774be65524afe26a6154b79fe4755ccb5277
[ "MIT" ]
13
2017-09-13T11:07:31.000Z
2022-03-20T11:10:09.000Z
src/Kevsoft.Ssml/EmphasiseLevel.cs
tellandev/Kevsoft.Ssml
5bc8774be65524afe26a6154b79fe4755ccb5277
[ "MIT" ]
9
2017-09-17T20:31:41.000Z
2020-02-02T19:13:05.000Z
src/Kevsoft.Ssml/EmphasiseLevel.cs
tellandev/Kevsoft.Ssml
5bc8774be65524afe26a6154b79fe4755ccb5277
[ "MIT" ]
10
2017-09-13T12:22:21.000Z
2021-12-14T09:30:56.000Z
namespace Kevsoft.Ssml { public enum EmphasiseLevel { NotSet = 0, Strong, Moderate, None, Reduced } }
14
30
0.493506
7085763df34e4c0fa47c407a99e76221f6358b54
2,351
cs
C#
test/BridgeNetTests/Batch1/src/BasicCSharp/TestInheritance.cs
DukeChiang/CSharp.lua
3b5936354a9bd8209c09b002f5f7e6b4008f7be9
[ "Apache-2.0" ]
978
2017-01-17T16:06:33.000Z
2022-03-31T16:56:00.000Z
test/BridgeNetTests/Batch1/src/BasicCSharp/TestInheritance.cs
DukeChiang/CSharp.lua
3b5936354a9bd8209c09b002f5f7e6b4008f7be9
[ "Apache-2.0" ]
299
2017-01-21T05:55:14.000Z
2022-03-02T01:58:37.000Z
test/BridgeNetTests/Batch1/src/BasicCSharp/TestInheritance.cs
DukeChiang/CSharp.lua
3b5936354a9bd8209c09b002f5f7e6b4008f7be9
[ "Apache-2.0" ]
181
2017-01-20T06:42:23.000Z
2022-02-28T03:16:35.000Z
using Bridge.Test.NUnit; namespace Bridge.ClientTest.BasicCSharp { [Category(Constants.MODULE_BASIC_CSHARP)] [TestFixture(TestNameFormat = "Static overloads - {0}")] public class TestInheritance { private class A { public int X { get; ...
27.022989
107
0.452999
708cb45e4df60c2a69dd3b227db2d690057bd2fb
2,603
cs
C#
Xe.Tools.Modules.Font/Font.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
Xe.Tools.Modules.Font/Font.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
Xe.Tools.Modules.Font/Font.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Xe.Tools.Services; namespace Xe.Tools.Modules { using Fonts = Game.Fonts; public partial class Font : ModuleBase { private Fonts.Font MyFont { get; set; } public Font(ModuleIn...
33.371795
104
0.558586
99572f1bd86c5f68f85991a8eb2d32d8bfba67e5
3,131
cs
C#
src/NServiceBus.Core/Gateway/Sending/SingleCallChannelForwarder.cs
abombss/NServiceBus
5f5680d4c22948248601afe5230ee7962fda48da
[ "Apache-2.0", "MIT" ]
null
null
null
src/NServiceBus.Core/Gateway/Sending/SingleCallChannelForwarder.cs
abombss/NServiceBus
5f5680d4c22948248601afe5230ee7962fda48da
[ "Apache-2.0", "MIT" ]
null
null
null
src/NServiceBus.Core/Gateway/Sending/SingleCallChannelForwarder.cs
abombss/NServiceBus
5f5680d4c22948248601afe5230ee7962fda48da
[ "Apache-2.0", "MIT" ]
null
null
null
namespace NServiceBus.Gateway.Sending { using System; using System.Collections.Generic; using System.IO; using System.Linq; using Channels; using Channels.Http; using DataBus; using HeaderManagement; using log4net; using Routing; using Utils; public class ...
38.182927
116
0.620569
d10c5527cfaecbe5727a3a47a43459e59b2de6c4
8,220
cs
C#
Assets/ScriptableVariables/Editor/VariableCreator.cs
j-reason/ScriptableVariables
4511deb31d02d3409de7679cad388adda086ad81
[ "MIT" ]
1
2021-01-16T17:02:55.000Z
2021-01-16T17:02:55.000Z
Assets/ScriptableVariables/Editor/VariableCreator.cs
j-reason/ScriptableVariables
4511deb31d02d3409de7679cad388adda086ad81
[ "MIT" ]
null
null
null
Assets/ScriptableVariables/Editor/VariableCreator.cs
j-reason/ScriptableVariables
4511deb31d02d3409de7679cad388adda086ad81
[ "MIT" ]
null
null
null
using System; using System.IO; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEditor; namespace Variables.Editor { /// <summary> /// Custom Editor window for Creating Variable<> Classes /// </summary> public class VariableCreator : EditorW...
32.109375
210
0.556934
88cfc69c00daa5da66da227de566824c496a08a0
2,596
cs
C#
Core/ApiBase/Controllers/NotificationsController.cs
constantimi/AirQi-Distributed-System
5f996dada32a9e7a2deeee1595429e3c8fc2424b
[ "MIT" ]
null
null
null
Core/ApiBase/Controllers/NotificationsController.cs
constantimi/AirQi-Distributed-System
5f996dada32a9e7a2deeee1595429e3c8fc2424b
[ "MIT" ]
null
null
null
Core/ApiBase/Controllers/NotificationsController.cs
constantimi/AirQi-Distributed-System
5f996dada32a9e7a2deeee1595429e3c8fc2424b
[ "MIT" ]
1
2021-07-15T21:16:53.000Z
2021-07-15T21:16:53.000Z
using System; using System.Threading.Tasks; using ApiBase.Data; using ApiBase.DTOs; using ApiBase.Hubs; using ApiBase.Models; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.SignalR; namespace ApiBase.Controllers { [Route("api/[controller]")] [ApiController] public class NotificationsControll...
30.904762
118
0.61171
2eea15f1a51b3e47d50480c667f5ebd0f7c719ca
3,616
cs
C#
Assets/Scripts/Weapons/WeaponParts/WeaponPart.cs
Voldakk/Unity-FPS
7378cf2d1703de80f24cd90d9580616180aa6bd8
[ "Unlicense" ]
null
null
null
Assets/Scripts/Weapons/WeaponParts/WeaponPart.cs
Voldakk/Unity-FPS
7378cf2d1703de80f24cd90d9580616180aa6bd8
[ "Unlicense" ]
null
null
null
Assets/Scripts/Weapons/WeaponParts/WeaponPart.cs
Voldakk/Unity-FPS
7378cf2d1703de80f24cd90d9580616180aa6bd8
[ "Unlicense" ]
null
null
null
using UnityEngine; using Voldakk.DragAndDrop; public enum WeaponPartStats { Damage, Accuracy, Recoil, FireRate, MagSize, ReloadTime, Zoom, AdsTime, Pitch, Volume}; public enum StatsType { Base, Additive, Modifier }; [System.Serializable] public class WeaponPartStat { public WeaponPartStats stats; public Sta...
25.64539
118
0.627765