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
fac36074484d960f4f7a1be76b4368aba62ad71f
3,326
cs
C#
Abstractions.DateAndTime.Tests/DateTimeOffsetServiceTests.cs
MJB222398/Abstractions.DateAndTime
a253e8f249e0bb49f5ed307dfbd9f91947696aa8
[ "MIT" ]
null
null
null
Abstractions.DateAndTime.Tests/DateTimeOffsetServiceTests.cs
MJB222398/Abstractions.DateAndTime
a253e8f249e0bb49f5ed307dfbd9f91947696aa8
[ "MIT" ]
null
null
null
Abstractions.DateAndTime.Tests/DateTimeOffsetServiceTests.cs
MJB222398/Abstractions.DateAndTime
a253e8f249e0bb49f5ed307dfbd9f91947696aa8
[ "MIT" ]
null
null
null
using Abstractions.DateAndTime.Services; using FakeItEasy; using NUnit.Framework; using System; using System.Linq; using System.Reflection; using TimeZoneConverter; namespace Abstractions.DateAndTime.Tests { public class DateTimeOffsetServiceTests { private readonly IDateTimeOffsetService _dateTimeOff...
41.575
183
0.644618
faf7deb200359ebec644db4845f93ba6a3f66083
806
cs
C#
src/Coderr.Client.Tests/Processor/ReportIdGeneratorTests.cs
coderrapp/coderr.client
ce018f28d5df3b47361a2044ca90ad371c1af61c
[ "Apache-2.0" ]
16
2016-09-06T06:42:03.000Z
2017-08-01T18:56:34.000Z
src/Coderr.Client.Tests/Processor/ReportIdGeneratorTests.cs
coderrapp/coderr.client
ce018f28d5df3b47361a2044ca90ad371c1af61c
[ "Apache-2.0" ]
11
2016-09-12T21:44:58.000Z
2017-08-10T10:14:56.000Z
src/Coderr.Client.Tests/Processor/ReportIdGeneratorTests.cs
coderrapp/codeRR.Client
66ffb9c93a494ed0824a343a9759ce66a5b72f45
[ "Apache-2.0" ]
11
2016-09-12T07:45:06.000Z
2017-06-17T10:07:33.000Z
using System; using Coderr.Client.Processor; using FluentAssertions; using NCrunch.Framework; using Xunit; namespace Coderr.Client.Tests.Processor { public class ReportIdGeneratorTests { [Fact, ExclusivelyUses("ReportIdGenerator")] public void should_be_able_to_generate_an_id_per_default() ...
25.1875
66
0.648883
fb8080f0d4faf2c5b09a1e711c28e695155c92a0
15,386
cs
C#
src/Avalonia.Controls/ContextMenu.cs
MikeCodesDotNET/Avalonia
a5dee49df5c873688fd0814cd2fdb39c03619bc0
[ "MIT" ]
1
2019-06-24T00:10:14.000Z
2019-06-24T00:10:14.000Z
src/Avalonia.Controls/ContextMenu.cs
MikeCodesDotNET/Avalonia
a5dee49df5c873688fd0814cd2fdb39c03619bc0
[ "MIT" ]
null
null
null
src/Avalonia.Controls/ContextMenu.cs
MikeCodesDotNET/Avalonia
a5dee49df5c873688fd0814cd2fdb39c03619bc0
[ "MIT" ]
1
2021-10-29T18:37:14.000Z
2021-10-29T18:37:14.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using Avalonia.Controls.Generators; using Avalonia.Controls.Platform; using Avalonia.Controls.Primitives; using Avalonia.Controls.Primitives.PopupPositioning; using Avalonia.Controls.Templates; using Avalonia.Input; using Avalonia.Interactivit...
36.117371
122
0.578188
44b9d7727501c4b1b99f331e82c2fa178f83269c
1,023
cs
C#
Day 8/VChan/ViewModels/AudioViewModel.cs
sabihoshi/cs
c000c957c535d42d34123d8b3797da719d0ceda3
[ "MIT" ]
null
null
null
Day 8/VChan/ViewModels/AudioViewModel.cs
sabihoshi/cs
c000c957c535d42d34123d8b3797da719d0ceda3
[ "MIT" ]
1
2022-02-26T01:23:04.000Z
2022-02-26T01:23:04.000Z
Day 8/VChan/ViewModels/AudioViewModel.cs
sabihoshi/cs
c000c957c535d42d34123d8b3797da719d0ceda3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using Caliburn.Micro; using VChan.Annotations; using VChan.Models; namespace VChan.ViewModels { public class AudioViewModel : INot...
27.648649
95
0.678397
784e409e55d374e8e949be7b131ee8357d3ec47a
206
cs
C#
src/MarkdownSnippets/Processing/AppendSnippetsToMarkdown.cs
khalidabuhakmeh/MarkdownSnippets
bfb67c3a46e831d0bbcb24228008d9e29ba3da93
[ "MIT" ]
null
null
null
src/MarkdownSnippets/Processing/AppendSnippetsToMarkdown.cs
khalidabuhakmeh/MarkdownSnippets
bfb67c3a46e831d0bbcb24228008d9e29ba3da93
[ "MIT" ]
null
null
null
src/MarkdownSnippets/Processing/AppendSnippetsToMarkdown.cs
khalidabuhakmeh/MarkdownSnippets
bfb67c3a46e831d0bbcb24228008d9e29ba3da93
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace MarkdownSnippets { public delegate void AppendSnippetsToMarkdown(string key, IEnumerable<Snippet> snippets, Action<string> appendLine); }
29.428571
121
0.796117
c8e81ebf8988f12fa95c1482e99a49a12faa2bf2
466
cs
C#
src/FilteringSample/Models/Filter.cs
devkimchi/Dynamic-CRM-2015-Filtering-Sample
dd9500a2e266c4311921c73e6f17c845bf78f352
[ "MIT" ]
1
2016-05-03T07:16:53.000Z
2016-05-03T07:16:53.000Z
src/FilteringSample/Models/Filter.cs
devkimchi/Dynamic-CRM-2015-Filtering-Sample
dd9500a2e266c4311921c73e6f17c845bf78f352
[ "MIT" ]
null
null
null
src/FilteringSample/Models/Filter.cs
devkimchi/Dynamic-CRM-2015-Filtering-Sample
dd9500a2e266c4311921c73e6f17c845bf78f352
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Xml.Serialization; namespace DevKimchi.FilteringSample.Models { /// <summary> /// This represents the model entity for filter. /// </summary> [XmlRoot("filter")] public class Filter { /// <summary> /// Gets or sets the list of entit...
24.526316
52
0.592275
d5a8d365d9c06a3537909f4801707950c2ce9c62
2,903
cs
C#
test/Abp.Zero.SampleApp.EntityFrameworkCore.Tests/SimpleTaskAppTestBase.cs
jonassix/aspnetboilerplate
aae127af79f7ebe2116b0ad49a62c4f10f5c2dfd
[ "MIT" ]
523
2015-01-02T04:57:33.000Z
2017-11-29T07:18:59.000Z
test/Abp.Zero.SampleApp.EntityFrameworkCore.Tests/SimpleTaskAppTestBase.cs
emreerkoca/aspnetboilerplate
a47777c47741ff44483a667afc08f3738babef19
[ "MIT" ]
388
2015-01-02T05:04:26.000Z
2017-11-27T04:52:43.000Z
test/Abp.Zero.SampleApp.EntityFrameworkCore.Tests/SimpleTaskAppTestBase.cs
emreerkoca/aspnetboilerplate
a47777c47741ff44483a667afc08f3738babef19
[ "MIT" ]
509
2015-01-02T07:06:45.000Z
2017-11-29T19:52:54.000Z
using System; using System.Threading.Tasks; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityFrameworkCore; using Abp.TestBase; using Abp.Zero.SampleApp.EntityFrameworkCore.TestDataBuilders.HostDatas; namespace Abp.Zero.SampleApp.EntityFrameworkCore.Tests { public class SimpleTaskAppTestBase : AbpIntegr...
32.255556
117
0.557354
516f51fed4ec2347a6f11053b31c351345f7117e
3,172
cs
C#
TMServer/Program.cs
WilliamRagstad/Terminal-Mafia
95c8be72018ed8a447e7188fd30edacae026115b
[ "MIT" ]
null
null
null
TMServer/Program.cs
WilliamRagstad/Terminal-Mafia
95c8be72018ed8a447e7188fd30edacae026115b
[ "MIT" ]
null
null
null
TMServer/Program.cs
WilliamRagstad/Terminal-Mafia
95c8be72018ed8a447e7188fd30edacae026115b
[ "MIT" ]
null
null
null
using System; using System.Net; using TMProtocol; using TMProtocol.Shared; using Console = EzConsole.EzConsole; namespace TMServer { class Program { static void Main(string[] args) { Console.Write("Terminal Mafia ", ConsoleColor.Yellow); Console.WriteLine("| Server\n", ...
39.160494
191
0.586066
7b28a857110d88e6f82a1926236eaceb4e2c3523
787
cs
C#
src/Application/Channels/EventHandlers/ChannelCreatedEventHandler.cs
smurawski/hippo
51185179bdd29cba73800f06006270e5a73c9029
[ "Apache-2.0" ]
null
null
null
src/Application/Channels/EventHandlers/ChannelCreatedEventHandler.cs
smurawski/hippo
51185179bdd29cba73800f06006270e5a73c9029
[ "Apache-2.0" ]
null
null
null
src/Application/Channels/EventHandlers/ChannelCreatedEventHandler.cs
smurawski/hippo
51185179bdd29cba73800f06006270e5a73c9029
[ "Apache-2.0" ]
null
null
null
using Hippo.Application.Common.Models; using Hippo.Core.Events; using MediatR; using Microsoft.Extensions.Logging; namespace Hippo.Application.Channels.EventHandlers; public class ChannelCreatedEventHandler : INotificationHandler<DomainEventNotification<ChannelCreatedEvent>> { private readonly ILogger<ChannelCrea...
30.269231
118
0.780178
7b2d76a9728a2345c6eb6a07027d80621a913d50
652
cs
C#
DependencyScannerDotnet.Core/Services/TargetFrameworkMappingService.cs
spiegelp/DependencyScannerDotnet
3fa5914457bcd0c3b3c339599d02c156734158c9
[ "MIT" ]
1
2021-09-21T09:17:35.000Z
2021-09-21T09:17:35.000Z
DependencyScannerDotnet.Core/Services/TargetFrameworkMappingService.cs
spiegelp/DependencyScannerDotnet
3fa5914457bcd0c3b3c339599d02c156734158c9
[ "MIT" ]
null
null
null
DependencyScannerDotnet.Core/Services/TargetFrameworkMappingService.cs
spiegelp/DependencyScannerDotnet
3fa5914457bcd0c3b3c339599d02c156734158c9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DependencyScannerDotnet.Core.Services { public class TargetFrameworkMappingService : ITargetFrameworkMappingService { public TargetFrameworkMappingService() { } public...
26.08
79
0.615031
33904fcb5cd1e191a1d1ddea02c4463c536fdafb
1,080
cs
C#
src/Saga.Participants.Tests/Receipt/ReceiptTests.cs
apiscevs/saga-orchestration-serverless
880f3fe5301c408612e95abbc91aee1d6e4c67d6
[ "MIT" ]
241
2020-07-14T00:01:45.000Z
2022-03-26T13:05:41.000Z
src/Saga.Participants.Tests/Receipt/ReceiptTests.cs
apiscevs/saga-orchestration-serverless
880f3fe5301c408612e95abbc91aee1d6e4c67d6
[ "MIT" ]
6
2021-01-05T09:46:07.000Z
2021-06-26T17:24:24.000Z
src/Saga.Participants.Tests/Receipt/ReceiptTests.cs
apiscevs/saga-orchestration-serverless
880f3fe5301c408612e95abbc91aee1d6e4c67d6
[ "MIT" ]
71
2020-07-24T15:18:08.000Z
2022-03-27T17:32:12.000Z
using Saga.Common.Events; using Saga.Common.Messaging; using Saga.Participants.Receipt.Models; using System; using Xunit; namespace Saga.Participants.Tests.Receipt { public class ReceiptTests { [Fact] public void ExecutedTransfer_WhenProcessingValidTransaction_IssuesNonEmptyReceipt(...
29.189189
97
0.637037
b5be42621724948a0b177e4e3789543a25aaa1ae
6,530
cs
C#
tests/Bellatrix.Web.Tests/Controls/Anchor/AnchorControlTestsChrome.cs
quantum-grit/BELLATRIX
90b12a3789c03535bc08c4b2578ee14eb6f15f30
[ "Apache-2.0" ]
null
null
null
tests/Bellatrix.Web.Tests/Controls/Anchor/AnchorControlTestsChrome.cs
quantum-grit/BELLATRIX
90b12a3789c03535bc08c4b2578ee14eb6f15f30
[ "Apache-2.0" ]
null
null
null
tests/Bellatrix.Web.Tests/Controls/Anchor/AnchorControlTestsChrome.cs
quantum-grit/BELLATRIX
90b12a3789c03535bc08c4b2578ee14eb6f15f30
[ "Apache-2.0" ]
null
null
null
// <copyright file="AnchorControlTestsChrome.cs" company="Automate The Planet Ltd."> // Copyright 2020 Automate The Planet Ltd. // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. // You may obtain a copy of the License at http://www.ap...
39.101796
148
0.684074
bdc5ef09c72900ba01ef9a548d72b42d1719f41c
4,628
cs
C#
projects/17-07-16_microphone/ScottPlot-2017-07-30/ScottPlot/ScottPlotUC.cs
ragininternet/Csharp-Data-Visualization
44cc41d82f5cebb7d07396ba8cb449839298cc2a
[ "MIT" ]
592
2017-08-22T12:06:49.000Z
2022-03-29T01:33:59.000Z
projects/17-07-16_microphone/ScottPlot-2017-07-30/ScottPlot/ScottPlotUC.cs
ragininternet/Csharp-Data-Visualization
44cc41d82f5cebb7d07396ba8cb449839298cc2a
[ "MIT" ]
15
2018-05-01T18:33:40.000Z
2021-12-19T18:30:44.000Z
projects/17-07-16_microphone/ScottPlot-2017-07-30/ScottPlot/ScottPlotUC.cs
ragininternet/Csharp-Data-Visualization
44cc41d82f5cebb7d07396ba8cb449839298cc2a
[ "MIT" ]
519
2017-09-02T04:02:08.000Z
2022-03-29T18:25:33.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Diagnostics; // this example uses the ScottPlotUC to *STORE* data it interactively displays...
29.106918
105
0.526361
34de41ae4e20a1c36e935d746f2593d8e5fab79a
310
cs
C#
src/Caliburn.Light.WinUI/BooleanBoxes.cs
tibel/Caliburn.Light
35ce63eb597c58e1eec792ae10afee9612735eaa
[ "MIT" ]
59
2015-02-03T19:56:25.000Z
2021-10-11T05:59:36.000Z
src/Caliburn.Light.WinUI/BooleanBoxes.cs
tibel/Caliburn.Light
35ce63eb597c58e1eec792ae10afee9612735eaa
[ "MIT" ]
54
2015-03-24T07:53:15.000Z
2021-11-10T18:11:56.000Z
src/Caliburn.Light.WinUI/BooleanBoxes.cs
tibel/Caliburn.Light
35ce63eb597c58e1eec792ae10afee9612735eaa
[ "MIT" ]
10
2015-02-20T15:37:04.000Z
2021-11-22T15:33:47.000Z
namespace Caliburn.Light.WinUI { internal static class BooleanBoxes { public static readonly object TrueBox = true; public static readonly object FalseBox = false; public static object Box(bool value) { return value ? TrueBox : FalseBox; } } }
22.142857
55
0.612903
2badc5f24d36c906b8f9dd2cb691fc75c97ea1bf
1,063
cs
C#
src/Tests/UnitTests/LocationGeneratorsTests.cs
danielwertheim/serilog-sinks-azureappendblob
3a770455b0350b24fc1dbed9c335d19744614289
[ "MIT" ]
1
2021-04-15T05:59:03.000Z
2021-04-15T05:59:03.000Z
src/Tests/UnitTests/LocationGeneratorsTests.cs
danielwertheim/serilog-sinks-azureappendblob
3a770455b0350b24fc1dbed9c335d19744614289
[ "MIT" ]
null
null
null
src/Tests/UnitTests/LocationGeneratorsTests.cs
danielwertheim/serilog-sinks-azureappendblob
3a770455b0350b24fc1dbed9c335d19744614289
[ "MIT" ]
null
null
null
using System; using FluentAssertions; using Serilog.Sinks.AzureAppendBlob; using Xunit; namespace UnitTests { public class LocationGeneratorsTests { [Fact] public void Default_uses_logs_as_container_and_dates_as_path_and_rotates_hourly() { var dt = DateTimeOffset.UtcNow; ...
28.72973
104
0.575729
9221b937b90ca59425c6e84a0c79dd6b6cd2e6b6
691
cs
C#
src/MaybeF/Functions/F.Compose.cs
bfren/maybe
78ae8ad9d71d669865ee616a72eea470aed3e510
[ "MIT" ]
null
null
null
src/MaybeF/Functions/F.Compose.cs
bfren/maybe
78ae8ad9d71d669865ee616a72eea470aed3e510
[ "MIT" ]
35
2022-03-10T15:05:00.000Z
2022-03-30T17:31:57.000Z
src/MaybeF/Functions/F.Compose.cs
bfren/maybe
78ae8ad9d71d669865ee616a72eea470aed3e510
[ "MIT" ]
null
null
null
// Maybe: .NET Monad. // Copyright (c) bfren - licensed under https://mit.bfren.dev/2019 using System; namespace MaybeF; public static partial class F { /// <summary> /// Use Kleisi composition to compose two Maybe functions /// </summary> /// <typeparam name="TInput">Input type</typeparam> /// <typeparam name=...
28.791667
77
0.681621
a776b3207e9114f938a77109a2d275565e399b45
1,070
cs
C#
src/Cloudtoid.Json.Schema/Writer/JsonSchemaWriter.Conditional.cs
cloudtoid/json-schema
a07eb956cb8dc44b599c15345796b5f96d2557d9
[ "MIT" ]
null
null
null
src/Cloudtoid.Json.Schema/Writer/JsonSchemaWriter.Conditional.cs
cloudtoid/json-schema
a07eb956cb8dc44b599c15345796b5f96d2557d9
[ "MIT" ]
null
null
null
src/Cloudtoid.Json.Schema/Writer/JsonSchemaWriter.Conditional.cs
cloudtoid/json-schema
a07eb956cb8dc44b599c15345796b5f96d2557d9
[ "MIT" ]
null
null
null
namespace Cloudtoid.Json.Schema { public sealed partial class JsonSchemaWriter { protected override void VisitConditionalIfClause(JsonSchemaConstraint condition) { writer.WriteStartObject(Keys.If); base.VisitConditionalIfClause(condition); writer.WriteEndObje...
31.470588
90
0.642991
d337830c06b159f131f505f1f5e198475c5744f2
547
cs
C#
aspnet-core/src/LearningBoilerplate.Web.Core/Controllers/LearningBoilerplateControllerBase.cs
TobiasVargas/LearningBoilerplate
f33547384faeecb6601e865581d49ab914df7f28
[ "MIT" ]
null
null
null
aspnet-core/src/LearningBoilerplate.Web.Core/Controllers/LearningBoilerplateControllerBase.cs
TobiasVargas/LearningBoilerplate
f33547384faeecb6601e865581d49ab914df7f28
[ "MIT" ]
5
2021-03-11T02:14:31.000Z
2022-02-27T08:30:57.000Z
aspnet-core/src/LearningBoilerplate.Web.Core/Controllers/LearningBoilerplateControllerBase.cs
TobiasVargas/LearningBoilerplate
f33547384faeecb6601e865581d49ab914df7f28
[ "MIT" ]
null
null
null
using Abp.AspNetCore.Mvc.Controllers; using Abp.IdentityFramework; using Microsoft.AspNetCore.Identity; namespace LearningBoilerplate.Controllers { public abstract class LearningBoilerplateControllerBase: AbpController { protected LearningBoilerplateControllerBase() { LocalizationSo...
27.35
86
0.731261
31447db8d5e8cb81e415eb16d93d83bb6361ca89
2,695
cs
C#
Scriber/DocumentLocal.cs
science-docs/Scriber
2d6dc9e5782cec14ccc8bf49ba1c3b56aaff1c32
[ "MIT" ]
4
2020-07-24T12:13:57.000Z
2021-07-02T11:49:02.000Z
Scriber/DocumentLocal.cs
science-docs/Scriber
2d6dc9e5782cec14ccc8bf49ba1c3b56aaff1c32
[ "MIT" ]
1
2021-01-19T10:56:31.000Z
2021-01-19T10:56:31.000Z
Scriber/DocumentLocal.cs
science-docs/Scriber
2d6dc9e5782cec14ccc8bf49ba1c3b56aaff1c32
[ "MIT" ]
1
2020-07-31T16:39:09.000Z
2020-07-31T16:39:09.000Z
using Scriber.Util; using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; namespace Scriber { public static class DocumentLocal { public static int Increment(this DocumentLocal<int> local, Document document) { var value = local[document]; ...
27.783505
126
0.531725
317faa684a9d4f8c5996ca2740b87370f320fa85
578
cs
C#
Jabba/Framework/Random/HashWrapper.cs
EnderPi/FlemishGiant
24c55d1e462c92cd8c624ac73a1e0f4621e9208b
[ "MIT" ]
null
null
null
Jabba/Framework/Random/HashWrapper.cs
EnderPi/FlemishGiant
24c55d1e462c92cd8c624ac73a1e0f4621e9208b
[ "MIT" ]
null
null
null
Jabba/Framework/Random/HashWrapper.cs
EnderPi/FlemishGiant
24c55d1e462c92cd8c624ac73a1e0f4621e9208b
[ "MIT" ]
null
null
null
namespace EnderPi.Random { /// <summary> /// Turns any random number generator into a hash-based generator. /// </summary> public class HashWrapper :IRandomEngine { private ulong _state; private IRandomEngine _engine; public HashWrapper(IRandomEngine engine) { ...
20.642857
70
0.534602
319f904533272651e05bc1ac264fa3930d79273f
403
cs
C#
src/ChannelEngineHolder.Application/Interfaces/IProductsRepository.cs
KrzysiekTalarczyk/ChannelEngineHolder
196b2ba07e937b9262e780eb32e92c196b47e2d6
[ "MIT" ]
null
null
null
src/ChannelEngineHolder.Application/Interfaces/IProductsRepository.cs
KrzysiekTalarczyk/ChannelEngineHolder
196b2ba07e937b9262e780eb32e92c196b47e2d6
[ "MIT" ]
null
null
null
src/ChannelEngineHolder.Application/Interfaces/IProductsRepository.cs
KrzysiekTalarczyk/ChannelEngineHolder
196b2ba07e937b9262e780eb32e92c196b47e2d6
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using ChannelEngineHolder.Domain.Models; namespace ChannelEngineHolder.Application.Interfaces { public interface IProductsRepository { Task<IEnumerable<Product>> GetByNumbersAsync(List<string> numbers); Task SetStock(string produc...
28.785714
75
0.759305
855a191b0b4aec9e006e31b7d936c6f329b9e026
526
cs
C#
src/AutoQueryable/Core/CriteriaFilters/IQueryableTypeFilterMap.cs
venuselite/AutoQueryable
1383b3d9ad12c1dcc38c49344342b31c4c95215d
[ "MIT" ]
100
2016-11-14T10:41:31.000Z
2022-02-16T10:00:29.000Z
src/AutoQueryable/Core/CriteriaFilters/IQueryableTypeFilterMap.cs
venuselite/AutoQueryable
1383b3d9ad12c1dcc38c49344342b31c4c95215d
[ "MIT" ]
43
2016-12-12T12:50:20.000Z
2021-07-22T08:19:25.000Z
src/AutoQueryable/Core/CriteriaFilters/IQueryableTypeFilterMap.cs
venuselite/AutoQueryable
1383b3d9ad12c1dcc38c49344342b31c4c95215d
[ "MIT" ]
22
2016-12-10T18:19:21.000Z
2020-12-14T10:12:22.000Z
using System; using System.Collections.Generic; namespace AutoQueryable.Core.CriteriaFilters { public interface IQueryableTypeFilterMap { void AddFilter(Type type, IQueryableTypeFilter filter); void AddFilters(Type type, ICollection<IQueryableTypeFilter> filters); IQueryableTypeFilter ...
37.571429
84
0.76616
00626ef0fc348dab863e9a3f58426c053663b3aa
1,768
cs
C#
ReactiveRTM/Corba/CdrSerializerFactory.cs
zoetrope/ReactiveRTM
976b9a7b640834d5f50cbe792a7db9d49914bc63
[ "BSD-2-Clause" ]
null
null
null
ReactiveRTM/Corba/CdrSerializerFactory.cs
zoetrope/ReactiveRTM
976b9a7b640834d5f50cbe792a7db9d49914bc63
[ "BSD-2-Clause" ]
null
null
null
ReactiveRTM/Corba/CdrSerializerFactory.cs
zoetrope/ReactiveRTM
976b9a7b640834d5f50cbe792a7db9d49914bc63
[ "BSD-2-Clause" ]
1
2021-08-20T01:15:50.000Z
2021-08-20T01:15:50.000Z
using System.Reflection; using Ch.Elca.Iiop; using Ch.Elca.Iiop.Util; using ReactiveRTM.Utility; using omg.org.IOP; using System; namespace ReactiveRTM.Corba { public class CdrSerializerFactory { private dynamic _factory; public CdrSerializerFactory() { Asse...
34
99
0.647059
a86a6a5fada404e78bc9f21cdd916e57d29281b8
2,634
cs
C#
back-end/ROS.Contracts/Paging/Paginate.cs
GitHubPhongNguyen/roshop
8b5845ada0e7978f4fd531f58bdc398852939178
[ "MIT" ]
4
2021-05-07T02:36:04.000Z
2021-06-10T04:58:50.000Z
back-end/ROS.Contracts/Paging/Paginate.cs
thuydx98/roshop
8b5845ada0e7978f4fd531f58bdc398852939178
[ "MIT" ]
1
2022-03-31T01:59:56.000Z
2022-03-31T01:59:56.000Z
back-end/ROS.Contracts/Paging/Paginate.cs
GitHubPhongNguyen/roshop
8b5845ada0e7978f4fd531f58bdc398852939178
[ "MIT" ]
4
2021-06-03T15:15:33.000Z
2021-06-04T06:55:17.000Z
using System; using System.Collections.Generic; using System.Linq; namespace ROS.Contracts.Paging { public class Paginate<TResult> : IPaginate<TResult> { public int Size { get; set; } public int Page { get; set; } public int Total { get; set; } public IList<TResult> Items { get; set; } public Paginate(IE...
24.388889
104
0.651481
85bd4754c08625131c37bb4d4198f6cb76160a6b
4,222
cs
C#
source/Apps/DrawNumber/DrawNumberItem.cs
LigangSun/AppCenter
b3f81e836ab2f4276cae33e5a2367752f3c3b050
[ "MIT" ]
null
null
null
source/Apps/DrawNumber/DrawNumberItem.cs
LigangSun/AppCenter
b3f81e836ab2f4276cae33e5a2367752f3c3b050
[ "MIT" ]
null
null
null
source/Apps/DrawNumber/DrawNumberItem.cs
LigangSun/AppCenter
b3f81e836ab2f4276cae33e5a2367752f3c3b050
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Media.Imaging; using System.Collections.ObjectModel; using System.Windows; using System.IO; using SoonLearning.AppCenter.Utility; using SoonLearning.AppCenter.Data; namespace SoonLearning.ConnectNumber { pub...
24.264368
96
0.541686
7a4022075c782cd7f0c0949c0c0fbfd372c0ce26
9,012
cs
C#
src/Lucene.Net.Core/Index/SortedDocValuesWriter.cs
mdissel/lucene.net
d64ce2b74c1f2d3246a7b3561f15063d39e130d1
[ "Apache-2.0" ]
1
2016-03-08T20:42:45.000Z
2016-03-08T20:42:45.000Z
src/Lucene.Net.Core/Index/SortedDocValuesWriter.cs
mdissel/lucene.net
d64ce2b74c1f2d3246a7b3561f15063d39e130d1
[ "Apache-2.0" ]
1
2016-11-29T14:03:10.000Z
2016-11-29T14:03:46.000Z
src/Lucene.Net.Core/Index/SortedDocValuesWriter.cs
mdissel/lucene.net
d64ce2b74c1f2d3246a7b3561f15063d39e130d1
[ "Apache-2.0" ]
1
2022-02-16T08:41:09.000Z
2022-02-16T08:41:09.000Z
using Lucene.Net.Codecs; using Lucene.Net.Util; using Lucene.Net.Util.Packed; using System.Collections.Generic; using System.Diagnostics; namespace Lucene.Net.Index { /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed...
30.863014
226
0.62561
08e71a6cabf70a9f24d9928f6421ea884fe05679
337
cs
C#
samples/Form Flow Sample/TestBotAccessors.cs
brazierdavid/botbuilder-community-dotnet
07d015e2d38e8a7640af9b94bcf37fa3284ebb5e
[ "MIT" ]
240
2018-08-23T15:07:19.000Z
2022-03-15T17:03:21.000Z
samples/Form Flow Sample/TestBotAccessors.cs
abhimantiwari/botbuilder-community-dotnet
dee7ddb845ed86e6554176dd424da5342b52a611
[ "MIT" ]
224
2018-08-21T20:55:06.000Z
2022-03-30T07:54:59.000Z
samples/Form Flow Sample/TestBotAccessors.cs
abhimantiwari/botbuilder-community-dotnet
dee7ddb845ed86e6554176dd424da5342b52a611
[ "MIT" ]
180
2018-08-24T13:14:28.000Z
2022-03-23T06:52:43.000Z
using System.Threading; using Microsoft.Bot.Builder; using Microsoft.Bot.Builder.Dialogs; namespace FormFlow_Sample { public class TestBotAccessors { public IStatePropertyAccessor<DialogState> ConversationDialogState { get; set; } public SemaphoreSlim SemaphoreSlim { get; } = new SemaphoreSli...
24.071429
88
0.732938
08eed37dafe506675de25cfabe40c14405929daf
449
cs
C#
package/Runtime/PropertyAttributes/AreaMaskAttribute.cs
kempnymaciej/alchemy-navigation
34855372e07ca0fc1c1197308a3ece67c5e1cee8
[ "MIT" ]
1
2021-11-09T03:10:36.000Z
2021-11-09T03:10:36.000Z
package/Runtime/PropertyAttributes/AreaMaskAttribute.cs
kempnymaciej/alchemy-navigation
34855372e07ca0fc1c1197308a3ece67c5e1cee8
[ "MIT" ]
null
null
null
package/Runtime/PropertyAttributes/AreaMaskAttribute.cs
kempnymaciej/alchemy-navigation
34855372e07ca0fc1c1197308a3ece67c5e1cee8
[ "MIT" ]
null
null
null
using UnityEngine; namespace AlchemyBow.Navigation.PropertyAttributes { /// <summary> /// An attribute that improves the `AreaMask` fields in the editor. /// </summary> /// <remarks> /// If there is a `AlchemyNavigationSystem` in the scene, the names of the areas are fetched. /// </remarks> ...
24.944444
97
0.639198
9d58ea4d0bbeb6efe60ab8ed640ecb3d4cd64b20
7,142
cs
C#
ImprintCMS/Controllers/ShopController.cs
peders/Imprint-CMS
6140b140ccd02b5e4e7d6ba013ac1225724487f4
[ "Apache-2.0" ]
null
null
null
ImprintCMS/Controllers/ShopController.cs
peders/Imprint-CMS
6140b140ccd02b5e4e7d6ba013ac1225724487f4
[ "Apache-2.0" ]
null
null
null
ImprintCMS/Controllers/ShopController.cs
peders/Imprint-CMS
6140b140ccd02b5e4e7d6ba013ac1225724487f4
[ "Apache-2.0" ]
null
null
null
using System; using System.Linq; using System.Net.Mail; using System.Web; using System.Web.Mvc; using ImprintCMS.Models; using ImprintCMS.Models.ViewModels; namespace ImprintCMS.Controllers { public class ShopController : SiteControllerBase { const string CookieName = "ImprintCMSShopId"; Guid...
29.634855
134
0.508401
9d6ca60bae67e0c6097841f37395e62fb962487b
911
cs
C#
Assets/Examples/Scripts/Basic Entity Management/PersonAgeChangedEvent.cs
lorenchorley/StrangeIoC-Updated
f3a3bf86e85901e9dacec7a4a96b04ac18b6da4f
[ "Apache-2.0" ]
2
2021-03-14T09:43:13.000Z
2022-01-02T08:08:21.000Z
Assets/Examples/Scripts/Basic Entity Management/PersonAgeChangedEvent.cs
lorenchorley/Unity3D-Prototyping-Tool-Set
f3a3bf86e85901e9dacec7a4a96b04ac18b6da4f
[ "Apache-2.0" ]
null
null
null
Assets/Examples/Scripts/Basic Entity Management/PersonAgeChangedEvent.cs
lorenchorley/Unity3D-Prototyping-Tool-Set
f3a3bf86e85901e9dacec7a4a96b04ac18b6da4f
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System; using strange.extensions.command.api; using eventsourcing; namespace entitymanagement.examples.basic { [Serializable] public class PersonAgeChangedEvent : IEvent { public int NewAge; public int OldAge; public long CreationTime { get; set;...
23.973684
74
0.545554
ba6670b79b93991a4de99f55c1624d2bb549ced6
4,276
cs
C#
Assets/Scripts/Classes/parsers/LeapParser3.cs
Holusion/3d-viewer
c52bd26105bd0c1903062d649cae3ac9e8f053e4
[ "Apache-2.0" ]
1
2019-12-03T16:24:01.000Z
2019-12-03T16:24:01.000Z
Assets/Scripts/Classes/parsers/LeapParser3.cs
Holusion/3d-viewer
c52bd26105bd0c1903062d649cae3ac9e8f053e4
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Classes/parsers/LeapParser3.cs
Holusion/3d-viewer
c52bd26105bd0c1903062d649cae3ac9e8f053e4
[ "Apache-2.0" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // Ce code a été généré par un outil. // Version du runtime :4.0.30319.18444 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est...
28.697987
127
0.638447
a004a079d12e6c09aad4a18f1032a218cd4240d0
2,241
cs
C#
tests/TripleDerby.Core.Tests/Services/RaceServiceTests/Race.cs
ovation22/TripleDerby.Api
26a1c94a7113e48c1cd9e36189e4589523f606fe
[ "MIT" ]
2
2020-08-01T23:53:04.000Z
2020-08-02T02:20:15.000Z
tests/TripleDerby.Core.Tests/Services/RaceServiceTests/Race.cs
ovation22/TripleDerby.Api
26a1c94a7113e48c1cd9e36189e4589523f606fe
[ "MIT" ]
57
2020-08-05T03:06:51.000Z
2021-11-29T03:32:46.000Z
tests/TripleDerby.Core.Tests/Services/RaceServiceTests/Race.cs
ovation22/TripleDerby.Api
26a1c94a7113e48c1cd9e36189e4589523f606fe
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Threading.Tasks; using Moq; using TripleDerby.Core.DTOs; using TripleDerby.Core.Entities; using TripleDerby.Core.Specifications; using Xunit; namespace TripleDerby.Core.Tests.Services.RaceServiceTests { public class Race : RaceServiceTestBase...
29.103896
118
0.539045
9714a797801dcf12b5f30e128c1830832f16b703
1,348
cs
C#
BalloonTextChanger/InputBox.xaml.cs
thieupepijn/BalloonTextChanger
7ae9c232fb88f0739ce1ba8f53b97b9e32e584fa
[ "MIT" ]
null
null
null
BalloonTextChanger/InputBox.xaml.cs
thieupepijn/BalloonTextChanger
7ae9c232fb88f0739ce1ba8f53b97b9e32e584fa
[ "MIT" ]
null
null
null
BalloonTextChanger/InputBox.xaml.cs
thieupepijn/BalloonTextChanger
7ae9c232fb88f0739ce1ba8f53b97b9e32e584fa
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; namespace BalloonT...
26.96
90
0.611276
97173fce07e96c5c8544d8a0a2655218932b8a18
3,085
cs
C#
Solution/RexConnectClient.Test/RcCore/Cache/TRexConnCache.cs
inthefabric/RexConnectClient
48f006d2833be788665c93fc3a3f3bb53d93911b
[ "Apache-2.0" ]
2
2015-01-16T23:35:09.000Z
2015-01-16T23:35:15.000Z
Solution/RexConnectClient.Test/RcCore/Cache/TRexConnCache.cs
inthefabric/RexConnectClient
48f006d2833be788665c93fc3a3f3bb53d93911b
[ "Apache-2.0" ]
null
null
null
Solution/RexConnectClient.Test/RcCore/Cache/TRexConnCache.cs
inthefabric/RexConnectClient
48f006d2833be788665c93fc3a3f3bb53d93911b
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using NUnit.Framework; using RexConnectClient.Core.Cache; using RexConnectClient.Test.Utils; namespace RexConnectClient.Test.RcCore.Cache { /*================================================================================================*/ [TestFixture] public clas...
34.277778
101
0.471637
c4c007cdd44fa0d0a6fb8332292b07dfcf057d65
3,239
cs
C#
sources/Interop/Windows/DirectX/um/dcommon/D2D_MATRIX_4X3_F.Manual.cs
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
null
null
null
sources/Interop/Windows/DirectX/um/dcommon/D2D_MATRIX_4X3_F.Manual.cs
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
null
null
null
sources/Interop/Windows/DirectX/um/dcommon/D2D_MATRIX_4X3_F.Manual.cs
JeremyKuhne/terrafx.interop.windows
337dab04103688027ccfbee0180568de552283de
[ "MIT" ]
null
null
null
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License._d in the repository root for more information. // Ported from um/d2d1_1helper.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System; using System.Di...
34.827957
170
0.550479
4236fa8463e165587eaf0f0ace58da0f56885120
7,848
cs
C#
BuildIndexAction/CustomAction.cs
newventuresoftware/WixSqlite
1be4d9f89761977e7aed72337532423d05ffc281
[ "MIT" ]
null
null
null
BuildIndexAction/CustomAction.cs
newventuresoftware/WixSqlite
1be4d9f89761977e7aed72337532423d05ffc281
[ "MIT" ]
null
null
null
BuildIndexAction/CustomAction.cs
newventuresoftware/WixSqlite
1be4d9f89761977e7aed72337532423d05ffc281
[ "MIT" ]
null
null
null
using Microsoft.Deployment.WindowsInstaller; using System; using System.Data.SQLite; using System.IO; using System.Linq; namespace BuildIndexAction { public class CustomActions { public CustomActions(Session session) { _session = session; _msiAction = ParseMsiAction(sess...
42.193548
382
0.604103
f756ae2b64d63752e5921f3df9986f8d9601a696
2,981
cs
C#
Apps/NKnife.App.Chess.Common/Common/Position/Positions.cs
xknife-erian/nknife
3efe329cd6f520e1d95c066388c492ff7d3a2501
[ "MIT" ]
2
2019-07-25T05:17:49.000Z
2020-09-28T13:12:54.000Z
Apps/NKnife.App.Chess.Common/Common/Position/Positions.cs
xknife-erian/nknife
3efe329cd6f520e1d95c066388c492ff7d3a2501
[ "MIT" ]
null
null
null
Apps/NKnife.App.Chess.Common/Common/Position/Positions.cs
xknife-erian/nknife
3efe329cd6f520e1d95c066388c492ff7d3a2501
[ "MIT" ]
2
2020-11-25T14:33:27.000Z
2021-01-04T05:47:39.000Z
using System; using System.Collections.Generic; using System.Text; namespace Gean.Module.Chess { public class Positions : ICollection<Position> { private List<Position> _positions = new List<Position>(); public void AddRange(IEnumerable<Position> postions) { _positions.Add...
24.235772
85
0.492452
167c22b05e0b96a0787b3c5e3356285c13a23a35
2,544
cs
C#
src/III.Tests/ConventionMappingTests.cs
peopleware/net-ppwcode-vernacular-nhibernate
4129a1b26425dbda8c50b15e7c512aaf6478e37e
[ "Apache-2.0" ]
null
null
null
src/III.Tests/ConventionMappingTests.cs
peopleware/net-ppwcode-vernacular-nhibernate
4129a1b26425dbda8c50b15e7c512aaf6478e37e
[ "Apache-2.0" ]
6
2018-12-19T16:07:02.000Z
2021-11-24T23:36:33.000Z
src/III.Tests/ConventionMappingTests.cs
peopleware/net-ppwcode-vernacular-nhibernate
4129a1b26425dbda8c50b15e7c512aaf6478e37e
[ "Apache-2.0" ]
1
2015-07-07T09:20:58.000Z
2015-07-07T09:20:58.000Z
// Copyright 2020 by PeopleWare n.v.. // 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 writ...
37.970149
128
0.685928
736243d801cc7785c750af2baedf4aa9fc9f468a
2,164
cs
C#
Assets/Scripts/Start Cutscenes/StartCutsceneOnPutdown.cs
JohnnyCenter/TheGoldenYearsBackup
7639b10c3b6b652ce0f13661865b694079c188ac
[ "MIT" ]
null
null
null
Assets/Scripts/Start Cutscenes/StartCutsceneOnPutdown.cs
JohnnyCenter/TheGoldenYearsBackup
7639b10c3b6b652ce0f13661865b694079c188ac
[ "MIT" ]
null
null
null
Assets/Scripts/Start Cutscenes/StartCutsceneOnPutdown.cs
JohnnyCenter/TheGoldenYearsBackup
7639b10c3b6b652ce0f13661865b694079c188ac
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Playables; using UnityEngine.UI; using TMPro; public class StartCutsceneOnPutdown : MonoBehaviour { PlayerManagerTemporary p_manager; GameObject target; [SerializeField] float cutsceneLenght; //[SerializeFi...
26.390244
104
0.657116
4407924666114e365cb2cacc47bda8d30a20c886
4,713
cs
C#
BankApp/BankApp/Repositories/AccountRepository.cs
e310905-Saimia/database
425b72443e29933da8be09a43db71cec17ec02d5
[ "MIT" ]
null
null
null
BankApp/BankApp/Repositories/AccountRepository.cs
e310905-Saimia/database
425b72443e29933da8be09a43db71cec17ec02d5
[ "MIT" ]
null
null
null
BankApp/BankApp/Repositories/AccountRepository.cs
e310905-Saimia/database
425b72443e29933da8be09a43db71cec17ec02d5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using BankApp.Models; namespace BankApp.Repositories { class AccountRepository:IAccount { /// <summary> /// 1. etsitään oikea tili, jolle tilitapahtuma kirjataan /// 2. tilin saldo (Balance) laitetaan...
36.253846
106
0.488012
dc28115f0224cca9ff481f101a023bb4ee0707c6
823
cs
C#
Data/OnlineStore.Data/Configurations/ProductConfiguration.cs
yovko93/OnlineStoreProject
e83db17329335a5f5ae319c9c9becdc49eda0fe5
[ "MIT" ]
null
null
null
Data/OnlineStore.Data/Configurations/ProductConfiguration.cs
yovko93/OnlineStoreProject
e83db17329335a5f5ae319c9c9becdc49eda0fe5
[ "MIT" ]
null
null
null
Data/OnlineStore.Data/Configurations/ProductConfiguration.cs
yovko93/OnlineStoreProject
e83db17329335a5f5ae319c9c9becdc49eda0fe5
[ "MIT" ]
null
null
null
namespace OnlineStore.Data.Configurations { using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using OnlineStore.Data.Models; public class ProductConfiguration : IEntityTypeConfiguration<Product> { public void Configure(EntityTypeBuilder<Product> pr...
29.392857
73
0.558931
677afcaab598a23a325364af5670c99e1bd86522
6,079
cs
C#
src/JsonRpc.Generators/DelegateHelpers.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
322
2017-04-25T15:01:57.000Z
2022-03-30T15:40:45.000Z
src/JsonRpc.Generators/DelegateHelpers.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
716
2017-04-25T07:53:57.000Z
2022-03-30T17:02:45.000Z
src/JsonRpc.Generators/DelegateHelpers.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
94
2017-05-04T15:47:06.000Z
2022-03-16T10:31:00.000Z
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Syntax; using static Microsoft.CodeAnalysis.CSharp.SyntaxFactory; namespace OmniSharp.Extensions.JsonRpc.Generators { internal static class DelegateHelpers { public static Func<TypeSyntax, MethodDecla...
48.246032
176
0.538082
f934e0da90af5300aa91b1f354a4af077d56bdd4
1,644
cs
C#
Core/Kernel/MiscSection.cs
korreckj328/OpenVIII-monogame
03afe043f6e2fa4454232657bc64fd970300ab08
[ "MIT" ]
208
2020-04-12T17:14:56.000Z
2022-03-30T00:12:52.000Z
Core/Kernel/MiscSection.cs
korreckj328/OpenVIII-monogame
03afe043f6e2fa4454232657bc64fd970300ab08
[ "MIT" ]
19
2020-04-12T14:52:11.000Z
2021-11-06T00:37:06.000Z
Core/Kernel/MiscSection.cs
korreckj328/OpenVIII-monogame
03afe043f6e2fa4454232657bc64fd970300ab08
[ "MIT" ]
38
2020-04-26T04:30:58.000Z
2022-02-18T11:15:37.000Z
using System.Collections.Generic; using System.IO; using System.Linq; namespace OpenVIII { namespace Kernel { /// <summary> /// Misc Data /// </summary> /// <see cref="https://github.com/alexfilth/doomtrain/wiki/Misc-section"/> public sealed class MiscSection { ...
26.095238
104
0.54927
a6e6013e8c005c667f3b1caa8698a54bf2c59b66
956
cs
C#
Assets/Scripts/Whoo/Authentication/StrapiAuthenticatedUser.cs
neuronic-games/earshot-chat
99d9d07591223871054f83447ecfd81de3263906
[ "MIT" ]
null
null
null
Assets/Scripts/Whoo/Authentication/StrapiAuthenticatedUser.cs
neuronic-games/earshot-chat
99d9d07591223871054f83447ecfd81de3263906
[ "MIT" ]
null
null
null
Assets/Scripts/Whoo/Authentication/StrapiAuthenticatedUser.cs
neuronic-games/earshot-chat
99d9d07591223871054f83447ecfd81de3263906
[ "MIT" ]
null
null
null
using Cysharp.Threading.Tasks; using Whoo.Data; namespace Whoo { public class StrapiAuthenticatedUser : IAuthenticatedContext { public StrapiUser StrapiUser { get; private set; } public string Jwt { get; private set; } public StrapiAuthenticatedUser(StrapiUser strapiUser, s...
26.555556
98
0.572176
0b0c42d1e635a57397f6ece7523c7ac77f228a57
798
cs
C#
Assets/Code/Durak/States/GameStartState.cs
sipasi/ProjectCard
ee0bae065617df1bd1c31a795eb55629ce40d4ed
[ "MIT" ]
1
2021-11-22T12:38:53.000Z
2021-11-22T12:38:53.000Z
Assets/Code/Durak/States/GameStartState.cs
sipasi/DurakCardsGame
ee0bae065617df1bd1c31a795eb55629ce40d4ed
[ "MIT" ]
null
null
null
Assets/Code/Durak/States/GameStartState.cs
sipasi/DurakCardsGame
ee0bae065617df1bd1c31a795eb55629ce40d4ed
[ "MIT" ]
null
null
null
using Framework.Durak.Datas; using Framework.Durak.Ui; using Framework.Durak.Ui.Views; using Framework.Shared.Collections; using Framework.Shared.States; namespace Framework.Durak.States { public class GameStartState : DurakState { private readonly IDeck<Data> deck; private readonly IDeckUi de...
24.181818
102
0.615288
0b31172d1061d81e9fdbc6a866ea2baa396715ac
796
cs
C#
Infrastructure/JsonContentNegotiator.cs
idnbso/WebApiTemplate
8c640224848b561daf69fe57365416b1156cddb9
[ "MIT" ]
null
null
null
Infrastructure/JsonContentNegotiator.cs
idnbso/WebApiTemplate
8c640224848b561daf69fe57365416b1156cddb9
[ "MIT" ]
null
null
null
Infrastructure/JsonContentNegotiator.cs
idnbso/WebApiTemplate
8c640224848b561daf69fe57365416b1156cddb9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; namespace WebApiTemplate.Infrastructure { public class JsonContentNegotiator : IContentNegotiator { private readonly JsonMediaTypeFormatter _jsonFormatter; p...
28.428571
70
0.660804
50eb7e2de7846ded1ef9a47cb5ba6c8532ee6ef4
826
cs
C#
src/OpenTK.NT/Native/User32/Enums/MonitorFromDefaultValue.cs
copygirl/opentk
f11759e65d3fce0fba3b7c789f3631cc31140bca
[ "BSD-3-Clause" ]
1
2019-10-08T06:24:44.000Z
2019-10-08T06:24:44.000Z
src/OpenTK.NT/Native/User32/Enums/MonitorFromDefaultValue.cs
copygirl/opentk
f11759e65d3fce0fba3b7c789f3631cc31140bca
[ "BSD-3-Clause" ]
null
null
null
src/OpenTK.NT/Native/User32/Enums/MonitorFromDefaultValue.cs
copygirl/opentk
f11759e65d3fce0fba3b7c789f3631cc31140bca
[ "BSD-3-Clause" ]
null
null
null
namespace OpenToolkit.NT.Native { /// <summary> /// Specifies what values to return if /// <see cref="User32.Monitor.MonitorFromPoint(Point, MonitorFromDefaultValue)"/> and /// <see cref="User32.Monitor.MonitorFromWindow(System.IntPtr, MonitorFromDefaultValue)"/> /// fail to find a monitor for the ...
30.592593
98
0.601695
0930992986d3bee163d027638a4e9dcc9672dda7
1,920
cs
C#
Scripts/Misc_/LevelCheckOut.cs
Ahmed-YehiaGPEL/Indie-Game-FPS
92e8a80220b16e6afe6f0a2aa536ec7bb0a30eb6
[ "Apache-2.0" ]
null
null
null
Scripts/Misc_/LevelCheckOut.cs
Ahmed-YehiaGPEL/Indie-Game-FPS
92e8a80220b16e6afe6f0a2aa536ec7bb0a30eb6
[ "Apache-2.0" ]
null
null
null
Scripts/Misc_/LevelCheckOut.cs
Ahmed-YehiaGPEL/Indie-Game-FPS
92e8a80220b16e6afe6f0a2aa536ec7bb0a30eb6
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System.Collections; public class LevelCheckOut : MonoBehaviour { public bool CanGo; public bool playerIn; Player _playerRef; // Use this for initialization void Start () { _playerRef = GameObject.FindGameObjectWithTag("Player").GetComponent<Player>(); } // Update i...
24.935065
102
0.456771
cf81f304c5efc4be1ae62979ad68e6b6e8b8c40c
2,423
cs
C#
src/Prototype/Processes/TouchMushroom.cs
jmacs/ngx
87523645546699a99283d3604d70466b364e0543
[ "MIT" ]
null
null
null
src/Prototype/Processes/TouchMushroom.cs
jmacs/ngx
87523645546699a99283d3604d70466b364e0543
[ "MIT" ]
null
null
null
src/Prototype/Processes/TouchMushroom.cs
jmacs/ngx
87523645546699a99283d3604d70466b364e0543
[ "MIT" ]
null
null
null
using NgxLib; using NgxLib.Processing; using Prototype.Components; namespace Prototype.Processes { public class TouchMushroom : ProcessModule { protected Animator Animator { get; set; } protected int Entity { get; set; } public TouchMushroom(int entity) { Entity =...
25.776596
68
0.525794
5723b796c09e0a0346ecc17d0600a091048fb9d1
1,166
cs
C#
Source/Script/Core/CustomDefine/Vector.cs
noveosportnoy/ublockly
1f4fe699d3f7253535e95b4596f31628f93ccaae
[ "Apache-2.0" ]
87
2018-01-19T05:24:24.000Z
2022-03-31T03:50:33.000Z
Source/Script/Core/CustomDefine/Vector.cs
noveosportnoy/ublockly
1f4fe699d3f7253535e95b4596f31628f93ccaae
[ "Apache-2.0" ]
34
2018-01-22T05:36:59.000Z
2021-11-19T01:13:10.000Z
Source/Script/Core/CustomDefine/Vector.cs
noveosportnoy/ublockly
1f4fe699d3f7253535e95b4596f31628f93ccaae
[ "Apache-2.0" ]
32
2018-07-06T09:08:24.000Z
2022-03-12T07:05:18.000Z
/**************************************************************************** Copyright 2016 sophieml1989@gmail.com 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/licen...
24.808511
78
0.524871
57f66f77f0b8972c6620aa84d6c9ca10f304fa74
1,359
cs
C#
EventTest/Program.cs
asgeirmen/event-test
b4fa3f4a157b902fa5ca340c891fc8373f4e1390
[ "Apache-2.0" ]
null
null
null
EventTest/Program.cs
asgeirmen/event-test
b4fa3f4a157b902fa5ca340c891fc8373f4e1390
[ "Apache-2.0" ]
null
null
null
EventTest/Program.cs
asgeirmen/event-test
b4fa3f4a157b902fa5ca340c891fc8373f4e1390
[ "Apache-2.0" ]
null
null
null
using System; using System.Threading.Tasks; using CommandLine; using MassTransit; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; namespace EventTest { class Program { static async Task Main(string[] args) ...
31.604651
101
0.554084
9456c31635b40f017db97b95b4bdce5b12caae48
3,630
cs
C#
WpfPlot/Plot3d/PlotPoints.cs
ha11owed/3dwpfcharts
74b266b0d067a632e8951b86774c774a44e72e11
[ "MIT" ]
null
null
null
WpfPlot/Plot3d/PlotPoints.cs
ha11owed/3dwpfcharts
74b266b0d067a632e8951b86774c774a44e72e11
[ "MIT" ]
null
null
null
WpfPlot/Plot3d/PlotPoints.cs
ha11owed/3dwpfcharts
74b266b0d067a632e8951b86774c774a44e72e11
[ "MIT" ]
null
null
null
using HelixToolkit.Wpf; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; using System.Windows.Media.Media3D; using WpfPlot.Model; namespace WpfPlot.Plot3d { internal class PlotPoints { private readonly Dicti...
36.666667
136
0.535537
f52123c20e2db698e4c0ea7ddd73c57f079ce612
630
cs
C#
src/Smellyriver.TankInspector.Pro/UserInterface/PanesStyleSelector.cs
smellyriver/tank-inspector-pro
ee016bdd0494598d33cabf2a137d4bf60cdb1e97
[ "MIT" ]
22
2016-05-24T05:41:42.000Z
2021-01-21T18:47:26.000Z
src/Smellyriver.TankInspector.Pro/UserInterface/PanesStyleSelector.cs
smellyriver/tank-inspector-pro
ee016bdd0494598d33cabf2a137d4bf60cdb1e97
[ "MIT" ]
1
2017-04-18T15:38:02.000Z
2017-05-12T11:13:23.000Z
src/Smellyriver.TankInspector.Pro/UserInterface/PanesStyleSelector.cs
smellyriver/tank-inspector-pro
ee016bdd0494598d33cabf2a137d4bf60cdb1e97
[ "MIT" ]
10
2016-05-04T12:14:56.000Z
2019-10-31T02:42:36.000Z
using System.Windows; using System.Windows.Controls; using Smellyriver.TankInspector.Pro.UserInterface.ViewModels; namespace Smellyriver.TankInspector.Pro.UserInterface { class PanesStyleSelector : StyleSelector { public Style PanelStyle { get; set; } public Style DocumentStyle { get; set; } ...
25.2
82
0.647619
ebb29826eae95ebff1660655c1ff13545d146f1f
4,921
cs
C#
Ompl.NetStandard/Ompl/Base/RealVectorBounds.cs
slater1/Ompl.NetStandard
ed529b23bcdcec09e6668f435eb772d3beacc18b
[ "MIT" ]
1
2020-05-12T06:27:05.000Z
2020-05-12T06:27:05.000Z
Ompl.NetStandard/Ompl/Base/RealVectorBounds.cs
slater1/Ompl.NetStandard
ed529b23bcdcec09e6668f435eb772d3beacc18b
[ "MIT" ]
null
null
null
Ompl.NetStandard/Ompl/Base/RealVectorBounds.cs
slater1/Ompl.NetStandard
ed529b23bcdcec09e6668f435eb772d3beacc18b
[ "MIT" ]
1
2021-11-25T12:22:04.000Z
2021-11-25T12:22:04.000Z
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.1 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. ...
40.336066
130
0.712863
bfed51524093682e38951efaf9bb6b0cc31f8fa7
381
cs
C#
src/Others/SmartAnalytics/SmartAnalytics/Report/SmartAnalytics.Report/Extendsions/IO/StreamExtensions.cs
JavierCanon/GoogleAnalyticsTracker
0fa802e1a568d1bf5a75d7c39cebca4e8b5ec27d
[ "MS-PL" ]
null
null
null
src/Others/SmartAnalytics/SmartAnalytics/Report/SmartAnalytics.Report/Extendsions/IO/StreamExtensions.cs
JavierCanon/GoogleAnalyticsTracker
0fa802e1a568d1bf5a75d7c39cebca4e8b5ec27d
[ "MS-PL" ]
null
null
null
src/Others/SmartAnalytics/SmartAnalytics/Report/SmartAnalytics.Report/Extendsions/IO/StreamExtensions.cs
JavierCanon/GoogleAnalyticsTracker
0fa802e1a568d1bf5a75d7c39cebca4e8b5ec27d
[ "MS-PL" ]
null
null
null
using System.IO; namespace SmartAnalytics.Report.Extendsions.IO { public static class StreamExtensions { public static byte[] ToByteArray(this Stream stream) { var buffer = new byte[stream.Length]; stream.Read(buffer, 0, buffer.Length); stream.Seek(0, Seek...
20.052632
60
0.593176
929cacf033ace497cda75965a67d20affdf9f025
6,571
cs
C#
Source/Assembly-CSharp/TimeMachineUIChontroller.cs
Shadowrabbit/BigBiaDecompilation
a9b1fb42f22384ceb046ed7f413c7b76ce4ae2d6
[ "Apache-2.0" ]
1
2021-09-20T07:39:55.000Z
2021-09-20T07:39:55.000Z
Source/Assembly-CSharp/TimeMachineUIChontroller.cs
Shadowrabbit/BigBiaDecompilation
a9b1fb42f22384ceb046ed7f413c7b76ce4ae2d6
[ "Apache-2.0" ]
null
null
null
Source/Assembly-CSharp/TimeMachineUIChontroller.cs
Shadowrabbit/BigBiaDecompilation
a9b1fb42f22384ceb046ed7f413c7b76ce4ae2d6
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using DG.Tweening; using DG.Tweening.Core; using DG.Tweening.Plugins.Options; using UnityEngine; using UnityEngine.Rendering.PostProcessing; using UnityEngine.UI; public class TimeMachineUIChontroller : MonoBehaviour { private void Start() { ...
38.652941
124
0.771116
28877e5e69d70c71fcb10f560ded37b5de866372
551
cs
C#
src/dotless.Test/Specs/Functions/CielFixture.cs
Tigraine/dotless
e9761d9109397920a7284c1837d772492740855e
[ "Apache-2.0" ]
4
2016-09-06T15:12:55.000Z
2020-01-07T13:37:27.000Z
src/dotless.Test/Specs/Functions/CielFixture.cs
madaboutcode/dotless
828dbe28455dccf7617e233f5d58175ffecf3dac
[ "Apache-2.0" ]
null
null
null
src/dotless.Test/Specs/Functions/CielFixture.cs
madaboutcode/dotless
828dbe28455dccf7617e233f5d58175ffecf3dac
[ "Apache-2.0" ]
2
2016-06-28T17:48:01.000Z
2019-02-01T08:10:40.000Z
namespace dotless.Test.Specs.Functions { using NUnit.Framework; public class CielFixture : SpecFixtureBase { [Test] public void TestCeil() { AssertExpression("4", "ceil(4)"); AssertExpression("5", "ceil(4.8)"); AssertExpression("5px", "ceil(4.8px)...
29
103
0.540835
9a199321431963ece656bde5c2b79e788a9fa16e
2,319
cs
C#
NET.Undersoft.Multemic/Undersoft.System.Multemic/Objects/Albums/Album.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Research
f042116eae0212acf2d6910a132d88ca314e58ff
[ "MIT" ]
1
2021-04-16T05:15:55.000Z
2021-04-16T05:15:55.000Z
NET.Undersoft.Multemic/Undersoft.System.Multemic/Objects/Albums/Album.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Research
f042116eae0212acf2d6910a132d88ca314e58ff
[ "MIT" ]
2
2021-04-18T22:45:46.000Z
2021-04-19T16:18:10.000Z
NET.Undersoft.Multemic/Undersoft.System.Multemic/Objects/Albums/Album.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Research
f042116eae0212acf2d6910a132d88ca314e58ff
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Uniques; using System.Threading; /******************************************************************************* Copyright (c) 2020 Undersoft System.Multemic.Album @author Darius Hanc @project N...
30.92
164
0.451488
26f7d113360b0b93c354de7b1ce1a4758b9906a6
2,633
cs
C#
TestApi/TestApi.UnitTests/Controllers/Hearings/GetHearingsByUsernameControllerTests.cs
uk-gov-mirror/hmcts.vh-test-api
d384960eb7c3056a5afd65febe1332ac0b63b033
[ "MIT" ]
2
2021-01-23T15:25:10.000Z
2021-02-09T10:38:57.000Z
TestApi/TestApi.UnitTests/Controllers/Hearings/GetHearingsByUsernameControllerTests.cs
npoxon/vh-test-api
4b57ba6283f43a648677861dddf12f1c90b1354a
[ "MIT" ]
41
2020-08-13T09:28:20.000Z
2022-03-08T12:35:20.000Z
TestApi/TestApi.UnitTests/Controllers/Hearings/GetHearingsByUsernameControllerTests.cs
npoxon/vh-test-api
4b57ba6283f43a648677861dddf12f1c90b1354a
[ "MIT" ]
2
2021-04-10T22:35:41.000Z
2021-04-13T14:41:46.000Z
using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using BookingsApi.Contract.Responses; using FluentAssertions; using Microsoft.AspNetCore.Mvc; using Moq; using NUnit.Framework; using TestApi.Common.Data; namespace TestApi.UnitTests.Controllers.Hearings { public ...
36.569444
112
0.662362
19ee12b63ba9c15fde639cbc2b2499053f58c829
1,911
cs
C#
src/directoryIntegrity.UnitTests/TimeSpanExtensionsTest.cs
sackerud/directoryIntegrity
38cf737eedcf5e1bf8d9a688959ab4986e81cd14
[ "MIT" ]
null
null
null
src/directoryIntegrity.UnitTests/TimeSpanExtensionsTest.cs
sackerud/directoryIntegrity
38cf737eedcf5e1bf8d9a688959ab4986e81cd14
[ "MIT" ]
null
null
null
src/directoryIntegrity.UnitTests/TimeSpanExtensionsTest.cs
sackerud/directoryIntegrity
38cf737eedcf5e1bf8d9a688959ab4986e81cd14
[ "MIT" ]
null
null
null
using System; using directoryIntegrity.Core.Formatters; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace directoryIntegrity.UnitTests { [TestClass] public class TimeSpanExtensionsTest { [TestMethod] public void Fivehundred_ms_should_format_to_500ms() { var ...
23.8875
66
0.540031
c2119e5c1ffef237280fef3656e6609f0d2aba46
27,468
cs
C#
BTCPayServer/obj/Debug/netcoreapp2.1/Razor/Views/Apps/CreateApp.g.cshtml.cs
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
BTCPayServer/obj/Debug/netcoreapp2.1/Razor/Views/Apps/CreateApp.g.cshtml.cs
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
BTCPayServer/obj/Debug/netcoreapp2.1/Razor/Views/Apps/CreateApp.g.cshtml.cs
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
#pragma checksum "C:\Users\Rolando\Desktop\BTCPAY\btcpayserver-master\btcpayserver-master\BTCPayServer\Views\Apps\CreateApp.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c80fd47441cf508927311302699029f6d43717b0" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting....
71.53125
351
0.722186
2681dd2a06303c1b42d0d1d5ce934c101b100310
4,837
cs
C#
Assets/App/Scripts/Cutscenes/Intro.cs
StrixOSG/GameJam2020
e18a58c2714beb243e0120b09afcefc2c5f9c855
[ "MIT" ]
null
null
null
Assets/App/Scripts/Cutscenes/Intro.cs
StrixOSG/GameJam2020
e18a58c2714beb243e0120b09afcefc2c5f9c855
[ "MIT" ]
null
null
null
Assets/App/Scripts/Cutscenes/Intro.cs
StrixOSG/GameJam2020
e18a58c2714beb243e0120b09afcefc2c5f9c855
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Intro : MonoBehaviour { public FMODUnity.StudioEventEmitter intro; public RectTransform canoe; public RectTransform player; public RectTransform titleCard; public GameObject title; ...
33.590278
124
0.52884
ca30441eedf75cd150118fc7c4ee641326539cab
31,284
cs
C#
source/MikhailKhalizev.Max/source/Program/Auto/z-1011-ad08.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-1011-ad08.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
source/MikhailKhalizev.Max/source/Program/Auto/z-1011-ad08.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("0x1011_ad08-c6a2146e")] public void Method_1011_ad08() { ii(0x1011_ad08, 5); push(0x68); ...
84.096774
114
0.471423
ca4e3f74ae02b8e534192ebc65d1d2d2e38647aa
1,478
cshtml
C#
Epam.FinalTask/Epam.FinalTask.PhotoAlbum.MVCWebUI/Views/Shared/_Layout.cshtml
SergioPonomarev/Xt-2018Q4
160220d511b0aa29dd714b6d05872ce0ec159f7b
[ "MIT" ]
null
null
null
Epam.FinalTask/Epam.FinalTask.PhotoAlbum.MVCWebUI/Views/Shared/_Layout.cshtml
SergioPonomarev/Xt-2018Q4
160220d511b0aa29dd714b6d05872ce0ec159f7b
[ "MIT" ]
null
null
null
Epam.FinalTask/Epam.FinalTask.PhotoAlbum.MVCWebUI/Views/Shared/_Layout.cshtml
SergioPonomarev/Xt-2018Q4
160220d511b0aa29dd714b6d05872ce0ec159f7b
[ "MIT" ]
1
2019-01-16T17:36:57.000Z
2019-01-16T17:36:57.000Z
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>@ViewBag.Title</title> @Styles.Render("~/Content/css") @RenderSection("styles", required: false) @Scripts.Render("~/bundles/modernizr") </head> <body> <header...
28.423077
125
0.518945
ca6e4e5fad39c8a759edff6c938193fbb130edae
318
cs
C#
src/ExtensibleDashboard/MefContrib.Samples.ExtensibleDashboard.Widgets.Twitter/Controllers/ITweetsController.cs
MefContrib/MefContrib-Samples
8c3661169d427a36aea2cac958ff015dd984dc57
[ "MS-PL" ]
4
2017-04-10T08:29:02.000Z
2019-06-30T15:46:33.000Z
src/ExtensibleDashboard/MefContrib.Samples.ExtensibleDashboard.Widgets.Twitter/Controllers/ITweetsController.cs
MefContrib/MefContrib-Samples
8c3661169d427a36aea2cac958ff015dd984dc57
[ "MS-PL" ]
null
null
null
src/ExtensibleDashboard/MefContrib.Samples.ExtensibleDashboard.Widgets.Twitter/Controllers/ITweetsController.cs
MefContrib/MefContrib-Samples
8c3661169d427a36aea2cac958ff015dd984dc57
[ "MS-PL" ]
3
2015-04-09T16:13:52.000Z
2021-03-07T13:58:52.000Z
namespace MefContrib.Samples.ExtensibleDashboard.Widgets.Twitter.Controllers { using System.Collections.Generic; using MefContrib.Samples.ExtensibleDashboard.Widgets.Twitter.ViewModels; public interface ITweetsController { IEnumerable<Tweet> GetTweetsForUser(string userName); } }
31.8
77
0.761006
c56f307d2c2f805f171c60c154d886e84e656bf1
2,140
cs
C#
SharpStringUtils.PerformanceTests/Tests/EncodingPerformanceTests.cs
LambdaTheDev/SharpStringUtils
fda98b9387fc0c29534ef6b52a6302fc1dee9f59
[ "MIT" ]
4
2022-01-26T19:29:59.000Z
2022-03-31T03:38:29.000Z
SharpStringUtils.PerformanceTests/Tests/EncodingPerformanceTests.cs
LambdaTheDev/SharpStringUtils
fda98b9387fc0c29534ef6b52a6302fc1dee9f59
[ "MIT" ]
null
null
null
SharpStringUtils.PerformanceTests/Tests/EncodingPerformanceTests.cs
LambdaTheDev/SharpStringUtils
fda98b9387fc0c29534ef6b52a6302fc1dee9f59
[ "MIT" ]
null
null
null
using System; using System.Text; using BenchmarkDotNet.Attributes; using LambdaTheDev.SharpStringUtils.Encodings; namespace LambdaTheDev.SharpStringUtils.PerformanceTests.Tests { [MemoryDiagnoser] public class EncodingPerformanceTests { private readonly UTF8Encoding _system = new UTF8Encoding(); ...
28.918919
120
0.530374
3fbe458777ced470706fb88ace2cdf4dd18e934a
1,908
cs
C#
2017/Day23.cs
boombuler/adventofcode
b8a813f1e171d00d69f687712e41c3c52152f25e
[ "MIT" ]
null
null
null
2017/Day23.cs
boombuler/adventofcode
b8a813f1e171d00d69f687712e41c3c52152f25e
[ "MIT" ]
null
null
null
2017/Day23.cs
boombuler/adventofcode
b8a813f1e171d00d69f687712e41c3c52152f25e
[ "MIT" ]
null
null
null
namespace AdventOfCode._2017; using System.Linq; using AdventOfCode.Utils; class Day23 : Solution { enum OpCode { set, // X Y sets register X to the value of Y. sub, // X Y decreases register X by the value of Y. mul, // X Y sets register X to the result of multiplying the value conta...
27.652174
206
0.444969
832a2d5f9beee3ac440cbace55a83ee9088eeca5
6,059
cs
C#
SANNET/Program.cs
stevewhit/NN-Planning
f2f40df0748177247239a872207a1d8560f1cd44
[ "MIT" ]
null
null
null
SANNET/Program.cs
stevewhit/NN-Planning
f2f40df0748177247239a872207a1d8560f1cd44
[ "MIT" ]
null
null
null
SANNET/Program.cs
stevewhit/NN-Planning
f2f40df0748177247239a872207a1d8560f1cd44
[ "MIT" ]
1
2020-01-28T05:23:43.000Z
2020-01-28T05:23:43.000Z
using log4net; using NeuralNetwork.Generic.Connections; using NeuralNetwork.Generic.Datasets; using NeuralNetwork.Generic.Networks; using Ninject; using SANNET.Business.Services; using SANNET.DataModel; using StockMarket.DataModel; using System; using System.Collections.Generic; using System.Linq; using System.Reflect...
42.669014
212
0.574022
e6fbb771dc11a7982e069667a12207012ae3c20e
206
cs
C#
Assets/Scripts/View/Screens/GameOver.cs
PhilipTayl/UnityTetrisX-master
08602ec68bf8743705cd35b1b606c4564491fb58
[ "MIT" ]
120
2018-05-18T20:01:19.000Z
2022-03-09T12:30:25.000Z
Assets/Scripts/View/Screens/GameOver.cs
PhilipTayl/UnityTetrisX-master
08602ec68bf8743705cd35b1b606c4564491fb58
[ "MIT" ]
3
2019-03-14T07:57:28.000Z
2021-02-24T13:39:25.000Z
Assets/Scripts/View/Screens/GameOver.cs
PhilipTayl/UnityTetrisX-master
08602ec68bf8743705cd35b1b606c4564491fb58
[ "MIT" ]
52
2018-09-28T14:36:01.000Z
2022-03-16T00:50:14.000Z
public class GameOver : ScoreScreenType<GameOver> { public override void ShowScreen(float timeToTween = TIME_TO_TWEEN) { SetScoreText(Score.instance.PlayerScore); base.ShowScreen(timeToTween); } }
22.888889
67
0.776699
fa71d6c56d5a483a91b6bdc474a93de5a94cd11a
544
cs
C#
worker/CraftAI.Worker.Logic/DocumentStorage/ChunkDocument.cs
SlenderEmpire/CraftAI
20c717f7c869c81ff6c51c106044995f8f0bda01
[ "MIT" ]
null
null
null
worker/CraftAI.Worker.Logic/DocumentStorage/ChunkDocument.cs
SlenderEmpire/CraftAI
20c717f7c869c81ff6c51c106044995f8f0bda01
[ "MIT" ]
null
null
null
worker/CraftAI.Worker.Logic/DocumentStorage/ChunkDocument.cs
SlenderEmpire/CraftAI
20c717f7c869c81ff6c51c106044995f8f0bda01
[ "MIT" ]
null
null
null
using MongoDB.Bson; using System; namespace CraftAI.Worker.Logic.Storage { public record ChunkDocument { public ObjectId _id { get; set; } public string Positions { get; set; } public int[] Data { get; set; } // ссылка на изображение public ChunkDocument() { Positions = string.Empty; Data = Array.Em...
18.758621
58
0.630515
4a85e23d02ef6103f90ed7b3b56552aa01e05cd2
11,560
cs
C#
Bike Share/Controllers/CheckoutController.cs
stojaget/MVCBikeStore
34c779d5c70d914f584f82c6b56c7c0f2d5444ef
[ "MIT" ]
5
2016-03-14T14:44:35.000Z
2021-07-12T11:14:48.000Z
Bike Share/Controllers/CheckoutController.cs
stojaget/MVCBikeStore
34c779d5c70d914f584f82c6b56c7c0f2d5444ef
[ "MIT" ]
13
2015-01-16T16:57:04.000Z
2015-09-20T03:22:28.000Z
Bike Share/Controllers/CheckoutController.cs
stojaget/MVCBikeStore
34c779d5c70d914f584f82c6b56c7c0f2d5444ef
[ "MIT" ]
1
2016-12-21T19:53:42.000Z
2016-12-21T19:53:42.000Z
using BikeShare.Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web.Mvc; using BikeShare.Code; namespace BikeShare.Controllers { [Authorize] public class CheckoutController : Controller { private BikesContext context; ...
45.873016
213
0.554844
758ce166944429d99db279c29dbddcd0d93d5312
2,903
cs
C#
ServerBase/Distance/Transceivers/CarStateTransceiver.cs
Corecii/Distance-Server
581bebcb57735d559af4c4887634823b47859bf6
[ "MIT" ]
4
2018-12-21T10:59:20.000Z
2022-03-08T04:33:49.000Z
ServerBase/Distance/Transceivers/CarStateTransceiver.cs
Ciastex/Distance-Server
581bebcb57735d559af4c4887634823b47859bf6
[ "MIT" ]
3
2018-12-22T09:43:04.000Z
2021-10-08T01:21:00.000Z
ServerBase/Distance/Transceivers/CarStateTransceiver.cs
Ciastex/Distance-Server
581bebcb57735d559af4c4887634823b47859bf6
[ "MIT" ]
3
2018-12-21T10:41:12.000Z
2020-08-19T08:44:03.000Z
extern alias Distance; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; public class CarStateTransceiver : NetworkStateTransceiverExternalBase { Distance::CarStateTransceiver stateTransceiver; public CarLogicBridge CarLogi...
37.217949
163
0.704788
201c68028aa89de4e3cc736439dc8ef82dcdc3db
754
cs
C#
src/Equinor.Lighthouse.Api.WebApi/Controllers/WorkOrders/WorkOrdersController.cs
equinor/lighthouse-api
6ea8020adaf8441b08885b9ea3571e6faeb9d77c
[ "MIT" ]
null
null
null
src/Equinor.Lighthouse.Api.WebApi/Controllers/WorkOrders/WorkOrdersController.cs
equinor/lighthouse-api
6ea8020adaf8441b08885b9ea3571e6faeb9d77c
[ "MIT" ]
44
2021-11-29T09:23:02.000Z
2022-03-01T13:05:03.000Z
src/Equinor.Lighthouse.Api.WebApi/Controllers/WorkOrders/WorkOrdersController.cs
equinor/lighthouse-api
6ea8020adaf8441b08885b9ea3571e6faeb9d77c
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using Equinor.Lighthouse.Api.Query; using Equinor.Lighthouse.Api.Query.WorkOrders; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace Equinor.Lighthouse.Api.WebApi.Controllers.WorkOrders; [Route("[controller]")] [ApiController] public class...
27.925926
106
0.737401
c0fa0bf94d74a15cd7809e5568c2d1f5dcf2b11c
3,913
cs
C#
Eighty/Html.Tags.cs
benjamin-hodgson/Eighty
4b206c090b1062a811a1027f4258fc4c1a1cc1a4
[ "MIT" ]
37
2018-02-18T17:32:23.000Z
2021-12-27T05:34:44.000Z
Eighty/Html.Tags.cs
benjamin-hodgson/Eighty
4b206c090b1062a811a1027f4258fc4c1a1cc1a4
[ "MIT" ]
3
2018-06-21T04:08:53.000Z
2021-04-26T16:49:53.000Z
Eighty/Html.Tags.cs
benjamin-hodgson/Eighty
4b206c090b1062a811a1027f4258fc4c1a1cc1a4
[ "MIT" ]
2
2019-02-07T04:09:57.000Z
2019-12-08T16:55:49.000Z
namespace Eighty { public abstract partial class Html { private static readonly Html _doctype = Raw("<!DOCTYPE HTML>"); /// <summary> /// Write the <c>&lt;!DOCTYPE HTML&gt;</c> preamble. /// </summary> /// <returns>An instance of <see cref="Html"/>.</returns> pub...
51.486842
143
0.578073
4ce1952aa8187de0972ed671c7d6fd40f1fa18d1
144,270
cs
C#
multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Apigateway/AlibabaCloud/SDK/ROS/CDK/Apigateway/RosApi.cs
aliyun/Resource-Orchestration-Service-Cloud-Development-K
2b81e135002ed81cb72f7d07be7ff497ea39e2e1
[ "Apache-2.0" ]
15
2020-11-10T02:00:28.000Z
2022-02-07T19:28:10.000Z
multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Apigateway/AlibabaCloud/SDK/ROS/CDK/Apigateway/RosApi.cs
aliyun/Resource-Orchestration-Service-Cloud-Development-K
2b81e135002ed81cb72f7d07be7ff497ea39e2e1
[ "Apache-2.0" ]
23
2021-02-02T04:37:02.000Z
2022-03-31T06:41:06.000Z
multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Apigateway/AlibabaCloud/SDK/ROS/CDK/Apigateway/RosApi.cs
aliyun/Resource-Orchestration-Service-Cloud-Development-K
2b81e135002ed81cb72f7d07be7ff497ea39e2e1
[ "Apache-2.0" ]
4
2021-01-13T05:48:43.000Z
2022-03-15T11:26:48.000Z
using Amazon.JSII.Runtime.Deputy; #pragma warning disable CS0672,CS0809,CS1591 namespace AlibabaCloud.SDK.ROS.CDK.Apigateway { /// <summary>A ROS template type: `ALIYUN::ApiGateway::Api`.</summary> [JsiiClass(nativeType: typeof(AlibabaCloud.SDK.ROS.CDK.Apigateway.RosApi), fullyQualifiedName: "@alicloud/ros-c...
49.30622
636
0.520926
2255436d28eae02681ad9350ec64853350b7e5e9
2,121
cs
C#
Assets/Impossible Odds/Toolkit/Runtime/Serialization/PreDefinedProcessors/UnityTypeProcessors/Vector2Processor.cs
juniordiscart/ImpossibleOdds-Toolkit
cce14962819a9b8f175f2495355d69c5035b593b
[ "MIT" ]
7
2021-04-21T08:57:51.000Z
2022-03-30T21:35:34.000Z
Assets/Impossible Odds/Toolkit/Runtime/Serialization/PreDefinedProcessors/UnityTypeProcessors/Vector2Processor.cs
juniordiscart/ImpossibleOdds-Toolkit
cce14962819a9b8f175f2495355d69c5035b593b
[ "MIT" ]
7
2021-05-11T07:44:13.000Z
2021-10-02T20:09:53.000Z
Assets/Impossible Odds/Toolkit/Runtime/Serialization/PreDefinedProcessors/UnityTypeProcessors/Vector2Processor.cs
juniordiscart/ImpossibleOdds-Toolkit
cce14962819a9b8f175f2495355d69c5035b593b
[ "MIT" ]
null
null
null
namespace ImpossibleOdds.Serialization.Processors { using System; using System.Collections; using UnityEngine; public class Vector2SequenceProcessor : UnityPrimitiveSequenceProcessor<Vector2> { public Vector2SequenceProcessor(IIndexSerializationDefinition definition) : base(definition) { } protected ove...
34.209677
177
0.79868
fee405c6c07e780604170240750a45a05d945019
47,368
cs
C#
EngineTest/Apps/ComponentBuilder/GraphUIE/NodeVisualization.cs
bph-tuwien/SIMULTAN_Stand_29_09_2017
ef39a2b8224aaa702b06d399cf3feb9199e5a9ae
[ "Unlicense" ]
null
null
null
EngineTest/Apps/ComponentBuilder/GraphUIE/NodeVisualization.cs
bph-tuwien/SIMULTAN_Stand_29_09_2017
ef39a2b8224aaa702b06d399cf3feb9199e5a9ae
[ "Unlicense" ]
null
null
null
EngineTest/Apps/ComponentBuilder/GraphUIE/NodeVisualization.cs
bph-tuwien/SIMULTAN_Stand_29_09_2017
ef39a2b8224aaa702b06d399cf3feb9199e5a9ae
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Shapes; using System.Windows.Media; using System.Windows.Media.Media3D; using System.Windows.Media.Effect...
39.572264
216
0.592256
9c11477845c887c9fc279e62c76cc88aaf1d1e03
3,118
cs
C#
jni/MonoJavaBridge/android/generated/java/io/IOException.cs
beachmiles/androidmono
eb33e34a8b11ff8154a62ac0d950254ffc076f7d
[ "MIT" ]
40
2015-01-27T10:59:36.000Z
2022-02-04T10:40:09.000Z
jni/MonoJavaBridge/android/generated/java/io/IOException.cs
beachmiles/androidmono
eb33e34a8b11ff8154a62ac0d950254ffc076f7d
[ "MIT" ]
null
null
null
jni/MonoJavaBridge/android/generated/java/io/IOException.cs
beachmiles/androidmono
eb33e34a8b11ff8154a62ac0d950254ffc076f7d
[ "MIT" ]
17
2015-02-10T21:10:55.000Z
2022-03-23T20:09:42.000Z
namespace java.io { [global::MonoJavaBridge.JavaClass()] public partial class IOException : java.lang.Exception { internal new static global::MonoJavaBridge.JniGlobalHandle staticClass; static IOException() { InitJNI(); } protected IOException(global::MonoJavaBridge.JNIEnv @__env) : base(@__env) { }...
58.830189
259
0.777742
9c43027b613f9623da76c30742dddc642b42f1ce
10,092
cs
C#
Source/PropertyTools.Wpf/Helpers/CaptureScreenshot.cs
fossabot/PropertyTools
6469d0c84f5cced98441e9ed41e047b984fc19ce
[ "MIT" ]
523
2018-11-28T03:32:45.000Z
2022-03-31T16:31:25.000Z
Source/PropertyTools.Wpf/Helpers/CaptureScreenshot.cs
fossabot/PropertyTools
6469d0c84f5cced98441e9ed41e047b984fc19ce
[ "MIT" ]
132
2015-01-02T12:07:33.000Z
2018-11-05T22:59:53.000Z
Source/PropertyTools.Wpf/Helpers/CaptureScreenshot.cs
fossabot/PropertyTools
6469d0c84f5cced98441e9ed41e047b984fc19ce
[ "MIT" ]
99
2015-01-14T13:21:03.000Z
2022-01-13T21:57:22.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CaptureScreenshot.cs" company="PropertyTools"> // Copyright (c) 2014 PropertyTools contributors // </copyright> // <summary> // Captures a screen shot using gdi32 functio...
33.306931
152
0.471363
c088e2e18ec9db68f110bb1ed7b39b117afb5cc7
962
cs
C#
src/Protocol/Client/Capabilities/WindowClientCapabilities.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
322
2017-04-25T15:01:57.000Z
2022-03-30T15:40:45.000Z
src/Protocol/Client/Capabilities/WindowClientCapabilities.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
716
2017-04-25T07:53:57.000Z
2022-03-30T17:02:45.000Z
src/Protocol/Client/Capabilities/WindowClientCapabilities.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
94
2017-05-04T15:47:06.000Z
2022-03-16T10:31:00.000Z
using System.Collections.Generic; using Newtonsoft.Json.Linq; namespace OmniSharp.Extensions.LanguageServer.Protocol.Client.Capabilities { /// <summary> /// Window specific client capabilities. /// </summary> public class WindowClientCapabilities : CapabilitiesBase, IWindowClientCapabilities { ...
31.032258
87
0.630977
843a7ca4a70c47b93cd9a614c74f503ca34475e5
531
cs
C#
iterator/csharp/IteratorCSharp/Program.cs
LoLei/design-patterns-examples
213241ab94c8a5e74a3faa9c5f554d557e60b753
[ "MIT" ]
3
2020-02-11T20:37:13.000Z
2020-07-31T14:16:51.000Z
iterator/csharp/IteratorCSharp/Program.cs
LoLei/design-patterns-examples
213241ab94c8a5e74a3faa9c5f554d557e60b753
[ "MIT" ]
null
null
null
iterator/csharp/IteratorCSharp/Program.cs
LoLei/design-patterns-examples
213241ab94c8a5e74a3faa9c5f554d557e60b753
[ "MIT" ]
null
null
null
using System; using System.Collections; namespace CSharpIteratorDotNetCore { class Program { static void Main(string[] args) { ConcreteCollection a = new ConcreteCollection(); a.AddItem(1); a.AddItem(2); a.AddItem(3); a.A...
20.423077
61
0.45951
24d2661225a0efcede25ad95bb1dcacbb180fa52
4,229
cs
C#
Tests/UnitTests/Parsers/BuildResultParserTests.cs
khan007/VSOutputEnhancer
67d65233c458bf5923231e17a436f53529edd7a7
[ "Beerware" ]
null
null
null
Tests/UnitTests/Parsers/BuildResultParserTests.cs
khan007/VSOutputEnhancer
67d65233c458bf5923231e17a436f53529edd7a7
[ "Beerware" ]
null
null
null
Tests/UnitTests/Parsers/BuildResultParserTests.cs
khan007/VSOutputEnhancer
67d65233c458bf5923231e17a436f53529edd7a7
[ "Beerware" ]
null
null
null
using System; using System.Diagnostics.CodeAnalysis; using Balakin.VSOutputEnhancer.Parsers; using Balakin.VSOutputEnhancer.Parsers.BuildResult; using FluentAssertions; using Microsoft.VisualStudio.Text; using Xunit; namespace Balakin.VSOutputEnhancer.Tests.UnitTests.Parsers { [ExcludeFromCodeCoverage] public...
38.445455
136
0.562781
1d3ec6f6d0c3bfdec0c879f13272c57a7764cad9
968
cs
C#
tests/DaisyFx.Tests/Utils/Chains/TestChain.cs
theb0rg/DaisyFx
e59de6c506ec48a41f6c3edc17463339d1a556e3
[ "Apache-2.0" ]
7
2021-02-12T16:14:41.000Z
2022-01-30T11:09:08.000Z
tests/DaisyFx.Tests/Utils/Chains/TestChain.cs
theb0rg/DaisyFx
e59de6c506ec48a41f6c3edc17463339d1a556e3
[ "Apache-2.0" ]
3
2021-02-17T09:29:15.000Z
2021-03-09T07:39:50.000Z
tests/DaisyFx.Tests/Utils/Chains/TestChain.cs
theb0rg/DaisyFx
e59de6c506ec48a41f6c3edc17463339d1a556e3
[ "Apache-2.0" ]
5
2021-02-12T16:14:47.000Z
2021-03-08T16:46:48.000Z
using System; using DaisyFx.Locking; namespace DaisyFx.Tests.Utils.Chains { public class TestChain<T> : ChainBuilder<T> { private readonly string? _name; public ILockStrategy? LockStrategy; public Action<SourceConnectorCollection<T>>? ConfigureSourcesAction; public Action<IConne...
27.657143
83
0.636364
635ecffa31e45f8332fb0262bebfc9c84b95885e
21,862
cs
C#
NDB.Covid19/NDB.Covid19.Droid/Views/InfectionStatus/InfectionStatusActivity.cs
Sundhedsdatastyrelsen/Smittestop.Mobile
0e9a1dbebdf99c4bba214226c24dfb636617f91a
[ "MIT" ]
5
2021-09-03T08:00:53.000Z
2022-02-24T12:20:22.000Z
NDB.Covid19/NDB.Covid19.Droid/Views/InfectionStatus/InfectionStatusActivity.cs
Sundhedsdatastyrelsen/Smittestop.Mobile
0e9a1dbebdf99c4bba214226c24dfb636617f91a
[ "MIT" ]
null
null
null
NDB.Covid19/NDB.Covid19.Droid/Views/InfectionStatus/InfectionStatusActivity.cs
Sundhedsdatastyrelsen/Smittestop.Mobile
0e9a1dbebdf99c4bba214226c24dfb636617f91a
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using Android.App; using Android.Content; using Android.Content.PM; using Android.OS; using Android.Views; using Android.Views.Animations; using Android.Widget; using AndroidX.AppCompat.App; using AndroidX.ConstraintLayout.Widget; using CommonServiceLocator; using NDB.Covid19...
41.721374
120
0.625789
2cccb7d476fc10e8e07701f54a798152ef4cee96
581
cs
C#
src/Lykke.Service.PayInvoice/Models/Invoice/GetSumToPayInvoicesRequest.cs
NovichikhinAlexey/Lykke.Service.PayInvoice
c73d1cd4bf9949d74c07cf5f450d64f2cd971b2f
[ "MIT" ]
null
null
null
src/Lykke.Service.PayInvoice/Models/Invoice/GetSumToPayInvoicesRequest.cs
NovichikhinAlexey/Lykke.Service.PayInvoice
c73d1cd4bf9949d74c07cf5f450d64f2cd971b2f
[ "MIT" ]
null
null
null
src/Lykke.Service.PayInvoice/Models/Invoice/GetSumToPayInvoicesRequest.cs
NovichikhinAlexey/Lykke.Service.PayInvoice
c73d1cd4bf9949d74c07cf5f450d64f2cd971b2f
[ "MIT" ]
1
2019-12-03T20:53:41.000Z
2019-12-03T20:53:41.000Z
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using LykkePay.Common.Validation; namespace Lykke.Service.PayInvoice.Models.Invoice { public class GetSumToPayInvoicesRequest { [Required] [Guid] public string EmployeeId { get; set; } [Required] ...
26.409091
60
0.635112
067b3db75c5acdb155fcd3f5316fc6a4e6430263
320
cs
C#
src/HttpAbstraction.Client/WebClientOptions.cs
JTOne123/HttpAbstraction
1ddfde9e5d7fd56d1e65feaa7686864e28b1f92c
[ "MIT" ]
null
null
null
src/HttpAbstraction.Client/WebClientOptions.cs
JTOne123/HttpAbstraction
1ddfde9e5d7fd56d1e65feaa7686864e28b1f92c
[ "MIT" ]
null
null
null
src/HttpAbstraction.Client/WebClientOptions.cs
JTOne123/HttpAbstraction
1ddfde9e5d7fd56d1e65feaa7686864e28b1f92c
[ "MIT" ]
1
2020-06-25T13:17:03.000Z
2020-06-25T13:17:03.000Z
using System.Collections.Generic; namespace HttpAbstraction.Client { public class WebClientOptions { public string BaseUri { get; set; } public int ConnectionTimeoutSeconds { get; set; } public WebClientOptions() { ConnectionTimeoutSeconds = 30; } } }
18.823529
57
0.61875
1d95597840a46605558a3dae8ae32eeb835dedf0
249
cs
C#
G5/class07 - ClassLibrariesEnumsAndInheritance/code/ClassLibrariesAndEnums/Models/Enums/Days.cs
sedc-codecademy/skwd9-net-05-oopcsharp
5deceac2a74b565bd50973a35dd19d0d588ad0a0
[ "MIT" ]
1
2021-03-22T16:39:01.000Z
2021-03-22T16:39:01.000Z
G5/class07 - ClassLibrariesEnumsAndInheritance/code/ClassLibrariesAndEnums/Models/Enums/Days.cs
sedc-codecademy/skwd9-net-05-oopcsharp
5deceac2a74b565bd50973a35dd19d0d588ad0a0
[ "MIT" ]
null
null
null
G5/class07 - ClassLibrariesEnumsAndInheritance/code/ClassLibrariesAndEnums/Models/Enums/Days.cs
sedc-codecademy/skwd9-net-05-oopcsharp
5deceac2a74b565bd50973a35dd19d0d588ad0a0
[ "MIT" ]
7
2021-03-22T20:01:41.000Z
2021-12-04T13:37:57.000Z
using System; using System.Collections.Generic; using System.Text; namespace Models.Enums { public enum Days { Monday, Tuesday, Wednesday, Thirsday, Friday, Saturday, Sunday } }
13.833333
33
0.558233
38472235e4390f942d45112432781e259cfa1542
1,843
cs
C#
Assets/GamePlay/Scripts/BossDefaultMovement.cs
Jinming-Zhang/bwjam
cb43f3c491d38921499d3317324a68bc40ebf110
[ "MIT" ]
null
null
null
Assets/GamePlay/Scripts/BossDefaultMovement.cs
Jinming-Zhang/bwjam
cb43f3c491d38921499d3317324a68bc40ebf110
[ "MIT" ]
null
null
null
Assets/GamePlay/Scripts/BossDefaultMovement.cs
Jinming-Zhang/bwjam
cb43f3c491d38921499d3317324a68bc40ebf110
[ "MIT" ]
null
null
null
using GamePlay; using GamePlay.Weapons; using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu] public class BossDefaultMovement : MovementBehaviour { [Header("Movement")] [SerializeField] protected float initialSpeed; [HideInInspector] public float ingameMov...
28.796875
108
0.648399
0f0b3dcb57224722f44884e6cef3381216882e42
2,385
cshtml
C#
PL/Views/Shared/_Layout.cshtml
Student-Democracy/KPI-Vote
64b43df2871ae1306e9155538fcaba0739e1c0cc
[ "MIT" ]
null
null
null
PL/Views/Shared/_Layout.cshtml
Student-Democracy/KPI-Vote
64b43df2871ae1306e9155538fcaba0739e1c0cc
[ "MIT" ]
null
null
null
PL/Views/Shared/_Layout.cshtml
Student-Democracy/KPI-Vote
64b43df2871ae1306e9155538fcaba0739e1c0cc
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - KPI Vote</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" ...
45
180
0.580713
0f1502148b7c9e9941a78130c01c207ad7c3861a
838
cs
C#
src/NuGet.Clients/NuGet.VisualStudio.Internal.Contracts/INuGetSolutionManagerService.cs
huangqinjin/NuGet.Client
680f9bd4e97db7cd7482584276886764de69d3cb
[ "Apache-2.0" ]
654
2015-03-15T15:53:07.000Z
2022-03-25T18:16:49.000Z
src/NuGet.Clients/NuGet.VisualStudio.Internal.Contracts/INuGetSolutionManagerService.cs
huangqinjin/NuGet.Client
680f9bd4e97db7cd7482584276886764de69d3cb
[ "Apache-2.0" ]
2,611
2015-09-30T18:03:24.000Z
2022-03-31T23:55:33.000Z
src/NuGet.Clients/NuGet.VisualStudio.Internal.Contracts/INuGetSolutionManagerService.cs
huangqinjin/NuGet.Client
680f9bd4e97db7cd7482584276886764de69d3cb
[ "Apache-2.0" ]
765
2015-04-06T14:53:51.000Z
2022-03-30T22:36:38.000Z
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Threading; using System.Threading.Tasks; namespace NuGet.VisualStudio.Internal.Contracts { public interface INuGetSoluti...
38.090909
111
0.779236
c616bb78bd525bd93af7e6f9d7a6873b232579ae
482
cs
C#
Invitation to death/Assets/Scripts/SceneChange.cs
jangseongwoo/VR-Game---Invitation-to-death
d79d675a18df24191299b1590eb433de2f4bdd73
[ "MIT" ]
1
2018-08-20T11:29:28.000Z
2018-08-20T11:29:28.000Z
Invitation to death/Assets/Scripts/SceneChange.cs
jangseongwoo/VR-Game---Invitation-to-death
d79d675a18df24191299b1590eb433de2f4bdd73
[ "MIT" ]
null
null
null
Invitation to death/Assets/Scripts/SceneChange.cs
jangseongwoo/VR-Game---Invitation-to-death
d79d675a18df24191299b1590eb433de2f4bdd73
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class SceneChange : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { if(Input.GetMouseButton(0)) Application.LoadLevel("ExportTestScene2"); ...
19.28
55
0.589212
06ac05b744c222ac03923347a65ccfae36f8ca2a
255
cs
C#
Assets/Scripts/Menu/CanvasAnimatorManager.cs
AlvaroRamirez2A/DeepDread
3de9568e58a28fd40b476778fb784c588311461b
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Menu/CanvasAnimatorManager.cs
AlvaroRamirez2A/DeepDread
3de9568e58a28fd40b476778fb784c588311461b
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Menu/CanvasAnimatorManager.cs
AlvaroRamirez2A/DeepDread
3de9568e58a28fd40b476778fb784c588311461b
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class CanvasAnimatorManager : MonoBehaviour { void EnterGame() { SceneManager.LoadScene("level1_prototype"); } }
19.615385
51
0.756863
06be27f8fdce1e2b01aeddab235253d31e121f2d
25,949
cs
C#
src/DataCenter/07-Futures/Futures.cs
mastercs999/fn-trading
73e873fb8d9b7208e7952c8d22501f730a8ce4a7
[ "MIT" ]
4
2018-03-26T21:32:59.000Z
2020-12-16T07:33:59.000Z
src/DataCenter/07-Futures/Futures.cs
mastercs999/fn-trading
73e873fb8d9b7208e7952c8d22501f730a8ce4a7
[ "MIT" ]
null
null
null
src/DataCenter/07-Futures/Futures.cs
mastercs999/fn-trading
73e873fb8d9b7208e7952c8d22501f730a8ce4a7
[ "MIT" ]
null
null
null
using CsQuery; using DataCenter.Data; using DataCenter.Helpers; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; usi...
42.262215
207
0.499981
ff2c33ce0a49df22859a5011f31c3a3bc1a6c0ac
7,362
cs
C#
Dozer/Dozer/Assets/Scripts/Collision/InteractableObj.cs
abayir41/Road-Roller
6ed48abc8f555a6feaacd3ccd6752e769cca1686
[ "Apache-2.0" ]
null
null
null
Dozer/Dozer/Assets/Scripts/Collision/InteractableObj.cs
abayir41/Road-Roller
6ed48abc8f555a6feaacd3ccd6752e769cca1686
[ "Apache-2.0" ]
null
null
null
Dozer/Dozer/Assets/Scripts/Collision/InteractableObj.cs
abayir41/Road-Roller
6ed48abc8f555a6feaacd3ccd6752e769cca1686
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; public class InteractableObj : MonoBehaviour, IInteractable { [Header("Collision Configurations")] [SerializeField] private ObjectType objectType = ObjectType.Small; public int DestroyThreshold { ...
32.148472
118
0.609889
5f007244b9fcb62dc83cb7eca67d264cb861f073
1,997
cs
C#
test/Api.DeepSleep.Controllers/Pipeline/MethodNotFoundController.cs
mtnvencenzo/DeepSleep
d274c19d3398fdf8f3a9c525153a508b2c7e6ed8
[ "MIT" ]
null
null
null
test/Api.DeepSleep.Controllers/Pipeline/MethodNotFoundController.cs
mtnvencenzo/DeepSleep
d274c19d3398fdf8f3a9c525153a508b2c7e6ed8
[ "MIT" ]
11
2021-02-17T22:08:22.000Z
2021-03-27T14:03:31.000Z
test/Api.DeepSleep.Controllers/Pipeline/MethodNotFoundController.cs
mtnvencenzo/DeepSleep
d274c19d3398fdf8f3a9c525153a508b2c7e6ed8
[ "MIT" ]
null
null
null
namespace Api.DeepSleep.Controllers.Pipeline { using global::DeepSleep; /// <summary> /// /// </summary> public class MethodNotFoundController { private readonly IApiRequestContextResolver requestContextResolver; /// <summary>Initializes a new instance of the <see cref="Metho...
30.257576
110
0.587381
6f77535423e8695f456336c5c9ac0de88f907315
639
cs
C#
src/Recruit.Api/Models/EmployerAccountSummary.cs
SkillsFundingAgency/das-recruit-api
338131c28b91841481137042779ca335f76b1bc4
[ "MIT" ]
12
2018-01-26T11:16:21.000Z
2019-10-24T15:43:55.000Z
src/Recruit.Api/Models/EmployerAccountSummary.cs
SkillsFundingAgency/das-recruit-api
338131c28b91841481137042779ca335f76b1bc4
[ "MIT" ]
244
2018-01-25T15:37:57.000Z
2022-03-31T11:31:50.000Z
src/API/Recruit.Api/Models/EmployerAccountSummary.cs
SkillsFundingAgency/das-recru
7e187f2956f3bf285286aa1e3ffc04f3b9d037c4
[ "MIT" ]
3
2019-02-01T14:32:31.000Z
2021-04-11T08:34:19.000Z
using System.Collections.Generic; namespace SFA.DAS.Recruit.Api.Models { public class EmployerAccountSummary { public string EmployerAccountId { get; set; } public int TotalNoOfVacancies { get; set; } public IDictionary<string, int> TotalVacancyStatusCounts { get; set; } public ...
33.631579
95
0.690141
be6747b3d3d667761c1bc05ef654f8961ad8ea7e
456
cs
C#
ReCapProject/DataAccess/Concrete/EntityFramework/EfRentalsDal.cs
Sena-Sakalli/ReCapProject
7e1a393268e34e8774384cc659d9740e9b8e7f4d
[ "MIT" ]
null
null
null
ReCapProject/DataAccess/Concrete/EntityFramework/EfRentalsDal.cs
Sena-Sakalli/ReCapProject
7e1a393268e34e8774384cc659d9740e9b8e7f4d
[ "MIT" ]
null
null
null
ReCapProject/DataAccess/Concrete/EntityFramework/EfRentalsDal.cs
Sena-Sakalli/ReCapProject
7e1a393268e34e8774384cc659d9740e9b8e7f4d
[ "MIT" ]
null
null
null
using Core.DataAccess.EntityFramework; using DataAccess.Abstract; using Entities.Concrete; using Entities.DTOs; using System; using System.Collections.Generic; using System.Text; namespace DataAccess.Concrete.EntityFramework { public class EfRentalsDal : EfEntityRepositoryBase<Rentals, RecapContext>, IRentalsDal ...
24
90
0.736842
1e2a3fc8b360e7df7dfa0b8e0642cb7030b26533
3,906
cs
C#
Src/Compilers/Core/Source/Syntax/ISyntaxNode.cs
enginekit/copy_of_roslyn
878076dadb4754046ca0f536670cac89bbb2de76
[ "Apache-2.0" ]
6
2015-02-11T07:13:58.000Z
2021-08-15T05:43:32.000Z
Src/Compilers/Core/Source/Syntax/ISyntaxNode.cs
enginekit/copy_of_roslyn
878076dadb4754046ca0f536670cac89bbb2de76
[ "Apache-2.0" ]
1
2016-03-23T16:37:27.000Z
2016-03-23T16:37:27.000Z
Src/Compilers/Core/Source/Syntax/ISyntaxNode.cs
enginekit/copy_of_roslyn
878076dadb4754046ca0f536670cac89bbb2de76
[ "Apache-2.0" ]
2
2016-01-19T00:30:11.000Z
2021-08-15T05:43:33.000Z
using System; using System.Collections.Generic; namespace Roslyn.Compilers { public interface ISyntaxNode : IBaseSyntaxNode { /// <summary> /// The node that holds this node in its Children collection /// </summary> ISyntaxNode Parent { get; } /// <summary> ///...
46.5
188
0.635689
1e7e36b54033c3d8424f52a4a959dde5b9842dd9
1,725
cs
C#
src/EntityFramework.Core/Internal/ServiceProviderCache.cs
suryasnath/csharp
7456392bcc5707569a5d4e9c7dbec806d740c6c5
[ "Apache-2.0" ]
null
null
null
src/EntityFramework.Core/Internal/ServiceProviderCache.cs
suryasnath/csharp
7456392bcc5707569a5d4e9c7dbec806d740c6c5
[ "Apache-2.0" ]
null
null
null
src/EntityFramework.Core/Internal/ServiceProviderCache.cs
suryasnath/csharp
7456392bcc5707569a5d4e9c7dbec806d740c6c5
[ "Apache-2.0" ]
null
null
null
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq; using JetBrains.Annotations; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Framework.DependencyInjection;...
37.5
111
0.651014
3d1ae7addf0f9240ae29727d001a9cd95f3c4664
7,165
cs
C#
sdk/cdn/Azure.ResourceManager.Cdn/tests/Scenario/CdnEndpointOperationsTests.cs
yifan-zhou922/azure-sdk-for-net
fdd82bfc752d856ac868e251350a2f0b8737df85
[ "MIT" ]
null
null
null
sdk/cdn/Azure.ResourceManager.Cdn/tests/Scenario/CdnEndpointOperationsTests.cs
yifan-zhou922/azure-sdk-for-net
fdd82bfc752d856ac868e251350a2f0b8737df85
[ "MIT" ]
null
null
null
sdk/cdn/Azure.ResourceManager.Cdn/tests/Scenario/CdnEndpointOperationsTests.cs
yifan-zhou922/azure-sdk-for-net
fdd82bfc752d856ac868e251350a2f0b8737df85
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Threading.Tasks; using System.Collections.Generic; using Azure.ResourceManager.Resources; using Azure.ResourceManager.Cdn.Models; using Azure.ResourceManager.Cdn.Tests.Helper; using Azure.Core.TestFramework; u...
51.178571
134
0.675366