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
90ce49fa62a96ac9c29417ed6feba040c6cd93dd
2,888
cs
C#
Source/Metah.MSBuild/XBuilder.cs
andmattia/Metah
47b9ad37a7762f3e03d3d7022080f48623de82f7
[ "MIT" ]
29
2015-05-12T02:12:20.000Z
2022-03-13T06:07:00.000Z
Source/Metah.MSBuild/XBuilder.cs
andmattia/Metah
47b9ad37a7762f3e03d3d7022080f48623de82f7
[ "MIT" ]
4
2015-05-30T01:57:33.000Z
2016-06-08T07:11:58.000Z
Source/Metah.MSBuild/XBuilder.cs
andmattia/Metah
47b9ad37a7762f3e03d3d7022080f48623de82f7
[ "MIT" ]
7
2015-01-15T14:18:28.000Z
2019-02-01T09:43:51.000Z
using System; using System.Collections.Generic; using System.IO; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Metah.Compilation; namespace Metah.MSBuild.X { public sealed class MetahXBuilder : BuilderBase { public ITaskItem[] XCSharpFiles { get; set; } public ITaskItem[]...
49.793103
152
0.602839
d6c3e436b3c08c4fd31d881728cfcda31de1121e
1,528
cs
C#
Examples/CSharp/Exchange/ConnectExchangeServerUsingIMAP.cs
jawadaspose/Aspose_Email_For_.NET_Backup
9a65b01179f30064f67b5039bc535a15e0233b7c
[ "MIT" ]
null
null
null
Examples/CSharp/Exchange/ConnectExchangeServerUsingIMAP.cs
jawadaspose/Aspose_Email_For_.NET_Backup
9a65b01179f30064f67b5039bc535a15e0233b7c
[ "MIT" ]
null
null
null
Examples/CSharp/Exchange/ConnectExchangeServerUsingIMAP.cs
jawadaspose/Aspose_Email_For_.NET_Backup
9a65b01179f30064f67b5039bc535a15e0233b7c
[ "MIT" ]
null
null
null
using System; using Aspose.Email.Imap; using Aspose.Email.Mail; /* This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Email for .NET API reference when the project is build. Please check https://Docs.nuget.org/consume/nuget-faq for more information. If you do not wish to use NuGet, you c...
40.210526
123
0.685209
6e7ce1ee4d1cb8939936ad01259ea2ef9a792e41
1,237
cs
C#
Rest/Server/Model/Field.cs
klesteb/XAS-csharp
7cb74d7794e0115fdfe70a30c83d6e4c734321ef
[ "Artistic-2.0" ]
null
null
null
Rest/Server/Model/Field.cs
klesteb/XAS-csharp
7cb74d7794e0115fdfe70a30c83d6e4c734321ef
[ "Artistic-2.0" ]
null
null
null
Rest/Server/Model/Field.cs
klesteb/XAS-csharp
7cb74d7794e0115fdfe70a30c83d6e4c734321ef
[ "Artistic-2.0" ]
null
null
null
using System; using System.Collections.Generic; namespace XAS.Rest.Server.Model { /// <summary> /// Used to define fields for a resource. /// </summary> public class Field { private string _type; private List<string> valids = new List<string> { "hidden", "text", "search"...
21.701754
95
0.444624
2dc2cca06d8ee16b10a90fc2eeb2c9c4e26010f8
12,397
cs
C#
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/JavaBinaryInteropTest.cs
tsdb-io/gridgain
6726ed9cc34a7d2671a3625600c375939d40bc35
[ "CC0-1.0" ]
218
2015-01-04T13:20:55.000Z
2022-03-28T05:28:55.000Z
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/JavaBinaryInteropTest.cs
tsdb-io/gridgain
6726ed9cc34a7d2671a3625600c375939d40bc35
[ "CC0-1.0" ]
175
2015-02-04T23:16:56.000Z
2022-03-28T18:34:24.000Z
modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/JavaBinaryInteropTest.cs
tsdb-io/gridgain
6726ed9cc34a7d2671a3625600c375939d40bc35
[ "CC0-1.0" ]
93
2015-01-06T20:54:23.000Z
2022-03-31T08:09:00.000Z
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.gridgain.com/products/software/community-editio...
32.45288
117
0.533355
111fd85fa6fc3f1e8d2e88b96acfae234b6a583a
2,845
cs
C#
Master/Commands/LoadCommands.cs
m4ta1l/BackNet
70c2c2fa40ff6f4390919cd5253215ccda010be9
[ "MIT" ]
47
2018-04-25T05:01:24.000Z
2022-02-23T01:17:19.000Z
Master/Commands/LoadCommands.cs
m4ta1l/BackNet
70c2c2fa40ff6f4390919cd5253215ccda010be9
[ "MIT" ]
3
2020-08-28T11:57:04.000Z
2020-11-27T00:57:49.000Z
Master/Commands/LoadCommands.cs
m4ta1l/BackNet
70c2c2fa40ff6f4390919cd5253215ccda010be9
[ "MIT" ]
33
2018-04-25T05:01:49.000Z
2021-11-07T09:41:45.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using Master.AdvancedConsole; using Master.Commands.Core; using Shared; namespace Master.Commands { internal class LoadCommands : IMasterCommand, IPreProcessCommand { public string...
33.470588
134
0.549736
736935435b9541866fe825a20e434336329b1c33
565
cs
C#
Online-Clinic.Data/DbModels/Hikaye.cs
ayyse/Online-Clinic
affc29844213d4082ff7c359d32cc43920933676
[ "MIT" ]
4
2020-12-22T11:55:16.000Z
2022-01-24T11:49:44.000Z
Online-Clinic.Data/DbModels/Hikaye.cs
ayyse/Online-Clinic
affc29844213d4082ff7c359d32cc43920933676
[ "MIT" ]
null
null
null
Online-Clinic.Data/DbModels/Hikaye.cs
ayyse/Online-Clinic
affc29844213d4082ff7c359d32cc43920933676
[ "MIT" ]
null
null
null
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace Online_Clinic.Data.DbModels { public class Hikaye { public int HikayeID { get; set; } [Required] public string HastaID { get; set; } public Hasta Hasta { get; set; } ...
26.904762
53
0.637168
9f096ea3f0928f404bf6a89de5528052ddd2100d
2,443
cs
C#
Game/Ui/Controls/Hourglass.cs
nagyistoce/planestupid
fc2707ee3e6cda63c224c9e22e61eafebc3ea6f6
[ "Zlib" ]
null
null
null
Game/Ui/Controls/Hourglass.cs
nagyistoce/planestupid
fc2707ee3e6cda63c224c9e22e61eafebc3ea6f6
[ "Zlib" ]
null
null
null
Game/Ui/Controls/Hourglass.cs
nagyistoce/planestupid
fc2707ee3e6cda63c224c9e22e61eafebc3ea6f6
[ "Zlib" ]
null
null
null
/* PlaneStupid Copyright (c) 2011 spaceape 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 purpose, including commercial applicati...
22.209091
78
0.573885
9f11b35c4815c55f492711b7a37bbc0ca43317dd
2,200
cs
C#
Emotion/Platform/Implementation/Win32/Native/Kernel32/Types.cs
CharlieScarver/EmotionMusicTest
5d90471ac1380d73b26bfd855b902f440fd2db67
[ "MIT" ]
null
null
null
Emotion/Platform/Implementation/Win32/Native/Kernel32/Types.cs
CharlieScarver/EmotionMusicTest
5d90471ac1380d73b26bfd855b902f440fd2db67
[ "MIT" ]
null
null
null
Emotion/Platform/Implementation/Win32/Native/Kernel32/Types.cs
CharlieScarver/EmotionMusicTest
5d90471ac1380d73b26bfd855b902f440fd2db67
[ "MIT" ]
null
null
null
#region Using using System; using System.Runtime.InteropServices; #endregion // ReSharper disable InconsistentNaming // ReSharper disable once CheckNamespace // ReSharper disable IdentifierTypo // ReSharper disable CommentTypo namespace WinApi.Kernel32 { [StructLayout(LayoutKind.Sequential)] public struct S...
24.719101
66
0.637727
9f3e1d103170573ec91a271e0da8bb23d79858ee
1,136
cs
C#
Source/MSBuild.Community.Tasks.Tests/ServiceQueryTest.cs
tgaertner-recom/msbuildtasks
81b3a753d4aa79e513b58210e14c52f3ca434502
[ "BSD-2-Clause" ]
607
2015-01-03T00:00:12.000Z
2022-03-14T06:59:59.000Z
Source/MSBuild.Community.Tasks.Tests/ServiceQueryTest.cs
tgaertner-recom/msbuildtasks
81b3a753d4aa79e513b58210e14c52f3ca434502
[ "BSD-2-Clause" ]
108
2015-01-05T17:47:20.000Z
2021-06-22T09:40:11.000Z
Source/MSBuild.Community.Tasks.Tests/ServiceQueryTest.cs
tgaertner-recom/msbuildtasks
81b3a753d4aa79e513b58210e14c52f3ca434502
[ "BSD-2-Clause" ]
251
2015-01-07T21:03:47.000Z
2021-12-28T07:47:29.000Z
using System; using System.Text; using NUnit.Framework; namespace MSBuild.Community.Tasks.Tests { [TestFixture()] public class ServiceQueryTest { [SetUp()] public void Setup() { //TODO: NUnit setup } [TearDown()] public void TearDown() ...
24.170213
60
0.549296
671a5cefb1e8e435ae99261dc3b1bb7f0c40dd89
1,251
cs
C#
XTool/code/view.model/common/SelectableGroupingViewModel.cs
eXtensoft/xtool
3442d9bcf49f6193fb8662dbfb5fb0cf68040dde
[ "MIT" ]
null
null
null
XTool/code/view.model/common/SelectableGroupingViewModel.cs
eXtensoft/xtool
3442d9bcf49f6193fb8662dbfb5fb0cf68040dde
[ "MIT" ]
null
null
null
XTool/code/view.model/common/SelectableGroupingViewModel.cs
eXtensoft/xtool
3442d9bcf49f6193fb8662dbfb5fb0cf68040dde
[ "MIT" ]
null
null
null
//using System; //using System.Collections.Generic; //using System.Linq; //using System.Text; //using System.ComponentModel; //namespace XTool //{ // public class SelectableGroupingViewModel : INotifyPropertyChanged // { // public string Title { get; set; } // #region IsSelected (bool) // ...
25.02
84
0.510791
6756302259f1781fd954d9354550b43b6aa5e8e8
2,060
cs
C#
Business/Concrete/BrandManager.cs
varoltahaa/ReCapProject
fdcec42974ada0b585b28f9631b0cba2ff97cbc7
[ "MIT" ]
13
2021-01-31T15:50:55.000Z
2021-04-24T14:48:38.000Z
Business/Concrete/BrandManager.cs
varoltahaa/ReCapProject
fdcec42974ada0b585b28f9631b0cba2ff97cbc7
[ "MIT" ]
null
null
null
Business/Concrete/BrandManager.cs
varoltahaa/ReCapProject
fdcec42974ada0b585b28f9631b0cba2ff97cbc7
[ "MIT" ]
null
null
null
using Business.Abstract; using Business.BusinessAspects.Autofac; using Business.Constants; using Core.Business; using Core.Utilities.Results; using DataAccess.Abstract; using Entities.Concrete; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Business.Concrete { publ...
28.219178
97
0.590777
043c8eba3c7a13e31fb39faa7bb445b399256330
382
cs
C#
src/FireEngine/Inspector/InspectorTransform.cs
iamkevinf/FireEngine
abf440f7a1e5596165b08fcc691ce894dfe2faef
[ "MIT" ]
1
2021-12-15T07:14:53.000Z
2021-12-15T07:14:53.000Z
src/FireEngine/Inspector/InspectorTransform.cs
iamkevinf/FireEngine
abf440f7a1e5596165b08fcc691ce894dfe2faef
[ "MIT" ]
null
null
null
src/FireEngine/Inspector/InspectorTransform.cs
iamkevinf/FireEngine
abf440f7a1e5596165b08fcc691ce894dfe2faef
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using FireEditor; using FireEngine; namespace FireEngine.Editor { public class InspectorTransform : InspectorComponent { public override InspectorType type { get { return In...
18.190476
57
0.573298
32062a84b304d6b79269603308ad0cc1e5ebd640
3,288
cs
C#
Controllers/WcBankManagementDistrictClustersRestfulController.cs
eddielok/WheelChair
fdd36c5a798423148db1f256cc82313b901c4b93
[ "MIT" ]
null
null
null
Controllers/WcBankManagementDistrictClustersRestfulController.cs
eddielok/WheelChair
fdd36c5a798423148db1f256cc82313b901c4b93
[ "MIT" ]
null
null
null
Controllers/WcBankManagementDistrictClustersRestfulController.cs
eddielok/WheelChair
fdd36c5a798423148db1f256cc82313b901c4b93
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Newtonsoft.Json; using WheelChair.Models; namespace WheelChair.Controllers { [Route("api/[controller]")] ...
31.615385
130
0.651764
f5133947080b57011bcf24b37181bc77fdacd879
619
cs
C#
HR.Themes.Base/HR.Themes.Core.Light/ColorStyle.cs
nirzaf/wpftemplateHR
0bfbc544b753ee9ff1d08b8bee6fc211aa705000
[ "Apache-2.0" ]
22
2019-10-27T21:50:46.000Z
2022-03-30T20:10:57.000Z
HR.Themes.Base/HR.Themes.Core.Light/ColorStyle.cs
nirzaf/wpftemplateHR
0bfbc544b753ee9ff1d08b8bee6fc211aa705000
[ "Apache-2.0" ]
null
null
null
HR.Themes.Base/HR.Themes.Core.Light/ColorStyle.cs
nirzaf/wpftemplateHR
0bfbc544b753ee9ff1d08b8bee6fc211aa705000
[ "Apache-2.0" ]
null
null
null
using System; namespace HR.Themes.Core { public class ColorStyle { private readonly string name; private readonly string hexColor; private readonly string resoureAddress; public ColorStyle(string name, string hexColor, string resoureAddress) { this.name = ...
24.76
78
0.617124
eb9fd8d880ba42df96ba5d1d92d07fc9b58e91b1
1,071
cs
C#
v15/pr08_v15_KVA/pr08_v15_KVA/Program.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
1
2021-11-18T10:18:34.000Z
2021-11-18T10:18:34.000Z
v15/pr08_v15_KVA/pr08_v15_KVA/Program.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
null
null
null
v15/pr08_v15_KVA/pr08_v15_KVA/Program.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace pr08_v15_KVA { class Program { static void Main(string[] args) { int n; float sum = 0; int proiz = 1; Console.WriteLine("Введите размерность массива")...
26.121951
97
0.445378
92746268d84f9a7af4b0c1b1802ecadf7c493243
3,546
cs
C#
src/InteropTypes.Graphics.Backends.WPF/Drawing/WPFRenderTarget.cs
vpenades/InteropBitmaps
2ee1a756ced9f1af1f766beeaeaf6a93d317d22b
[ "MIT" ]
5
2020-03-27T16:28:38.000Z
2020-08-28T22:29:45.000Z
src/InteropTypes.Graphics.Backends.WPF/Drawing/WPFRenderTarget.cs
vpenades/InteropBitmaps
2ee1a756ced9f1af1f766beeaeaf6a93d317d22b
[ "MIT" ]
null
null
null
src/InteropTypes.Graphics.Backends.WPF/Drawing/WPFRenderTarget.cs
vpenades/InteropBitmaps
2ee1a756ced9f1af1f766beeaeaf6a93d317d22b
[ "MIT" ]
1
2020-07-31T10:39:51.000Z
2020-07-31T10:39:51.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Numerics; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using InteropTypes.Graphics.Drawing; namespace InteropTypes.Graphics.Backends { public class WPFRenderTarget { #region lifecycle ...
29.55
111
0.587704
285d5d4f44adaa1ab10d62e6f97ef0da0225f613
3,065
cs
C#
TfsApi/Queries/Workers/QueryRunner.cs
Gordon-Beeming/Tfs-Api
9d388ac91d075296ef6f057c302f6165e14712a8
[ "MIT" ]
16
2015-02-02T19:09:08.000Z
2019-08-05T13:22:50.000Z
TfsApi/Queries/Workers/QueryRunner.cs
Gordon-Beeming/Tfs-Api
9d388ac91d075296ef6f057c302f6165e14712a8
[ "MIT" ]
null
null
null
TfsApi/Queries/Workers/QueryRunner.cs
Gordon-Beeming/Tfs-Api
9d388ac91d075296ef6f057c302f6165e14712a8
[ "MIT" ]
13
2015-01-07T03:06:37.000Z
2019-11-01T05:59:18.000Z
using TfsApi.Queries.Contracts; using TfsApi.WorkItemTracking; using Microsoft.TeamFoundation.Client; using Microsoft.TeamFoundation.WorkItemTracking.Client; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TfsApi.Queries { internal class QueryRunner : IQu...
37.839506
112
0.549103
2864074ac1aacb658032c71616783ee4f8072162
345
cs
C#
template/microservice/src/Infrastructure/Atomiv.Template.Infrastructure.Queries.Validation/Customers/BrowseCustomersQueryValidator.cs
optivem/optivem-commons-cs
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
6
2020-11-25T10:57:49.000Z
2022-03-23T17:14:48.000Z
template/microservice/src/Infrastructure/Atomiv.Template.Infrastructure.Queries.Validation/Customers/BrowseCustomersQueryValidator.cs
optivem/optivem-commons-cs
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
284
2019-05-01T13:19:10.000Z
2020-01-02T18:43:33.000Z
template/microservice/src/Infrastructure/Atomiv.Template.Infrastructure.Queries.Validation/Customers/BrowseCustomersQueryValidator.cs
optivem/platform-dotnetcore
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
1
2020-10-14T10:00:29.000Z
2020-10-14T10:00:29.000Z
using Atomiv.Infrastructure.FluentValidation; using Atomiv.Template.Core.Application.Queries.Customers; namespace Atomiv.Template.Infrastructure.Queries.Validation.Customers { public class BrowseCustomersQueryValidator : BaseValidator<BrowseCustomersQuery> { public BrowseCustomersQueryValidator() ...
24.642857
84
0.75942
28ecab6bd1ada0030c0938134c69ebbff919c749
134,385
cs
C#
test/MsgPack.UnitTest/StreamUnpackerTest.Ext.cs
KKL1982/msgpack-cli
825acdf1a8d4eb75fe9683f1410b2ee5855c6e21
[ "Apache-2.0" ]
677
2015-01-01T08:27:27.000Z
2022-03-25T07:46:16.000Z
test/MsgPack.UnitTest/StreamUnpackerTest.Ext.cs
KKL1982/msgpack-cli
825acdf1a8d4eb75fe9683f1410b2ee5855c6e21
[ "Apache-2.0" ]
276
2015-01-02T10:19:47.000Z
2021-10-02T15:14:15.000Z
test/MsgPack.UnitTest/StreamUnpackerTest.Ext.cs
KKL1982/msgpack-cli
825acdf1a8d4eb75fe9683f1410b2ee5855c6e21
[ "Apache-2.0" ]
172
2015-01-02T20:56:08.000Z
2021-07-16T04:10:07.000Z
#region -- License Terms -- // // MessagePack for CLI // // Copyright (C) 2017 FUJIWARA, Yusuke // // 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.or...
33.156921
132
0.667961
b9024f086d3e23ab556156d7e4914006888c6f93
2,390
cs
C#
Projeto.Repository/UsuarioRepository.cs
ericaxv/Login-Autorization
487a990447dbfef8029a9a326b52fd84f92d7919
[ "MIT" ]
null
null
null
Projeto.Repository/UsuarioRepository.cs
ericaxv/Login-Autorization
487a990447dbfef8029a9a326b52fd84f92d7919
[ "MIT" ]
null
null
null
Projeto.Repository/UsuarioRepository.cs
ericaxv/Login-Autorization
487a990447dbfef8029a9a326b52fd84f92d7919
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dapper; using System.Configuration; using System.Data.SqlClient; using Projeto.Entities; namespace Projeto.Repository { class UsuarioRepository { private string connectionString = ...
29.875
132
0.560251
1996954a4e85a9dde430a77e9dc1cfaffba262cb
406
cs
C#
Libraries/PhoneBook.Core/Domain/Department.cs
iyilm4z/PhoneBook
6c5ca658a7c55eb3ee682834f746b75963e92504
[ "Apache-2.0" ]
null
null
null
Libraries/PhoneBook.Core/Domain/Department.cs
iyilm4z/PhoneBook
6c5ca658a7c55eb3ee682834f746b75963e92504
[ "Apache-2.0" ]
null
null
null
Libraries/PhoneBook.Core/Domain/Department.cs
iyilm4z/PhoneBook
6c5ca658a7c55eb3ee682834f746b75963e92504
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using PhoneBook.Core.Data; namespace PhoneBook.Core.Domain { public class Department : BaseEntity { private ICollection<User> _users; public string Name { get; set; } public virtual ICollection<User> Users { get => _users ?? (_use...
22.555556
57
0.596059
26c7603afe02cd9329b76c00ce87659bf1a08231
5,475
cs
C#
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Application/TSNUIWidgetCoreBackend.cs
yunmiha/TizenFX
a7d64cbd38b310873e99b5283b6adccc1f269ea7
[ "Apache-2.0", "MIT" ]
null
null
null
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Application/TSNUIWidgetCoreBackend.cs
yunmiha/TizenFX
a7d64cbd38b310873e99b5283b6adccc1f269ea7
[ "Apache-2.0", "MIT" ]
null
null
null
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Application/TSNUIWidgetCoreBackend.cs
yunmiha/TizenFX
a7d64cbd38b310873e99b5283b6adccc1f269ea7
[ "Apache-2.0", "MIT" ]
null
null
null
using global::System; using NUnit.Framework; using NUnit.Framework.TUnit; using Tizen.NUI.Components; using Tizen.NUI.BaseComponents; using System.Collections.Generic; namespace Tizen.NUI.Devel.Tests { using tlog = Tizen.Log; [TestFixture] [Description("internal/Application/NUIWidgetCoreBackend")] pu...
36.993243
119
0.620091
a563ed0d577e2554d234d61742d65307439e4964
488
cs
C#
ServerProject/SoccerKing/SoccerKing/Models/Coach.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
ServerProject/SoccerKing/SoccerKing/Models/Coach.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
ServerProject/SoccerKing/SoccerKing/Models/Coach.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace SoccerKing.Models { public partial class Coach { public int Id { get; set; } public string Uid { get; set; } public string Name { get; set; } public sbyte Age { get; set; } public sbyte Type { get; set; } ...
25.684211
45
0.57377
c5b652abafac53abe6b73ec16e418b9b33111304
4,318
cs
C#
CharlieBackend.Api.UnitTes/ValidatorsTests/ContextForCreateScheduleDTOValidatorTests.cs
anmorgul/WhatBackend
bc436d7175675b15e6050102dfaf295e87508949
[ "MIT" ]
14
2020-12-04T17:37:42.000Z
2022-02-14T13:58:00.000Z
CharlieBackend.Api.UnitTes/ValidatorsTests/ContextForCreateScheduleDTOValidatorTests.cs
anmorgul/WhatBackend
bc436d7175675b15e6050102dfaf295e87508949
[ "MIT" ]
437
2020-11-06T13:30:49.000Z
2022-03-31T15:52:15.000Z
CharlieBackend.Api.UnitTes/ValidatorsTests/ContextForCreateScheduleDTOValidatorTests.cs
anmorgul/WhatBackend
bc436d7175675b15e6050102dfaf295e87508949
[ "MIT" ]
18
2020-12-01T07:24:42.000Z
2022-02-10T14:28:06.000Z
using CharlieBackend.Api.Validators.Schedule.CreateScheduleDTO; using CharlieBackend.Core.DTO.Schedule; using FluentAssertions; using System.Threading.Tasks; using Xunit; namespace CharlieBackend.Api.UnitTest.ValidatorsTests { public class ContextForCreateScheduleDTOValidatorTests : TestBase { private...
27.157233
100
0.51598
c5e1da7311a5afe3f67e7c53aa7239fe2d423487
1,573
cs
C#
Tests/TableDependency.SqlClient.Where.UnitTests/UnitTestToString.cs
rubensro/tableD
d8fe013527603b19ef1d31e4f473452eef3c38f2
[ "MIT" ]
1
2020-07-01T03:10:50.000Z
2020-07-01T03:10:50.000Z
Tests/TableDependency.SqlClient.Where.UnitTests/UnitTestToString.cs
rubensro/tableD
d8fe013527603b19ef1d31e4f473452eef3c38f2
[ "MIT" ]
null
null
null
Tests/TableDependency.SqlClient.Where.UnitTests/UnitTestToString.cs
rubensro/tableD
d8fe013527603b19ef1d31e4f473452eef3c38f2
[ "MIT" ]
1
2020-07-01T03:10:59.000Z
2020-07-01T03:10:59.000Z
using System; using System.Globalization; using System.Linq.Expressions; using Microsoft.VisualStudio.TestTools.UnitTesting; using TableDependency.SqlClient.Where.UnitTests.Models; namespace TableDependency.SqlClient.Where.UnitTests { [TestClass] public class UnitTestToString { [TestMethod] ...
29.12963
120
0.58487
832d1634657951844f351d0c3c5f8c9432f1fd05
757
cs
C#
src/ShapingAPI/ViewModels/InvoiceViewModel.cs
chsakell/multi-client-api
db6e537563c7adb1f47d269b8e6533793d9d6806
[ "MIT" ]
19
2016-02-14T12:30:20.000Z
2021-09-04T05:26:17.000Z
src/ShapingAPI/ViewModels/InvoiceViewModel.cs
chsakell/multi-client-api
db6e537563c7adb1f47d269b8e6533793d9d6806
[ "MIT" ]
4
2016-02-18T03:18:27.000Z
2020-05-03T21:06:07.000Z
src/ShapingAPI/ViewModels/InvoiceViewModel.cs
chsakell/multi-client-api
db6e537563c7adb1f47d269b8e6533793d9d6806
[ "MIT" ]
7
2016-04-22T14:42:36.000Z
2020-05-11T07:27:29.000Z
using System; using System.Collections.Generic; namespace ShapingAPI.ViewModels { public class InvoiceViewModel { public InvoiceViewModel() { InvoiceLine = new HashSet<InvoiceLineViewModel>(); } public int InvoiceId { get; set; } public string BillingAddress...
30.28
74
0.627477
17d69643f12db3c6ddfc5448e0d416c76c1ff13c
843
cs
C#
src/Guppy/LayerGroups/RangeLayerGroup.cs
rettoph/Guppy
9f666f9e4c263a5ff5dd7f1d51036245a648ba39
[ "MIT" ]
1
2020-04-04T00:36:41.000Z
2020-04-04T00:36:41.000Z
src/Guppy/LayerGroups/RangeLayerGroup.cs
rettoph/Guppy
9f666f9e4c263a5ff5dd7f1d51036245a648ba39
[ "MIT" ]
null
null
null
src/Guppy/LayerGroups/RangeLayerGroup.cs
rettoph/Guppy
9f666f9e4c263a5ff5dd7f1d51036245a648ba39
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace Guppy.LayerGroups { /// <summary> /// Simple layer group that can contain a range of values. /// </summary> public sealed class RangeLayerGroup : LayerGroup { public readonly Int32 Min; public readonly Int...
22.783784
72
0.568209
4abb1f31ebcb3b72137e6cb802b8d3fd426acbf5
737
cs
C#
4_Apps/Styles/VisualStates/VisualStates/MainWindow.xaml.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
83
2021-05-30T09:30:55.000Z
2022-03-31T10:47:36.000Z
4_Apps/Styles/VisualStates/VisualStates/MainWindow.xaml.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
14
2021-05-28T07:24:32.000Z
2022-03-26T09:07:32.000Z
4_Apps/Styles/VisualStates/VisualStates/MainWindow.xaml.cs
LuohuaRain/ProfessionalCSharp2021
6f8a506d144c854642ac80d1bdc7d576ded1572b
[ "MIT" ]
23
2021-06-06T12:56:51.000Z
2022-03-15T12:34:47.000Z
using Microsoft.UI.Xaml; // To learn more about WinUI, the WinUI project structure, // and more about our project templates, see: http://aka.ms/winui-project-info. namespace VisualStates { /// <summary> /// An empty window that can be used on its own or navigated to within a Frame. /// </summary> pub...
33.5
83
0.68521
fe98aa1323a2c051bf3e6db5558a5f23aa8495ba
674
cs
C#
Visualizer/Transport/TargetSystemInfo.cs
dakahler/alloclave
5f14f2341a9ec336782a4da1cdfda3438d703315
[ "MIT" ]
null
null
null
Visualizer/Transport/TargetSystemInfo.cs
dakahler/alloclave
5f14f2341a9ec336782a4da1cdfda3438d703315
[ "MIT" ]
null
null
null
Visualizer/Transport/TargetSystemInfo.cs
dakahler/alloclave
5f14f2341a9ec336782a4da1cdfda3438d703315
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Alloclave { public class TargetSystemInfo { public TargetSystemInfo() { } public TargetSystemInfo(String name, String host, int port, Common.Architecture architecture, Common.Endianness endian...
21.0625
67
0.672107
cab2d1286414f050a915f28ee842b232d8d83b8f
834
cs
C#
Azuria/Api/v1/DataModels/Info/TranslatorDataModel.cs
wbpascal/Azuria
d81a0c428805d5623a9ca9b13049fab702250d18
[ "MIT" ]
3
2016-08-19T11:51:48.000Z
2018-03-26T20:30:46.000Z
Azuria/Api/v1/DataModels/Info/TranslatorDataModel.cs
InfiniteSoul/Azuria
d81a0c428805d5623a9ca9b13049fab702250d18
[ "MIT" ]
28
2016-02-21T20:16:07.000Z
2020-11-21T17:02:50.000Z
Azuria/Api/v1/DataModels/Info/TranslatorDataModel.cs
InfiniteSoul/massive-octo-wookie
d81a0c428805d5623a9ca9b13049fab702250d18
[ "MIT" ]
null
null
null
using System; using Newtonsoft.Json; namespace Azuria.Api.v1.DataModels.Info { /// <summary> /// </summary> public class TranslatorDataModel : TranslatorBasicDataModel { /// <summary> /// </summary> [JsonProperty("count")] public int Count { get; set; } ...
23.828571
64
0.489209
c020ac076fceb769271d6f3bfd014fe2ae796799
844
cs
C#
ModelFirst/EFModelFirst/LineItem.cs
dmdinh22/WhatTheEF
4a1ad674511f389f0468107a9e71a7c24b38f6ec
[ "MIT" ]
null
null
null
ModelFirst/EFModelFirst/LineItem.cs
dmdinh22/WhatTheEF
4a1ad674511f389f0468107a9e71a7c24b38f6ec
[ "MIT" ]
null
null
null
ModelFirst/EFModelFirst/LineItem.cs
dmdinh22/WhatTheEF
4a1ad674511f389f0468107a9e71a7c24b38f6ec
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. //...
32.461538
84
0.523697
1d66ce95e9a57795804891016e4d98b3d42144ac
2,279
cs
C#
Assets/Scripts/ShootEmUp/TriggersManager.cs
Xenation/Ludum-Dare-41
880ff9543aa1180b50c480c33d58efab98cfa66b
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/ShootEmUp/TriggersManager.cs
Xenation/Ludum-Dare-41
880ff9543aa1180b50c480c33d58efab98cfa66b
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/ShootEmUp/TriggersManager.cs
Xenation/Ludum-Dare-41
880ff9543aa1180b50c480c33d58efab98cfa66b
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using Xenon; namespace LD41.ShootEmUp { public class TriggersManager : Singleton<TriggersManager> { public BoxCollider2D top; public BoxCollider2D rightHigh; public BoxCollider2D rightMiddle; public BoxCollider2D rightLow; public BoxCollider2D leftHigh; public BoxCollider2D leftMiddle...
32.557143
118
0.680123
637ec41cc6702400eadf0ccd9761e7b5068bde2b
313
cs
C#
Src/Xigadee.Core/Command/Exceptions/OutgoingRequestTransmitException.cs
xigadee/Microservice
95ad3e0726094355c32fcc14c4d466a35a9e812f
[ "Apache-2.0" ]
58
2016-12-08T19:42:41.000Z
2021-01-09T23:32:06.000Z
Src/Xigadee.Core/Command/Exceptions/OutgoingRequestTransmitException.cs
xigadee/Microservice
95ad3e0726094355c32fcc14c4d466a35a9e812f
[ "Apache-2.0" ]
2
2017-05-14T02:13:10.000Z
2021-03-18T18:02:20.000Z
Src/Xigadee.Core/Command/Exceptions/OutgoingRequestTransmitException.cs
xigadee/Microservice
95ad3e0726094355c32fcc14c4d466a35a9e812f
[ "Apache-2.0" ]
18
2017-05-13T02:15:37.000Z
2020-07-17T16:17:33.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Xigadee { public class OutgoingRequestTransmitException: Exception { public OutgoingRequestTransmitException(string message) : base(message) { } } }
19.5625
79
0.71885
63ab780390fff539651a0b2f0cc7d0ed037c1c4e
387
cs
C#
ShoppingCart.Bll/ViewModels/OrderDetailHistoryViewModel.cs
BuddhikaDhananjaya/ShoppingCart
7a69d3cce2dd6c42da8258c08f6474b4e30f6a74
[ "Apache-2.0" ]
null
null
null
ShoppingCart.Bll/ViewModels/OrderDetailHistoryViewModel.cs
BuddhikaDhananjaya/ShoppingCart
7a69d3cce2dd6c42da8258c08f6474b4e30f6a74
[ "Apache-2.0" ]
1
2022-03-02T09:12:05.000Z
2022-03-02T09:12:05.000Z
ShoppingCart.Bll/ViewModels/OrderDetailHistoryViewModel.cs
BuddhikaDhananjaya/ShoppingCart
7a69d3cce2dd6c42da8258c08f6474b4e30f6a74
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace ShoppingCart.Bll.ViewModels { public class OrderDetailHistoryViewModel { public int ProductID { get; set; } public string ProductName { get; set; } public int Quantity { get; set; } public decimal Pric...
24.1875
47
0.648579
0f1d03d439e3737a3ba19cde82349269352f807b
2,914
cs
C#
src/TSharp/ExtensionPoint/RegServiceAttribute.cs
niubilityappbox/TSharp
272f7dd63d54ffbf1ab9248f05735b78c900f02c
[ "MIT" ]
null
null
null
src/TSharp/ExtensionPoint/RegServiceAttribute.cs
niubilityappbox/TSharp
272f7dd63d54ffbf1ab9248f05735b78c900f02c
[ "MIT" ]
null
null
null
src/TSharp/ExtensionPoint/RegServiceAttribute.cs
niubilityappbox/TSharp
272f7dd63d54ffbf1ab9248f05735b78c900f02c
[ "MIT" ]
null
null
null
using System; using System.Text; namespace TSharp.Core.Osgi { /// <summary> /// 服务注册定义 /// <para>2011/2/25</para> /// <para>THINKPADT61</para> /// <para>tangjingbo</para> /// </summary> public class RegServiceAttribute : RegExtensionAttribute { private Level _ContainerLevel = Level.REQUSET; private bool...
22.589147
87
0.607412
49ce29f023d6fc1354bfeffeda923f57ca78bd8a
243
cs
C#
HERENCIA/HERENCIA/SuperPoderes.cs
lelhernandez/ventass
dfcda9108b638d1788d35ebf6039f6ceee2faaf7
[ "MIT" ]
null
null
null
HERENCIA/HERENCIA/SuperPoderes.cs
lelhernandez/ventass
dfcda9108b638d1788d35ebf6039f6ceee2faaf7
[ "MIT" ]
null
null
null
HERENCIA/HERENCIA/SuperPoderes.cs
lelhernandez/ventass
dfcda9108b638d1788d35ebf6039f6ceee2faaf7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HERENCIA { public class SuperPoderes: villano { public string TipoPoder { get; set; } } }
16.2
45
0.695473
66062399b7506bef61a69927e0eec5b194b713dc
3,330
cs
C#
EWSEditor/Common/EwsHelpers/AuthenticationHelper.cs
gautamsi/EwsEditor-FromDseph
f863554bee8002e0ffd99a5dfaab5a95cea1c9f7
[ "MS-PL" ]
null
null
null
EWSEditor/Common/EwsHelpers/AuthenticationHelper.cs
gautamsi/EwsEditor-FromDseph
f863554bee8002e0ffd99a5dfaab5a95cea1c9f7
[ "MS-PL" ]
null
null
null
EWSEditor/Common/EwsHelpers/AuthenticationHelper.cs
gautamsi/EwsEditor-FromDseph
f863554bee8002e0ffd99a5dfaab5a95cea1c9f7
[ "MS-PL" ]
2
2018-10-05T06:08:51.000Z
2019-04-24T14:26:21.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using EWSEditor.Common.Extensions; using Microsoft.Exchange.WebServices.Data; using EWSEditor.Forms; using System.Xml; using System.Net; using Microsoft.Exchange.WebServices.Autodiscover; using System.C...
42.151899
196
0.715315
b50c8fac97bbcfd804766277966ab66fdac4d3b9
6,694
cs
C#
src/CoresightAutomation/CoresightDisplayElements.cs
AnnaPerry/PI-Coresight-Automation
4258f80c147819b74d7aa03c6aae259b14d803c6
[ "Apache-2.0" ]
null
null
null
src/CoresightAutomation/CoresightDisplayElements.cs
AnnaPerry/PI-Coresight-Automation
4258f80c147819b74d7aa03c6aae259b14d803c6
[ "Apache-2.0" ]
null
null
null
src/CoresightAutomation/CoresightDisplayElements.cs
AnnaPerry/PI-Coresight-Automation
4258f80c147819b74d7aa03c6aae259b14d803c6
[ "Apache-2.0" ]
1
2020-09-29T07:01:39.000Z
2020-09-29T07:01:39.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoresightAutomation { /// <summary> /// Passed to PI Coresight when creating a display /// </summary> public class DisplayWrapper { public DisplayWrapper(string req...
35.796791
114
0.589782
7fbb844f39fea4b844c51168470fa5547a5f7a9e
4,601
cs
C#
FarseerPhysics/Farseer/Dynamics/BodyCollection.cs
Rampastring/Jypeli
1a5e2c58543d79a29a9fe907da2c4e5343de3093
[ "BSD-Source-Code" ]
14
2018-10-01T12:05:56.000Z
2022-01-04T11:08:25.000Z
FarseerPhysics/Farseer/Dynamics/BodyCollection.cs
Rampastring/Jypeli
1a5e2c58543d79a29a9fe907da2c4e5343de3093
[ "BSD-Source-Code" ]
17
2018-10-05T09:47:04.000Z
2022-03-07T13:23:41.000Z
FarseerPhysics/Farseer/Dynamics/BodyCollection.cs
Rampastring/Jypeli
1a5e2c58543d79a29a9fe907da2c4e5343de3093
[ "BSD-Source-Code" ]
7
2019-10-27T21:21:36.000Z
2022-03-07T08:59:24.000Z
/* Original source Aether Physics 2D: * Copyright (c) 2021 Kastellanos Nikolaos * https://github.com/tainicom/Aether.Physics2D */ using System; using System.Collections; using System.Collections.Generic; namespace FarseerPhysics.Dynamics { public class BodyCollection : IEnumerable<Body> , ICollection<B...
25.703911
88
0.502717
b4b09d2aa726eede2f291a619a2bc722b43dd713
4,637
cs
C#
Web/IGamer.Web/Controllers/SuggestionsController.cs
RelentLessM/IGamer
ff47e0fffdac55d8a49a8e7ac7ed9c434db2d89b
[ "MIT" ]
null
null
null
Web/IGamer.Web/Controllers/SuggestionsController.cs
RelentLessM/IGamer
ff47e0fffdac55d8a49a8e7ac7ed9c434db2d89b
[ "MIT" ]
null
null
null
Web/IGamer.Web/Controllers/SuggestionsController.cs
RelentLessM/IGamer
ff47e0fffdac55d8a49a8e7ac7ed9c434db2d89b
[ "MIT" ]
null
null
null
namespace IGamer.Web.Controllers { using System.Threading.Tasks; using CloudinaryDotNet; using IGamer.Data.Models; using IGamer.Services.CloudinaryHelper; using IGamer.Services.Data.Games; using IGamer.Services.Data.Suggestions; using IGamer.Services.Data.Votes; using IGamer.Web.ViewMo...
36.511811
113
0.613759
531e2fcfa4cb68876d8914017ee292fd4d60e9c7
11,088
cs
C#
Components/Boa_ParallelAlgorithmComponent.cs
vflsva/Boa
bd8528b9d05833c0487087ec90ac25f47edece04
[ "MIT" ]
1
2021-01-07T06:46:28.000Z
2021-01-07T06:46:28.000Z
Components/Boa_ParallelAlgorithmComponent.cs
vflsva/Boa
bd8528b9d05833c0487087ec90ac25f47edece04
[ "MIT" ]
null
null
null
Components/Boa_ParallelAlgorithmComponent.cs
vflsva/Boa
bd8528b9d05833c0487087ec90ac25f47edece04
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Grasshopper.Kernel; using Rhino.Geometry; namespace Boa { public class Boa_ParallelAlgorithmComponent : Boa_AlgorithmComponent { private readonly string inputAlgorithmName = "Algorithm"; protected virtual string GetInputAlgori...
40.764706
169
0.589917
6bfbd37f04848a58652e6866a43a8a4f7fd12b43
2,292
cs
C#
FirebaseUnityWrapper/FirebaseUnityWrapper/Storage/StorageMetadata.cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
FirebaseUnityWrapper/FirebaseUnityWrapper/Storage/StorageMetadata.cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
FirebaseUnityWrapper/FirebaseUnityWrapper/Storage/StorageMetadata.cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; using AndroidUtils; namespace FirebaseUnityWrapper.Storage { public class StorageMetadata : JavaObjectWrapper { public StorageMetadata(AndroidJavaObject javaObject) : base(javaObject) { } public StorageMetadata() : base("com.google.firebase.storage....
55.902439
147
0.707243
a255910ca868a6fffaac7ca0043ec890bb30e250
586
cs
C#
Assets/Scripts/PushHitboxController.cs
matticoli/Dont-Let-The-Light-Go-Out
d7478059d698ccf0128bdf9491709f892fffd024
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/PushHitboxController.cs
matticoli/Dont-Let-The-Light-Go-Out
d7478059d698ccf0128bdf9491709f892fffd024
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/PushHitboxController.cs
matticoli/Dont-Let-The-Light-Go-Out
d7478059d698ccf0128bdf9491709f892fffd024
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PushHitboxController : MonoBehaviour { bool pushLeft; // Use this for initialization void Start () { //pushLeft = false; } // Update is called once per frame void Update () { } void OnTriggerEnter...
18.3125
93
0.636519
ebe704a3c5699bf90eb392419e8779c27f627546
235
cs
C#
SA.Application/ResponseMessage.cs
jhoralek/jera-trading
b667d226d2017ef81b11b9852c7704cd44a40373
[ "MIT" ]
null
null
null
SA.Application/ResponseMessage.cs
jhoralek/jera-trading
b667d226d2017ef81b11b9852c7704cd44a40373
[ "MIT" ]
3
2021-11-09T21:52:45.000Z
2022-02-27T20:43:50.000Z
SA.Application/ResponseMessage.cs
jhoralek/jera-trading
b667d226d2017ef81b11b9852c7704cd44a40373
[ "MIT" ]
null
null
null
namespace SA.Application { public class ResponseMessage<T> { public virtual string Code { get; set; } public virtual MessageStatusEnum Status { get; set; } public virtual T Entity { get; set; } } }
23.5
61
0.621277
9b59352914ee9a3358641749e7de9c399c003444
929
cs
C#
Assets/Scripts/Components/Level.cs
frolushka/nakusi-games-test-assignment
49bb784145f6cc0087c2fb1d3976a2c9ed1740ed
[ "MIT" ]
null
null
null
Assets/Scripts/Components/Level.cs
frolushka/nakusi-games-test-assignment
49bb784145f6cc0087c2fb1d3976a2c9ed1740ed
[ "MIT" ]
null
null
null
Assets/Scripts/Components/Level.cs
frolushka/nakusi-games-test-assignment
49bb784145f6cc0087c2fb1d3976a2c9ed1740ed
[ "MIT" ]
null
null
null
using NakusiGames.Character; using NakusiGames.Map; using UnityEngine; namespace NakusiGames.Components { public class Level : MonoBehaviour { [SerializeField] private Vector2Int mapSize; [SerializeField] private Map map; [Space] [SerializeField] private Spawner[] spawners; ...
23.225
57
0.47578
1e8c7c1fca93b8db60eff27eb80c7a9b5c68eceb
1,047
cs
C#
Assets/Scripts/Environment/Tasks/Task.cs
theADAMJR/Among-Us-3D
d027995f0d6f922d5f3036c22d031ea34cf8cd9b
[ "MIT" ]
12
2020-12-11T18:52:26.000Z
2021-11-14T15:43:02.000Z
Assets/Scripts/Environment/Tasks/Task.cs
theADAMJR/Among-Us-3D
d027995f0d6f922d5f3036c22d031ea34cf8cd9b
[ "MIT" ]
null
null
null
Assets/Scripts/Environment/Tasks/Task.cs
theADAMJR/Among-Us-3D
d027995f0d6f922d5f3036c22d031ea34cf8cd9b
[ "MIT" ]
1
2020-12-14T12:05:33.000Z
2020-12-14T12:05:33.000Z
using ProjectAU.UI; using UnityEngine; namespace ProjectAU.Environment { [RequireComponent(typeof(SphereCollider))] public class Task : RadiusButton { [SerializeField] public string Name { get; set; } [SerializeField] public TaskMenu TaskMenu { get; set; } [Serial...
24.928571
69
0.588348
3de991bba3eeeb0ccd5daa25d31607342c22c4af
364
cs
C#
Neo.Gui.Base/Messages/ImportCertificateMessage.cs
PhyrosS/neo-gui-wpf
0579ee818b2e01f850f80bd65aaa13b446e5aa18
[ "MIT" ]
null
null
null
Neo.Gui.Base/Messages/ImportCertificateMessage.cs
PhyrosS/neo-gui-wpf
0579ee818b2e01f850f80bd65aaa13b446e5aa18
[ "MIT" ]
null
null
null
Neo.Gui.Base/Messages/ImportCertificateMessage.cs
PhyrosS/neo-gui-wpf
0579ee818b2e01f850f80bd65aaa13b446e5aa18
[ "MIT" ]
null
null
null
using System.Security.Cryptography.X509Certificates; namespace Neo.Gui.Base.Messages { public class ImportCertificateMessage { public ImportCertificateMessage(X509Certificate2 selectedCertificate) { this.SelectedCertificate = selectedCertificate; } public X509Certi...
26
77
0.714286
41605fd788899419e66caffe5c69168487380bf0
3,279
cs
C#
archive/codeplex/JavApi jrpm/com/jguild/jrpm/io/constant/RPMFileAttr.cs
bastie/NetVampire
44f60866345497a114b3c3b24e7a93d50d3f1fe8
[ "ECL-2.0", "Apache-2.0" ]
1
2020-10-10T07:16:56.000Z
2020-10-10T07:16:56.000Z
archive/codeplex/JavApi jrpm/com/jguild/jrpm/io/constant/RPMFileAttr.cs
bastie/NetVampire
44f60866345497a114b3c3b24e7a93d50d3f1fe8
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
archive/codeplex/JavApi jrpm/com/jguild/jrpm/io/constant/RPMFileAttr.cs
bastie/NetVampire
44f60866345497a114b3c3b24e7a93d50d3f1fe8
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright 2003 jRPM Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
34.882979
84
0.602013
fcfb58645b07250aa7380744961f92c81acd636e
5,877
cs
C#
sdk/src/Services/EC2/Generated/Model/PurchaseHostReservationRequest.cs
atpyatt/aws-sdk-net
f4734060db723dbdce22c150f576183663dea4bd
[ "Apache-2.0" ]
2
2020-10-29T15:30:56.000Z
2020-10-29T15:31:01.000Z
sdk/src/Services/EC2/Generated/Model/PurchaseHostReservationRequest.cs
atpyatt/aws-sdk-net
f4734060db723dbdce22c150f576183663dea4bd
[ "Apache-2.0" ]
1
2021-01-19T20:31:02.000Z
2021-01-19T20:31:02.000Z
sdk/src/Services/EC2/Generated/Model/PurchaseHostReservationRequest.cs
atpyatt/aws-sdk-net
f4734060db723dbdce22c150f576183663dea4bd
[ "Apache-2.0" ]
1
2021-02-16T19:01:09.000Z
2021-02-16T19:01:09.000Z
/* * Copyright 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 is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
35.191617
145
0.608474
1f7e79c25cf295095a35ecfdeef99935e853be38
165
cs
C#
Models/Joke.cs
Omri-sh/Recipes
6c7f030869f46790d58db9ad51b37e23bc1e0e97
[ "Apache-2.0" ]
null
null
null
Models/Joke.cs
Omri-sh/Recipes
6c7f030869f46790d58db9ad51b37e23bc1e0e97
[ "Apache-2.0" ]
null
null
null
Models/Joke.cs
Omri-sh/Recipes
6c7f030869f46790d58db9ad51b37e23bc1e0e97
[ "Apache-2.0" ]
null
null
null
using System; namespace Recipes.Models { public class Joke { #region Properties public string Text { get; set; } #endregion } }
15
40
0.575758
38e67014e4267036e2d3eab9e434fc8dcaf1240b
7,138
cs
C#
src/RhinoInside.Revit.GH/Parameters/DatumPlane.cs
talexandrakis/rhino.inside-revit
aaf5b82ccf6c2dc45c582a99886292acc48a59ff
[ "MIT" ]
1
2022-03-24T08:31:09.000Z
2022-03-24T08:31:09.000Z
src/RhinoInside.Revit.GH/Parameters/DatumPlane.cs
talexandrakis/rhino.inside-revit
aaf5b82ccf6c2dc45c582a99886292acc48a59ff
[ "MIT" ]
null
null
null
src/RhinoInside.Revit.GH/Parameters/DatumPlane.cs
talexandrakis/rhino.inside-revit
aaf5b82ccf6c2dc45c582a99886292acc48a59ff
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using Grasshopper.GUI; using Grasshopper.Kernel; using ARDB = Autodesk.Revit.DB; namespace RhinoInside.Revit.GH.Parameters { using External.DB.Extensions; using RhinoInside.Revit.GH.Exceptions; public class Level : Gr...
31.034783
117
0.657607
48e1ca12eb7557b9e242ecbdf9af00f60d9971d0
330
cs
C#
tests/OmdbClientNet.Tests/Common/Extensions.cs
cieciurm/omdb-client-net
4c1596178f15966e9661d3f97cf618ddd9e73ae3
[ "MIT" ]
null
null
null
tests/OmdbClientNet.Tests/Common/Extensions.cs
cieciurm/omdb-client-net
4c1596178f15966e9661d3f97cf618ddd9e73ae3
[ "MIT" ]
null
null
null
tests/OmdbClientNet.Tests/Common/Extensions.cs
cieciurm/omdb-client-net
4c1596178f15966e9661d3f97cf618ddd9e73ae3
[ "MIT" ]
null
null
null
using OmdbClientNet.Base; using Shouldly; namespace OmdbClientNet.Tests.Common { public static class Extensions { public static void ShouldBeSuccessful(this BaseResponse response) { response.ShouldNotBeNull(); response.ResponseBool.ShouldBeTrue(); } ...
22
74
0.630303
62f3b6e3e3e48b0dbcb2edc5ba8cd6c70aaa111c
3,366
cs
C#
performance/HttpTraceServer/Program.cs
JocPelletier/NetCoreServer
cb854ebb4b8d1b89f9a168b30a30476d713c2555
[ "MIT" ]
1,417
2019-03-06T02:49:47.000Z
2022-03-31T13:54:55.000Z
performance/HttpTraceServer/Program.cs
JocPelletier/NetCoreServer
cb854ebb4b8d1b89f9a168b30a30476d713c2555
[ "MIT" ]
185
2019-01-18T13:07:35.000Z
2022-03-29T19:13:47.000Z
performance/HttpTraceServer/Program.cs
JocPelletier/NetCoreServer
cb854ebb4b8d1b89f9a168b30a30476d713c2555
[ "MIT" ]
351
2019-01-26T09:38:00.000Z
2022-03-29T11:24:03.000Z
using System; using System.Net; using System.Net.Sockets; using NetCoreServer; using NDesk.Options; namespace HttpTraceServer { class HttpTraceSession : HttpSession { public HttpTraceSession(HttpServer server) : base(server) { } protected override void OnReceivedRequest(HttpRequest request) ...
29.017241
108
0.510101
1a26e8f40e3d04bce253b6a20ec1da6398bed79e
2,253
cs
C#
LoggingKata/Program.cs
chan-brandon/TacoParser
ac97abbbfd32fff70a570f986c124950041cadb0
[ "MIT" ]
null
null
null
LoggingKata/Program.cs
chan-brandon/TacoParser
ac97abbbfd32fff70a570f986c124950041cadb0
[ "MIT" ]
null
null
null
LoggingKata/Program.cs
chan-brandon/TacoParser
ac97abbbfd32fff70a570f986c124950041cadb0
[ "MIT" ]
null
null
null
using System; using System.Linq; using System.IO; using GeoCoordinatePortable; namespace LoggingKata { class Program { static readonly ILog logger = new TacoLogger(); const string csvPath = "TacoBell-US-AL.csv"; static void Main(string[] args) { log...
32.652174
139
0.49534
f1823af74d61d0a3cc5a33029f7a013a81527e81
2,615
cs
C#
Home_Repairs_Log/Form_InputLog.cs
GratefulCoder/MaintenanceLog
ea8fd00b90c6a2107ecb2aadc38eff1c6db040cb
[ "MIT" ]
null
null
null
Home_Repairs_Log/Form_InputLog.cs
GratefulCoder/MaintenanceLog
ea8fd00b90c6a2107ecb2aadc38eff1c6db040cb
[ "MIT" ]
null
null
null
Home_Repairs_Log/Form_InputLog.cs
GratefulCoder/MaintenanceLog
ea8fd00b90c6a2107ecb2aadc38eff1c6db040cb
[ "MIT" ]
null
null
null
using System; using System.Data.SqlClient; using System.Data.SQLite; using System.Windows.Forms; namespace RepairLog { public partial class Form_InputLog : Form { public Form_InputLog() { InitializeComponent(); } private void textBox_Cost_Leave(object sender, Even...
31.506024
141
0.542639
0e12203eb46890ac10ad19a0a4beb33518f710ff
7,602
cs
C#
Subtext.Framework/Syndication/Admin/RssAdminHandler.cs
Dashboard-X/SubText-2.5.2.0.src
166cbd77f9b68ea86b2f15d9fc9fd195f2752368
[ "MIT", "BSD-3-Clause" ]
null
null
null
Subtext.Framework/Syndication/Admin/RssAdminHandler.cs
Dashboard-X/SubText-2.5.2.0.src
166cbd77f9b68ea86b2f15d9fc9fd195f2752368
[ "MIT", "BSD-3-Clause" ]
null
null
null
Subtext.Framework/Syndication/Admin/RssAdminHandler.cs
Dashboard-X/SubText-2.5.2.0.src
166cbd77f9b68ea86b2f15d9fc9fd195f2752368
[ "MIT", "BSD-3-Clause" ]
1
2019-10-20T17:11:56.000Z
2019-10-20T17:11:56.000Z
#region Disclaimer/Info /////////////////////////////////////////////////////////////////////////////////////////////////// // Subtext WebLog // // Subtext is an open source weblog system that is a fork of the .TEXT // weblog system. // // For updated news and information please visit http://subtextproject.com/ // Su...
34.87156
118
0.5
9cbe6e5f9c2223cafaa087e4fd9b45639385348d
5,453
cs
C#
ePizzaHub.WebUI/Controllers/PaymentController.cs
dotnettricks/azure-project
95a512f9bdb7edead57ba2e1c73e6a3a3f3e2f89
[ "MIT" ]
null
null
null
ePizzaHub.WebUI/Controllers/PaymentController.cs
dotnettricks/azure-project
95a512f9bdb7edead57ba2e1c73e6a3a3f3e2f89
[ "MIT" ]
null
null
null
ePizzaHub.WebUI/Controllers/PaymentController.cs
dotnettricks/azure-project
95a512f9bdb7edead57ba2e1c73e6a3a3f3e2f89
[ "MIT" ]
1
2021-06-19T19:54:09.000Z
2021-06-19T19:54:09.000Z
using ePizzaHub.Entities; using ePizzaHub.Repositories.Models; using ePizzaHub.Services.Interfaces; using ePizzaHub.Services.Models; using ePizzaHub.WebUI.Helpers; using ePizzaHub.WebUI.Interfaces; using ePizzaHub.WebUI.Models; using ePizzaHub.WebUI.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore...
39.80292
203
0.543004
c8d4fff04fe6430da2ce9bbd0f44ece2179a8336
63,219
cs
C#
src/System.Net.Primitives/src/System/Net/Cookie.cs
robertmclaws/corefx
652ce52ea1e5093822116026ec496009c661d7fd
[ "MIT" ]
1
2019-04-11T06:14:52.000Z
2019-04-11T06:14:52.000Z
src/System.Net.Primitives/src/System/Net/Cookie.cs
OceanYan/corefx
c37a850883475a282a514997e6f634439d9cada0
[ "MIT" ]
null
null
null
src/System.Net.Primitives/src/System/Net/Cookie.cs
OceanYan/corefx
c37a850883475a282a514997e6f634439d9cada0
[ "MIT" ]
1
2021-02-24T10:00:50.000Z
2021-02-24T10:00:50.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. using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.IO; using Syste...
36.083904
151
0.413341
2111481fb87042a1704c652ae135050dce2ffeef
5,503
cs
C#
test/NeinLinq.Tests/SubstitutionQueryBuilderTest.cs
rostunic/nein-linq
699b1a7f28677253858365b4cdd9d00e6be2df3c
[ "MIT" ]
null
null
null
test/NeinLinq.Tests/SubstitutionQueryBuilderTest.cs
rostunic/nein-linq
699b1a7f28677253858365b4cdd9d00e6be2df3c
[ "MIT" ]
null
null
null
test/NeinLinq.Tests/SubstitutionQueryBuilderTest.cs
rostunic/nein-linq
699b1a7f28677253858365b4cdd9d00e6be2df3c
[ "MIT" ]
null
null
null
using Xunit; namespace NeinLinq.Tests; public class SubstitutionQueryBuilderTest { [Fact] public void ToTypedQueryableSubstitution_NullArgument_Throws() { var value = CreateQuery<IQueryable<Model>>(); var from = typeof(FromFunctions); var to = typeof(ToFunctions); var valu...
35.96732
116
0.672724
214a2614b1707df8ed6cb9999941ed5ea42deea9
4,624
cs
C#
src/TT.Domain/Players/Commands/ChangeGameMode.cs
transformania/tt-game
d33f4516d4a113c23705db90d7c33d36efa4f523
[ "MIT" ]
null
null
null
src/TT.Domain/Players/Commands/ChangeGameMode.cs
transformania/tt-game
d33f4516d4a113c23705db90d7c33d36efa4f523
[ "MIT" ]
null
null
null
src/TT.Domain/Players/Commands/ChangeGameMode.cs
transformania/tt-game
d33f4516d4a113c23705db90d7c33d36efa4f523
[ "MIT" ]
null
null
null
using System; using System.Linq; using System.Data.Entity; using Highway.Data; using TT.Domain.Exceptions; using TT.Domain.Players.Entities; using TT.Domain.Items.Entities; using TT.Domain.Statics; using TT.Domain.Procedures; using TT.Domain.Items.Commands; namespace TT.Domain.Players.Commands { public class Chan...
38.214876
206
0.545848
7b23ac95e91e39d5bdebb81009e16f4aa3c0a6d8
299
cs
C#
src/Cortside.Common.Message/IMessage.cs
cortside/cortside.common
206b2c572b8ed0529c9b8b706a752e3be59af3f4
[ "MIT" ]
1
2018-03-28T21:55:39.000Z
2018-03-28T21:55:39.000Z
src/Cortside.Common.Message/IMessage.cs
cortside/cortside.common
206b2c572b8ed0529c9b8b706a752e3be59af3f4
[ "MIT" ]
2
2018-03-27T23:05:50.000Z
2018-03-29T15:39:55.000Z
src/Cortside.Common.Message/IMessage.cs
cortside/cortside.common
206b2c572b8ed0529c9b8b706a752e3be59af3f4
[ "MIT" ]
4
2018-02-23T18:07:24.000Z
2020-12-07T14:17:11.000Z
using System; namespace Cortside.Common.Message { public interface IMessage { String MessageId { get; set; } String MessageType { get; set; } String RoutingKey { get; set; } String SourceMessageId { get; set; } DateTime Timestamp { get; set; } } }
23
44
0.602007
e8f2c59cd6c351483f0cb1f2399047fe0312a2cd
443
cs
C#
Albion.Network.Example/MoveEventHandler.cs
DocTi/albion-network-parser
ff601f07de38259f9ec9f4a25960183fa5c9e4a4
[ "MIT" ]
43
2019-04-15T16:25:22.000Z
2022-02-02T05:43:47.000Z
Albion.Network.Example/MoveEventHandler.cs
DocTi/albion-network-parser
ff601f07de38259f9ec9f4a25960183fa5c9e4a4
[ "MIT" ]
5
2019-11-30T12:46:57.000Z
2021-11-28T00:07:10.000Z
Albion.Network.Example/MoveEventHandler.cs
DocTi/albion-network-parser
ff601f07de38259f9ec9f4a25960183fa5c9e4a4
[ "MIT" ]
27
2019-08-01T01:11:53.000Z
2022-01-29T13:11:45.000Z
using System; using System.Threading.Tasks; namespace Albion.Network.Example { public class MoveEventHandler : EventPacketHandler<MoveEvent> { public MoveEventHandler() : base(EventCodes.Move) { } protected override Task OnActionAsync(MoveEvent value) { Console.WriteLine($...
24.611111
95
0.643341
e09621bfcebf7985bd688f7d78a5927d6eb6c49a
1,247
cs
C#
src/eShop.Api/Product/ProductController.cs
denisgoriachev/eShop
ae48c74436b7101e9b7a4af03a92864bb927ef87
[ "MIT" ]
null
null
null
src/eShop.Api/Product/ProductController.cs
denisgoriachev/eShop
ae48c74436b7101e9b7a4af03a92864bb927ef87
[ "MIT" ]
null
null
null
src/eShop.Api/Product/ProductController.cs
denisgoriachev/eShop
ae48c74436b7101e9b7a4af03a92864bb927ef87
[ "MIT" ]
1
2021-05-25T08:30:45.000Z
2021-05-25T08:30:45.000Z
using eShop.Api.Product.Models; using eShop.Application.Features.Product; using eShop.Application.Features.Product.CreateProduct; using eShop.Application.Features.Product.GetProduct; using eShop.Application.Features.Product.GetProducts; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Sy...
29
149
0.677626
da28901068c5b847ee14542095440d3aeffc2204
225
cs
C#
src/Dhaf.Switchers.Cloudflare/InternalConfig.cs
hyperion-cs/dhaf
3355bfde9e747305c1dc03a1fb4533b307ffb2cd
[ "MIT" ]
27
2021-10-04T12:13:53.000Z
2022-03-27T18:50:34.000Z
src/Dhaf.Switchers.Cloudflare/InternalConfig.cs
hyperion-cs/dhaf
3355bfde9e747305c1dc03a1fb4533b307ffb2cd
[ "MIT" ]
6
2021-10-03T18:38:20.000Z
2021-11-25T10:27:43.000Z
src/Dhaf.Switchers.Cloudflare/InternalConfig.cs
hyperion-cs/dhaf
3355bfde9e747305c1dc03a1fb4533b307ffb2cd
[ "MIT" ]
null
null
null
using Dhaf.Core; namespace Dhaf.Switchers.Cloudflare { public class InternalConfig : ISwitcherInternalConfig { public string ExtensionName => "cloudflare"; public string BaseUrl { get; set; } } }
22.5
57
0.68
2b840a0252dc5bb560f436610b8999aa6168c4aa
1,100
cs
C#
C#/02. Programming Fundamentals C# - Extended/Programming Fundamentals - Project/28. Strings and Text - Lab/04. Palindromes/Palindromes.cs
vasilivanov93/SOFTUNI
cc1d16f2d1cb954af007957d57ba12a5ee594c54
[ "MIT" ]
null
null
null
C#/02. Programming Fundamentals C# - Extended/Programming Fundamentals - Project/28. Strings and Text - Lab/04. Palindromes/Palindromes.cs
vasilivanov93/SOFTUNI
cc1d16f2d1cb954af007957d57ba12a5ee594c54
[ "MIT" ]
null
null
null
C#/02. Programming Fundamentals C# - Extended/Programming Fundamentals - Project/28. Strings and Text - Lab/04. Palindromes/Palindromes.cs
vasilivanov93/SOFTUNI
cc1d16f2d1cb954af007957d57ba12a5ee594c54
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _04.Palindromes { public class Palindromes { public static void Main() { string[] words = Console.ReadLine() .Split(new[] { ' ', ',', '!', '?', '.' } ...
26.829268
76
0.444545
a7fff74f16ea7beb3f61fe9c687ee1f11c229e59
1,268
cs
C#
src/Opdex.Platform.Infrastructure/Clients/CoinGeckoApi/Handlers/CallCoinGeckoGetStraxLatestPriceQueryHandler.cs
Opdex/opdex-v1-api
de56e1de1f6fee95cf0a58acb2b72ad5af90aebe
[ "MIT" ]
7
2021-10-30T21:08:29.000Z
2022-01-06T23:46:32.000Z
src/Opdex.Platform.Infrastructure/Clients/CoinGeckoApi/Handlers/CallCoinGeckoGetStraxLatestPriceQueryHandler.cs
Opdex/opdex-v1-api
de56e1de1f6fee95cf0a58acb2b72ad5af90aebe
[ "MIT" ]
37
2021-10-29T22:30:13.000Z
2022-03-11T04:23:12.000Z
src/Opdex.Platform.Infrastructure/Clients/CoinGeckoApi/Handlers/CallCoinGeckoGetStraxLatestPriceQueryHandler.cs
Opdex/opdex-v1-api
de56e1de1f6fee95cf0a58acb2b72ad5af90aebe
[ "MIT" ]
null
null
null
using MediatR; using Microsoft.Extensions.Logging; using Opdex.Platform.Infrastructure.Abstractions.Clients.CoinGeckoApi.Queries; using System.Threading; using System.Threading.Tasks; namespace Opdex.Platform.Infrastructure.Clients.CoinGeckoApi.Handlers; public class CallCoinGeckoGetStraxLatestPriceQueryHandler : IRe...
39.625
149
0.772082
5a5ac00842d76c27d35d5d5292da4454d635959b
186
cs
C#
webook-backend/Scrapbook/Scrapbook.Domain/Enums/NotificationTypeEnum/NotificationTypeEnum.cs
gubertcalixto/webook
18455b1e894f7f9ed15fac8554a806bcd2d93927
[ "MIT" ]
3
2020-04-26T14:22:27.000Z
2020-05-14T19:19:01.000Z
webook-backend/Scrapbook/Scrapbook.Domain/Enums/NotificationTypeEnum/NotificationTypeEnum.cs
gubertcalixto/webook
18455b1e894f7f9ed15fac8554a806bcd2d93927
[ "MIT" ]
1
2020-05-03T02:50:13.000Z
2020-05-03T02:50:13.000Z
webook-backend/Scrapbook/Scrapbook.Domain/Enums/NotificationTypeEnum/NotificationTypeEnum.cs
gubertcalixto/webook
18455b1e894f7f9ed15fac8554a806bcd2d93927
[ "MIT" ]
3
2020-06-12T00:54:23.000Z
2021-09-30T12:32:46.000Z
namespace Scrapbook.Domain.Enums.NotificationTypeEnum { public enum NotificationTypeEnum { Comment, Like, Dislike, Love, Follow, } }
16.909091
54
0.575269
2b1422ca767236df40598f48192fbc0b05c9057a
995
cs
C#
Tests/SkillFunctionalTests/Common/SkillBotNames.cs
gabog/BotFramework-FunctionalTests
9ebd811539648bf7d53f6f92af42ff8ef60344a1
[ "MIT" ]
28
2020-09-21T17:41:35.000Z
2022-03-16T00:56:38.000Z
Tests/SkillFunctionalTests/Common/SkillBotNames.cs
gabog/BotFramework-FunctionalTests
9ebd811539648bf7d53f6f92af42ff8ef60344a1
[ "MIT" ]
196
2020-08-06T04:42:31.000Z
2022-03-11T21:35:06.000Z
Tests/SkillFunctionalTests/Common/SkillBotNames.cs
GiulianoDolceTalianoSantoro/BotFramework-FunctionalTests
f21bded918cf9e51a296fcb0b87ad6495c59bea8
[ "MIT" ]
25
2020-07-31T10:05:40.000Z
2022-03-23T19:35:52.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace SkillFunctionalTests.Common { public static class SkillBotNames { public const string EchoSkillBotComposerDotNet = "EchoSkillBotComposerDotNet"; public const string EchoSkillBotDotNet = "E...
43.26087
86
0.746734
d342a84760cb662c159e1696d9ddc6f0a63a8785
2,299
cs
C#
snippets/csharp/System/DateTime/.ctor/ctorexample2.cs
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
1
2022-03-09T02:25:54.000Z
2022-03-09T02:25:54.000Z
snippets/csharp/System/DateTime/.ctor/ctorexample2.cs
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
null
null
null
snippets/csharp/System/DateTime/.ctor/ctorexample2.cs
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
null
null
null
// <Snippet2> using System; using System.Globalization; using System.Text.RegularExpressions; using System.Threading; public class Example { public static void Main() { Console.WriteLine("Using the Persian Calendar:"); PersianCalendar persian = new PersianCalendar(); DateTime date1 = new DateT...
38.966102
78
0.638104
a736f300ad609d8de4cb188a039460222cb3c35d
2,706
cs
C#
src/Adaptive.Agrona/Concurrent/AtomicBoolean.cs
DavidAdaptive/Aeron.NET
34cdfec49a62583fed2442042ed5f8a936414a77
[ "Apache-2.0" ]
416
2016-05-20T16:13:48.000Z
2022-03-15T05:08:05.000Z
src/Adaptive.Agrona/Concurrent/AtomicBoolean.cs
DavidAdaptive/Aeron.NET
34cdfec49a62583fed2442042ed5f8a936414a77
[ "Apache-2.0" ]
53
2016-05-19T20:18:24.000Z
2022-03-12T13:51:45.000Z
src/Adaptive.Agrona/Concurrent/AtomicBoolean.cs
DavidAdaptive/Aeron.NET
34cdfec49a62583fed2442042ed5f8a936414a77
[ "Apache-2.0" ]
102
2016-05-20T14:35:45.000Z
2022-01-16T14:39:37.000Z
/* * Copyright 2014 - 2017 Adaptive Financial Consulting Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
31.465116
105
0.635994
a73bf217d8a0629bb2c0856302ea4eafb733f8f9
435
cs
C#
AssemblyImporter/CLR/CLRSigConstraint.cs
elasota/clarity
c718e9405c8d16a76b7e1b398e63892bdd4cadb7
[ "MIT" ]
3
2019-03-12T09:28:56.000Z
2019-05-16T05:47:04.000Z
AssemblyImporter/CLR/CLRSigConstraint.cs
elasota/clarity
c718e9405c8d16a76b7e1b398e63892bdd4cadb7
[ "MIT" ]
null
null
null
AssemblyImporter/CLR/CLRSigConstraint.cs
elasota/clarity
c718e9405c8d16a76b7e1b398e63892bdd4cadb7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace AssemblyImporter.CLR { public class CLRSigConstraint { public enum ConstraintTypeEnum { Pinned, } public ConstraintTypeEnum ConstraintType { get; private set; } public CLRSigConstraint...
20.714286
71
0.602299
a74b994f5da3498115380a876a5b6adc97fdf2a6
593
cs
C#
07. Entity Relations/FootballBettingSystem/ModelConfigurations/UserModelConfiguration.cs
HristoSpasov/Databases-Advanced-Entity-Framework-Core
fc263be50451c15fc99fc189c16ff9df33a8126e
[ "MIT" ]
null
null
null
07. Entity Relations/FootballBettingSystem/ModelConfigurations/UserModelConfiguration.cs
HristoSpasov/Databases-Advanced-Entity-Framework-Core
fc263be50451c15fc99fc189c16ff9df33a8126e
[ "MIT" ]
null
null
null
07. Entity Relations/FootballBettingSystem/ModelConfigurations/UserModelConfiguration.cs
HristoSpasov/Databases-Advanced-Entity-Framework-Core
fc263be50451c15fc99fc189c16ff9df33a8126e
[ "MIT" ]
null
null
null
namespace P03_FootballBetting.ModelConfigurations { using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using P03_FootballBetting.Data.Models; public class UserModelConfiguration : IEntityTypeConfiguration<User> { public void Configure(EntityTypeBuil...
26.954545
72
0.615514
cb8c5502b5bbc7e722f1e454d8bec75a0a079427
785
cs
C#
aspnet-core/modules/oss-management/LINGYUN.Abp.BlobStoring.OssManagement/LINGYUN/Abp/BlobStoring/OssManagement/OssManagementBlobProviderConfiguration.cs
geffzhang/abp-next-admin
d31a76e53906694073787507c455f1934b32643c
[ "MIT" ]
389
2020-05-28T16:21:36.000Z
2021-12-15T02:47:51.000Z
aspnet-core/modules/oss-management/LINGYUN.Abp.BlobStoring.OssManagement/LINGYUN/Abp/BlobStoring/OssManagement/OssManagementBlobProviderConfiguration.cs
geffzhang/abp-next-admin
d31a76e53906694073787507c455f1934b32643c
[ "MIT" ]
113
2020-06-14T12:20:06.000Z
2021-12-15T02:10:07.000Z
aspnet-core/modules/oss-management/LINGYUN.Abp.BlobStoring.OssManagement/LINGYUN/Abp/BlobStoring/OssManagement/OssManagementBlobProviderConfiguration.cs
geffzhang/abp-next-admin
d31a76e53906694073787507c455f1934b32643c
[ "MIT" ]
114
2020-05-19T13:14:44.000Z
2021-12-11T08:29:45.000Z
using Volo.Abp; using Volo.Abp.BlobStoring; namespace LINGYUN.Abp.BlobStoring.OssManagement { public class OssManagementBlobProviderConfiguration { public string Bucket { get => _containerConfiguration.GetConfiguration<string>(OssManagementBlobProviderConfigurationNames.Bu...
35.681818
162
0.73121
db30ca3cf25013dae0fb4d59f01e9eff9c4b47b8
2,633
cs
C#
LMS.DAL.Test/CategoryDalManagerTester.cs
Stayrony/LibraryManagementSystem
132fce4f27e176539310abeb483e2ebce1e57b1a
[ "MS-PL" ]
2
2017-05-06T20:33:08.000Z
2017-05-06T20:37:06.000Z
LMS.DAL.Test/CategoryDalManagerTester.cs
Stayrony/LibraryManagementSystem
132fce4f27e176539310abeb483e2ebce1e57b1a
[ "MS-PL" ]
null
null
null
LMS.DAL.Test/CategoryDalManagerTester.cs
Stayrony/LibraryManagementSystem
132fce4f27e176539310abeb483e2ebce1e57b1a
[ "MS-PL" ]
null
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CategoryDalManagerTester.cs" company=""> // // </copyright> // <summary> // The category dal manager tester. // </summary> // -----------------------------------------...
31.345238
121
0.476263
6db36f187b4dbc49cb22353c5d97df9aab06d017
887
cs
C#
PierresBakery.Tests/ModelsTests/PastryTests.cs
Rekjal/Pierres-Bakery_E2_WW8
049d4c0749019dce3c7ee874c812b9b93c8e255a
[ "MIT" ]
null
null
null
PierresBakery.Tests/ModelsTests/PastryTests.cs
Rekjal/Pierres-Bakery_E2_WW8
049d4c0749019dce3c7ee874c812b9b93c8e255a
[ "MIT" ]
null
null
null
PierresBakery.Tests/ModelsTests/PastryTests.cs
Rekjal/Pierres-Bakery_E2_WW8
049d4c0749019dce3c7ee874c812b9b93c8e255a
[ "MIT" ]
1
2021-03-01T03:36:30.000Z
2021-03-01T03:36:30.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; using PierresBakery.Models; using System.Collections.Generic; using System; namespace PierresBakery.Tests { [TestClass] public class PastryTests { [TestMethod] public void PastryConstructor_CreatesInstanceOfPastry_Pastry() { Bread newPastry...
25.342857
66
0.706877
58d2e4722774edffd2441e55dd08c09a15ad2a19
610
cs
C#
Unity_KBI_IM/Assets/Scripts/Minigames/HotPotato/Scripts_PlayerTimer_HotPotato_BrianLin.cs
DracoTheKid/IslandMinigames
6cdb8d70e5a4ae250c206a997ec9d5f402410310
[ "MIT" ]
null
null
null
Unity_KBI_IM/Assets/Scripts/Minigames/HotPotato/Scripts_PlayerTimer_HotPotato_BrianLin.cs
DracoTheKid/IslandMinigames
6cdb8d70e5a4ae250c206a997ec9d5f402410310
[ "MIT" ]
null
null
null
Unity_KBI_IM/Assets/Scripts/Minigames/HotPotato/Scripts_PlayerTimer_HotPotato_BrianLin.cs
DracoTheKid/IslandMinigames
6cdb8d70e5a4ae250c206a997ec9d5f402410310
[ "MIT" ]
1
2022-02-14T19:34:52.000Z
2022-02-14T19:34:52.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Scripts_PlayerTimer_HotPotato_BrianLin : MonoBehaviour { public GameObject pTimer; // Update is called once per frame void Update() { int pTime = 0; int.TryParse(GetComponent<TMPro.TextMeshProU...
24.4
80
0.613115
028a1946ff06976a7ff6946a5a9943411267458b
246
cs
C#
Runtime/Save/ISaveSerializer.cs
akagik/KoheiUtils
d89dac7381dd7c8bdae9d1ce173b05bf36aa92f1
[ "MIT" ]
null
null
null
Runtime/Save/ISaveSerializer.cs
akagik/KoheiUtils
d89dac7381dd7c8bdae9d1ce173b05bf36aa92f1
[ "MIT" ]
11
2021-03-24T04:18:37.000Z
2021-09-19T10:01:23.000Z
Runtime/Save/ISaveSerializer.cs
akagik/KoheiUtils
d89dac7381dd7c8bdae9d1ce173b05bf36aa92f1
[ "MIT" ]
null
null
null
namespace KoheiUtils { /// <summary> /// セーブで使われるシリアライザー/ディシリアライザーのインターフェース. /// </summary> public interface ISaveSerializer { byte[] Serialize<T>(T target); T Deserialize<T>(byte[] bytes); } }
22.363636
45
0.565041
1c9bcea14317295a66cd461d9bc4f377addf811e
973
cs
C#
CareerManagement.Data/Configurations/ProfileLinkTypeConfiguration.cs
bbonkr/career-management-backend
946475083207656f9f9a8832e9a2c03a395e99d3
[ "MIT" ]
1
2020-07-16T07:30:58.000Z
2020-07-16T07:30:58.000Z
CareerManagement.Data/Configurations/ProfileLinkTypeConfiguration.cs
bbonkr/career-management-backend
946475083207656f9f9a8832e9a2c03a395e99d3
[ "MIT" ]
null
null
null
CareerManagement.Data/Configurations/ProfileLinkTypeConfiguration.cs
bbonkr/career-management-backend
946475083207656f9f9a8832e9a2c03a395e99d3
[ "MIT" ]
1
2020-07-16T07:30:59.000Z
2020-07-16T07:30:59.000Z
using CareerManagement.Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace CareerManagement.Data.Configurations { public class ProfileLinkTypeConfiguration : IEntityTypeConfiguration<ProfileLink>, IEntityTypeConfigurationProvider { public voi...
29.484848
119
0.611511
bb560b81b01d82e28ea9a98be9517ad8f0cb38ba
3,142
cs
C#
Assistiverobot.Web.Service/Controllers/LocationController.cs
chatreejs/assistiverobot-web-service
c2b664bcebca55afc769add080bc8de38783b20b
[ "MIT" ]
null
null
null
Assistiverobot.Web.Service/Controllers/LocationController.cs
chatreejs/assistiverobot-web-service
c2b664bcebca55afc769add080bc8de38783b20b
[ "MIT" ]
null
null
null
Assistiverobot.Web.Service/Controllers/LocationController.cs
chatreejs/assistiverobot-web-service
c2b664bcebca55afc769add080bc8de38783b20b
[ "MIT" ]
null
null
null
using System; using AssistiveRobot.Web.Service.Constants; using Assistiverobot.Web.Service.Models.Request; using AssistiveRobot.Web.Service.Services; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace AssistiveRobot.Web.Service.Controllers { [ApiCon...
30.803922
120
0.53501
85659061d27f4ce738e0112cd08f72ed07dfe89a
1,474
cs
C#
AntNet45/MethodExtensions.cs
jkone27/ant
e4e6ced6f2fb1b1f811dda7635d909b74c3ce348
[ "MIT" ]
null
null
null
AntNet45/MethodExtensions.cs
jkone27/ant
e4e6ced6f2fb1b1f811dda7635d909b74c3ce348
[ "MIT" ]
10
2018-07-30T19:35:15.000Z
2019-06-14T09:54:19.000Z
AntNet45/MethodExtensions.cs
jkone27/ant
e4e6ced6f2fb1b1f811dda7635d909b74c3ce348
[ "MIT" ]
null
null
null
using System; using System.Linq.Expressions; using System.Net.Http; using System.Reflection; using System.Web.Http; namespace AntNet45 { public static class ExpressionExtensions { public static (HttpMethod Method, string RequestUri) DeriveRequestUriAndHttpMethod<T>( this Expre...
35.095238
107
0.619403
0110addb2f898562f0d5940f71eb56b25c3fbe85
3,721
cs
C#
InterstellarDrift/Assets/Scripts/Data/TrackedData.cs
jizc/Trollpants
8c5d817b685cb68be5788f9dc008ac74974221ae
[ "MIT" ]
38
2018-03-19T22:33:40.000Z
2021-09-21T09:00:01.000Z
InterstellarDrift/Assets/Scripts/Data/TrackedData.cs
jizc/Trollpants
8c5d817b685cb68be5788f9dc008ac74974221ae
[ "MIT" ]
null
null
null
InterstellarDrift/Assets/Scripts/Data/TrackedData.cs
jizc/Trollpants
8c5d817b685cb68be5788f9dc008ac74974221ae
[ "MIT" ]
9
2018-04-07T09:41:45.000Z
2020-10-20T06:06:45.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="TrackedData.cs" company="Jan Ivar Z. Carlsen"> // Copyright (c) 2018 Jan Ivar Z. Carlsen. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project r...
39.585106
126
0.61032
e37a5376afc4000baa19697274b42d790afd949d
627
cs
C#
Assets/Modules/GameplayControls/CombatInstaller.cs
MagicalMontra/AiyaTest
49fc1eea85992c99ecd816db296d6c030a569eb7
[ "CC0-1.0" ]
null
null
null
Assets/Modules/GameplayControls/CombatInstaller.cs
MagicalMontra/AiyaTest
49fc1eea85992c99ecd816db296d6c030a569eb7
[ "CC0-1.0" ]
null
null
null
Assets/Modules/GameplayControls/CombatInstaller.cs
MagicalMontra/AiyaTest
49fc1eea85992c99ecd816db296d6c030a569eb7
[ "CC0-1.0" ]
null
null
null
using UnityEngine; using Zenject; public class CombatInstaller : MonoInstaller<CombatInstaller> { [SerializeField] private CombatSettings _settings; public override void InstallBindings() { Container.Bind<CombatProcessor>().AsSingle(); Container.Bind<CombatSettings>().FromInstance(_setting...
39.1875
118
0.740032
85c24b5967fb78ba811ca7c42e3375082a352ee6
1,751
cs
C#
itext.tests/itext.styledxmlparser.tests/itext/styledxmlparser/css/parse/CssSelectorParserTest.cs
szlatkow/itext7-dotnet
087abaf694b64f18b2e2e121071b356b10cb39a1
[ "RSA-MD" ]
null
null
null
itext.tests/itext.styledxmlparser.tests/itext/styledxmlparser/css/parse/CssSelectorParserTest.cs
szlatkow/itext7-dotnet
087abaf694b64f18b2e2e121071b356b10cb39a1
[ "RSA-MD" ]
null
null
null
itext.tests/itext.styledxmlparser.tests/itext/styledxmlparser/css/parse/CssSelectorParserTest.cs
szlatkow/itext7-dotnet
087abaf694b64f18b2e2e121071b356b10cb39a1
[ "RSA-MD" ]
null
null
null
/* This file is part of the iText (R) project. Copyright (c) 1998-2022 iText Group NV Authors: iText Software. This program is offered under a commercial and under the AGPL license. For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below. AGPL licensing: This program is free...
42.707317
143
0.755568
82d08bd7dd9aa8f10d18303233c59f7e9aab5e9e
1,089
cs
C#
src/Shift.Core/Specification/Validation/SpecValidator.cs
alan-lisboa/Shift.Order
f8c25f0245ef18ce03a3d1d81496c256ba58f2ca
[ "MIT" ]
1
2021-02-22T14:55:14.000Z
2021-02-22T14:55:14.000Z
src/Shift.Core/Specification/Validation/SpecValidator.cs
alanlisboa/Shift.Order
fb03c4d296bbf173ac6fea58af20a1a63d63f9be
[ "MIT" ]
null
null
null
src/Shift.Core/Specification/Validation/SpecValidator.cs
alanlisboa/Shift.Order
fb03c4d296bbf173ac6fea58af20a1a63d63f9be
[ "MIT" ]
null
null
null
using System.Collections.Generic; using FluentValidation.Results; namespace Shift.Core.Specification { public class SpecValidator<T> { private readonly Dictionary<string, Rule<T>> _validations = new Dictionary<string, Rule<T>>(); public ValidationResult Validate(T obj) { v...
27.923077
116
0.579431
b686f389461653153ecae4ac8f9f1515f5774154
506
cs
C#
src/OpenGL/Silk.NET.OpenGL/Enums/ProgramTarget.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
src/OpenGL/Silk.NET.OpenGL/Enums/ProgramTarget.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
src/OpenGL/Silk.NET.OpenGL/Enums/ProgramTarget.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; namespace Silk.NET.OpenGL { public enum ProgramTarget { TextFragmentShaderAti = 0x8200, VertexProgramArb = 0x8620, Fra...
23
57
0.66996
b6d324206ccec594834a8b438b48c42a45918699
1,820
cs
C#
src/Web/Shopping.Blazor.Products/Products.razor.cs
AgileMark/MobilePhoneSales
d7b92563eb16216323647ce32b50259a060b3194
[ "MIT" ]
null
null
null
src/Web/Shopping.Blazor.Products/Products.razor.cs
AgileMark/MobilePhoneSales
d7b92563eb16216323647ce32b50259a060b3194
[ "MIT" ]
null
null
null
src/Web/Shopping.Blazor.Products/Products.razor.cs
AgileMark/MobilePhoneSales
d7b92563eb16216323647ce32b50259a060b3194
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Components; using Microsoft.JSInterop; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Shopping.Blazor.Products.Models; using Shopping.Blazor.Products.Services; using Shopping.Blazor.Products.Models; using Shopping.Bl...
29.836066
116
0.610989
ffec8124888c3e50ce3430191eb3d99b3a20734d
3,350
cs
C#
Assets/Scripts/Enemy/EnemyShoot.cs
JohnVance1/GGJ2021
ac31ec29d3ad8c03618666b3e42161eb212b524c
[ "Unlicense" ]
1
2021-01-28T22:02:18.000Z
2021-01-28T22:02:18.000Z
Assets/Scripts/Enemy/EnemyShoot.cs
JohnVance1/GGJ2021
ac31ec29d3ad8c03618666b3e42161eb212b524c
[ "Unlicense" ]
5
2021-01-29T16:01:02.000Z
2021-01-31T19:36:18.000Z
Assets/Scripts/Enemy/EnemyShoot.cs
JohnVance1/GGJ2021
ac31ec29d3ad8c03618666b3e42161eb212b524c
[ "Unlicense" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using PlayerLogic; using MapLogic; namespace EnemyLogic { public class EnemyShoot : EnemyBasic { EnemyStates enemyShootState = EnemyStates.Idle; private Rigidbody2D rb; private bool jumping; private i...
26.377953
133
0.525075
08124adc150c1dd3592d63cebfdaf9148127cae6
826
cs
C#
Unity/Tutorial-Complete/Assets/RemoteRenderingTutorial/Scripts/BaseClasses/BaseRemoteEntityHelper.cs
TeamHiverlab/azure-remote-rendering
a877585a6239543ffdeb6a2a82b2bf816b571dd2
[ "MIT" ]
76
2020-04-06T17:38:12.000Z
2022-03-19T18:21:18.000Z
Unity/Tutorial-Complete/Assets/RemoteRenderingTutorial/Scripts/BaseClasses/BaseRemoteEntityHelper.cs
kspark-scott/azure-remote-rendering
9ce572493f9c4928c4962ffd82fd954cd17149cf
[ "MIT" ]
69
2020-04-09T04:22:23.000Z
2022-03-31T18:27:26.000Z
Unity/Tutorial-Complete/Assets/RemoteRenderingTutorial/Scripts/BaseClasses/BaseRemoteEntityHelper.cs
kspark-scott/azure-remote-rendering
9ce572493f9c4928c4962ffd82fd954cd17149cf
[ "MIT" ]
32
2020-04-14T09:33:21.000Z
2022-02-22T07:10:00.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.Azure.RemoteRendering; using UnityEngine; public abstract class BaseRemoteEntityHelper : MonoBehaviour { public abstract BaseEntityOverr...
45.888889
97
0.786925
ba28bd41631ed8fda9c12a36d3d01923d6881e6c
3,691
cs
C#
src/ResourceManagement/BatchAI/Generated/Models/AppInsightsReference.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
src/ResourceManagement/BatchAI/Generated/Models/AppInsightsReference.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
src/ResourceManagement/BatchAI/Generated/Models/AppInsightsReference.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // </auto-generated> namespace Microsoft.Azure.Management.BatchAI.Fluent.Mod...
36.544554
196
0.619615
9d67ee6995e242bf228bf580408c9074adb5a9fa
3,040
cs
C#
automation/aautomation_framework/Utility/Helpers/API/CustomerHelper.cs
SergeyTsiganovskiy/automation_framework
d18bac25b497111d5d46edd0bf7f77e0ad723b1d
[ "Apache-2.0" ]
null
null
null
automation/aautomation_framework/Utility/Helpers/API/CustomerHelper.cs
SergeyTsiganovskiy/automation_framework
d18bac25b497111d5d46edd0bf7f77e0ad723b1d
[ "Apache-2.0" ]
null
null
null
automation/aautomation_framework/Utility/Helpers/API/CustomerHelper.cs
SergeyTsiganovskiy/automation_framework
d18bac25b497111d5d46edd0bf7f77e0ad723b1d
[ "Apache-2.0" ]
null
null
null
using aautomation_framework.Models.Api; using Newtonsoft.Json; using RestSharp; using System; using System.Collections.Generic; using System.Net; using System.Threading.Tasks; namespace aautomation_framework.Utility.Helpers.API { public class CustomerHelper { private readonly ApiCallsClient apiCallsCl...
41.643836
194
0.675
6d3917150996b8ec3bf3a110e18868f5c29cf82c
10,243
cs
C#
Lib/OfxDocumentParser.cs
adrianotrentim/OfxSharp
03c8badce2de01c5938c10c1c979878337297f39
[ "MIT" ]
null
null
null
Lib/OfxDocumentParser.cs
adrianotrentim/OfxSharp
03c8badce2de01c5938c10c1c979878337297f39
[ "MIT" ]
null
null
null
Lib/OfxDocumentParser.cs
adrianotrentim/OfxSharp
03c8badce2de01c5938c10c1c979878337297f39
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using Sgml; namespace OfxSharpLib { public class OfxDocumentParser { public OfxDocument Import(Stream stream, Encoding encoding) { using (var reader = new StreamReader(stream, enco...
34.722034
116
0.54281
6d97d482230ccc35edb99ff277bced536e156977
1,049
cs
C#
AL.Framework.WebApi/Properties/AssemblyInfo.cs
AClumsy/ALCoder
7f36d076fd84aea01c035cb8131da57dc014f9ae
[ "Apache-2.0" ]
1
2017-06-02T07:17:30.000Z
2017-06-02T07:17:30.000Z
AL.Framework.WebApi/Properties/AssemblyInfo.cs
aqa510415008/ALCoder
7f36d076fd84aea01c035cb8131da57dc014f9ae
[ "Apache-2.0" ]
null
null
null
AL.Framework.WebApi/Properties/AssemblyInfo.cs
aqa510415008/ALCoder
7f36d076fd84aea01c035cb8131da57dc014f9ae
[ "Apache-2.0" ]
1
2019-03-20T06:19:29.000Z
2019-03-20T06:19:29.000Z
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的一般信息由以下 // 控制。更改这些特性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("AL.Framework.WebApi")] [assembly: AssemblyDescription("Asp.Net WebApi WebApi基础库")] [assembly: AssemblyConfiguration("...
26.225
60
0.723546
ed58382e26d5334bb1f5176c9343de4b302b988a
11,966
cs
C#
Assets/Scripts/GradientBackground/Scripts/GradientBackground.cs
Julius-Bendt/Rampage-inc
fa06bdadb41a689bba03cd65c251aa50260411c0
[ "MIT" ]
null
null
null
Assets/Scripts/GradientBackground/Scripts/GradientBackground.cs
Julius-Bendt/Rampage-inc
fa06bdadb41a689bba03cd65c251aa50260411c0
[ "MIT" ]
null
null
null
Assets/Scripts/GradientBackground/Scripts/GradientBackground.cs
Julius-Bendt/Rampage-inc
fa06bdadb41a689bba03cd65c251aa50260411c0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering; namespace MF { public enum GradientType { Horizontal, Vertical, Radial, RadialAspectFitWidth, RadialAspectFitHeight, } [RequireComponent(typeof(Camera))] [ExecuteInEditMode] public class GradientBackgroun...
30.760925
165
0.72706
777356001a8c2769f39b52a7704b62a4f7394968
1,727
cs
C#
coreWeb/coreWeb/Controllers/EmployeeController.cs
Wuriqilang/dotnet-Core-Study
15f43e2ed65ed930097d6538147f0afe87df2da9
[ "MIT" ]
2
2020-04-28T10:10:04.000Z
2020-07-16T07:06:16.000Z
coreWeb/coreWeb/Controllers/EmployeeController.cs
Wuriqilang/dotnet-Core-Study
15f43e2ed65ed930097d6538147f0afe87df2da9
[ "MIT" ]
null
null
null
coreWeb/coreWeb/Controllers/EmployeeController.cs
Wuriqilang/dotnet-Core-Study
15f43e2ed65ed930097d6538147f0afe87df2da9
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using coreWeb.Models; using coreWeb.services; using Microsoft.AspNetCore.Mvc; namespace coreWeb.Controllers { public class EmployeeController:Controller { private readonly IDepartmentService _departmentService; private readonly IEmployeeService _empl...
28.311475
104
0.622467
b15d0be20336525118c056f580f7ba0a212dbb60
11,870
cs
C#
Assets/ScriptableRenderPipeline/LowEndMobilePipeline/Editor/LowendMobilePipelineMaterialEditor.cs
jk6699/kkkkkkk
c845c4d04c2012fa193600f580bdcb0bfa4b5191
[ "MIT" ]
null
null
null
Assets/ScriptableRenderPipeline/LowEndMobilePipeline/Editor/LowendMobilePipelineMaterialEditor.cs
jk6699/kkkkkkk
c845c4d04c2012fa193600f580bdcb0bfa4b5191
[ "MIT" ]
null
null
null
Assets/ScriptableRenderPipeline/LowEndMobilePipeline/Editor/LowendMobilePipelineMaterialEditor.cs
jk6699/kkkkkkk
c845c4d04c2012fa193600f580bdcb0bfa4b5191
[ "MIT" ]
null
null
null
using System; using UnityEditor; using UnityEngine; using UnityEngine.Rendering; using UnityEditor.Experimental.Rendering.LowendMobile; public class LowendMobilePipelineMaterialEditor : ShaderGUI { private const float kMinShininessValue = 0.01f; private MaterialProperty blendModeProp = null; private Materi...
43.007246
115
0.693513
da9e18c5add35151860ad035986d5cbe3faccf0f
1,487
cs
C#
Samples/Framework/FailureDetector/Node.cs
alexsyeo/PSharp
c4f12a902f0be88448a6536b774cdf10ed90cfc1
[ "MIT" ]
420
2015-06-23T16:28:42.000Z
2022-03-16T14:31:48.000Z
Samples/Framework/FailureDetector/Node.cs
suvamM/psharp-ql
22faa7ca67e7c38b7ae926ca2b21fcdec4e0253b
[ "MIT" ]
250
2015-06-24T17:21:04.000Z
2020-01-18T04:27:48.000Z
Samples/Framework/FailureDetector/Node.cs
suvamM/psharp-ql
22faa7ca67e7c38b7ae926ca2b21fcdec4e0253b
[ "MIT" ]
52
2015-08-19T04:17:13.000Z
2021-09-08T18:08:50.000Z
// ------------------------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // --------------------------------------------------------...
28.056604
100
0.485541
95ffd4dd35f45efd108be91ece6375a1365ef493
1,555
cs
C#
MatchModule_New/SkillEngine/SkillEngine.SkillCore/BuffCore/SpecBuffCore.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
MatchModule_New/SkillEngine/SkillEngine.SkillCore/BuffCore/SpecBuffCore.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
MatchModule_New/SkillEngine/SkillEngine.SkillCore/BuffCore/SpecBuffCore.cs
cool8868/Soccer-King
72250cf103343e79e2da50681a10f9acc1b61afc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using SkillEngine.SkillBase; using SkillEngine.SkillBase.Enum; namespace SkillEngine.SkillCore { public class SpecBuffCore : ISpecBuffCore { #region Cache readonly Dictionary<int, Queue<ISpecEffect>> dicSpec ...
27.767857
107
0.517042
edc4571c65e52b801385725de340528eb14b93f5
636
cs
C#
Swifter.Core/Tools/Storage/HGlobalCache.Core.cs
iracding/Swifter.Json
154f2448eec1745ad9604f594c93902a0ccf99ce
[ "MIT" ]
1
2019-09-02T06:23:07.000Z
2019-09-02T06:23:07.000Z
Swifter.Core/Tools/Storage/HGlobalCache.Core.cs
iracding/Swifter.Json
154f2448eec1745ad9604f594c93902a0ccf99ce
[ "MIT" ]
null
null
null
Swifter.Core/Tools/Storage/HGlobalCache.Core.cs
iracding/Swifter.Json
154f2448eec1745ad9604f594c93902a0ccf99ce
[ "MIT" ]
null
null
null
#if NETCOREAPP && !NETCOREAPP2_0 using System; namespace Swifter.Tools { unsafe partial class HGlobalCache<T> { /// <summary> /// 返回全局缓存中的内容 Span。 /// </summary> /// <param name="hGCache">全局缓存</param> public static implicit operator Span<T>(HGlobalCache<T> hGCache)=> ne...
30.285714
136
0.611635
c9797edd0cf83f441f9029d7c078e47d15072074
574
cs
C#
Assets/Scripts/Core/Business logic/Board/Board.cs
UxxeR/Triple-Triad-Game
24fda4c9e180b3ac17bb81eae6fa1cb7f9ceb347
[ "MIT" ]
null
null
null
Assets/Scripts/Core/Business logic/Board/Board.cs
UxxeR/Triple-Triad-Game
24fda4c9e180b3ac17bb81eae6fa1cb7f9ceb347
[ "MIT" ]
null
null
null
Assets/Scripts/Core/Business logic/Board/Board.cs
UxxeR/Triple-Triad-Game
24fda4c9e180b3ac17bb81eae6fa1cb7f9ceb347
[ "MIT" ]
null
null
null
using System.Collections.Generic; using UnityEngine; public class Board : MonoBehaviour { [field: SerializeField] public List<Slot> Slots { get; set; } = new List<Slot>(); [field: SerializeField] public List<Card> Walls { get; set; } = new List<Card>(); /// <summary> /// First method that will be call...
28.7
85
0.632404
aa887d55de9382facb4feeecc4f155a015cf36d0
1,035
cs
C#
HueLightDJ.Effects/Layers/Flashing/QuickFlashRandomEffect.cs
DanceMore/HueLightDJ
f2f735875e0751e0a3bc18fcbc0c5bf3a3f5b5b6
[ "MIT" ]
48
2018-09-24T16:46:04.000Z
2022-01-20T16:55:09.000Z
HueLightDJ.Effects/Layers/Flashing/QuickFlashRandomEffect.cs
DanceMore/HueLightDJ
f2f735875e0751e0a3bc18fcbc0c5bf3a3f5b5b6
[ "MIT" ]
6
2018-09-10T08:28:31.000Z
2022-01-11T10:03:42.000Z
HueLightDJ.Effects/Layers/Flashing/QuickFlashRandomEffect.cs
DanceMore/HueLightDJ
f2f735875e0751e0a3bc18fcbc0c5bf3a3f5b5b6
[ "MIT" ]
15
2018-08-22T21:50:56.000Z
2022-01-09T23:01:46.000Z
using HueLightDJ.Effects.Base; using Q42.HueApi.ColorConverters; using Q42.HueApi.Streaming.Effects; using Q42.HueApi.Streaming.Extensions; using Q42.HueApi.Streaming.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; name...
33.387097
167
0.748792