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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ef9c3039badfc69cc2ba223ca6bb35fce5ee8896 | 353 | cs | C# | IntelliTect.TestTools.WindowsTestWrapper/ExampleProjects/Notepad.AutomatedTests/Tests/TestConstants.cs | COsborn2/TestTools | ab2837e666a3811f953c52e9d9beff29523d0e5f | [
"MIT"
] | 6 | 2017-02-07T23:40:51.000Z | 2020-02-29T09:42:40.000Z | IntelliTect.TestTools.WindowsTestWrapper/ExampleProjects/Notepad.AutomatedTests/Tests/TestConstants.cs | COsborn2/TestTools | ab2837e666a3811f953c52e9d9beff29523d0e5f | [
"MIT"
] | 66 | 2016-08-18T23:31:27.000Z | 2022-01-31T21:17:36.000Z | IntelliTect.TestTools.WindowsTestWrapper/ExampleProjects/Notepad.AutomatedTests/Tests/TestConstants.cs | COsborn2/TestTools | ab2837e666a3811f953c52e9d9beff29523d0e5f | [
"MIT"
] | 7 | 2017-01-19T22:16:02.000Z | 2022-02-28T19:22:34.000Z | using System;
namespace Notepad.AutomatedTests.Tests
{
public partial class BaseTest
{
public static readonly string SaveLocation = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
public const string AlphaMin = "a";
public const string NumericMin = "1";
public... | 29.416667 | 118 | 0.694051 |
fa4d4289cb50a30833894b2a4eafd542fc16b629 | 1,953 | cs | C# | src/Confluent.Kafka/IAsyncSerializer.cs | mibrl12/confluent-kafka-dotnet | 9ca4d1293e16ba09687212ed30d6992eac1b06ab | [
"Apache-2.0"
] | 1 | 2019-02-25T00:07:00.000Z | 2019-02-25T00:07:00.000Z | src/Confluent.Kafka/IAsyncSerializer.cs | karayakar/confluent-kafka-dotnet | 2535953c1b2395c02d02b1089411691c108118d0 | [
"Apache-2.0"
] | null | null | null | src/Confluent.Kafka/IAsyncSerializer.cs | karayakar/confluent-kafka-dotnet | 2535953c1b2395c02d02b1089411691c108118d0 | [
"Apache-2.0"
] | null | null | null | // Copyright 2016-2018 Confluent Inc.
//
// 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... | 36.166667 | 117 | 0.613927 |
ab3e42330eacc6d08191a62823427d6337731cb6 | 1,519 | cs | C# | src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs | anadale/hotchocolate | 9be142154d008bde6d6b2a4dc423b4823f3e1238 | [
"MIT"
] | null | null | null | src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs | anadale/hotchocolate | 9be142154d008bde6d6b2a4dc423b4823f3e1238 | [
"MIT"
] | null | null | null | src/HotChocolate/Data/src/EntityFramework/Extensions/ResolverCompilerBuilderExtensions.cs | anadale/hotchocolate | 9be142154d008bde6d6b2a4dc423b4823f3e1238 | [
"MIT"
] | null | null | null | using System;
using HotChocolate.Data;
using HotChocolate.Execution.Configuration;
using HotChocolate.Internal;
using Microsoft.EntityFrameworkCore;
namespace Microsoft.Extensions.DependencyInjection;
/// <summary>
/// Extension methods for configuring an <see cref="IResolverCompilerBuilder"/>
/// </summary>
public s... | 35.325581 | 94 | 0.686636 |
e0ef52aecb32763b5551ab1e5f2cd4aaecf4523e | 1,228 | cs | C# | src/AuthApi/Program.cs | GuilhermeMalaquias/BasicSSOWithoutIdentityServer | 171f07b3dd101231467fc433071b6584cdcbbac2 | [
"MIT"
] | null | null | null | src/AuthApi/Program.cs | GuilhermeMalaquias/BasicSSOWithoutIdentityServer | 171f07b3dd101231467fc433071b6584cdcbbac2 | [
"MIT"
] | null | null | null | src/AuthApi/Program.cs | GuilhermeMalaquias/BasicSSOWithoutIdentityServer | 171f07b3dd101231467fc433071b6584cdcbbac2 | [
"MIT"
] | null | null | null | using System.Text;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.IdentityModel.Tokens;
var builder = WebApplication.CreateBuilder(args);
var key = Encoding.ASCII.GetBytes("comeequetapowcomeequetapowcomeequetapow");
builder.Services.AddAuthentication(options =>
{
options.DefaultChallengeSchem... | 27.288889 | 79 | 0.752443 |
468970604bbdab15d6f51e627343ea5fee70f2b6 | 500 | cs | C# | ClothingShop.Entity/Models/CategoryModel.cs | Software-Engineering-Team-13-20211/ClothingShop | c1ae48df0a088755b20bd64f9afd81845f17f373 | [
"MIT"
] | 2 | 2021-11-07T02:31:15.000Z | 2021-12-10T08:58:37.000Z | ClothingShop.Entity/Models/CategoryModel.cs | Software-Engineering-Team-13-20211/ClothingShop | c1ae48df0a088755b20bd64f9afd81845f17f373 | [
"MIT"
] | null | null | null | ClothingShop.Entity/Models/CategoryModel.cs | Software-Engineering-Team-13-20211/ClothingShop | c1ae48df0a088755b20bd64f9afd81845f17f373 | [
"MIT"
] | 1 | 2021-11-19T09:36:18.000Z | 2021-11-19T09:36:18.000Z | using System.ComponentModel.DataAnnotations;
namespace ClothingShop.Entity.Models
{
public class CategoryModel
{
public CategoryModel()
{
IsSelected = false;
}
[Display(Name = "ID")] public int CategoryId { get; set; }
[Display(Name = "Tên danh mục")] publ... | 23.809524 | 73 | 0.586 |
5bfbcb4522f1cb48f4115853dc8529a08f4a836d | 4,216 | cs | C# | Source/Project/Security/Captcha/RecaptchaValidator.cs | RegionOrebroLan/.NET-Web-Extensions | 7f3b402412a34b00509e30c4c8c41e5c0f1a68b1 | [
"MIT"
] | null | null | null | Source/Project/Security/Captcha/RecaptchaValidator.cs | RegionOrebroLan/.NET-Web-Extensions | 7f3b402412a34b00509e30c4c8c41e5c0f1a68b1 | [
"MIT"
] | null | null | null | Source/Project/Security/Captcha/RecaptchaValidator.cs | RegionOrebroLan/.NET-Web-Extensions | 7f3b402412a34b00509e30c4c8c41e5c0f1a68b1 | [
"MIT"
] | 1 | 2019-02-01T08:46:33.000Z | 2019-02-01T08:46:33.000Z | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Internal;
using Microsoft.Extensions.Options;
using RegionOrebroLan.DependencyInjection;
using RegionOrebroLan.Web.Security.Captcha.Configuration;
using RegionOrebroLan... | 36.66087 | 193 | 0.767315 |
4cbcb925a3c7d23c09ca86dc54e7eb01a9cae475 | 220 | cs | C# | test/LDZ.Coinbase.Test.Integration/CoinbaseRestApiCollection.cs | ldalonzo/coinbase-api | 3dd9c40197c54aaf0105ed58ad579c7c66cf06fa | [
"MIT"
] | null | null | null | test/LDZ.Coinbase.Test.Integration/CoinbaseRestApiCollection.cs | ldalonzo/coinbase-api | 3dd9c40197c54aaf0105ed58ad579c7c66cf06fa | [
"MIT"
] | null | null | null | test/LDZ.Coinbase.Test.Integration/CoinbaseRestApiCollection.cs | ldalonzo/coinbase-api | 3dd9c40197c54aaf0105ed58ad579c7c66cf06fa | [
"MIT"
] | null | null | null | using Xunit;
namespace LDZ.Coinbase.Test.Integration
{
[CollectionDefinition(nameof(CoinbaseRestApiCollection))]
public class CoinbaseRestApiCollection : ICollectionFixture<CoinbaseRestApiFixture>
{
}
}
| 22 | 87 | 0.781818 |
24a16ee672dfdef8df4285764889a85c830c4702 | 1,278 | cs | C# | src/Common/TreeStructure/TreeBuilder.cs | mastercs999/strategy-player | a990b6e903f0c61330fcf47de56076d348190f3a | [
"MIT"
] | 2 | 2021-02-07T10:33:43.000Z | 2021-02-22T17:28:05.000Z | src/Common/TreeStructure/TreeBuilder.cs | mastercs999/trading-platform | a990b6e903f0c61330fcf47de56076d348190f3a | [
"MIT"
] | null | null | null | src/Common/TreeStructure/TreeBuilder.cs | mastercs999/trading-platform | a990b6e903f0c61330fcf47de56076d348190f3a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.TreeStructure
{
public static class TreeBuilder
{
public static List<Node<TValue>> Create<TSource, TValue>(List<TSource> source, params Func<TSource, (string t... | 31.170732 | 147 | 0.531299 |
c7f2e5b1f572150e50b67b057a39a52bf201f4b0 | 800 | cs | C# | Scripts/MySetup.cs | Kozloder/Setuper | 01ab027095e24755d77b6b82403fa64b4fb79b1c | [
"Unlicense"
] | null | null | null | Scripts/MySetup.cs | Kozloder/Setuper | 01ab027095e24755d77b6b82403fa64b4fb79b1c | [
"Unlicense"
] | null | null | null | Scripts/MySetup.cs | Kozloder/Setuper | 01ab027095e24755d77b6b82403fa64b4fb79b1c | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
namespace Installers
{
public abstract class MySetup : BaseSetup, ISetup
{
#if UNITY_EDITOR
private void OnEnable() => ReconnectParentSetup();
private void ... | 20 | 74 | 0.58625 |
1d01107d510c2026b2d4962fe29b43737c78366c | 1,888 | cs | C# | Snippets/Core/Core_6/CriticalErrors.cs | A-Franklin/docs.particular.net | 2616eb8309e5ec98f98d050cbdc6c101e66ec7e5 | [
"Apache-2.0"
] | null | null | null | Snippets/Core/Core_6/CriticalErrors.cs | A-Franklin/docs.particular.net | 2616eb8309e5ec98f98d050cbdc6c101e66ec7e5 | [
"Apache-2.0"
] | null | null | null | Snippets/Core/Core_6/CriticalErrors.cs | A-Franklin/docs.particular.net | 2616eb8309e5ec98f98d050cbdc6c101e66ec7e5 | [
"Apache-2.0"
] | 1 | 2021-07-24T12:24:26.000Z | 2021-07-24T12:24:26.000Z | #pragma warning disable 649
namespace Core6
{
using System;
using System.Threading.Tasks;
using NServiceBus;
using NServiceBus.Logging;
class CriticalErrors
{
CriticalErrors(EndpointConfiguration endpointConfiguration)
{
#region DefiningCustomHostError... | 27.362319 | 104 | 0.602225 |
4215967267f0b4d7c8ba043e90a4af21589f126f | 191 | cshtml | C# | src/WebPx.Web.Bootstrap.AspNetCore.DemoSite/Pages/Bootstrap/Components/Index.cshtml | WebPx/WebPx.Web.Bootstrap.AspNetCore | f808de165439c4a1a09914b8077740f81dd719f0 | [
"MIT"
] | null | null | null | src/WebPx.Web.Bootstrap.AspNetCore.DemoSite/Pages/Bootstrap/Components/Index.cshtml | WebPx/WebPx.Web.Bootstrap.AspNetCore | f808de165439c4a1a09914b8077740f81dd719f0 | [
"MIT"
] | null | null | null | src/WebPx.Web.Bootstrap.AspNetCore.DemoSite/Pages/Bootstrap/Components/Index.cshtml | WebPx/WebPx.Web.Bootstrap.AspNetCore | f808de165439c4a1a09914b8077740f81dd719f0 | [
"MIT"
] | null | null | null | @page
@model WebPx.Web.Bootstrap.AspNetCore.DemoSite.Pages.Bootstrap.Components.IndexModel
@{
ViewBag.Title = "ASP.NET Core TagHelper Components Cookbook";
ViewBag.IsIndex = true;
}
| 27.285714 | 84 | 0.759162 |
05f7c78f49e1f540275fd0aa010ce68a4828cafa | 1,457 | cs | C# | sdk/storage/Azure.Storage.Queues/src/Models/SendReceipt.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 3,268 | 2015-01-08T04:21:52.000Z | 2022-03-31T11:10:48.000Z | sdk/storage/Azure.Storage.Queues/src/Models/SendReceipt.cs | gjy5885/azure-sdk-for-net | 5491b723c94176509a91c340485f10009189ac72 | [
"MIT"
] | 18,748 | 2015-01-06T00:12:22.000Z | 2022-03-31T23:55:50.000Z | sdk/storage/Azure.Storage.Queues/src/Models/SendReceipt.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.
using System;
using Azure.Core;
namespace Azure.Storage.Queues.Models
{
/// <summary>
/// SendReceipt.
/// </summary>
[CodeGenModel("EnqueuedMessage")]
public partial class SendReceipt
{
//... | 34.690476 | 172 | 0.650652 |
6fc6a0bd1f0cee7d156af97c49e021546287966a | 1,597 | cs | C# | src/Stutton.AppExtensionHoster/Stutton.AppExtensionHoster.Uwp/AppServiceConnectionWrapper.cs | stutton/AutoDoc | d43e275d9e0a4488eb1b73711bbb4b5349e62fb1 | [
"MIT"
] | 1 | 2018-03-27T18:25:09.000Z | 2018-03-27T18:25:09.000Z | src/Stutton.AppExtensionHoster/Stutton.AppExtensionHoster.Uwp/AppServiceConnectionWrapper.cs | stutton/AutoDoc | d43e275d9e0a4488eb1b73711bbb4b5349e62fb1 | [
"MIT"
] | null | null | null | src/Stutton.AppExtensionHoster/Stutton.AppExtensionHoster.Uwp/AppServiceConnectionWrapper.cs | stutton/AutoDoc | d43e275d9e0a4488eb1b73711bbb4b5349e62fb1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.ApplicationModel.AppService;
using Windows.Foundation.Collections;
using Newtonsoft.Json;
using Stutton.AppExtensionHoster.ContractImplementations;
using Stutton.AppExtensionHoster.Contract... | 33.978723 | 127 | 0.695053 |
c6e571d0422fe969bfca4e3181fa33d8b698385d | 571 | cs | C# | CVitae/DAL/CVitaeContext.cs | ABION-Technology/CVitae | bd0aeedd0c6e100fe0d44d3d6bdf6e8706c4ea42 | [
"MIT"
] | null | null | null | CVitae/DAL/CVitaeContext.cs | ABION-Technology/CVitae | bd0aeedd0c6e100fe0d44d3d6bdf6e8706c4ea42 | [
"MIT"
] | null | null | null | CVitae/DAL/CVitaeContext.cs | ABION-Technology/CVitae | bd0aeedd0c6e100fe0d44d3d6bdf6e8706c4ea42 | [
"MIT"
] | 1 | 2021-04-18T16:54:34.000Z | 2021-04-18T16:54:34.000Z | using CVitae.Models;
using System.Data.Entity;
using System.Data.Entity.ModelConfiguration.Conventions;
namespace CVitae.DAL
{
public class CVitaeContext : DbContext
{
public CVitaeContext() : base("CVitaeContext")
{
}
public DbSet<ContactCategory> ContactCategories { get; set... | 27.190476 | 78 | 0.677758 |
057f90d30556f72e1745942abc4317a7e2d7c900 | 8,038 | cs | C# | Controllers/CombosController.cs | AbeEveland/Smash_Combos | 37dcf9d0fce71342b9c4412e59486511f21ad159 | [
"MIT"
] | null | null | null | Controllers/CombosController.cs | AbeEveland/Smash_Combos | 37dcf9d0fce71342b9c4412e59486511f21ad159 | [
"MIT"
] | null | null | null | Controllers/CombosController.cs | AbeEveland/Smash_Combos | 37dcf9d0fce71342b9c4412e59486511f21ad159 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions... | 40.80203 | 198 | 0.590197 |
6903c1ecc2be884d7e6683db84f40e2a623a49fc | 3,686 | cs | C# | Scripts/ServiceType/ServiceTypeHelper.cs | marosicsaba91/LooseLink | 97f882b0c07e137f52f59a13e887a91be9f26dd8 | [
"MIT"
] | null | null | null | Scripts/ServiceType/ServiceTypeHelper.cs | marosicsaba91/LooseLink | 97f882b0c07e137f52f59a13e887a91be9f26dd8 | [
"MIT"
] | null | null | null | Scripts/ServiceType/ServiceTypeHelper.cs | marosicsaba91/LooseLink | 97f882b0c07e137f52f59a13e887a91be9f26dd8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
namespace LooseLink
{
public static class ServiceTypeHelper
{
public static readonly List<Type> allTypes = AppDomain.CurrentDomain.GetAssemblies().SelectMany(a => a.GetTypes()).ToList();
static readonly HashSet<Type> serviceTypes;
static ... | 36.49505 | 128 | 0.64433 |
b35309611ad10d60fcec8277c3d596969331b6dc | 1,322 | cs | C# | DataTypeAndVariablesHW/11.BankAccountData/BankAccountData.cs | Yordanov101/DataTypeAndVariablesHW | 8fb52301639d76593da0867e7d65c78be13aed78 | [
"MIT"
] | null | null | null | DataTypeAndVariablesHW/11.BankAccountData/BankAccountData.cs | Yordanov101/DataTypeAndVariablesHW | 8fb52301639d76593da0867e7d65c78be13aed78 | [
"MIT"
] | null | null | null | DataTypeAndVariablesHW/11.BankAccountData/BankAccountData.cs | Yordanov101/DataTypeAndVariablesHW | 8fb52301639d76593da0867e7d65c78be13aed78 | [
"MIT"
] | null | null | null | using System;
class BankAccountData
{
// A bank account has a holder name (first name, middle name and last name),available amount
// of money (balance), bank name, IBAN, 3 credit card numbers associated with the account.
// Declare the variables needed to keep the information for a single bank account us... | 41.3125 | 97 | 0.652799 |
0ccd167b721b05185a9e04e8eb6cfc643f255b60 | 7,981 | cs | C# | SFMLSharp/Graphics/Rect.cs | YvvkiRika/SFMLSharp | 568af5bae6b914a2515ee359637597b5d05361e6 | [
"Zlib"
] | 1 | 2022-01-20T12:45:14.000Z | 2022-01-20T12:45:14.000Z | SFMLSharp/Graphics/Rect.cs | YvvkiRika/SFMLSharp | 568af5bae6b914a2515ee359637597b5d05361e6 | [
"Zlib"
] | 2 | 2022-01-24T09:15:56.000Z | 2022-01-30T11:07:48.000Z | SFMLSharp/Graphics/Rect.cs | YvvkiRika/SFMLSharp | 568af5bae6b914a2515ee359637597b5d05361e6 | [
"Zlib"
] | null | null | null | using System.Collections;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Runtime.CompilerServices;
using System.Runtime.Versioning;
using System.Text;
using SFML.System;
namespace SFML.Graphics
{
[RequiresPreviewFeatures]
[Seri... | 22.355742 | 92 | 0.655557 |
a163f762e2a884e43ed027a050006bdabc4071c8 | 3,269 | cs | C# | TestCases/SomeAppTest.cs | ragavendra/APITests | 8dd27618eaec92d51c7998f61918f90ad3337b61 | [
"MIT"
] | null | null | null | TestCases/SomeAppTest.cs | ragavendra/APITests | 8dd27618eaec92d51c7998f61918f90ad3337b61 | [
"MIT"
] | null | null | null | TestCases/SomeAppTest.cs | ragavendra/APITests | 8dd27618eaec92d51c7998f61918f90ad3337b61 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using NUnit.Framework;
using System.Text.Json;
namespace AppName
{
public class SomeAppTest : TestFixture
{
[TestCase(TestName = "Member settings workflow"), Order(0)]
public void MemberSettingsWorkflow()
{
string memberId ... | 34.776596 | 116 | 0.561946 |
3d367fec026a7975efd4bdf7465b5320178cac27 | 2,724 | cs | C# | GDAPI/GDAPI/Objects/GeometryDash/LevelObjects/Triggers/StopTrigger.cs | Syudagye/GDAPI | ca0285049657ac5a4d20687ec51e5b79d9bcbd22 | [
"MIT"
] | null | null | null | GDAPI/GDAPI/Objects/GeometryDash/LevelObjects/Triggers/StopTrigger.cs | Syudagye/GDAPI | ca0285049657ac5a4d20687ec51e5b79d9bcbd22 | [
"MIT"
] | null | null | null | GDAPI/GDAPI/Objects/GeometryDash/LevelObjects/Triggers/StopTrigger.cs | Syudagye/GDAPI | ca0285049657ac5a4d20687ec51e5b79d9bcbd22 | [
"MIT"
] | null | null | null | using GDAPI.Attributes;
using GDAPI.Enumerations.GeometryDash;
using GDAPI.Objects.GeometryDash.LevelObjects.Interfaces;
namespace GDAPI.Objects.GeometryDash.LevelObjects.Triggers
{
/// <summary>Represents a Stop trigger.</summary>
[ObjectID(TriggerType.Stop)]
public class StopTrigger : Trigger, IHasTarge... | 47.789474 | 454 | 0.665565 |
4fad84b301bbf6e22ca63997dbfabf3660e480b5 | 31,384 | cs | C# | Tests/FluentAssertions.Specs/Events/EventAssertionSpecs.cs | weitzhandler/fluentassertions | d9cf0a0f4585de1ba5deda996d0550c05359e3a3 | [
"Apache-2.0"
] | null | null | null | Tests/FluentAssertions.Specs/Events/EventAssertionSpecs.cs | weitzhandler/fluentassertions | d9cf0a0f4585de1ba5deda996d0550c05359e3a3 | [
"Apache-2.0"
] | null | null | null | Tests/FluentAssertions.Specs/Events/EventAssertionSpecs.cs | weitzhandler/fluentassertions | d9cf0a0f4585de1ba5deda996d0550c05359e3a3 | [
"Apache-2.0"
] | null | null | null | #if NET47
using System.Reflection;
using System.Reflection.Emit;
#endif
using System;
using System.ComponentModel;
using System.Linq;
using FluentAssertions.Events;
using FluentAssertions.Extensions;
using FluentAssertions.Formatting;
using Xunit;
using Xunit.Sdk;
namespace FluentAssertions.Specs.Events
{
[Colle... | 35.949599 | 144 | 0.582494 |
fc176eee091a326065ea18e180e9fc78882ff615 | 2,219 | cs | C# | Rikrop.Core.Wpf.40/Collections/CollectionManagerBuilder.cs | rikrop/Rikrop.Core.Wpf | 023b93a9fd0905f44c50fe75d7acf23d21b546dd | [
"Apache-2.0"
] | 2 | 2015-06-24T11:36:53.000Z | 2016-02-15T14:43:05.000Z | Rikrop.Core.Wpf.40/Collections/CollectionManagerBuilder.cs | rikrop/Rikrop.Core.Wpf | 023b93a9fd0905f44c50fe75d7acf23d21b546dd | [
"Apache-2.0"
] | null | null | null | Rikrop.Core.Wpf.40/Collections/CollectionManagerBuilder.cs | rikrop/Rikrop.Core.Wpf | 023b93a9fd0905f44c50fe75d7acf23d21b546dd | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using System.Collections.ObjectModel;
using Rikrop.Core.Framework.Services;
using Rikrop.Core.Wpf.Async;
namespace Rikrop.Core.Wpf.Collections
{
public class CollectionManagerBuilder<TItem>
{
private ObservableCollection<TItem> _targetCollection = new ObservableCollect... | 44.38 | 173 | 0.735466 |
fcb0a5d6df022afb44ea8c49ff05a73bd2a4eb7f | 235 | cs | C# | Workshops/PracticalEventSourcing/Exercises/01-Carts/Carts/Carts.Api/Requests/Carts/AddProductRequest.cs | NicoJuicy/EventSourcing.NetCore | 322cdb17ccbc36458ef91ac3ef99656d7cd35a7b | [
"MIT"
] | 1 | 2021-03-09T05:39:47.000Z | 2021-03-09T05:39:47.000Z | Workshops/PracticalEventSourcing/Exercises/01-Carts/Carts/Carts.Api/Requests/Carts/AddProductRequest.cs | NicoJuicy/EventSourcing.NetCore | 322cdb17ccbc36458ef91ac3ef99656d7cd35a7b | [
"MIT"
] | null | null | null | Workshops/PracticalEventSourcing/Exercises/01-Carts/Carts/Carts.Api/Requests/Carts/AddProductRequest.cs | NicoJuicy/EventSourcing.NetCore | 322cdb17ccbc36458ef91ac3ef99656d7cd35a7b | [
"MIT"
] | null | null | null | using System;
using Carts.Carts.ValueObjects;
namespace Carts.Api.Requests.Carts
{
public class AddProductRequest
{
public Guid CartId { get; set; }
public ProductItemRequest ProductItem { get; set; }
}
}
| 18.076923 | 59 | 0.676596 |
fcdef4c395b7816d960a64e5cbd1a26d536b1989 | 4,871 | cs | C# | Library/Newtonsoft.Json/Newtonsoft.Json.Tests/Serialization/MissingMemberHandlingTests.cs | chickn666/ios | 91bbc38d881aef6610a5419e434da50c4688b6f5 | [
"MS-PL"
] | 10 | 2015-03-12T19:11:22.000Z | 2021-03-12T11:02:43.000Z | Library/Newtonsoft.Json/Newtonsoft.Json.Tests/Serialization/MissingMemberHandlingTests.cs | chickn666/ios | 91bbc38d881aef6610a5419e434da50c4688b6f5 | [
"MS-PL"
] | null | null | null | Library/Newtonsoft.Json/Newtonsoft.Json.Tests/Serialization/MissingMemberHandlingTests.cs | chickn666/ios | 91bbc38d881aef6610a5419e434da50c4688b6f5 | [
"MS-PL"
] | 2 | 2015-04-28T15:25:42.000Z | 2021-06-21T07:47:31.000Z | #region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... | 35.554745 | 204 | 0.686512 |
968084e102be296134c8ecd4fec641352ddd3b71 | 1,003 | cs | C# | SdkCSharpSources/Altazion.Api/Data/CrossCanalCommandesForAppControllerBonCommandeLigne.cs | altazion/altazion-sdk-csharp | 7a9b73a7cac693398b690cb84616580bda5c1168 | [
"MIT"
] | null | null | null | SdkCSharpSources/Altazion.Api/Data/CrossCanalCommandesForAppControllerBonCommandeLigne.cs | altazion/altazion-sdk-csharp | 7a9b73a7cac693398b690cb84616580bda5c1168 | [
"MIT"
] | null | null | null | SdkCSharpSources/Altazion.Api/Data/CrossCanalCommandesForAppControllerBonCommandeLigne.cs | altazion/altazion-sdk-csharp | 7a9b73a7cac693398b690cb84616580bda5c1168 | [
"MIT"
] | null | null | null | using System;
using System.Text;
using System.Collections.Generic;
namespace Altazion.Api.Data
{
///<summary>
///Objet de données BonCommandeLigne
///</summary>
public class BonCommandeLigne
{
///<summary>
///Obtient ou définit la valeur Guid
///</summary>
public Guid Guid{ get; set; }
///<summary>
... | 20.469388 | 50 | 0.659023 |
ac5d065b3b6aeaa186dd86f85ccda2b741788465 | 82,299 | cs | C# | code/dotnet/IRNNotes/v1/src/FactSet.SDK.IRNNotes/Api/NotesApi.cs | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/dotnet/IRNNotes/v1/src/FactSet.SDK.IRNNotes/Api/NotesApi.cs | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/dotnet/IRNNotes/v1/src/FactSet.SDK.IRNNotes/Api/NotesApi.cs | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | /*
* IRN API v1
*
* Allows users to extract, create, update and configure IRN data.
*
* The version of the OpenAPI document: 1
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using ... | 55.382907 | 733 | 0.644649 |
1fb2212eaaba217bf747c107c793b2db00ea3701 | 656 | cs | C# | Src/WebController/Backend/Models/Route.cs | grzryc/C3 | 17d071469a023e512867a1776be3177f7da30edb | [
"BSD-3-Clause"
] | 1 | 2019-09-06T01:43:27.000Z | 2019-09-06T01:43:27.000Z | Src/WebController/Backend/Models/Route.cs | hl0rey/C3 | 6326f8144490c06f09352ea2854bdd7728e451c0 | [
"BSD-3-Clause"
] | null | null | null | Src/WebController/Backend/Models/Route.cs | hl0rey/C3 | 6326f8144490c06f09352ea2854bdd7728e451c0 | [
"BSD-3-Clause"
] | 1 | 2020-07-09T01:06:23.000Z | 2020-07-09T01:06:23.000Z | using MWR.C3.WebController.Comms;
using Newtonsoft.Json;
using System;
namespace MWR.C3.WebController.Models
{
public class Route
{
[JsonIgnore]
public ulong AgentId { get; set; }
[JsonConverter(typeof(HexStringJsonConverter))]
public ulong OutgoingInterface { get; set; }
... | 26.24 | 64 | 0.670732 |
3883741856a0eb3dd4a4d41bcdd165ef79961339 | 2,595 | cs | C# | src/L4-application/CNS/MaterialProperty/SutherlandLaw.cs | leyel/BoSSS | 39f58a1a64a55e44f51384022aada20a5b425230 | [
"Apache-2.0"
] | 1 | 2018-12-20T10:55:58.000Z | 2018-12-20T10:55:58.000Z | src/L4-application/CNS/MaterialProperty/SutherlandLaw.cs | leyel/BoSSS | 39f58a1a64a55e44f51384022aada20a5b425230 | [
"Apache-2.0"
] | null | null | null | src/L4-application/CNS/MaterialProperty/SutherlandLaw.cs | leyel/BoSSS | 39f58a1a64a55e44f51384022aada20a5b425230 | [
"Apache-2.0"
] | null | null | null | /* =======================================================================
Copyright 2017 Technische Universitaet Darmstadt, Fachgebiet fuer Stroemungsdynamik (chair of fluid dynamics)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
... | 37.071429 | 110 | 0.589595 |
f08608ad87509b0904a8158bc7806c23b1a2c666 | 865 | cs | C# | 01. CSharpPart1/6. Loops/P05-CalculateSumWithFactorial/CalculateSumWithFactorial.cs | GAlex7/TA | b838cfdc3e4784d40f651c1f7af65924629658d7 | [
"MIT"
] | null | null | null | 01. CSharpPart1/6. Loops/P05-CalculateSumWithFactorial/CalculateSumWithFactorial.cs | GAlex7/TA | b838cfdc3e4784d40f651c1f7af65924629658d7 | [
"MIT"
] | null | null | null | 01. CSharpPart1/6. Loops/P05-CalculateSumWithFactorial/CalculateSumWithFactorial.cs | GAlex7/TA | b838cfdc3e4784d40f651c1f7af65924629658d7 | [
"MIT"
] | null | null | null | // Problem 5. Calculate 1 + 1!/X + 2!/X^2 + … + N!/X^N
// Write a program that, for a given two integer numbers n and x,
// calculates the sum S = 1 + 1!/x + 2!/x2 + … + n!/x^n.
// Use only one loop. Print the result with 5 digits after the decimal point.
using System;
class CalculateSumWithFactorial
{
public st... | 26.212121 | 83 | 0.501734 |
ada6cf36eace09e7880701162932ae93539ca9ec | 424 | cs | C# | Assets/Scripts/NotificationDataSO.cs | LeandroBiloni/InGame-Notifications-System | d20987c9ba9ad64b3f4db3106a2720328aab7bc0 | [
"MIT"
] | null | null | null | Assets/Scripts/NotificationDataSO.cs | LeandroBiloni/InGame-Notifications-System | d20987c9ba9ad64b3f4db3106a2720328aab7bc0 | [
"MIT"
] | null | null | null | Assets/Scripts/NotificationDataSO.cs | LeandroBiloni/InGame-Notifications-System | d20987c9ba9ad64b3f4db3106a2720328aab7bc0 | [
"MIT"
] | null | null | null | using UnityEngine;
[CreateAssetMenu(fileName = "Notification Data", menuName = "Notification Data")]
public class NotificationDataSO : ScriptableObject
{
public NotificationType notificationType;
public string message;
public Color textColor;
public Sprite icon;
public Sprite background... | 19.272727 | 81 | 0.716981 |
87974eda0a5b94d2c9dea963fe5f02af38b66110 | 1,629 | cs | C# | src/Microsoft.AspNetCore.Razor.Language/src/Extensions/SectionDirectivePass.cs | vseanreesermsft/razor-compiler | 36627f7da3b38dc6434c461c08e230895751fdab | [
"MIT"
] | 23 | 2021-11-12T02:18:18.000Z | 2022-03-22T22:26:07.000Z | src/Microsoft.AspNetCore.Razor.Language/src/Extensions/SectionDirectivePass.cs | vseanreesermsft/razor-compiler | 36627f7da3b38dc6434c461c08e230895751fdab | [
"MIT"
] | 33 | 2021-11-12T19:57:53.000Z | 2022-03-31T18:11:50.000Z | src/Microsoft.AspNetCore.Razor.Language/src/Extensions/SectionDirectivePass.cs | vseanreesermsft/razor-compiler | 36627f7da3b38dc6434c461c08e230895751fdab | [
"MIT"
] | 12 | 2021-11-12T22:29:07.000Z | 2022-03-01T23:53:17.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#nullable disable
using System.Linq;
using Microsoft.AspNetCore.Razor.Language.Intermediate;
namespace Microsoft.AspNetCore.Razor.Language.Extensions;
public sealed class Sectio... | 31.941176 | 121 | 0.615101 |
e297e4a873491e0d48af445dfff3e185f01c92f7 | 861 | cs | C# | src/Views/Sakuno.ING.Views.Desktop/Homeport/HomeportDetailView.xaml.cs | amatukaze/ing | 75d74dbffb80d496beaf4cfe55f3709316724316 | [
"MIT"
] | 56 | 2017-11-09T23:58:47.000Z | 2022-02-23T04:13:23.000Z | src/Views/Sakuno.ING.Views.Desktop/Homeport/HomeportDetailView.xaml.cs | HinaKotoha/ing | 75d74dbffb80d496beaf4cfe55f3709316724316 | [
"MIT"
] | 24 | 2017-11-28T06:07:48.000Z | 2021-03-17T09:44:43.000Z | src/Views/Sakuno.ING.Views.Desktop/Homeport/HomeportDetailView.xaml.cs | HinaKotoha/ing | 75d74dbffb80d496beaf4cfe55f3709316724316 | [
"MIT"
] | 13 | 2018-02-26T20:04:19.000Z | 2022-02-23T04:13:13.000Z | using ReactiveUI;
using Sakuno.ING.Shell;
using Sakuno.ING.ViewModels.Homeport;
using System.Reactive.Disposables;
namespace Sakuno.ING.Views.Desktop.Homeport
{
[ExportView("HomeportDetail")]
public partial class HomeportDetailView
{
public HomeportDetailView(HomeportDetailViewModel homeportDetail... | 31.888889 | 117 | 0.656214 |
3e003a4a57acfc6ed21f6c393e1688622b1377d7 | 2,760 | cs | C# | KeepAChangelogParser.Tests/Comparer/ChangelogSectionUnreleasedComparer.cs | shuelsmeier/keepachangelogparser | 806f7d247723e3f981a7f386686ddedcc1264334 | [
"MIT"
] | 1 | 2022-02-08T08:43:36.000Z | 2022-02-08T08:43:36.000Z | KeepAChangelogParser.Tests/Comparer/ChangelogSectionUnreleasedComparer.cs | shuelsmeier/keepachangelogparser | 806f7d247723e3f981a7f386686ddedcc1264334 | [
"MIT"
] | 13 | 2021-12-23T06:34:56.000Z | 2022-03-24T18:25:18.000Z | KeepAChangelogParser.Tests/Comparer/ChangelogSectionUnreleasedComparer.cs | shuelsmeier/keepachangelogparser | 806f7d247723e3f981a7f386686ddedcc1264334 | [
"MIT"
] | null | null | null | using KeepAChangelogParser.Models;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
namespace KeepAChangelogParser.Tests.Comparer
{
public class ChangelogSectionUnreleasedComparer :
IComparer,
IComparer<ChangelogSectionUnreleased>
{
private reado... | 23.793103 | 106 | 0.624638 |
3ebcd168ba48b43b20185b3cd00bec93b35f75a6 | 1,204 | cs | C# | src/Compilers/Core/Portable/Operations/IFieldReferenceOperation.cs | etbyrd/roslyn | 164291f127c722464e16c297546fcff317f526dd | [
"Apache-2.0"
] | 5 | 2016-02-21T15:57:06.000Z | 2021-09-18T12:26:13.000Z | src/Compilers/Core/Portable/Operations/IFieldReferenceOperation.cs | etbyrd/roslyn | 164291f127c722464e16c297546fcff317f526dd | [
"Apache-2.0"
] | 15 | 2015-05-10T20:39:22.000Z | 2021-09-18T12:27:10.000Z | src/Compilers/Core/Portable/Operations/IFieldReferenceOperation.cs | JieCarolHu/roslyn | 7bf616dc051aa957571350eae3097233a6892658 | [
"Apache-2.0"
] | 2 | 2015-10-17T15:00:02.000Z | 2019-12-05T18:52:04.000Z | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.CodeAnalysis.Operations
{
/// <summary>
/// Represents a reference to a field.
/// <para>
/// Current usage:
/// (1)... | 35.411765 | 161 | 0.618771 |
f11360b2349b3b0eb8e4430dc35378e17a6161fc | 623 | cs | C# | Programming-Fundamentals-Extended-May-2017/Data-Types-&-Variables-Exercises/Employee-Data/EmployeeData.cs | AquaRush/SoftwareUniversity | 17ccea9db5991686c9044f7e79bdfc5c8ed57f60 | [
"MIT"
] | null | null | null | Programming-Fundamentals-Extended-May-2017/Data-Types-&-Variables-Exercises/Employee-Data/EmployeeData.cs | AquaRush/SoftwareUniversity | 17ccea9db5991686c9044f7e79bdfc5c8ed57f60 | [
"MIT"
] | null | null | null | Programming-Fundamentals-Extended-May-2017/Data-Types-&-Variables-Exercises/Employee-Data/EmployeeData.cs | AquaRush/SoftwareUniversity | 17ccea9db5991686c9044f7e79bdfc5c8ed57f60 | [
"MIT"
] | null | null | null | using System;
//8. Employee Data
class EmployeeData
{
static void Main(string[] args)
{
string firstName = Console.ReadLine();
string lastName = Console.ReadLine();
int age = int.Parse(Console.ReadLine());
string gender = Console.ReadLine();
ulong personalID = ulong.Pars... | 34.611111 | 129 | 0.637239 |
aed7be33619319f0d80d530a1eb58c98db101501 | 465 | cs | C# | DTOs/Shipments/ShipCompleteReturnDto.cs | astrumcs/api-plugin-for-nopcommerce | 46580ff85bb46565cad7b34c5cd36df03da714f4 | [
"MIT"
] | null | null | null | DTOs/Shipments/ShipCompleteReturnDto.cs | astrumcs/api-plugin-for-nopcommerce | 46580ff85bb46565cad7b34c5cd36df03da714f4 | [
"MIT"
] | null | null | null | DTOs/Shipments/ShipCompleteReturnDto.cs | astrumcs/api-plugin-for-nopcommerce | 46580ff85bb46565cad7b34c5cd36df03da714f4 | [
"MIT"
] | null | null | null | using System;
using Newtonsoft.Json;
using Nop.Plugin.Api.DTO;
using Nop.Plugin.Api.DTO.Orders;
namespace Nop.Plugin.Api.DTOs.Shipments
{
[JsonObject(Title = "complete_shipment")]
public class ShipCompleteReturnDto: ISerializableObject
{
[JsonProperty("shipment_id")]
public int ShipmentId { get; set; }
publ... | 19.375 | 56 | 0.733333 |
e7116c5c1e1c6c0ee093c091aa762bfa9f51d43d | 5,499 | cs | C# | Topten.RichTextKit/FontFallback/FontFallback.cs | sebllll/RichTextK | 335aa65369a34c8c2f29155ddd86d6755cf5a82e | [
"Apache-2.0"
] | 1 | 2021-11-10T15:55:23.000Z | 2021-11-10T15:55:23.000Z | Topten.RichTextKit/FontFallback/FontFallback.cs | sebllll/RichTextKit | 335aa65369a34c8c2f29155ddd86d6755cf5a82e | [
"Apache-2.0"
] | null | null | null | Topten.RichTextKit/FontFallback/FontFallback.cs | sebllll/RichTextKit | 335aa65369a34c8c2f29155ddd86d6755cf5a82e | [
"Apache-2.0"
] | null | null | null | // RichTextKit
// Copyright © 2019-2020 Topten Software. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use this product except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
... | 41.345865 | 185 | 0.51773 |
f1a45352da55fbe212dff02455b4c6fce03fa9d8 | 2,699 | cs | C# | src/ZigBeeNet.Hardware.Digi.XBee/Internal/Protocol/XBeeSetEnergyScanCommand.cs | Gallimathias/ZigbeeNet | 52721a75626cb2e825575cdbfd7294bcc66dfccc | [
"MIT"
] | 3 | 2019-03-27T07:19:00.000Z | 2019-04-03T16:18:31.000Z | src/ZigBeeNet.Hardware.Digi.XBee/Internal/Protocol/XBeeSetEnergyScanCommand.cs | Gallimathias/ZigbeeNet | 52721a75626cb2e825575cdbfd7294bcc66dfccc | [
"MIT"
] | null | null | null | src/ZigBeeNet.Hardware.Digi.XBee/Internal/Protocol/XBeeSetEnergyScanCommand.cs | Gallimathias/ZigbeeNet | 52721a75626cb2e825575cdbfd7294bcc66dfccc | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 34.164557 | 103 | 0.533531 |
9c8c7c10205c437a88579b494479914a3d3c6e63 | 955 | cs | C# | src/XamAR.Core/Models/Geolocation/GeolocationAccuracy.cs | awesome7/xamar | be9cb839b30d13bb6f277dfeb3180e2e8aee8fef | [
"MIT"
] | 14 | 2021-05-17T17:28:28.000Z | 2022-03-23T06:45:15.000Z | src/XamAR.Core/Models/Geolocation/GeolocationAccuracy.cs | awesome7/xamar | be9cb839b30d13bb6f277dfeb3180e2e8aee8fef | [
"MIT"
] | 19 | 2021-05-18T21:37:24.000Z | 2022-03-30T10:17:52.000Z | src/XamAR.Core/Models/Geolocation/GeolocationAccuracy.cs | miki-bgd/XamAR | 1ae7b4295a05eb4b90d22c6daa560b0f87c001b7 | [
"MIT"
] | 4 | 2021-05-17T12:49:13.000Z | 2022-02-05T14:59:29.000Z | namespace XamAR.Core.Models.Geolocation
{
public enum GeolocationAccuracy
{
//
// Summary:
// Represents default accuracy (Medium), typically within 30-500 meters.
Default = 0,
//
// Summary:
// Represents the lowest accuracy, using the least powe... | 28.939394 | 96 | 0.53089 |
9c977b8263fe422028da1d240ebc8e8f490f2a8f | 9,293 | cs | C# | Search/SeekToConditionItemView.cs | serious6/ews-managed-api | dcfa1b4da808d78632387a2b6c39aab2e93484ce | [
"MIT"
] | null | null | null | Search/SeekToConditionItemView.cs | serious6/ews-managed-api | dcfa1b4da808d78632387a2b6c39aab2e93484ce | [
"MIT"
] | null | null | null | Search/SeekToConditionItemView.cs | serious6/ews-managed-api | dcfa1b4da808d78632387a2b6c39aab2e93484ce | [
"MIT"
] | null | null | null | /*
* Exchange Web Services Managed API
*
* Copyright (c) Microsoft Corporation
* All rights reserved.
*
* MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation files (the "Software"), to deal in the Software
* wit... | 36.159533 | 113 | 0.576778 |
9ce05bf0716e68793d3e637cd530432646c01fa5 | 443 | cs | C# | src/DDDToolkit.Repository.Sql/EntityFrameworkRepositoryBase.cs | codepb/DDDToolkit | 4fd0601bfa5f6d699e9e7bac837c81c057b9aeea | [
"MIT"
] | 4 | 2018-01-14T13:11:10.000Z | 2020-02-29T16:45:15.000Z | src/DDDToolkit.Repository.Sql/EntityFrameworkRepositoryBase.cs | codepb/DDDToolkit | 4fd0601bfa5f6d699e9e7bac837c81c057b9aeea | [
"MIT"
] | 16 | 2018-01-14T19:34:44.000Z | 2019-03-02T19:04:09.000Z | src/DDDToolkit.Repository.Sql/EntityFrameworkRepositoryBase.cs | codepb/DDDToolkit | 4fd0601bfa5f6d699e9e7bac837c81c057b9aeea | [
"MIT"
] | 1 | 2021-08-15T14:57:24.000Z | 2021-08-15T14:57:24.000Z | using Microsoft.EntityFrameworkCore;
namespace DDDToolkit.Repository.Sql
{
public abstract class EntityFrameworkRepositoryBase<T, TContext>
where T : class
where TContext : DbContext
{
protected TContext DbContext { get; }
protected DbSet<T> Set => DbContext.Set<T>();
... | 24.611111 | 68 | 0.650113 |
164b8e500f6f80de0b0e4af82b6088019402f9e7 | 4,990 | cshtml | C# | FSMS.Web/Views/Home/Login.cshtml | GeekPowerFelixSun/FSMS | 04c2be3d03b289d63bf4ae5881e37a71fa181877 | [
"MIT"
] | 2 | 2020-05-05T02:46:49.000Z | 2021-02-22T18:13:46.000Z | FSMS.Web/Views/Home/Login.cshtml | GeekPowerFelixSun/FSMS | 04c2be3d03b289d63bf4ae5881e37a71fa181877 | [
"MIT"
] | null | null | null | FSMS.Web/Views/Home/Login.cshtml | GeekPowerFelixSun/FSMS | 04c2be3d03b289d63bf4ae5881e37a71fa181877 | [
"MIT"
] | null | null | null | @{
ViewBag.Title = "FSMS管理系统 - 登录";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@inject Microsoft.AspNetCore.Hosting.IHostingEnvironment HostingEnvironment
@section header{
<link href='@Url.Content("~/fsms/css/login.css")' rel="stylesheet" />
<script>
if (window.top !== window.self) {window.top... | 38.682171 | 160 | 0.470942 |
33e89aaaf78088dba17f97e35385d55f56c2138d | 8,307 | cs | C# | Source/Libraries/IO.Swagger/Model/Vehicle.cs | VladimirDimov/MvcTemplateDbFirst | 59750ae04c75b54f959f2df3fc06c6ae86795a31 | [
"MIT"
] | null | null | null | Source/Libraries/IO.Swagger/Model/Vehicle.cs | VladimirDimov/MvcTemplateDbFirst | 59750ae04c75b54f959f2df3fc06c6ae86795a31 | [
"MIT"
] | null | null | null | Source/Libraries/IO.Swagger/Model/Vehicle.cs | VladimirDimov/MvcTemplateDbFirst | 59750ae04c75b54f959f2df3fc06c6ae86795a31 | [
"MIT"
] | null | null | null | /*
* Amadeus Travel Innovation Sandbox
*
* No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 1.2
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*
* Licensed under the Apache License, Version 2.0 (the "License")... | 43.952381 | 265 | 0.592392 |
b5b384d28267183349e4aeac5ed5f7dc5a92739f | 781 | cs | C# | SharpOfClans/Paging/Paging.cs | Matcheryt/SharpOfClans | e6bfb5f4ea1fb6736937ed753b6ab1c105275cef | [
"MIT"
] | 1 | 2021-04-17T23:01:24.000Z | 2021-04-17T23:01:24.000Z | SharpOfClans/Paging/Paging.cs | Matcheryt/SharpOfClans | e6bfb5f4ea1fb6736937ed753b6ab1c105275cef | [
"MIT"
] | null | null | null | SharpOfClans/Paging/Paging.cs | Matcheryt/SharpOfClans | e6bfb5f4ea1fb6736937ed753b6ab1c105275cef | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
namespace SharpOfClans.Paging
{
/// <summary>
/// Class containing pagination info returned by Clash of Clans API.
/// </summary>
public class Paging
{
/// <summary>
/// Cursors indicating which page you're on this specific request.
/// </summary>
... | 24.40625 | 74 | 0.553137 |
b5e87f7df053974b4475d7501e35c5401c282cb7 | 1,547 | cs | C# | QQ.Framework/Packets/PCTLV/TLV_0109.cs | dotaevo/PCQQ-Protocol | 62b8fcc4bf5eca401157446cce9539cdb1fd6a9a | [
"MIT"
] | 92 | 2018-11-25T15:32:31.000Z | 2020-05-30T02:53:37.000Z | QQ.Framework/Packets/PCTLV/TLV_0109.cs | wuqi5700/qqProtocol | df98a40a7e23d578b4d0d610eff38c4dd32b159c | [
"MIT"
] | 3 | 2018-12-05T11:14:14.000Z | 2019-12-13T18:19:24.000Z | QQ.Framework/Packets/PCTLV/TLV_0109.cs | wuqi5700/qqProtocol | df98a40a7e23d578b4d0d610eff38c4dd32b159c | [
"MIT"
] | 32 | 2018-10-26T02:40:27.000Z | 2021-06-02T02:31:22.000Z | using System;
using System.IO;
using QQ.Framework.Utils;
namespace QQ.Framework.Packets.PCTLV
{
[TlvTag(TlvTags._ddReply)]
internal class TLV0109 : BaseTLV
{
public TLV0109()
{
Command = 0x0109;
Name = "SSO2::TLV_0xddReply_0x109";
}
public void Parse... | 30.94 | 76 | 0.493213 |
dbed06394f9640da27553a674fc4e96753ee0119 | 11,321 | cs | C# | JexusManager.Features.Certificates/SelfCertificateDialog.Designer.cs | 68681395/JexusManager | 2e55066fb94b8c9dc1087015063b3cf4f7624919 | [
"MIT"
] | null | null | null | JexusManager.Features.Certificates/SelfCertificateDialog.Designer.cs | 68681395/JexusManager | 2e55066fb94b8c9dc1087015063b3cf4f7624919 | [
"MIT"
] | 5 | 2016-09-29T04:39:23.000Z | 2018-01-04T06:30:03.000Z | JexusManager.Features.Certificates/SelfCertificateDialog.Designer.cs | 68681395/JexusManager | 2e55066fb94b8c9dc1087015063b3cf4f7624919 | [
"MIT"
] | null | null | null | namespace JexusManager.Features.Certificates
{
using System.ComponentModel;
using System.Windows.Forms;
partial class SelfCertificateDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
/// <summary>
... | 42.400749 | 171 | 0.560816 |
e0243a5667b86ee127ed348eb97f931638443d93 | 1,876 | cs | C# | aws_sns_dotnetcore_httpclient/Controllers/SnsController.cs | LUS1N/aws_sns_dotnetcore_httpclient | 7da9ddd95862f22dc76bd3357fed5a505b5a2426 | [
"MIT"
] | 1 | 2021-12-10T11:40:32.000Z | 2021-12-10T11:40:32.000Z | aws_sns_dotnetcore_httpclient/Controllers/SnsController.cs | LUS1N/aws_sns_dotnetcore_httpclient | 7da9ddd95862f22dc76bd3357fed5a505b5a2426 | [
"MIT"
] | null | null | null | aws_sns_dotnetcore_httpclient/Controllers/SnsController.cs | LUS1N/aws_sns_dotnetcore_httpclient | 7da9ddd95862f22dc76bd3357fed5a505b5a2426 | [
"MIT"
] | 1 | 2018-10-04T07:02:35.000Z | 2018-10-04T07:02:35.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using aws_sns_dotnetcore_httpclient.Models;
using Microsoft.AspNetCore.Antiforgery.Internal;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
namespace aws_sns_dotnetcore_httpclient.Controllers
{
... | 34.740741 | 102 | 0.615672 |
e05d298bd450487f08cc73666d201ac839bb2c34 | 6,427 | cs | C# | Kerberos.NET/Entities/Pkinit/KrbExternalPrincipalIdentifier.generated.cs | Hawkeye4040/Kerberos.NET | 094372d0a798876db891b938f43cd37f82771164 | [
"MIT"
] | 1 | 2021-03-21T18:47:39.000Z | 2021-03-21T18:47:39.000Z | Kerberos.NET/Entities/Pkinit/KrbExternalPrincipalIdentifier.generated.cs | Hawkeye4040/Kerberos.NET | 094372d0a798876db891b938f43cd37f82771164 | [
"MIT"
] | null | null | null | Kerberos.NET/Entities/Pkinit/KrbExternalPrincipalIdentifier.generated.cs | Hawkeye4040/Kerberos.NET | 094372d0a798876db891b938f43cd37f82771164 | [
"MIT"
] | null | null | null | // -----------------------------------------------------------------------
// Licensed to The .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// -----------------------------------------------------------------------
// This is a generated file.
//... | 35.705556 | 161 | 0.583787 |
da2bd4f9d0bfe9e6958388603ab289898ef3cdb1 | 2,881 | cs | C# | Demo/AppDelegate.cs | onurhazar/mTouch-PDFReader | ce00cb0293a70536e2d25acb80737be8b9f46130 | [
"MIT"
] | null | null | null | Demo/AppDelegate.cs | onurhazar/mTouch-PDFReader | ce00cb0293a70536e2d25acb80737be8b9f46130 | [
"MIT"
] | null | null | null | Demo/AppDelegate.cs | onurhazar/mTouch-PDFReader | ce00cb0293a70536e2d25acb80737be8b9f46130 | [
"MIT"
] | null | null | null | //
// mTouch-PDFReader demo
// AppDelegate.cs
//
// Copyright (c) 2012-2014 AlexanderMac(amatsibarov@gmail.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// 'Software'), to deal in the Software without restriction, i... | 36.468354 | 103 | 0.765706 |
5551bf2625f7079264b6e051bdb3c687492363d0 | 1,872 | cs | C# | Day07.cs | ReneJSchwartz/AdventOfCode2021 | e08da371a71f4709dd0c302fd2ef39ba3f61102e | [
"Unlicense"
] | null | null | null | Day07.cs | ReneJSchwartz/AdventOfCode2021 | e08da371a71f4709dd0c302fd2ef39ba3f61102e | [
"Unlicense"
] | null | null | null | Day07.cs | ReneJSchwartz/AdventOfCode2021 | e08da371a71f4709dd0c302fd2ef39ba3f61102e | [
"Unlicense"
] | null | null | null | void Start()
{
// runtime 51 ms
print(AdventOfCode07TheTreacheryOfWhales(true));
// runtime 50 ms
print(AdventOfCode07TheTreacheryOfWhales(false));
}
string AdventOfCode07TheTreacheryOfWhales(bool firstPart)
{
System.Diagnostics.Stopwatch stopwatch = new System.Diagnostics.Stopwatch();
stopwatc... | 27.130435 | 83 | 0.532585 |
654317ccc9717aacb6a9cb66bdfee437ac93adb3 | 370 | cs | C# | FoodForYou/Web/FoodForYou.Web.ViewModels/Orders/OutputViewModels/CompletedOrderViewModel.cs | markodjunev/FoodForYou | 7ef77461078f4cc49f2629bf5caa09ac95958e75 | [
"MIT"
] | null | null | null | FoodForYou/Web/FoodForYou.Web.ViewModels/Orders/OutputViewModels/CompletedOrderViewModel.cs | markodjunev/FoodForYou | 7ef77461078f4cc49f2629bf5caa09ac95958e75 | [
"MIT"
] | null | null | null | FoodForYou/Web/FoodForYou.Web.ViewModels/Orders/OutputViewModels/CompletedOrderViewModel.cs | markodjunev/FoodForYou | 7ef77461078f4cc49f2629bf5caa09ac95958e75 | [
"MIT"
] | null | null | null | namespace FoodForYou.Web.ViewModels.Orders
{
using System;
using System.Collections.Generic;
using System.Text;
public class CompletedOrderViewModel
{
public string Address { get; set; }
public string CreatorName { get; set; }
public decimal Price { get; set; }
p... | 20.555556 | 50 | 0.640541 |
65e7b678b0de088d7a7daef11b4dfb0a238203b8 | 6,131 | cs | C# | dotnet/FreieWahl/Test.FreieWahl.Security/Signing/Buergerkarte/Test_BuergerkarteSigning.cs | michivo/buergerchain | 83240a2e28086bc5ede9ef332cc44a0e31f26071 | [
"MIT"
] | 7 | 2018-05-03T06:18:31.000Z | 2019-04-02T08:28:53.000Z | dotnet/FreieWahl/Test.FreieWahl.Security/Signing/Buergerkarte/Test_BuergerkarteSigning.cs | michivo/buergerchain | 83240a2e28086bc5ede9ef332cc44a0e31f26071 | [
"MIT"
] | 23 | 2018-02-06T09:10:12.000Z | 2018-12-07T08:36:41.000Z | dotnet/FreieWahl/Test.FreieWahl.Security/Signing/Buergerkarte/Test_BuergerkarteSigning.cs | michivo/buergerchain | 83240a2e28086bc5ede9ef332cc44a0e31f26071 | [
"MIT"
] | null | null | null | using System.Security.Cryptography.X509Certificates;
using FreieWahl.Security.Signing.Buergerkarte;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Test.FreieWahl.Security.Signing.Buergerkarte
{
/// <summary>
/// Summary description for Test_BuergerkarteSigning
/// </summary>
[T... | 180.323529 | 2,952 | 0.91176 |
914f9f557a20d1979f2d8a26d44f7043ab3c9eea | 4,545 | cs | C# | Source/Kernel/Store/MongoDB/EventLogQueueCacheCursor.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | null | null | null | Source/Kernel/Store/MongoDB/EventLogQueueCacheCursor.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | 39 | 2021-09-27T19:30:36.000Z | 2022-01-19T12:23:00.000Z | Source/Kernel/Store/MongoDB/EventLogQueueCacheCursor.cs | Cratis/cratis | 39256544e0917dc07f38ede77874d204dec51401 | [
"MIT"
] | null | null | null | // Copyright (c) Cratis. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Globalization;
using Cratis.Extensions.Orleans.Execution;
using MongoDB.Bson;
using MongoDB.Driver;
using Orleans.Streams;
namespace Cratis.Events.Store.Mong... | 36.653226 | 148 | 0.576238 |
918c6e906aebf548180bc7137051de75d6e20b14 | 10,370 | cs | C# | google-search/google-search/APIClient.cs | saper8111/Csharp_TestRail_Automatization | 3548c78a13cdc0d4f67ac4b8166203c09ff3d6a0 | [
"Apache-2.0"
] | null | null | null | google-search/google-search/APIClient.cs | saper8111/Csharp_TestRail_Automatization | 3548c78a13cdc0d4f67ac4b8166203c09ff3d6a0 | [
"Apache-2.0"
] | null | null | null | google-search/google-search/APIClient.cs | saper8111/Csharp_TestRail_Automatization | 3548c78a13cdc0d4f67ac4b8166203c09ff3d6a0 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Net;
using System.IO;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace GoogleSearchTests
{
public class APIClient
{
private string url = "";
private string user = "";
private string password = "... | 33.888889 | 114 | 0.40839 |
3cb92b5773606becb0567404fcb969a60406b86d | 3,786 | cs | C# | src/SolidWorks/Documents/SwDrawingViewsCollection.cs | jonnypjohnston/Xarial-xcad | 94de9db50d6ae393a6caa319d09f2ce1184516ed | [
"MIT"
] | null | null | null | src/SolidWorks/Documents/SwDrawingViewsCollection.cs | jonnypjohnston/Xarial-xcad | 94de9db50d6ae393a6caa319d09f2ce1184516ed | [
"MIT"
] | null | null | null | src/SolidWorks/Documents/SwDrawingViewsCollection.cs | jonnypjohnston/Xarial-xcad | 94de9db50d6ae393a6caa319d09f2ce1184516ed | [
"MIT"
] | null | null | null | //*********************************************************************
//xCAD
//Copyright(C) 2020 Xarial Pty Limited
//Product URL: https://www.xcad.net
//License: https://xcad.xarial.com/license/
//*********************************************************************
using SolidWorks.Interop.sldworks;
using System;... | 28.466165 | 111 | 0.497359 |
cbec0069fa17a9f7347e07ff8932eb2f5b18eac5 | 2,165 | cs | C# | Vostok.Logging.Formatting.Tests/Tokens/LevelToken_Tests.cs | mazharenko/logging.formatting | 196803b8f1bd6cafdf0a49da11b26efe218ef829 | [
"MIT"
] | 1 | 2021-03-27T17:03:59.000Z | 2021-03-27T17:03:59.000Z | Vostok.Logging.Formatting.Tests/Tokens/LevelToken_Tests.cs | mazharenko/logging.formatting | 196803b8f1bd6cafdf0a49da11b26efe218ef829 | [
"MIT"
] | 12 | 2018-08-02T07:28:31.000Z | 2022-03-11T14:28:39.000Z | Vostok.Logging.Formatting.Tests/Tokens/LevelToken_Tests.cs | mazharenko/logging.formatting | 196803b8f1bd6cafdf0a49da11b26efe218ef829 | [
"MIT"
] | 1 | 2021-06-10T10:04:20.000Z | 2021-06-10T10:04:20.000Z | using System;
using System.IO;
using System.Text;
using FluentAssertions;
using NUnit.Framework;
using Vostok.Logging.Abstractions;
using Vostok.Logging.Formatting.Tokens;
namespace Vostok.Logging.Formatting.Tests.Tokens
{
[TestFixture]
internal class LevelToken_Tests
{
[TestCase(LogLevel.Debug, "... | 36.083333 | 124 | 0.603233 |
a37e5ae9bcf0b29bc6192780690b873d20b285e1 | 13,518 | cs | C# | Dice Simulation/Dice.cs | Melifex/Dice-Simulation | 68130930988f41522086e55ef8c8ec252f1c5a65 | [
"MIT"
] | null | null | null | Dice Simulation/Dice.cs | Melifex/Dice-Simulation | 68130930988f41522086e55ef8c8ec252f1c5a65 | [
"MIT"
] | null | null | null | Dice Simulation/Dice.cs | Melifex/Dice-Simulation | 68130930988f41522086e55ef8c8ec252f1c5a65 | [
"MIT"
] | null | null | null | /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Name: Dice Simulation
' Created by: Melanie Lamp
' Date: 11/20/2018
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Description: This application simulates roll of two six-sided dice.
' The program displays the frequencies ... | 40.232143 | 105 | 0.446664 |
62aeb857f89da4589491f869304672a1a855527f | 2,334 | cshtml | C# | WEB.Shop.UI/Pages/Product.cshtml | ViersJW/TanieZarcie | 9ace6e100b8877103c1c12b8c6ee6bbbee9d58bb | [
"MIT"
] | 1 | 2021-02-22T17:53:55.000Z | 2021-02-22T17:53:55.000Z | WEB.Shop.UI/Pages/Product.cshtml | ViersJW/TanieZarcie | 9ace6e100b8877103c1c12b8c6ee6bbbee9d58bb | [
"MIT"
] | null | null | null | WEB.Shop.UI/Pages/Product.cshtml | ViersJW/TanieZarcie | 9ace6e100b8877103c1c12b8c6ee6bbbee9d58bb | [
"MIT"
] | null | null | null | @page "{name}"
@model WEB.Shop.UI.Pages.ProductModel
<div class="container">
<div class="container m-auto p-5" id="section2">
<h3 class="text-center m-5">Witaj na stronie produktu!</h3>
<div class="row">
<div class="col m-auto">
<img class="" src="~/images/icons8-add-... | 40.241379 | 137 | 0.480291 |
02699c634285703782c1f488ecfd28e35590ace5 | 5,076 | cs | C# | aspnet-core/src/DF.ACE.Application/Common/Attachment/AttachmentAppService.cs | aman22275/ACE | 8e9eb903f339f4bf548c5bae8182e134d1113315 | [
"MIT"
] | null | null | null | aspnet-core/src/DF.ACE.Application/Common/Attachment/AttachmentAppService.cs | aman22275/ACE | 8e9eb903f339f4bf548c5bae8182e134d1113315 | [
"MIT"
] | null | null | null | aspnet-core/src/DF.ACE.Application/Common/Attachment/AttachmentAppService.cs | aman22275/ACE | 8e9eb903f339f4bf548c5bae8182e134d1113315 | [
"MIT"
] | null | null | null | using Abp.Application.Services;
using Abp.Dependency;
using Abp.Domain.Repositories;
using Abp.Runtime.Session;
using Abp.UI;
using AutoMapper;
using Castle.Core.Logging;
using DF.ACE.Common.Attachment.Dto;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using ... | 35.25 | 109 | 0.536249 |
7aefc099912a72f70bab662adc9b4bf0dad4d7a4 | 680 | cs | C# | UserRoleResourceMS_Beat.Model/T_RoleResource.cs | YongboZhu/UserRoleResourceMS | 04c32c1c146048af99d7cd7bcf30e953177c0901 | [
"Apache-2.0"
] | null | null | null | UserRoleResourceMS_Beat.Model/T_RoleResource.cs | YongboZhu/UserRoleResourceMS | 04c32c1c146048af99d7cd7bcf30e953177c0901 | [
"Apache-2.0"
] | null | null | null | UserRoleResourceMS_Beat.Model/T_RoleResource.cs | YongboZhu/UserRoleResourceMS | 04c32c1c146048af99d7cd7bcf30e953177c0901 | [
"Apache-2.0"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// 此代码是根据模板生成的。
//
// 手动更改此文件可能会导致应用程序中发生异常行为。
// 如果重新生成代码,则将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace UserRoleResourceMS_Beat... | 27.2 | 80 | 0.476471 |
bb848917835a68361106ed81db6fe271ca4fef4a | 4,147 | cs | C# | test-not-working/SoftwarePioniere.EventStore.Tests/ProjectionReaderTests.cs | JTOne123/SoftwarePioniere.Fx | 1ef1df35bae8a912408df43284dd0c0f5146a820 | [
"MIT"
] | null | null | null | test-not-working/SoftwarePioniere.EventStore.Tests/ProjectionReaderTests.cs | JTOne123/SoftwarePioniere.Fx | 1ef1df35bae8a912408df43284dd0c0f5146a820 | [
"MIT"
] | 1 | 2018-11-01T16:00:29.000Z | 2018-11-01T16:00:29.000Z | test-not-working/SoftwarePioniere.EventStore.Tests/ProjectionReaderTests.cs | JTOne123/SoftwarePioniere.Fx | 1ef1df35bae8a912408df43284dd0c0f5146a820 | [
"MIT"
] | 1 | 2020-06-25T10:40:14.000Z | 2020-06-25T10:40:14.000Z | using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using FluentAssertions;
using Microsoft.Extensions.DependencyInjection;
using SoftwarePioniere.Domain;
using SoftwarePioniere.FakeDomain;
using Xunit;
using Xunit.Abstractions;
// ReSharper disable ConsiderUsingConfigureAwait
names... | 34.272727 | 134 | 0.622136 |
8508d05a9ad0598ff83dfd5570d03b6de180b88c | 17,009 | cs | C# | BF/MainPageViewModel.cs | Eirenarch/bfforwp | 74d4019beeffd39d796b368c0dac12dbc7514b88 | [
"MS-PL"
] | 2 | 2019-04-11T09:46:31.000Z | 2021-02-20T21:13:49.000Z | BF/MainPageViewModel.cs | Eirenarch/bfforwp | 74d4019beeffd39d796b368c0dac12dbc7514b88 | [
"MS-PL"
] | null | null | null | BF/MainPageViewModel.cs | Eirenarch/bfforwp | 74d4019beeffd39d796b368c0dac12dbc7514b88 | [
"MS-PL"
] | 1 | 2020-10-18T22:21:15.000Z | 2020-10-18T22:21:15.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.IO.IsolatedStorage;
using System.Text.RegularExpressions;
using System.IO;
using System.Runtime.Serialization;
namespace BF
{
public enum SaveResult
{
Success,
InvalidName,
... | 35.509395 | 156 | 0.472044 |
5cdd392ba589804ac806667891b7b24fe19483c6 | 312 | cs | C# | src/Akeneo/Authentication/RefreshTokenRequest.cs | GuilhermeLara/akeneo-csharp | 1970046bc04a3ec7c3b49d7321f5644565288de5 | [
"MIT"
] | 21 | 2017-04-16T10:12:54.000Z | 2021-09-13T14:57:28.000Z | src/Akeneo/Authentication/RefreshTokenRequest.cs | GuilhermeLara/akeneo-csharp | 1970046bc04a3ec7c3b49d7321f5644565288de5 | [
"MIT"
] | 26 | 2017-04-16T10:16:32.000Z | 2022-01-08T14:42:46.000Z | src/Akeneo/Authentication/RefreshTokenRequest.cs | GuilhermeLara/akeneo-csharp | 1970046bc04a3ec7c3b49d7321f5644565288de5 | [
"MIT"
] | 24 | 2017-04-19T20:00:49.000Z | 2021-08-17T10:29:00.000Z | namespace Akeneo.Authentication
{
public class RefreshTokenRequest
{
public string GrantType => "refresh_token";
public string RefreshToken { get; set; }
public static RefreshTokenRequest For(string refreshToken)
{
return new RefreshTokenRequest
{
RefreshToken = refreshToken
};
}
}
} | 19.5 | 60 | 0.727564 |
cf0951a7ee79c7c2b7014e8d896b9528bf5b4aac | 4,670 | cs | C# | core/src/Backrole.Core/Builders/ConfigurationBuilder.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | core/src/Backrole.Core/Builders/ConfigurationBuilder.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | core/src/Backrole.Core/Builders/ConfigurationBuilder.cs | neurnn/backrole | 33d6673ebfba4f76651cf6140a2352a5e5a750cc | [
"MIT"
] | null | null | null | using Backrole.Core.Abstractions;
using Backrole.Core.Internals;
using System.Collections.Generic;
using System.Linq;
namespace Backrole.Core.Builders
{
/// <summary>
/// Manipulates the configuration that is for the container.
/// </summary>
public partial class ConfigurationBuilder : IConfigurationB... | 28.650307 | 89 | 0.502355 |
bbf8219ba53d857ec18cfe5d1e3f2daf31ee8d3f | 603 | cs | C# | src/Shared/Infrastructure/Bus/Event/DomainEventSubscribersInformation.cs | cantte/Rusell.Api | 8a81ec366cec43f4c77b4dc44cd646160c49c63e | [
"MIT"
] | 6 | 2021-12-09T23:36:30.000Z | 2022-01-08T16:04:53.000Z | src/Shared/Infrastructure/Bus/Event/DomainEventSubscribersInformation.cs | cantte/Rusell.Api | 8a81ec366cec43f4c77b4dc44cd646160c49c63e | [
"MIT"
] | 40 | 2021-12-20T11:22:01.000Z | 2022-03-28T11:17:15.000Z | src/Shared/Infrastructure/Bus/Event/DomainEventSubscribersInformation.cs | cantte/Rusell.Api | 8a81ec366cec43f4c77b4dc44cd646160c49c63e | [
"MIT"
] | null | null | null | namespace Rusell.Shared.Infrastructure.Bus.Event;
public class DomainEventSubscribersInformation
{
private readonly Dictionary<Type, DomainEventSubscriberInformation> _information;
public DomainEventSubscribersInformation(Dictionary<Type, DomainEventSubscriberInformation> information)
{
_informati... | 31.736842 | 108 | 0.772803 |
5444519a98f7e6776843e22a895b9cbfcd387060 | 1,088 | cs | C# | AltinnReStorage/Services/Interfaces/IAccessTokenService.cs | Altinn/altinn-tools | 4ed042224d95d2e29574b75562dabbcd0c46ed68 | [
"MIT"
] | null | null | null | AltinnReStorage/Services/Interfaces/IAccessTokenService.cs | Altinn/altinn-tools | 4ed042224d95d2e29574b75562dabbcd0c46ed68 | [
"MIT"
] | 2 | 2021-02-17T12:25:14.000Z | 2021-06-28T08:29:34.000Z | AltinnReStorage/Services/Interfaces/IAccessTokenService.cs | Altinn/altinn-tools | 4ed042224d95d2e29574b75562dabbcd0c46ed68 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Identity;
namespace AltinnReStorage.Services
{
/// <summary>
/// Service that handles authorization towards Azure AD.
/// </summary>
public interface IAccessTokenService
{... | 32 | 125 | 0.660846 |
105f974a6ba8739fe07462e2fef2586f43006548 | 10,269 | cs | C# | projects/Epicycle.Commons_cs-Test/FileSystem/FileSystemUtilsTest.cs | open-epicycle/Epicycle.Commons-cs | b1ba9d432f38c3518ad5c40c76f66d110a1b563a | [
"Apache-2.0"
] | 1 | 2015-03-18T16:59:58.000Z | 2015-03-18T16:59:58.000Z | projects/Epicycle.Commons_cs-Test/FileSystem/FileSystemUtilsTest.cs | open-epicycle/Epicycle.Commons-cs | b1ba9d432f38c3518ad5c40c76f66d110a1b563a | [
"Apache-2.0"
] | null | null | null | projects/Epicycle.Commons_cs-Test/FileSystem/FileSystemUtilsTest.cs | open-epicycle/Epicycle.Commons-cs | b1ba9d432f38c3518ad5c40c76f66d110a1b563a | [
"Apache-2.0"
] | 1 | 2019-10-13T09:33:37.000Z | 2019-10-13T09:33:37.000Z | // [[[[INFO>
// Copyright 2015 Epicycle (http://epicycle.org, https://github.com/open-epicycle)
//
// 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... | 37.341818 | 122 | 0.694031 |
10a852135bde1b45a3d79e6ee42d3d4f32a64138 | 2,102 | cs | C# | ATL/AudioData/IO/DummyTag.cs | sandreas/atldotnet | 6b09d6a23d22f39b76ff294f1b5c87ad8dbb049d | [
"MIT"
] | null | null | null | ATL/AudioData/IO/DummyTag.cs | sandreas/atldotnet | 6b09d6a23d22f39b76ff294f1b5c87ad8dbb049d | [
"MIT"
] | null | null | null | ATL/AudioData/IO/DummyTag.cs | sandreas/atldotnet | 6b09d6a23d22f39b76ff294f1b5c87ad8dbb049d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
namespace ATL.AudioData.IO
{
/// <summary>
/// Dummy metadata provider
/// </summary>
public class DummyTag : MetaDataHolder, IMetaDataIO
{
/// <summary>
/// Constructor
/// </summary>
public DummyTag()... | 26.275 | 111 | 0.52902 |
8db83e733b6e7056aa148f93a81eb6bdabafe63e | 1,390 | cs | C# | Source/Policies/Improvements/IImprovementResultHandler.cs | dolittle-platform/ContinuousImprovement | c4ed25e122dfd2115594c15547015cb196c277fc | [
"MIT"
] | null | null | null | Source/Policies/Improvements/IImprovementResultHandler.cs | dolittle-platform/ContinuousImprovement | c4ed25e122dfd2115594c15547015cb196c277fc | [
"MIT"
] | 88 | 2018-06-19T11:47:02.000Z | 2019-10-17T11:50:52.000Z | Source/Policies/Improvements/IImprovementResultHandler.cs | dolittle-platform/ContinuousImprovement | c4ed25e122dfd2115594c15547015cb196c277fc | [
"MIT"
] | 5 | 2018-11-05T14:15:48.000Z | 2019-08-09T08:53:48.000Z | /*---------------------------------------------------------------------------------------------
* Copyright (c) Dolittle. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*--------------------------------------------------------------------------------... | 36.578947 | 96 | 0.609353 |
55b2a318f17831a176e8e7141c323317b53f28a1 | 327 | cs | C# | DokuWikiTranslator.Application/DokuWiki/SpecialStrings/SpecialString.cs | marax27/DokuWikiTranslator | f304d9b2889b3e8a602aff0f40dc71f74ee87996 | [
"BSD-3-Clause"
] | null | null | null | DokuWikiTranslator.Application/DokuWiki/SpecialStrings/SpecialString.cs | marax27/DokuWikiTranslator | f304d9b2889b3e8a602aff0f40dc71f74ee87996 | [
"BSD-3-Clause"
] | null | null | null | DokuWikiTranslator.Application/DokuWiki/SpecialStrings/SpecialString.cs | marax27/DokuWikiTranslator | f304d9b2889b3e8a602aff0f40dc71f74ee87996 | [
"BSD-3-Clause"
] | null | null | null | namespace DokuWikiTranslator.Application.DokuWiki.SpecialStrings
{
public class SpecialString
{
public string Source { get; }
public string Output { get; }
public SpecialString(string source, string output)
{
Source = source;
Output = output;
}
... | 21.8 | 65 | 0.590214 |
c84434d07fe2b95b428dd0638000a084341a9925 | 1,297 | cs | C# | forge/Build/Project.cs | adamant/adamant.tools.compiler.bootstrap | 400b508f9faa340abf68aa075d24aa8e7b3558a1 | [
"MIT"
] | 23 | 2018-09-03T17:16:20.000Z | 2021-02-28T18:48:25.000Z | forge/Build/Project.cs | adamant/adamant.tools.compiler.bootstrap | 400b508f9faa340abf68aa075d24aa8e7b3558a1 | [
"MIT"
] | 3 | 2019-09-13T15:55:37.000Z | 2020-08-17T14:52:03.000Z | forge/Build/Project.cs | adamant/adamant.tools.compiler.bootstrap | 400b508f9faa340abf68aa075d24aa8e7b3558a1 | [
"MIT"
] | 2 | 2019-02-20T06:09:02.000Z | 2019-06-24T02:18:31.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Adamant.Tools.Compiler.Bootstrap.Forge.Config;
using Adamant.Tools.Compiler.Bootstrap.Framework;
namespace Adamant.Tools.Compiler.Bootstrap.Forge.Build
{
internal class Project
{
public string Path { get; }
publ... | 40.53125 | 129 | 0.638396 |
c868491c2fb7a4fbc7bc8d2b84be451f474a5ec8 | 3,358 | cs | C# | Assets/Pie/Scripts/Security/Type/SecureLong.cs | MKachi/UnityPie | 86ec04743f482814aa2b36b8ffe0bbb12a25f253 | [
"BSD-2-Clause"
] | 1 | 2018-08-28T04:35:45.000Z | 2018-08-28T04:35:45.000Z | Assets/Pie/Scripts/Security/Type/SecureLong.cs | MKachi/UnityPie | 86ec04743f482814aa2b36b8ffe0bbb12a25f253 | [
"BSD-2-Clause"
] | null | null | null | Assets/Pie/Scripts/Security/Type/SecureLong.cs | MKachi/UnityPie | 86ec04743f482814aa2b36b8ffe0bbb12a25f253 | [
"BSD-2-Clause"
] | null | null | null | namespace Pie.Security
{
public class SecureLong
{
private long _value;
public SecureLong(long value)
{
_value = value ^ SecuritySystem.RandomHash;
}
public static implicit operator SecureLong(long value)
{
return new SecureLong(value);
... | 29.716814 | 73 | 0.532162 |
768ef6c44942f9f75bc0358707922d63ae892c43 | 1,629 | cs | C# | Perfect/Perfect/Commands/VizCommands/ApplyStylesPanel/PickupStyleCommand.cs | dougklassen/Revit-Perfect | baa20aaf998ddd48a5b3cddcf7ac98937675176c | [
"Apache-2.0",
"MIT"
] | 5 | 2017-02-27T02:31:50.000Z | 2020-06-04T14:22:44.000Z | Perfect/Perfect/Commands/VizCommands/ApplyStylesPanel/PickupStyleCommand.cs | dougklassen/Revit-Perfect | baa20aaf998ddd48a5b3cddcf7ac98937675176c | [
"Apache-2.0",
"MIT"
] | null | null | null | Perfect/Perfect/Commands/VizCommands/ApplyStylesPanel/PickupStyleCommand.cs | dougklassen/Revit-Perfect | baa20aaf998ddd48a5b3cddcf7ac98937675176c | [
"Apache-2.0",
"MIT"
] | 2 | 2020-01-01T23:20:11.000Z | 2021-07-31T08:29:07.000Z | using Autodesk.Revit.DB;
using Autodesk.Revit.UI;
using Autodesk.Revit.UI.Selection;
using System.Linq;
namespace DougKlassen.Revit.Perfect.Commands
{
[Autodesk.Revit.Attributes.Transaction(Autodesk.Revit.Attributes.TransactionMode.Manual)]
public class PickupStyleCommand : IExternalCommand
{
publ... | 35.413043 | 105 | 0.632904 |
2eb30e8a5e8c843dcbd8e97464a75a2f98e74198 | 18,102 | cs | C# | NPOI.OpenXmlFormats.Wordprocessing/CT_Row.cs | iNeverSleeeeep/NPOI-For-Unity | e35b85c88a863ab2dae70aa81f058c2db36c7150 | [
"MIT"
] | 1 | 2020-11-18T06:28:07.000Z | 2020-11-18T06:28:07.000Z | NPOI.OpenXmlFormats.Wordprocessing/CT_Row.cs | iNeverSleeeeep/NPOI-For-Unity | e35b85c88a863ab2dae70aa81f058c2db36c7150 | [
"MIT"
] | null | null | null | NPOI.OpenXmlFormats.Wordprocessing/CT_Row.cs | iNeverSleeeeep/NPOI-For-Unity | e35b85c88a863ab2dae70aa81f058c2db36c7150 | [
"MIT"
] | null | null | null | using NPOI.OpenXml4Net.Util;
using NPOI.OpenXmlFormats.Shared;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace NPOI.OpenXmlFormats.Wordprocessing
{
[Serializable]
[XmlType(Namespace = "http... | 27.344411 | 191 | 0.672357 |
180b2eafca0340bfe726392f278eb78f1eebfa86 | 4,392 | cs | C# | Assets/BLINDED_AM_ME package/Scripts/ParticlePathFlow.cs | Zagorouiko/Unity_SteamVR_Prototypes | e74904fa5f3c9bf078de1e8443d3ae862baeb89d | [
"MIT"
] | 5 | 2017-11-01T06:07:54.000Z | 2020-07-21T11:00:11.000Z | Assets/BLINDED_AM_ME package/Scripts/ParticlePathFlow.cs | Zagorouiko/Unity_SteamVR_Prototypes | e74904fa5f3c9bf078de1e8443d3ae862baeb89d | [
"MIT"
] | null | null | null | Assets/BLINDED_AM_ME package/Scripts/ParticlePathFlow.cs | Zagorouiko/Unity_SteamVR_Prototypes | e74904fa5f3c9bf078de1e8443d3ae862baeb89d | [
"MIT"
] | 2 | 2019-07-29T00:55:01.000Z | 2019-09-12T07:48:57.000Z | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace BLINDED_AM_ME{
[ExecuteInEditMode]
[RequireComponent(typeof(ParticleSystem))]
[RequireComponent(typeof(OpenPath))]
public class ParticlePathFlow : MonoBehaviour {
public class ... | 26.299401 | 144 | 0.726093 |
189a1b0de14fc891ff2406e45fd014bb14b2bf15 | 635 | cs | C# | CustomJSONData/CustomBeatmap/CustomBeatmapEventData.cs | aokiyusuke/CustomJSONData | 6aed394cfa63af1ded426dcb7ac0e895e1eb8c83 | [
"MIT"
] | 25 | 2020-01-10T07:19:14.000Z | 2022-03-28T02:53:16.000Z | CustomJSONData/CustomBeatmap/CustomBeatmapEventData.cs | aokiyusuke/CustomJSONData | 6aed394cfa63af1ded426dcb7ac0e895e1eb8c83 | [
"MIT"
] | 1 | 2021-08-01T05:49:03.000Z | 2021-08-01T05:49:03.000Z | CustomJSONData/CustomBeatmap/CustomBeatmapEventData.cs | aokiyusuke/CustomJSONData | 6aed394cfa63af1ded426dcb7ac0e895e1eb8c83 | [
"MIT"
] | 7 | 2020-10-15T07:15:17.000Z | 2021-09-22T13:48:38.000Z | using System.Collections.Generic;
namespace CustomJSONData.CustomBeatmap
{
public class CustomBeatmapEventData : BeatmapEventData
{
private CustomBeatmapEventData(float time, BeatmapEventType type, int value, float floatValue, Dictionary<string, object?> customData)
: base(time, type, valu... | 30.238095 | 142 | 0.664567 |
3a1a4395d970d6140977e0b994ee67e6f2bed6fd | 819 | cs | C# | src/Hardware/ProximityModule/LibPicSensors/ParkingSensorData.cs | slgrobotics/TrackRoamer | 9982f1af5e5707fbe27f5efc14d1d61552607a7c | [
"MIT"
] | 5 | 2016-04-11T22:13:30.000Z | 2020-02-23T10:38:04.000Z | src/Hardware/ProximityModule/LibPicSensors/ParkingSensorData.cs | slgrobotics/TrackRoamer | 9982f1af5e5707fbe27f5efc14d1d61552607a7c | [
"MIT"
] | null | null | null | src/Hardware/ProximityModule/LibPicSensors/ParkingSensorData.cs | slgrobotics/TrackRoamer | 9982f1af5e5707fbe27f5efc14d1d61552607a7c | [
"MIT"
] | 2 | 2016-06-16T14:04:31.000Z | 2020-04-17T13:46:36.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TrackRoamer.Robotics.Utility.LibPicSensors
{
public class ParkingSensorData
{
public long TimeStamp = 0L;
public double parkingSensorMetersLF;
public double parkingSensorMetersR... | 31.5 | 76 | 0.703297 |
0fca04465bef7dd7f6282a69b29aea5befe84dde | 393 | cs | C# | src/Umbrella.Unity/Logging/Services/IRemoteClientLogService.cs | zinofi/Umbrella.Unity | f301d737158af333e03f1e452a062a9a03ae3cd1 | [
"MIT"
] | 1 | 2019-07-18T16:27:27.000Z | 2019-07-18T16:27:27.000Z | src/Umbrella.Unity/Logging/Services/IRemoteClientLogService.cs | zinofi/Umbrella.Unity | f301d737158af333e03f1e452a062a9a03ae3cd1 | [
"MIT"
] | null | null | null | src/Umbrella.Unity/Logging/Services/IRemoteClientLogService.cs | zinofi/Umbrella.Unity | f301d737158af333e03f1e452a062a9a03ae3cd1 | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
using Umbrella.Unity.Logging.Models;
using static Umbrella.Unity.Logging.Services.RemoteClientLogService;
namespace Umbrella.Unity.Logging.Services
{
public interface IRemoteClientLogService
{
Task<RemoteClientLogServiceResult> PostAsync(RemoteClie... | 32.75 | 128 | 0.811705 |
d26a439dee54b6860691e3b90eda8c09e8677ff9 | 129 | cs | C# | src/CavemanTools/ISupportMemento.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | src/CavemanTools/ISupportMemento.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | src/CavemanTools/ISupportMemento.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | namespace CavemanTools
{
public interface ISupportMemento<T> where T:class,new()
{
T GetMemento();
}
} | 18.428571 | 60 | 0.596899 |
d298e76a89196de303b95a55a7fe997a3706133d | 2,635 | cs | C# | Tools/DnxMigration/ProjectModels/Solution.cs | ufcpp/UfcppSample | dce080c885562d89f75f73e390e1f9bbfcdd6722 | [
"Apache-2.0"
] | 126 | 2015-01-18T16:23:00.000Z | 2022-03-09T23:54:03.000Z | Tools/DnxMigration/ProjectModels/Solution.cs | ufcpp/UfcppSample | dce080c885562d89f75f73e390e1f9bbfcdd6722 | [
"Apache-2.0"
] | 382 | 2015-03-29T10:07:00.000Z | 2022-03-11T12:48:57.000Z | Tools/DnxMigration/ProjectModels/Solution.cs | ufcpp/UfcppSample | dce080c885562d89f75f73e390e1f9bbfcdd6722 | [
"Apache-2.0"
] | 55 | 2015-05-02T04:47:36.000Z | 2022-03-17T07:57:07.000Z | using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
namespace ProjectModels
{
/// <summary>
/// Manipulate a *.sln file.
/// </summary>
public class Solution
{
/// <summary>
/// *.sln path.
/// </summary>
publi... | 29.943182 | 109 | 0.542315 |
b8a28a7f048494c05a314185fd275e248e9f3716 | 1,058 | cs | C# | AddIn/LayerManagerPane/LayerManagerPane.xaml.cs | WorldWideTelescope/wwt-excel-plugin | c93f0c3f7dc9d91b31a6189fdb6df0bf10dfe532 | [
"MIT"
] | 7 | 2015-07-03T01:42:54.000Z | 2019-02-05T11:30:43.000Z | AddIn/LayerManagerPane/LayerManagerPane.xaml.cs | WorldWideTelescope/wwt-excel-plugin | c93f0c3f7dc9d91b31a6189fdb6df0bf10dfe532 | [
"MIT"
] | 3 | 2015-11-04T16:59:55.000Z | 2019-10-26T04:44:24.000Z | AddIn/LayerManagerPane/LayerManagerPane.xaml.cs | WorldWideTelescope/wwt-excel-plugin | c93f0c3f7dc9d91b31a6189fdb6df0bf10dfe532 | [
"MIT"
] | 7 | 2015-07-02T17:00:53.000Z | 2019-02-05T12:05:08.000Z | //-----------------------------------------------------------------------
// <copyright file="LayerManagerPane.cs" company="Microsoft Corporation">
// Copyright (c) Microsoft Corporation 2011. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
using Syst... | 28.594595 | 91 | 0.55482 |
7721975cd97ac55fd70bd6f79f2de4434f5c2f21 | 2,878 | cs | C# | WRK-V1.2/jscript/engine/resinfo.cs | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | WRK-V1.2/jscript/engine/resinfo.cs | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | WRK-V1.2/jscript/engine/resinfo.cs | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | // ==++==
//
//
// Copyright (c) 2006 Microsoft Corporation. All rights reserved.
//
// The use and distribution terms for this software are contained in the file
// named license.txt, which can be found in the root of this distribution.
// By using this software in any fashion, you are agreeing to ... | 38.373333 | 106 | 0.624044 |
a94767d71f693adb77007b62a16bc3f772c5e39c | 989 | cs | C# | Tests/MediaBox.Tests/ViewModels/Settings/SettingsWindowViewModelTest.cs | southernwind/MediaBox | a6e8a21cb684593ed18de031cf72f4d18985bdea | [
"MIT"
] | 6 | 2019-01-10T22:47:13.000Z | 2021-11-18T09:52:36.000Z | Tests/MediaBox.Tests/ViewModels/Settings/SettingsWindowViewModelTest.cs | southernwind/MediaBox | a6e8a21cb684593ed18de031cf72f4d18985bdea | [
"MIT"
] | 5 | 2019-11-07T13:18:24.000Z | 2020-02-15T03:15:37.000Z | Tests/MediaBox.Tests/ViewModels/Settings/SettingsWindowViewModelTest.cs | southernwind/MediaBox | a6e8a21cb684593ed18de031cf72f4d18985bdea | [
"MIT"
] | null | null | null |
using NUnit.Framework;
using Reactive.Bindings;
using SandBeige.MediaBox.Composition.Interfaces.Models.Plugin;
using SandBeige.MediaBox.TestUtilities.MockCreator;
using SandBeige.MediaBox.ViewModels.Settings;
namespace SandBeige.MediaBox.Tests.ViewModels.Settings {
[TestFixture]
internal class SettingsWindowViewM... | 39.56 | 156 | 0.826087 |
d7c8b2299dfd8b09bf3a7936a335bdd34480c626 | 152 | cs | C# | Server/Core/Data/Languages.cs | sivazozo/CinaRAT | 77786a0cf666bb166b72f961ef2f9942b41507ee | [
"MIT"
] | 2 | 2021-07-19T13:37:51.000Z | 2021-08-05T02:44:52.000Z | Server/Core/Data/Languages.cs | Daiwv/CinaRAT | 77786a0cf666bb166b72f961ef2f9942b41507ee | [
"MIT"
] | null | null | null | Server/Core/Data/Languages.cs | Daiwv/CinaRAT | 77786a0cf666bb166b72f961ef2f9942b41507ee | [
"MIT"
] | 1 | 2021-05-01T22:51:15.000Z | 2021-05-01T22:51:15.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace xServer.Core.Data
{
class Languages
{
}
}
| 12.666667 | 33 | 0.710526 |
9d73edc7f5b33599d119a5a92bc3eaf297e9bbc3 | 481 | cs | C# | src/Examples/WPF/CodingConnected.Composition.Example.WPF.Core.Plugin/ExternalPluginToolBarViewModel.cs | CodingConnected/CodingConnected.Composition | 86bc284a33a2cf70236778c76767149593d16ff7 | [
"MIT"
] | null | null | null | src/Examples/WPF/CodingConnected.Composition.Example.WPF.Core.Plugin/ExternalPluginToolBarViewModel.cs | CodingConnected/CodingConnected.Composition | 86bc284a33a2cf70236778c76767149593d16ff7 | [
"MIT"
] | null | null | null | src/Examples/WPF/CodingConnected.Composition.Example.WPF.Core.Plugin/ExternalPluginToolBarViewModel.cs | CodingConnected/CodingConnected.Composition | 86bc284a33a2cf70236778c76767149593d16ff7 | [
"MIT"
] | null | null | null | using System.Windows;
using System.Windows.Input;
using CodingConnected.Composition.Example.WPF.MVVM;
namespace CodingConnected.Composition.Example.WPF.Core.Plugin
{
public class ExternalPluginToolBarViewModel : ViewModelBase
{
#region Commands
public ICommand ToolBarButtonCommand { get; } = ... | 25.315789 | 77 | 0.690229 |
7786cb54a90034499ba0efc7829294a04a0fcd44 | 266 | cs | C# | OnlyM.Core/Models/DisplayDeviceData.cs | ToruSun/OnlyM | b8942c84e9c0f03e4445c4cf13156335d01f4fe0 | [
"MIT"
] | 1 | 2019-02-17T01:09:11.000Z | 2019-02-17T01:09:11.000Z | OnlyM.Core/Models/DisplayDeviceData.cs | ToruSun/OnlyM | b8942c84e9c0f03e4445c4cf13156335d01f4fe0 | [
"MIT"
] | null | null | null | OnlyM.Core/Models/DisplayDeviceData.cs | ToruSun/OnlyM | b8942c84e9c0f03e4445c4cf13156335d01f4fe0 | [
"MIT"
] | null | null | null | namespace OnlyM.Core.Models
{
internal class DisplayDeviceData
{
public string Name { get; set; }
public string DeviceId { get; set; }
public string DeviceString { get; set; }
public string DeviceKey { get; set; }
}
}
| 19 | 48 | 0.597744 |
b10684b2605ad38e772715def6b3b5c22550394a | 3,808 | cs | C# | src/Services/PlayersBay.Services.Data/Utilities/DataConstants.cs | simeeon/PlayersBay | f7ed333e05b63f9552a8ee584204a4496b0811f1 | [
"MIT"
] | 1 | 2021-10-08T17:25:38.000Z | 2021-10-08T17:25:38.000Z | src/Services/PlayersBay.Services.Data/Utilities/DataConstants.cs | simeeon/PlayersBay | f7ed333e05b63f9552a8ee584204a4496b0811f1 | [
"MIT"
] | null | null | null | src/Services/PlayersBay.Services.Data/Utilities/DataConstants.cs | simeeon/PlayersBay | f7ed333e05b63f9552a8ee584204a4496b0811f1 | [
"MIT"
] | null | null | null | namespace PlayersBay.Services.Data.Utilities
{
public class DataConstants
{
public class Transfer
{
public const int MinAmount = 1;
public const int MaxAmount = 2000;
}
public class Offer
{
public const int MinPrice = 5;
p... | 35.924528 | 118 | 0.614496 |
da7479ad45a5a917163e4cad31ea7a35d76b0963 | 37 | cs | C# | Org.BouncyCastle.Math.Raw/Nat192.cs | smdx24/CPI-Source-Code | 7602749d447dc73f24ecd9e08c50d2031721abf4 | [
"MIT"
] | 8 | 2019-06-04T19:49:27.000Z | 2022-03-19T13:39:41.000Z | Org.BouncyCastle.Math.Raw/Nat192.cs | smdx24/CPI-Source-Code | 7602749d447dc73f24ecd9e08c50d2031721abf4 | [
"MIT"
] | null | null | null | Org.BouncyCastle.Math.Raw/Nat192.cs | smdx24/CPI-Source-Code | 7602749d447dc73f24ecd9e08c50d2031721abf4 | [
"MIT"
] | 5 | 2020-05-05T04:06:29.000Z | 2022-02-09T21:12:34.000Z | // Nat192
Decompiled was cancelled.
| 9.25 | 25 | 0.756757 |
dac89ea3855d5610e522b7fe4785e22edf7822a6 | 4,676 | cs | C# | shared/utils/Common.Utils/TaskExtensions.cs | BOONRewardsInc/rewards | 256f86bf7a17c997b7415752cd22ce95d41359ab | [
"MIT"
] | 13 | 2017-01-09T14:53:43.000Z | 2021-03-02T14:46:09.000Z | shared/utils/Common.Utils/TaskExtensions.cs | BOONRewardsInc/rewards | 256f86bf7a17c997b7415752cd22ce95d41359ab | [
"MIT"
] | 1 | 2019-01-15T02:36:09.000Z | 2019-01-15T02:36:09.000Z | shared/utils/Common.Utils/TaskExtensions.cs | BOONRewardsInc/rewards | 256f86bf7a17c997b7415752cd22ce95d41359ab | [
"MIT"
] | 12 | 2017-01-12T16:15:33.000Z | 2021-03-24T13:40:49.000Z | //
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//
// <summary>
// The task extensions.
// </summary>
// ------------------------------------------------------------------------------------------... | 35.157895 | 204 | 0.387938 |
c92d9cba0445f55b7586eb801e18a6bb361b84c4 | 165 | cs | C# | NoCode/FBDCore/FBDHitTestResultEnum.cs | BorisJineman/NoCode | db71da879685af4729ef4e70ca41ba06500d45a1 | [
"BSD-3-Clause"
] | null | null | null | NoCode/FBDCore/FBDHitTestResultEnum.cs | BorisJineman/NoCode | db71da879685af4729ef4e70ca41ba06500d45a1 | [
"BSD-3-Clause"
] | null | null | null | NoCode/FBDCore/FBDHitTestResultEnum.cs | BorisJineman/NoCode | db71da879685af4729ef4e70ca41ba06500d45a1 | [
"BSD-3-Clause"
] | null | null | null | using System;
namespace NoCode.FBDCore
{
public enum FBDHitTestResultEnum
{
None,
FBD,
InPara,
OutPara,
HeadPara,
Line,
InParaPin,
OutParaPin
}
}
| 10.3125 | 33 | 0.690909 |
3f0109c7beb0e84cd481377f6197a9a6574ad224 | 5,114 | cs | C# | source/Clients/GogFriends.cs | Lacro59/playnite-playeractivities-plugin | 3dad7741f12e1a559e248512bc53600cfb83797e | [
"MIT"
] | 1 | 2022-03-16T20:17:20.000Z | 2022-03-16T20:17:20.000Z | source/Clients/GogFriends.cs | Lacro59/playnite-playeractivities-plugin | 3dad7741f12e1a559e248512bc53600cfb83797e | [
"MIT"
] | 4 | 2022-03-30T19:00:02.000Z | 2022-03-31T17:18:17.000Z | source/Clients/GogFriends.cs | Lacro59/playnite-playeractivities-plugin | 3dad7741f12e1a559e248512bc53600cfb83797e | [
"MIT"
] | null | null | null | using CommonPluginsShared;
using CommonPluginsStores.Gog;
using CommonPluginsStores.Models;
using PlayerActivities.Models;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using static CommonPluginsShared.PlayniteTools;
namespace PlayerActivities.Clients
{
p... | 37.057971 | 161 | 0.445639 |
9e223984971265e904edc9942efb24f5a4f7d3b4 | 974 | cs | C# | src/Glob/GlobRunner.cs | batzen/glob | 124dc5837c2dd2b8eac35e101303539127df6f14 | [
"MIT"
] | null | null | null | src/Glob/GlobRunner.cs | batzen/glob | 124dc5837c2dd2b8eac35e101303539127df6f14 | [
"MIT"
] | null | null | null | src/Glob/GlobRunner.cs | batzen/glob | 124dc5837c2dd2b8eac35e101303539127df6f14 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GlobExpressions
{
//class GlobRunner
//{
// private string _input;
// private int _position;
// public bool Scan(GlobNode node, string input)
// {
// if (node.Type != GlobNode... | 23.756098 | 58 | 0.517454 |
0d3ac6085202c3da0af3268ac3415ffc75258b22 | 2,049 | cs | C# | Demos/13_WebAPI/WebApi/WebApi/Controllers/ProductsController.cs | tonysneed/GK.AspNetCore.v1.Demos | b6c65854a05e885c864ba1505a811bfcc577ce13 | [
"MIT"
] | null | null | null | Demos/13_WebAPI/WebApi/WebApi/Controllers/ProductsController.cs | tonysneed/GK.AspNetCore.v1.Demos | b6c65854a05e885c864ba1505a811bfcc577ce13 | [
"MIT"
] | null | null | null | Demos/13_WebAPI/WebApi/WebApi/Controllers/ProductsController.cs | tonysneed/GK.AspNetCore.v1.Demos | b6c65854a05e885c864ba1505a811bfcc577ce13 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using WebApi.Models;
using WebApi.Repositories;
namespace WebApi.Controllers
{
[Route("api/[controller]")]
public class ProductsController : Controller
{
private readonly IProductsReposito... | 27.32 | 80 | 0.560273 |
d6390a398877b01407162929aceac7e25b39acd4 | 276 | cs | C# | src/Lamar.Testing/CodegenExtensions.cs | matthawley/lamar | d4526068c7f4f2557afdd2a85cfb482305ad6021 | [
"MIT"
] | null | null | null | src/Lamar.Testing/CodegenExtensions.cs | matthawley/lamar | d4526068c7f4f2557afdd2a85cfb482305ad6021 | [
"MIT"
] | null | null | null | src/Lamar.Testing/CodegenExtensions.cs | matthawley/lamar | d4526068c7f4f2557afdd2a85cfb482305ad6021 | [
"MIT"
] | null | null | null | using LamarCodeGeneration;
using LamarCompiler;
namespace Lamar.Testing
{
public static class CodegenExtensions
{
public static void CompileAll(this GeneratedAssembly assembly)
{
new AssemblyGenerator().Compile(assembly);
}
}
} | 21.230769 | 70 | 0.677536 |
7904ff80a78bf19ad8bfcfb998aafe224368a7f1 | 11,065 | cs | C# | QJ_FileData/BLLData.cs | wmlunge/QJ_FileCenter | 7d6b129889c471ce59f6dcd4e64bd04f338ff01e | [
"Apache-2.0"
] | 1 | 2020-09-15T07:47:20.000Z | 2020-09-15T07:47:20.000Z | QJ_FileData/BLLData.cs | wmlunge/QJ_FileCenter | 7d6b129889c471ce59f6dcd4e64bd04f338ff01e | [
"Apache-2.0"
] | null | null | null | QJ_FileData/BLLData.cs | wmlunge/QJ_FileCenter | 7d6b129889c471ce59f6dcd4e64bd04f338ff01e | [
"Apache-2.0"
] | null | null | null | using SqlSugar;
using System.Collections.Generic;
using System.Data;
using System.Linq;
namespace QJFile.Data
{
public class DocumentB : BaseEFDao<Document>
{
}
public class QycodeB : BaseEFDao<Qycode>
{
}
public class appsetingB : BaseEFDao<appseting>
{
public static strin... | 29.272487 | 158 | 0.516493 |
7990eae7d3d69f5756cadb51ace5ce6280ca3fba | 6,950 | cs | C# | RtspCameraExample/Program.cs | ocampana/SharpRTSP | a42acb1d27ebebb3e08b6739acbc8e3f5942709d | [
"MIT"
] | 365 | 2015-02-06T08:12:50.000Z | 2022-03-29T04:16:41.000Z | RtspCameraExample/Program.cs | ocampana/SharpRTSP | a42acb1d27ebebb3e08b6739acbc8e3f5942709d | [
"MIT"
] | 64 | 2015-11-16T14:12:33.000Z | 2022-03-21T21:44:17.000Z | RtspCameraExample/Program.cs | ocampana/SharpRTSP | a42acb1d27ebebb3e08b6739acbc8e3f5942709d | [
"MIT"
] | 171 | 2015-02-15T08:59:51.000Z | 2022-02-18T11:41:02.000Z | // Example software to simulate an Live RTSP Steam and an RTSP CCTV Camera in C#
// There is a very simple Video and Audio generator
// with a very simple (and not very efficient) H264 and G711 u-Law audio encoder
// to feed data into the RTSP Server
//
// Server supports TCP and UDP clients.
using System;
using Syst... | 42.901235 | 153 | 0.5 |
807ed7e2721e3729ea14a8bccc64cee79a52c771 | 25,868 | cs | C# | JetBat.Metadata/PlainObjectManager/PlainObjectConstructor.cs | shestakov/jetbat | 4c02e7216e0cda5f6f8c8d8d4f29da9bef217bbc | [
"BSD-3-Clause"
] | null | null | null | JetBat.Metadata/PlainObjectManager/PlainObjectConstructor.cs | shestakov/jetbat | 4c02e7216e0cda5f6f8c8d8d4f29da9bef217bbc | [
"BSD-3-Clause"
] | null | null | null | JetBat.Metadata/PlainObjectManager/PlainObjectConstructor.cs | shestakov/jetbat | 4c02e7216e0cda5f6f8c8d8d4f29da9bef217bbc | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Objects;
using System.Linq;
namespace JetBat.Metadata.PlainObjectManager
{
public class PlainObjectConstructor : BusinessObjectOnTableAndViewConstructor
{
private readonly PlainObjectConstructorSettings settings;
pri... | 34.536716 | 172 | 0.682735 |
4259668b1efb28ff9dc46046e1f7b2cda7c6b0fe | 584 | cs | C# | NorthwindBupa.Dal/Concrete/EntityFramework/Repository/CustomerAndSuppliersByCityRepository.cs | 142-Bupa-Acibadem-FullStack-Bootcamp/week-5-assignment-2-llnallna | 61401421c97daf3503e419b9717cbfe9a536827e | [
"MIT"
] | null | null | null | NorthwindBupa.Dal/Concrete/EntityFramework/Repository/CustomerAndSuppliersByCityRepository.cs | 142-Bupa-Acibadem-FullStack-Bootcamp/week-5-assignment-2-llnallna | 61401421c97daf3503e419b9717cbfe9a536827e | [
"MIT"
] | null | null | null | NorthwindBupa.Dal/Concrete/EntityFramework/Repository/CustomerAndSuppliersByCityRepository.cs | 142-Bupa-Acibadem-FullStack-Bootcamp/week-5-assignment-2-llnallna | 61401421c97daf3503e419b9717cbfe9a536827e | [
"MIT"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using NorthwindBupa.Dal.Abstract;
using NorthwindBupa.Entity.Dto;
using NorthwindBupa.Entity.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NorthwindBupa.Dal.Concrete.EntityFramework.Repository
... | 29.2 | 140 | 0.80137 |
11a2cfdc9e55aec333000f552ba2493ef8b039f8 | 1,891 | cs | C# | Shoko.Server/API/v3/Controllers/RenamerController.cs | currowth/ShokoServer | 8e125fee3c824cef609791dcf46d574f22b02294 | [
"MIT"
] | null | null | null | Shoko.Server/API/v3/Controllers/RenamerController.cs | currowth/ShokoServer | 8e125fee3c824cef609791dcf46d574f22b02294 | [
"MIT"
] | null | null | null | Shoko.Server/API/v3/Controllers/RenamerController.cs | currowth/ShokoServer | 8e125fee3c824cef609791dcf46d574f22b02294 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Shoko.Server.API.Annotations;
using Shoko.Server.API.v3.Models.Shoko;
using Shoko.Server.Settings;
using System.Collections.Generic;
using System.Linq;
namespace Shoko.Server.API.v3.Controllers
{
[ApiController, Route("/api/v{version... | 36.365385 | 162 | 0.6367 |
9edc2cdd10d23b9dca3c13563eeab950b16249eb | 8,800 | cs | C# | DecisionDiagrams/HandleTable.cs | handanlinzhang/DecisionDiagrams-1 | 4a4da0e65146bb12d13124695dc4d277c45611d1 | [
"MIT"
] | 30 | 2020-04-25T23:24:49.000Z | 2022-01-31T23:32:57.000Z | DecisionDiagrams/HandleTable.cs | handanlinzhang/DecisionDiagrams-1 | 4a4da0e65146bb12d13124695dc4d277c45611d1 | [
"MIT"
] | 1 | 2021-02-11T21:09:37.000Z | 2021-02-11T21:09:37.000Z | DecisionDiagrams/HandleTable.cs | handanlinzhang/DecisionDiagrams-1 | 4a4da0e65146bb12d13124695dc4d277c45611d1 | [
"MIT"
] | 11 | 2020-04-26T03:03:52.000Z | 2021-11-10T08:30:20.000Z | // <copyright file="HandleTable.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
namespace DecisionDiagrams
{
using System;
/// <summary>
/// Simple fast implementation of a specialized dictionary
/// class for storing DD nodes.
///
/// Based on the im... | 33.333333 | 108 | 0.482614 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.