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
92dd899e5ef52d6ca2a1b0f705b6bc69bb1d9546
317
cs
C#
src/Presentation/FaraMedia.Web/Models/Blogs/AddBlogCommentModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
src/Presentation/FaraMedia.Web/Models/Blogs/AddBlogCommentModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
src/Presentation/FaraMedia.Web/Models/Blogs/AddBlogCommentModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
using System.Web.Mvc; using Fara.Web.Framework; using Fara.Web.Framework.Mvc; namespace Fara.Web.Models.Blogs { public class AddBlogCommentModel : BaseFaraEntityModel { [FaraResourceDisplayName("Blog.Comments.CommentText")] [AllowHtml] public string CommentText { get; set; } } }
24.384615
62
0.700315
f8cf9dd81a7b6b545c3361f9765e04661e5e3e1e
1,969
cs
C#
MomentOfIntertia/InertiaTensorExtensions.cs
LambdaSix/MomentOfInertia
f9cf95bc2e4f1fca0b6f4cfa0d3eee53faaa2d69
[ "MIT" ]
null
null
null
MomentOfIntertia/InertiaTensorExtensions.cs
LambdaSix/MomentOfInertia
f9cf95bc2e4f1fca0b6f4cfa0d3eee53faaa2d69
[ "MIT" ]
null
null
null
MomentOfIntertia/InertiaTensorExtensions.cs
LambdaSix/MomentOfInertia
f9cf95bc2e4f1fca0b6f4cfa0d3eee53faaa2d69
[ "MIT" ]
null
null
null
using UnityEngine; namespace MomentOfIntertia { public static class InertiaTensorExtensions { public static void Accumulate(this ref Matrix4x4 self, Matrix4x4 other) { for (int i = 0; i < 3; i++) { self.SetColumn(i, self.GetColumn(i) + other.GetColumn(i)...
24.924051
79
0.42712
b0e4596dec89102b54f464668d36d486fc6b102c
18,087
cs
C#
Oiski.ConsoleTech/Oiski.ConsoleTech.Engine/Engine/Input/InputController.cs
ZhakalenDk/MenuFramework
695a5c477b003fac6828cd19b326e964fb5f99a9
[ "MIT" ]
null
null
null
Oiski.ConsoleTech/Oiski.ConsoleTech.Engine/Engine/Input/InputController.cs
ZhakalenDk/MenuFramework
695a5c477b003fac6828cd19b326e964fb5f99a9
[ "MIT" ]
14
2020-12-03T18:33:35.000Z
2021-02-01T17:40:31.000Z
Oiski.ConsoleTech/Oiski.ConsoleTech.Engine/Engine/Input/InputController.cs
ZhakalenDk/Oiski.ConsoleTech.Engine
695a5c477b003fac6828cd19b326e964fb5f99a9
[ "MIT" ]
null
null
null
using Oiski.ConsoleTech.Engine.Controls; using System; using System.Diagnostics; using System.Threading; using System.Linq; namespace Oiski.ConsoleTech.Engine.Input { /// <summary> /// Defines a threaded controller for retrieving and applying user input in a <see cref="Console"/> application /// </summary...
41.106818
263
0.451042
dea16256f788b588842517c30df4839737b8b630
377
csx
C#
GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.NodeServices.csx
brettrowberry/GiraffeWebApp
523d945f91dac85302e40b210fe780e740a1db80
[ "MIT" ]
null
null
null
GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.NodeServices.csx
brettrowberry/GiraffeWebApp
523d945f91dac85302e40b210fe780e740a1db80
[ "MIT" ]
null
null
null
GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.NodeServices.csx
brettrowberry/GiraffeWebApp
523d945f91dac85302e40b210fe780e740a1db80
[ "MIT" ]
null
null
null
namespace PaketLoadScripts #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Hosting.Abstractions.csx" #load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net451/Microsoft.Extensions.Logging.Console.csx" #load "/home/justin/code/fsharp/GiraffeWebA...
75.4
126
0.832891
d0f2d9067b77145bd47cbe622d328d3b03f21818
3,572
cs
C#
src/OpenApiGenerator/Csv/FileParser.cs
sped-mobi/OpenApiUtilities
ab324d4043f264e4a5855db7ecfa0282155d0ba7
[ "Apache-2.0" ]
null
null
null
src/OpenApiGenerator/Csv/FileParser.cs
sped-mobi/OpenApiUtilities
ab324d4043f264e4a5855db7ecfa0282155d0ba7
[ "Apache-2.0" ]
null
null
null
src/OpenApiGenerator/Csv/FileParser.cs
sped-mobi/OpenApiUtilities
ab324d4043f264e4a5855db7ecfa0282155d0ba7
[ "Apache-2.0" ]
null
null
null
// ----------------------------------------------------------------------- // <copyright file="FileParser.cs" company="Ollon, LLC"> // Copyright (c) 2017 Ollon, LLC. All rights reserved. // </copyright> // ----------------------------------------------------------------------- using System.Collections.Generic; us...
27.267176
75
0.316349
04cd7760d5b9ec633e2bf68cb51ed2f1becb8ddb
836
cs
C#
_PF - More Exercises/11.Arrays-Lab/T03.LastKNumbersSums/Program.cs
akdimitrov/CSharp-Fundamentals
5c7b2c50567ea3ef35f8b78e60264313954b865c
[ "MIT" ]
null
null
null
_PF - More Exercises/11.Arrays-Lab/T03.LastKNumbersSums/Program.cs
akdimitrov/CSharp-Fundamentals
5c7b2c50567ea3ef35f8b78e60264313954b865c
[ "MIT" ]
null
null
null
_PF - More Exercises/11.Arrays-Lab/T03.LastKNumbersSums/Program.cs
akdimitrov/CSharp-Fundamentals
5c7b2c50567ea3ef35f8b78e60264313954b865c
[ "MIT" ]
null
null
null
using System; namespace T03.LastKNumbersSums { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int k = int.Parse(Console.ReadLine()); long[] array = new long[n]; array[0] = 1; for (int i = 0;...
22.594595
55
0.299043
3f3593a9bad06d99adef9dd569ab3f7178a462cf
4,038
cs
C#
src/OpenRasta.Tests.Unit/TypeSystem/PropertyPathExpressionTree_Specification.cs
openrasta/openrasta-core
ee0ba4cd5c86283ed760eb7b66f0f49eab8340b0
[ "MIT" ]
40
2015-01-30T01:49:15.000Z
2021-11-11T03:47:16.000Z
src/OpenRasta.Tests.Unit/TypeSystem/PropertyPathExpressionTree_Specification.cs
openrasta/openrasta-core
ee0ba4cd5c86283ed760eb7b66f0f49eab8340b0
[ "MIT" ]
140
2015-01-20T11:31:49.000Z
2022-02-11T20:33:28.000Z
src/OpenRasta.Tests.Unit/TypeSystem/PropertyPathExpressionTree_Specification.cs
openrasta/openrasta-core
ee0ba4cd5c86283ed760eb7b66f0f49eab8340b0
[ "MIT" ]
39
2015-01-19T15:31:08.000Z
2020-10-05T13:59:17.000Z
#region License /* Authors: * Sebastien Lambla (seb@serialseb.com) * Copyright: * (C) 2007-2009 Caffeine IT & naughtyProd Ltd (http://www.caffeine-it.com) * License: * This file is distributed under the terms of the MIT License found at the end of this file. */ #endregion using System; ...
36.378378
114
0.635711
94af97d0813dde869813173aa7cee0c821562cac
1,425
cs
C#
Assets/_Project/Sources/WG/Managers/DependencyMediator.cs
RisulKarimWG/GameX
fee5e27252e6d7f8cdcd64acd6dd7b315dfc7a45
[ "MIT" ]
1
2020-06-12T09:59:17.000Z
2020-06-12T09:59:17.000Z
Assets/_Project/Sources/WG/Managers/DependencyMediator.cs
RisulKarimWG/GameX
fee5e27252e6d7f8cdcd64acd6dd7b315dfc7a45
[ "MIT" ]
null
null
null
Assets/_Project/Sources/WG/Managers/DependencyMediator.cs
RisulKarimWG/GameX
fee5e27252e6d7f8cdcd64acd6dd7b315dfc7a45
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.Serialization; using WG.GameX.Player; using WG.GameX.Ui; using WG.GameX.Util; namespace WG.GameX.Managers { public class DependencyMediator : MonoBehaviour { private static DependencyMediator _instance; public static DependencyMediator Instance { get { ret...
36.538462
105
0.698246
94e50f86b5303831de3f05930cfba6cb5b958a1b
156
cs
C#
01IntroductionToProgramming/08_SquareRoot/SquareRoot.cs
Etonchev/Telerik_CSharpPart1
b58d5e7f50a1f99d4f57433d282d2699dd748eff
[ "MIT" ]
null
null
null
01IntroductionToProgramming/08_SquareRoot/SquareRoot.cs
Etonchev/Telerik_CSharpPart1
b58d5e7f50a1f99d4f57433d282d2699dd748eff
[ "MIT" ]
null
null
null
01IntroductionToProgramming/08_SquareRoot/SquareRoot.cs
Etonchev/Telerik_CSharpPart1
b58d5e7f50a1f99d4f57433d282d2699dd748eff
[ "MIT" ]
null
null
null
using System; class SquareRoot { static void Main() { double squareRoot = Math.Sqrt(12345); Console.WriteLine(squareRoot); } }
15.6
45
0.608974
e65a1e8f4f41b96a14789e2ff9801258a6f32542
7,358
cs
C#
src/Client/Pages/Finance/FinanceAccounts.razor.cs
d-oit/Course.Doit.Finance
9f1ff2b05c571db2c9a8c3609398f2ff4f89def0
[ "MIT" ]
null
null
null
src/Client/Pages/Finance/FinanceAccounts.razor.cs
d-oit/Course.Doit.Finance
9f1ff2b05c571db2c9a8c3609398f2ff4f89def0
[ "MIT" ]
null
null
null
src/Client/Pages/Finance/FinanceAccounts.razor.cs
d-oit/Course.Doit.Finance
9f1ff2b05c571db2c9a8c3609398f2ff4f89def0
[ "MIT" ]
null
null
null
using BlazorHero.CleanArchitecture.Application.Features.Finance.FinanceAccounts.Queries.GetAllPaged; using BlazorHero.CleanArchitecture.Application.Requests.Finance; using BlazorHero.CleanArchitecture.Client.Extensions; using BlazorHero.CleanArchitecture.Shared.Constants.Application; using Microsoft.AspNetCore.Componen...
44.865854
168
0.619734
2cef4743b0bc6d3569b7ffc99605f82fecfdaecf
212
cs
C#
OnPayClient/Exceptions/SubscriptionResponseHasErrorsException.cs
simonlykke/dotnet-onpay
397f621b8372e735bd437e37c67de293f737ddf7
[ "MIT" ]
null
null
null
OnPayClient/Exceptions/SubscriptionResponseHasErrorsException.cs
simonlykke/dotnet-onpay
397f621b8372e735bd437e37c67de293f737ddf7
[ "MIT" ]
null
null
null
OnPayClient/Exceptions/SubscriptionResponseHasErrorsException.cs
simonlykke/dotnet-onpay
397f621b8372e735bd437e37c67de293f737ddf7
[ "MIT" ]
2
2021-05-25T08:08:55.000Z
2021-11-24T08:16:19.000Z
namespace OnPayClient.Exceptions { public class SubscriptionResponseHasErrorsException : BaseException { public SubscriptionResponseHasErrorsException(string message) : base(message) { } } }
26.5
89
0.754717
399ad0ffd0a6166b9495666421627e69b3579508
1,489
cs
C#
Source/JdSdk/request/cps/UnionPlanSaveRequest.cs
starpeng/JdSdk2
a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2
[ "Apache-2.0" ]
11
2015-03-26T09:34:44.000Z
2021-07-08T10:10:11.000Z
Source/JdSdk/request/cps/UnionPlanSaveRequest.cs
starpeng/JdSdk2
a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2
[ "Apache-2.0" ]
null
null
null
Source/JdSdk/request/cps/UnionPlanSaveRequest.cs
starpeng/JdSdk2
a26db0a2e4c5c0a94b1a0b96a38bab27c85e2cd2
[ "Apache-2.0" ]
12
2015-03-11T07:10:22.000Z
2021-07-08T10:10:15.000Z
using System; using System.Xml.Serialization; using System.Collections; using System.Collections.Generic; using Newtonsoft.Json; using JdSdk.Request; using JdSdk.Response.Cps; namespace JdSdk.Request.Cps {  public class UnionPlanSaveRequest : JdRequestBase<UnionPlanSaveResponse> { public String PlanI...
20.121622
83
0.503022
17b778f05b19acb7a3dde0d77b6f32f9551af289
7,220
cs
C#
SmsBulkSenderForAndroid/frmMain.cs
wizicer/SmsBulkSenderForAndroid
4c1d056591ccf450f10d48d08d9e4b762c20b2fa
[ "MIT" ]
null
null
null
SmsBulkSenderForAndroid/frmMain.cs
wizicer/SmsBulkSenderForAndroid
4c1d056591ccf450f10d48d08d9e4b762c20b2fa
[ "MIT" ]
1
2022-03-17T05:44:50.000Z
2022-03-17T05:44:50.000Z
SmsBulkSenderForAndroid/frmMain.cs
wizicer/SmsBulkSenderForAndroid
4c1d056591ccf450f10d48d08d9e4b762c20b2fa
[ "MIT" ]
null
null
null
namespace SmsBulkSenderForAndroid { using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Web; using System.Windows.Forms; using Time...
34.218009
144
0.47687
4a5fde48e5899c7379b8108e57aefc2a67e6d539
18,189
cs
C#
source/MikhailKhalizev.Max/source/Program/Auto/z-100f-21a4.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
3
2020-08-04T13:18:57.000Z
2020-12-06T20:22:19.000Z
source/MikhailKhalizev.Max/source/Program/Auto/z-100f-21a4.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
source/MikhailKhalizev.Max/source/Program/Auto/z-100f-21a4.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x100f_21a4-ca8cf815")] public void Method_100f_21a4() { ii(0x100f_21a4, 5); push(0x6c); ...
86.614286
124
0.447193
75f9851256358b7b802a144e05ee88e832ce9f31
295
cs
C#
src/XamarinEvolve.DataStore.Azure/Stores/SponsorStore.cs
chhari/XamarinNewMemeApp
35dde87e867d3e6428f5562bdfe278b8d9451a36
[ "MIT" ]
null
null
null
src/XamarinEvolve.DataStore.Azure/Stores/SponsorStore.cs
chhari/XamarinNewMemeApp
35dde87e867d3e6428f5562bdfe278b8d9451a36
[ "MIT" ]
null
null
null
src/XamarinEvolve.DataStore.Azure/Stores/SponsorStore.cs
chhari/XamarinNewMemeApp
35dde87e867d3e6428f5562bdfe278b8d9451a36
[ "MIT" ]
null
null
null
using XamarinEvolve.DataStore.Abstractions; using XamarinEvolve.DataObjects; using XamarinEvolve.DataStore.Azure; namespace XamarinEvolve.DataStore.Azure { public class SponsorStore : BaseStore<Sponsor>, ISponsorStore { public override string Identifier => "Sponsor"; } }
22.692308
65
0.762712
8d08b62f1b37c6af29771a0275dc93fdb2ec40fa
143
cs
C#
Script/UnrealEngine/GeneratedScriptFile/ADirectionalLight.cs
xiongfang/UnrealCS
f4cc2b5e5a3ad56017d4587bdcf043c978259949
[ "MIT" ]
126
2017-02-05T15:32:58.000Z
2022-03-30T09:17:34.000Z
Script/UnrealEngine/GeneratedScriptFile/ADirectionalLight.cs
xiongfang/UnrealCS
f4cc2b5e5a3ad56017d4587bdcf043c978259949
[ "MIT" ]
13
2017-01-01T20:29:17.000Z
2018-04-13T20:02:27.000Z
Script/UnrealEngine/GeneratedScriptFile/ADirectionalLight.cs
xiongfang/UnrealCS
f4cc2b5e5a3ad56017d4587bdcf043c978259949
[ "MIT" ]
32
2017-02-18T02:17:07.000Z
2022-03-26T23:50:28.000Z
using System; namespace UnrealEngine { public partial class ADirectionalLight:ALight { public UArrowComponent ArrowComponent; } }
11.916667
46
0.755245
5460e6401e20f031b4a6170bca5c8144c7ba6bd3
1,564
cs
C#
src/EntityFrameworkCore.AutoFixture/Core/DatabaseInitializingNode.cs
aivascu/AutoFixture.AutoEFCore
e6805242783151214d1ddad61cac6657c3de0924
[ "MIT" ]
null
null
null
src/EntityFrameworkCore.AutoFixture/Core/DatabaseInitializingNode.cs
aivascu/AutoFixture.AutoEFCore
e6805242783151214d1ddad61cac6657c3de0924
[ "MIT" ]
null
null
null
src/EntityFrameworkCore.AutoFixture/Core/DatabaseInitializingNode.cs
aivascu/AutoFixture.AutoEFCore
e6805242783151214d1ddad61cac6657c3de0924
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using AutoFixture.Kernel; using Microsoft.EntityFrameworkCore; namespace EntityFrameworkCore.AutoFixture.Core { public class DatabaseInitializingNode : ISpecimenBuilderNode { private readonly ISpecimenBuilder builder; pri...
33.276596
105
0.686061
885be7c3bef2510c63887ebf66e26a5edb992a59
185
cs
C#
Fizix/Conventional/CardinalDirection.cs
Tyler-IN/Fizix
a491a575ec0ccab93f50677c01e767f8d1274cfb
[ "MIT" ]
null
null
null
Fizix/Conventional/CardinalDirection.cs
Tyler-IN/Fizix
a491a575ec0ccab93f50677c01e767f8d1274cfb
[ "MIT" ]
null
null
null
Fizix/Conventional/CardinalDirection.cs
Tyler-IN/Fizix
a491a575ec0ccab93f50677c01e767f8d1274cfb
[ "MIT" ]
1
2021-01-26T07:38:09.000Z
2021-01-26T07:38:09.000Z
using System; using JetBrains.Annotations; namespace Fizix { [PublicAPI] [Serializable] public enum CardinalDirection { East = 0, North, West, South, } }
9.25
33
0.632432
8444ada755e3bce997c013b00796407f68a0eccf
596
cs
C#
BehaviorPattern/TemplateMethodPattern/Program.cs
devilcry11/DesignPatterns
51c2f379eedfbb1a8dd94867be2950b3ec88a6e7
[ "MIT" ]
null
null
null
BehaviorPattern/TemplateMethodPattern/Program.cs
devilcry11/DesignPatterns
51c2f379eedfbb1a8dd94867be2950b3ec88a6e7
[ "MIT" ]
1
2019-10-26T07:23:10.000Z
2019-10-26T07:23:10.000Z
BehaviorPattern/TemplateMethodPattern/Program.cs
devilcry11/DesignPatterns
51c2f379eedfbb1a8dd94867be2950b3ec88a6e7
[ "MIT" ]
null
null
null
using System; namespace TemplateMethodPattern { public class Program { public static void Main(string[] args) { #region Prototype AbstractClass c = new ConcreteClassA(); c.TemplateMethod(); c = new ConcreteClassB(); c.TemplateMethod(...
19.866667
51
0.516779
84ec12a9357b2a9603a5479114e785af4f8cf7e3
5,152
cshtml
C#
src/GR.Extensions/GR.Ecommerce.Extension/GR.ECommerce.Razor/Views/Checkout/Payment.cshtml
indrivo/GEAR
5bfa35c0860effe204645af8efc2610fa3aca94f
[ "MIT" ]
7
2019-10-21T08:52:00.000Z
2021-09-03T22:22:36.000Z
src/GR.Extensions/GR.Ecommerce.Extension/GR.ECommerce.Razor/Views/Checkout/Payment.cshtml
indrivo/GEAR
5bfa35c0860effe204645af8efc2610fa3aca94f
[ "MIT" ]
null
null
null
src/GR.Extensions/GR.Ecommerce.Extension/GR.ECommerce.Razor/Views/Checkout/Payment.cshtml
indrivo/GEAR
5bfa35c0860effe204645af8efc2610fa3aca94f
[ "MIT" ]
4
2019-10-18T16:19:50.000Z
2021-09-03T22:22:37.000Z
@using GR.ECommerce.Payments.Abstractions @using GR.ECommerce.Payments.Abstractions.Models @model GR.Orders.Abstractions.Models.Order @inject IPaymentService PaymentService @{ ViewData["Title"] = Localizer["system_payments"]; var providers = (await PaymentService.GetActivePaymentMethodsAsync()).Result?.ToLi...
30.485207
368
0.481755
24e94bfdf49bd6550665f3f9ea00b6b4e752ff3d
14,959
cs
C#
Builder/UnitTests/Questify.Builder.Service/Cache/CacheBankDtoServiceTest.cs
stichting-cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
3
2019-01-03T10:00:58.000Z
2019-02-13T14:13:02.000Z
Builder/UnitTests/Questify.Builder.Service/Cache/CacheBankDtoServiceTest.cs
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
1
2021-09-15T12:54:16.000Z
2021-09-15T12:54:16.000Z
Builder/UnitTests/Questify.Builder.Service/Cache/CacheBankDtoServiceTest.cs
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
null
null
null
 using System.Collections.Generic; using System.Linq; using FakeItEasy; using Microsoft.VisualStudio.TestTools.UnitTesting; using Questify.Builder.Logic.Service.Cache; using Questify.Builder.Logic.Service.Interfaces; using Questify.Builder.Logic.Service.Model.Entities; using Questify.Builder.UnitTests.Framework.FakeAp...
39.784574
129
0.557591
2acd0808797bb9952bdb96d0ddfe119c12116dfe
198
cs
C#
src/UserCustomActionRegistrationType.cs
win7user10/Microsoft.SharePoint.Client.NetStandard
16f1e6752a37a53cf453a274dbff39995327c248
[ "Apache-2.0" ]
null
null
null
src/UserCustomActionRegistrationType.cs
win7user10/Microsoft.SharePoint.Client.NetStandard
16f1e6752a37a53cf453a274dbff39995327c248
[ "Apache-2.0" ]
null
null
null
src/UserCustomActionRegistrationType.cs
win7user10/Microsoft.SharePoint.Client.NetStandard
16f1e6752a37a53cf453a274dbff39995327c248
[ "Apache-2.0" ]
1
2021-09-03T08:42:58.000Z
2021-09-03T08:42:58.000Z
namespace Microsoft.SharePoint.Client.NetStandard { public enum UserCustomActionRegistrationType { None, List, ContentType, ProgId, FileType } }
16.5
50
0.606061
1d0586e3c3360d9e99f712739b2f3a4889a3393f
1,095
cs
C#
Module3/EntityExercise/EntityExercise/Program.cs
Kassomats/TelerikAcademy
26931939a76f72a5d19cbc372f5c135b73a948de
[ "MIT" ]
null
null
null
Module3/EntityExercise/EntityExercise/Program.cs
Kassomats/TelerikAcademy
26931939a76f72a5d19cbc372f5c135b73a948de
[ "MIT" ]
null
null
null
Module3/EntityExercise/EntityExercise/Program.cs
Kassomats/TelerikAcademy
26931939a76f72a5d19cbc372f5c135b73a948de
[ "MIT" ]
null
null
null
using DBData; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EntityExercise { class Program { static void Main(string[] args) { var context = new TelerikAcademyEntities(); ...
26.071429
79
0.53242
6359f6ceed6273a19cb20ec54e773129f7235039
11,557
cs
C#
shshPatri0tS/src/TssChecker.cs
Xerotherm1c/JailbreakTools
191595d296d7bf82e919780b9c1b123fdf709375
[ "MIT" ]
1
2020-01-20T22:39:36.000Z
2020-01-20T22:39:36.000Z
shshPatri0tS/src/TssChecker.cs
Xerotherm1c/JailbreakTools
191595d296d7bf82e919780b9c1b123fdf709375
[ "MIT" ]
null
null
null
shshPatri0tS/src/TssChecker.cs
Xerotherm1c/JailbreakTools
191595d296d7bf82e919780b9c1b123fdf709375
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using Newtonsoft.Json.Linq; using System.Diagnostics; using System.Windows.Forms; using Tulpep.NotificationWindow; namespace ...
33.114613
239
0.511811
27979b15d94f7a945b545c9b0a06b724c7fc63f4
2,473
cs
C#
src/Codeworx.Identity.AspNetCore/Login/DefaultIdentityAuthenticationHandler.cs
steffibreuer/identity
0ef2d353439bf409dc4b4bc2600c72e1491f8bb3
[ "MIT" ]
null
null
null
src/Codeworx.Identity.AspNetCore/Login/DefaultIdentityAuthenticationHandler.cs
steffibreuer/identity
0ef2d353439bf409dc4b4bc2600c72e1491f8bb3
[ "MIT" ]
9
2021-11-08T16:19:02.000Z
2022-03-10T12:16:14.000Z
src/Codeworx.Identity.AspNetCore/Login/DefaultIdentityAuthenticationHandler.cs
steffibreuer/identity
0ef2d353439bf409dc4b4bc2600c72e1491f8bb3
[ "MIT" ]
5
2021-08-16T11:16:39.000Z
2022-02-03T15:31:01.000Z
using System; using System.Security.Claims; using System.Threading.Tasks; using Codeworx.Identity.Configuration; using Codeworx.Identity.Login; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.Extensions.Options; namespace Codeworx...
32.539474
126
0.639709
81def97addbc90d567b0ad00cb983fa0105fcd45
3,182
cs
C#
src/Npoi.Core/SS/Formula/Functions/EOMonth.cs
liyujun1989/Npoi.Core
fbf3698d11257e3c5394dd5187434169e3f66dae
[ "Apache-2.0" ]
4
2017-12-14T05:44:23.000Z
2021-11-17T06:34:41.000Z
src/Npoi.Core/SS/Formula/Functions/EOMonth.cs
liyujun1989/Npoi.Core
fbf3698d11257e3c5394dd5187434169e3f66dae
[ "Apache-2.0" ]
null
null
null
src/Npoi.Core/SS/Formula/Functions/EOMonth.cs
liyujun1989/Npoi.Core
fbf3698d11257e3c5394dd5187434169e3f66dae
[ "Apache-2.0" ]
1
2019-11-15T06:02:27.000Z
2019-11-15T06:02:27.000Z
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this file to Y...
39.775
119
0.578881
b73e1df72a8177be965cd4a8b478ff688ee004f5
648
cs
C#
src/NSmartProxy.NUnitTest/CAGenerate.cs
jenarlion/NSmartProxy
2fa2c5b43a8f9047370bcf38394eb14122aba61c
[ "MIT" ]
712
2019-02-10T15:52:37.000Z
2022-03-31T08:20:44.000Z
src/NSmartProxy.NUnitTest/CAGenerate.cs
jenarlion/NSmartProxy
2fa2c5b43a8f9047370bcf38394eb14122aba61c
[ "MIT" ]
44
2019-03-11T01:28:50.000Z
2021-11-16T11:26:09.000Z
src/NSmartProxy.NUnitTest/CAGenerate.cs
jenarlion/NSmartProxy
2fa2c5b43a8f9047370bcf38394eb14122aba61c
[ "MIT" ]
230
2019-03-09T12:49:15.000Z
2022-03-31T08:20:31.000Z
using System; using System.Collections.Generic; using System.IO; using System.Security; using System.Security.Cryptography.X509Certificates; using System.Text; using NSmartProxy.Extension; using NUnit.Framework; using NUnit.Framework.Internal; namespace NSmartProxy.NUnitTest { public class CAGenerate { ...
20.25
56
0.621914
79db8a74d7a73706085275f164b11242807271d8
1,407
cs
C#
src/Tests/SimpleAggregate.UnitTests/Domain/BankAccount.cs
jpovey/SimpleAggregate
3ac46b5b67803d3697aba66e7f38f559fe011a48
[ "MIT" ]
1
2019-09-30T12:54:26.000Z
2019-09-30T12:54:26.000Z
src/Tests/SimpleAggregate.UnitTests/Domain/BankAccount.cs
jpovey/SimpleAggregate
3ac46b5b67803d3697aba66e7f38f559fe011a48
[ "MIT" ]
null
null
null
src/Tests/SimpleAggregate.UnitTests/Domain/BankAccount.cs
jpovey/SimpleAggregate
3ac46b5b67803d3697aba66e7f38f559fe011a48
[ "MIT" ]
null
null
null
namespace SimpleAggregate.UnitTests.Domain { using Events; public class BankAccount : Aggregate, IHandle<AccountCreated>, IHandle<AccountCredited>, IHandle<AccountDebited> { public decimal Balance { get; private set; } public BankAccount() { For...
24.258621
68
0.579957
0312969d2860ae69763af129b252e089b8672004
124
cshtml
C#
WebApp.TestEfecty.BackEnd.Api/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml
bamartinezd/WebApp.TestEfecty
61a47e7ef565de40125f461bd45d4893b696acc5
[ "MIT" ]
null
null
null
WebApp.TestEfecty.BackEnd.Api/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml
bamartinezd/WebApp.TestEfecty
61a47e7ef565de40125f461bd45d4893b696acc5
[ "MIT" ]
null
null
null
WebApp.TestEfecty.BackEnd.Api/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml
bamartinezd/WebApp.TestEfecty
61a47e7ef565de40125f461bd45d4893b696acc5
[ "MIT" ]
null
null
null
@using WebApp.TestEfecty.BackEnd.Api.Areas.HelpPage.ModelDescriptions @model SimpleTypeModelDescription @Model.Documentation
41.333333
69
0.887097
15f7d7f1f05e6a3fac22cb13df92254d137dd0c5
588
cs
C#
src/FxBot/ProcessingService/Trendline.cs
bpe78/OldStuff
999b51dee644d4d6e8f68bef81ec388c553e43ee
[ "MIT" ]
null
null
null
src/FxBot/ProcessingService/Trendline.cs
bpe78/OldStuff
999b51dee644d4d6e8f68bef81ec388c553e43ee
[ "MIT" ]
null
null
null
src/FxBot/ProcessingService/Trendline.cs
bpe78/OldStuff
999b51dee644d4d6e8f68bef81ec388c553e43ee
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ProcessingService { public class Trendline : ChartElement { public int X1 { get; protected set; } public double Y1 { get; protected set; } public int X2 { get; protected set; } public double Y2 { get; protected s...
19.6
58
0.656463
03d4b41413932405a92254568d4718918b1eb173
6,602
cs
C#
AIM.Web.ClientApp/AIM.Web.ClientApp/WebApiHttpClient/WebApiHttpClient.cs
ChaseMarcum/N-Tiered-ASP.NET-MVC--ASP.NET-Web-API--and-Entity-Framework-application
d880d3341936b87ebf45dc0b1461914518634471
[ "MIT" ]
9
2015-07-08T18:06:23.000Z
2018-12-02T03:43:39.000Z
AIM.Web.ClientApp/AIM.Web.ClientApp/WebApiHttpClient/WebApiHttpClient.cs
ChaseMarcum/N-Tiered-ASP.NET-MVC--ASP.NET-Web-API--and-Entity-Framework-application
d880d3341936b87ebf45dc0b1461914518634471
[ "MIT" ]
1
2016-06-29T14:20:28.000Z
2016-06-29T14:20:28.000Z
AIM.Web.ClientApp/AIM.Web.ClientApp/WebApiHttpClient/WebApiHttpClient.cs
ChaseMarcum/N-Tiered-ASP.NET-MVC--ASP.NET-Web-API--and-Entity-Framework-application
d880d3341936b87ebf45dc0b1461914518634471
[ "MIT" ]
6
2015-01-12T15:39:01.000Z
2021-03-12T00:06:32.000Z
using System; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using System.Threading; using System.Threading.Tasks; namespace ASystems.WebApiHttpClient { public class WebApiHttpClient : HttpClient { public WebApiHttpClient(string baseAddress = null) : this(new WebApiLogH...
41.006211
211
0.790821
ff6c4688ccc8bd817b6bb83a63f5fa679d22bd01
295
cs
C#
Sandbox/WPFChartPerformanceBenchmark/ChartProviders.Common/IChartingProvider.cs
triphan80/SciChart.Wpf.Examples
54d7680b1159883452f2bd3bca6ef58d90496f47
[ "MIT" ]
1
2021-07-06T01:13:48.000Z
2021-07-06T01:13:48.000Z
Sandbox/WPFChartPerformanceBenchmark/ChartProviders.Common/IChartingProvider.cs
triphan80/SciChart.Wpf.Examples
54d7680b1159883452f2bd3bca6ef58d90496f47
[ "MIT" ]
null
null
null
Sandbox/WPFChartPerformanceBenchmark/ChartProviders.Common/IChartingProvider.cs
triphan80/SciChart.Wpf.Examples
54d7680b1159883452f2bd3bca6ef58d90496f47
[ "MIT" ]
1
2021-01-08T14:48:23.000Z
2021-01-08T14:48:23.000Z
namespace ChartProviders.Common { public interface IChartingProvider { ISpeedTest ScatterPointsSpeedTest(); ISpeedTest FifoLineSpeedTest(); ISpeedTest LineAppendSpeedTest(); ISpeedTest LoadNxNRefreshTest(); string Name { get; } } }
21.071429
44
0.644068
a4e9ed82fd3856344ac26eba5828b002ff31ee66
279
cs
C#
autoCardboard.Pandemic.State/Delta/IPlayerSetupDelta.cs
ChrisBrooksbank/autoCardboard
66435889bed6a6e3cd56ae2f671345a60939013f
[ "MIT" ]
2
2020-12-22T17:04:17.000Z
2021-02-09T10:26:30.000Z
autoCardboard.Pandemic.State/Delta/IPlayerSetupDelta.cs
ChrisBrooksbank/autoCardboard
66435889bed6a6e3cd56ae2f671345a60939013f
[ "MIT" ]
8
2021-01-05T21:07:03.000Z
2021-02-16T17:21:03.000Z
autoCardboard.Pandemic.State/Delta/IPlayerSetupDelta.cs
ChrisBrooksbank/autoCardboard
66435889bed6a6e3cd56ae2f671345a60939013f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace autoCardboard.Pandemic.State.Delta { public interface IPlayerSetupDelta { int PlayerId { get; set; } PlayerRole PlayerRole { get; set; } City City{ get; set; } } }
19.928571
44
0.659498
7f83591866529bc2d743eb957f535581f142f35c
3,380
cs
C#
src/PSAsync/AsyncCmdletInternalsExtensions.cs
aetos382/PSAsync
5d02ef58f2e8111e092e67c6902e302c9c9fade4
[ "Apache-2.0" ]
null
null
null
src/PSAsync/AsyncCmdletInternalsExtensions.cs
aetos382/PSAsync
5d02ef58f2e8111e092e67c6902e302c9c9fade4
[ "Apache-2.0" ]
null
null
null
src/PSAsync/AsyncCmdletInternalsExtensions.cs
aetos382/PSAsync
5d02ef58f2e8111e092e67c6902e302c9c9fade4
[ "Apache-2.0" ]
null
null
null
using System; using System.Management.Automation; using System.Threading; using System.Threading.Tasks; using Microsoft; namespace PSAsync { public static class AsyncCmdletInternalsExtensions { internal static Task<TResult> QueueAction<TCmdlet, TArgument, TResult>( this TCmdle...
32.5
80
0.526036
697cab89bcc949b3e20bcb81ccf8328292a57dc1
139
cs
C#
Figures/AbstractShapes/Shapes/Abstract/IDrawable.cs
Donahill/STEP_HomeWorks
ea070663d7dcc5b47119ec2444dc946cf948ee6c
[ "MIT" ]
null
null
null
Figures/AbstractShapes/Shapes/Abstract/IDrawable.cs
Donahill/STEP_HomeWorks
ea070663d7dcc5b47119ec2444dc946cf948ee6c
[ "MIT" ]
null
null
null
Figures/AbstractShapes/Shapes/Abstract/IDrawable.cs
Donahill/STEP_HomeWorks
ea070663d7dcc5b47119ec2444dc946cf948ee6c
[ "MIT" ]
null
null
null
using System; namespace AbstractShapes { interface IDrawable { ConsoleColor Color { set; } void Draw(); } }
11.583333
35
0.57554
521a3fd88d8b191da45d97a16ccf7a3a65ad7cad
266
cs
C#
Types/FocalPlaneResolutionUnit.cs
andersonpereiradossantos/dotnet-exif-photo-reader
c0caba33c2bdf48bb9df06139df6818ed4bfdb64
[ "MIT" ]
null
null
null
Types/FocalPlaneResolutionUnit.cs
andersonpereiradossantos/dotnet-exif-photo-reader
c0caba33c2bdf48bb9df06139df6818ed4bfdb64
[ "MIT" ]
null
null
null
Types/FocalPlaneResolutionUnit.cs
andersonpereiradossantos/dotnet-exif-photo-reader
c0caba33c2bdf48bb9df06139df6818ed4bfdb64
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace ExifPhotoReader { public enum FocalPlaneResolutionUnit { None = 1, inches = 2, Cm = 3, Mm = 4, Um = 5 } }
15.647059
40
0.597744
23d887c1675b6dcc869061acc6ef31cc58fb2cb4
557
cs
C#
src/GameEstate.Formats/Formats/AC/Entity/Sphere.cs
smorey2/GameEstate
1349dd68c675ed056210b4238f5b8e7c92857933
[ "MIT" ]
null
null
null
src/GameEstate.Formats/Formats/AC/Entity/Sphere.cs
smorey2/GameEstate
1349dd68c675ed056210b4238f5b8e7c92857933
[ "MIT" ]
null
null
null
src/GameEstate.Formats/Formats/AC/Entity/Sphere.cs
smorey2/GameEstate
1349dd68c675ed056210b4238f5b8e7c92857933
[ "MIT" ]
null
null
null
using GameEstate.Core; using System.IO; using System.Numerics; namespace GameEstate.Formats.AC.Entity { public class Sphere { public static Sphere Empty = new Sphere(); public readonly Vector3 Origin; public readonly float Radius; Sphere() { Origin = Vector3.Zero; }...
24.217391
84
0.576302
9b094d68cc30de12a7e02a760c7e7d9b98aaa7f4
4,089
cs
C#
src/Buildit.Crawler.Test/Service/LinkExtractorSrcTest.cs
alfpedraza/buildit.crawler
23d8282bc8b2b45c6c3a00a0d9aebf117c9b99a2
[ "MIT" ]
null
null
null
src/Buildit.Crawler.Test/Service/LinkExtractorSrcTest.cs
alfpedraza/buildit.crawler
23d8282bc8b2b45c6c3a00a0d9aebf117c9b99a2
[ "MIT" ]
null
null
null
src/Buildit.Crawler.Test/Service/LinkExtractorSrcTest.cs
alfpedraza/buildit.crawler
23d8282bc8b2b45c6c3a00a0d9aebf117c9b99a2
[ "MIT" ]
null
null
null
using Buildit.Crawler.Service; using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; namespace Buildit.Crawler.Test.Service { [TestClass] public class LinkExtractorSrcTest { [TestMethod] public void When_SrcIsGoodFormatted01_Then_ReturnLinks() ...
29.846715
150
0.574468
43cfce1fe904b685efe597236c1f835fcd06be9b
591
cs
C#
SDKs/Aspose.Slides-Cloud-SDK-for-.NET/SlidesTest/Common.cs
mudassirfayyaz/Aspose.Slides-for-Cloud
a024892c2f89c5bc51b9de349cc5f4cfbbb2ab94
[ "MIT" ]
null
null
null
SDKs/Aspose.Slides-Cloud-SDK-for-.NET/SlidesTest/Common.cs
mudassirfayyaz/Aspose.Slides-for-Cloud
a024892c2f89c5bc51b9de349cc5f4cfbbb2ab94
[ "MIT" ]
null
null
null
SDKs/Aspose.Slides-Cloud-SDK-for-.NET/SlidesTest/Common.cs
mudassirfayyaz/Aspose.Slides-for-Cloud
a024892c2f89c5bc51b9de349cc5f4cfbbb2ab94
[ "MIT" ]
null
null
null
using System; using System.IO; class Common { public static string GetDataDir() { var parent = ((Directory.GetParent(Directory.GetCurrentDirectory()).Parent).Parent).Parent; string startDirectory = null; if (parent != null) { var directoryInfo = parent.Parent; ...
23.64
99
0.543147
d4e5289ff2f627fb48c2ea5e051868f1c122fc60
1,990
cs
C#
Test05/Assets/Scripts/UnitCreator.cs
sunnyboycho/HAC2018summer
6b2145314eae5ca117ced72a0fc7b74121d28bba
[ "MIT" ]
5
2018-07-06T08:18:05.000Z
2018-07-26T07:43:12.000Z
Test05/Assets/Scripts/UnitCreator.cs
sunnyboycho/HAC2018summer
6b2145314eae5ca117ced72a0fc7b74121d28bba
[ "MIT" ]
null
null
null
Test05/Assets/Scripts/UnitCreator.cs
sunnyboycho/HAC2018summer
6b2145314eae5ca117ced72a0fc7b74121d28bba
[ "MIT" ]
3
2018-07-09T04:31:00.000Z
2022-01-12T13:32:43.000Z
using Spine.Unity; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UnitCreator : MonoBehaviour { [SerializeField] SpriteRenderer[] unitPortrait = new SpriteRenderer[3]; [SerializeField] Sprite[] unitImageAlt = new Sprite[3]; [Ser...
26.891892
114
0.632161
fc3d4eb096c3de2955e19736993de409cbb7e31d
1,680
cs
C#
TDLib.Api/Functions/SetChatClientData.cs
dancojocaru2000/tdsharp
589ba51efd554395122bc73432c1ac5822d38488
[ "MIT" ]
156
2018-09-07T20:15:51.000Z
2022-03-06T08:11:00.000Z
TDLib.Api/Functions/SetChatClientData.cs
dancojocaru2000/tdsharp
589ba51efd554395122bc73432c1ac5822d38488
[ "MIT" ]
96
2018-09-08T08:36:05.000Z
2022-03-31T18:45:07.000Z
TDLib.Api/Functions/SetChatClientData.cs
dancojocaru2000/tdsharp
589ba51efd554395122bc73432c1ac5822d38488
[ "MIT" ]
61
2018-10-19T18:45:00.000Z
2022-03-31T21:04:24.000Z
using System; using System.Threading.Tasks; using Newtonsoft.Json; namespace TdLib { /// <summary> /// Autogenerated TDLib APIs /// </summary> public static partial class TdApi { /// <summary> /// Changes application-specific data associated with a chat /// </summary> ...
30
83
0.522619
fccc7536b83a59b89882e2677414d6997df7c6c3
289
cs
C#
SAO/GameObjects/Item/CurrencyItem.cs
ArthuriaDX/SAO
a547eb7826689015c6d057fcd1050a9f7fa0ffe7
[ "MIT" ]
null
null
null
SAO/GameObjects/Item/CurrencyItem.cs
ArthuriaDX/SAO
a547eb7826689015c6d057fcd1050a9f7fa0ffe7
[ "MIT" ]
null
null
null
SAO/GameObjects/Item/CurrencyItem.cs
ArthuriaDX/SAO
a547eb7826689015c6d057fcd1050a9f7fa0ffe7
[ "MIT" ]
null
null
null
// SAO : LT // Copyright (C) wotoTeam, TeaInside, MODAnime Foundation // This file is subject to the terms and conditions defined in // file 'LICENSE', which is part of the source code. namespace SAO.GameObjects.Item { public class CurrencyItem : ItemBase { } }
22.230769
63
0.67128
e2ce06f279be828178aca15459261242e1b060e1
347
cs
C#
CStoJS/Tree/Expressions/BinaryExpressions/BitwiseExpressions/BitwiseExpressionNode.cs
rNexeR/CSharpToJS
38ccc00a72d0781862b139dc178ba89413471754
[ "MIT" ]
null
null
null
CStoJS/Tree/Expressions/BinaryExpressions/BitwiseExpressions/BitwiseExpressionNode.cs
rNexeR/CSharpToJS
38ccc00a72d0781862b139dc178ba89413471754
[ "MIT" ]
null
null
null
CStoJS/Tree/Expressions/BinaryExpressions/BitwiseExpressions/BitwiseExpressionNode.cs
rNexeR/CSharpToJS
38ccc00a72d0781862b139dc178ba89413471754
[ "MIT" ]
null
null
null
using CStoJS.LexerLibraries; namespace CStoJS.Tree { public class BitwiseExpressionNode : BinaryExpressionNode { public BitwiseExpressionNode() : base(){ } public BitwiseExpressionNode(ExpressionNode left, Token operador, ExpressionNode right) : base(left, operador, right) ...
24.785714
125
0.648415
485544b29be742bf3ba7199a88c1c0fa6fe43861
2,291
cs
C#
MAD_Apr2016/Hangskypetime/Droid/Platform/FromFM/Opus/Encoder.cs
DennisWelu/presentations
e6471dcb3fed7f741d45f618203ab1572026e41b
[ "MIT" ]
1
2017-11-25T16:46:10.000Z
2017-11-25T16:46:10.000Z
MAD_Apr2016/Hangskypetime/Droid/Platform/FromFM/Opus/Encoder.cs
DennisWelu/presentations
e6471dcb3fed7f741d45f618203ab1572026e41b
[ "MIT" ]
null
null
null
MAD_Apr2016/Hangskypetime/Droid/Platform/FromFM/Opus/Encoder.cs
DennisWelu/presentations
e6471dcb3fed7f741d45f618203ab1572026e41b
[ "MIT" ]
null
null
null
using System; using Android.Runtime; namespace Xamarin.Conference.WebRTC.Opus { public class Encoder { private long State; public int Bitrate { get { return OpusLibrary.Java_aopus_OpusLibrary_encoderGetBitrate(JNIEnv.Handle, IntPtr.Zero, State); } ...
32.728571
208
0.571366
3e7b703c4f589349088741c782ddeaf2f9a8d752
1,843
cs
C#
Framework/CModels/Interfaces/ILxConversation.cs
mvondracek/NetfoxDetective
1fba7c4108dd350aed05b30a1194d292a8c2a795
[ "Apache-2.0" ]
35
2017-08-07T07:12:02.000Z
2022-03-12T20:20:04.000Z
Framework/CModels/Interfaces/ILxConversation.cs
mvondracek/NetfoxDetective
1fba7c4108dd350aed05b30a1194d292a8c2a795
[ "Apache-2.0" ]
4
2020-11-27T20:18:53.000Z
2020-11-27T20:20:01.000Z
Framework/CModels/Interfaces/ILxConversation.cs
mvondracek/NetfoxDetective
1fba7c4108dd350aed05b30a1194d292a8c2a795
[ "Apache-2.0" ]
6
2017-07-28T14:34:12.000Z
2021-05-25T09:46:45.000Z
// Copyright (c) 2017 Jan Pluskal // //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 in ...
38.395833
76
0.708627
96c4b92bde28dd52d83cbf455159ce76c7de980b
9,307
cs
C#
to-integrate/libcs_staaflutil/Collections/Synonyms.cs
staafl/dotnet-bclext
d45d3123b7adca21c122317ecbb324de159ce5ed
[ "MIT" ]
4
2015-09-15T10:08:34.000Z
2021-03-13T22:32:47.000Z
to-integrate/libcs_staaflutil/Collections/Synonyms.cs
staafl/dotnet-bclext
d45d3123b7adca21c122317ecbb324de159ce5ed
[ "MIT" ]
null
null
null
to-integrate/libcs_staaflutil/Collections/Synonyms.cs
staafl/dotnet-bclext
d45d3123b7adca21c122317ecbb324de159ce5ed
[ "MIT" ]
1
2018-10-08T12:51:09.000Z
2018-10-08T12:51:09.000Z
using System; using System.Collections; using System.Collections.Generic; namespace Fairweather.Service { public class Synonyms<TK, TV> : IDictionary<TK, TV>, IReadWrite<TK, TV>, IRead<TK, TV> { public Synonyms() { syns = new Dictionary<TK, TK>(); ...
23.151741
91
0.413452
96ef96a173d03ae50415aab93dd0e515d97ed1d5
7,655
cs
C#
Gold-Chat/Gold_Client/ViewModel/TabWindows/ChannelWindowPresenter.cs
wizir/Gold-Chat
0885691dc454733ddd904d5eb9906121b5e75775
[ "MIT" ]
null
null
null
Gold-Chat/Gold_Client/ViewModel/TabWindows/ChannelWindowPresenter.cs
wizir/Gold-Chat
0885691dc454733ddd904d5eb9906121b5e75775
[ "MIT" ]
1
2019-09-11T15:06:19.000Z
2019-09-11T15:06:19.000Z
Gold-Chat/Gold_Client/ViewModel/TabWindows/ChannelWindowPresenter.cs
wizir/Gold-Chat
0885691dc454733ddd904d5eb9906121b5e75775
[ "MIT" ]
1
2019-08-09T14:31:14.000Z
2019-08-09T14:31:14.000Z
using CommandClient; using Gold_Client.Model; using Gold_Client.ProgramableWindow; using Gold_Client.View; using Gold_Client.ViewModel.Others; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Windows.Input; namespace Gold_Client.ViewModel.TabWindows { class C...
33.722467
126
0.581711
8c40e3de92965cbb0948c295c75c3f1ccee9a9ba
1,594
cs
C#
ServiceWorkerMobileApp/NG.ServiceWorker.UI.AppViewModels/FormsUI/InputPageUI/SegueSelectionInputPageViewModel.cs
NaturalGateways/DevExerciseServiceWorkerApp
3d45a80afbfe6a9c3399e61faa2b32029fce6348
[ "MIT" ]
null
null
null
ServiceWorkerMobileApp/NG.ServiceWorker.UI.AppViewModels/FormsUI/InputPageUI/SegueSelectionInputPageViewModel.cs
NaturalGateways/DevExerciseServiceWorkerApp
3d45a80afbfe6a9c3399e61faa2b32029fce6348
[ "MIT" ]
2
2021-06-23T00:27:52.000Z
2021-06-23T00:29:12.000Z
ServiceWorkerMobileApp/NG.ServiceWorker.UI.AppViewModels/FormsUI/InputPageUI/SegueSelectionInputPageViewModel.cs
NaturalGateways/DevExerciseServiceWorkerApp
3d45a80afbfe6a9c3399e61faa2b32029fce6348
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; namespace NG.ServiceWorker.UI.FormsUI.InputPageUI { public class SegueSelectionInputPageViewModel : ListUI.ListViewModel { /// <summary>The form field.</summary> public SwForms.IFormField FormField { get; private set; } /// <summary>Construc...
37.069767
190
0.644918
8c5adca38d9d257b12df805fd4ef76b8a2fccce9
2,655
cs
C#
src/Stratis.Bitcoin.Features.Consensus/UnspentOutputSet.cs
slugmandrew/StratisBitcoinFullNode
a75d22f139f41805ef5984eb51d08cc0f4bdf7e2
[ "MIT" ]
1
2021-03-08T21:12:44.000Z
2021-03-08T21:12:44.000Z
src/Stratis.Bitcoin.Features.Consensus/UnspentOutputSet.cs
einewton/StratisBitcoinFullNode
81ea40a55d3357ef1aeb0d97e169710e2af9f000
[ "MIT" ]
null
null
null
src/Stratis.Bitcoin.Features.Consensus/UnspentOutputSet.cs
einewton/StratisBitcoinFullNode
81ea40a55d3357ef1aeb0d97e169710e2af9f000
[ "MIT" ]
1
2018-11-30T10:56:18.000Z
2018-11-30T10:56:18.000Z
using System.Collections.Generic; using System.Linq; using NBitcoin; using Stratis.Bitcoin.Features.Consensus.CoinViews; using Stratis.Bitcoin.Utilities; namespace Stratis.Bitcoin.Features.Consensus { public class UnspentOutputSet { private Dictionary<uint256, UnspentOutputs> unspents; public...
32.378049
124
0.578531
f16edcc97dfd8772c5bab294dd75b482ac6717c3
15,507
cs
C#
Archon.SwissArmyLib/Events/TellMeWhen.cs
lazyevil/SwissArmyLib
91c7706221e2e39b9249f3d782ae18fb5c9f3403
[ "MIT" ]
181
2017-08-25T09:11:43.000Z
2022-03-04T06:57:19.000Z
Archon.SwissArmyLib/Events/TellMeWhen.cs
lazyevil/SwissArmyLib
91c7706221e2e39b9249f3d782ae18fb5c9f3403
[ "MIT" ]
3
2017-09-21T09:16:43.000Z
2019-10-20T17:14:23.000Z
Archon.SwissArmyLib/Events/TellMeWhen.cs
lazyevil/SwissArmyLib
91c7706221e2e39b9249f3d782ae18fb5c9f3403
[ "MIT" ]
16
2017-09-24T18:57:32.000Z
2021-12-14T11:32:05.000Z
using System; using System.Collections.Generic; using Archon.SwissArmyLib.Collections; using Archon.SwissArmyLib.Pooling; using Archon.SwissArmyLib.Utils; using UnityEngine; namespace Archon.SwissArmyLib.Events { /// <summary> /// A utility class for getting notified after a specific amount of time. /// <...
42.368852
158
0.579867
0e6bc82ac82252ecf018e9077f73a469b84e84d6
137
cs
C#
tasks/task4/task4/task4/Class2.cs
millii/oom
739c6f6dac4fb133c304fc5f52eb57a6968ff843
[ "MIT" ]
null
null
null
tasks/task4/task4/task4/Class2.cs
millii/oom
739c6f6dac4fb133c304fc5f52eb57a6968ff843
[ "MIT" ]
1
2018-04-10T04:37:23.000Z
2018-04-10T04:37:23.000Z
tasks/task4/task4/task4/Class2.cs
millii/oom
739c6f6dac4fb133c304fc5f52eb57a6968ff843
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace task4 { class Class2 { } }
11.416667
33
0.693431
14141a84e16bc9d60792e7c6154ef719c8d6e4eb
1,382
cs
C#
sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/IKeyVaultClient.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
3,268
2015-01-08T04:21:52.000Z
2022-03-31T11:10:48.000Z
sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/IKeyVaultClient.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
18,748
2015-01-06T00:12:22.000Z
2022-03-31T23:55:50.000Z
sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/IKeyVaultClient.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
4,179
2015-01-07T20:13:22.000Z
2022-03-31T09:09:02.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. namespace Microsoft.Azure.KeyVault { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; ...
37.351351
261
0.654848
4ec343d30b64757c10079dd174f47df58d67cc5d
2,405
cshtml
C#
Views/Home/Index.cshtml
ArtS/asp-net-mvc-core-link-generation
05ee512baffa5e3a92207e4f32238a0155d9a70f
[ "Unlicense" ]
null
null
null
Views/Home/Index.cshtml
ArtS/asp-net-mvc-core-link-generation
05ee512baffa5e3a92207e4f32238a0155d9a70f
[ "Unlicense" ]
null
null
null
Views/Home/Index.cshtml
ArtS/asp-net-mvc-core-link-generation
05ee512baffa5e3a92207e4f32238a0155d9a70f
[ "Unlicense" ]
null
null
null
@Model LinksModel @using static asp_net_mvc_core_link_generation.Utils @using asp_net_mvc_core_link_generation.Controllers @{ ViewData["Title"] = "Home Page"; } <div class="text-center"> <h1 class="display-4">Welcome</h1> </div> <div class="text-left"> <p>This is example project demonstrates ...
60.125
258
0.651143
fb8c4e7556fe5c4658e7dc68d7c1b32c558ddb22
529
cs
C#
src/AniDb.Api/ResponseReaders/Mappers/CategoryModelMapper.cs
wurdum/AniDb.Api
f12ae1f10c6e5d804979ded1e63c80afb39a3de6
[ "MIT" ]
6
2016-01-03T06:15:36.000Z
2020-03-30T10:42:31.000Z
src/AniDb.Api/ResponseReaders/Mappers/CategoryModelMapper.cs
wurdum/AniDb.Api
f12ae1f10c6e5d804979ded1e63c80afb39a3de6
[ "MIT" ]
1
2018-09-28T17:39:52.000Z
2018-09-28T17:39:52.000Z
src/AniDb.Api/ResponseReaders/Mappers/CategoryModelMapper.cs
wurdum/AniDb.Api
f12ae1f10c6e5d804979ded1e63c80afb39a3de6
[ "MIT" ]
1
2020-12-31T22:39:30.000Z
2020-12-31T22:39:30.000Z
using System.Linq; using AniDb.Api.Models; namespace AniDb.Api.ResponseReaders.Mappers { public class CategoryModelMapper : ModelMapper<Category[], categorylist> { public override Category[] Map(categorylist cat) { return ArrayOrEmpty(cat.category).Select(c => new Category { ...
29.388889
76
0.565217
1482bb7ff64921b5946dd9ebb8e4f253725c44c0
4,369
cs
C#
src/Uno.UWP/Generated/3.0.0.0/Windows.Media.Control/GlobalSystemMediaTransportControlsSessionManager.cs
AlexTrepanier/Uno
b9fbafed818ce27d699100a46335202e574ea482
[ "Apache-2.0" ]
null
null
null
src/Uno.UWP/Generated/3.0.0.0/Windows.Media.Control/GlobalSystemMediaTransportControlsSessionManager.cs
AlexTrepanier/Uno
b9fbafed818ce27d699100a46335202e574ea482
[ "Apache-2.0" ]
null
null
null
src/Uno.UWP/Generated/3.0.0.0/Windows.Media.Control/GlobalSystemMediaTransportControlsSessionManager.cs
AlexTrepanier/Uno
b9fbafed818ce27d699100a46335202e574ea482
[ "Apache-2.0" ]
null
null
null
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.Media.Control { #if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial class GlobalSystemMediaTransportControlsSessionManager { #if __AN...
63.318841
332
0.831998
14fd11e55a760635a7a294a915318c3c7fd8f824
1,846
cs
C#
Blockhouse/Assets/Scripts/EggScript.cs
jeannforbes/blockhouse
6b447c825775a5dc0d8e034b591452a31038e225
[ "MIT" ]
1
2018-01-29T15:19:56.000Z
2018-01-29T15:19:56.000Z
Blockhouse/Assets/Scripts/EggScript.cs
jeannforbes/blockhouse
6b447c825775a5dc0d8e034b591452a31038e225
[ "MIT" ]
null
null
null
Blockhouse/Assets/Scripts/EggScript.cs
jeannforbes/blockhouse
6b447c825775a5dc0d8e034b591452a31038e225
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class EggScript : ObjectScript { public Vector3 camPosition; public int maxHealth = 3; public int currentHealth; // Force needed to take one damage private int OneDamageForce = 10; // Use this for initializa...
34.185185
280
0.691766
44f58dfd5beadd9866cd630c1b2061d8530b4c75
615
cs
C#
Assembly/BaoMen.MultiMerchant.Web/System/Models/LoginRequest.cs
baomen/bmmf
a5cbdb2da66e71ec138ff6823718f5202d8aabd0
[ "Apache-2.0" ]
null
null
null
Assembly/BaoMen.MultiMerchant.Web/System/Models/LoginRequest.cs
baomen/bmmf
a5cbdb2da66e71ec138ff6823718f5202d8aabd0
[ "Apache-2.0" ]
null
null
null
Assembly/BaoMen.MultiMerchant.Web/System/Models/LoginRequest.cs
baomen/bmmf
a5cbdb2da66e71ec138ff6823718f5202d8aabd0
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace BaoMen.MultiMerchant.Web.System.Models { /// <summary> /// 登录请求参数 /// </summary> public class LoginRequest { /// <summary> /// 用户名...
21.206897
48
0.569106
a488259d7a7858b067974e4beb84ef368cb99957
1,730
cs
C#
RootMotion/FinalIK/Grounder.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
1
2021-06-21T11:34:02.000Z
2021-06-21T11:34:02.000Z
RootMotion/FinalIK/Grounder.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
RootMotion/FinalIK/Grounder.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
public abstract class Grounder : MonoBehaviour // TypeDefIndex: 9423 { // Fields [TooltipAttribute] // RVA: 0x1791D0 Offset: 0x1792D1 VA: 0x1791D0 [RangeAttribute] // RVA: 0x1791D0 Offset: 0x1792D1 VA: 0x1791D0 public float weight; // 0x18 [TooltipAttribute] // RVA: 0x179230 Offset: 0x179331 VA: 0x179230 public G...
33.269231
76
0.74104
e8811714b971b2cee224bfb189ab157b43fc6365
36,897
cs
C#
Projeto Fina lLp2/Hotel Britania/UI/frmCadastrarHospede.Designer.cs
Auceliano/Hotel-Britania
2929b1b500fc942945ca2fa4ac6c848d224be766
[ "MIT" ]
1
2017-10-09T23:25:52.000Z
2017-10-09T23:25:52.000Z
Projeto Fina lLp2/Hotel Britania/UI/frmCadastrarHospede.Designer.cs
Auceliano/Hotel-Britania
2929b1b500fc942945ca2fa4ac6c848d224be766
[ "MIT" ]
null
null
null
Projeto Fina lLp2/Hotel Britania/UI/frmCadastrarHospede.Designer.cs
Auceliano/Hotel-Britania
2929b1b500fc942945ca2fa4ac6c848d224be766
[ "MIT" ]
null
null
null
namespace Hotel_Britania { partial class FrmCadastrarHospede { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
52.634807
161
0.628181
3302abb648347e58cf48d30e17187142c6575ad2
1,617
cs
C#
unity-client/Assets/Scripts/MainScripts/DCL/Controllers/HUD/QuestsPanelHUD/QuestsPanelTask_Single.cs
Marguelgtz/explorer
914efe15eada63771c8c9f213ed575b6b4a7f2e5
[ "Apache-2.0" ]
null
null
null
unity-client/Assets/Scripts/MainScripts/DCL/Controllers/HUD/QuestsPanelHUD/QuestsPanelTask_Single.cs
Marguelgtz/explorer
914efe15eada63771c8c9f213ed575b6b4a7f2e5
[ "Apache-2.0" ]
null
null
null
unity-client/Assets/Scripts/MainScripts/DCL/Controllers/HUD/QuestsPanelHUD/QuestsPanelTask_Single.cs
Marguelgtz/explorer
914efe15eada63771c8c9f213ed575b6b4a7f2e5
[ "Apache-2.0" ]
null
null
null
using DCL.Interface; using System; using TMPro; using UnityEngine; using UnityEngine.UI; namespace DCL.Huds.QuestsPanel { public class QuestsPanelTask_Single : MonoBehaviour, IQuestsPanelTask { [SerializeField] internal TextMeshProUGUI taskName; [SerializeField] internal Toggle status; ...
36.75
108
0.654298
bde549cab90f760d3ea9d2c2b2f6b233c59cece8
1,770
cs
C#
src/Orchard.Web/Core/Contents/ViewModels/ListContentsViewModel.cs
yangbingqi155/Nagrace
70848088d2bae79fa11773688c0947ee773d76e6
[ "BSD-3-Clause" ]
2,670
2015-03-31T19:56:42.000Z
2022-03-30T13:43:29.000Z
src/Orchard.Web/Core/Contents/ViewModels/ListContentsViewModel.cs
yangbingqi155/Nagrace
70848088d2bae79fa11773688c0947ee773d76e6
[ "BSD-3-Clause" ]
8,046
2015-04-09T07:57:40.000Z
2022-03-31T18:07:42.000Z
src/Orchard.Web/Core/Contents/ViewModels/ListContentsViewModel.cs
yangbingqi155/Nagrace
70848088d2bae79fa11773688c0947ee773d76e6
[ "BSD-3-Clause" ]
1,804
2015-04-13T22:21:43.000Z
2022-03-02T15:06:55.000Z
using System.Collections.Generic; using Orchard.ContentManagement; namespace Orchard.Core.Contents.ViewModels { public class ListContentsViewModel { public ListContentsViewModel() { Options = new ContentOptions(); } public string Id { get; set; } public string TypeNa...
26.818182
84
0.593785
34175c1fb63a7cab158db5510311c4c896ea0653
1,020
cs
C#
Astrarium.Algorithms/SunMoonPosition.cs
AlexanderKrutov/Astrarium
88d8e24569756b1a886881be94f005bce9f86976
[ "MIT" ]
13
2020-09-09T10:51:07.000Z
2022-02-04T14:31:42.000Z
Astrarium.Algorithms/SunMoonPosition.cs
FleuronJovial/Astrarium
3c48706cafd16acf80bd9c5e0db542f201f54bbd
[ "MIT" ]
70
2020-05-22T08:49:16.000Z
2022-03-25T08:31:12.000Z
Astrarium.Algorithms/SunMoonPosition.cs
FleuronJovial/Astrarium
3c48706cafd16acf80bd9c5e0db542f201f54bbd
[ "MIT" ]
3
2020-10-17T13:57:11.000Z
2021-01-09T11:33:55.000Z
namespace Astrarium.Algorithms { /// <summary> /// Represents Sun and Moon positions data /// required for calculating solar eclipses /// </summary> public class SunMoonPosition { /// <summary> /// Julian day of position data /// </summary> public double JulianDa...
29.142857
75
0.570588
349be5658281cf4ef7a129e44ae19ce40a6f9952
6,462
cs
C#
src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs
felixonmars/DotNetOpenAuth
190e5528f53432e6dfa9aab07f2767cd0fe35c53
[ "MS-PL" ]
1,182
2015-01-03T17:15:04.000Z
2022-03-18T03:03:26.000Z
src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs
oduwole/DotNetOpenAuth
5364f523ba4ca559b56ed5db768007f8412bd266
[ "MS-PL" ]
65
2015-01-04T23:21:49.000Z
2018-10-26T01:00:38.000Z
src/DotNetOpenAuth.Test/Mocks/MockHttpRequest.cs
oduwole/DotNetOpenAuth
5364f523ba4ca559b56ed5db768007f8412bd266
[ "MS-PL" ]
509
2015-01-10T15:14:58.000Z
2022-03-04T18:29:27.000Z
//----------------------------------------------------------------------- // <copyright file="MockHttpRequest.cs" company="Outercurve Foundation"> // Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- namespace DotNet...
38.694611
163
0.734448
5a927ba438861376f06efb6fac834b54846b1419
1,381
cs
C#
sdk/dotnet/Compute/Beta/Outputs/LogConfigCounterOptionsResponse.cs
AaronFriel/pulumi-google-native
75d1cda425e33d4610348972cd70bddf35f1770d
[ "Apache-2.0" ]
44
2021-04-18T23:00:48.000Z
2022-02-14T17:43:15.000Z
sdk/dotnet/Compute/Beta/Outputs/LogConfigCounterOptionsResponse.cs
AaronFriel/pulumi-google-native
75d1cda425e33d4610348972cd70bddf35f1770d
[ "Apache-2.0" ]
354
2021-04-16T16:48:39.000Z
2022-03-31T17:16:39.000Z
sdk/dotnet/Compute/Beta/Outputs/LogConfigCounterOptionsResponse.cs
AaronFriel/pulumi-google-native
75d1cda425e33d4610348972cd70bddf35f1770d
[ "Apache-2.0" ]
8
2021-04-24T17:46:51.000Z
2022-01-05T10:40:21.000Z
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Goog...
30.021739
104
0.633599
891d65aed6181f5bac9f9e78149e440a85052475
1,027
cs
C#
System.Web.DynamicData/DynamicData/IFieldTemplateFactory.cs
cnork/referencesource
d4b0506aea0b2ad7dc81864a8fd0a486ae800d25
[ "MIT" ]
911
2019-05-07T03:19:15.000Z
2022-03-30T16:02:56.000Z
System.Web.DynamicData/DynamicData/IFieldTemplateFactory.cs
cnork/referencesource
d4b0506aea0b2ad7dc81864a8fd0a486ae800d25
[ "MIT" ]
63
2019-05-09T09:51:57.000Z
2022-03-27T06:57:52.000Z
System.Web.DynamicData/DynamicData/IFieldTemplateFactory.cs
cnork/referencesource
d4b0506aea0b2ad7dc81864a8fd0a486ae800d25
[ "MIT" ]
665
2019-05-07T08:29:23.000Z
2022-03-31T12:53:12.000Z
using System.Web.UI.WebControls; using System.Security.Permissions; namespace System.Web.DynamicData { /// <summary> /// Interface implemented by objects that know how to create field temnplates /// </summary> public interface IFieldTemplateFactory { /// <summary> /// Initialize the F...
41.08
111
0.666018
434712d3669b354c9c5a1cb77279a48b43840617
8,869
cs
C#
Assets/MetamaskController.cs
Nethereum/Nethereum.Unity.Webgl
80352ab0874483cbb215c3c748e9c17d0ddc46ca
[ "MIT" ]
3
2022-01-14T08:57:19.000Z
2022-03-19T14:01:24.000Z
Assets/MetamaskController.cs
Nethereum/Nethereum.Unity.Webgl
80352ab0874483cbb215c3c748e9c17d0ddc46ca
[ "MIT" ]
3
2022-02-03T00:47:07.000Z
2022-03-07T16:35:35.000Z
Assets/MetamaskController.cs
Nethereum/Nethereum.Unity.Webgl
80352ab0874483cbb215c3c748e9c17d0ddc46ca
[ "MIT" ]
2
2022-02-13T09:45:16.000Z
2022-03-27T12:19:39.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; using Nethereum.Metamask; //using Nethereum.JsonRpc.UnityClient; using System; using Nethereum.JsonRpc.UnityClient; using Nethereum.Hex.HexTypes; using System.Numerics; using Nethereum.ABI.FunctionEncoding.Attri...
32.487179
205
0.663209
a31576e9787ac9f5b5ec03ca888cfaa397db60dc
1,866
cs
C#
CodeBuilder.Framework/Configuration/TypeMapping/TypeMappingElement.cs
FreshManIT/CodeBuilder
cf54901832e5af24dda341984149f8258770dcc2
[ "MIT" ]
null
null
null
CodeBuilder.Framework/Configuration/TypeMapping/TypeMappingElement.cs
FreshManIT/CodeBuilder
cf54901832e5af24dda341984149f8258770dcc2
[ "MIT" ]
null
null
null
CodeBuilder.Framework/Configuration/TypeMapping/TypeMappingElement.cs
FreshManIT/CodeBuilder
cf54901832e5af24dda341984149f8258770dcc2
[ "MIT" ]
null
null
null
using System; using System.Configuration; namespace CodeBuilder.Configuration { public sealed class TypeMappingElement : ConfigurationElement { private static ConfigurationProperty _property; private static ConfigurationPropertyCollection _properties; public TypeMappingElement() ...
31.1
147
0.595927
4536a147fd101f6b9964eab272eceb36e55fc98c
492
cs
C#
src/NExpect/Implementations/Fluency/Deep.cs
fluffynuts/NExpect
7dc3ca155c3dcd1b5a7a65c046076bab71014639
[ "BSD-3-Clause" ]
20
2017-08-30T14:02:38.000Z
2022-03-29T14:41:53.000Z
src/NExpect/Implementations/Fluency/Deep.cs
fluffynuts/NExpect
7dc3ca155c3dcd1b5a7a65c046076bab71014639
[ "BSD-3-Clause" ]
13
2017-08-22T09:33:07.000Z
2022-03-22T12:37:48.000Z
src/NExpect/Implementations/Fluency/Deep.cs
fluffynuts/NExpect
7dc3ca155c3dcd1b5a7a65c046076bab71014639
[ "BSD-3-Clause" ]
6
2017-07-14T12:29:37.000Z
2020-11-12T07:56:04.000Z
using System; using NExpect.Implementations.Collections; using NExpect.Implementations.Strings; using NExpect.Interfaces; // ReSharper disable ClassNeverInstantiated.Global namespace NExpect.Implementations.Fluency { internal class Deep<T> : ExpectationContextWithLazyActual<T>, IHasActual<T>, ...
23.428571
64
0.682927
1c81d50e19c8c0068886142bdf7b4e311bb88aa7
2,626
cs
C#
aliyun-net-sdk-companyreg/Companyreg/Transform/V20201022/GetTaxInfoResponseUnmarshaller.cs
pengweiqhca/aliyun-openapi-net-sdk
bfcda305715ead3354098674198854a07eaa470f
[ "Apache-2.0" ]
572
2015-12-19T15:08:10.000Z
2022-03-28T03:59:39.000Z
aliyun-net-sdk-companyreg/Companyreg/Transform/V20201022/GetTaxInfoResponseUnmarshaller.cs
pengweiqhca/aliyun-openapi-net-sdk
bfcda305715ead3354098674198854a07eaa470f
[ "Apache-2.0" ]
304
2016-02-23T09:29:23.000Z
2021-12-07T06:55:15.000Z
aliyun-net-sdk-companyreg/Companyreg/Transform/V20201022/GetTaxInfoResponseUnmarshaller.cs
pengweiqhca/aliyun-openapi-net-sdk
bfcda305715ead3354098674198854a07eaa470f
[ "Apache-2.0" ]
670
2016-02-18T04:08:08.000Z
2022-03-09T07:25:27.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
47.745455
98
0.776466
e83b1bf2d48c71488ba6dd1f40d2a4b2cee66f97
229
cs
C#
DPE.Core.IRepository/IManureRepository.cs
a465717049/mk
e0b7d070a68e4d44b5786d49c6060646f299b5af
[ "MIT" ]
2
2021-02-07T10:33:22.000Z
2021-02-22T17:27:53.000Z
DPE.Core.IRepository/IManureRepository.cs
a465717049/mk
e0b7d070a68e4d44b5786d49c6060646f299b5af
[ "MIT" ]
null
null
null
DPE.Core.IRepository/IManureRepository.cs
a465717049/mk
e0b7d070a68e4d44b5786d49c6060646f299b5af
[ "MIT" ]
null
null
null
using DPE.Core.IRepository.Base; using DPE.Core.Model.Models; namespace DPE.Core.IRepository { /// <summary> /// IManureRepository /// </summary> public interface IManureRepository : IBaseRepository<Manure> { } }
19.083333
64
0.703057
e84b3cbcca19151383f8ee952413a156d87344d6
3,952
cs
C#
sources/core/Stride.Core.Serialization/Storage/IOdbBackend.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
3
2020-04-24T16:18:41.000Z
2020-06-26T18:11:52.000Z
sources/core/Stride.Core.Serialization/Storage/IOdbBackend.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
1
2022-01-15T11:52:13.000Z
2022-01-15T11:52:13.000Z
sources/core/Stride.Core.Serialization/Storage/IOdbBackend.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
null
null
null
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections.Generic; using System.IO; using Stride.Core.IO; using Str...
44.909091
189
0.614119
5ca57e57769393ac507553ad475e3934399bd067
2,617
cs
C#
PowerShellTools.Explorer/UI/PSCommandDetailsViewModel.cs
kilasuit/poshtools
9270fcc516bd9a5831c8edfbc66afb51590d0282
[ "Apache-2.0" ]
1
2020-03-09T14:01:57.000Z
2020-03-09T14:01:57.000Z
PowerShellTools.Explorer/UI/PSCommandDetailsViewModel.cs
kilasuit/poshtools
9270fcc516bd9a5831c8edfbc66afb51590d0282
[ "Apache-2.0" ]
null
null
null
PowerShellTools.Explorer/UI/PSCommandDetailsViewModel.cs
kilasuit/poshtools
9270fcc516bd9a5831c8edfbc66afb51590d0282
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Management.Automation; using System.Text; using System.Threading.Tasks; using PowerShellTools.Common; using PowerShellTools.Common.Logging; namespace PowerShellTools.Explorer { internal class PSCo...
24.688679
117
0.47841
f6fb25657b9f3466b8567327bcd3edfe8a8e7086
720
cs
C#
DragonSpark.Application/Entities/Configure/EnvironmentalStorageConfiguration.cs
DragonSpark/Framework
6425e8178240bbabdcbecfe4288c977a29bf53ff
[ "MIT" ]
10
2017-03-08T07:38:44.000Z
2022-02-26T17:04:37.000Z
DragonSpark.Application/Entities/Configure/EnvironmentalStorageConfiguration.cs
DragonSpark/Framework
6425e8178240bbabdcbecfe4288c977a29bf53ff
[ "MIT" ]
2
2017-11-04T09:26:33.000Z
2019-11-06T16:57:19.000Z
DragonSpark.Application/Entities/Configure/EnvironmentalStorageConfiguration.cs
DragonSpark/Framework
6425e8178240bbabdcbecfe4288c977a29bf53ff
[ "MIT" ]
1
2017-10-21T12:58:29.000Z
2017-10-21T12:58:29.000Z
using DragonSpark.Compose; using DragonSpark.Composition.Compose; using DragonSpark.Model.Selection; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using System; namespace DragonSpark.Application.Entities.Configure; sealed class EnvironmentalStorageConfiguration : SelectedInsta...
36
108
0.806944
366a6d6d0959a63e69698fec8e2c4f7b9b5178f1
152
cs
C#
WatchsterSolution/Watchster.TMDb/Models/Genre.cs
iulianPeiu6/WatchsterApp
5e42dec011d5d6aebb930436ef9c27bf78baf379
[ "MIT" ]
null
null
null
WatchsterSolution/Watchster.TMDb/Models/Genre.cs
iulianPeiu6/WatchsterApp
5e42dec011d5d6aebb930436ef9c27bf78baf379
[ "MIT" ]
null
null
null
WatchsterSolution/Watchster.TMDb/Models/Genre.cs
iulianPeiu6/WatchsterApp
5e42dec011d5d6aebb930436ef9c27bf78baf379
[ "MIT" ]
1
2022-03-05T13:31:05.000Z
2022-03-05T13:31:05.000Z
namespace Watchster.TMDb.Models { public class Genre { public int TMDbId { get; set; } public string Name { get; set; } } }
19
40
0.572368
c84068111cb8c5d280f924f64f39f77601e2bfdd
16,311
cshtml
C#
Web/Areas/EarlyWarning/Views/Request/Allocation2.cshtml
nathnael/cats
964104a561ee5bdfeaf80e713ef98dc718b6856f
[ "Apache-2.0" ]
1
2021-06-01T16:27:55.000Z
2021-06-01T16:27:55.000Z
Web/Areas/EarlyWarning/Views/Request/Allocation2.cshtml
IYoni/cats
c272eadcb15c9c127710c4a143e18d3d01f23bdf
[ "Apache-2.0" ]
null
null
null
Web/Areas/EarlyWarning/Views/Request/Allocation2.cshtml
IYoni/cats
c272eadcb15c9c127710c4a143e18d3d01f23bdf
[ "Apache-2.0" ]
null
null
null
@using Cats.Areas.EarlyWarning.Models @model RegionalRequestViewModel @using Cats.Helpers @using Cats.Models @using Cats.Services.Security @using Kendo.Mvc.UI @using Cats.Helpers @{ ViewBag.Title = "Regional Relief Requests"; Layout = "~/Views/Shared/_MainLayout.cshtml"; } @section Toolbar { @* @Html...
40.574627
182
0.478389
ea37d812947dc3bf0b6c7b7082d54ee054f3099a
5,707
cs
C#
Hazelcast.Net/Hazelcast.Util/AbstractLazyDictionary.cs
mogatti/hazelcast-csharp-client
18efdce70e06ff6acb16d14cd75f93d4e811a29f
[ "Apache-2.0" ]
null
null
null
Hazelcast.Net/Hazelcast.Util/AbstractLazyDictionary.cs
mogatti/hazelcast-csharp-client
18efdce70e06ff6acb16d14cd75f93d4e811a29f
[ "Apache-2.0" ]
null
null
null
Hazelcast.Net/Hazelcast.Util/AbstractLazyDictionary.cs
mogatti/hazelcast-csharp-client
18efdce70e06ff6acb16d14cd75f93d4e811a29f
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required ...
32.798851
126
0.590503
ea6aed219496abbdb80cf83a82f422d79b9fc1db
12,331
cs
C#
Sitana.Framework/Ui/DefinitionFiles/DefinitionResolver.cs
statica-ss/Sitana
ff0ffa5aec77408d80dfd6c059e94c8d0d24c1ee
[ "MS-PL" ]
null
null
null
Sitana.Framework/Ui/DefinitionFiles/DefinitionResolver.cs
statica-ss/Sitana
ff0ffa5aec77408d80dfd6c059e94c8d0d24c1ee
[ "MS-PL" ]
null
null
null
Sitana.Framework/Ui/DefinitionFiles/DefinitionResolver.cs
statica-ss/Sitana
ff0ffa5aec77408d80dfd6c059e94c8d0d24c1ee
[ "MS-PL" ]
null
null
null
using System; using System.Diagnostics; using System.Reflection; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using Sitana.Framework.Content; using Sitana.Framework.Cs; using Sitana.Framework.Graphics; using Sitana.Framework.Ui.Controlle...
31.296954
163
0.492012
36ac71b380378dbd64f3e8fb7a73d66aabb6db71
3,699
cs
C#
Json5/Json5Object.cs
mcraiha/json5-dotnet
4ac634b5a6213f66b442df1d201a19472c6fae08
[ "MIT" ]
26
2016-09-14T12:43:02.000Z
2022-03-19T03:01:48.000Z
Json5/Json5Object.cs
SNU-2D/json5-dotnet
4ac634b5a6213f66b442df1d201a19472c6fae08
[ "MIT" ]
15
2017-05-16T05:04:14.000Z
2019-04-13T17:40:52.000Z
Json5/Json5Object.cs
SNU-2D/json5-dotnet
4ac634b5a6213f66b442df1d201a19472c6fae08
[ "MIT" ]
15
2018-03-09T16:57:34.000Z
2022-03-19T03:04:57.000Z
using System.Collections.Generic; namespace Json5 { using Parsing; public class Json5Object : Json5Container, IEnumerable<KeyValuePair<string, Json5Value>> { private Dictionary<string, Json5Value> dictionary = new Dictionary<string, Json5Value>(); public override void Add(string key, Json...
27.81203
127
0.524736
36d19b379e95dde6c233df57a93b1c73d3d829f9
719
cs
C#
CloudFlare.Client/Api/Result/TimingInfo.cs
zingz0r/CloudFlare.Client
0a3620aa0f29810686b13ba4443c3e354c10d14b
[ "MIT" ]
34
2019-04-29T08:46:19.000Z
2022-03-13T16:23:17.000Z
CloudFlare.Client/Api/Result/TimingInfo.cs
zingz0r/CloudFlare.Client
0a3620aa0f29810686b13ba4443c3e354c10d14b
[ "MIT" ]
29
2019-05-06T20:41:54.000Z
2022-03-17T01:40:04.000Z
CloudFlare.Client/Api/Result/TimingInfo.cs
zingz0r/CloudFlare.Client
0a3620aa0f29810686b13ba4443c3e354c10d14b
[ "MIT" ]
16
2019-08-10T10:16:02.000Z
2022-03-08T11:46:35.000Z
using System; using Newtonsoft.Json; namespace CloudFlare.Client.Api.Result { /// <summary> /// Timing information /// </summary> public class TimingInfo { /// <summary> /// Start date and time of the execution /// </summary> [JsonProperty("start_time")] pub...
23.966667
51
0.552156
4c08f0a9fc2c36da9ad845d9adaf522b7c532cc2
12,976
cs
C#
test/EntityFramework/FunctionalTests.ProviderAgnostic/TestModels/ProviderAgnosticModel/ProviderAgnosticContextInitializer.cs
sharwell/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
9
2021-02-17T19:42:32.000Z
2022-03-07T21:28:30.000Z
test/EntityFramework/FunctionalTests.ProviderAgnostic/TestModels/ProviderAgnosticModel/ProviderAgnosticContextInitializer.cs
sharwell/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
9
2020-12-02T22:34:13.000Z
2021-08-03T17:55:51.000Z
test/EntityFramework/FunctionalTests.ProviderAgnostic/TestModels/ProviderAgnosticModel/ProviderAgnosticContextInitializer.cs
isabella232/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
2
2021-05-23T23:40:06.000Z
2022-03-03T20:43:23.000Z
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. namespace System.Data.Entity.TestModels.ProviderAgnosticModel { using System.Collections.Generic; using System.Linq; public class ProviderAgnosticContextInitial...
31.64878
145
0.40467
186bfed4c146181111ca1c63567767ad9837f2f6
1,837
cs
C#
Assets/Scripts/Manger/ShipM/ShipEnvironment/MapBoat.cs
741645596/batgame
ebdb627296c63113d4492a69beebdee933e76578
[ "MIT" ]
null
null
null
Assets/Scripts/Manger/ShipM/ShipEnvironment/MapBoat.cs
741645596/batgame
ebdb627296c63113d4492a69beebdee933e76578
[ "MIT" ]
null
null
null
Assets/Scripts/Manger/ShipM/ShipEnvironment/MapBoat.cs
741645596/batgame
ebdb627296c63113d4492a69beebdee933e76578
[ "MIT" ]
null
null
null
#if UNITY_EDITOR || UNITY_STANDALONE_WIN #define UNITY_EDITOR_LOG #endif using UnityEngine; using DG.Tweening; using System.Collections.Generic; #if UNITY_EDITOR using UnityEditor; #endif public class MapBoat : MonoBehaviour { static public MapBoat _Mapboat =null; //船只破损硝烟点 public GameObject SmokeLar...
17.009259
81
0.587371
eab1f43643cd1c5f44a8856b46839336df311a52
1,066
cs
C#
src/Coderr.Client.NetStd.Tests/Config/ContextCollections/ErrTagsTests.cs
coderrapp/codeRR.Client.NetStd
49a90a2347a6ebf0ac135a9ec868d2784b0ce3f6
[ "Apache-2.0" ]
1
2020-01-23T19:12:22.000Z
2020-01-23T19:12:22.000Z
src/Coderr.Client.NetStd.Tests/Config/ContextCollections/ErrTagsTests.cs
coderrapp/codeRR.Client.NetStd
49a90a2347a6ebf0ac135a9ec868d2784b0ce3f6
[ "Apache-2.0" ]
null
null
null
src/Coderr.Client.NetStd.Tests/Config/ContextCollections/ErrTagsTests.cs
coderrapp/codeRR.Client.NetStd
49a90a2347a6ebf0ac135a9ec868d2784b0ce3f6
[ "Apache-2.0" ]
2
2018-11-21T11:34:10.000Z
2019-09-04T15:46:25.000Z
using System; using Coderr.Client.ContextCollections; using FluentAssertions; using Xunit; namespace Coderr.Client.NetStd.Tests.Config.ContextCollections { public class ErrTagsTests { [Fact] public void should_include_tags_as_a_comma_separated_list() { ...
28.052632
120
0.639775
3a4ec050781708c2b954569a8a5e6303d02b0e62
4,339
cshtml
C#
PhpManager/Views/Home/Settings.cshtml
projectkudu/PHPManager
bf5ac4a7c476fdbebc32da832d669cf4db19cb01
[ "Apache-2.0" ]
3
2016-02-03T09:56:24.000Z
2016-03-17T22:46:37.000Z
PhpManager/Views/Home/Settings.cshtml
projectkudu/PHPManager
bf5ac4a7c476fdbebc32da832d669cf4db19cb01
[ "Apache-2.0" ]
3
2015-03-04T15:47:30.000Z
2018-02-27T22:28:59.000Z
PhpManager/Views/Home/Settings.cshtml
projectkudu/PHPManager
bf5ac4a7c476fdbebc32da832d669cf4db19cb01
[ "Apache-2.0" ]
2
2015-02-14T10:11:00.000Z
2016-06-04T22:00:07.000Z
@model PhpManager.Models.PhpSettings @{ ViewBag.Title = "Php Settings"; } @section featured { <section class="featured"> <div class="content-wrapper"> <p class="summary">Modify your PHP settings or add new ones</p> </div> </section> } @section scripts { <script type="text...
38.061404
146
0.452408
3b25eddedd89d5b1135b5a7aa5caf5c34ccce383
2,861
cs
C#
Task_1/Store.Tests/Filler/RandomDataFiller.cs
Nawrok/tp
dd3912b236a15f2b89c721e8bc5df1effa3185f5
[ "Apache-2.0" ]
2
2020-11-07T22:11:00.000Z
2020-11-08T21:12:37.000Z
Task_1/Store.Tests/Filler/RandomDataFiller.cs
Nawrok/tp
dd3912b236a15f2b89c721e8bc5df1effa3185f5
[ "Apache-2.0" ]
1
2020-11-04T10:39:27.000Z
2020-11-04T10:39:27.000Z
Task_1/Store.Tests/Filler/RandomDataFiller.cs
Nawrok/tp
dd3912b236a15f2b89c721e8bc5df1effa3185f5
[ "Apache-2.0" ]
1
2021-04-28T13:39:44.000Z
2021-04-28T13:39:44.000Z
using System; using System.Linq; using Store.DAL; using Store.DAL.Model; namespace Store.Tests.Filler { internal class RandomDataFiller : IDataFiller { private static readonly Random Random = new Random(); private readonly int _clientNumber; private readonly int _eventNumber; p...
36.679487
135
0.512758
4b08f09feb18ea8592141b5b3b6435ba158b8fc5
2,092
cs
C#
src/BasicAuthentication.OrchardCore/BasicAuthenticationMiddleware.cs
alexbocharov/OrchardCore.BasicAuthentication
757594108c196269ae5dc13a4f9941259b64362b
[ "MIT" ]
1
2019-09-24T06:38:43.000Z
2019-09-24T06:38:43.000Z
src/BasicAuthentication.OrchardCore/BasicAuthenticationMiddleware.cs
alexbocharov/OrchardCore.BasicAuthentication
757594108c196269ae5dc13a4f9941259b64362b
[ "MIT" ]
1
2019-08-29T17:07:23.000Z
2019-09-19T07:03:27.000Z
src/BasicAuthentication.OrchardCore/BasicAuthenticationMiddleware.cs
alexbocharov/OrchardCore.BasicAuthentication
757594108c196269ae5dc13a4f9941259b64362b
[ "MIT" ]
null
null
null
using System; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.DependencyInjection; using OrchardCore.Users; namespace BasicAuthentication.OrchardCore { public class BasicAuthenticationMiddleware { private...
38.036364
115
0.554015
82f62f5ebd59193c0426ffa4c07c8d089260d854
246
cs
C#
legacy/SFA.DAS.NServiceBus/IEventPublisher.cs
SkillsFundingAgency/das-employeraccounts
15d060a025f2fcd6a8f682835ea1cf435a2bc943
[ "MIT" ]
1
2021-02-22T13:42:18.000Z
2021-02-22T13:42:18.000Z
legacy/SFA.DAS.NServiceBus/IEventPublisher.cs
SkillsFundingAgency/das-employeraccounts
15d060a025f2fcd6a8f682835ea1cf435a2bc943
[ "MIT" ]
1
2019-03-12T14:47:45.000Z
2019-03-12T14:47:45.000Z
legacy/SFA.DAS.NServiceBus/IEventPublisher.cs
SkillsFundingAgency/das-employeraccounts
15d060a025f2fcd6a8f682835ea1cf435a2bc943
[ "MIT" ]
1
2021-04-11T08:46:46.000Z
2021-04-11T08:46:46.000Z
using System; using System.Threading.Tasks; namespace SFA.DAS.NServiceBus { public interface IEventPublisher { Task Publish<T>(T message) where T : Event; Task Publish<T>(Action<T> action) where T : Event, new(); } }
22.363636
65
0.658537
7724bc57c5ec6edeb748213dbf7cf816e9543f75
829
cs
C#
Linq2Ldap.IntegrationTest/RepositoryTest.cs
cdibbs/linq2ldap
6508f59e27274fe4ea62b91843d406a25ed96523
[ "MIT" ]
6
2018-11-08T18:52:51.000Z
2021-07-23T06:25:04.000Z
Linq2Ldap.IntegrationTest/RepositoryTest.cs
cdibbs/linq2ldap
6508f59e27274fe4ea62b91843d406a25ed96523
[ "MIT" ]
1
2019-05-24T05:23:42.000Z
2019-05-24T15:39:18.000Z
Linq2Ldap.IntegrationTest/RepositoryTest.cs
cdibbs/linq2ldap
6508f59e27274fe4ea62b91843d406a25ed96523
[ "MIT" ]
2
2020-05-23T20:26:27.000Z
2020-08-07T13:24:03.000Z
using System.DirectoryServices; using System.DirectoryServices.Protocols; using Linq2Ldap.Examples.Repository; using Xunit; using Linq2Ldap.Core.FilterCompiler; namespace Linq2Ldap.IntegrationTest { public class RepositoryTest { private ILdapFilterCompiler Compiler; private LdapRepository Repo;...
29.607143
143
0.640531
d75ed521bd7952b6b07e6564326d4eac39d3fc5d
2,960
cs
C#
src/VGAudio/Containers/NintendoWare/Structures/ChannelInfo.cs
Raytwo/VGAudio
597efb7c47141a7c796ed5dabf63daaa8d472de3
[ "MIT" ]
166
2017-03-28T04:31:08.000Z
2022-03-21T08:59:31.000Z
src/VGAudio/Containers/NintendoWare/Structures/ChannelInfo.cs
Raytwo/VGAudio
597efb7c47141a7c796ed5dabf63daaa8d472de3
[ "MIT" ]
33
2017-04-29T23:40:42.000Z
2022-01-17T23:43:35.000Z
src/VGAudio/Containers/NintendoWare/Structures/ChannelInfo.cs
Raytwo/VGAudio
597efb7c47141a7c796ed5dabf63daaa8d472de3
[ "MIT" ]
33
2017-05-13T19:40:54.000Z
2022-03-10T17:53:10.000Z
using System.Collections.Generic; using System.IO; using System.Linq; using VGAudio.Formats.GcAdpcm; namespace VGAudio.Containers.NintendoWare.Structures { public class ChannelInfo { public List<GcAdpcmChannelInfo> Channels { get; } = new List<GcAdpcmChannelInfo>(); public List<int> WaveAudioO...
34.823529
98
0.529392
3be6879668861512a347de517a22525031653dc2
5,290
cs
C#
Assets/Scripts/LoadTotem.cs
Chopium/ClowderBridge
3fe9530512499fc5e48cc97b526479ef6701c614
[ "MIT" ]
1
2021-06-22T19:24:53.000Z
2021-06-22T19:24:53.000Z
Assets/Scripts/LoadTotem.cs
Chopium/ClowderBridge
3fe9530512499fc5e48cc97b526479ef6701c614
[ "MIT" ]
null
null
null
Assets/Scripts/LoadTotem.cs
Chopium/ClowderBridge
3fe9530512499fc5e48cc97b526479ef6701c614
[ "MIT" ]
1
2021-06-22T20:06:40.000Z
2021-06-22T20:06:40.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; //[ExecuteInEditMode] //this means an instance of the script will run in edit mode, for debuging purposes public class LoadTotem : MonoBehaviour { public GameObject totemPrefab; GameObject objectWrapper; p...
30.402299
159
0.583932
2431c5929aca91474e3fd0a5f984172b992136c0
3,737
cs
C#
CacheFlow/DistributedFlowOfT.cs
kirillta/cache-flow
6bb0d321ba6e360b0f8c48e1ec63f7b3c5e5d1dd
[ "MIT" ]
null
null
null
CacheFlow/DistributedFlowOfT.cs
kirillta/cache-flow
6bb0d321ba6e360b0f8c48e1ec63f7b3c5e5d1dd
[ "MIT" ]
null
null
null
CacheFlow/DistributedFlowOfT.cs
kirillta/cache-flow
6bb0d321ba6e360b0f8c48e1ec63f7b3c5e5d1dd
[ "MIT" ]
null
null
null
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Options; namespace FloxDc.CacheFlow { public class DistributedFlow<TClass> : FlowBase, IDistributedFlow<TClass> where TClass: class { public DistributedFlow(ID...
41.065934
153
0.71528
f3942845e103facce4729753279f2df4481cf46c
2,776
cake
C#
build.cake
bryanapellanes-okta/okta-oidc-xamarin
162e15059eaf674ab65ac179f2b6d6e85b946586
[ "Apache-2.0" ]
null
null
null
build.cake
bryanapellanes-okta/okta-oidc-xamarin
162e15059eaf674ab65ac179f2b6d6e85b946586
[ "Apache-2.0" ]
null
null
null
build.cake
bryanapellanes-okta/okta-oidc-xamarin
162e15059eaf674ab65ac179f2b6d6e85b946586
[ "Apache-2.0" ]
null
null
null
// Arguments. var target = Argument("target", "Default"); var configuration = Argument("configuration", "Release"); // Define directories. var solutionFile = GetFiles("./Okta.Xamarin/*.sln").First(); // Android and iOS. var androidProject = GetFiles("./Okta.Xamarin/Okta.Xamarin.Android/*.csproj").First(); var iOSProj...
32.658824
135
0.62428
6d3448c40ee888028cfb8f6ba42285eec232ccb2
2,629
cs
C#
src/ProSuite.DomainModel.Core/DataModel/ModelElement.cs
ProSuite/ProSuite
ddfe58b8300c9ab8f1a817a7aa0467d0d8f227f0
[ "MIT" ]
5
2020-12-09T10:25:33.000Z
2022-03-15T22:09:13.000Z
src/ProSuite.DomainModel.Core/DataModel/ModelElement.cs
ProSuite/ProSuite
ddfe58b8300c9ab8f1a817a7aa0467d0d8f227f0
[ "MIT" ]
1
2021-02-01T11:17:45.000Z
2021-02-01T11:17:45.000Z
src/ProSuite.DomainModel.Core/DataModel/ModelElement.cs
ProSuite/ProSuite
ddfe58b8300c9ab8f1a817a7aa0467d0d8f227f0
[ "MIT" ]
4
2021-01-04T08:56:45.000Z
2022-03-25T11:08:19.000Z
using System; using ProSuite.Commons.DomainModels; using ProSuite.Commons.Essentials.Assertions; using ProSuite.Commons.Essentials.CodeAnnotations; namespace ProSuite.DomainModel.Core.DataModel { public abstract class ModelElement : VersionedEntityWithMetadata, IModelElement, IEq...
22.279661
86
0.640548
6d48e0cdac0c4e434ac055b7f181662115eb634e
2,418
cs
C#
Robot Battle/Assets/Editor/NetworkEditor.cs
SardineFish/RobotBattle
35a4f7c830c3eb0442944a25c54a78bca30eedf6
[ "MIT" ]
1
2017-12-11T08:44:31.000Z
2017-12-11T08:44:31.000Z
Robot Battle/Assets/Editor/NetworkEditor.cs
SardineFish/RobotBattle
35a4f7c830c3eb0442944a25c54a78bca30eedf6
[ "MIT" ]
null
null
null
Robot Battle/Assets/Editor/NetworkEditor.cs
SardineFish/RobotBattle
35a4f7c830c3eb0442944a25c54a78bca30eedf6
[ "MIT" ]
1
2020-01-02T11:45:32.000Z
2020-01-02T11:45:32.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEditor; using UnityEngine; [CustomEditor(typeof(NetworkSystem))] [CanEditMultipleObjects] public class NetworkEditor : UnityEditor.Editor { bool showSpawnable = true; [Ex...
42.421053
120
0.636476
2915094ce0037c35492ca7ee6162d9888853cc37
2,898
cs
C#
Dyd.BaseService.TaskManager.Node/NodeMain.cs
LouisRenWeiWei/Dyd.BaseService.TaskManager
6be0e3ccf3ca0cb56a69d765bf38a5ba3a1514dc
[ "Apache-2.0" ]
98
2016-01-05T06:00:59.000Z
2022-03-24T08:48:45.000Z
Dyd.BaseService.TaskManager.Node/NodeMain.cs
JohnZhaoXiaoHu/Dyd.BaseService.TaskManager
6be0e3ccf3ca0cb56a69d765bf38a5ba3a1514dc
[ "Apache-2.0" ]
null
null
null
Dyd.BaseService.TaskManager.Node/NodeMain.cs
JohnZhaoXiaoHu/Dyd.BaseService.TaskManager
6be0e3ccf3ca0cb56a69d765bf38a5ba3a1514dc
[ "Apache-2.0" ]
60
2016-01-12T14:25:47.000Z
2022-03-20T02:20:03.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Dyd.BaseService.TaskManager.Core; using Dyd.BaseService.TaskManager.Core.Net; using XXF.Api; using ...
38.131579
144
0.586611
f4ecadab2549d022d386907300c3ebe8c273fab1
601
cs
C#
demo/Blazor.Components.Demo.FlexGrid/GridConfigurations/OrderGridConfiguration.cs
llaughlin/Blazor.FlexGrid
7475c26cc393a5a54036158e50f21713403b63ac
[ "MIT" ]
198
2018-07-29T04:54:55.000Z
2022-03-09T23:19:21.000Z
demo/Blazor.Components.Demo.FlexGrid/GridConfigurations/OrderGridConfiguration.cs
llaughlin/Blazor.FlexGrid
7475c26cc393a5a54036158e50f21713403b63ac
[ "MIT" ]
103
2018-07-05T12:48:24.000Z
2020-12-19T07:16:45.000Z
demo/Blazor.Components.Demo.FlexGrid/GridConfigurations/OrderGridConfiguration.cs
llaughlin/Blazor.FlexGrid
7475c26cc393a5a54036158e50f21713403b63ac
[ "MIT" ]
46
2018-07-19T21:36:02.000Z
2021-08-17T00:52:49.000Z
using Blazor.FlexGrid.Components.Configuration; using Blazor.FlexGrid.Components.Configuration.Builders; using Blazor.FlexGrid.Demo.Shared; namespace Blazor.Components.Demo.FlexGrid.GridConfigurations { public class OrderGridConfiguration : IEntityTypeConfiguration<Order> { public void Configure(Entit...
28.619048
73
0.685524
c96157f66fb91d8ab7f43498ccb69aa4e8543ed3
956
cs
C#
PushConfiguration.Abstractions/Services/IPushConfigurationStore.cs
tuwrraphael/PushServer
e90917ff6fbda691da3fe515a67c63d55941060b
[ "MIT" ]
14
2018-10-06T20:13:57.000Z
2021-12-13T03:38:58.000Z
PushConfiguration.Abstractions/Services/IPushConfigurationStore.cs
tuwrraphael/PushServer
e90917ff6fbda691da3fe515a67c63d55941060b
[ "MIT" ]
101
2019-01-19T21:52:52.000Z
2021-07-14T05:20:10.000Z
PushConfiguration.Abstractions/Services/IPushConfigurationStore.cs
tuwrraphael/PushServer
e90917ff6fbda691da3fe515a67c63d55941060b
[ "MIT" ]
1
2021-05-26T22:46:41.000Z
2021-05-26T22:46:41.000Z
using PushServer.PushConfiguration.Abstractions.Models; using System.Collections.Generic; using System.Threading.Tasks; namespace PushServer.PushConfiguration.Abstractions.Services { public interface IPushConfigurationStore { Task<PushChannelConfiguration> RegisterAsync(string userId, PushChannelRegist...
50.315789
125
0.792887
aa3dcc591202941957ad79c30999deed0edc4d07
4,759
cs
C#
SynapseGaming-SunBurn-Pro/SynapseGaming/LightingSystem/Core/VertexPositionNormalTextureBump.cs
UnGaucho/StarDrive
d51409bf460d2d26e95a1b3869a628bc1d166e74
[ "MIT" ]
null
null
null
SynapseGaming-SunBurn-Pro/SynapseGaming/LightingSystem/Core/VertexPositionNormalTextureBump.cs
UnGaucho/StarDrive
d51409bf460d2d26e95a1b3869a628bc1d166e74
[ "MIT" ]
null
null
null
SynapseGaming-SunBurn-Pro/SynapseGaming/LightingSystem/Core/VertexPositionNormalTextureBump.cs
UnGaucho/StarDrive
d51409bf460d2d26e95a1b3869a628bc1d166e74
[ "MIT" ]
null
null
null
// Decompiled with JetBrains decompiler // Type: SynapseGaming.LightingSystem.Core.VertexPositionNormalTextureBump // Assembly: SynapseGaming-SunBurn-Pro, Version=1.3.2.8, Culture=neutral, PublicKeyToken=c23c60523565dbfd // MVID: A5F03349-72AC-4BAA-AEEE-9AB9B77E0A39 // Assembly location: C:\Projects\BlackBox\StarD...
49.061856
150
0.657281
4028a93818c4c4b43c9fc67f6a32b92131fb45fa
173
cs
C#
src/CoreHelper/Mapper/MapperIgnore.cs
loogn/NetApiStarter
d845b4eca17494d66c9ffc1a62fcb2a9fca27060
[ "MIT" ]
4
2019-12-12T06:13:48.000Z
2020-05-29T02:43:35.000Z
src/CoreHelper/Mapper/MapperIgnore.cs
loogn/NetApiStarter
d845b4eca17494d66c9ffc1a62fcb2a9fca27060
[ "MIT" ]
2
2019-12-19T13:31:23.000Z
2019-12-20T09:39:11.000Z
src/CoreHelper/Mapper/MapperIgnore.cs
loogn/NetApiStarter
d845b4eca17494d66c9ffc1a62fcb2a9fca27060
[ "MIT" ]
1
2019-12-19T10:29:17.000Z
2019-12-19T10:29:17.000Z
using System; namespace CoreHelper.Mapper { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class MapperIgnore : Attribute { } }
19.222222
72
0.734104
f209aa0236295b3c7c7f97bed2e84060c36b3e24
1,432
cs
C#
src/WallpaperChanger/BetterSplitContainer.cs
MasterDevs/WallMaster
d2f5b014bb0cb9dc8c85e813780003bdacaa46f1
[ "MS-PL" ]
4
2017-05-04T12:52:20.000Z
2017-08-30T15:29:51.000Z
src/WallpaperChanger/BetterSplitContainer.cs
MasterDevs/WallMaster
d2f5b014bb0cb9dc8c85e813780003bdacaa46f1
[ "MS-PL" ]
4
2016-08-25T10:46:36.000Z
2018-11-24T22:06:26.000Z
src/WallpaperChanger/BetterSplitContainer.cs
MasterDevs/WallMaster
d2f5b014bb0cb9dc8c85e813780003bdacaa46f1
[ "MS-PL" ]
null
null
null
using System.Windows.Forms; namespace WallpaperChanger { public class BetterSplitContainer : SplitContainer { private Control focused; public BetterSplitContainer() : base() { if (ParentForm != null) focused = getFocused(ParentForm.C...
31.822222
85
0.539804
90c4e83f5721ee14106f6acb97fa4668de669496
4,216
cs
C#
src/StorageSync/StorageSync.Test/UnitTests/MaximumDatasetSizeValidationTest.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,336
2015-01-03T15:40:07.000Z
2022-03-31T09:53:06.000Z
src/StorageSync/StorageSync.Test/UnitTests/MaximumDatasetSizeValidationTest.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
13,768
2015-01-03T14:50:54.000Z
2022-03-31T22:17:19.000Z
src/StorageSync/StorageSync.Test/UnitTests/MaximumDatasetSizeValidationTest.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,968
2015-01-02T17:35:24.000Z
2022-03-30T13:51:31.000Z
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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://w...
47.370787
145
0.663188