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
9f9f922cced1b1dd1613384351d7e3ffce26d648
506
cs
C#
Advanced/FunctionalProgramming2/PredicateForNames/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
1
2021-11-11T09:04:59.000Z
2021-11-11T09:04:59.000Z
Advanced/FunctionalProgramming2/PredicateForNames/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
null
null
null
Advanced/FunctionalProgramming2/PredicateForNames/Program.cs
Siafarikas/SoftUni
12f467eccb12eed5b0c282b6d03f016c27e814d6
[ "MIT" ]
null
null
null
using System; using System.Linq; namespace PredicateForNames { class Program { static void Main(string[] args) { int length = int.Parse(Console.ReadLine()); Predicate<string> predicate = name => name.Length <= length; Console.ReadLine() .Sp...
23
72
0.527668
b0124d02aff1e6a86e22d5fa94582ff8d93be583
1,269
cs
C#
minSubstringWithAllChars/Program.cs
gus-sosa/CodeFight
bea057cb4b2c46908230ed46e6123b2f46394a79
[ "MIT" ]
1
2018-08-13T19:30:57.000Z
2018-08-13T19:30:57.000Z
minSubstringWithAllChars/Program.cs
gus-sosa/CodeFight
bea057cb4b2c46908230ed46e6123b2f46394a79
[ "MIT" ]
null
null
null
minSubstringWithAllChars/Program.cs
gus-sosa/CodeFight
bea057cb4b2c46908230ed46e6123b2f46394a79
[ "MIT" ]
1
2019-09-16T06:43:41.000Z
2019-09-16T06:43:41.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace minSubstringWithAllChars { class Program { string minSubstringWithAllChars(string s, string t) { if (string.IsNullOrEmpty(t)) return string....
30.214286
111
0.477541
b06fd25f23bb9f580a0382e363e9e9e02f281faf
1,273
cs
C#
src/DailyQuest/DailyQuestItem.cs
pid011/daily-quest
17f9943d76f4e76188946311889b244a613143ea
[ "MIT" ]
null
null
null
src/DailyQuest/DailyQuestItem.cs
pid011/daily-quest
17f9943d76f4e76188946311889b244a613143ea
[ "MIT" ]
1
2020-07-09T12:04:09.000Z
2020-07-09T18:59:56.000Z
src/DailyQuest/DailyQuestItem.cs
pid011/daily-quest
17f9943d76f4e76188946311889b244a613143ea
[ "MIT" ]
null
null
null
// Copyright (c) Sepi. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text.Json.Serialization; namespace DailyQuest { public class DailyQuestItem { /// <summary> ...
25.979592
101
0.526316
b20018c7ac521339646bebe61feed51e3980b1b8
4,621
cs
C#
samples/UniversalApplication/ViewModels/MusicContentPaneViewModel.cs
Bhaskers-Blu-Org2/groove-api-sdk-csharp
616959c2f3abd3cfd9536e12be484e7bbce20d6d
[ "MIT" ]
24
2016-11-17T15:09:29.000Z
2018-07-31T04:49:01.000Z
samples/UniversalApplication/ViewModels/MusicContentPaneViewModel.cs
microsoft/groove-api-sdk-csharp
616959c2f3abd3cfd9536e12be484e7bbce20d6d
[ "MIT" ]
16
2017-01-04T16:19:09.000Z
2017-12-08T10:26:27.000Z
samples/UniversalApplication/ViewModels/MusicContentPaneViewModel.cs
Microsoft/groove-api-sdk-csharp
616959c2f3abd3cfd9536e12be484e7bbce20d6d
[ "MIT" ]
13
2016-12-01T14:47:00.000Z
2019-03-02T15:14:41.000Z
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. // All Rights Reserved. // Licensed under the MIT License. // See License in the project root for license information. // ---------------------------------------------------------------------...
32.77305
117
0.569357
6a20c625b1ecbc7f56968f3a4c4c5028dfefa4ec
2,137
cs
C#
Microsoft.Azure.Cosmos/src/SqlObjects/SqlInExpression.cs
simplynaveen20/azure-cosmos-dotnet-v3
c840278929cfbc40fb7644dc1d6c9488dc925ae4
[ "MIT" ]
null
null
null
Microsoft.Azure.Cosmos/src/SqlObjects/SqlInExpression.cs
simplynaveen20/azure-cosmos-dotnet-v3
c840278929cfbc40fb7644dc1d6c9488dc925ae4
[ "MIT" ]
null
null
null
Microsoft.Azure.Cosmos/src/SqlObjects/SqlInExpression.cs
simplynaveen20/azure-cosmos-dotnet-v3
c840278929cfbc40fb7644dc1d6c9488dc925ae4
[ "MIT" ]
null
null
null
//----------------------------------------------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //-------------------------------------------------------------------------------------------------------------------...
27.397436
140
0.407581
86446076e00e68a73b9be7fb3faf5f781e46fb0d
700
cs
C#
Word Wiz/App.xaml.cs
sjr213/MathWiz
38148ef6d76f9757f091a509eb21bb8fb0c1b1f2
[ "MIT" ]
null
null
null
Word Wiz/App.xaml.cs
sjr213/MathWiz
38148ef6d76f9757f091a509eb21bb8fb0c1b1f2
[ "MIT" ]
null
null
null
Word Wiz/App.xaml.cs
sjr213/MathWiz
38148ef6d76f9757f091a509eb21bb8fb0c1b1f2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Threading.Tasks; using System.Windows; namespace Word_Wiz { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application...
21.875
62
0.56
8650f07fd2b08d53f2f15d33d405b8b23c8f5e28
1,545
cs
C#
Models/Producto.cs
johnsvill/app-almacen
5159d283fbe15946ab85dbbc1f9ca90dac0c849b
[ "Apache-2.0" ]
null
null
null
Models/Producto.cs
johnsvill/app-almacen
5159d283fbe15946ab85dbbc1f9ca90dac0c849b
[ "Apache-2.0" ]
null
null
null
Models/Producto.cs
johnsvill/app-almacen
5159d283fbe15946ab85dbbc1f9ca90dac0c849b
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace AppWebPersonal.Models { public class Producto { [Key] [Display(Name = ("Código del producto"))] public int CodigoProducto { get; set; ...
35.113636
74
0.610356
beb6467a8642d4cce29f10566c5e2fed844391ba
1,477
cs
C#
src/LDJam46/Assets/Core/Audio/GameMusicPlayer.cs
EnigmaDragons/LDJam46
b4439e8166304385dd55e495a0ef56ed3d058456
[ "MIT" ]
2
2020-04-16T15:26:09.000Z
2020-10-09T13:25:53.000Z
src/LDJam46/Assets/Core/Audio/GameMusicPlayer.cs
EnigmaDragons/LDJam46
b4439e8166304385dd55e495a0ef56ed3d058456
[ "MIT" ]
564
2020-04-09T19:12:49.000Z
2020-04-30T21:24:11.000Z
src/LDJam46/Assets/Core/Audio/GameMusicPlayer.cs
EnigmaDragons/LDJam46
b4439e8166304385dd55e495a0ef56ed3d058456
[ "MIT" ]
null
null
null
using UnityEngine; [CreateAssetMenu] public sealed class GameMusicPlayer : ScriptableObject { [SerializeField] private AudioSource musicSource; public void Init(AudioSource source) { StopMusicIfPlaying(); musicSource = source; } public void InitIfNeeded(AudioSource source) { ...
24.616667
83
0.587001
e0d3ef10b0f602427e51e9d7f9dbe8a717dbc426
10,654
cs
C#
Samples/PowerShell/Host/Host02/cs/MyHostUserInterface.cs
windows-development/Windows-classic-samples
96f883e4c900948e39660ec14a200a5164a3c7b7
[ "MIT" ]
8
2017-04-30T17:38:27.000Z
2021-11-29T00:59:03.000Z
Samples/PowerShell/Host/Host02/cs/MyHostUserInterface.cs
TomeSq/Windows-classic-samples
96f883e4c900948e39660ec14a200a5164a3c7b7
[ "MIT" ]
null
null
null
Samples/PowerShell/Host/Host02/cs/MyHostUserInterface.cs
TomeSq/Windows-classic-samples
96f883e4c900948e39660ec14a200a5164a3c7b7
[ "MIT" ]
1
2020-01-18T09:12:02.000Z
2020-01-18T09:12:02.000Z
// <copyright file="MyHostUserInterface.cs" company="Microsoft Corporation"> // Copyright (c) 2009 Microsoft Corporation. All rights reserved. // </copyright> // DISCLAIMER OF WARRANTY: The software is licensed “as-is.” You // bear the risk of using it. Microsoft gives no express warranties, // guarantees or co...
47.5625
198
0.624273
5bdc61fa8ecc1c0ddd8e34c9c03471b37883de89
781
cs
C#
Tests/Break.Net.UnitTests.Models.Old/Models/Types/BaseChangeModel.cs
JBildstein/Break.Net
98dd1e215a200eb4d2e1d5690a6dc9305addf912
[ "Apache-2.0" ]
null
null
null
Tests/Break.Net.UnitTests.Models.Old/Models/Types/BaseChangeModel.cs
JBildstein/Break.Net
98dd1e215a200eb4d2e1d5690a6dc9305addf912
[ "Apache-2.0" ]
null
null
null
Tests/Break.Net.UnitTests.Models.Old/Models/Types/BaseChangeModel.cs
JBildstein/Break.Net
98dd1e215a200eb4d2e1d5690a6dc9305addf912
[ "Apache-2.0" ]
null
null
null
namespace BreakDotNet.UnitTests.Models.Types { public class BaseClassToStructChangeModel { } public class BaseClassToEnumChangeModel { } public class BaseClassToInterfaceChangeModel { } public struct BaseStructToClassChangeModel { } public struct BaseStructToEnum...
15.313725
53
0.681178
46b7330b2468246a03d9d8d7a835d469990a698f
267
cs
C#
Server/Dtos/CollectionItemAddOrUpdateResponseDto.cs
QuinntyneBrown/you-tube-video-manager
b685539904956711a7f92ef2ce6be402d6ff712b
[ "MIT" ]
2
2016-04-22T07:54:50.000Z
2016-04-22T12:00:24.000Z
Server/Dtos/CollectionItemAddOrUpdateResponseDto.cs
QuinntyneBrown/you-tube-video-manager
b685539904956711a7f92ef2ce6be402d6ff712b
[ "MIT" ]
null
null
null
Server/Dtos/CollectionItemAddOrUpdateResponseDto.cs
QuinntyneBrown/you-tube-video-manager
b685539904956711a7f92ef2ce6be402d6ff712b
[ "MIT" ]
null
null
null
using Chloe.Server.Models; namespace Chloe.Server.Dtos { public class CollectionItemAddOrUpdateResponseDto: CollectionItemDto { public CollectionItemAddOrUpdateResponseDto(CollectionItem entity) :base(entity) { } } }
19.071429
74
0.681648
c73ce8917d1151caa8a1df1161114756124a23c4
20,250
cs
C#
ClusterSubmission/RunNaiad/Program.cs
ganu453/Naiad
360ff09633cf67a3d6ca27c3021ec8bcea7355eb
[ "Apache-2.0" ]
341
2015-01-09T22:27:05.000Z
2022-03-12T07:26:34.000Z
ClusterSubmission/RunNaiad/Program.cs
ganu453/Naiad
360ff09633cf67a3d6ca27c3021ec8bcea7355eb
[ "Apache-2.0" ]
6
2015-02-09T03:54:56.000Z
2022-01-22T13:08:00.000Z
ClusterSubmission/RunNaiad/Program.cs
ganu453/Naiad
360ff09633cf67a3d6ca27c3021ec8bcea7355eb
[ "Apache-2.0" ]
59
2015-01-09T17:24:57.000Z
2022-02-17T11:03:29.000Z
/* * Naiad ver. 0.5 * Copyright (c) Microsoft Corporation * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
40.662651
287
0.56637
999c05a78e34a2edf1b43eafaaedcffab2397535
1,516
cs
C#
src/Innovator.Client/Aml/Model/ConversionRuleEventTemplate.cs
gratinierer/Innovator.Client
ca2313b9c50bec6e0010597df5f8082fa03d727b
[ "MIT" ]
26
2017-02-22T18:52:45.000Z
2022-03-23T01:19:45.000Z
src/Innovator.Client/Aml/Model/ConversionRuleEventTemplate.cs
gratinierer/Innovator.Client
ca2313b9c50bec6e0010597df5f8082fa03d727b
[ "MIT" ]
28
2017-06-16T13:43:22.000Z
2022-03-15T20:37:15.000Z
src/Innovator.Client/Aml/Model/ConversionRuleEventTemplate.cs
gratinierer/Innovator.Client
ca2313b9c50bec6e0010597df5f8082fa03d727b
[ "MIT" ]
16
2017-07-14T20:21:00.000Z
2021-12-21T22:16:32.000Z
using Innovator.Client; using System; namespace Innovator.Client.Model { ///<summary>Class for the item type ConversionRuleEventTemplate </summary> [ArasName("ConversionRuleEventTemplate")] public class ConversionRuleEventTemplate : Item, INullRelationship<ConversionRule>, IRelationship<Method> { protected...
38.871795
205
0.720976
56f7d7158c6e3139cb12088d677b3e877680ff17
241
cs
C#
Domain/UseCase/AppointmentService/Exceptions/ClientNotAvalabityException.cs
Micheler720/Localiza
ba7a5f11e8abe83b03d6410f4044a157c9aedbe5
[ "MIT" ]
null
null
null
Domain/UseCase/AppointmentService/Exceptions/ClientNotAvalabityException.cs
Micheler720/Localiza
ba7a5f11e8abe83b03d6410f4044a157c9aedbe5
[ "MIT" ]
null
null
null
Domain/UseCase/AppointmentService/Exceptions/ClientNotAvalabityException.cs
Micheler720/Localiza
ba7a5f11e8abe83b03d6410f4044a157c9aedbe5
[ "MIT" ]
null
null
null
using System; namespace Domain.UseCase.AppointmentService.Exceptions { [Serializable] public class ClientNotAvalabityException : Exception { public ClientNotAvalabityException(string message) : base(message) { } } }
24.1
79
0.73444
7152cccecc2ba68ee82fbe4c703f548193904358
1,868
cs
C#
src/Manisero.YouShallNotPass.Benchmarks/Core/ThreadSafeCache_lazy_vs_eager.cs
manisero/YouShallNotPass
d754db342de43b73969624f83f79c910a8e2b327
[ "MIT" ]
4
2017-10-29T11:02:45.000Z
2018-03-29T13:08:18.000Z
src/Manisero.YouShallNotPass.Benchmarks/Core/ThreadSafeCache_lazy_vs_eager.cs
manisero/YouShallNotPass
d754db342de43b73969624f83f79c910a8e2b327
[ "MIT" ]
null
null
null
src/Manisero.YouShallNotPass.Benchmarks/Core/ThreadSafeCache_lazy_vs_eager.cs
manisero/YouShallNotPass
d754db342de43b73969624f83f79c910a8e2b327
[ "MIT" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Threading.Tasks; using BenchmarkDotNet.Attributes; using Manisero.YouShallNotPass.Utils; namespace Manisero.YouShallNotPass.Benchmarks.Core { public class ThreadSafeCache_lazy_vs_eager { public class ThreadSafeCache_Eager<TKey, TItem> ...
27.470588
112
0.527837
54b8110ff85044ecd7967526201be41e684ca5e2
619
cs
C#
Contact.Model/ContactModel.cs
mlfusion/Contact-App
eb15901d1fab39de892a903c95adf796347902e0
[ "MIT" ]
null
null
null
Contact.Model/ContactModel.cs
mlfusion/Contact-App
eb15901d1fab39de892a903c95adf796347902e0
[ "MIT" ]
null
null
null
Contact.Model/ContactModel.cs
mlfusion/Contact-App
eb15901d1fab39de892a903c95adf796347902e0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Contacts.Model { public class ContactModel { public int Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } publi...
28.136364
67
0.636511
cab8f60dcaeea77936d51eee3b11e060d78e82da
757
cs
C#
PluginODBC/API/CommandService.cs
naveego/plugin-odbc
37fc1b8ffb187ef302617b5ab18c4dc76cb191d7
[ "MIT" ]
1
2020-06-03T07:35:50.000Z
2020-06-03T07:35:50.000Z
PluginODBC/API/CommandService.cs
naveego/plugin-odbc
37fc1b8ffb187ef302617b5ab18c4dc76cb191d7
[ "MIT" ]
2
2019-01-22T15:50:44.000Z
2019-03-04T19:47:20.000Z
PluginODBC/API/CommandService.cs
naveego/plugin-odbc
37fc1b8ffb187ef302617b5ab18c4dc76cb191d7
[ "MIT" ]
null
null
null
using System.Data.Odbc; using PluginODBC.Interfaces; namespace PluginODBC.API { public class CommandService : ICommandService { private readonly OdbcCommand _command; public OdbcParameterCollection Parameters => _command.Parameters; public CommandService(OdbcCommand command) {...
23.65625
82
0.623514
1b3bbcd814eebbd05da989eb654cf6c49820ab51
1,648
cs
C#
AzStorage.Test/Samples/Samples_AzCosmosDBRepository/Sample2_GetEntity.cs
cesarpv27/Azure.Repositories
6c12fccf61e9f9e4ca7f202084aceb5aed3814d4
[ "MIT" ]
null
null
null
AzStorage.Test/Samples/Samples_AzCosmosDBRepository/Sample2_GetEntity.cs
cesarpv27/Azure.Repositories
6c12fccf61e9f9e4ca7f202084aceb5aed3814d4
[ "MIT" ]
null
null
null
AzStorage.Test/Samples/Samples_AzCosmosDBRepository/Sample2_GetEntity.cs
cesarpv27/Azure.Repositories
6c12fccf61e9f9e4ca7f202084aceb5aed3814d4
[ "MIT" ]
null
null
null
using AzStorage.Test.Helpers; using AzStorage.Test.Utilities; using CoreTools.Extensions; using Xunit; namespace AzStorage.Test.Samples.Samples_AzCosmosDBRepository { [TestCaseOrderer("AzStorage.Test.Utilities.PriorityOrderer", "AzStorage.Test")] public class Sample2_GetEntity { [Fact, TestPriorit...
35.06383
129
0.6875
24af467705139d660e2ef8acc127bc2067a170fa
5,482
cs
C#
src/ESFA.DC.ILR.ValidationService.Rules.Tests/LearningDelivery/StdCode/StdCode_02RuleTests.cs
SkillsFundingAgency/DC-ILR-2021-ValidationService
85682bea33733974597573e7e7dc7137c5442056
[ "MIT" ]
1
2021-02-19T15:19:54.000Z
2021-02-19T15:19:54.000Z
src/ESFA.DC.ILR.ValidationService.Rules.Tests/LearningDelivery/StdCode/StdCode_02RuleTests.cs
SkillsFundingAgency/DC-ILR-2021-ValidationService
85682bea33733974597573e7e7dc7137c5442056
[ "MIT" ]
null
null
null
src/ESFA.DC.ILR.ValidationService.Rules.Tests/LearningDelivery/StdCode/StdCode_02RuleTests.cs
SkillsFundingAgency/DC-ILR-2021-ValidationService
85682bea33733974597573e7e7dc7137c5442056
[ "MIT" ]
2
2021-02-19T15:20:01.000Z
2021-04-11T08:42:16.000Z
using ESFA.DC.ILR.Model.Interface; using ESFA.DC.ILR.ValidationService.Data.External.LARS.Interface; using ESFA.DC.ILR.ValidationService.Interface; using ESFA.DC.ILR.ValidationService.Rules.LearningDelivery.StdCode; using Moq; using System; using System.Collections.Generic; using Xunit; namespace ESFA.DC.ILR.Validati...
32.05848
97
0.55819
c7d494dda7c8dd0fa154baa11b29d619bb2f213c
1,982
cs
C#
Arrays/Arrays/Arrays.cs
kaludov/Projects
7c797bfa33eca82f9f6ead26f54d939f1cb66d51
[ "MIT" ]
null
null
null
Arrays/Arrays/Arrays.cs
kaludov/Projects
7c797bfa33eca82f9f6ead26f54d939f1cb66d51
[ "MIT" ]
null
null
null
Arrays/Arrays/Arrays.cs
kaludov/Projects
7c797bfa33eca82f9f6ead26f54d939f1cb66d51
[ "MIT" ]
null
null
null
using System; namespace Arrays //Масиви { class Arrays { static void Main(string[] args) { //Two Dimensional Array //===================== Console.WriteLine(); Console.WriteLine("Two Dimensional Array"); Console.WriteLine(); ...
26.426667
73
0.431887
c7fab566468fa6815cbde04058d051f47d247d26
5,386
cs
C#
backend/Web/Web.Api/Controllers/UsersController.cs
BalazsKis/white-raven
23c2cc19c4bdc68ede0937a73488a32ab92f19b5
[ "MIT" ]
null
null
null
backend/Web/Web.Api/Controllers/UsersController.cs
BalazsKis/white-raven
23c2cc19c4bdc68ede0937a73488a32ab92f19b5
[ "MIT" ]
null
null
null
backend/Web/Web.Api/Controllers/UsersController.cs
BalazsKis/white-raven
23c2cc19c4bdc68ede0937a73488a32ab92f19b5
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Swashbuckle.AspNetCore.Examples; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using WhiteRaven.Domain.Models.Authentication; using WhiteRaven.Domain.Operations; using WhiteRaven.Web.Api.Examples; namespace Wh...
39.028986
119
0.629224
278141bc7dad93895fb6305273a40cce8629aec1
1,575
cs
C#
CameraControl.Devices/Wifi/PanonoProvider.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
1
2020-04-09T14:15:03.000Z
2020-04-09T14:15:03.000Z
CameraControl.Devices/Wifi/PanonoProvider.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
null
null
null
CameraControl.Devices/Wifi/PanonoProvider.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
null
null
null
using System; using CameraControl.Devices.Classes; using PanonoTest; namespace CameraControl.Devices.Wifi { public class PanonoProvider:IWifiDeviceProvider { public DeviceDescriptor Connect(string address) { if (string.IsNullOrEmpty(address) || address == DefaultIp) { ...
28.636364
90
0.533333
81888b03bfd9463dee99784dbda63d1548c4c714
269
cs
C#
src/Faker/Locales/en/Name/Suffixes.cs
justJay-dev/faker-dot-cs
81192c6159553b3d2542e80fb1e4583d3f9be4b7
[ "MIT" ]
null
null
null
src/Faker/Locales/en/Name/Suffixes.cs
justJay-dev/faker-dot-cs
81192c6159553b3d2542e80fb1e4583d3f9be4b7
[ "MIT" ]
13
2021-11-10T13:42:46.000Z
2021-11-15T18:05:13.000Z
src/Faker/Locales/en/Name/Suffixes.cs
justJay-dev/faker-dot-cs
81192c6159553b3d2542e80fb1e4583d3f9be4b7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace Faker.Locales { public partial class Name { public List<string> Suffixes = new List<string> { "Jr.", "Sr.", "I", "II", "III", "IV", "V", "MD", "DDS", "PhD", "DVM" }; } }
12.227273
49
0.535316
8684a6c1446cf8eb14f8c65e59f4a943905eabd8
7,565
cs
C#
Source/Tests/UnitTests/Source/ManagedIrbis/Pft/Infrastructure/Ast/PftConditionAndOrTest.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
null
null
null
Source/Tests/UnitTests/Source/ManagedIrbis/Pft/Infrastructure/Ast/PftConditionAndOrTest.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
1
2020-11-15T09:50:33.000Z
2020-11-15T09:50:33.000Z
Source/Tests/UnitTests/Source/ManagedIrbis/Pft/Infrastructure/Ast/PftConditionAndOrTest.cs
amironov73/ManagedIrbis5
3971b8bc91490d2a5c6cd0ece35f29cf18d586c5
[ "MIT" ]
1
2020-11-15T09:42:07.000Z
2020-11-15T09:42:07.000Z
// ReSharper disable CheckNamespace // ReSharper disable IdentifierTypo // ReSharper disable StringLiteralTypo using System.IO; using ManagedIrbis; using ManagedIrbis.Pft; using ManagedIrbis.Pft.Infrastructure; using ManagedIrbis.Pft.Infrastructure.Ast; using ManagedIrbis.Pft.Infrastructure.Compiler; using ManagedIr...
29.550781
79
0.560872
534f3f2bffa7c53d81545e7da5ddc6fde450749d
1,625
cs
C#
Assets/Chiho/Recenter_WinMR.cs
if1live/Unity-WindowsMR-Recenter-sample
c998cc4874ab1735192be30075f239f2c5db4bae
[ "MIT" ]
null
null
null
Assets/Chiho/Recenter_WinMR.cs
if1live/Unity-WindowsMR-Recenter-sample
c998cc4874ab1735192be30075f239f2c5db4bae
[ "MIT" ]
null
null
null
Assets/Chiho/Recenter_WinMR.cs
if1live/Unity-WindowsMR-Recenter-sample
c998cc4874ab1735192be30075f239f2c5db4bae
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.XR; #if UNITY_WSA using UnityEngine.XR.WSA; #endif namespace Assets.Chiho { public class Recenter_WinMR { /* * https://docs.unity3d.com/ScriptReference/VR.InputTracking.Recenter.html */ public static bool IsRequired() { #if UNITY_WSA ...
30.092593
82
0.532923
c360f8205175886900f91a06bdfe09cc44f4a2c7
1,250
cs
C#
WPFView/MapObject/MapObjectViewFactory.cs
mifumi323/funyak
7d98917ad923046d0fc73f8e5c71ca4d16e6a5c7
[ "ImageMagick", "Apache-2.0" ]
null
null
null
WPFView/MapObject/MapObjectViewFactory.cs
mifumi323/funyak
7d98917ad923046d0fc73f8e5c71ca4d16e6a5c7
[ "ImageMagick", "Apache-2.0" ]
39
2016-09-25T14:45:48.000Z
2022-03-11T14:42:13.000Z
WPFView/MapObject/MapObjectViewFactory.cs
mifumi323/funyak
7d98917ad923046d0fc73f8e5c71ca4d16e6a5c7
[ "ImageMagick", "Apache-2.0" ]
null
null
null
using System; using MifuminSoft.funyak.MapObject; using MifuminSoft.funyak.View.Resource; namespace MifuminSoft.funyak.View.MapObject { public class MapObjectViewFactory { public Func<int, Sprite> FunyaMapObjectResourceSelector { get; set; } public IMapObjectView Create(MapObjectBas...
34.722222
103
0.5896
06cffe30ae66f727f5f03a027e9701b74a502381
725
cs
C#
src/Radical/ComponentModel/Container/IPuzzleContainerFacility.cs
RadicalFx/Radical
506eff5686b12733bb92fc24b8b36d0bb42e1cb2
[ "MIT" ]
30
2015-11-15T10:37:42.000Z
2021-03-15T09:00:33.000Z
src/Radical/ComponentModel/Container/IPuzzleContainerFacility.cs
RadicalFx/Radical
506eff5686b12733bb92fc24b8b36d0bb42e1cb2
[ "MIT" ]
252
2015-06-12T15:11:17.000Z
2022-03-28T12:01:26.000Z
src/Radical/ComponentModel/Container/IPuzzleContainerFacility.cs
RadicalFx/Radical
506eff5686b12733bb92fc24b8b36d0bb42e1cb2
[ "MIT" ]
6
2015-08-20T11:04:37.000Z
2020-03-30T11:31:28.000Z
using System; namespace Radical.ComponentModel { /// <summary> /// Defines a facility for the puzzle container. /// </summary> [Obsolete("IPuzzleContainerFacility has been obsoleted and will be removed in v3.0.0")] public interface IPuzzleContainerFacility { /// <summary> /// I...
30.208333
91
0.627586
6618287510313df13276895cbafc78d8a5e34379
1,124
cs
C#
HULAF.BackEnd/HULAF.Unit.Tests/HULAFContextFactory.cs
peterkollerlv/hulaf
5d5bd0a69b35491a5c86b0af386204ad83816fd5
[ "MIT" ]
null
null
null
HULAF.BackEnd/HULAF.Unit.Tests/HULAFContextFactory.cs
peterkollerlv/hulaf
5d5bd0a69b35491a5c86b0af386204ad83816fd5
[ "MIT" ]
10
2020-11-08T07:46:04.000Z
2022-03-02T02:52:56.000Z
HULAF.BackEnd/HULAF.Unit.Tests/HULAFContextFactory.cs
peterkollerlv/hulaf
5d5bd0a69b35491a5c86b0af386204ad83816fd5
[ "MIT" ]
null
null
null
using HULAF.DataAccess.Context; using HULAF.Domain.Personal; using HULAF.Domain.Personal.Contact; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Text; namespace HULAF.UnitTests { public class HULAFContextFactory { public static HULAFContext Create() ...
26.761905
220
0.621886
a18fcdb957e671d0e208198661c7d5945ae0cb17
3,417
cs
C#
JabbR.Tests/CryptoHelperFacts.cs
FaytLeingod007/JabbR
c617036fbf505ddfd3c44f623eebbf28a4e7fbef
[ "MIT" ]
679
2015-01-02T23:55:30.000Z
2022-03-16T12:16:10.000Z
JabbR.Tests/CryptoHelperFacts.cs
FaytLeingod007/JabbR
c617036fbf505ddfd3c44f623eebbf28a4e7fbef
[ "MIT" ]
60
2015-01-03T05:03:06.000Z
2021-06-29T05:11:35.000Z
JabbR.Tests/CryptoHelperFacts.cs
FaytLeingod007/JabbR
c617036fbf505ddfd3c44f623eebbf28a4e7fbef
[ "MIT" ]
302
2015-01-08T11:29:13.000Z
2022-01-11T08:17:18.000Z
using System; using System.Security.Cryptography; using System.Text; using JabbR.Infrastructure; using Xunit; namespace JabbR.Tests { public class CryptoHelperFacts { [Fact] public void ProtectCanUnProtect() { byte[] encryptionKey = GenerateRandomBytes(); byte[]...
32.855769
140
0.542874
a1f8b370a45f329d39fd67c86299306c0e835870
1,950
cs
C#
Assets/Scripts/GameController.cs
R3eCe1859678/Arena-of-Glory
e7d735b4702d872d82e501bb2f3c56da6875713d
[ "Unlicense" ]
5
2021-02-06T15:04:15.000Z
2021-09-27T16:42:24.000Z
Assets/Scripts/GameController.cs
R3eCe1859678/Arena-of-Glory
e7d735b4702d872d82e501bb2f3c56da6875713d
[ "Unlicense" ]
null
null
null
Assets/Scripts/GameController.cs
R3eCe1859678/Arena-of-Glory
e7d735b4702d872d82e501bb2f3c56da6875713d
[ "Unlicense" ]
12
2021-02-03T11:45:46.000Z
2022-03-11T04:05:56.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using System.Transactions; using UnityEngine.SocialPlatforms; public class GameController : MonoBehaviour { private List<FighterStats> fighterStats; private GameObject battleMenu; public Text battleText;...
30
83
0.637949
6f93b9b3f603ca582e87a03cb7c500e8553f6f76
1,003
cs
C#
edituj/Common/IReaderService.cs
lukardvn/blok2FTN
91b72eba79d15ce6193b5aee9dab9fd28a3cf298
[ "MIT" ]
null
null
null
edituj/Common/IReaderService.cs
lukardvn/blok2FTN
91b72eba79d15ce6193b5aee9dab9fd28a3cf298
[ "MIT" ]
null
null
null
edituj/Common/IReaderService.cs
lukardvn/blok2FTN
91b72eba79d15ce6193b5aee9dab9fd28a3cf298
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.Text; using System.Threading.Tasks; namespace Common { [ServiceContract] public interface IReaderService { [OperationContract] Tuple<bool,byte[]> CreateDB(string name); [Opera...
32.354839
88
0.677966
a2b4af3af99da50712589d89af6526e1b0193c5d
4,993
cs
C#
Drivers/UspsShippingMethodPartDriver.cs
MatteoPiovanelli-Laser/Nwazet.Commerce
7cebf4e56cfee8b6e2cbded712dd93cc94c1cf9e
[ "BSD-3-Clause" ]
32
2016-03-01T14:40:05.000Z
2021-06-11T05:37:41.000Z
Drivers/UspsShippingMethodPartDriver.cs
MatteoPiovanelli-Laser/Nwazet.Commerce
7cebf4e56cfee8b6e2cbded712dd93cc94c1cf9e
[ "BSD-3-Clause" ]
83
2016-02-29T22:44:16.000Z
2021-02-10T21:51:07.000Z
Drivers/UspsShippingMethodPartDriver.cs
MatteoPiovanelli-Laser/Nwazet.Commerce
7cebf4e56cfee8b6e2cbded712dd93cc94c1cf9e
[ "BSD-3-Clause" ]
25
2016-02-29T21:43:58.000Z
2020-10-16T01:53:23.000Z
using System.Linq; using Nwazet.Commerce.Models; using Nwazet.Commerce.Services; using Orchard.ContentManagement; using Orchard.ContentManagement.Drivers; using Orchard.ContentManagement.Handlers; using Orchard.Environment.Extensions; namespace Nwazet.Commerce.Drivers { [OrchardFeature("Usps.Shipping")] ...
47.103774
121
0.522932
23b0f4391096c16ee22abb1b67b6a4ffb461d676
442
cs
C#
Lab.SE02/Terme/01. Core/Terme.Core.Domain/Masters/Entities/MasterProductPhoto.cs
IMICTO/dotnetcore3
04b12bf5ea5f363aae0d067ca6c568dd8e898abd
[ "Apache-2.0" ]
1
2020-11-06T11:02:18.000Z
2020-11-06T11:02:18.000Z
Lab.SE03/Terme/01. Core/Terme.Core.Domain/Masters/Entities/MasterProductPhoto.cs
IMICTO/dotnetcore3
04b12bf5ea5f363aae0d067ca6c568dd8e898abd
[ "Apache-2.0" ]
null
null
null
Lab.SE03/Terme/01. Core/Terme.Core.Domain/Masters/Entities/MasterProductPhoto.cs
IMICTO/dotnetcore3
04b12bf5ea5f363aae0d067ca6c568dd8e898abd
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Terme.Core.Domain.Photos.Entities; using Terme.Framework.Domain; namespace Terme.Core.Domain.Masters.Entities { public class MasterProductPhoto : BaseEntity { public MasterProduct MasterProducts { get; set; } public long ...
26
57
0.696833
9b0e12cf8bb36c10b251d83f62b862413d5a6da0
419
cs
C#
src/Api/Installers/ControllersInstaller.cs
rarcz29/eliboo_api
8197d2c464e951e9077f70f9e7affe591ad81589
[ "MIT" ]
null
null
null
src/Api/Installers/ControllersInstaller.cs
rarcz29/eliboo_api
8197d2c464e951e9077f70f9e7affe591ad81589
[ "MIT" ]
null
null
null
src/Api/Installers/ControllersInstaller.cs
rarcz29/eliboo_api
8197d2c464e951e9077f70f9e7affe591ad81589
[ "MIT" ]
null
null
null
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; namespace Eliboo.Api.Installers { public class ControllersInstaller : IInstaller { public void InstallServices(IServiceCollection services, IConfiguration configuration) { services.AddControll...
27.933333
94
0.711217
96b9ae28945bf4b877c9287048de984847c83652
17,189
cs
C#
BTCPayServer.Tests/ThirdPartyTests.cs
trigger67/btcpayserver
b0125adfe9cecd2eda56725f36021ad638aefb65
[ "MIT" ]
1
2019-10-05T18:06:31.000Z
2019-10-05T18:06:31.000Z
BTCPayServer.Tests/ThirdPartyTests.cs
trigger67/btcpayserver
b0125adfe9cecd2eda56725f36021ad638aefb65
[ "MIT" ]
null
null
null
BTCPayServer.Tests/ThirdPartyTests.cs
trigger67/btcpayserver
b0125adfe9cecd2eda56725f36021ad638aefb65
[ "MIT" ]
1
2020-01-28T02:21:56.000Z
2020-01-28T02:21:56.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Controllers; using BTCPayServer.Data; using BTCPayServer.Models.StoreViewModels; usi...
45.353562
170
0.566758
aca5a0d0099184221feb5cb1cd40ccd34601798f
1,854
cs
C#
src/Caching/SqlServer/src/SqlServerCacheOptions.cs
bladepan/extensions
c2cca85f2d4a44ead80abc3b6702b0422514c5ca
[ "MIT" ]
3
2021-03-05T12:42:07.000Z
2021-12-21T02:40:12.000Z
src/Caching/SqlServer/src/SqlServerCacheOptions.cs
bladepan/extensions
c2cca85f2d4a44ead80abc3b6702b0422514c5ca
[ "MIT" ]
23
2022-01-11T08:33:58.000Z
2022-03-28T23:19:08.000Z
src/Caching/SqlServer/src/SqlServerCacheOptions.cs
bladepan/extensions
c2cca85f2d4a44ead80abc3b6702b0422514c5ca
[ "MIT" ]
2
2021-03-16T07:53:44.000Z
2021-12-16T11:19:53.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; using Microsoft.Extensions.Internal; using Microsoft.Extensions.Options; namespace Microsoft.Extensio...
33.709091
130
0.615426
acc5ef57acb2041b2ded0425f82641ee5d261abd
3,466
cs
C#
src/Arbor.NuGetServer.Api/Areas/Security/RsaKeyHelper.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
null
null
null
src/Arbor.NuGetServer.Api/Areas/Security/RsaKeyHelper.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
10
2021-03-23T06:00:44.000Z
2021-04-30T15:45:53.000Z
src/Arbor.NuGetServer.Api/Areas/Security/RsaKeyHelper.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
null
null
null
using System; using System.IO; using System.Security.Cryptography; using System.Text; using IdentityModel; using JetBrains.Annotations; using Microsoft.IdentityModel.Tokens; using Newtonsoft.Json; namespace Arbor.NuGetServer.Api.Areas.Security { public static class RsaKeyHelper { public static RsaSecu...
28.644628
101
0.530583
1f81064f6158da0745e51908713b1098422cc0b9
289
cs
C#
iSHARE.Abstractions/PagedResult.cs
adrianiftode/AuthorizationRegistry
273fd5bbed8e167275b012390f3c985ff353b4e3
[ "Unlicense" ]
6
2018-10-11T15:02:37.000Z
2021-07-28T16:43:34.000Z
iSHARE.Abstractions/PagedResult.cs
adrianiftode/AuthorizationRegistry
273fd5bbed8e167275b012390f3c985ff353b4e3
[ "Unlicense" ]
17
2018-10-03T08:08:21.000Z
2022-03-02T09:35:25.000Z
iSHARE.Abstractions/PagedResult.cs
adrianiftode/AuthorizationRegistry
273fd5bbed8e167275b012390f3c985ff353b4e3
[ "Unlicense" ]
9
2018-09-13T19:56:33.000Z
2021-08-06T10:33:44.000Z
using System.Collections.Generic; using Newtonsoft.Json; namespace iSHARE.Abstractions { public class PagedResult<T> { [JsonProperty("count")] public int Count { get; set; } [JsonProperty("data")] public IEnumerable<T> Data { get; set; } } }
19.266667
48
0.619377
1ff155c4b7daa98336100a2602fe0c36c3ff900f
2,136
cs
C#
code/SDT.Prime/PrimeForm/FormMain.cs
yifeitao/csharp_train_2015
3ff4093cb827c30476abdbe8b8373fd655c157fb
[ "Unlicense" ]
null
null
null
code/SDT.Prime/PrimeForm/FormMain.cs
yifeitao/csharp_train_2015
3ff4093cb827c30476abdbe8b8373fd655c157fb
[ "Unlicense" ]
null
null
null
code/SDT.Prime/PrimeForm/FormMain.cs
yifeitao/csharp_train_2015
3ff4093cb827c30476abdbe8b8373fd655c157fb
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Numerics; using System.Text; using System.Windows.Forms; using SDT.Prime; namespace PrimeForm { public partial class FormMain : Form { pu...
30.956522
118
0.514045
388e416ad877d328f9a6380eba63c23a8e981302
5,899
cs
C#
archive/Changesets/mbf-76446/Source/Framework/Add-ins/Bio.Padena/Scaffold/OrientationBasedMatePairFilter.cs
jdm7dv/Microsoft-Biology-Foundation
4873300d957cb46694392c480301b319b55f58b8
[ "Apache-2.0" ]
null
null
null
archive/Changesets/mbf-76446/Source/Framework/Add-ins/Bio.Padena/Scaffold/OrientationBasedMatePairFilter.cs
jdm7dv/Microsoft-Biology-Foundation
4873300d957cb46694392c480301b319b55f58b8
[ "Apache-2.0" ]
null
null
null
archive/Changesets/mbf-76446/Source/Framework/Add-ins/Bio.Padena/Scaffold/OrientationBasedMatePairFilter.cs
jdm7dv/Microsoft-Biology-Foundation
4873300d957cb46694392c480301b319b55f58b8
[ "Apache-2.0" ]
null
null
null
// ********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the Apache License, Version 2.0. // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WAR...
36.41358
127
0.461604
f05034cb46e6d13c576e6b14b29f60d39e02b140
99
cs
C#
RestraurantApp/App/IMenu.cs
210726-wvu-net-ext/P0-Collin-Hintzke
ced9074b9d8ec6e8a2ee001b6d9157bc01272f39
[ "MIT" ]
null
null
null
RestraurantApp/App/IMenu.cs
210726-wvu-net-ext/P0-Collin-Hintzke
ced9074b9d8ec6e8a2ee001b6d9157bc01272f39
[ "MIT" ]
3
2021-09-03T14:08:51.000Z
2021-09-03T14:30:44.000Z
RestraurantApp/App/IMenu.cs
210726-wvu-net-ext/P0-Collin-Hintzke
ced9074b9d8ec6e8a2ee001b6d9157bc01272f39
[ "MIT" ]
2
2021-07-28T20:20:31.000Z
2021-09-03T14:36:03.000Z
namespace App { public interface IMenu { void Start(); void End(); } }
11
26
0.484848
ad40a55f87026afbfd97af07a5773760380a6f1d
3,169
cs
C#
Lab10/UnivercityTerminal.cs
tipalol/Programming-labs
aba08d56a639dc34214e8db9f36896133aba9e82
[ "MIT" ]
1
2019-06-01T06:38:17.000Z
2019-06-01T06:38:17.000Z
Lab10/UnivercityTerminal.cs
tipalol/Programming-labs
aba08d56a639dc34214e8db9f36896133aba9e82
[ "MIT" ]
null
null
null
Lab10/UnivercityTerminal.cs
tipalol/Programming-labs
aba08d56a639dc34214e8db9f36896133aba9e82
[ "MIT" ]
null
null
null
// // UnivercityTerminal.cs // UnivercityTerminal // // Created by Сорокин Дмитрий on 02/06/2019. // Copyright © 2019 Сорокин Дмитрий. All rights reserved. // using System; namespace Lab10 { /// <summary> /// Класс поределяет терминал в университете, а также методы работы с ним /// Используется паттерн...
34.824176
97
0.57526
87b572e61c4174205b050a0a5c14814de9cfeda8
166,079
cs
C#
src/Cryogenic/Overrides/Generated/GeneratedCode17.cs
OpenRakis/Cryogenic
9271018693c4d17b0960b25755339a656dffdc39
[ "Apache-2.0" ]
null
null
null
src/Cryogenic/Overrides/Generated/GeneratedCode17.cs
OpenRakis/Cryogenic
9271018693c4d17b0960b25755339a656dffdc39
[ "Apache-2.0" ]
8
2022-02-19T23:08:05.000Z
2022-03-27T13:50:00.000Z
src/Cryogenic/Overrides/Generated/GeneratedCode17.cs
OpenRakis/Cryogenic
9271018693c4d17b0960b25755339a656dffdc39
[ "Apache-2.0" ]
null
null
null
namespace Cryogenic.Overrides; using Spice86.Emulator.Function; public partial class GeneratedOverrides : CSharpOverrideHelper { public virtual Action spice86_generated_label_call_target_1000_C4ED_01C4ED(int loadOffset) { entrydispatcher: if(loadOffset != 0) { throw FailAsUntested("External ...
34.861251
139
0.630393
e2ac9d68bf540a10be39aea8bfb24cb84582aab5
1,830
cs
C#
RiotSharp/Misc/Region.cs
RyZum/RiotSharp
7ae756c8ce7eb1c700739f85f8b5fc8fd8521723
[ "MIT" ]
null
null
null
RiotSharp/Misc/Region.cs
RyZum/RiotSharp
7ae756c8ce7eb1c700739f85f8b5fc8fd8521723
[ "MIT" ]
5
2019-05-31T08:46:45.000Z
2019-05-31T14:10:22.000Z
RiotSharp/Misc/Region.cs
RyZum/RiotSharp
7ae756c8ce7eb1c700739f85f8b5fc8fd8521723
[ "MIT" ]
1
2020-08-16T16:36:43.000Z
2020-08-16T16:36:43.000Z
using Newtonsoft.Json; using RiotSharp.Misc.Converters; namespace RiotSharp.Misc { /// <summary> /// Region for the API. /// </summary> [JsonConverter(typeof(RegionConverter))] public enum Region { /// <summary> /// Brasil. /// </summary> Br, /// <summa...
19.677419
128
0.436612
f1dbb713d452c611312f07578c9f5286e834a7a4
694
cs
C#
src/Disqord.Bot/Commands/TypeParsers/SnowflakeTypeParser.cs
moriyahiroaki/Disqord
ad50d8467131e4fd2891683085e883793ca912cb
[ "MIT" ]
1
2021-08-25T01:12:08.000Z
2021-08-25T01:12:08.000Z
src/Disqord.Bot/Commands/TypeParsers/SnowflakeTypeParser.cs
moriyahiroaki/Disqord
ad50d8467131e4fd2891683085e883793ca912cb
[ "MIT" ]
null
null
null
src/Disqord.Bot/Commands/TypeParsers/SnowflakeTypeParser.cs
moriyahiroaki/Disqord
ad50d8467131e4fd2891683085e883793ca912cb
[ "MIT" ]
1
2021-07-28T18:50:32.000Z
2021-07-28T18:50:32.000Z
using System.Threading.Tasks; using Qmmands; namespace Disqord.Bot.Parsers { /// <summary> /// Represents type parsing for the <see cref="Snowflake"/> type /// via <see cref="Snowflake.TryParse(string, out Snowflake)"/>. /// </summary> public class SnowflakeTypeParser : DiscordTyp...
31.545455
140
0.615274
69b3dfcbd014c0bb2b7bba6a4e3759723f10312b
3,477
cs
C#
src/MiniUML.View/Converter/ShapeIdToControlConverter.cs
gaelgael5/edi
5bac493f7e869a6863e28e8836c06592975c564c
[ "MIT" ]
269
2017-08-02T17:16:57.000Z
2022-03-30T10:22:31.000Z
MiniUML/MiniUML.View/Converter/ShapeIdToControlConverter.cs
denis554/Edi-1
c02e86fbbff87ec916c35f538fa7c311b0f49246
[ "MIT" ]
39
2017-06-06T05:34:56.000Z
2022-01-06T19:09:25.000Z
MiniUML/MiniUML.View/Converter/ShapeIdToControlConverter.cs
denis554/Edi-1
c02e86fbbff87ec916c35f538fa7c311b0f49246
[ "MIT" ]
64
2017-06-06T05:36:59.000Z
2021-12-04T23:38:01.000Z
namespace MiniUML.View.Converter { using System; using System.Globalization; using System.Windows; using System.Windows.Data; using System.Xml.Linq; using MiniUML.Framework; using MiniUML.Model.ViewModels; using MiniUML.Model.ViewModels.Shapes; using MiniUML.View.Controls; using MiniUML.View.Views;...
34.088235
107
0.640782
4e3aa7a44a7ef7f1bd2dcf8cc72051fbd5b2dd65
980
cs
C#
Api/BccPay.Core.Infrastructure/Dtos/PaymentRequestDto.cs
bcc-code/bcc-pay
6f95433eed695566f2ea5322a9f12366fdcfe886
[ "MIT" ]
1
2021-06-29T16:37:28.000Z
2021-06-29T16:37:28.000Z
Api/BccPay.Core.Infrastructure/Dtos/PaymentRequestDto.cs
bcc-code/bcc-pay
6f95433eed695566f2ea5322a9f12366fdcfe886
[ "MIT" ]
23
2021-07-19T13:01:50.000Z
2022-03-02T11:44:22.000Z
Api/BccPay.Core.Infrastructure/Dtos/PaymentRequestDto.cs
bcc-code/bcc-pay
6f95433eed695566f2ea5322a9f12366fdcfe886
[ "MIT" ]
null
null
null
using BccPay.Core.Domain.Entities; namespace BccPay.Core.Infrastructure.Dtos { public class PaymentRequestDto { public string PaymentId { get; set; } public string BaseCurrency { get; set; } public string OtherCurrency { get; set; } public decimal Amount { get; set; } p...
37.692308
67
0.632653
dd9bcc65a84012868d6183931150d69c1279e0a3
750
cs
C#
src/Extensions/ToolStripItemExtensions.cs
bigtlb/WinFormMarkup
a9951ecd8a5828199dee9eafa54295dfacfc8d50
[ "MIT" ]
null
null
null
src/Extensions/ToolStripItemExtensions.cs
bigtlb/WinFormMarkup
a9951ecd8a5828199dee9eafa54295dfacfc8d50
[ "MIT" ]
null
null
null
src/Extensions/ToolStripItemExtensions.cs
bigtlb/WinFormMarkup
a9951ecd8a5828199dee9eafa54295dfacfc8d50
[ "MIT" ]
1
2021-07-29T20:40:41.000Z
2021-07-29T20:40:41.000Z
using System; using System.Linq.Expressions; using System.Windows.Forms; namespace WinFormMarkup.Extensions { public static class ToolStripItemExtensions { public static TToolStripItem Text<TToolStripItem>( this TToolStripItem item, string text) where TToolStripItem...
27.777778
84
0.598667
fb0f7fdc332728a22356476568cd80d865666bbf
308
cs
C#
NovoMinitel/SITE_PT/RedunicreDSI.WS/Entities.cs
FMCalisto/mvti
8284df7b36549173fb1d6a336121da0673f7909d
[ "Unlicense" ]
1
2015-11-05T04:02:33.000Z
2015-11-05T04:02:33.000Z
NovoMinitel/Test_ASP_Service1/New Folder/Entities.cs
FMCalisto/mvti
8284df7b36549173fb1d6a336121da0673f7909d
[ "Unlicense" ]
null
null
null
NovoMinitel/Test_ASP_Service1/New Folder/Entities.cs
FMCalisto/mvti
8284df7b36549173fb1d6a336121da0673f7909d
[ "Unlicense" ]
null
null
null
using System; using System.Collections; using System.Data; using System.Reflection; using System.Runtime.Serialization; using OutSystems.ObjectKeys; using OutSystems.HubEdition.RuntimePlatform; using GotDotNet.ApplicationBlocks; namespace OutSystems.NssRedunicreDSI_WS { } // OutSystems.NssRedunicreDSI_WS
23.692308
44
0.847403
78550c3e8868653a9ad31893f78eac8e14ff6af3
825
cs
C#
Forays/Graphics/VertexAttributes.cs
Andres6936/Forays
7282c0950f2a8c332522efc070e3e19b154c064c
[ "BSD-3-Clause" ]
null
null
null
Forays/Graphics/VertexAttributes.cs
Andres6936/Forays
7282c0950f2a8c332522efc070e3e19b154c064c
[ "BSD-3-Clause" ]
null
null
null
Forays/Graphics/VertexAttributes.cs
Andres6936/Forays
7282c0950f2a8c332522efc070e3e19b154c064c
[ "BSD-3-Clause" ]
null
null
null
namespace Forays { public readonly struct VertexAttributes { public readonly int[] Size; public readonly int TotalSize; public VertexAttributes(params int[] counts) { //makes zeroed arrays in the given counts. int count = counts.GetLength(0); ...
30.555556
80
0.489697
2fae360ba09bea4a157ea72ef4db820fca0bbca8
2,169
cs
C#
PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Data/Model/ShipmentEntity.cs
VirtoCommerce-archieve/vc-integrations
0e62faa95e9a2cc4bc9d8dc8f11e04adebc90afe
[ "ADSL" ]
2
2021-03-24T23:06:46.000Z
2021-06-24T06:11:00.000Z
PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Data/Model/ShipmentEntity.cs
VirtoCommerce-archieve/vc-integrations
0e62faa95e9a2cc4bc9d8dc8f11e04adebc90afe
[ "ADSL" ]
null
null
null
PLATFORM/Modules/Cart/VirtoCommerce.CartModule.Data/Model/ShipmentEntity.cs
VirtoCommerce-archieve/vc-integrations
0e62faa95e9a2cc4bc9d8dc8f11e04adebc90afe
[ "ADSL" ]
null
null
null
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; using VirtoCommerce.Platform.Core.Common; namespace VirtoCommerce.C...
32.863636
83
0.71692
6491de0a27a180ded2c2c3cb1c8e0c673ffe88e6
7,501
cs
C#
Assets/Scripts/View/SquadBuilder/Panels/SquadsManagement.cs
DejaFu/FlyCasual
7e3fb8f84e6c4906acc3bc7da4e722c87a67d0ac
[ "MIT" ]
1
2022-02-12T15:39:17.000Z
2022-02-12T15:39:17.000Z
Assets/Scripts/View/SquadBuilder/Panels/SquadsManagement.cs
DejaFu/FlyCasual
7e3fb8f84e6c4906acc3bc7da4e722c87a67d0ac
[ "MIT" ]
null
null
null
Assets/Scripts/View/SquadBuilder/Panels/SquadsManagement.cs
DejaFu/FlyCasual
7e3fb8f84e6c4906acc3bc7da4e722c87a67d0ac
[ "MIT" ]
null
null
null
using Editions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; namespace SquadBuilderNS { public class SquadsManagement { private SquadBuilderView View; public Squads...
39.272251
191
0.620717
b44cb79211f197488382d0150de82bff6a8f8fc2
1,967
cs
C#
src/NHibernate.Caches.Redis/RedisNamespace.cs
EzyWebwerkstaden/NHibernate.Caches.Redis
5e1a5d398f2fc3224f7e4f7d0588bb7ad0bd5268
[ "MIT" ]
null
null
null
src/NHibernate.Caches.Redis/RedisNamespace.cs
EzyWebwerkstaden/NHibernate.Caches.Redis
5e1a5d398f2fc3224f7e4f7d0588bb7ad0bd5268
[ "MIT" ]
null
null
null
src/NHibernate.Caches.Redis/RedisNamespace.cs
EzyWebwerkstaden/NHibernate.Caches.Redis
5e1a5d398f2fc3224f7e4f7d0588bb7ad0bd5268
[ "MIT" ]
null
null
null
using System; using System.Threading; namespace NHibernate.Caches.Redis { // Derived from ServiceStack.Redis: // https://github.com/ServiceStack/ServiceStack.Redis/blob/v3/src/ServiceStack.Redis/Support/RedisNamespace.cs internal class RedisNamespace : IDisposable { private readonly ReaderWriter...
24.283951
114
0.50483
bd13697923f8bf64765029c93de1a75cb99a84b6
678
cs
C#
Source/Quintity.TestFramework/Quintity.TestFramework.Core/Exceptions/TestPropertiesNotInitializedException.cs
Quintity/TestFramework
ff3fe1536ba0dddb2146cf73314f9da8f924a764
[ "MIT" ]
null
null
null
Source/Quintity.TestFramework/Quintity.TestFramework.Core/Exceptions/TestPropertiesNotInitializedException.cs
Quintity/TestFramework
ff3fe1536ba0dddb2146cf73314f9da8f924a764
[ "MIT" ]
null
null
null
Source/Quintity.TestFramework/Quintity.TestFramework.Core/Exceptions/TestPropertiesNotInitializedException.cs
Quintity/TestFramework
ff3fe1536ba0dddb2146cf73314f9da8f924a764
[ "MIT" ]
null
null
null
using System; using System.Runtime.Serialization; namespace Quintity.TestFramework.Core { public class TestPropertiesNotInitializedException : TestException { public TestPropertiesNotInitializedException() { } public TestPropertiesNotInitializedException(string message) ...
24.214286
102
0.653392
bdbad89b5fdb0c4273815fe8899f0fdba3a1f051
352
cs
C#
2019_Functional-Testing/src_old/MutantsCatalogue.Infrastructure/Result.cs
kugushev/presentations
f9a164ad292250596aeb172ebfa4e0fed6ee7e15
[ "MIT" ]
null
null
null
2019_Functional-Testing/src_old/MutantsCatalogue.Infrastructure/Result.cs
kugushev/presentations
f9a164ad292250596aeb172ebfa4e0fed6ee7e15
[ "MIT" ]
null
null
null
2019_Functional-Testing/src_old/MutantsCatalogue.Infrastructure/Result.cs
kugushev/presentations
f9a164ad292250596aeb172ebfa4e0fed6ee7e15
[ "MIT" ]
1
2019-04-30T08:47:48.000Z
2019-04-30T08:47:48.000Z
namespace MutantsCatalogue.Infrastructure { internal class Result { public ContentsDto Contents { get; set; } } internal class ContentsDto { public QuoteDto[] Quotes { get; set; } } internal class QuoteDto { public string Quote { get; set; } public strin...
19.555556
49
0.59375
da5b2950c0addf0182b13298759683d720af3a6f
3,062
cs
C#
Plugin.FeedFilter/WebAdmin/OptionsView.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
208
2016-08-10T20:29:57.000Z
2022-03-29T04:58:05.000Z
Plugin.FeedFilter/WebAdmin/OptionsView.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
43
2017-07-23T12:24:05.000Z
2022-01-23T11:33:34.000Z
Plugin.FeedFilter/WebAdmin/OptionsView.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
47
2016-08-10T17:16:16.000Z
2022-03-05T08:12:21.000Z
// Copyright © 2018 onwards, Andrew Whewell // All rights reserved. // // Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright notice, th...
45.029412
750
0.682887
896b7307267217ea1f741f0fa5fafb48af7480af
4,204
cs
C#
Client/Pages/NewBriefing.razor.cs
if-tools/Briefings
d8cfdcfcd4152fe1df462e7830284307d7b2b787
[ "MIT" ]
null
null
null
Client/Pages/NewBriefing.razor.cs
if-tools/Briefings
d8cfdcfcd4152fe1df462e7830284307d7b2b787
[ "MIT" ]
5
2021-04-11T19:14:09.000Z
2021-04-18T16:19:30.000Z
Client/Pages/NewBriefing.razor.cs
if-tools/Briefings
d8cfdcfcd4152fe1df462e7830284307d7b2b787
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using IFToolsBriefings.Client.Services; using IFToolsBriefings.Client.Shared.Components; using IFToolsBriefings.Shared.Data.Models; using Microsoft.JSInterop; namespace IFToolsBriefings.Client.Pages { public partial class NewBriefing { private IJSObjectRefere...
37.20354
124
0.576356
3ceda80e2d5aa543c5cbee703d33a7c6b7317f7d
17,456
cs
C#
src/SharpNeatViewLib/Graph/IOGraphPainter.cs
a7866353/MySharpNEAT
22c2b867c66d9b84ccf556e1e180a2d064c15962
[ "MIT" ]
null
null
null
src/SharpNeatViewLib/Graph/IOGraphPainter.cs
a7866353/MySharpNEAT
22c2b867c66d9b84ccf556e1e180a2d064c15962
[ "MIT" ]
null
null
null
src/SharpNeatViewLib/Graph/IOGraphPainter.cs
a7866353/MySharpNEAT
22c2b867c66d9b84ccf556e1e180a2d064c15962
[ "MIT" ]
null
null
null
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software: you can redistribute it and/or modify * it under the terms of the GNU General P...
45.696335
133
0.586847
db22849318462f818932dd21dec16b21d2d69fff
533
cs
C#
tests/FizzWare.NBuilder.Tests/Integration/Models/IProduct.cs
Doug-Murphy/nbuilder
15b76d555f97bf6c0d464060026e14a5a075c7aa
[ "MIT" ]
325
2016-04-22T21:48:36.000Z
2022-03-25T13:57:39.000Z
tests/FizzWare.NBuilder.Tests/Integration/Models/IProduct.cs
Doug-Murphy/nbuilder
15b76d555f97bf6c0d464060026e14a5a075c7aa
[ "MIT" ]
94
2016-03-30T11:25:40.000Z
2022-03-07T15:53:26.000Z
tests/FizzWare.NBuilder.Tests/Integration/Models/IProduct.cs
Doug-Murphy/nbuilder
15b76d555f97bf6c0d464060026e14a5a075c7aa
[ "MIT" ]
53
2016-03-29T09:59:33.000Z
2022-02-16T21:17:49.000Z
using System.Collections.Generic; namespace FizzWare.NBuilder.Tests.Integration.Models { public interface IProduct { int Id { get; set; } string Title { get; set; } string Description { get; set; } int QuantityInStock { get; set; } decimal PriceBeforeTax { get; set; ...
21.32
52
0.596623
586a4efc4b9aa59b808549d05f14f5534aa5007c
2,130
cs
C#
src/Elders.Pandora/PandoraConfigurationProvider.cs
Elders/Pandora
423f61a0fa439307d0080dce1ee06966a3ddf48b
[ "Apache-2.0" ]
3
2016-01-19T10:14:29.000Z
2021-06-26T13:02:53.000Z
src/Elders.Pandora/PandoraConfigurationProvider.cs
Elders/Pandora
423f61a0fa439307d0080dce1ee06966a3ddf48b
[ "Apache-2.0" ]
9
2015-09-18T11:08:01.000Z
2020-09-18T12:52:52.000Z
src/Elders.Pandora/PandoraConfigurationProvider.cs
Elders/Pandora
423f61a0fa439307d0080dce1ee06966a3ddf48b
[ "Apache-2.0" ]
1
2017-06-08T07:49:18.000Z
2017-06-08T07:49:18.000Z
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Primitives; using System; using System.Collections.Generic; using System.Linq; using System.Threading; namespace Elders.Pandora { public class PandoraConfigurationProvider : ConfigurationProvider { private readonly IPandoraConfigurat...
33.809524
128
0.551174
31cf02243f797fad70c08c90eaff16eb8e92fae0
4,967
cs
C#
src/ReVision.Forms/BaseClasses/ControlStyles.cs
Terricide/ReVision
e0e5eb90ac0f57ef88faedc9c2d30d1ff9035049
[ "MIT" ]
10
2016-03-24T21:22:09.000Z
2016-07-11T00:39:23.000Z
src/ReVision.Forms/BaseClasses/ControlStyles.cs
Terricide/ReVision
e0e5eb90ac0f57ef88faedc9c2d30d1ff9035049
[ "MIT" ]
8
2016-03-24T22:23:20.000Z
2019-01-14T18:36:31.000Z
src/ReVision.Forms/BaseClasses/ControlStyles.cs
Terricide/ReVision
e0e5eb90ac0f57ef88faedc9c2d30d1ff9035049
[ "MIT" ]
12
2016-03-24T21:20:12.000Z
2020-11-19T02:37:14.000Z
namespace System.Windows.Forms { [Flags] public enum ControlStyles { // // Summary: // If true, the control is a container-like control. ContainerControl = 1, // // Summary: // If true, the control paints itself rather than the operating syste...
48.223301
145
0.615865
cd7a0807c32c5b8e4a816d5bb78d6de640b60ea8
3,969
cs
C#
VCSJones.FiddlerCertProvider/CertificateConfiguration.cs
madmarks/FiddlerCertGen
34632c9a120b6c8887acffb0520c2352788229a3
[ "MIT" ]
13
2015-09-03T20:46:44.000Z
2022-01-11T12:37:38.000Z
VCSJones.FiddlerCertProvider/CertificateConfiguration.cs
madmarks/FiddlerCertGen
34632c9a120b6c8887acffb0520c2352788229a3
[ "MIT" ]
15
2015-09-06T21:55:29.000Z
2017-11-30T18:03:56.000Z
VCSJones.FiddlerCertProvider/CertificateConfiguration.cs
madmarks/FiddlerCertGen
34632c9a120b6c8887acffb0520c2352788229a3
[ "MIT" ]
4
2015-09-06T14:30:07.000Z
2018-01-01T12:58:54.000Z
using VCSJones.FiddlerCertGen; namespace VCSJones.FiddlerCertProvider { public static class CertificateConfiguration { private const string RootCertificateHashAlgorithmPreferenceKey = "fiddler.cng.root-hash-algorithm"; private const string RootCertificateAlgorithmPreferenceKey = "fiddler.cng.r...
41.778947
198
0.642983
cf4213a80ec02cffb70b7bc25755a240475d4092
951
cs
C#
ServiceLayer/FlyballServiceLayer.cs
d3nz1l/DoggySites
c9b3df914436129db465a816a1984d1ceaead7c5
[ "Unlicense" ]
null
null
null
ServiceLayer/FlyballServiceLayer.cs
d3nz1l/DoggySites
c9b3df914436129db465a816a1984d1ceaead7c5
[ "Unlicense" ]
null
null
null
ServiceLayer/FlyballServiceLayer.cs
d3nz1l/DoggySites
c9b3df914436129db465a816a1984d1ceaead7c5
[ "Unlicense" ]
null
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="FlyballServiceLayer.cs" company=""> // // </copyright> // <summary> // The flyball service layer. // </summary> // -----------------------------------------------------------...
24.384615
120
0.402734
303625d03b90a40be3bb49dbcbeb014cc18579cf
3,612
cs
C#
Assets/Scripts/Parallaxer.cs
hariolate/FlappyBird
0970c4a07ec9f5a6fce3e7a11fd7fe58a0270170
[ "MIT" ]
null
null
null
Assets/Scripts/Parallaxer.cs
hariolate/FlappyBird
0970c4a07ec9f5a6fce3e7a11fd7fe58a0270170
[ "MIT" ]
null
null
null
Assets/Scripts/Parallaxer.cs
hariolate/FlappyBird
0970c4a07ec9f5a6fce3e7a11fd7fe58a0270170
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.Serialization; public class Parallaxer : MonoBehaviour { private class PoolObject { public readonly Transform transform; public bool inUse; public PoolObject(Transform t) { transform = t; } public void Use() { inUse = true; } publi...
21.372781
83
0.549834
e35db0b7d7e035c0babb3ec962263fea23a972a4
2,698
cs
C#
src/MassTransit.AmazonSqsTransport/Pipeline/AmazonSqsConsumerFilter.cs
misiek-it/MassTransit
9106eb7556506be5e7290d6e04a5b0eaf865c885
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/MassTransit.AmazonSqsTransport/Pipeline/AmazonSqsConsumerFilter.cs
misiek-it/MassTransit
9106eb7556506be5e7290d6e04a5b0eaf865c885
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/MassTransit.AmazonSqsTransport/Pipeline/AmazonSqsConsumerFilter.cs
misiek-it/MassTransit
9106eb7556506be5e7290d6e04a5b0eaf865c885
[ "ECL-2.0", "Apache-2.0" ]
1
2020-12-17T04:41:27.000Z
2020-12-17T04:41:27.000Z
// Copyright 2007-2018 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // 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 // ...
35.973333
153
0.659007
007ebf94f6be5e6a9fddb327023642522d219365
811
cs
C#
Source/Server/Mediachase.Net.Mail/AttachmentCollection.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
21
2015-07-22T15:22:41.000Z
2021-03-23T05:40:44.000Z
Source/Server/Mediachase.Net.Mail/AttachmentCollection.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
11
2015-10-19T07:54:10.000Z
2021-09-01T08:47:56.000Z
Source/Server/Mediachase.Net.Mail/AttachmentCollection.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
16
2015-07-22T15:23:09.000Z
2022-01-17T10:49:43.000Z
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; namespace Mediachase.Net.Mail { /// <summary> /// Represents attachment collection. /// </summary> public class AttachmentCollection : Collection<Attachment> { /// <summary> /// Initializes a new instance ...
24.575758
81
0.695438
00fb9938aa0d879c3500443a9b2bb15669b1ccf4
2,648
cs
C#
WebGitNet.SharedLib/DiffInfo.cs
leachdaniel/WebGitNet
a93c08150148028848f3767121a2081ec3ff6635
[ "Zlib" ]
49
2015-01-08T18:12:34.000Z
2020-02-19T10:12:35.000Z
WebGitNet.SharedLib/DiffInfo.cs
rameshrr/WebGitNet
d1a75ae3b8ecb4c1179ab7a2d59f41c49cabe385
[ "Zlib" ]
3
2015-06-02T09:47:11.000Z
2019-03-26T20:44:48.000Z
WebGitNet.SharedLib/DiffInfo.cs
rameshrr/WebGitNet
d1a75ae3b8ecb4c1179ab7a2d59f41c49cabe385
[ "Zlib" ]
31
2015-02-17T16:24:04.000Z
2021-12-15T11:34:43.000Z
//----------------------------------------------------------------------- // <copyright file="DiffInfo.cs" company="(none)"> // Copyright © 2013 John Gietzen and the WebGit .NET Authors. All rights reserved. // </copyright> // <author>John Gietzen</author> //-----------------------------------------------------------...
28.782609
99
0.510952
85e1932885778ed05b77cb51cb5bd36593bf3db2
2,029
cs
C#
Assets/AnyRPG/Engine/Core/System/Scripts/GameManager/ResourceManagers/SystemSkillManager.cs
LongChau/AnyRPGCore
3329f8788fb0fc6932d7a7b98af3ea2c7b4d83ac
[ "MIT" ]
1
2021-01-15T14:19:51.000Z
2021-01-15T14:19:51.000Z
Assets/AnyRPG/Engine/Core/System/Scripts/GameManager/ResourceManagers/SystemSkillManager.cs
LongChau/AnyRPGCore
3329f8788fb0fc6932d7a7b98af3ea2c7b4d83ac
[ "MIT" ]
null
null
null
Assets/AnyRPG/Engine/Core/System/Scripts/GameManager/ResourceManagers/SystemSkillManager.cs
LongChau/AnyRPGCore
3329f8788fb0fc6932d7a7b98af3ea2c7b4d83ac
[ "MIT" ]
null
null
null
using AnyRPG; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace AnyRPG { public class SystemSkillManager : SystemResourceManager { #region Singleton private static SystemSkillManager instance; public static SystemSkillManager MyInstance { ...
32.206349
118
0.568753
b65a15aaac45caf797f6849d88e45c8f484ce4d1
1,228
cs
C#
Src/See4Me.Shared/Services/DialogService.cs
ronab2k/CognitiveSutff
520efd30cb09dfcba097bdbc64f3a5d69918f3eb
[ "MIT" ]
null
null
null
Src/See4Me.Shared/Services/DialogService.cs
ronab2k/CognitiveSutff
520efd30cb09dfcba097bdbc64f3a5d69918f3eb
[ "MIT" ]
null
null
null
Src/See4Me.Shared/Services/DialogService.cs
ronab2k/CognitiveSutff
520efd30cb09dfcba097bdbc64f3a5d69918f3eb
[ "MIT" ]
null
null
null
using See4Me.Localization.Resources; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace See4Me.Services { public class DialogService : IDialogService { private GalaSoft.MvvmLight.Views.DialogService dialogService; publ...
36.117647
178
0.684853
8cb1078379c4f166b84a3aadf19bfa30c5d14727
3,098
cs
C#
sdk/src/Services/NimbleStudio/Generated/Model/Internal/MarshallTransformations/ActiveDirectoryConfigurationMarshaller.cs
ChristopherButtars/aws-sdk-net
f33050e58133959457b66b95481257e4f17e67ce
[ "Apache-2.0" ]
1,705
2015-01-15T19:41:21.000Z
2022-03-28T15:25:23.000Z
sdk/src/Services/NimbleStudio/Generated/Model/Internal/MarshallTransformations/ActiveDirectoryConfigurationMarshaller.cs
ChristopherButtars/aws-sdk-net
f33050e58133959457b66b95481257e4f17e67ce
[ "Apache-2.0" ]
1,811
2015-01-05T19:40:22.000Z
2022-03-31T19:57:40.000Z
sdk/src/Services/NimbleStudio/Generated/Model/Internal/MarshallTransformations/ActiveDirectoryConfigurationMarshaller.cs
ChristopherButtars/aws-sdk-net
f33050e58133959457b66b95481257e4f17e67ce
[ "Apache-2.0" ]
839
2015-01-17T12:51:09.000Z
2022-03-28T09:59:50.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...
36.880952
130
0.671401
3ac92d119b774e412417dfd5459499fad64a71aa
2,058
cs
C#
ERHMS.EpiInfo/Naming/ViewNameValidator.cs
CDCgov/erhms-info-manager
6b994b13882525f02ed85081884dd4b47afe0dda
[ "Apache-2.0" ]
null
null
null
ERHMS.EpiInfo/Naming/ViewNameValidator.cs
CDCgov/erhms-info-manager
6b994b13882525f02ed85081884dd4b47afe0dda
[ "Apache-2.0" ]
3
2021-02-17T22:57:23.000Z
2021-02-17T22:57:23.000Z
ERHMS.EpiInfo/Naming/ViewNameValidator.cs
CDCgov/erhms-info-manager
6b994b13882525f02ed85081884dd4b47afe0dda
[ "Apache-2.0" ]
1
2020-12-21T21:24:11.000Z
2020-12-21T21:24:11.000Z
using Epi; using System.Linq; using System.Text.RegularExpressions; namespace ERHMS.EpiInfo.Naming { public class ViewNameValidator : NameValidator { public static int MaxLength => 40; private static Regex GetPageTableNameRegex(string viewTableName) { return ne...
27.810811
98
0.495627
a9a436641c15d9a494fdb9d63a3fdc2fb4426e7c
1,067
cs
C#
PizzaBox.ORMData/Repositories/PizzaRepository.cs
tew9/p1-tew9-1
9286fd1ae4160667063704eab8c74285cea7f432
[ "MIT" ]
1
2020-06-26T21:14:26.000Z
2020-06-26T21:14:26.000Z
PizzaBox.ORMData/Repositories/PizzaRepository.cs
tew9/p1-tew9-1
9286fd1ae4160667063704eab8c74285cea7f432
[ "MIT" ]
null
null
null
PizzaBox.ORMData/Repositories/PizzaRepository.cs
tew9/p1-tew9-1
9286fd1ae4160667063704eab8c74285cea7f432
[ "MIT" ]
null
null
null
using System.Collections.Generic; using PizzaBox.ORMData.Database; using PizzaBox.Domain.Models; using System.Linq; using Microsoft.EntityFrameworkCore; namespace PizzaBox.ORMData.Repositories { public class PizzaRepository { private static readonly PizzaBoxDBContext _db = new PizzaBoxDBContext(); public ...
23.711111
94
0.613871
a9b673c2af8420d066d9a2e8c59d0627c89a8c46
78,173
cs
C#
source/Processor/Controllers/dbController.cs
contensive/Contensive5
3cd4c8d14d98b0f4157c010547d9fe1c87f45620
[ "Apache-2.0" ]
2
2019-10-20T22:57:57.000Z
2020-05-27T23:27:57.000Z
source/Processor/Controllers/dbController.cs
contensive/Contensive5
3cd4c8d14d98b0f4157c010547d9fe1c87f45620
[ "Apache-2.0" ]
93
2019-07-04T20:41:30.000Z
2020-09-20T10:47:40.000Z
source/Processor/Controllers/dbController.cs
contensive/Contensive5
3cd4c8d14d98b0f4157c010547d9fe1c87f45620
[ "Apache-2.0" ]
null
null
null
 using Contensive.BaseClasses; using Contensive.Models.Db; using Contensive.Processor.Exceptions; using Contensive.Processor.Models.Domain; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Data; using System.Data.SqlClient; using System.Diagnostics; using System.Thread...
49.19635
281
0.477428
a9eb4129eb0fcc32633ec3feebd02ccc84c760da
69,107
cs
C#
app/Evaseac/User Controls/Parameters.cs
edoomm/evaseac
08ed146a937d1e86a5b037f2e54a8d40d92aff5b
[ "MIT" ]
null
null
null
app/Evaseac/User Controls/Parameters.cs
edoomm/evaseac
08ed146a937d1e86a5b037f2e54a8d40d92aff5b
[ "MIT" ]
1
2022-01-23T22:25:49.000Z
2022-01-23T22:25:49.000Z
app/Evaseac/User Controls/Parameters.cs
edoomm/evaseac
08ed146a937d1e86a5b037f2e54a8d40d92aff5b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data; using System.Windows.Forms; using Evaseac.Properties; namespace Evaseac { public partial class Parameters : UserControl { private int radAl = 0, radCl = 0, radOD1 = 0, radOD2 = 0, radHard = 0; private bool byParams; //True when...
53.571318
332
0.496997
a0c4b3b485b02b7993f4d89feab57de20e050f14
1,136
cs
C#
src/ObjectCompare.Tests/EquatableTests.cs
tobper/ObjectCompare
1528ba746b2f680929a73518c8bc845387f5bcbc
[ "MIT" ]
2
2015-12-21T09:41:11.000Z
2019-12-16T07:42:42.000Z
src/ObjectCompare.Tests/EquatableTests.cs
tobper/ObjectCompare
1528ba746b2f680929a73518c8bc845387f5bcbc
[ "MIT" ]
null
null
null
src/ObjectCompare.Tests/EquatableTests.cs
tobper/ObjectCompare
1528ba746b2f680929a73518c8bc845387f5bcbc
[ "MIT" ]
null
null
null
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ObjectCompare.Tests { [TestClass] public class EquatableTests { [TestInitialize] public void Initialize() { ObjectComparer.Settings = new ObjectComparerSettings(); } [TestMethod...
24.695652
67
0.509683
2945d3bc7b97c58e50bf42cdba06a99a667687a2
2,064
cs
C#
Intersect.Client/Plugins/Contexts/ClientPluginContext.cs
scalyone/Intersect-Engine
74f72f7f73c7b772a14cb30a7bddca78cc5ff219
[ "BSD-Source-Code" ]
null
null
null
Intersect.Client/Plugins/Contexts/ClientPluginContext.cs
scalyone/Intersect-Engine
74f72f7f73c7b772a14cb30a7bddca78cc5ff219
[ "BSD-Source-Code" ]
null
null
null
Intersect.Client/Plugins/Contexts/ClientPluginContext.cs
scalyone/Intersect-Engine
74f72f7f73c7b772a14cb30a7bddca78cc5ff219
[ "BSD-Source-Code" ]
null
null
null
using System; using Intersect.Client.Framework.Content; using Intersect.Client.General; using Intersect.Client.Plugins.Helpers; using Intersect.Client.Plugins.Interfaces; using Intersect.Factories; using Intersect.Plugins; using Intersect.Plugins.Contexts; using Intersect.Plugins.Interfaces; using JetBrains.Annotati...
34.4
119
0.578973
779169c978a69a059f1e1c2cb04e72a3a06256d1
309
cs
C#
DTX.DesignPatterns/Extensions/StringExtensions.cs
PDmatrix/DTX.DesignPatterns
85714b052687fe5d4601f4dc80912913b8898c44
[ "MIT" ]
null
null
null
DTX.DesignPatterns/Extensions/StringExtensions.cs
PDmatrix/DTX.DesignPatterns
85714b052687fe5d4601f4dc80912913b8898c44
[ "MIT" ]
null
null
null
DTX.DesignPatterns/Extensions/StringExtensions.cs
PDmatrix/DTX.DesignPatterns
85714b052687fe5d4601f4dc80912913b8898c44
[ "MIT" ]
null
null
null
using System.Text.RegularExpressions; namespace DTX.DesignPatterns.Extensions { public static class StringExtensions { public static string RemoveWhiteSpace(this string str) { var re = new Regex("\\s+"); return re.Replace(str, string.Empty); } } }
23.769231
62
0.621359
c9fa8d9bd661ad0d9b88cc8faa289a5da9b14ada
2,726
cs
C#
Mod.cs
spacechase0/SeedCatalogue
b986c47899b0070f436a355fc02b4272c525640d
[ "MIT" ]
null
null
null
Mod.cs
spacechase0/SeedCatalogue
b986c47899b0070f436a355fc02b4272c525640d
[ "MIT" ]
null
null
null
Mod.cs
spacechase0/SeedCatalogue
b986c47899b0070f436a355fc02b4272c525640d
[ "MIT" ]
2
2018-12-20T05:47:58.000Z
2020-04-26T01:54:06.000Z
using System; using System.Collections.Generic; using StardewModdingAPI; using StardewValley; using StardewValley.Menus; using StardewModdingAPI.Events; using StardewValley.Locations; using SpaceCore.Events; namespace SeedCatalogue { public class Mod : StardewModdingAPI.Mod { public static Mod instanc...
36.346667
177
0.584373
95cdc010f4a5adf18a4a2abe67f3b54bf3780e26
357
cs
C#
Horizon.Payment.Alipay/Domain/KeyanColumn.cs
bluexray/Horizon.Sample
06dac6217d7e8ccbd68df9370e287a47d78f109a
[ "Apache-2.0" ]
1
2022-02-23T01:05:18.000Z
2022-02-23T01:05:18.000Z
Horizon.Payment.Alipay/Domain/KeyanColumn.cs
bluexray/Horizon.Sample
06dac6217d7e8ccbd68df9370e287a47d78f109a
[ "Apache-2.0" ]
null
null
null
Horizon.Payment.Alipay/Domain/KeyanColumn.cs
bluexray/Horizon.Sample
06dac6217d7e8ccbd68df9370e287a47d78f109a
[ "Apache-2.0" ]
null
null
null
using System.Text.Json.Serialization; namespace Horizon.Payment.Alipay.Domain { /// <summary> /// KeyanColumn Data Structure. /// </summary> public class KeyanColumn : AlipayObject { /// <summary> /// 密码 /// </summary> [JsonPropertyName("password")] public s...
21
44
0.57423
f4837c899885b15621a0a85ec146bd185fc6c367
2,880
cs
C#
src/FileCopier/Program.cs
DaftDeveloper/FileArchiver
68470b29192c7c1523d25d6d37605a0e7b6cdbbd
[ "MIT" ]
null
null
null
src/FileCopier/Program.cs
DaftDeveloper/FileArchiver
68470b29192c7c1523d25d6d37605a0e7b6cdbbd
[ "MIT" ]
null
null
null
src/FileCopier/Program.cs
DaftDeveloper/FileArchiver
68470b29192c7c1523d25d6d37605a0e7b6cdbbd
[ "MIT" ]
null
null
null
using DaftDev.FileCopier.Enums; using McMaster.Extensions.CommandLineUtils; using Microsoft.Extensions.Configuration; using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace DaftDev.FileCopier { class Program { internal static IConfiguration Configuration { get; s...
33.882353
168
0.604514
401478e57ac03c61dc79428101bb70dccfe678b5
6,277
cs
C#
src/AmazonAccess/Services/Products/Model/ItemAttributes.cs
skuvault-integrations/amazonAccess
74f4341ca76e50a0d6f4ef71bd87ab9aa247fb44
[ "BSD-3-Clause" ]
6
2019-08-14T17:24:26.000Z
2021-01-12T15:21:37.000Z
src/AmazonAccess/Services/Products/Model/ItemAttributes.cs
skuvault/amazonAccess
30714f3773825ca69ad34de8374b9c3aa0f6802b
[ "BSD-3-Clause" ]
3
2019-11-26T15:39:40.000Z
2021-02-15T07:57:30.000Z
src/AmazonAccess/Services/Products/Model/ItemAttributes.cs
skuvault/amazonAccess
30714f3773825ca69ad34de8374b9c3aa0f6802b
[ "BSD-3-Clause" ]
1
2021-07-19T11:39:45.000Z
2021-07-19T11:39:45.000Z
using System.Xml.Serialization; using AmazonAccess.Services.Common; namespace AmazonAccess.Services.Products.Model { [ XmlType( Namespace = "http://mws.amazonservices.com/schema/Products/2011-10-01" ) ] [ XmlRoot( Namespace = "http://mws.amazonservices.com/schema/Products/2011-10-01", IsNullable = false ) ] public...
43.895105
106
0.691254
c4cb17caf047e3dbc6ef6a19a28fae9d5c3cf813
202
cs
C#
src/Neo.SmartContract.Framework/Services/Neo/Account.cs
shargon/neo-devpack-dotnet
cbb3ca1518a7d3757456cced98f1d45b0e2b1b02
[ "MIT" ]
null
null
null
src/Neo.SmartContract.Framework/Services/Neo/Account.cs
shargon/neo-devpack-dotnet
cbb3ca1518a7d3757456cced98f1d45b0e2b1b02
[ "MIT" ]
1
2019-08-27T16:49:54.000Z
2019-08-27T16:49:54.000Z
src/Neo.SmartContract.Framework/Services/Neo/Account.cs
shargon/neo-devpack-dotnet
cbb3ca1518a7d3757456cced98f1d45b0e2b1b02
[ "MIT" ]
1
2020-12-04T07:48:48.000Z
2020-12-04T07:48:48.000Z
namespace Neo.SmartContract.Framework.Services.Neo { public class Account { [Syscall("Neo.Account.IsStandard")] public static extern bool IsStandard(byte[] scripthash); } }
22.444444
64
0.673267
f24936972b92dc9849f92ccd124dd5956b224646
1,011
cs
C#
ArgValidation.Tests.Performance/MethodTests/Enum/DefinedInEnumTest.cs
vmynkov/ArgValidation
2fc6c74f26a793dded4f8fa8667e3b9069833929
[ "MIT" ]
3
2018-11-28T19:57:42.000Z
2022-02-19T07:25:25.000Z
ArgValidation.Tests.Performance/MethodTests/Enum/DefinedInEnumTest.cs
mnkvsoft/ArgValidation
2fc6c74f26a793dded4f8fa8667e3b9069833929
[ "MIT" ]
null
null
null
ArgValidation.Tests.Performance/MethodTests/Enum/DefinedInEnumTest.cs
mnkvsoft/ArgValidation
2fc6c74f26a793dded4f8fa8667e3b9069833929
[ "MIT" ]
null
null
null
using System; using BenchmarkDotNet.Attributes; namespace ArgValidation.Tests.Performance.MethodTests.Enum { [CoreJob] [MemoryDiagnoser] public class DefinedInEnumTest { private static readonly TestEnum Value = TestEnum.Value1 | TestEnum.Value2; [Benchmark] public void Native(...
24.658537
83
0.557864
90c842db5f2b9d9b27ee786941fdac1df4cd88e3
964
cs
C#
Patterns/Adapter/TextViewer.cs
DNikitenko/design-patterns
fc16c8f2618b5430ce029c30d61e2c6965576f8c
[ "MIT" ]
null
null
null
Patterns/Adapter/TextViewer.cs
DNikitenko/design-patterns
fc16c8f2618b5430ce029c30d61e2c6965576f8c
[ "MIT" ]
null
null
null
Patterns/Adapter/TextViewer.cs
DNikitenko/design-patterns
fc16c8f2618b5430ce029c30d61e2c6965576f8c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Patterns.Adapter { /// <summary> /// Supports viewing text from different sources /// </summary> class TextViewer { /// <summary> /// Adapter for retrieving...
25.368421
88
0.591286
f44268b26bf73701f9ccd62488e6a5acdd62cafd
584
cs
C#
MegaApiClient.Tests/NodeOperationsAnonymousAsync.cs
evan-buss/MegaApiClient
b9be9d9569c78a8b3835c1e07181c93c329d127c
[ "MIT" ]
192
2015-01-01T18:01:13.000Z
2022-03-05T20:44:13.000Z
MegaApiClient.Tests/NodeOperationsAnonymousAsync.cs
evan-buss/MegaApiClient
b9be9d9569c78a8b3835c1e07181c93c329d127c
[ "MIT" ]
182
2015-03-16T15:35:59.000Z
2022-02-25T09:25:04.000Z
MegaApiClient.Tests/NodeOperationsAnonymousAsync.cs
evan-buss/MegaApiClient
b9be9d9569c78a8b3835c1e07181c93c329d127c
[ "MIT" ]
105
2015-01-12T09:35:33.000Z
2022-02-19T18:12:57.000Z
using CG.Web.MegaApiClient.Tests.Context; using Xunit; using Xunit.Abstractions; namespace CG.Web.MegaApiClient.Tests { [CollectionDefinition(nameof(NodeOperationsAnonymousAsync))] public class NodeOperationsAnonymousAsyncTestsCollection : ICollectionFixture<AnonymousAsyncTestContext> { } [Collection(nameof(No...
30.736842
110
0.809932
d627f8618d9fcbec537a4269cf2de195a8a6b20d
1,437
cs
C#
src/Stump.DofusProtocol/Types/Types/Game/Guild/GuildEmblem.cs
Daymortel/Stump
52ef6d4d565467f117fbd92b2827041d97044180
[ "Apache-2.0" ]
2
2021-11-03T04:33:50.000Z
2022-01-01T00:08:37.000Z
src/Stump.DofusProtocol/Types/Types/Game/Guild/GuildEmblem.cs
Daymortel/Stump
52ef6d4d565467f117fbd92b2827041d97044180
[ "Apache-2.0" ]
1
2021-09-11T21:18:14.000Z
2021-09-11T21:18:14.000Z
src/Stump.DofusProtocol/Types/Types/Game/Guild/GuildEmblem.cs
Daymortel/Stump
52ef6d4d565467f117fbd92b2827041d97044180
[ "Apache-2.0" ]
2
2021-09-11T08:42:53.000Z
2021-12-23T00:30:48.000Z
namespace Stump.DofusProtocol.Types { using System; using System.Linq; using System.Text; using Stump.DofusProtocol.Types; using Stump.Core.IO; [Serializable] public class GuildEmblem { public const short Id = 87; public virtual short TypeId { get {...
28.74
107
0.599861
799d239e2a8d6e2f427c4ed6eefed4ef182189ce
19,947
cs
C#
src/EA.Weee.Web.Tests.Unit/Areas/AatfReturn/Controller/SelectYourPCSControllerTests.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
2
2018-02-08T09:42:51.000Z
2019-05-07T14:06:27.000Z
src/EA.Weee.Web.Tests.Unit/Areas/AatfReturn/Controller/SelectYourPCSControllerTests.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
60
2017-03-16T11:35:44.000Z
2022-03-17T15:02:08.000Z
src/EA.Weee.Web.Tests.Unit/Areas/AatfReturn/Controller/SelectYourPCSControllerTests.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
1
2021-04-10T21:31:54.000Z
2021-04-10T21:31:54.000Z
namespace EA.Weee.Web.Tests.Unit.Areas.AatfReturn.Controller { using EA.Prsd.Core; using EA.Weee.Api.Client; using EA.Weee.Core.AatfReturn; using EA.Weee.Core.DataReturns; using EA.Weee.Core.Scheme; using EA.Weee.Requests.AatfReturn; using EA.Weee.Requests.Scheme; using EA.Weee.Web.Area...
40.460446
206
0.625006
7c76d81063ac76b5b610df22fa1df3d8d4487c45
471
cs
C#
Runtime/TimerFillUI.cs
OscarGutierrezT/Timer-And-Score
5a0a5d5d8becfb1f023fa29491d541e5d1dd3a48
[ "MIT" ]
null
null
null
Runtime/TimerFillUI.cs
OscarGutierrezT/Timer-And-Score
5a0a5d5d8becfb1f023fa29491d541e5d1dd3a48
[ "MIT" ]
null
null
null
Runtime/TimerFillUI.cs
OscarGutierrezT/Timer-And-Score
5a0a5d5d8becfb1f023fa29491d541e5d1dd3a48
[ "MIT" ]
null
null
null
namespace Ezphera.Examples { using UnityEngine; using UnityEngine.UI; using Ezphera.TimerScore; public class TimerFillUI : BaseTimerDrawer { public Text timeText; public Image fillImage; public override void DrawTimer(string timeString, float fillAmount) { ...
24.789474
75
0.632696
61ae7966a8927fb55c6cb28f2baa0bc4fa29f804
1,675
cs
C#
Assets/[Scripts]/BulletManager.cs
psmyang/GAME2014-F2021-MidTerm--101235517-
3e21734c8defbe4af3c981fe19b6c6b4e787ddbb
[ "MIT" ]
null
null
null
Assets/[Scripts]/BulletManager.cs
psmyang/GAME2014-F2021-MidTerm--101235517-
3e21734c8defbe4af3c981fe19b6c6b4e787ddbb
[ "MIT" ]
null
null
null
Assets/[Scripts]/BulletManager.cs
psmyang/GAME2014-F2021-MidTerm--101235517-
3e21734c8defbe4af3c981fe19b6c6b4e787ddbb
[ "MIT" ]
null
null
null
//********************************************************************************************************* // GAME2014-F2021-MidTerm-101235517.C# Unity by Mingkun Yang (C) October 19th 2021 All Rights Reserved. // // Name: Mingkun Yang // // StudentID: 101235517 // // Midterm Test submission. // // Description: Modi...
24.275362
108
0.573731
f71186ebc7d2db3e9da97ced3fe9f65ef3b819c0
1,577
cs
C#
AppCrl/crl/crlQuartier.cs
Natolotra/App
49686ad3a959d92f27fb0cf8e3e5b5fd23ceaff4
[ "MIT" ]
null
null
null
AppCrl/crl/crlQuartier.cs
Natolotra/App
49686ad3a959d92f27fb0cf8e3e5b5fd23ceaff4
[ "MIT" ]
null
null
null
AppCrl/crl/crlQuartier.cs
Natolotra/App
49686ad3a959d92f27fb0cf8e3e5b5fd23ceaff4
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace arch.crl { /// <summary> /// Description résumée de crlQuartier /// </summary> public class crlQuartier { #region variable private string numQuartier; private string quartier; ...
20.217949
42
0.41915
b2e032532f2180b43b9b2f53a78e43171611f402
1,272
cs
C#
file/AIBrainEditor.cs
alasaidi/file-cs
e0a1bcda3cf6c8f570a717f596444d5e0be53e5e
[ "Apache-2.0" ]
null
null
null
file/AIBrainEditor.cs
alasaidi/file-cs
e0a1bcda3cf6c8f570a717f596444d5e0be53e5e
[ "Apache-2.0" ]
null
null
null
file/AIBrainEditor.cs
alasaidi/file-cs
e0a1bcda3cf6c8f570a717f596444d5e0be53e5e
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using UltimateSurvival.AI; namespace UltimateSurvival.Editor { using UnityEditor; using UnityEngine; [CustomEditor(typeof(AIBrain))] public class AIBrainEditor : Editor { private AIBrain m_AIBrain; public override void OnInspectorGUI() { base.OnInspect...
20.516129
88
0.678459
9f0fbb272e1f8db85c1b869bca31d35304215209
7,968
cs
C#
SpaceInvaders/GameObject/GameObjectMan.cs
AlfredYan/Space_Invaders
379c28dc4a92790718d75cab95112c211daada86
[ "MIT" ]
null
null
null
SpaceInvaders/GameObject/GameObjectMan.cs
AlfredYan/Space_Invaders
379c28dc4a92790718d75cab95112c211daada86
[ "MIT" ]
null
null
null
SpaceInvaders/GameObject/GameObjectMan.cs
AlfredYan/Space_Invaders
379c28dc4a92790718d75cab95112c211daada86
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; namespace SpaceInvaders { public abstract class GameObjectMan_MLink : Manager { public GameObjectNode_Link pActive; public GameObjectNode_Link pReserved; } public class GameObjectMan : GameObjectMan_MLink { //-------------------------...
34.79476
101
0.491968
e5db9b5bd31c8bc37996ab125721b66687497195
1,168
cs
C#
Tomlet.Tests/TomlDocToObjectTests.cs
M3rs/Tomlet
4a69f0231bcd4e0daff698c8ff737c9cb892c164
[ "MIT" ]
null
null
null
Tomlet.Tests/TomlDocToObjectTests.cs
M3rs/Tomlet
4a69f0231bcd4e0daff698c8ff737c9cb892c164
[ "MIT" ]
null
null
null
Tomlet.Tests/TomlDocToObjectTests.cs
M3rs/Tomlet
4a69f0231bcd4e0daff698c8ff737c9cb892c164
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Tomlet.Tests.TestModelClasses; using Xunit; namespace Tomlet.Tests { public class ClassDeserializationTests { [Fact] public void DictionaryDeserializationWorks() { var dict = TomletMain.To<Dictionary<string, string>>(Tes...
35.393939
120
0.611301
044f071e684ea7a2efdb37a0e5032c262cd01e0c
3,022
cs
C#
TestsETLBox/src/DataFlowTests/DBSource/DBSourceColumnMappingTests.cs
SipanOhanyan/etlbox
58d69bcf2139916283a78909498c1fd9b93411d7
[ "MIT" ]
null
null
null
TestsETLBox/src/DataFlowTests/DBSource/DBSourceColumnMappingTests.cs
SipanOhanyan/etlbox
58d69bcf2139916283a78909498c1fd9b93411d7
[ "MIT" ]
null
null
null
TestsETLBox/src/DataFlowTests/DBSource/DBSourceColumnMappingTests.cs
SipanOhanyan/etlbox
58d69bcf2139916283a78909498c1fd9b93411d7
[ "MIT" ]
null
null
null
using ALE.ETLBox; using ALE.ETLBox.ConnectionManager; using ALE.ETLBox.ControlFlow; using ALE.ETLBox.DataFlow; using ALE.ETLBox.Helper; using ALE.ETLBox.Logging; using ALE.ETLBoxTests.Fixtures; using System; using System.Collections.Generic; using Xunit; namespace ALE.ETLBoxTests.DataFlowTests { [Collection("DataF...
32.847826
108
0.555261
ebd03649bfdf6eb53f75cbdac4fda9cd4dbd0522
595
cs
C#
DGP.Genshin/Controls/Converters/StarToSolidColorBrushConverter.cs
Klee233/Snap.Genshin
59568c00ef5063b042823bae0240a104fc259ca2
[ "MIT" ]
1
2021-02-12T15:54:09.000Z
2021-02-12T15:54:09.000Z
DGP.Genshin/Controls/Converters/StarToSolidColorBrushConverter.cs
Klee233/Snap.Genshin
59568c00ef5063b042823bae0240a104fc259ca2
[ "MIT" ]
null
null
null
DGP.Genshin/Controls/Converters/StarToSolidColorBrushConverter.cs
Klee233/Snap.Genshin
59568c00ef5063b042823bae0240a104fc259ca2
[ "MIT" ]
null
null
null
using System; using System.Globalization; using System.Windows; using System.Windows.Data; namespace DGP.Genshin.Controls.Converters { public class StarToSolidColorBrushConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { ...
28.333333
103
0.689076
1318fb570101a9c3b8bf4e9c8ecb495bb0c122d5
3,406
cs
C#
OOP/ReflectionAndAttributes/Stealer/Spy.cs
hidden16/Softuni-Advanced
d6159c3becd58442c3d8e9b59485ea4510d51c2b
[ "MIT" ]
null
null
null
OOP/ReflectionAndAttributes/Stealer/Spy.cs
hidden16/Softuni-Advanced
d6159c3becd58442c3d8e9b59485ea4510d51c2b
[ "MIT" ]
null
null
null
OOP/ReflectionAndAttributes/Stealer/Spy.cs
hidden16/Softuni-Advanced
d6159c3becd58442c3d8e9b59485ea4510d51c2b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; namespace Stealer { public class Spy { public string StealFieldInfo(string invesitagedClass, params string[] requestedFields) { Type classType = Type.GetType(invesitagedCl...
45.413333
121
0.607751
280bcc687a67d5a47565c5c41f529d39925b5942
4,128
cs
C#
Compentio.Ankara.Database/Extensions/TableExtensions.cs
alekshura/Ankara
11b93d2dd90dd8da84a94744e6441c410003bc7b
[ "MIT" ]
null
null
null
Compentio.Ankara.Database/Extensions/TableExtensions.cs
alekshura/Ankara
11b93d2dd90dd8da84a94744e6441c410003bc7b
[ "MIT" ]
2
2021-08-30T12:49:15.000Z
2021-08-30T12:49:16.000Z
Compentio.Ankara.Database/Extensions/TableExtensions.cs
alekshura/Ankara
11b93d2dd90dd8da84a94744e6441c410003bc7b
[ "MIT" ]
null
null
null
namespace Compentio.Ankara.Database.Extensions { using FluentMigrator.Builders; using FluentMigrator.Builders.Alter; using FluentMigrator.Builders.Alter.Table; using FluentMigrator.Builders.Create; using FluentMigrator.Builders.Create.Table; using FluentMigrator.Builders.Insert; using Fluen...
47.448276
183
0.709302
9f9baec3fd194db4e69506bf55ad0b59a32a0d24
302
cs
C#
SalesStatisticsSystem.DataAccessLayer.Contracts/ReaderWriter/ISaleDbReaderWriter.cs
AlexeyShpavda/SalesStatisticsSystem
317e233e1ff24fa6e6cfe62566f20286a9b63548
[ "MIT" ]
1
2020-09-16T07:43:26.000Z
2020-09-16T07:43:26.000Z
SalesStatisticsSystem.DataAccessLayer.Contracts/ReaderWriter/ISaleDbReaderWriter.cs
AlexeyShpavda/SalesStatisticsSystem
317e233e1ff24fa6e6cfe62566f20286a9b63548
[ "MIT" ]
null
null
null
SalesStatisticsSystem.DataAccessLayer.Contracts/ReaderWriter/ISaleDbReaderWriter.cs
AlexeyShpavda/SalesStatisticsSystem
317e233e1ff24fa6e6cfe62566f20286a9b63548
[ "MIT" ]
1
2020-05-28T17:44:34.000Z
2020-05-28T17:44:34.000Z
using SalesStatisticsSystem.Core.Contracts.Models.Sales; using SalesStatisticsSystem.DataAccessLayer.Contracts.ReaderWriter.Generic; namespace SalesStatisticsSystem.DataAccessLayer.Contracts.ReaderWriter { public interface ISaleDbReaderWriter : IGenericDbReaderWriter<SaleCoreModel> { } }
33.555556
80
0.84106
262b0ab8b91399763b4beefe3389056de8915d84
789
cs
C#
Assets/FunlySkyStudio/Scripts/Sky Profile/Profile Info/ProfileGroupSection.cs
Dedicatus/PhaseShifter
8b3439de065d650f6f4cdaa447dc1cb2bd133139
[ "MIT" ]
null
null
null
Assets/FunlySkyStudio/Scripts/Sky Profile/Profile Info/ProfileGroupSection.cs
Dedicatus/PhaseShifter
8b3439de065d650f6f4cdaa447dc1cb2bd133139
[ "MIT" ]
null
null
null
Assets/FunlySkyStudio/Scripts/Sky Profile/Profile Info/ProfileGroupSection.cs
Dedicatus/PhaseShifter
8b3439de065d650f6f4cdaa447dc1cb2bd133139
[ "MIT" ]
1
2021-08-03T03:32:19.000Z
2021-08-03T03:32:19.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Funly.SkyStudio { public class ProfileGroupSection { public string sectionTitle; public string sectionIcon; public string sectionKey; public string dependsOnFeature; public bool dependsOnValue; public ...
27.206897
90
0.736375
570c1352ee44a8d19d321101f4fb31d37f3982db
230
cs
C#
src/Hud/Settings/ButtonNode.cs
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
1
2020-09-25T21:11:20.000Z
2020-09-25T21:11:20.000Z
src/Hud/Settings/ButtonNode.cs
AtriCZE23/Atri
34ed092852b49daeafeb9c94adf3bfba42819b37
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
5
2021-12-14T20:56:36.000Z
2021-12-20T14:45:34.000Z
src/Hud/Settings/ButtonNode.cs
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
null
null
null
using System; using Newtonsoft.Json; namespace PoeHUD.Hud.Settings { public class ButtonNode { [JsonIgnore] public Action OnPressed = delegate { }; public ButtonNode() { } } }
15.333333
47
0.573913