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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5a0c16f90b946491c99268a84e0bade18ba8258a | 18,315 | cs | C# | Squishy.Irc/IrcChannel.cs | Domiii/Squishy.IRC | de8e1834cf43db5fbafb02a60cf964f6038863b3 | [
"MIT"
] | 1 | 2016-09-22T03:04:35.000Z | 2016-09-22T03:04:35.000Z | Squishy.Irc/IrcChannel.cs | Domiii/Squishy.IRC | de8e1834cf43db5fbafb02a60cf964f6038863b3 | [
"MIT"
] | null | null | null | Squishy.Irc/IrcChannel.cs | Domiii/Squishy.IRC | de8e1834cf43db5fbafb02a60cf964f6038863b3 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using Squishy.Network;
using WCell.Util.Strings;
using StringStream = WCell.Util.Strings.StringStream;
// for StringStream
namespace Squishy.Irc
{
public enum Privilege
{
Regular = 0,
Voice = '+',
HalfOp = '%',
Op = '@... | 25.723315 | 115 | 0.650396 |
8fb8ea039e62becd7ac7853768875253b1a0d08b | 2,159 | cs | C# | src/Api/PubnubApi/JsonDataParse/PNAddMessageActionJsonDataParse.cs | bunbup/c-sharp | 955d401052989fa816e838bb429ad9480ae75ced | [
"MIT"
] | 80 | 2015-01-21T08:39:19.000Z | 2022-02-06T18:42:16.000Z | src/Api/PubnubApi/JsonDataParse/PNAddMessageActionJsonDataParse.cs | bunbup/c-sharp | 955d401052989fa816e838bb429ad9480ae75ced | [
"MIT"
] | 77 | 2015-01-14T00:25:10.000Z | 2022-03-23T05:19:58.000Z | src/Api/PubnubApi/JsonDataParse/PNAddMessageActionJsonDataParse.cs | bunbup/c-sharp | 955d401052989fa816e838bb429ad9480ae75ced | [
"MIT"
] | 115 | 2015-01-13T05:10:12.000Z | 2022-02-01T10:36:28.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PubnubApi
{
internal static class PNAddMessageActionJsonDataParse
{
internal static PNAddMessageActionResult GetObject(List<object> listObject)
{
Dictionary<string, object> addMsgActionD... | 45.93617 | 168 | 0.602594 |
d3270484e495a8c35b2b7ac252703346d0e371f3 | 1,349 | cs | C# | Startup.cs | tjrocha/HdbWebApi | 431091dc8641f5cdf771c6df67f4048490fb8ed5 | [
"MIT"
] | 1 | 2021-04-26T01:58:20.000Z | 2021-04-26T01:58:20.000Z | Startup.cs | tjrocha/HdbWebApi | 431091dc8641f5cdf771c6df67f4048490fb8ed5 | [
"MIT"
] | 7 | 2018-05-14T22:06:09.000Z | 2021-04-08T21:16:25.000Z | Startup.cs | usbr/HdbApi | 301608f7d7e8d6e74ce92a932e4a718627ad3874 | [
"MIT"
] | null | null | null | using System.Configuration;
using System.Web.Http;
using Microsoft.Owin;
using Owin;
using HdbApi.App_Start;
using Compusight.MoveDesk.UserManagementApi.Configuration;
[assembly: OwinStartup(typeof(HdbApi.Startup))]
namespace HdbApi
{
/// <summary>
/// Represents the entry point into an applicati... | 32.119048 | 91 | 0.640474 |
cb3bab5e176f4a1560f4f44e946583c3f4a455e4 | 2,522 | cs | C# | SSICPAS.Tests/TestMocks/MockSettingsService.cs | Sundhedsdatastyrelsen/Coronapas.Mobile | 0abf840c65c22a2b501b76c1d138c36f1c9e97d2 | [
"MIT"
] | 3 | 2021-11-18T15:25:28.000Z | 2022-02-09T23:55:29.000Z | SSICPAS.Tests/TestMocks/MockSettingsService.cs | Sundhedsdatastyrelsen/Coronapas.Mobile | 0abf840c65c22a2b501b76c1d138c36f1c9e97d2 | [
"MIT"
] | null | null | null | SSICPAS.Tests/TestMocks/MockSettingsService.cs | Sundhedsdatastyrelsen/Coronapas.Mobile | 0abf840c65c22a2b501b76c1d138c36f1c9e97d2 | [
"MIT"
] | null | null | null | using SSICPAS.Core.Interfaces;
namespace SSICPAS.Tests.TestMocks
{
public class MockSettingsService : ISettingsService
{
public MockSettingsService()
{
}
public bool UseMockServices { get; set; } = true;
public string EnvironmentString = "api-unittest";
public... | 34.547945 | 73 | 0.666534 |
31cc4fac8491857b5c9ac951be183815efc798d8 | 1,803 | cs | C# | Assets/_Project/Scripts/Runtime/UI/CharacterPortraitUI/CharacterUI.cs | Macawls/vega_project_2A | 9363b9a58442cebd10b872902096c2f2781e0b3b | [
"MIT"
] | null | null | null | Assets/_Project/Scripts/Runtime/UI/CharacterPortraitUI/CharacterUI.cs | Macawls/vega_project_2A | 9363b9a58442cebd10b872902096c2f2781e0b3b | [
"MIT"
] | null | null | null | Assets/_Project/Scripts/Runtime/UI/CharacterPortraitUI/CharacterUI.cs | Macawls/vega_project_2A | 9363b9a58442cebd10b872902096c2f2781e0b3b | [
"MIT"
] | 2 | 2022-03-15T08:22:34.000Z | 2022-03-15T08:22:39.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
using UnityEngine.UI;
namespace Rogue.UI
{
public class CharacterUI : MonoBehaviour
{
#region VARIABLES
[Header("Other Canvases")]
public CharacterUIController CharacterCanvas;
... | 22.822785 | 69 | 0.604548 |
e83c8f65b5bc7705576e5d3d3aa536d9a8682bfc | 3,690 | cs | C# | Assets/DMMap/Lib/Triangle.NET/Triangle/Tools/PointSorter.cs | DreamersIncStudios/DMMap | 06b00ed992e6242adefd084d907c59a79be82690 | [
"MIT"
] | 16 | 2021-02-22T09:54:58.000Z | 2022-03-25T02:00:57.000Z | Assets/DMMap/Lib/Triangle.NET/Triangle/Tools/PointSorter.cs | DreamersIncStudios/DMMap | 06b00ed992e6242adefd084d907c59a79be82690 | [
"MIT"
] | 1 | 2022-02-23T02:12:19.000Z | 2022-02-23T02:26:15.000Z | Assets/DMMap/Lib/Triangle.NET/Triangle/Tools/PointSorter.cs | DreamersIncStudios/DMMap | 06b00ed992e6242adefd084d907c59a79be82690 | [
"MIT"
] | 3 | 2021-02-25T09:06:04.000Z | 2022-02-22T01:12:52.000Z | // -----------------------------------------------------------------------
// <copyright file="PointSorter.cs" company="">
// Original Triangle code by Jonathan Richard Shewchuk, http://www.cs.cmu.edu/~quake/triangle.html
// Triangle.NET code by Christian Woltering, http://triangle.codeplex.com/
// </copyright>
/... | 32.946429 | 103 | 0.394851 |
e32dbb3bfd8630b29da677b0fd8f290434df3c9f | 12,153 | cs | C# | OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | N3X15/VoxelSim | 89baca47338deccd6615dcc51c0399d3472eaba4 | [
"BSD-3-Clause"
] | 4 | 2015-04-21T01:35:32.000Z | 2022-03-08T14:09:45.000Z | OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | mcortez/opensim | 6dc971b104cf29cef1f9f3890af13cd5a10dc3e4 | [
"BSD-3-Clause"
] | null | null | null | OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs | mcortez/opensim | 6dc971b104cf29cef1f9f3890af13cd5a10dc3e4 | [
"BSD-3-Clause"
] | 5 | 2015-02-27T02:07:26.000Z | 2019-12-13T12:31:58.000Z | /*
* Copyright (c) Contributors, http://opensimulator.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
*
* 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 r... | 33.479339 | 141 | 0.543734 |
e3b4a7645597c6b9733b1dc3d929565bdb99eab1 | 2,104 | cs | C# | OpenSkiePOS/bingo_odds/GDAL.Players/TopPlayersAux.cs | d3x0r/xperdex | bf6573ebcaad53b1f30150887365c3f41be3991b | [
"MIT"
] | null | null | null | OpenSkiePOS/bingo_odds/GDAL.Players/TopPlayersAux.cs | d3x0r/xperdex | bf6573ebcaad53b1f30150887365c3f41be3991b | [
"MIT"
] | null | null | null | OpenSkiePOS/bingo_odds/GDAL.Players/TopPlayersAux.cs | d3x0r/xperdex | bf6573ebcaad53b1f30150887365c3f41be3991b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.Odbc;
namespace GDAL.Players
{
public class TopPlayers : xperdex.classes.RegSQLDataTable
{
public TopPlayers()
{
Prefix = "";
TableName = "called_game_player_rank_partial";
... | 30.941176 | 87 | 0.619297 |
a85bcee88e5ee33d53675742cab8fcfb520cf1cf | 2,604 | cs | C# | BroadworksConnector/Ocip/Models/GroupDepartmentGetResponse.cs | Rogn/broadworks-connector-net | d1a1f7091b4af9f26c5b544330de354a15fb1798 | [
"MIT"
] | 1 | 2021-02-10T11:56:33.000Z | 2021-02-10T11:56:33.000Z | BroadworksConnector/Ocip/Models/GroupDepartmentGetResponse.cs | Rogn/broadworks-connector-net | d1a1f7091b4af9f26c5b544330de354a15fb1798 | [
"MIT"
] | null | null | null | BroadworksConnector/Ocip/Models/GroupDepartmentGetResponse.cs | Rogn/broadworks-connector-net | d1a1f7091b4af9f26c5b544330de354a15fb1798 | [
"MIT"
] | null | null | null | using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
/// Response to GroupDepartmentGetRequest.
/// The following elements are only us... | 31.373494 | 130 | 0.626728 |
361fa9e3b80ab037f6eaff8617cbaa06f6164768 | 510 | cs | C# | src/MyInvest.Presentation.Mvc/AutoMapper/ViewModelToDomainProfile.cs | jonas1307/myinvest | 2fd0c49c8a51b951ed9e20d68e82aa67a8d6885c | [
"MIT"
] | null | null | null | src/MyInvest.Presentation.Mvc/AutoMapper/ViewModelToDomainProfile.cs | jonas1307/myinvest | 2fd0c49c8a51b951ed9e20d68e82aa67a8d6885c | [
"MIT"
] | null | null | null | src/MyInvest.Presentation.Mvc/AutoMapper/ViewModelToDomainProfile.cs | jonas1307/myinvest | 2fd0c49c8a51b951ed9e20d68e82aa67a8d6885c | [
"MIT"
] | null | null | null | using AutoMapper;
using MyInvest.Domain.Entities;
using MyInvest.Presentation.Mvc.ViewModels;
namespace MyInvest.Presentation.Mvc.AutoMapper
{
public class ViewModelToDomainProfile : Profile
{
public ViewModelToDomainProfile()
{
CreateMap<TipoInvestimentoViewModel, TipoInvestimento... | 31.875 | 87 | 0.729412 |
82533c23593a56e08cb292863bfa30a9ced19ab4 | 21,069 | cs | C# | Boneyard/Site4/App_Code/CellAddressableTable.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 72 | 2015-01-06T14:58:47.000Z | 2022-01-09T17:41:26.000Z | Boneyard/Site4/App_Code/CellAddressableTable.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 29 | 2015-01-02T15:48:42.000Z | 2020-11-30T14:38:53.000Z | Boneyard/Site4/App_Code/CellAddressableTable.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 19 | 2015-02-04T23:58:14.000Z | 2021-05-28T08:17:47.000Z | using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Collections.Generic;
using System.Web.UI.HtmlControls;
using System.Reflection;
namespace CellAddressable
{
public struct CellCoordinate
{
public int r... | 30.055635 | 130 | 0.401063 |
b61b6cfbf7d8bbb14ba3c417d85bd983ca05a274 | 2,250 | cs | C# | src/SFA.DAS.CourseDelivery.Api.UnitTests/Controllers/Shortlist/WhenGettingShortlistForUser.cs | uk-gov-mirror/SkillsFundingAgency.das-coursedelivery-api | 7b9531e734ae29f33c5a2bc0e26de775d39ba058 | [
"MIT"
] | null | null | null | src/SFA.DAS.CourseDelivery.Api.UnitTests/Controllers/Shortlist/WhenGettingShortlistForUser.cs | uk-gov-mirror/SkillsFundingAgency.das-coursedelivery-api | 7b9531e734ae29f33c5a2bc0e26de775d39ba058 | [
"MIT"
] | 31 | 2020-08-26T19:43:26.000Z | 2022-02-02T14:53:54.000Z | src/SFA.DAS.CourseDelivery.Api.UnitTests/Controllers/Shortlist/WhenGettingShortlistForUser.cs | uk-gov-mirror/SkillsFundingAgency.das-coursedelivery-api | 7b9531e734ae29f33c5a2bc0e26de775d39ba058 | [
"MIT"
] | 1 | 2021-04-11T08:36:40.000Z | 2021-04-11T08:36:40.000Z | using System;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using AutoFixture.NUnit3;
using FluentAssertions;
using MediatR;
using Microsoft.AspNetCore.Mvc;
using Moq;
using NUnit.Framework;
using SFA.DAS.CourseDelivery.Api.ApiResponses;
using SFA.DAS.CourseDelivery.Api.Con... | 37.5 | 100 | 0.665333 |
ea8c85903b89b6f9fcf44807eae935c846e2c098 | 3,122 | cs | C# | src/FubuMVC.Tests/Registration/Expressions/EnrichCallsWithTester.cs | riccardod/fubumvc | 503baa6346b32f9ffe13daa453e0ec7ecbd5a630 | [
"Apache-2.0"
] | 1 | 2019-01-16T20:34:30.000Z | 2019-01-16T20:34:30.000Z | src/FubuMVC.Tests/Registration/Expressions/EnrichCallsWithTester.cs | bbehrens/fubumvc | 2a7688eab1e51c4910cee0dd32fc5209735a9dab | [
"Apache-2.0"
] | null | null | null | src/FubuMVC.Tests/Registration/Expressions/EnrichCallsWithTester.cs | bbehrens/fubumvc | 2a7688eab1e51c4910cee0dd32fc5209735a9dab | [
"Apache-2.0"
] | null | null | null | using FubuMVC.Core;
using FubuMVC.Core.Behaviors;
using FubuMVC.Core.Diagnostics;
using FubuMVC.Core.Registration;
using FubuMVC.Core.Registration.Nodes;
using NUnit.Framework;
namespace FubuMVC.Tests.Registration.Expressions
{
[TestFixture]
public class EnrichCallsWithTester
{
[SetUp]
... | 39.025 | 102 | 0.550288 |
4c9cda988d8b947173d05fb93378d3b6c17a9f19 | 10,358 | cs | C# | SkyEditor.UI/Infrastructure/AssetFormats/DxtDecoder.cs | Blue587/DreamNexus | c0893c2369fd80fac02f912efb645c2feb735a6d | [
"MIT"
] | 6 | 2021-10-13T13:23:52.000Z | 2022-03-05T02:55:13.000Z | SkyEditor.UI/Infrastructure/AssetFormats/DxtDecoder.cs | Blue587/DreamNexus | c0893c2369fd80fac02f912efb645c2feb735a6d | [
"MIT"
] | 46 | 2021-10-13T08:50:01.000Z | 2022-03-28T19:31:36.000Z | SkyEditor.UI/Infrastructure/AssetFormats/DxtDecoder.cs | Blue587/DreamNexus | c0893c2369fd80fac02f912efb645c2feb735a6d | [
"MIT"
] | 2 | 2021-12-23T18:46:22.000Z | 2022-02-11T15:14:46.000Z | using System.Runtime.CompilerServices;
namespace SkyEditorUI.Infrastructure.AssetFormats
{
// Source: https://github.com/mafaca/UtinyRipper/blob/master/uTinyRipperGUI/ThirdParty/Texture%20converters/DxtDecoder.cs
public static class DxtDecoder
{
public unsafe static void DecompressDXT1(byte[] input, int w... | 30.64497 | 124 | 0.467272 |
1898edb62185ed3fc9ab1edb16db6bf6050aaa43 | 130 | cs | C# | Content.Client/Doors/AirlockSystem.cs | TheMoogle/space-station-14 | 810e1cd8136f6cd10b3c5932c47562042973b888 | [
"MIT"
] | 21 | 2017-05-22T02:02:42.000Z | 2019-03-29T01:37:01.000Z | Content.Client/Doors/AirlockSystem.cs | TheMoogle/space-station-14 | 810e1cd8136f6cd10b3c5932c47562042973b888 | [
"MIT"
] | 88 | 2017-05-29T20:53:13.000Z | 2019-03-28T19:23:06.000Z | Content.Client/Doors/AirlockSystem.cs | TheMoogle/space-station-14 | 810e1cd8136f6cd10b3c5932c47562042973b888 | [
"MIT"
] | 55 | 2017-05-22T21:33:33.000Z | 2019-03-26T13:11:27.000Z | using Content.Shared.Doors.Systems;
namespace Content.Client.Doors;
public sealed class AirlockSystem : SharedAirlockSystem { }
| 21.666667 | 59 | 0.815385 |
e1aba61f95bedf057f4fd96a69806fa5ec171372 | 154 | cs | C# | 0_MyLib_Unity_2020/0_MyLib_Csharp_Alpha/CommonClass/MyType/MyDelegate.cs | CWKSC/MyLib_Unity | 5c396c7e1fa54051264412ae4e7a8cdbbbe3a9eb | [
"MIT"
] | 8 | 2019-08-30T14:59:09.000Z | 2021-01-10T08:20:30.000Z | VisualStudioProject/MyLib_Csharp_Alpha/CommonClass/MyType/MyDelegate.cs | CWKSC/MyLib_Csharp | 0785dac2d89a9f28990c0721a52f0815d8e67ce1 | [
"MIT"
] | 1 | 2019-10-06T13:31:39.000Z | 2019-10-06T13:31:39.000Z | VisualStudioProject/MyLib_Csharp_Alpha/CommonClass/MyType/MyDelegate.cs | CWKSC/MyLib_Csharp | 0785dac2d89a9f28990c0721a52f0815d8e67ce1 | [
"MIT"
] | 1 | 2019-10-07T17:00:12.000Z | 2019-10-07T17:00:12.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace MyLib_Csharp_Alpha.CommonClass
{
public class MyDelegate
{
}
}
| 14 | 40 | 0.74026 |
b8b7f8c7a192613016d6cfee7474377adc42c998 | 825 | cs | C# | ComLight/Utils/ManagedWrapperCache.cs | Const-me/ComLightInterop | 3968aee5e1b61c71cb70245c93a1b05f00df2cb8 | [
"MIT"
] | 22 | 2019-08-27T13:59:26.000Z | 2022-02-18T07:40:36.000Z | ComLight/Utils/ManagedWrapperCache.cs | Const-me/ComLightInterop | 3968aee5e1b61c71cb70245c93a1b05f00df2cb8 | [
"MIT"
] | 2 | 2021-04-14T13:07:48.000Z | 2021-10-16T16:32:20.000Z | ComLight/Utils/ManagedWrapperCache.cs | Const-me/ComLightInterop | 3968aee5e1b61c71cb70245c93a1b05f00df2cb8 | [
"MIT"
] | 2 | 2019-10-10T00:14:08.000Z | 2022-02-03T03:42:36.000Z | using System;
using System.Runtime.CompilerServices;
namespace ComLight
{
class ManagedWrapperCache<T> where T : class
{
readonly object syncRoot = new object();
readonly ConditionalWeakTable<T, object> native = new ConditionalWeakTable<T, object>();
readonly Func<T, bool, IntPtr> factory;
public ManagedWr... | 21.153846 | 90 | 0.648485 |
a9894b546400bd375d64b29119a29d3f79a66d7e | 1,603 | cs | C# | src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Loader/VsAutomationLibrary.cs | CodeFactoryLLC/CodeFactory | e64742a135a11813bd528f252435b9a95a82b7e8 | [
"MIT"
] | 6 | 2020-06-08T23:42:22.000Z | 2022-01-07T03:55:13.000Z | src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Loader/VsAutomationLibrary.cs | CodeFactoryLLC/CodeFactory | e64742a135a11813bd528f252435b9a95a82b7e8 | [
"MIT"
] | 33 | 2020-08-04T18:13:29.000Z | 2022-03-15T14:38:59.000Z | src/CodeFactoryVisualStudio/CodeFactory.VisualStudio.Loader/VsAutomationLibrary.cs | CodeFactoryLLC/CodeFactory | e64742a135a11813bd528f252435b9a95a82b7e8 | [
"MIT"
] | null | null | null | //*****************************************************************************
//* Code Factory SDK
//* Copyright (c) 2021 CodeFactory, LLC
//*****************************************************************************
using System.Collections.Generic;
namespace CodeFactory.VisualStudio.Loader
{
/// <summary>
... | 32.06 | 100 | 0.549595 |
ee9d9be0c6a728b46ab5115477f442f4162488d1 | 2,574 | cs | C# | Bud.Builder.Test/BuildStorageTest.cs | urbas/Bud.Builder | 50648c31b83e0f0c0227ca67cfdc0f14b66694d1 | [
"MIT"
] | 1 | 2017-03-18T13:53:46.000Z | 2017-03-18T13:53:46.000Z | Bud.Builder.Test/BuildStorageTest.cs | urbas/Bud.Building | 50648c31b83e0f0c0227ca67cfdc0f14b66694d1 | [
"MIT"
] | 6 | 2016-11-19T13:59:57.000Z | 2017-04-08T22:44:00.000Z | Bud.Builder.Test/BuildStorageTest.cs | urbas/Bud.Building | 50648c31b83e0f0c0227ca67cfdc0f14b66694d1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using NUnit.Framework;
using static Bud.Cp;
namespace Bud {
public class BuildStorageTest {
private string sourceDir1;
private string sourceDir2;
private TmpDir dir;
private string sourceFile1;
private string targetDir;
private BuildStorage sto... | 31.012048 | 81 | 0.665501 |
6d349e18b4e8c3a549e48ef09ccb8e915dfc605e | 267 | cs | C# | Rendering.Mvc/HtmlHelperExtensions.cs | burningice2866/CompositeC1Contrib | 6e987f13aa41ad202e1db400989e3a8de4fa000b | [
"MIT"
] | 5 | 2016-05-06T14:01:25.000Z | 2017-08-04T17:24:02.000Z | Rendering.Mvc/HtmlHelperExtensions.cs | burningice2866/CompositeC1Contrib | 6e987f13aa41ad202e1db400989e3a8de4fa000b | [
"MIT"
] | 9 | 2017-06-16T12:58:21.000Z | 2021-05-07T14:16:03.000Z | Rendering.Mvc/HtmlHelperExtensions.cs | burningice2866/CompositeC1Contrib | 6e987f13aa41ad202e1db400989e3a8de4fa000b | [
"MIT"
] | 4 | 2017-07-27T11:09:19.000Z | 2019-09-24T09:32:40.000Z | using System.Web.Mvc;
namespace CompositeC1Contrib.Rendering.Mvc
{
public static class HtmlHelperExtensions
{
public static C1HtmlHelper C1(this HtmlHelper helper)
{
return new C1HtmlHelper(helper);
}
}
}
| 20.538462 | 62 | 0.621723 |
6aef123eb08ceb7e0c060d76afb75ce31697ca38 | 13,953 | cs | C# | RiotSharp.Test/RiotApiTest.cs | UghThatGuyAgain/RiotSharp | 77e8e11baec5fa007b23c9fdb43a669fd354047b | [
"MIT"
] | null | null | null | RiotSharp.Test/RiotApiTest.cs | UghThatGuyAgain/RiotSharp | 77e8e11baec5fa007b23c9fdb43a669fd354047b | [
"MIT"
] | null | null | null | RiotSharp.Test/RiotApiTest.cs | UghThatGuyAgain/RiotSharp | 77e8e11baec5fa007b23c9fdb43a669fd354047b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using RiotSharp.Endpoints.MatchEndpoint.Enums;
using RiotSharp.Misc;
namespace RiotSharp.Test
{
[TestClass]
public class RiotApiTest : CommonTestBase
{
private s... | 33.142518 | 144 | 0.558948 |
290d2bd55e814147de91643571e4e7e7cbb4a9ed | 1,499 | cs | C# | Src/Entity.Flows/Person/PersonUpdateWorkflow.cs | goodtocode/Entities | 134a692973c80ccd417b36e303e9e28dc05c3bb9 | [
"Apache-2.0"
] | 1 | 2020-08-13T00:49:48.000Z | 2020-08-13T00:49:48.000Z | Src/Entity.Flows/Person/PersonUpdateWorkflow.cs | goodtocode/Entities | 134a692973c80ccd417b36e303e9e28dc05c3bb9 | [
"Apache-2.0"
] | null | null | null | Src/Entity.Flows/Person/PersonUpdateWorkflow.cs | goodtocode/Entities | 134a692973c80ccd417b36e303e9e28dc05c3bb9 | [
"Apache-2.0"
] | 1 | 2021-03-07T03:04:34.000Z | 2021-03-07T03:04:34.000Z | //using System;
//using GoodToCode.Extensions;
//using GoodToCode.Entity.Common;
//
//using GoodToCode.Framework.Validation;
//namespace GoodToCode.Entity.Person
//{
// /// <summary>
// /// Workflow to Create new Person
// /// </summary>
// [CLSCompliant(true)]
// public class PersonUpdateWorkflow : Wor... | 31.893617 | 113 | 0.547031 |
294c6ef58f039584b7fbc28c8d443181e5b7b0ff | 298 | cs | C# | Src/GoTiled.Astar/Internal/Astar/GTAstarNode.cs | GoTiled/GoTiled | 4feeaccf83bf837bee0f20a51029390f8883c102 | [
"MIT"
] | null | null | null | Src/GoTiled.Astar/Internal/Astar/GTAstarNode.cs | GoTiled/GoTiled | 4feeaccf83bf837bee0f20a51029390f8883c102 | [
"MIT"
] | null | null | null | Src/GoTiled.Astar/Internal/Astar/GTAstarNode.cs | GoTiled/GoTiled | 4feeaccf83bf837bee0f20a51029390f8883c102 | [
"MIT"
] | null | null | null | using GoTiled.Core;
namespace GoTiled.Astar.Internal.Astar;
internal class GTAstarNode : IGTAstarNode
{
public IGTAstarNode? Parent { get; }
public GTTile Tile { get; }
public GTAstarNode(IGTAstarNode? parent, GTTile tile)
{
Parent = parent;
Tile = tile;
}
} | 19.866667 | 57 | 0.661074 |
29a7df28de93c1f7c297c375ec1fee9d7a6cfdc4 | 4,808 | cs | C# | src/Cola.Console/Runner.cs | adamralph-archive/cola | f850e0cff76a0ffe949d799333eabc9a7d338e13 | [
"MIT"
] | null | null | null | src/Cola.Console/Runner.cs | adamralph-archive/cola | f850e0cff76a0ffe949d799333eabc9a7d338e13 | [
"MIT"
] | null | null | null | src/Cola.Console/Runner.cs | adamralph-archive/cola | f850e0cff76a0ffe949d799333eabc9a7d338e13 | [
"MIT"
] | null | null | null | // Copyright (c) Adam Ralph. (adam@adamralph.com)
namespace Cola
{
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using static System.Formattab... | 35.880597 | 218 | 0.593386 |
dac3ae1b0f496988808e3687856e7a97c8076a65 | 1,276 | cs | C# | src/EasyAbp.Abp.LoginUi.Shared/EasyAbp/Abp/LoginUi/LoginProvidersUi.cs | EasyAbp/Abp.LoginUi | 232b234d8653e2e83230a56f1a4f2d9705c74059 | [
"MIT"
] | 6 | 2022-01-19T01:09:13.000Z | 2022-03-29T09:26:40.000Z | src/EasyAbp.Abp.LoginUi.Shared/EasyAbp/Abp/LoginUi/LoginProvidersUi.cs | EasyAbp/Abp.LoginUi | 232b234d8653e2e83230a56f1a4f2d9705c74059 | [
"MIT"
] | null | null | null | src/EasyAbp.Abp.LoginUi.Shared/EasyAbp/Abp/LoginUi/LoginProvidersUi.cs | EasyAbp/Abp.LoginUi | 232b234d8653e2e83230a56f1a4f2d9705c74059 | [
"MIT"
] | 1 | 2022-01-24T05:54:20.000Z | 2022-01-24T05:54:20.000Z | using System.Collections.Generic;
namespace EasyAbp.Abp.LoginUi;
public static class LoginProvidersUi
{
public static string DefaultButtonClasses = "";
public static Dictionary<string, LoginProviderUiModel> Providers { get; } = new()
{
{ "Microsoft", new LoginProviderUiModel { ButtonClasses = "f... | 45.571429 | 94 | 0.666144 |
611d3cd6d2000e02c2c3f4386e9cbef928d9f51f | 1,002 | cs | C# | Assets/Scripts/Pathfinding/DijkstraMountain.cs | LorenzoDeSimone/OGD | 95ee9ac9190d9c8f58c91ece368b4715c12e4b43 | [
"MIT"
] | null | null | null | Assets/Scripts/Pathfinding/DijkstraMountain.cs | LorenzoDeSimone/OGD | 95ee9ac9190d9c8f58c91ece368b4715c12e4b43 | [
"MIT"
] | null | null | null | Assets/Scripts/Pathfinding/DijkstraMountain.cs | LorenzoDeSimone/OGD | 95ee9ac9190d9c8f58c91ece368b4715c12e4b43 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
public class DijkstraMountain : DijkstraSquare {
protected override Node[,] CreateGrid(GameObject o, int x, int y, float gap) {
Node[,] matrix = new Node[x,y];
for (int i = 0; i < x; i += 1) {
for (int j = 0; j <... | 31.3125 | 90 | 0.5998 |
d9b9c378ec9838ae3a261cd06e17a72d90bf137b | 6,056 | cs | C# | src/SolidTrivia.UnitTests/GameSessionTests.cs | EntityAdam/SolidTrivia | 91875a5e8969c6450bc5077b508458f47a8d7f98 | [
"MIT"
] | 1 | 2019-10-29T18:36:35.000Z | 2019-10-29T18:36:35.000Z | src/SolidTrivia.UnitTests/GameSessionTests.cs | EntityAdam/SolidTrivia | 91875a5e8969c6450bc5077b508458f47a8d7f98 | [
"MIT"
] | null | null | null | src/SolidTrivia.UnitTests/GameSessionTests.cs | EntityAdam/SolidTrivia | 91875a5e8969c6450bc5077b508458f47a8d7f98 | [
"MIT"
] | null | null | null | using SolidTrivia.Game;
using SolidTrivia.Game.Models;
using System;
using System.Linq;
using Xunit;
namespace SolidTrivia.UnitTests
{
public class SessionTests
{
private readonly SolidTriviaGame game;
private readonly GameSession session;
public SessionTests()
{
ga... | 37.382716 | 115 | 0.588012 |
9379509db900a2298957b989ebca1710f1e80f07 | 2,555 | cs | C# | Server/Jobs/RecomputeHashedColumns.cs | Revolutionary-Games/ThriveDevCenter | 30beb2659e279609271ae46344ec9d27c6496742 | [
"MIT"
] | 8 | 2019-10-26T18:11:09.000Z | 2022-01-28T04:42:54.000Z | Server/Jobs/RecomputeHashedColumns.cs | Revolutionary-Games/ThriveDevCenter | 30beb2659e279609271ae46344ec9d27c6496742 | [
"MIT"
] | 127 | 2019-06-16T10:05:28.000Z | 2022-03-25T10:04:04.000Z | Server/Jobs/RecomputeHashedColumns.cs | Revolutionary-Games/ThriveDevCenter | 30beb2659e279609271ae46344ec9d27c6496742 | [
"MIT"
] | 1 | 2020-10-16T23:08:16.000Z | 2020-10-16T23:08:16.000Z | namespace ThriveDevCenter.Server.Jobs
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using Models;
using Utilities;
/// <summary>
/// Goes through all the models in the database that have hashed columns ... | 39.921875 | 114 | 0.672798 |
93c128cd74bef48ba25f0946d3c2cd9e58e70310 | 1,142 | cs | C# | src/ResourcesFirstTranslations/Common/Password.cs | icsharpcode/ResourceFirstTranslations | 8b0e5650be0db043f495a55ae3436678418be5d8 | [
"MIT"
] | 6 | 2015-01-20T13:53:32.000Z | 2021-12-14T01:48:37.000Z | src/ResourcesFirstTranslations/Common/Password.cs | icsharpcode/ResourceFirstTranslations | 8b0e5650be0db043f495a55ae3436678418be5d8 | [
"MIT"
] | null | null | null | src/ResourcesFirstTranslations/Common/Password.cs | icsharpcode/ResourceFirstTranslations | 8b0e5650be0db043f495a55ae3436678418be5d8 | [
"MIT"
] | 9 | 2015-04-01T19:15:08.000Z | 2021-12-14T01:48:42.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SimpleCrypto;
namespace ResourcesFirstTranslations.Common
{
public static class Password
{
// https://github.com/shawnmclean/SimpleCrypto.net
public static bool IsPasswordV... | 30.864865 | 99 | 0.677758 |
6ed4e9f7b600b1fb7bc3700470ab80190a47397e | 1,009 | cs | C# | Assets/ForgelightUnity/ForgelightMonoBehaviour.cs | jhett12321/Forgelight-Unity-Integration | 85d25b509cb20a952c5d7ddc5f002c6bf2c87a52 | [
"MIT"
] | 5 | 2020-03-15T12:50:27.000Z | 2021-04-10T13:08:15.000Z | Assets/ForgelightUnity/ForgelightMonoBehaviour.cs | jhett12321/Forgelight-Unity-Integration | 85d25b509cb20a952c5d7ddc5f002c6bf2c87a52 | [
"MIT"
] | null | null | null | Assets/ForgelightUnity/ForgelightMonoBehaviour.cs | jhett12321/Forgelight-Unity-Integration | 85d25b509cb20a952c5d7ddc5f002c6bf2c87a52 | [
"MIT"
] | 3 | 2019-04-03T06:19:37.000Z | 2020-08-19T20:18:43.000Z | namespace ForgelightUnity
{
using Attributes;
using UnityEngine;
/// <summary>
/// Adds a small single gameobject to the scene for tracking the source forgelight game.
/// TODO Handle multiple scenes.
/// </summary>
public class ForgelightMonoBehaviour : MonoBehaviour
{
private... | 28.828571 | 111 | 0.55005 |
6b6fa0d1bca4f58bae564c331dc612f2e66881dc | 203 | cs | C# | Cesium.CodeGen/Ir/Types/IType.cs | ForNeVeR/Cesium | f1cd5b1bfbf2b8ff97fae9927b7461f418f49258 | [
"MIT"
] | 164 | 2021-12-19T14:30:28.000Z | 2022-03-29T21:12:59.000Z | Cesium.CodeGen/Ir/Types/IType.cs | ForNeVeR/Cesium | f1cd5b1bfbf2b8ff97fae9927b7461f418f49258 | [
"MIT"
] | 62 | 2021-12-18T16:04:43.000Z | 2022-03-27T16:15:16.000Z | Cesium.CodeGen/Ir/Types/IType.cs | ForNeVeR/Cesium | f1cd5b1bfbf2b8ff97fae9927b7461f418f49258 | [
"MIT"
] | 7 | 2021-12-21T08:04:26.000Z | 2022-01-20T06:00:49.000Z | using Cesium.CodeGen.Contexts;
using Mono.Cecil;
namespace Cesium.CodeGen.Ir.Types;
internal interface IType
{
TypeReference Resolve(TranslationUnitContext context);
int SizeInBytes { get; }
}
| 18.454545 | 58 | 0.773399 |
932809ad9a717f1d4146889c404547ca76e69e81 | 1,424 | cs | C# | src/Codex.Sdk.Types/Repository.cs | Ref12/Codex | ccd552ae163703e108cf460ccae2d4a203ed9bc0 | [
"MIT"
] | 27 | 2017-06-27T01:25:11.000Z | 2022-01-27T16:22:58.000Z | src/Codex.Sdk.Types/Repository.cs | Ref12/Codex | ccd552ae163703e108cf460ccae2d4a203ed9bc0 | [
"MIT"
] | 204 | 2017-07-13T16:16:34.000Z | 2022-03-12T14:14:49.000Z | src/Codex.Sdk.Types/Repository.cs | Ref12/Codex | ccd552ae163703e108cf460ccae2d4a203ed9bc0 | [
"MIT"
] | 5 | 2017-07-21T17:42:52.000Z | 2022-01-27T16:23:01.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Codex
{
public interface IRepository
{
/// <summary>
/// The name of the repository
/// </summary>
[SearchBehavior(SearchBehavior.Normalized... | 24.551724 | 74 | 0.535815 |
428a8ecc6f85c945b2b6e8a176e51888f9c536f3 | 5,856 | cs | C# | AoC_12/Program.cs | emr4378/Advent-of-Code-2018 | 2339a4b54ab1bd143975ecadd85e61ea2d48fab0 | [
"MIT"
] | 1 | 2018-12-04T16:10:21.000Z | 2018-12-04T16:10:21.000Z | AoC_12/Program.cs | emr4378/Advent-of-Code-2018 | 2339a4b54ab1bd143975ecadd85e61ea2d48fab0 | [
"MIT"
] | null | null | null | AoC_12/Program.cs | emr4378/Advent-of-Code-2018 | 2339a4b54ab1bd143975ecadd85e61ea2d48fab0 | [
"MIT"
] | null | null | null | // https://adventofcode.com/2018/day/12
using System;
using System.IO;
using System.Text;
namespace AoC_12
{
public static class Constants
{
public const int PatternLength = 5;
public const int PatternOffset = (PatternLength - 1) / 2;
public const char UnplantedCharacter = '.';
public const char... | 29.725888 | 134 | 0.656079 |
e54936194c31e479ea0879a4983ee36b6b94561c | 7,455 | cs | C# | src/TiliaLabs.Phoenix/Model/ProcessSetting.cs | matthewkayy/tilia-phoenix-client-csharp | 6cebdcc9928556bfdf92d22aff70d2683469096f | [
"Apache-2.0"
] | 3 | 2021-06-02T15:03:03.000Z | 2021-08-05T16:55:09.000Z | src/TiliaLabs.Phoenix/Model/ProcessSetting.cs | matthewkayy/tilia-phoenix-client-csharp | 6cebdcc9928556bfdf92d22aff70d2683469096f | [
"Apache-2.0"
] | 1 | 2021-07-15T11:37:47.000Z | 2021-08-05T16:40:41.000Z | src/TiliaLabs.Phoenix/Model/ProcessSetting.cs | matthewkayy/tilia-phoenix-client-csharp | 6cebdcc9928556bfdf92d22aff70d2683469096f | [
"Apache-2.0"
] | 2 | 2021-06-17T16:16:24.000Z | 2021-08-05T16:36:03.000Z | /*
* tilia Phoenix API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: 7.0.6
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using Sy... | 36.905941 | 228 | 0.542991 |
6ce235865dc63c7cf4f478ff2da168aeafca79a4 | 4,097 | cs | C# | addressbook-web-tests/addressbook-web-tests/model/ContactData.cs | ahgane/csharp2019 | 218ad5b40921ae72d2283ea2ba2e0e0da93a6f5a | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/addressbook-web-tests/model/ContactData.cs | ahgane/csharp2019 | 218ad5b40921ae72d2283ea2ba2e0e0da93a6f5a | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/addressbook-web-tests/model/ContactData.cs | ahgane/csharp2019 | 218ad5b40921ae72d2283ea2ba2e0e0da93a6f5a | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Text.RegularExpressions;
using LinqToDB.Mapping;
namespace Addressbook_Web_Tests
{
[Table(Name = "addressbook")]
public class ContactData : IEquatable<ContactData>, IComparable<Cont... | 24.680723 | 137 | 0.445692 |
5011def887a5cb03689168a27e56240f3b834166 | 2,349 | cs | C# | Razor Blades Tests/InternalTests/UriEncoding.cs | kieran23101/razor-blade | bcedc4b5365d61637f532146e89129874b17ad84 | [
"MIT"
] | 8 | 2019-10-22T09:34:51.000Z | 2022-03-16T02:21:36.000Z | Razor Blades Tests/InternalTests/UriEncoding.cs | kieran23101/razor-blade | bcedc4b5365d61637f532146e89129874b17ad84 | [
"MIT"
] | 13 | 2019-10-17T21:38:42.000Z | 2022-03-25T22:01:19.000Z | Razor Blades Tests/InternalTests/UriEncoding.cs | kieran23101/razor-blade | bcedc4b5365d61637f532146e89129874b17ad84 | [
"MIT"
] | 3 | 2019-12-04T22:30:33.000Z | 2020-09-07T13:57:56.000Z | using Microsoft.VisualStudio.TestTools.UnitTesting;
using ToSic.Razor.Markup;
namespace Razor_Blades_Tests.InternalTests
{
[TestClass]
public class UriEncoding
{
/// <summary>
/// Verify that uri-encode works and leaves slashes etc. untouched
/// </summary>
[TestMethod]
... | 31.743243 | 123 | 0.564496 |
505d40e0630d7dea91de4edbffb7c5e92985ed61 | 91,230 | cs | C# | Source/MSHTML/DispatchInterfaces/DispHTMLDocument.cs | coderIML/NetOffice.net | 0ecd4a3f49924e19e8a2c7bcc4ff72d99b6f870e | [
"MIT"
] | 1 | 2019-03-11T05:08:19.000Z | 2019-03-11T05:08:19.000Z | Source/MSHTML/DispatchInterfaces/DispHTMLDocument.cs | coderIML/NetOffice.net | 0ecd4a3f49924e19e8a2c7bcc4ff72d99b6f870e | [
"MIT"
] | null | null | null | Source/MSHTML/DispatchInterfaces/DispHTMLDocument.cs | coderIML/NetOffice.net | 0ecd4a3f49924e19e8a2c7bcc4ff72d99b6f870e | [
"MIT"
] | null | null | null | using System;
using NetRuntimeSystem = System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.ComponentModel;
using System.Reflection;
using System.Collections.Generic;
using NetOffice;
namespace NetOffice.MSHTMLApi
{
///<summary>
/// DispatchInterface DispHTMLDocument
///... | 27.712637 | 274 | 0.687954 |
6860397d03f89ed49f32c8259bfe0d0ca567838b | 4,299 | cs | C# | NetVampiro/org/apache/harmony/security/fortress/Engine.cs | bastie/NetVampire | 44f60866345497a114b3c3b24e7a93d50d3f1fe8 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2016-06-05T11:50:21.000Z | 2020-09-01T18:12:29.000Z | NetVampiro/org/apache/harmony/security/fortress/Engine.cs | bastie/NetVampire | 44f60866345497a114b3c3b24e7a93d50d3f1fe8 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | NetVampiro/org/apache/harmony/security/fortress/Engine.cs | bastie/NetVampire | 44f60866345497a114b3c3b24e7a93d50d3f1fe8 | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2015-10-18T23:00:02.000Z | 2020-10-29T15:46:23.000Z | using System;
using java = biz.ritter.javapi;
using org.apache.harmony.security;
namespace org.apache.harmony.security.fortress
{
/**
*
* This class implements common functionality for all engine classes
* @author Boris V. Kuznetsov
*/
public class Engine
{
// Service name... | 32.08209 | 134 | 0.509653 |
13cc21b6956e30e399d237cbe98f23b184e5a13d | 2,121 | cs | C# | Source/Sundew.Generator/Core/DefaultImplementation.cs | sundews/Sundew.Generator | 091fef54ce3bc40ce8ac3027ccf66164a3cabe8d | [
"MIT"
] | 2 | 2020-11-01T11:35:13.000Z | 2020-12-16T15:45:54.000Z | Source/Sundew.Generator/Core/DefaultImplementation.cs | sundews/Sundew.Generator | 091fef54ce3bc40ce8ac3027ccf66164a3cabe8d | [
"MIT"
] | null | null | null | Source/Sundew.Generator/Core/DefaultImplementation.cs | sundews/Sundew.Generator | 091fef54ce3bc40ce8ac3027ccf66164a3cabe8d | [
"MIT"
] | 1 | 2020-12-16T17:22:21.000Z | 2020-12-16T17:22:21.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="DefaultImplementation.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license ... | 34.209677 | 120 | 0.593588 |
b024be7786e08a3f55e90b826979cd13e917ab51 | 1,830 | cs | C# | HSNXT.Test.DSPEmojiGenerator2/Program.cs | uwx/HSNXT.DSharpPlus.Legacy | 0ab959182a91e0920be9746ff10baf0b762e3e24 | [
"MIT"
] | null | null | null | HSNXT.Test.DSPEmojiGenerator2/Program.cs | uwx/HSNXT.DSharpPlus.Legacy | 0ab959182a91e0920be9746ff10baf0b762e3e24 | [
"MIT"
] | null | null | null | HSNXT.Test.DSPEmojiGenerator2/Program.cs | uwx/HSNXT.DSharpPlus.Legacy | 0ab959182a91e0920be9746ff10baf0b762e3e24 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using DSharpPlus.Entities;
namespace HSNXT.Test.DSPEmojiGenerator2
{
internal class Program
{
private static void Main(string[] args)
... | 36.6 | 110 | 0.561749 |
26aa435614c5abc5889d3a1d2e2c3dee05f61cc0 | 3,494 | cs | C# | src/Support/ServiceFound/Sparticle.ServiceKeeper.Wcf/Sparticle.ServiceKeeper.Wcf/ServiceAddressNode.cs | simazhao/Sparticle | 933ff6a09ffce7270d45d4f88c7217bff36639d6 | [
"Apache-2.0"
] | null | null | null | src/Support/ServiceFound/Sparticle.ServiceKeeper.Wcf/Sparticle.ServiceKeeper.Wcf/ServiceAddressNode.cs | simazhao/Sparticle | 933ff6a09ffce7270d45d4f88c7217bff36639d6 | [
"Apache-2.0"
] | null | null | null | src/Support/ServiceFound/Sparticle.ServiceKeeper.Wcf/Sparticle.ServiceKeeper.Wcf/ServiceAddressNode.cs | simazhao/Sparticle | 933ff6a09ffce7270d45d4f88c7217bff36639d6 | [
"Apache-2.0"
] | null | null | null | using Sparticle.ServiceKeeper.Interface;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Web;
namespace Sparticle.ServiceKeeper.Wcf
{
internal class ServiceAddressNode : ServiceAddress
{
private const int waterMarkStep = 20;
private const... | 27.730159 | 113 | 0.561248 |
c56a9b0fbbc9a802f5ad476f06b19041dfff7ce9 | 1,724 | cs | C# | src/Spring.Messaging.Amqp/Core/IMessagePostProcessor.cs | spring-operator/spring-net-amqp | 2ce363244703c70da8c14045e75e1a76ccea57fd | [
"Apache-2.0"
] | 15 | 2015-03-06T13:54:05.000Z | 2019-08-23T10:12:46.000Z | src/Spring.Messaging.Amqp/Core/IMessagePostProcessor.cs | spring-operator/spring-net-amqp | 2ce363244703c70da8c14045e75e1a76ccea57fd | [
"Apache-2.0"
] | 1 | 2015-04-21T01:38:38.000Z | 2015-04-21T01:38:38.000Z | src/Spring.Messaging.Amqp/Core/IMessagePostProcessor.cs | spring-operator/spring-net-amqp | 2ce363244703c70da8c14045e75e1a76ccea57fd | [
"Apache-2.0"
] | 18 | 2015-03-13T15:21:19.000Z | 2022-01-06T18:45:12.000Z | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IMessagePostProcessor.cs" company="The original author or authors.">
// Copyright 2002-2012 the original author or authors.
//
// Licensed under the Apache License, Version... | 50.705882 | 120 | 0.602668 |
83459c6188f5cd7b08c6b20ee07d7538c662d2bc | 5,237 | cs | C# | Assets/MaxstAR/Script/Wrapper/AbstractImageTrackableBehaviour.cs | hamk-uas/vikke-game | 74ed73c1b8ed21cbf7e23ee335421ed490468631 | [
"MIT"
] | null | null | null | Assets/MaxstAR/Script/Wrapper/AbstractImageTrackableBehaviour.cs | hamk-uas/vikke-game | 74ed73c1b8ed21cbf7e23ee335421ed490468631 | [
"MIT"
] | null | null | null | Assets/MaxstAR/Script/Wrapper/AbstractImageTrackableBehaviour.cs | hamk-uas/vikke-game | 74ed73c1b8ed21cbf7e23ee335421ed490468631 | [
"MIT"
] | null | null | null | /*==============================================================================
Copyright 2017 Maxst, Inc. All Rights Reserved.
==============================================================================*/
using UnityEngine;
using System.IO;
using System;
using System.Runtime.InteropServices;
using JsonFx.Json;
... | 37.141844 | 167 | 0.524919 |
391d7d5e1bd331f6fdbb2816ec429a69fa3737dd | 8,779 | cs | C# | src/FindInvalidChars/Program.cs | wulfland/FindInvalidCharsTool | e1f1b4d72f96344db72c9a1a793dc2069cec9faa | [
"MIT"
] | 3 | 2019-03-11T18:48:08.000Z | 2020-05-05T17:15:45.000Z | src/FindInvalidChars/Program.cs | wulfland/FindInvalidCharsTool | e1f1b4d72f96344db72c9a1a793dc2069cec9faa | [
"MIT"
] | null | null | null | src/FindInvalidChars/Program.cs | wulfland/FindInvalidCharsTool | e1f1b4d72f96344db72c9a1a793dc2069cec9faa | [
"MIT"
] | 1 | 2020-05-04T23:45:15.000Z | 2020-05-04T23:45:15.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.DirectoryServices;
using System.Globalization;
namespace ActiveDirectoryDiag
{
internal class Program
{
private static void Main(string[] args)
{
string domainName = GetTargetDomainNameFromUser()... | 35.257028 | 137 | 0.530129 |
5801de64b2e25c7aa693228c6569633f4ce552c5 | 1,487 | cs | C# | Basic/Types/Financial/BasicFinancialValidation.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 72 | 2015-01-06T14:58:47.000Z | 2022-01-09T17:41:26.000Z | Basic/Types/Financial/BasicFinancialValidation.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 29 | 2015-01-02T15:48:42.000Z | 2020-11-30T14:38:53.000Z | Basic/Types/Financial/BasicFinancialValidation.cs | Swarmops/Swarmops | 6b0e34c08d504c7d64c45e772ffc24b83c71801a | [
"Unlicense"
] | 19 | 2015-02-04T23:58:14.000Z | 2021-05-28T08:17:47.000Z | using System;
using Swarmops.Common.Enums;
using Swarmops.Common.Interfaces;
namespace Swarmops.Basic.Types.Financial
{
public class BasicFinancialValidation : IHasIdentity
{
public BasicFinancialValidation (int financialValidationId, FinancialValidationType validationType, int personId,
... | 37.175 | 122 | 0.637525 |
f9cc7595e010ba77c0742fb99f323ffd86f0b672 | 375 | cs | C# | CardanoSharp.Wallet/Models/Transactions/TransactionBody/Update.cs | eddex/cardanosharp-wallet | 3dc7c090268447aeac2cc423e63c76195fb812de | [
"MIT"
] | 61 | 2021-05-12T02:59:10.000Z | 2022-03-27T12:58:42.000Z | CardanoSharp.Wallet/Models/Transactions/TransactionBody/Update.cs | eddex/cardanosharp-wallet | 3dc7c090268447aeac2cc423e63c76195fb812de | [
"MIT"
] | 32 | 2021-04-29T15:47:04.000Z | 2022-02-07T13:22:20.000Z | CardanoSharp.Wallet/Models/Transactions/TransactionBody/Update.cs | eddex/cardanosharp-wallet | 3dc7c090268447aeac2cc423e63c76195fb812de | [
"MIT"
] | 21 | 2021-06-04T06:57:45.000Z | 2022-03-24T22:51:30.000Z | using System.Collections.Generic;
namespace CardanoSharp.Wallet.Models.Transactions
{
//update = [proposed_protocol_parameter_updates
// , epoch
// ]
public partial class Update
{
public Dictionary<GenesisKeyDelegation, ProtocolParamUpdate> ProposedProtocolParameterUpdates { get; ... | 25 | 115 | 0.688 |
2f45e69744a98d899d1518de5f9d7f6a4a7369db | 2,331 | cs | C# | Clypo/Clyt2Po.cs | pleonex/Clypo | 0658b93b3384a4471a17b5143b328cb40fd2cdfc | [
"MIT"
] | 3 | 2020-01-17T15:47:58.000Z | 2021-11-18T21:54:30.000Z | Clypo/Clyt2Po.cs | pleonex/Clypo | 0658b93b3384a4471a17b5143b328cb40fd2cdfc | [
"MIT"
] | 1 | 2021-11-02T00:09:33.000Z | 2021-11-03T16:49:03.000Z | Clypo/Clyt2Po.cs | pleonex/Clypo | 0658b93b3384a4471a17b5143b328cb40fd2cdfc | [
"MIT"
] | null | null | null | // Copyright (c) 2019 SceneGate
// 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, modify, merge, publish, distr... | 35.861538 | 84 | 0.60103 |
46f963721f4e627901acb4440e27ad635708ac73 | 687 | cs | C# | TicTacToe/Players/Difficulity/DifficultySelectionAction.cs | Fyzxs/MicroObjectTicTacToe | 29a5f74f050269eb1584be9204a381568f4245eb | [
"MIT"
] | null | null | null | TicTacToe/Players/Difficulity/DifficultySelectionAction.cs | Fyzxs/MicroObjectTicTacToe | 29a5f74f050269eb1584be9204a381568f4245eb | [
"MIT"
] | null | null | null | TicTacToe/Players/Difficulity/DifficultySelectionAction.cs | Fyzxs/MicroObjectTicTacToe | 29a5f74f050269eb1584be9204a381568f4245eb | [
"MIT"
] | null | null | null | using tictactoe.IO;
using tictactoe.Players.Moves;
namespace tictactoe.Players.Difficulity
{
public sealed class DifficultySelectionAction : IValidInputResponseAction<ISelectMoveAction>
{
private readonly IDifficultySelectionAction _nextAction;
public DifficultySelectionAction() : this(
... | 34.35 | 108 | 0.72198 |
202303d30d62ce5f4d2d2fe16f9fe3f8fa98f6a8 | 574 | cs | C# | Zoo/Zoo/Classes/Duck.cs | Thood50/Zoo | 9c42b8e4d639af2b79aa2d01ac6ae98f0fee2474 | [
"MIT"
] | null | null | null | Zoo/Zoo/Classes/Duck.cs | Thood50/Zoo | 9c42b8e4d639af2b79aa2d01ac6ae98f0fee2474 | [
"MIT"
] | null | null | null | Zoo/Zoo/Classes/Duck.cs | Thood50/Zoo | 9c42b8e4d639af2b79aa2d01ac6ae98f0fee2474 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using Zoo.Interface;
namespace Zoo.Classes
{
//Derived from Duck & INoise: and base class for Surf Scoter
public abstract class Duck : Bird, INoise
{
//Properties
public abstract string Color { get; set; }
//Method... | 20.5 | 69 | 0.574913 |
20741cecd5ef035e354892e039150dd1d57b7b23 | 9,032 | cs | C# | DNX.CommandLineParser/Parser.cs | martinsmith1968/DNX.CommandLineParser | 98113f4d456e14bc4d5743e62500e29807e9ba73 | [
"MIT"
] | null | null | null | DNX.CommandLineParser/Parser.cs | martinsmith1968/DNX.CommandLineParser | 98113f4d456e14bc4d5743e62500e29807e9ba73 | [
"MIT"
] | null | null | null | DNX.CommandLineParser/Parser.cs | martinsmith1968/DNX.CommandLineParser | 98113f4d456e14bc4d5743e62500e29807e9ba73 | [
"MIT"
] | null | null | null | using DNX.CommandLineParser.Configuration;
using DNX.CommandLineParser.Errors;
using DNX.CommandLineParser.Options;
using DNX.Helpers.Strings;
using DNX.Helpers.Validation;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using DNX.Helpers.Linq;
namespace DNX.CommandLinePar... | 31.802817 | 132 | 0.506643 |
99557b164e843ef5dcfabc5c941f35331a3cbe32 | 1,298 | cs | C# | Services/EmailSender.cs | eozgit/quake-track | a16c8d64c7427005cf330a8b5dfb0b3ffcef6c06 | [
"MIT"
] | null | null | null | Services/EmailSender.cs | eozgit/quake-track | a16c8d64c7427005cf330a8b5dfb0b3ffcef6c06 | [
"MIT"
] | 5 | 2021-03-10T17:18:13.000Z | 2022-02-27T04:12:30.000Z | Services/EmailSender.cs | eozgit/quake-track | a16c8d64c7427005cf330a8b5dfb0b3ffcef6c06 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Identity.UI.Services;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Options;
using SendGrid;
using SendGrid.Helpers.Mail;
using System.Threading.Tasks;
namespace QuakeTrack.Services
{
public class EmailSender : IEmailSender
{
public EmailSender(IConfigu... | 32.45 | 96 | 0.634052 |
56bd8c252738cd74553abbff3f1f74d730e03feb | 336 | cs | C# | Source/UnityClarity/Assets/Scripts/Infra/LateUpdateEvent.cs | Zulkir/ClarityWorlds | 2cbc91a2dfdee495428963de397e0eeca6661e7a | [
"MIT"
] | 1 | 2020-05-01T15:41:47.000Z | 2020-05-01T15:41:47.000Z | Source/UnityClarity/Assets/Scripts/Infra/LateUpdateEvent.cs | Zulkir/ClarityWorlds | 2cbc91a2dfdee495428963de397e0eeca6661e7a | [
"MIT"
] | null | null | null | Source/UnityClarity/Assets/Scripts/Infra/LateUpdateEvent.cs | Zulkir/ClarityWorlds | 2cbc91a2dfdee495428963de397e0eeca6661e7a | [
"MIT"
] | null | null | null | using Clarity.Engine.EventRouting;
using Clarity.Engine.Platforms;
namespace Assets.Scripts.Infra
{
public class LateUpdateEvent : RoutedEventBase, ILateUpdateEvent
{
public FrameTime FrameTime { get; }
public LateUpdateEvent(FrameTime frameTime)
{
FrameTime = frameTime;
... | 22.4 | 68 | 0.669643 |
c7d9b553f2a03b2f8ef1c35e6c32f99129749e1f | 2,097 | cs | C# | server/TestServer/Models/Message.cs | fryette/chat_flutter | 5fe1b0477e8439d41b34a5143b3b61e3a0ffc2b1 | [
"MIT"
] | null | null | null | server/TestServer/Models/Message.cs | fryette/chat_flutter | 5fe1b0477e8439d41b34a5143b3b61e3a0ffc2b1 | [
"MIT"
] | null | null | null | server/TestServer/Models/Message.cs | fryette/chat_flutter | 5fe1b0477e8439d41b34a5143b3b61e3a0ffc2b1 | [
"MIT"
] | null | null | null | // Developed for LilBytes by Softeq Development Corporation
//
using System;
namespace TestServer.Models
{
public class Message : IEquatable<Message>
{
public string Id { get; set; }
public string ChannelId { get; set; }
public string SenderId { get; set; }
public string SenderN... | 25.888889 | 85 | 0.491655 |
6310b361c7ca280d111bf4f74952e92ef0c291da | 4,180 | cs | C# | voicemeeter remote api wrap/RemoteApiWrapper partial/GetParameters.cs | onyx-and-iris/voicemeeter-api-csharp | 9d32ae9778ce2cb4ba43b682dae3535026716bbf | [
"MIT"
] | 9 | 2021-02-19T13:28:39.000Z | 2021-07-13T13:57:40.000Z | voicemeeter remote api wrap/RemoteApiWrapper partial/GetParameters.cs | onyx-and-iris/voicemeeter-api-csharp | 9d32ae9778ce2cb4ba43b682dae3535026716bbf | [
"MIT"
] | 4 | 2021-01-29T14:34:23.000Z | 2021-03-28T14:26:04.000Z | voicemeeter remote api wrap/RemoteApiWrapper partial/GetParameters.cs | onyx-and-iris/voicemeeter-api-csharp | 9d32ae9778ce2cb4ba43b682dae3535026716bbf | [
"MIT"
] | 5 | 2021-04-16T16:51:57.000Z | 2022-02-19T10:59:04.000Z | using System;
using System.Text;
using System.Runtime.InteropServices;
namespace AtgDev.Voicemeeter
{
partial class RemoteApiWrapper
{
private void InitGetParameters()
{
GetReadyDelegate(ref m_isParametersDirty);
GetReadyDelegate(ref m_getParameterFloat);
Ge... | 39.433962 | 124 | 0.575598 |
d1ffa65f8db14ff617af713d630c8ddea5b85150 | 303 | cs | C# | Runtime/rt/java/util/EmptyStackException.cs | danelkhen/cs2java | a5c2ae51cad43a8fe8303f1aa900d28d11d4631a | [
"Apache-2.0"
] | 11 | 2015-02-14T07:20:48.000Z | 2019-04-10T08:46:28.000Z | Runtime/rt/java/util/EmptyStackException.cs | danelkhen/cs2java | a5c2ae51cad43a8fe8303f1aa900d28d11d4631a | [
"Apache-2.0"
] | 1 | 2019-06-25T04:45:09.000Z | 2019-06-25T04:45:09.000Z | Runtime/rt/java/util/EmptyStackException.cs | danelkhen/cs2java | a5c2ae51cad43a8fe8303f1aa900d28d11d4631a | [
"Apache-2.0"
] | 3 | 2017-09-11T03:39:48.000Z | 2019-04-10T08:46:31.000Z | //***************************************************
//* This file was generated by JSharp
//***************************************************
namespace java.util
{
public partial class EmptyStackException : global::java.lang.RuntimeException
{
public EmptyStackException(){}
}
}
| 27.545455 | 81 | 0.452145 |
064c4fbba645ecc8625f8eeb17380f4acbf14f43 | 2,999 | cs | C# | code/SevenTinyToolBox.CodeGenerator/Generator.cs | sevenTiny/SevenTinyToolBox | 160efce078ee05c8bd9c5416b41593b577507e71 | [
"MIT"
] | null | null | null | code/SevenTinyToolBox.CodeGenerator/Generator.cs | sevenTiny/SevenTinyToolBox | 160efce078ee05c8bd9c5416b41593b577507e71 | [
"MIT"
] | null | null | null | code/SevenTinyToolBox.CodeGenerator/Generator.cs | sevenTiny/SevenTinyToolBox | 160efce078ee05c8bd9c5416b41593b577507e71 | [
"MIT"
] | null | null | null | using SevenTinyToolBox.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml.Linq;
namespace SevenTinyToolBox.CodeGenerator
{
public class Generator
{
/// <summary>
/// 配置路径
/// </summary>
private const string CONFIG_PATH =... | 35.282353 | 120 | 0.591197 |
cc2a9769a7b20732629225dcf25dd642807156d0 | 1,099 | cs | C# | src/DevOidc/DevOidc.Repositories/Operations/Tenant/TenantCreation.cs | ThomasBleijendaal/DevOIDC | cadfa63acdb1a3e02b47533c3c482febd66e4cee | [
"MIT"
] | null | null | null | src/DevOidc/DevOidc.Repositories/Operations/Tenant/TenantCreation.cs | ThomasBleijendaal/DevOIDC | cadfa63acdb1a3e02b47533c3c482febd66e4cee | [
"MIT"
] | 8 | 2021-02-20T14:56:17.000Z | 2021-10-17T12:11:41.000Z | src/DevOidc/DevOidc.Repositories/Operations/Tenant/TenantCreation.cs | ThomasBleijendaal/DevOIDC | cadfa63acdb1a3e02b47533c3c482febd66e4cee | [
"MIT"
] | null | null | null | using System;
using System.Text;
using DevOidc.Repositories.Abstractions;
using DevOidc.Repositories.Commands.Tenant;
using DevOidc.Repositories.Entities;
namespace DevOidc.Repositories.Operations.Tenant
{
public class TenantCreation : ICreation<TenantEntity>
{
private readonly CreateTenantCommand _co... | 32.323529 | 100 | 0.686988 |
c1a6eac0a92a9d006c4722e2cce2d808c60d6994 | 12,103 | cs | C# | SamSeifert.GLE/Geometry2D.cs | SnowmanTackler/SamSeifert.Utilities | b30657812680b108d629214963781b495c83a616 | [
"MIT"
] | null | null | null | SamSeifert.GLE/Geometry2D.cs | SnowmanTackler/SamSeifert.Utilities | b30657812680b108d629214963781b495c83a616 | [
"MIT"
] | null | null | null | SamSeifert.GLE/Geometry2D.cs | SnowmanTackler/SamSeifert.Utilities | b30657812680b108d629214963781b495c83a616 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK;
namespace SamSeifert.GLE
{
public class Geometry2D
{
/// <summary>
/// Computes the cross product of two 2d vectors
/// </summary>
/// <param name=... | 39.168285 | 177 | 0.517723 |
d4145532b31de0c98b59ae93c79c76b4c9db9877 | 8,873 | cs | C# | TextHighlighterExtension2012/LanguageServices/Languages/IntellisenseManager.cs | fredericaltorres/TextHighlighterExtension | 11d07a23dfc3d4c278d02abf07548e265df0bff3 | [
"Apache-2.0"
] | 3 | 2017-05-16T00:05:43.000Z | 2021-04-28T03:06:16.000Z | TextHighlighterExtension2012/LanguageServices/Languages/IntellisenseManager.cs | fredericaltorres/TextHighlighterExtension | 11d07a23dfc3d4c278d02abf07548e265df0bff3 | [
"Apache-2.0"
] | null | null | null | TextHighlighterExtension2012/LanguageServices/Languages/IntellisenseManager.cs | fredericaltorres/TextHighlighterExtension | 11d07a23dfc3d4c278d02abf07548e265df0bff3 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using DynamicSugar;
using Microsoft.VisualStudio.Language.Intellisense;
using Newtonsoft.Json.Linq;
using TextHighlighterEx... | 43.282927 | 252 | 0.537924 |
8a9065163c12feee1d516ca0dca6b358fb4e9feb | 289 | cs | C# | Assets/AdvancedInspector/Examples/CSharp/AIExample45_Menu.cs | chuckeles/cannon-ships | 1df08a1b74f6a87ad2d90ad5140401bce53a09f2 | [
"MIT"
] | 1 | 2017-07-31T01:05:28.000Z | 2017-07-31T01:05:28.000Z | Assets/AdvancedInspector/Examples/CSharp/AIExample45_Menu.cs | chuckeles/cannon-ships | 1df08a1b74f6a87ad2d90ad5140401bce53a09f2 | [
"MIT"
] | null | null | null | Assets/AdvancedInspector/Examples/CSharp/AIExample45_Menu.cs | chuckeles/cannon-ships | 1df08a1b74f6a87ad2d90ad5140401bce53a09f2 | [
"MIT"
] | null | null | null | using UnityEngine;
namespace AdvancedInspector
{
public class AIExample45_Menu : MonoBehaviour
{
[Menu("Reset To Zero", "ResetToZero")]
public float value = 10;
private void ResetToZero()
{
value = 0;
}
}
}
| 18.0625 | 50 | 0.532872 |
9b47e87bd69dbf9114242d19e400856f575a2fb6 | 1,711 | cs | C# | src/cpu/Interrupts.cs | Areeb-M/GameBoyColorEmulator | b9003e0c7f5f98baa6c7e9cfca47beda16112af8 | [
"MIT"
] | 2 | 2019-01-06T19:54:44.000Z | 2019-01-10T00:03:19.000Z | src/cpu/Interrupts.cs | Areeb-M/GameBoyColorEmulator | b9003e0c7f5f98baa6c7e9cfca47beda16112af8 | [
"MIT"
] | null | null | null | src/cpu/Interrupts.cs | Areeb-M/GameBoyColorEmulator | b9003e0c7f5f98baa6c7e9cfca47beda16112af8 | [
"MIT"
] | null | null | null | using System;
namespace Emulator
{
class InterruptController
{
DataBus<byte> interruptEnableFlag;
bool interruptsEnabled;
bool hasInterrupt;
int currentInterrupt;
public DataBus<byte> IE
{
get { return interruptEnableFlag; }
}
public InterruptController()
{
interruptEnableFlag = new Dat... | 17.822917 | 57 | 0.618936 |
be4aaddc17cb911f59ffe47458d7a78949501d78 | 2,240 | cs | C# | RediSearchSharp/Commands/AddCommand.cs | ojji/RedisearchSharp | 5d15ec41674193268343d0bf010523e56a829fa2 | [
"MIT"
] | 2 | 2018-06-12T03:32:27.000Z | 2018-07-19T12:09:25.000Z | RediSearchSharp/Commands/AddCommand.cs | ojji/RedisearchSharp | 5d15ec41674193268343d0bf010523e56a829fa2 | [
"MIT"
] | null | null | null | RediSearchSharp/Commands/AddCommand.cs | ojji/RedisearchSharp | 5d15ec41674193268343d0bf010523e56a829fa2 | [
"MIT"
] | 1 | 2019-02-12T08:06:56.000Z | 2019-02-12T08:06:56.000Z | using System.Collections.Generic;
using System.Threading.Tasks;
using RediSearchSharp.Internal;
using RediSearchSharp.Serialization;
using RediSearchSharp.Utils;
using StackExchange.Redis;
namespace RediSearchSharp.Commands
{
public class AddCommand
{
private List<object> Parameters { get; }
... | 29.866667 | 133 | 0.564286 |
3d91440636c045469945497aaeb149cc90b36bc1 | 8,536 | cs | C# | Content.Server/GameObjects/Components/Power/PowerProviderComponent.cs | DamianX/space-station-14 | de334904b4e60e1e339faf2d5ada5183e0a6520a | [
"MIT"
] | null | null | null | Content.Server/GameObjects/Components/Power/PowerProviderComponent.cs | DamianX/space-station-14 | de334904b4e60e1e339faf2d5ada5183e0a6520a | [
"MIT"
] | null | null | null | Content.Server/GameObjects/Components/Power/PowerProviderComponent.cs | DamianX/space-station-14 | de334904b4e60e1e339faf2d5ada5183e0a6520a | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using Robust.Server.Interfaces.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Interfaces.GameObjects.Components;
using Robust.Shared.IoC;
using Robust.Shared.Log;
using Robust.Shared.Serialization;
using Robust.Shared.ViewVariables;
namespace Con... | 31.153285 | 144 | 0.529171 |
ac6354d8d946efd7e5838c355f3a49ac8d57a3d5 | 16,599 | cs | C# | MemoScope/Core/ClrDump.cs | John-Leitch/MemoScope.Net | 37472b22a21d7fff79e611b109b66b91e5f16725 | [
"Unlicense"
] | null | null | null | MemoScope/Core/ClrDump.cs | John-Leitch/MemoScope.Net | 37472b22a21d7fff79e611b109b66b91e5f16725 | [
"Unlicense"
] | null | null | null | MemoScope/Core/ClrDump.cs | John-Leitch/MemoScope.Net | 37472b22a21d7fff79e611b109b66b91e5f16725 | [
"Unlicense"
] | null | null | null | using MemoScope.Core.Cache;
using MemoScope.Core.Dac;
using MemoScope.Core.Data;
using MemoScope.Core.ProcessInfo;
using Microsoft.Diagnostics.Runtime;
using NLog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading;
using WinFwk.UIMessages;
using WinFwk.UI... | 38.246544 | 186 | 0.547503 |
3894cd182bbdc7682d5a378f9bb04c559f55cd03 | 745 | cs | C# | BusinessLogic/IBL.cs | 211004-Reston-NET/Sarah-Davis-P1 | 6a4d8f74039a6753c4da89f48ec8fbce095c0162 | [
"Unlicense"
] | null | null | null | BusinessLogic/IBL.cs | 211004-Reston-NET/Sarah-Davis-P1 | 6a4d8f74039a6753c4da89f48ec8fbce095c0162 | [
"Unlicense"
] | null | null | null | BusinessLogic/IBL.cs | 211004-Reston-NET/Sarah-Davis-P1 | 6a4d8f74039a6753c4da89f48ec8fbce095c0162 | [
"Unlicense"
] | null | null | null | using System.Collections.Generic;
using Models;
namespace BusinessLogic
{
public interface IBL
{
/// <summary>
/// Gets all storefronts from DB and returns as storefronts
/// </summary>
/// <returns>returns a list of storefront</returns>
List<StoreFront> GetStoreF... | 31.041667 | 99 | 0.626846 |
ad0d5e61f41066dbf51dcf29648864dfdf3aee2a | 3,042 | cs | C# | C# Web Basics/CSharp-Web-Server/CarShop/Controllers/CarsController.cs | Anzzhhela98/C-Web | f286b01ca8da4dadda8e78c734dda8eed8da528b | [
"MIT"
] | 3 | 2022-03-02T09:51:05.000Z | 2022-03-07T08:27:32.000Z | C# Web Basics/CSharp-Web-Server/CarShop/Controllers/CarsController.cs | Anzzhhela98/C-Web | f286b01ca8da4dadda8e78c734dda8eed8da528b | [
"MIT"
] | null | null | null | C# Web Basics/CSharp-Web-Server/CarShop/Controllers/CarsController.cs | Anzzhhela98/C-Web | f286b01ca8da4dadda8e78c734dda8eed8da528b | [
"MIT"
] | null | null | null | namespace CarShop.Controllers
{
using CarShop.Data;
using CarShop.Data.Models;
using CarShop.Models.Cars;
using CarShop.Services;
using MyWebServer.Controllers;
using MyWebServer.Http;
public class CarsController : Controller
{
private readonly IValidator validator;
pri... | 28.166667 | 81 | 0.446746 |
ad34028e49d172218b2783f9731c67484926e593 | 2,230 | cs | C# | src/Nerdbank.Streams.Tests/MultiplexingStreamV3Tests.cs | andmattia/Nerdbank.Streams | be1793b1e08fd5a192c7e1c550234b59ac68095c | [
"MIT"
] | 328 | 2018-07-17T07:38:16.000Z | 2022-03-21T12:59:25.000Z | src/Nerdbank.Streams.Tests/MultiplexingStreamV3Tests.cs | andmattia/Nerdbank.Streams | be1793b1e08fd5a192c7e1c550234b59ac68095c | [
"MIT"
] | 284 | 2018-07-11T14:25:25.000Z | 2022-03-06T16:24:06.000Z | src/Nerdbank.Streams.Tests/MultiplexingStreamV3Tests.cs | andmattia/Nerdbank.Streams | be1793b1e08fd5a192c7e1c550234b59ac68095c | [
"MIT"
] | 46 | 2018-08-29T20:38:44.000Z | 2022-02-10T13:21:04.000Z | // Copyright (c) Andrew Arnott. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Threading.Tasks;
using Microsoft.VisualStudio.Threading;
using Nerdbank.Streams;
using Xunit;
using Xunit.Abstractions;
public class Mu... | 36.557377 | 190 | 0.675336 |
48bf1091d1591a03660391d5176e2eb33851bea2 | 1,853 | cs | C# | Test/Chatbot/WhenInitialized.cs | parithon/Fritz.StreamTools | ed8f4d647b579690ef6192095553b9adf7da3fc3 | [
"MIT"
] | null | null | null | Test/Chatbot/WhenInitialized.cs | parithon/Fritz.StreamTools | ed8f4d647b579690ef6192095553b9adf7da3fc3 | [
"MIT"
] | 1 | 2018-12-18T13:17:54.000Z | 2018-12-18T13:58:34.000Z | Test/Chatbot/WhenInitialized.cs | parithon/Fritz.StreamTools | ed8f4d647b579690ef6192095553b9adf7da3fc3 | [
"MIT"
] | null | null | null | using Fritz.Chatbot.Commands;
using Fritz.StreamTools.Services;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Moq;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Xunit;
using Microsoft.Extensions.DependencyInjection;
using Fr... | 21.546512 | 133 | 0.719374 |
3e3edc900f457526edd2181bea99da7ab2fa35c2 | 2,237 | cshtml | C# | src/Synapse/Areas/Identity/Pages/Account/Register.cshtml | DrewBritt/Synapse | 43272149a7f423645a21f48aa60963653943f7b8 | [
"MIT"
] | null | null | null | src/Synapse/Areas/Identity/Pages/Account/Register.cshtml | DrewBritt/Synapse | 43272149a7f423645a21f48aa60963653943f7b8 | [
"MIT"
] | null | null | null | src/Synapse/Areas/Identity/Pages/Account/Register.cshtml | DrewBritt/Synapse | 43272149a7f423645a21f48aa60963653943f7b8 | [
"MIT"
] | null | null | null | @page
@model RegisterModel
@{
ViewData["Title"] = "Register";
}
<div class="container" style="width: 65%; margin-left: auto; margin-right: auto;">
<div>
<h1 class="title">@ViewData["Title"]</h1>
<h2 class="subtitle">Register your account.</h2>
<section>
<form asp-route-retu... | 42.207547 | 104 | 0.458203 |
3e44ab91df87157dcb27961d01ff764f50910a53 | 2,382 | cs | C# | src/UpgradePreviewUnit.cs | moto2002/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | 5 | 2017-06-04T12:30:50.000Z | 2018-03-12T09:33:10.000Z | src/UpgradePreviewUnit.cs | corefan/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | null | null | null | src/UpgradePreviewUnit.cs | corefan/tianqi_src | 3f3658e5059aa790b14a5cad3c253ff957bce177 | [
"MIT"
] | 7 | 2017-07-18T13:38:00.000Z | 2020-03-29T03:42:11.000Z | using System;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
public class UpgradePreviewUnit : MonoBehaviour
{
private int m_index;
private Text m_lblPreviewName;
private RawImage m_texPreviewModel;
private Image m_spBackground03;
private GameObject m_goModel;
private GameObject m_... | 27.068182 | 190 | 0.748111 |
f1088df99a04e2dfa61395277ae97b4e2ddd86b7 | 1,431 | cs | C# | Source/Web/Organizr.Web/Areas/Events/Controllers/DetailsController.cs | DareDev1l/Organizr | e27eb22eb5600f8d5fc168d6a658054d130436f8 | [
"MIT"
] | null | null | null | Source/Web/Organizr.Web/Areas/Events/Controllers/DetailsController.cs | DareDev1l/Organizr | e27eb22eb5600f8d5fc168d6a658054d130436f8 | [
"MIT"
] | null | null | null | Source/Web/Organizr.Web/Areas/Events/Controllers/DetailsController.cs | DareDev1l/Organizr | e27eb22eb5600f8d5fc168d6a658054d130436f8 | [
"MIT"
] | null | null | null | namespace Organizr.Web.Areas.Events.Controllers
{
using System.Linq;
using System.Web.Mvc;
using Microsoft.AspNet.Identity;
using MvcTemplate.Services.Data;
using ViewModels;
using Web.Controllers;
using System.Threading.Tasks;
public class DetailsController : BaseController
{
... | 31.8 | 95 | 0.644305 |
e76de94f660151bc364094a1d18ed3bd11ee98bf | 391 | cs | C# | Assets/Scripts/Players/ToggleTutorial.cs | one-night-game-jam/sun-ma | 489deefb1428b90b6db28a9614a1da6a070cbc92 | [
"MIT"
] | null | null | null | Assets/Scripts/Players/ToggleTutorial.cs | one-night-game-jam/sun-ma | 489deefb1428b90b6db28a9614a1da6a070cbc92 | [
"MIT"
] | 39 | 2018-09-29T02:36:14.000Z | 2018-11-10T09:30:02.000Z | Assets/Scripts/Players/ToggleTutorial.cs | one-night-game-jam/sun-ma | 489deefb1428b90b6db28a9614a1da6a070cbc92 | [
"MIT"
] | null | null | null | using System;
using UniRx;
using UniRx.Triggers;
using UnityEngine;
using UnityEngine.EventSystems;
public class ToggleTutorial : UIBehaviour
{
[SerializeField]
GameObject tutorialRoot;
protected override void Start()
{
this.OnPointerDownAsObservable()
.Subscribe(_ =... | 20.578947 | 59 | 0.652174 |
f1b417a32a2595bda86f1243fe5ef8cd51aefc6e | 5,267 | cs | C# | src/BizHawk.Client.Common/inputAdapters/StickyAdapters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | 1 | 2017-09-21T21:57:00.000Z | 2017-09-21T21:57:00.000Z | src/BizHawk.Client.Common/inputAdapters/StickyAdapters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | null | null | null | src/BizHawk.Client.Common/inputAdapters/StickyAdapters.cs | danielfinke/BizHawk | 9bd25a1aa18dfa8ef0a6ce5843d344cf214cd1dc | [
"MIT"
] | 1 | 2021-07-17T12:19:17.000Z | 2021-07-17T12:19:17.000Z | using System.Collections.Generic;
using System.Linq;
using BizHawk.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.Common
{
public interface IStickyAdapter : IInputAdapter
{
bool IsSticky(string button);
}
public class StickyXorAdapter : IStickyAdapter
{
public ControllerDef... | 22.9 | 128 | 0.652554 |
69b4573c5e419613e41bed89b5475bbb339f6409 | 3,419 | cs | C# | FederationGateway.Core/Messaging/SamlP/SamlRequestMessage.cs | pcibraro/FederationGateway | b284372179697e81eb119108dfc800061d5541a8 | [
"MIT"
] | 2 | 2020-06-25T17:03:13.000Z | 2021-05-09T23:53:56.000Z | FederationGateway.Core/Messaging/SamlP/SamlRequestMessage.cs | pcibraro/FederationGateway | b284372179697e81eb119108dfc800061d5541a8 | [
"MIT"
] | null | null | null | FederationGateway.Core/Messaging/SamlP/SamlRequestMessage.cs | pcibraro/FederationGateway | b284372179697e81eb119108dfc800061d5541a8 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Linq;
using System.Linq;
using System.IO.Compression;
namespace FederationGateway.Core.Messaging.SamlP
{
public class SamlRequestMessage
{
public string Issuer { get; pri... | 36.37234 | 126 | 0.634689 |
69d4512b909f2ce6f7855c8db75638297e334b02 | 292 | cs | C# | Assets/Scripts/GTAlpha/ConsumptionInfo.cs | joe2275/GOTTO-Alpha | 6ab220a768c3b310936dab3be33f12289d8f854e | [
"MIT"
] | null | null | null | Assets/Scripts/GTAlpha/ConsumptionInfo.cs | joe2275/GOTTO-Alpha | 6ab220a768c3b310936dab3be33f12289d8f854e | [
"MIT"
] | null | null | null | Assets/Scripts/GTAlpha/ConsumptionInfo.cs | joe2275/GOTTO-Alpha | 6ab220a768c3b310936dab3be33f12289d8f854e | [
"MIT"
] | 1 | 2021-05-07T11:53:09.000Z | 2021-05-07T11:53:09.000Z | using UnityEngine;
namespace GTAlpha
{
/*
* ConsumptionInfo
* 소비 아이템의 정보를 저장한다.
*/
[CreateAssetMenu(fileName = "New Consumption Information", menuName = "Information/Consumption", order = 0)]
public class ConsumptionInfo : ScriptableObject
{
}
} | 20.857143 | 112 | 0.636986 |
9c72b81188eeaf7ce8b10aee511d8e4e039fb696 | 2,328 | cs | C# | src/VisualStudio/IntegrationTest/TestUtilities/Common/ErrorListItem.cs | rasoulian/roslyn | d6f87de078c470746cd61164ec8362c7a4670048 | [
"Apache-2.0"
] | 67 | 2017-01-06T22:45:29.000Z | 2021-12-15T13:07:25.000Z | src/VisualStudio/IntegrationTest/TestUtilities/Common/ErrorListItem.cs | rasoulian/roslyn | d6f87de078c470746cd61164ec8362c7a4670048 | [
"Apache-2.0"
] | 9 | 2015-03-15T08:53:11.000Z | 2017-05-30T21:37:33.000Z | src/VisualStudio/IntegrationTest/TestUtilities/Common/ErrorListItem.cs | JieCarolHu/roslyn | 7bf616dc051aa957571350eae3097233a6892658 | [
"Apache-2.0"
] | 8 | 2017-01-07T19:28:24.000Z | 2021-07-08T03:00:21.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.
using System;
using System.IO;
using Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess;
using Roslyn.Utilities;
namespace Microsoft.VisualStudio.In... | 39.457627 | 161 | 0.639605 |
4f85d08ad244385f16af1d3f3412eedb855ad867 | 2,517 | cs | C# | QingStack/Services/DeviceCenter/QingStack.DeviceCenter.Application/Services/Permissions/PermissionDataSeedProvider.cs | qing-rain/qingstack | 7ee4b4fbf51d478f891f863736da4b69206709ca | [
"MIT"
] | null | null | null | QingStack/Services/DeviceCenter/QingStack.DeviceCenter.Application/Services/Permissions/PermissionDataSeedProvider.cs | qing-rain/qingstack | 7ee4b4fbf51d478f891f863736da4b69206709ca | [
"MIT"
] | null | null | null | QingStack/Services/DeviceCenter/QingStack.DeviceCenter.Application/Services/Permissions/PermissionDataSeedProvider.cs | qing-rain/qingstack | 7ee4b4fbf51d478f891f863736da4b69206709ca | [
"MIT"
] | null | null | null | /*----------------------------------------------------------------
Copyright (C) 2021 QingRain
文件名:PermissionDataSeedProvider.cs
文件功能描述:权限数据生成器
创建标识:QingRain - 20211112
----------------------------------------------------------------*/
using QingStack.DeviceCenter.Application.Models.Permissions;
usi... | 48.403846 | 221 | 0.705205 |
ddf550488e41eb8e91a407ae5bd3f4776e12c576 | 1,237 | cs | C# | AL Brightness Slider/MonitorManagers/WmiMonitorManager.cs | AlienLogic/AL-Brightness-Slider | 8731b93f401c9d4accfe788f3c34019d5d3e5f60 | [
"Apache-2.0"
] | null | null | null | AL Brightness Slider/MonitorManagers/WmiMonitorManager.cs | AlienLogic/AL-Brightness-Slider | 8731b93f401c9d4accfe788f3c34019d5d3e5f60 | [
"Apache-2.0"
] | null | null | null | AL Brightness Slider/MonitorManagers/WmiMonitorManager.cs | AlienLogic/AL-Brightness-Slider | 8731b93f401c9d4accfe788f3c34019d5d3e5f60 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Management;
namespace SlimShady.MonitorManagers
{
// Tip: "WMI code creator" is really useful tool
public class WmiMonitorManager : MonitorManager
{
public static WmiMonitorManager Instance = new WmiMonitorManager();
private readonly List<Monitor> m... | 27.488889 | 86 | 0.721908 |
fb1de35d11f8459a407ded6f9f09bf08dc948e33 | 594 | cs | C# | GamesToGo.Editor/Project/Actions/GivePlayerXCardsFromTileAction.cs | ColdVolcano/GamesToGo | 9fb6299ee123d4438cca8111e9fde674849de902 | [
"MIT"
] | null | null | null | GamesToGo.Editor/Project/Actions/GivePlayerXCardsFromTileAction.cs | ColdVolcano/GamesToGo | 9fb6299ee123d4438cca8111e9fde674849de902 | [
"MIT"
] | null | null | null | GamesToGo.Editor/Project/Actions/GivePlayerXCardsFromTileAction.cs | ColdVolcano/GamesToGo | 9fb6299ee123d4438cca8111e9fde674849de902 | [
"MIT"
] | null | null | null | using GamesToGo.Editor.Project.Arguments;
using JetBrains.Annotations;
namespace GamesToGo.Editor.Project.Actions
{
[UsedImplicitly]
public class GivePlayerXCardsFromTileAction : EventAction
{
public override int TypeID => 12;
public override ArgumentType[] ExpectedArguments { get; } = {
... | 24.75 | 69 | 0.599327 |
fb5cea3c895b9d710e8ffd6879c4f985aa8e3de4 | 41,813 | cs | C# | PIM 4 PERIODO/View/Tela Principal/Cadastro/Veiculo/Tela_Cadastro_Veiculo.Designer.cs | Eduardo007-lang/PIM4 | 9ac2bc2ec17ff8b3decd278d1aab23f40048ffb6 | [
"Apache-2.0"
] | null | null | null | PIM 4 PERIODO/View/Tela Principal/Cadastro/Veiculo/Tela_Cadastro_Veiculo.Designer.cs | Eduardo007-lang/PIM4 | 9ac2bc2ec17ff8b3decd278d1aab23f40048ffb6 | [
"Apache-2.0"
] | null | null | null | PIM 4 PERIODO/View/Tela Principal/Cadastro/Veiculo/Tela_Cadastro_Veiculo.Designer.cs | Eduardo007-lang/PIM4 | 9ac2bc2ec17ff8b3decd278d1aab23f40048ffb6 | [
"Apache-2.0"
] | null | null | null | namespace PIM_4_PERIODO.View.__Tela_Principal__.Cadastro.Veiculo
{
partial class Tela_Cadastro_Veiculo
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resou... | 74.00531 | 175 | 0.644345 |
0e9dc4d2ab7ff593af9b11764a436d5c8532b48e | 1,727 | cs | C# | src/app/FiveChecks/Applic/ToastTemplates/ActionDismissToastContentInfo.cs | trondr/Compliance.Notifications | 634d19c3eacdc739da151ea9175779d580483466 | [
"BSD-3-Clause"
] | 1 | 2020-12-22T06:29:33.000Z | 2020-12-22T06:29:33.000Z | src/app/FiveChecks/Applic/ToastTemplates/ActionDismissToastContentInfo.cs | trondr/Compliance.Notifications | 634d19c3eacdc739da151ea9175779d580483466 | [
"BSD-3-Clause"
] | 28 | 2020-03-23T13:27:35.000Z | 2020-05-19T20:11:52.000Z | src/app/FiveChecks/Applic/ToastTemplates/ActionDismissToastContentInfo.cs | trondr/FiveChecks | 634d19c3eacdc739da151ea9175779d580483466 | [
"BSD-3-Clause"
] | null | null | null | using System;
using FiveChecks.Applic.Common;
using LanguageExt;
using Microsoft.Toolkit.Uwp.Notifications;
namespace FiveChecks.Applic.ToastTemplates
{
public class ActionDismissToastContentInfo : Record<ActionDismissToastContentInfo>
{
public BindableString Greeting { get; }
public string Ti... | 41.119048 | 109 | 0.672843 |
160b9ac46c36e2896894f26263218f9f6a03b6ea | 729 | cs | C# | src/ApiBureau.Confluence.Api/Extensions/ServiceExtensions.cs | api-bureau/confluence-api | 91128e51d10b1374dc6b31cecf01df068fc778f2 | [
"MIT"
] | null | null | null | src/ApiBureau.Confluence.Api/Extensions/ServiceExtensions.cs | api-bureau/confluence-api | 91128e51d10b1374dc6b31cecf01df068fc778f2 | [
"MIT"
] | null | null | null | src/ApiBureau.Confluence.Api/Extensions/ServiceExtensions.cs | api-bureau/confluence-api | 91128e51d10b1374dc6b31cecf01df068fc778f2 | [
"MIT"
] | null | null | null | using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Polly;
namespace ApiBureau.Confluence.Api.Extensions;
public static class ServiceExtensions
{
public static IServiceCollection AddConfluence(this IServiceCollection services, IConfiguration configuration)
{
... | 36.45 | 126 | 0.773663 |
d0b6af144c321759fe7e65e029aa8075fa3af5d2 | 2,318 | cshtml | C# | Stoolball.Web/Views/EditTournamentSeasons.cshtml | stoolball-england/stoolball-org-uk | 3f71a84c2e6614921a665dffba279c990aac0eb6 | [
"Apache-2.0"
] | 3 | 2021-08-19T19:50:20.000Z | 2021-12-21T21:51:29.000Z | Stoolball.Web/Views/EditTournamentSeasons.cshtml | stoolball-england/stoolball-org-uk | 3f71a84c2e6614921a665dffba279c990aac0eb6 | [
"Apache-2.0"
] | 579 | 2020-02-01T21:30:05.000Z | 2022-03-31T20:53:47.000Z | Stoolball.Web/Views/EditTournamentSeasons.cshtml | stoolball-england/stoolball-org-uk | 3f71a84c2e6614921a665dffba279c990aac0eb6 | [
"Apache-2.0"
] | null | null | null | @inherits Umbraco.Web.Mvc.UmbracoViewPage<EditTournamentViewModel>
@using Stoolball.Web.Matches
@using Stoolball.Security
@using Humanizer
@section head {
<meta name="robots" content="noindex,follow" />
}
@{
Html.EnableClientValidation();
Html.EnableUnobtrusiveJavaScript();
}
<div class="container-xl">
... | 44.576923 | 217 | 0.61044 |
2d1ebd34af0c6b3c47b85be8622a220dd1b283c2 | 732 | cs | C# | StackExchange.NET/StackExchange.NET/Interfaces/IComments.cs | gethari/FluentExchange | e05fab00de713d57da920a4f94c424fd8a73f415 | [
"MIT"
] | 9 | 2019-09-17T06:25:42.000Z | 2022-02-17T18:26:22.000Z | StackExchange.NET/StackExchange.NET/Interfaces/IComments.cs | gethari/FluentExchange | e05fab00de713d57da920a4f94c424fd8a73f415 | [
"MIT"
] | 2 | 2019-09-18T05:14:04.000Z | 2019-10-01T11:09:46.000Z | StackExchange.NET/StackExchange.NET/Interfaces/IComments.cs | gethari/FluentExchange | e05fab00de713d57da920a4f94c424fd8a73f415 | [
"MIT"
] | 6 | 2019-09-16T09:05:26.000Z | 2021-04-20T14:55:01.000Z | using System.Collections.Generic;
using StackExchange.NET.Models;
namespace StackExchange.NET.Interfaces
{
/// <summary>
/// The Comments interface which lists all possible operations.
/// </summary>
public interface IComments
{
/// <summary>
/// Gets all the comments on the site
/// </summary>
/// <para... | 28.153846 | 95 | 0.696721 |
2f8ca1397135540e0a956d600e237b75338ccee9 | 1,877 | cs | C# | Chatbot/Database/StorageHandler.cs | SimonLay98/AzureBot | 3e4a5c4279126eac1a29650dccaa7ff93a2f327d | [
"MIT"
] | 1 | 2020-06-28T15:34:46.000Z | 2020-06-28T15:34:46.000Z | Chatbot/Database/StorageHandler.cs | SimonLay98/AzureBot | 3e4a5c4279126eac1a29650dccaa7ff93a2f327d | [
"MIT"
] | null | null | null | Chatbot/Database/StorageHandler.cs | SimonLay98/AzureBot | 3e4a5c4279126eac1a29650dccaa7ff93a2f327d | [
"MIT"
] | null | null | null | using System;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
using Newtonsoft.Json;
namespace Chatbot.Database
{
[Obsolete]
public class StorageHandler
{
private readonly CloudBlobClient _serviceClient;
public StorageHandler(string connectionString)
... | 31.813559 | 92 | 0.552477 |
2fa0fca95a48250b712646348fa0d2e5fbfae4a9 | 10,496 | cs | C# | src/NuGet.Core/NuGet.ProjectModel/PackageSpec.cs | skalarfeilds79/NuGet.Client | 966b1b21eec28834365a8604744dab682c8326ea | [
"Apache-2.0"
] | 654 | 2015-03-15T15:53:07.000Z | 2022-03-25T18:16:49.000Z | src/NuGet.Core/NuGet.ProjectModel/PackageSpec.cs | jrag911/NuGet.Client | 775ebbcff4d585cb9e75608d41d711bb306e0e24 | [
"Apache-2.0"
] | 2,611 | 2015-09-30T18:03:24.000Z | 2022-03-31T23:55:33.000Z | src/NuGet.Core/NuGet.ProjectModel/PackageSpec.cs | jrag911/NuGet.Client | 775ebbcff4d585cb9e75608d41d711bb306e0e24 | [
"Apache-2.0"
] | 765 | 2015-04-06T14:53:51.000Z | 2022-03-30T22:36:38.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using NuGet.LibraryModel;
using NuGet.Runt... | 39.018587 | 166 | 0.60766 |
8f3f48df44e635ca243ff7db84c6c4ff33b26250 | 902 | cs | C# | Library/PackageCache/com.unity.multiplayer-hlapi@1.0.2/Tests/Editor/NetworkClientTest.cs | theDawckta/VRQuarterbackChallenge | 15c6a6ea6174f9a67849bfdc0fbcb9f897c0bb58 | [
"MIT"
] | 461 | 2019-12-16T20:54:15.000Z | 2022-03-24T11:29:35.000Z | Library/PackageCache/com.unity.multiplayer-hlapi@1.0.2/Tests/Editor/NetworkClientTest.cs | theDawckta/VRQuarterbackChallenge | 15c6a6ea6174f9a67849bfdc0fbcb9f897c0bb58 | [
"MIT"
] | 22 | 2021-02-20T10:42:57.000Z | 2021-09-11T14:11:51.000Z | Library/PackageCache/com.unity.multiplayer-hlapi@1.0.2/Tests/Editor/NetworkClientTest.cs | theDawckta/VRQuarterbackChallenge | 15c6a6ea6174f9a67849bfdc0fbcb9f897c0bb58 | [
"MIT"
] | 186 | 2019-12-19T14:57:55.000Z | 2022-03-31T14:59:59.000Z | using NUnit.Framework;
using UnityEngine;
using UnityEngine.Networking;
using UnityEngine.Networking.NetworkSystem;
#pragma warning disable 618
[TestFixture]
public class NetworkClientTest
{
private NetworkClient m_Client;
private static string s_LatestLogMessage;
static void HandleLog(string logString, s... | 23.128205 | 76 | 0.690687 |
7b7f43916c19596e6829e6d8610dd152d48e11db | 1,138 | cs | C# | 1. Programing Basics/07. NestedLoops - More Exercises/11_HappyCatParking/Program.cs | vmmateev/SoftUni | ea61ddfd2472405030caf591734969caaf9e6246 | [
"MIT"
] | 3 | 2021-01-31T13:54:02.000Z | 2021-08-07T10:25:19.000Z | 1. Programing Basics/07. NestedLoops - More Exercises/11_HappyCatParking/Program.cs | vmmateev/SoftUni | ea61ddfd2472405030caf591734969caaf9e6246 | [
"MIT"
] | null | null | null | 1. Programing Basics/07. NestedLoops - More Exercises/11_HappyCatParking/Program.cs | vmmateev/SoftUni | ea61ddfd2472405030caf591734969caaf9e6246 | [
"MIT"
] | null | null | null | using System;
namespace _11_HappyCatParking
{
class Program
{
static void Main(string[] args)
{
int days = int.Parse(Console.ReadLine());
int hoursForDay = int.Parse(Console.ReadLine());
double totalSum = 0;
double daySum = 0;
for (in... | 28.45 | 66 | 0.313708 |
7b82454775861a7c49c9da9611f59189abb29ac6 | 1,539 | cs | C# | C# OOP Basics/04 Inheritance/EXE_Inheritance/P03_Mankind/Worder.cs | stStoyanov93/SoftUni-CSharp-Fundamentals-2018 | 51f2356bf63d0fd2cd3b0db5f460cc0cb6759bda | [
"MIT"
] | null | null | null | C# OOP Basics/04 Inheritance/EXE_Inheritance/P03_Mankind/Worder.cs | stStoyanov93/SoftUni-CSharp-Fundamentals-2018 | 51f2356bf63d0fd2cd3b0db5f460cc0cb6759bda | [
"MIT"
] | null | null | null | C# OOP Basics/04 Inheritance/EXE_Inheritance/P03_Mankind/Worder.cs | stStoyanov93/SoftUni-CSharp-Fundamentals-2018 | 51f2356bf63d0fd2cd3b0db5f460cc0cb6759bda | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
public class Worker : Human
{
private decimal weekSalary;
private decimal workingHours;
public Worker(string firstName, string lastName, decimal weekSalary, decimal workingHours)
: base(firstName, lastName)
{
this.Week... | 23.676923 | 98 | 0.540611 |
b42cb5b1da9f7e0b821ca22a7c54a148a95fbf0a | 1,831 | cs | C# | e20210551_MSSAGame/Elsa20200001/Elsa20200001/GameCommons/DDCurtain.cs | soleil-taruto/Elsa2 | b785333f82f82acacbb620b575bffa0e5720245a | [
"MIT"
] | null | null | null | e20210551_MSSAGame/Elsa20200001/Elsa20200001/GameCommons/DDCurtain.cs | soleil-taruto/Elsa2 | b785333f82f82acacbb620b575bffa0e5720245a | [
"MIT"
] | null | null | null | e20210551_MSSAGame/Elsa20200001/Elsa20200001/GameCommons/DDCurtain.cs | soleil-taruto/Elsa2 | b785333f82f82acacbb620b575bffa0e5720245a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Charlotte.Commons;
namespace Charlotte.GameCommons
{
public static class DDCurtain
{
private static Queue<double> WhiteLevels = new Queue<double>();
public static double CurrWhiteLevel = 0.0;
public static int LastFra... | 20.573034 | 92 | 0.654287 |
3323c08a22be59955d1b4cba9053525e04aa38a4 | 240 | cs | C# | GISShare.Controls.WinForm/WFNew/Interface/BaseItemHost/IBaseItemHost.cs | llzzhh/GISShare.Controls.WinForm | 34e6c7325dc1eb9adffe871848729518ec4090d1 | [
"MIT"
] | 6 | 2019-01-15T00:32:42.000Z | 2021-01-19T06:43:36.000Z | GISShare.Controls.WinForm/WFNew/Interface/BaseItemHost/IBaseItemHost.cs | llzzhh/GISShare.Controls.WinForm | 34e6c7325dc1eb9adffe871848729518ec4090d1 | [
"MIT"
] | null | null | null | GISShare.Controls.WinForm/WFNew/Interface/BaseItemHost/IBaseItemHost.cs | llzzhh/GISShare.Controls.WinForm | 34e6c7325dc1eb9adffe871848729518ec4090d1 | [
"MIT"
] | 5 | 2019-03-28T07:31:16.000Z | 2021-09-06T13:33:09.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GISShare.Controls.WinForm.WFNew
{
public interface IBaseItemHost : IBaseItem3
{
BaseItem BaseItemObject { get; set; }
}
}
| 18.461538 | 47 | 0.720833 |
e0328f47376b678227dee00cd145d47b0d23e63f | 119,857 | cs | C# | agsxmpp/Xml/Xpnet/Encoding.cs | gouri1shankar/JabberClient-with-roster-user | 72dccaba91ad38c1e5b31262436e535c60a58ca9 | [
"MIT"
] | 2 | 2017-08-28T07:24:01.000Z | 2019-11-29T19:28:22.000Z | agsxmpp/Xml/Xpnet/Encoding.cs | gouri1shankar/JabberClient-with-roster-user | 72dccaba91ad38c1e5b31262436e535c60a58ca9 | [
"MIT"
] | null | null | null | agsxmpp/Xml/Xpnet/Encoding.cs | gouri1shankar/JabberClient-with-roster-user | 72dccaba91ad38c1e5b31262436e535c60a58ca9 | [
"MIT"
] | null | null | null | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (c) 2003-2012 by AG-Software *
* All Rights Reserved. *
* Contact information for AG-Software is available at http://www.ag-software.de *
* *
* Licence: ... | 38.415705 | 116 | 0.41552 |
bda1b60702cedc74df7550461f22e5ad0d0c06c3 | 4,667 | cs | C# | Vorlesung 2020-03-21/Program.cs | haenno/FOM-BSc-WI-Semster2-ObjektorientierteProgrammierung | 1de6e1e0f59229330b347b75a152fdeef9a3ad1d | [
"MIT"
] | null | null | null | Vorlesung 2020-03-21/Program.cs | haenno/FOM-BSc-WI-Semster2-ObjektorientierteProgrammierung | 1de6e1e0f59229330b347b75a152fdeef9a3ad1d | [
"MIT"
] | null | null | null | Vorlesung 2020-03-21/Program.cs | haenno/FOM-BSc-WI-Semster2-ObjektorientierteProgrammierung | 1de6e1e0f59229330b347b75a152fdeef9a3ad1d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace Vorlesung_2020_03_21
{
class Auto
{
public string Nummernschild;
public int Kilometerstand;
/*Aufgabe 1:
* Erweiterung um:
* - Max. Tankgröße (Attribut)
* - akt. Tankfüllung (Attribut)
* -... | 31.533784 | 142 | 0.525177 |
bdb6be136ebbd15e8c675ab8dbaab3851ecc0aa9 | 9,129 | cs | C# | RufflesTransport/RufflesTransport.cs | dmdemoura/MLAPI.Transports | 982c5b572f5342374b3935255326cd688521c841 | [
"MIT"
] | null | null | null | RufflesTransport/RufflesTransport.cs | dmdemoura/MLAPI.Transports | 982c5b572f5342374b3935255326cd688521c841 | [
"MIT"
] | null | null | null | RufflesTransport/RufflesTransport.cs | dmdemoura/MLAPI.Transports | 982c5b572f5342374b3935255326cd688521c841 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Net;
using MLAPI.Transports;
using MLAPI.Transports.Tasks;
using Ruffles.Configuration;
using Ruffles.Core;
using UnityEngine;
namespace RufflesTransport
{
public class RufflesTransport : Transport
{
[Serializable]
publ... | 35.521401 | 167 | 0.545843 |
da1832d016a2b6db964cbeb948ff1e73a29af9fe | 138 | cs | C# | SideMenu/Utility/SideMenuViewPlace.cs | AndreiMisiukevich/SideMenu | cec76d3a4e6aafd0c5879b7d9c04c9d45f2779b6 | [
"MIT"
] | 19 | 2020-05-29T15:01:38.000Z | 2020-06-06T07:08:53.000Z | SideMenu/Utility/SideMenuViewPlace.cs | AndreiMisiukevich/SideMenu | cec76d3a4e6aafd0c5879b7d9c04c9d45f2779b6 | [
"MIT"
] | 1 | 2020-09-03T16:12:49.000Z | 2020-09-03T20:53:11.000Z | SideMenu/Utility/SideMenuViewPlace.cs | AndreiMisiukevich/SideMenu | cec76d3a4e6aafd0c5879b7d9c04c9d45f2779b6 | [
"MIT"
] | 1 | 2020-06-03T07:14:35.000Z | 2020-06-03T07:14:35.000Z |
namespace SideMenu
{
public enum SideMenuViewPlace
{
MainView = 0,
LeftMenu = 1,
RightMenu = -1
}
}
| 12.545455 | 33 | 0.521739 |
557374a78b484aafb19c17a1c7c42f2af3c785ce | 6,345 | cs | C# | FreneticScript/CommandSystem/Enumerations.cs | FreneticCSharp/Frenetic | 6723fdb9671dd209d4802107a6884b3aaed155b3 | [
"MIT"
] | null | null | null | FreneticScript/CommandSystem/Enumerations.cs | FreneticCSharp/Frenetic | 6723fdb9671dd209d4802107a6884b3aaed155b3 | [
"MIT"
] | 9 | 2017-03-09T13:55:28.000Z | 2018-12-18T05:08:11.000Z | FreneticScript/CommandSystem/Enumerations.cs | FreneticCSharp/Frenetic | 6723fdb9671dd209d4802107a6884b3aaed155b3 | [
"MIT"
] | null | null | null | //
// This file is part of FreneticScript, created by Frenetic LLC.
// This code is Copyright (C) Frenetic LLC under the terms of the MIT license.
// See README.md or LICENSE.txt in the FreneticScript source root for the contents of the license.
//
using System;
using System.Collections.Generic;
using System.Linq;
usi... | 36.465517 | 169 | 0.600315 |
34012f3447852cf9b91959b1c09792b77f5f5065 | 5,667 | cs | C# | src/LiveChartsCore/Themes/Theme.cs | Kalcey/LiveCharts2 | 8a901a826c0b642fbfd2ba60253ace2348750048 | [
"MIT"
] | 1 | 2021-05-21T14:58:16.000Z | 2021-05-21T14:58:16.000Z | src/LiveChartsCore/Themes/Theme.cs | Kalcey/LiveCharts2 | 8a901a826c0b642fbfd2ba60253ace2348750048 | [
"MIT"
] | null | null | null | src/LiveChartsCore/Themes/Theme.cs | Kalcey/LiveCharts2 | 8a901a826c0b642fbfd2ba60253ace2348750048 | [
"MIT"
] | null | null | null | // The MIT License(MIT)
//
// Copyright(c) 2021 Alberto Rodriguez Orozco & LiveCharts Contributors
//
// 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 withou... | 37.282895 | 130 | 0.610199 |
89a4d046e5a57e8826d3dda5318928e34e2a15c2 | 1,846 | cs | C# | src/activities/Elsa.Activities.Temporal.Common/Activities/StartAt/StartAt.cs | Rafael94/elsa-core-1 | 19619b8307218786a6b2260fa119caae0f00057d | [
"MIT"
] | 2 | 2021-07-25T12:59:59.000Z | 2021-07-25T13:12:15.000Z | src/activities/Elsa.Activities.Temporal.Common/Activities/StartAt/StartAt.cs | Rafael94/elsa-core-1 | 19619b8307218786a6b2260fa119caae0f00057d | [
"MIT"
] | 1 | 2020-11-28T04:07:19.000Z | 2020-11-28T04:07:19.000Z | src/activities/Elsa.Activities.Temporal.Common/Activities/StartAt/StartAt.cs | Rafael94/elsa-core-1 | 19619b8307218786a6b2260fa119caae0f00057d | [
"MIT"
] | null | null | null | using Elsa.Activities.Temporal.Common.ActivityResults;
using Elsa.ActivityResults;
using Elsa.Attributes;
using Elsa.Expressions;
using Elsa.Services;
using Elsa.Services.Models;
using Microsoft.Extensions.Logging;
using NodaTime;
// ReSharper disable once CheckNamespace
namespace Elsa.Activities.Temporal
{
/// <s... | 30.262295 | 171 | 0.622427 |
89cc6c104b74d7b07f4f9b969347f568e2ecadb4 | 546 | cs | C# | BTDB/IOC/ScanTraitImpl.cs | quyenbc/BTDB | 49925f1ff676c6ade042ab5e21b630baa030faa0 | [
"MIT"
] | 1 | 2021-05-08T16:00:00.000Z | 2021-05-08T16:00:00.000Z | BTDB/IOC/ScanTraitImpl.cs | quyenbc/BTDB | 49925f1ff676c6ade042ab5e21b630baa030faa0 | [
"MIT"
] | null | null | null | BTDB/IOC/ScanTraitImpl.cs | quyenbc/BTDB | 49925f1ff676c6ade042ab5e21b630baa030faa0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace BTDB.IOC
{
internal class ScanTraitImpl : IScanTrait, IScanTraitImpl
{
readonly List<Predicate<Type>> _filters = new List<Predicate<Type>>();
public void Where(Predicate<Type> filter)
{
_filters.Add(filter);
... | 22.75 | 78 | 0.556777 |
43219025646d7d2e3b772f4b5271531d92138b6e | 1,561 | cs | C# | Assets/Scripts/GazeGestureManager.cs | gomera/hololens_101 | d4a3b4f93f475a1aa6746a8d51eaa9f1743bcf56 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/GazeGestureManager.cs | gomera/hololens_101 | d4a3b4f93f475a1aa6746a8d51eaa9f1743bcf56 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/GazeGestureManager.cs | gomera/hololens_101 | d4a3b4f93f475a1aa6746a8d51eaa9f1743bcf56 | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
using UnityEngine.XR.WSA.Input;
public class GazeGestureManager : MonoBehaviour {
// We will needed on the script that handle the gesture message
public static GazeGestureManager Instance { get; private set; }
// we want to keep track of the current gazed hologram
public GameObje... | 28.907407 | 101 | 0.632928 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.