content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
//------------------------------------------------------------------------------
// <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-generate... | 42.375 | 180 | 0.569548 | [
"Apache-2.0"
] | Aldaviva/KeePassTrayIconLockState | KeePassTrayIconLockState/Resources.Designer.cs | 4,409 | C# |
namespace Stripe
{
using Newtonsoft.Json;
public class SourceThreeDSecureCreateOptions : INestedOptions
{
[JsonProperty("customer")]
public string Customer { get; set; }
[JsonProperty("card")]
public string Card { get; set; }
}
}
| 20 | 65 | 0.621429 | [
"Apache-2.0"
] | GigiAkamala/stripe-dotnet | src/Stripe.net/Services/Sources/SourceThreeDSecureCreateOptions.cs | 280 | C# |
using PFSoftware.TimeClockApi.Constants;
using PFSoftware.TimeClockApi.Models.Domain;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace PFSoftware.TimeClockApi.Data
{
public class DevDbSeeder
{
private AppDbContext _context;
public DevDbSeeder... | 35.504854 | 91 | 0.335521 | [
"MIT"
] | PFSoftware/TimeClockApi | PFSoftware.TimeClockApi/Data/DevDbSeeder.cs | 3,659 | C# |
namespace TrafficManager.Patch._VehicleAI._PassengerCarAI {
using ColossalFramework;
using HarmonyLib;
using JetBrains.Annotations;
using Manager.Impl;
using State;
[UsedImplicitly]
[HarmonyPatch(typeof(PassengerCarAI), "UpdateParkedVehicle")]
public static class UpdateParkedVehiclePatc... | 35.264706 | 111 | 0.617181 | [
"MIT"
] | CitiesSkylinesMods/TMPE | TLM/TLM/Patch/_VehicleAI/_PassengerCarAI/UpdateParkedVehiclePatch.cs | 1,199 | C# |
// Copyright 2022 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 43.785714 | 118 | 0.731376 | [
"Apache-2.0"
] | AlexandrTrf/google-cloud-dotnet | apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha.GeneratedSnippets/AnalyticsAdminServiceClient.GetDataStreamResourceNamesAsyncSnippet.g.cs | 1,839 | C# |
using Common.Logger;
using StudentClient.ViewModels;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
namespace StudentClient.BLL
{
public class Course : BaseBLL<StudentClient.Models.Cours>
{
private static readonly Logger ... | 41.460396 | 178 | 0.524179 | [
"BSD-2-Clause"
] | liguifa/Mooc | Student/Mooc.Student.BLL/Course.cs | 8,377 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#if SECURITY_DIALOG
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:Avoi... | 44.523188 | 228 | 0.566713 | [
"MIT"
] | 0xflotus/winforms | src/System.Windows.Forms/src/System/Windows/Forms/SysInfoForm.cs | 30,721 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
using System.Linq.Expressions;
using System.Reflection;
using System.... | 39.39759 | 134 | 0.621101 | [
"MIT"
] | shuice/IronPython_UWP | ironpython2/Src/DLR/Src/Microsoft.Dynamic/Actions/Calls/ReferenceArgBuilder.cs | 3,270 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... | 38.076923 | 189 | 0.623232 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/IoTThingsGraph/Generated/Model/Internal/MarshallTransformations/SystemTemplateDescriptionUnmarshaller.cs | 3,960 | C# |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Runtime.Serialization;
using System.Xml.Linq;
using TextMining.Core;
namespace TonalityMarking
{
/// <summary>
///
/// </summary>
[DataContract]
[Serializable]
public class T... | 32.336449 | 122 | 0.544509 | [
"MIT"
] | elzin/SentimentAnalysisService | Sources/TextMining/Core/TextMining.Core/TonalityMarking.Interface/DataContracts/TonalityMarkingOutputResult.cs | 3,462 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using TMPro;
using XNode;
using System.Threading.Tasks;
#pragma warning disable IDE0051, IDE0060
public class DialogueGraphHandler : MonoBehaviour {
public DialogueGraph graph;
public D... | 26.312821 | 99 | 0.718866 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | RyanAnayaMc/rpg-game | Assets/Scripts/World/Interactions/DialogueGraph/DialogueGraphHandler.cs | 10,262 | C# |
using BedeSlots.Infrastructure.Providers.Interfaces;
using Microsoft.AspNetCore.Identity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
namespace BedeSlots.Infrastructure.Providers
{
public class UserManagerWrapper<T> : IUserManager... | 34.2 | 100 | 0.669173 | [
"MIT"
] | RapGeneral/BedeSlots | BedeSlots/BedeSlots.Infrastructure/Providers/UserManagerWrapper.cs | 2,396 | C# |
namespace Braco.Services.Abstractions
{
/// <summary>
/// Arguments for the <see cref="IConfigurationService.SettingChanged"/> event.
/// </summary>
public class SettingChangedEventArgs : System.EventArgs
{
/// <summary>
/// Setting that changed.
/// </summary>
... | 29.219512 | 84 | 0.560935 | [
"MIT"
] | HorvatJosip/Braco | src/Braco.Services.Abstractions/EventArgs/SettingChangedEventArgs.cs | 1,200 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace FingerDash.Forms
{
public partial class TimeCardCurrentW : Form
{
public TimeCardCurrentW()
{
InitializeCom... | 66.16 | 78 | 0.567231 | [
"MIT"
] | RobertGheo/FingerDash | FingerDash/Forms/TimeCardCurrentW.cs | 16,542 | C# |
// Generated from https://github.com/nuke-build/nuke/blob/master/build/specifications/DotCover.json
using JetBrains.Annotations;
using Newtonsoft.Json;
using Nuke.Common;
using Nuke.Common.Execution;
using Nuke.Common.Tooling;
using Nuke.Common.Tools;
using Nuke.Common.Utilities.Collections;
using System;
using System... | 54.075768 | 395 | 0.620079 | [
"MIT"
] | ChaseFlorell/nuke | source/Nuke.Common/Tools/DotCover/DotCover.Generated.cs | 241,232 | C# |
using NUnit.Framework;
using System;
using System.Data;
using Raptorious.SharpMt940Lib.Mt940Format;
namespace Raptorious.SharpMt940Lib.Tests
{
[TestFixture]
public class TransactionTests
{
[Test, Category("Issue2")]
public void EntryMonthAndEntryDayAvailableText()
{
var... | 41.608247 | 172 | 0.647423 | [
"MIT"
] | Petur06/SharpMt940Lib.Core | Raptorious.SharpMt940Lib.Tests/TransactionTests.cs | 4,038 | C# |
// ---------------------------------------------------------------------
// <copyright file="CuckooHashTable.cs" company="Michael Alyn Miller">
// Copyright (c) 2009-2010, Michael Alyn Miller (malyn@strangeGizmo.com).
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// m... | 40 | 101 | 0.571852 | [
"BSD-3-Clause"
] | malyn/MFORTH | src/ToolLib/CuckooHashTable.cs | 10,802 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class WanderingAI : MonoBehaviour
{
public float speed = 3.0f;
public const float baseSpeed = 3.0f;
public float obstacleRange = 5.0f;
[SerializeField]
private GameObject fireballPrefab;
private GameObject _... | 25.413333 | 104 | 0.547219 | [
"MIT"
] | icaro56/unity_in_action_book_solutions | UI Tutorial_chapters_chapter_7/Assets/Scripts/WanderingAI.cs | 1,908 | C# |
using UriJudge.Console.Problem1405.Operating;
namespace UriJudge.Console.Problem1405.Commands
{
/// <summary>
/// Implementação do comando MUL
/// </summary>
public class Multiplication : Command
{
public Variable OperatingA { get; set; }
public IOperating OperatingB { get; set; }... | 25.681818 | 85 | 0.628319 | [
"MIT"
] | fabio-couto/uri-judge | src/UriJudge.Console/Problem1405/Commands/Multiplication.cs | 569 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/*
* TEST skript to simulate the focus point of the user
*/
public class EyeFocusPointSphereScript : MonoBehaviour
{
public Transform playerDummy;
public Transform playerVR;
private Transform _player;
pub... | 30.557823 | 135 | 0.59439 | [
"MIT"
] | hanibalv2/Real-time_gaze_mapper_vr | Assets/Scripts/Vectortool_Scritps/EyeFocusPointSphereScript.cs | 4,494 | C# |
using Crass.Structs;
using System;
using System.Runtime.InteropServices;
namespace Crass.Plugin.ARCGameEngine
{
[StructLayout(LayoutKind.Sequential)]
public struct HeaderAB
{
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 4)]
public string Magic; //// "S3AB", "S4AB"
public UInt32... | 26.7 | 60 | 0.674157 | [
"BSD-3-Clause"
] | MaiReo/crass-csharp | src/cui/Crass.Plugin.ARCGameEngine/AB/HeaderAB.cs | 536 | C# |
using System;
using Dalamud.Configuration;
using Dalamud.Plugin;
namespace MonsterLootHunter
{
public class Configuration : IPluginConfiguration
{
public int Version { get; set; } = 1;
public bool ContextMenuIntegration { get; set; } = false;
// the below exist just to make saving le... | 23.75 | 70 | 0.645113 | [
"MIT"
] | danielbrenom/MonsterLootHunter | MonsterLootHunter/Configuration.cs | 667 | C# |
// Copyright © .NET Foundation and Contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace PInvoke
{
/// <content>
/// Contains the <see cref="SHGetFolderPathFlags"/> nested type.
/// </content>
public partial c... | 56.5 | 252 | 0.671386 | [
"MIT"
] | AArnott/pinvoke | src/Shell32/storebanned/Shell32+SHGetFolderPathFlags.cs | 1,698 | C# |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:1.9.0.77
// SpecFlow Generator Version:1.9.0.0
// Runtime Version:4.0.30319.42000
//
// Changes to this... | 46.084112 | 264 | 0.654127 | [
"Apache-2.0"
] | Lordsauron/pickles | test-harness/xunit2/ScenarioOutlines.feature.cs | 9,864 | C# |
namespace SubmissionEvaluation.Contracts.Data
{
public enum MemberType
{
Local,
LDAP
}
}
| 13 | 45 | 0.606838 | [
"MIT"
] | itdesigners/challenges | src/SubmissionEvaluation.Contracts/Data/MemberType.cs | 117 | C# |
using Common;
using Lykke.Job.EthereumCore.Contracts.Events;
using Lykke.RabbitMqBroker.Publisher;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Lykke.Job.EthereumCore.Contracts.Events.LykkePay;
namespace Lykke.Service.RabbitMQ
{
public i... | 32.024 | 125 | 0.668998 | [
"MIT"
] | JTOne123/EthereumApiDotNetCore | src/Lykke.Service.EthereumCore.RabbitMQ/RabbitPublisher.cs | 4,005 | C# |
namespace SpeakImageOverlay.Web.Controllers
{
using System.Web.Mvc;
using Glass.Mapper.Sc.Web.Mvc;
using Web.Models;
public class HomeController : GlassController
{
public ActionResult Index()
{
return View();
}
public ActionResult ImageOverlay()
... | 23 | 95 | 0.599542 | [
"MIT"
] | moo2u2/SitecoreImageOverlay | SpeakImageOverlay/Controllers/HomeController.cs | 439 | C# |
using System.Collections.Generic;
using System.Text;
namespace Ether.Outcomes.Formats
{
public class MultiLineFormatter
{
/// <summary>
/// Dumps the message list into a string, with a delimiter after each line.
/// </summary>
public static string ToMultiLine(string delimiter,... | 31.961538 | 104 | 0.534898 | [
"MIT"
] | GoodeUser/Ether.Outcomes | Outcomes/Formats/MultiLineFormatter.cs | 1,664 | C# |
using Saar.FFmpeg.CSharp;
using Saar.FFmpeg.Structs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FF = Saar.FFmpeg.Internal.FFmpeg;
namespace Saar.FFmpeg.CSharp {
unsafe public abstract class Decoder : Codec {
protected Decoder(AVStream* ... | 30.068966 | 78 | 0.752294 | [
"MIT"
] | MikiraSora/SaarFFmpeg | SaarFFmpeg/CSharp/Decoder.cs | 874 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Con... | 38.216216 | 84 | 0.751768 | [
"Apache-2.0"
] | ElanHasson/roslyn | concepts/code/ConceptExtensionMethods/Properties/AssemblyInfo.cs | 1,417 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using UnityEngine;
public class Player : MonoBehaviour
{
[Serializable]
public struct Stats
{
public float[] attack;
public float attackSpeed;
public float flamethrowerS... | 36.042553 | 118 | 0.68477 | [
"MIT"
] | AJ213/Awitu | Assets/Scripts/Player.cs | 3,390 | C# |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// ------------------------------------------------------------
using System.Collections.Generi... | 36.946488 | 131 | 0.47135 | [
"MIT"
] | nickmcummins/OpenAPI.NET.OData | src/Microsoft.OpenApi.OData.Reader/Operation/NavigationPropertyGetOperationHandler.cs | 11,049 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | 37.408163 | 161 | 0.657938 | [
"Apache-2.0"
] | PureKrome/aws-sdk-net | sdk/src/Services/Amplify/Generated/Model/Internal/MarshallTransformations/ListBackendEnvironmentsRequestMarshaller.cs | 3,666 | C# |
using FrameworkLibrary;
using System;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
namespace WebApplication.Controls.Lists
{
public partial class BlogFeedList : System.Web.UI.UserControl
{
private string feedUrl = "";
private int numberOfItemsToPull = 1;
private b... | 32.626667 | 120 | 0.586024 | [
"Apache-2.0"
] | MacdonaldRobinson/FlexDotnetCMS | WebApplication/Controls/Lists/BlogFeedList.ascx.cs | 2,449 | C# |
using System;
namespace Keeper.SharpMud
{
public interface IServer
{
event Action<ISession> NewSession;
void Start();
void Stop();
}
} | 15.333333 | 43 | 0.554348 | [
"MIT"
] | FacticiusVir/SharpMud | SharpMud/Keeper.SharpMud/IServer.cs | 186 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections.Generic;
using System.Linq;
namespace Azure.ResourceManager.Sql.Models
{
/// <summary> The response to a list database metrics request. </... | 31.341463 | 99 | 0.627237 | [
"MIT"
] | AME-Redmond/azure-sdk-for-net | sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Generated/Models/MetricListResult.cs | 1,285 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 43.380645 | 165 | 0.60113 | [
"Apache-2.0"
] | pulumi/pulumi-azure-nextgen | sdk/dotnet/Batch/V20181201/Application.cs | 6,724 | C# |
/*
* Copyright (c) 2013-present, SteamDB. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security.Cry... | 37.977995 | 185 | 0.531578 | [
"BSD-3-Clause"
] | CN-HM/SteamDatabaseBackend | Processors/FileDownloader.cs | 15,535 | C# |
/*
Copyright (C) 2019 de4dot@gmail.com
Copyright (C) 2021 hez2010@outlook.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, including
without limitation the rights to use, c... | 32.760684 | 159 | 0.739369 | [
"MIT"
] | hez2010/JitDasm | JitDasm/SourceCodeProvider.cs | 3,833 | C# |
//------------------------------------------------------------------------------
// <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>
//--... | 40.444444 | 173 | 0.571772 | [
"MIT"
] | josh-wong/passGen | passGen/Properties/Resources.Designer.cs | 5,826 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | 36.682692 | 161 | 0.632241 | [
"Apache-2.0"
] | ChristopherButtars/aws-sdk-net | sdk/src/Services/SageMaker/Generated/Model/Internal/MarshallTransformations/AppSpecificationUnmarshaller.cs | 3,815 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Menu_Time")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProd... | 25.216216 | 56 | 0.714898 | [
"Apache-2.0"
] | swimhigher/ContextMenu | src/Menu_Time/Properties/AssemblyInfo.cs | 1,274 | C# |
using LiveToLift.Models;
using LiveToLift.Web.Infrastructure.Mapping;
using System.Collections.Generic;
namespace LiveToLift.Web.Infrastructure.Models
{
public class FitnessProgramViewModel : BaseViewModel,IMapFrom<FitnessProgram>
{
public string Name { get; set; }
public string AuthorName {... | 24.272727 | 81 | 0.681648 | [
"MIT"
] | ivansto01/LiveToFit | LiveToLift.Web.Infrastructure/Models/FitnessProgramViewModel.cs | 536 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using Microsoft.MixedReality.Toolkit.Editor;
using UnityEditor;
using UnityEditor.Build;
using UnityEngine;
namespace Microsoft.MixedReality.Toolkit.Utiliti... | 45.841667 | 268 | 0.624068 | [
"MIT"
] | ForrestTrepte/azure-remote-rendering | Unity/Tutorial-Complete/Assets/MixedRealityToolkit/Inspectors/Setup/MixedRealityEditorSettings.cs | 5,503 | C# |
//------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.10
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... | 30.679245 | 112 | 0.687577 | [
"MIT"
] | WaveEngine/Extensions | WaveEngine.NoesisGUI/Shared/Proxies/DataTemplateSelector.cs | 1,626 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... | 41.1875 | 190 | 0.624241 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/Kendra/Generated/Model/Internal/MarshallTransformations/ListIndicesResponseUnmarshaller.cs | 5,272 | C# |
// -------------------------------------------------------------------------------------------------
// Copyright (c) Matt Fraser. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// ---------------------------------------------------------------------... | 17.6 | 101 | 0.471395 | [
"MIT"
] | LiquidPT/am-vin-decoder | src/AmVinDecoderLib/VinComponents/Enums/ModelType.cs | 2,554 | C# |
using AdvanceSteel.Nodes.Plates;
using Autodesk.AdvanceSteel.CADAccess;
using Autodesk.DesignScript.Runtime;
using DynGeometry = Autodesk.DesignScript.Geometry;
using SteelGeometry = Autodesk.AdvanceSteel.Geometry;
using SteelServices = Dynamo.Applications.AdvanceSteel.Services;
using Autodesk.AdvanceSteel.Constructio... | 41.9375 | 155 | 0.645007 | [
"Apache-2.0"
] | DynamoDS/Dynamo-Advance-Steel | src/AdvanceSteelNodes/ConnectionObjects/CircularBoltPattern.cs | 6,712 | C# |
#region License
// Copyright (c) 2009, ClearCanvas Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright not... | 31.831776 | 87 | 0.616265 | [
"Apache-2.0"
] | econmed/ImageServer20 | ImageServer/Enterprise/ServerEntityKey.cs | 3,408 | C# |
using System;
using System.Threading.Tasks;
namespace StackExchange.Redis
{
internal abstract partial class RedisBase : IRedis
{
internal static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
internal readonly ConnectionMultiplexer multiplexer;
prote... | 40.465649 | 141 | 0.607998 | [
"Apache-2.0"
] | rkarthick/StackExchange.Redis | src/StackExchange.Redis/RedisBase.cs | 5,303 | C# |
namespace Employees.App.Core.Commands
{
using Contracts;
using Dtos;
public class EmployeeInfoCommand : ICommand
{
private readonly IEmployeeController employeeController;
public EmployeeInfoCommand(IEmployeeController employeeController)
{
this.employeeController ... | 27.52 | 119 | 0.655523 | [
"MIT"
] | ViktorAleksandrov/SoftUni--CSharp-DB-Fundamentals | Databases Advanced - Entity Framework/08. Auto Mapping Objects/Employees.App/Core/Commands/EmployeeInfoCommand.cs | 690 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("De... | 39.648649 | 84 | 0.754601 | [
"Apache-2.0"
] | grantcolley/authorisationmanager | Data/DevelopmentInProgress.AuthorisationManager.Data/Properties/AssemblyInfo.cs | 1,470 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StopMusic : MonoBehaviour
{
// Update is called once per frame
void Update()
{
}
}
| 13.6 | 38 | 0.666667 | [
"MIT"
] | SolomonRosemite/Unity-FutureCube | FutureCube/Assets/Assets/Game Jam Template/Scripts/Menu/StopMusic.cs | 206 | C# |
// 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.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Threading.Tasks;
using Benchmarks.ClientJo... | 37.556856 | 218 | 0.463689 | [
"Apache-2.0"
] | Bhekinkosi12/Benchmarks | src/BenchmarksDriver/Serializers/H2LoadSerializer.cs | 22,461 | C# |
namespace RpcModel
{
/// <summary>
/// 获取远程服务器配置
/// </summary>
public class GetRemoteServerRes
{
/// <summary>
///
/// </summary>
public GetRemoteServerRes()
{
}
/... | 21.076923 | 51 | 0.301095 | [
"Apache-2.0"
] | tc303730352/WedonekRpcFrame | Source/RpcModel/Server/GetRemoteServerRes.cs | 578 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum Dir { XY, ZY, XZ }
public class TextureAutoTiler : MonoBehaviour
{
[Header("Scales the local copy of the material by the objects scale when the game runs.")]
[Tooltip("Removes this script when the game start... | 31.912281 | 166 | 0.595932 | [
"MIT"
] | Grailas/CodingPiratesAalborg | Projects/2018/RollABallPlus/Assets/_Completed-Game/Scripts/TextureAutoTiler.cs | 1,821 | C# |
namespace eWAY.Rapid.Internals.Enums
{
internal enum CustomView
{
Default,
Custom,
Bootstrap,
BootstrapAmelia,
BootstrapCerulean,
BootstrapCosmo,
BootstrapCyborg,
BootstrapFlatly,
BootstrapJournal,
BootstrapReadable,
Bootst... | 19.590909 | 37 | 0.584687 | [
"MIT"
] | A5hpat/eway-rapid-net | eWAY.Rapid/Internals/Enums/CustomView.cs | 433 | C# |
// =================================================================================================================================
// Copyright (c) RapidField LLC. Licensed under the MIT License. See LICENSE.txt in the project root for license information.
// =========================================================... | 41.008368 | 160 | 0.583308 | [
"MIT"
] | RapidField/solid-instruments | src/RapidField.SolidInstruments.Messaging/CommandMessages/CommandMessage.cs | 9,803 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Filters.Infrastructure
{
public class CustomAuthAttribute : AuthorizeAttribute
{
private bool _localAllowed;
public CustomAuthAttribute(bool allowedParam)
{
... | 22.807692 | 74 | 0.630691 | [
"Apache-2.0"
] | nandehutuzn/SportsStore | Filters/Infrastructure/CustomAuthAttribute.cs | 595 | C# |
//------------------------------------------------------------------------------
// <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>
//--... | 33.847222 | 165 | 0.690193 | [
"Apache-2.0"
] | mclt0568/CustomMappings | CustomMappings/Properties/Resources.Designer.cs | 2,439 | C# |
#nullable enable
using System;
using Robust.Shared.GameObjects;
using Robust.Shared.Maths;
using Robust.Shared.Serialization;
namespace Content.Shared.Solar
{
[Serializable, NetSerializable]
public class SolarControlConsoleBoundInterfaceState : BoundUserInterfaceState
{
/// <summary>
/// Th... | 25.95082 | 91 | 0.602021 | [
"MIT"
] | Bright0/space-station-14 | Content.Shared/Solar/SharedSolarControlConsoleComponent.cs | 1,583 | C# |
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace MOBOT.DigitalAnnotations.Data.Entities
{
[Table("AnnotationTags", Schema = "dbo")]
public class AnnotationTag
{
[Key(), DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int... | 33.8 | 68 | 0.673077 | [
"CC0-1.0"
] | MBG-CBI/C2C | MOBOT.DigitalAnnotations.Api/MOBOT.DigitalAnnotations.Data/Entities/AnnotationTag.cs | 678 | C# |
// Copyright 2020 The Tilt Brush Authors
//
// 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 ... | 38.045455 | 98 | 0.765432 | [
"Apache-2.0"
] | Babouchot/open-brush | Assets/Scripts/Tutorials/TutorialPointScript.cs | 2,513 | C# |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "li... | 35.010204 | 153 | 0.607986 | [
"Apache-2.0"
] | philasmar/aws-sdk-net | sdk/src/Services/IoTSiteWise/Generated/Model/Internal/MarshallTransformations/ImageLocationUnmarshaller.cs | 3,431 | C# |
using CCMS.Server.Services.DbServices;
namespace Microsoft.Extensions.DependencyInjection
{
public static class DbServiceCollectionExtensions
{
public static IServiceCollection AddDbServices(
this IServiceCollection services)
{
services.AddScoped<IAuthService, AuthServ... | 41.857143 | 90 | 0.698294 | [
"MIT"
] | aditya119/CCMS | CCMS.Server/Services/DbServices/DbServiceCollectionExtensions.cs | 1,467 | C# |
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Threading.Tasks;
using PriceFlyerTicker.UI.Core.Models;
namespace PriceFlyerTicker.UI.Core.Services
{
// This interface specifies methods used by some generated pages to show how they can be used.
// TODO WTS: Delet... | 30.625 | 99 | 0.740816 | [
"MIT"
] | mark-s/BitFlyerDotNet | PriceFlyerTicker.UI.Core/Services/ISampleDataService.cs | 492 | C# |
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
#nullable disable
namespace StyleCop.Analyzers.Test.CSharp8.DocumentationRules
{
using StyleCop.Analyzers.Test.CSharp7.DocumentationRules;
public... | 27.785714 | 91 | 0.77892 | [
"MIT"
] | RogerHowellDfE/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp8/DocumentationRules/SA1634CSharp8UnitTests.cs | 391 | C# |
// This file is part of Core WF which is licensed under the MIT license.
// See LICENSE file in the project root for full license information.
using System;
using System.Runtime.InteropServices;
using Portable.Xaml.Markup;
// General Information about an assembly is controlled through the following
// set of attribut... | 50.935484 | 121 | 0.779607 | [
"MIT"
] | OIgnat/corewf | src/CoreWf/AssemblyInfo.cs | 1,579 | C# |
using UnityEngine;
using UnityEditor;
using System.Collections.Generic;
using com.spacepuppy;
using com.spacepuppy.Scenario;
using com.spacepuppy.Utils;
namespace com.spacepuppyeditor.Scenario
{
[CustomEditor(typeof(i_RecalculateAIGrid))]
public class i_RecalculateAIGridInspector : SPEditor
{
p... | 35.802632 | 145 | 0.575156 | [
"Unlicense"
] | dipique/spacepuppy-unity-framework-3.0 | SpacepuppyExtensions/SPAGAstarBridge/Editor/i_RecalculateAIGridInspector.cs | 2,723 | C# |
using StackExchange.Redis;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
namespace RCNETAPI.Redis
{
public class RedisStore
{
private static readonly Lazy<ConnectionMultiplexer> LazyConnection;
static RedisStore()
{
... | 28.655172 | 120 | 0.676294 | [
"MIT"
] | sguti/sample-dotnetframework-redis-docker | RCNETAPI/Redis/RedisStore.cs | 833 | C# |
// This file is auto-generated, don't edit it. Thanks.
using System;
using System.Collections.Generic;
using System.IO;
using Tea;
namespace AlibabaCloud.SDK.Dingtalkcrm_1_0.Models
{
public class ListGroupSetRequest : TeaModel {
/// <summary>
/// 每页返回的结果集个数
/// </summary>
[NameInM... | 23.116279 | 54 | 0.561368 | [
"Apache-2.0"
] | aliyun/dingtalk-sdk | dingtalk/csharp/core/crm_1_0/Models/ListGroupSetRequest.cs | 1,060 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
using UFO.Server.Dal.Common;
using UFO.Server.Domain;
namespace UFO.Server.Dal.Dummy
{
class CategoryDao : ICategoryDao
{
public DaoResponse<Category> Sele... | 25.422222 | 132 | 0.628497 | [
"Apache-2.0"
] | untitled-no1/ufo | ufo/UFO.Server/UFO.Server.Dal.Dummy/CategoryDao.cs | 1,146 | C# |
using System;
using Ztk.Drawing;
namespace Ztk
{
public class Button : Control
{
private static Brush _backgroundBrush;
private static Brush _mouseOverBrush;
private bool _isMouseOver;
private readonly ClickStateTracker _clickStateTracker;
public object Content { ge... | 36.747826 | 188 | 0.598675 | [
"BSD-2-Clause"
] | guytp/ztk | Ztk/Button.cs | 4,228 | C# |
using System;
using TrueCraft.Core.Logic.Blocks;
using UnityEngine;
using TrueCraft.API.Logic;
public class VegitationRenderer : FlatQuadRenderer
{
static VegitationRenderer()
{
BlockRenderer.RegisterRenderer(DandelionBlock.BlockID, new VegitationRenderer());
BlockRenderer.RegisterRenderer(Rose... | 46.911111 | 133 | 0.594821 | [
"MIT"
] | michaelsakharov/TrueCraft | Client/Client/Assets/Scripts/Chunk/Block Builders/VegitationRenderer.cs | 6,333 | C# |
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unle... | 48.735565 | 190 | 0.447363 | [
"MIT"
] | 3quanfeng/azure-powershell | src/Sql/Sql.LegacySdk/Generated/ServerOperations.cs | 57,045 | C# |
namespace Serenity
{
using System;
using System.Runtime.CompilerServices;
[Imported]
public class PanelAttribute : Attribute
{
}
} | 16.5 | 44 | 0.630303 | [
"MIT"
] | BTDevelop/Serenity | Serenity.Script.Imports/Attribute/PanelAttribute.cs | 167 | C# |
// <copyright file="IntegrationSettingsTests.cs" company="Datadog">
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License.
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>
using System.... | 46.295082 | 113 | 0.557011 | [
"Apache-2.0"
] | DataDog/dd-trace-csharp | tracer/test/Datadog.Trace.Tests/Configuration/IntegrationSettingsTests.cs | 2,824 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("4.... | 38.513514 | 84 | 0.748772 | [
"MIT"
] | tenevdev/academy-csharp | csharp-meeting-1/ConditionalStatements/4.SortThreeRealNumbersDesc/Properties/AssemblyInfo.cs | 1,428 | C# |
using OpenAC.Net.NFSe.Nota;
using Xunit;
namespace OpenAC.Net.NFSe.Test
{
public class TestProviderSigiss
{
[Fact]
public void EmissaoNota()
{
var openNFSe = SetupOpenNFSe.Sigiss;
//adicionado rps
var nota = openNFSe.NotasServico.AddNew();
... | 32.595238 | 104 | 0.604091 | [
"MIT"
] | Desenv5DigiByte/OpenAC.Net.NFSe | src/OpenAC.Net.NFSe.Test/TestProviderSigiss.cs | 1,372 | C# |
// Copyright © 2010-2016 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
namespace CefSharp
{
public interface IRunContextMenuCallback : IDisposable
{
/// <summary>
/// Complete co... | 30.551724 | 100 | 0.626411 | [
"BSD-3-Clause"
] | 297498075/CefSharp | CefSharp/IRunContextMenuCallback.cs | 889 | C# |
using Inshapardaz.Api.Tests.Asserts;
using Inshapardaz.Api.Tests.Dto;
using Inshapardaz.Api.Views.Library;
using Inshapardaz.Domain.Models;
using NUnit.Framework;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
namespace Inshapardaz.Api.Tests.Library.Book.GetBo... | 32.121495 | 138 | 0.585685 | [
"Apache-2.0"
] | inshapardaz/api | src/Inshapardaz.Api.Tests/Library/Book/GetBooksSortedByDateAdded/WhenGettingGetSortedByDateAddedWithMultipleAuthorsAndCategories.cs | 3,437 | C# |
// 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.Collections.Generic;
namespace Dagent.Configuration
{
public interface IPackageAgentProvider
{
//... | 41.598039 | 134 | 0.606646 | [
"MIT"
] | dagent2/dagent | DagentExtensions/Configuration/PackageAgent/IPackageAgentProvider.cs | 4,245 | C# |
using ph_UserEnv.Authentication;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Configuration;
using Microsoft.IdentityModel.Tokens;
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens.Jwt;
using System.Secu... | 47.515358 | 634 | 0.605732 | [
"Unlicense"
] | jbnilles/ph-api-deployment | Controllers/GameController.cs | 13,924 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Feudal.Boards.Tiles.Units
{
public class Duke : Unit
{
public Duke()
{
CombatValue = 6;
}
public override List<Tile> GetVali... | 18.727273 | 51 | 0.565534 | [
"MIT"
] | jdboronkas/Feudal | Feudal/Boards/Tiles/Units/Duke.cs | 414 | C# |
using Microsoft.EntityFrameworkCore;
namespace OpenEventSourcing.EntityFrameworkCore.EntityConfiguration
{
public interface IProjectionTypeConfiguration<T> : IEntityTypeConfiguration<T>
where T : class
{
}
}
| 23 | 82 | 0.769565 | [
"MIT"
] | danielcirket/OpenEventSourcing | src/OpenEventSourcing.EntityFrameworkCore/EntityConfiguration/IProjectionTypeConfiguration.cs | 232 | C# |
// -------------------------------------------------------------------------------------------------
// <copyright file="DateTemporalDataType.cs" company="RHEA System S.A.">
//
// Copyright 2022 RHEA System S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this f... | 36.205882 | 102 | 0.56052 | [
"Apache-2.0"
] | RHEAGROUP/Kalliope | Kalliope/Core/DataTypes/DateTemporalDataType.cs | 1,233 | C# |
using System;
using System.Drawing;
namespace DevAge.Drawing
{
/// <summary>
/// Rapresents a rounded rectangle, takes a rectangle and a round value from 0 to 1. Can be converted to a GraphicsPath for drawing operations.
/// See also DevAge.Drawing.Utilities.FillRoundedRectangle and DrawRoundedRectangle methods.
/... | 33.617391 | 180 | 0.629591 | [
"Unlicense"
] | GibraltarSoftware/SourceGrid | src/DevAge.Windows.Forms/Drawing/RoundedRectangle.cs | 3,866 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace betterpad
{
[Serializable]
class RecoveryInfo
{
public string FilePath;
public string Text;
public int Position;
}
}
| 17.705882 | 34 | 0.647841 | [
"MIT"
] | neosmart/betterpad | betterpad/RecoveryInfo.cs | 287 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
namespace FileHelpers
{
/// <summary>
/// Indicates the value to assign to the field in the case of a NULL value.
/// A default value if none supplied in the field itself.
/// </summary>
/// <rema... | 43.568966 | 145 | 0.673526 | [
"MIT"
] | kimseungkyeong/FileHelper | FileHelpers/Attributes/FieldNullValueAttribute.cs | 2,527 | C# |
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
//Chaow.Expressions enhances the power of expression
namespace Chaow.Expressions
{
//ExpressionComparer allows you to test expression for equality
public static class ExpressionComparer_
{
public static void Comparer_... | 31.68 | 85 | 0.583965 | [
"MIT"
] | chaowlert/algorithm | Sample/Samples/Expressions/ExpressionComparer_.cs | 1,586 | C# |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}... | 31.162791 | 214 | 0.56791 | [
"MIT"
] | dj2512/Alpha | Alpha Rebranded/Lib_addnew.aspx.cs | 1,342 | C# |
using SkuVaultApiWrapper.Models.Shared;
using System;
using System.Collections.Generic;
using System.Text;
namespace SkuVaultApiWrapper.Models.GetKits
{
public class GetKitsRequest : BasePagedRequestModel
{
public override string Endpoint() => SkuVaultEndpoints.getKits;
public string AvailableQuantityModifiedAf... | 33.157895 | 72 | 0.790476 | [
"MIT"
] | ntoates/SkuVaultApiWrapper | SkuVaultApiWrapper/Models/GetKits/GetKitsRequest.cs | 632 | C# |
namespace AutoStep.Elements.StepTokens
{
/// <summary>
/// Represents a float token (actually backed by a decimal).
/// </summary>
internal class FloatToken : NumericalToken<decimal>
{
/// <summary>
/// Initializes a new instance of the <see cref="FloatToken"/> class.
/// </... | 32.368421 | 88 | 0.596748 | [
"MIT"
] | SivaGudivada/AutoStep | src/AutoStep/Elements/StepTokens/FloatToken.cs | 617 | C# |
using UnityEngine;
namespace UnityStandardAssets.ImageEffects
{
[ExecuteInEditMode]
[RequireComponent (typeof(Camera))]
[AddComponentMenu ("Image Effects/Camera/Depth of Field (deprecated)") ]
public class DepthOfFieldDeprecated : PostEffectsBase
{
public enum Dof34QualitySetting
{
... | 46.824356 | 218 | 0.612384 | [
"MIT"
] | alexnaraghi/clash-of-clones | Assets/Plugins/Standard Assets/Effects/ImageEffects/Scripts/DepthOfFieldDeprecated.cs | 19,994 | C# |
using FinanceAPICore.Tasks;
using Microsoft.Extensions.Options;
namespace FinanceAPIData.Tasks
{
public class LogoCalculatorTask : BaseTask
{
private readonly TransactionLogoCalculator _transactionLogoCalculator;
public LogoCalculatorTask(IOptions<TaskSettings> settings, TransactionLogoCalcula... | 33.4 | 136 | 0.663473 | [
"Apache-2.0"
] | benfl3713/finance-api | src/FinanceAPI/FinanceAPIData/Tasks/LogoCalculatorTask.cs | 837 | C# |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Threading.Tasks;
using Sentry.Infrastructure;
namespace Sentry.Extensibility
{
/// <summary>
/// An implementation of <see cref="IHub" /> which forwards any call to <see cref="SentrySdk" />.
... | 34.767196 | 102 | 0.581647 | [
"MIT"
] | Genteure/sentry-dotnet | src/Sentry/Extensibility/HubAdapter.cs | 6,571 | C# |
// --------------------------------------------------------------------------------------------------------------------
// <auto-generated>
// Generated using OBeautifulCode.CodeGen.ModelObject (1.0.0.0)
// </auto-generated>
// -----------------------------------------------------------------------------------------... | 61.276074 | 222 | 0.690328 | [
"MIT"
] | OBeautifulCode/OBeautifulCode.CodeGen | OBeautifulCode.CodeGen.ModelObject.Test/ModelTests/Scripted/StringRepresentation/PublicSet/None/ModelStringRepresentationPublicSetNoneTest.designer.cs | 9,990 | C# |
// -----------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// -----------------------------------------------------------------------
using System;
using System.ComponentModel.Composition.Factories;
using System.ComponentModel.Compositio... | 36.060976 | 101 | 0.624281 | [
"MIT"
] | MicrosoftArchive/mef | redist/test/ComponentModelUnitTest/System/ComponentModel/Composition/CompositionContainerExtensibilityTests.cs | 2,957 | C# |
using System;
using System.Collections.Generic;
using System.Text;
namespace PR.Flopcsharp
{
public class FCS_Expression
{
public virtual void Action(FCS_MRow mrow, double factor)
{
}
public static FCS_Expression_bound operator <=(FCS_Expression exp1, FCS_Expr... | 34.425926 | 102 | 0.635826 | [
"MIT"
] | lionelberton/FlopCSharp | src/Flopcsharp/FCS_Expression.cs | 1,859 | C# |
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7B487C3479195958FFD65F8DB8DCF5CD9B5E68B92CC4940AAE6A82E91802DE8B"
//------------------------------------------------------------------------------
// <auto-generated>
// Tento kód byl generován nástrojem.
// Verze modulu runtime:4.0.30... | 32.211111 | 142 | 0.616419 | [
"Apache-2.0"
] | bexcool/BeMusic | obj/Debug/App.g.cs | 2,914 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.