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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ff5d0f9f58452340087c378b1b0cf27b21a1145c | 1,866 | cs | C# | src/Assets/Plugins/cocosocket/Varint32HeaderProtocol.cs | yy1985710/ecsrx | 60f394fca2ce24ab587d88a09872f70b5f6ecbee | [
"MIT"
] | null | null | null | src/Assets/Plugins/cocosocket/Varint32HeaderProtocol.cs | yy1985710/ecsrx | 60f394fca2ce24ab587d88a09872f70b5f6ecbee | [
"MIT"
] | null | null | null | src/Assets/Plugins/cocosocket/Varint32HeaderProtocol.cs | yy1985710/ecsrx | 60f394fca2ce24ab587d88a09872f70b5f6ecbee | [
"MIT"
] | null | null | null | /**
* varint
*/
using System;
namespace cocosocket4unity
{
public class Varint32HeaderProtocol : Protocol
{
private const int STATUS_HEADER = 0;//读头
private const int STATUS_CONTENT = 1;//读内容
private sbyte[] header;
private int index;
private int status;
private int len;
private ByteBuf inco... | 20.733333 | 95 | 0.587353 |
a4bdcee8b01b54325bc89eba57400f963c8ac4af | 597 | cs | C# | FFT/Program.cs | romuloedu/FourierTransform | c938c9df952ffb134be69395bd698df7c6395e07 | [
"MIT"
] | null | null | null | FFT/Program.cs | romuloedu/FourierTransform | c938c9df952ffb134be69395bd698df7c6395e07 | [
"MIT"
] | null | null | null | FFT/Program.cs | romuloedu/FourierTransform | c938c9df952ffb134be69395bd698df7c6395e07 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Threading.Tasks;
namespace FourierTransform
{
class Program
{
static void Main(string[] args)
{
double[] valores = new double[4] { 10.0, 20.0, 30.0, 40.0 };
... | 22.111111 | 94 | 0.567839 |
ccd49cfa353421673671936bc7b09612d05ca90b | 313 | cs | C# | TaxiApp/TaxiApp.Application/Orders/Dtos/MakeOrderOutput.cs | ZealotCompany/ux-team-boilerplate | 58af3dd582c2fe72bcd63e05c1c4d66412c55e8b | [
"MIT"
] | null | null | null | TaxiApp/TaxiApp.Application/Orders/Dtos/MakeOrderOutput.cs | ZealotCompany/ux-team-boilerplate | 58af3dd582c2fe72bcd63e05c1c4d66412c55e8b | [
"MIT"
] | 5 | 2015-01-04T08:20:30.000Z | 2022-02-17T10:43:58.000Z | TaxiApp/TaxiApp.Application/Orders/Dtos/MakeOrderOutput.cs | ZealotCompany/ux-team-boilerplate | 58af3dd582c2fe72bcd63e05c1c4d66412c55e8b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TaxiApp.Orders.Dtos
{
public class MakeOrderOutput
{
public bool Success { get; set; }
public MakeOrderOutput()
{
Success = false;
}
}
}
| 17.388889 | 42 | 0.56869 |
6970f2040d5fccf0e7b72ab0e0d19bf788759d01 | 1,242 | cs | C# | Assets/_Codes/ParticleTrigger.cs | Shakartoon/BOUNCE_BACK | 279df5eec42c39ce7ea5d592a8b548b3ebd51972 | [
"Unlicense"
] | null | null | null | Assets/_Codes/ParticleTrigger.cs | Shakartoon/BOUNCE_BACK | 279df5eec42c39ce7ea5d592a8b548b3ebd51972 | [
"Unlicense"
] | 1 | 2018-09-01T16:56:05.000Z | 2018-09-01T16:56:05.000Z | Assets/TheCodes/ParticleTrigger.cs | Shakartoon/Bounce | 0131051233895ede90f51da6ab7621c4e3bb9370 | [
"Unlicense"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[ExecuteInEditMode]
public class ParticleTrigger : MonoBehaviour {
public ParticleSystem ps;
public List<ParticleSystem.Particle> enter = new List<ParticleSystem.Particle>();
public List<ParticleSystem.Particle> exit = new List<Pa... | 23 | 98 | 0.705314 |
af9fe9da996727a35b451335a3df63556b58f14f | 1,046 | cs | C# | src/Azos.Sky.WebManager/Exceptions.cs | JohnPKosh/azos | b8cb4c3c43628ce0d5b1df9a1ddd861e0a00d861 | [
"MIT"
] | 183 | 2018-10-19T21:17:58.000Z | 2022-03-25T04:48:25.000Z | src/Azos.Sky.WebManager/Exceptions.cs | JohnPKosh/azos | b8cb4c3c43628ce0d5b1df9a1ddd861e0a00d861 | [
"MIT"
] | 587 | 2018-10-30T02:51:14.000Z | 2022-03-29T09:30:44.000Z | src/Azos.Sky.WebManager/Exceptions.cs | JohnPKosh/azos | b8cb4c3c43628ce0d5b1df9a1ddd861e0a00d861 | [
"MIT"
] | 35 | 2018-10-19T21:17:21.000Z | 2021-12-28T20:27:47.000Z | /*<FILE_LICENSE>
* Azos (A to Z Application Operating System) Framework
* The A to Z Foundation (a.k.a. Azist) licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
</FILE_LICENSE>*/
using System;
using System.Runtime.Serialization;
namespace Azos.Sky.WebM... | 43.583333 | 150 | 0.73327 |
6f0254ac2c42456107f4e2b08255a82ea725c828 | 1,816 | cs | C# | App.Core/Handlers/DeleteQuestionHandler.cs | michaelprosario/super-answers | 129ef84dbeda9c615c1f90ff0a7f874b024207ae | [
"MIT"
] | null | null | null | App.Core/Handlers/DeleteQuestionHandler.cs | michaelprosario/super-answers | 129ef84dbeda9c615c1f90ff0a7f874b024207ae | [
"MIT"
] | 7 | 2020-09-04T21:13:59.000Z | 2022-03-02T04:00:30.000Z | App.Core/Handlers/DeleteQuestionHandler.cs | michaelprosario/super-answers | 129ef84dbeda9c615c1f90ff0a7f874b024207ae | [
"MIT"
] | null | null | null | using App.Core.Enums;
using App.Core.Interfaces;
using App.Core.Requests;
using App.Core.Utilities;
using FluentValidation;
using System;
namespace App.Core.Handlers
{
public class DeleteQuestionCommand : Command<VoidResponse>, IUserRequest
{
public string Id { get; set; }
public string UserId ... | 30.266667 | 89 | 0.59967 |
532a37dede7dd35da6606e9f0cfc2202be55c029 | 400 | cs | C# | Assets/_mushit/Scripts/ExplosionScaler.cs | FireFlyForLife/Unity-GenericFPS | 9b8291c4886051dbc13fd5b8db25308ff86f5d77 | [
"MIT"
] | null | null | null | Assets/_mushit/Scripts/ExplosionScaler.cs | FireFlyForLife/Unity-GenericFPS | 9b8291c4886051dbc13fd5b8db25308ff86f5d77 | [
"MIT"
] | null | null | null | Assets/_mushit/Scripts/ExplosionScaler.cs | FireFlyForLife/Unity-GenericFPS | 9b8291c4886051dbc13fd5b8db25308ff86f5d77 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[ExecuteInEditMode]
public class ExplosionScaler : MonoBehaviour {
public float radius = 10f;
ParticleSystem system;
private void Start()
{
system = GetComponent<ParticleSystem>();
}
void Update()
{
... | 20 | 48 | 0.6675 |
491097537bb143ec677d91a8c9ed5099d647c4ae | 2,937 | cs | C# | src/smiertelne_balony_unity/Assets/Scripts/MoveCharacter.cs | KoloNaukoweInformatykowWIiNoM/deathly_balloons_vr | d0ae7a2e089ff7581d8a9f3d81618c28d34aeeff | [
"MIT"
] | null | null | null | src/smiertelne_balony_unity/Assets/Scripts/MoveCharacter.cs | KoloNaukoweInformatykowWIiNoM/deathly_balloons_vr | d0ae7a2e089ff7581d8a9f3d81618c28d34aeeff | [
"MIT"
] | null | null | null | src/smiertelne_balony_unity/Assets/Scripts/MoveCharacter.cs | KoloNaukoweInformatykowWIiNoM/deathly_balloons_vr | d0ae7a2e089ff7581d8a9f3d81618c28d34aeeff | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MoveCharacter : MonoBehaviour {
public PathCreator3D pathObject;
public float speed = 1f;
public float rotation = 1f;
public float spacing = 0.1f;
public float resolution = 1;
public bool in... | 39.16 | 115 | 0.637045 |
be11a27cd7dcd622d273098447e01e7d00390dde | 496 | cs | C# | ScriptKid code/Gma.System.MouseKeyHook/ScriptKidAntiCheat - CSGO Edition/Maps/de_anubis.cs | Aaliyah6022/Fake-CS-GO-HACK | 5ceb2febf5226f46a9462330dc4ca8f575833c93 | [
"MIT"
] | null | null | null | ScriptKid code/Gma.System.MouseKeyHook/ScriptKidAntiCheat - CSGO Edition/Maps/de_anubis.cs | Aaliyah6022/Fake-CS-GO-HACK | 5ceb2febf5226f46a9462330dc4ca8f575833c93 | [
"MIT"
] | null | null | null | ScriptKid code/Gma.System.MouseKeyHook/ScriptKidAntiCheat - CSGO Edition/Maps/de_anubis.cs | Aaliyah6022/Fake-CS-GO-HACK | 5ceb2febf5226f46a9462330dc4ca8f575833c93 | [
"MIT"
] | null | null | null | using ScriptKidAntiCheat.Classes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ScriptKidAntiCheat.Utils;
using ScriptKidAntiCheat.Punishments;
using ScriptKidAntiCheat.Internal;
using ScriptKidAntiCheat.Data;
using System.Threading;
namespac... | 19.84 | 63 | 0.733871 |
bea5c8d480e9c69e08e54dd5637764bdc2f7d0e8 | 3,719 | cs | C# | Mecha Fighter VR/Assets/Scripts/Control/GestureTrackingNode.cs | 669-Development-Team/Mecha-Fighter-VR | b7133c2726a30454b291e8bac5105588c7c309bb | [
"MIT"
] | 1 | 2019-11-03T02:34:41.000Z | 2019-11-03T02:34:41.000Z | Mecha Fighter VR/Assets/Scripts/Control/GestureTrackingNode.cs | 669-Development-Team/Mecha-Fighter-VR | b7133c2726a30454b291e8bac5105588c7c309bb | [
"MIT"
] | 1 | 2019-10-22T05:08:30.000Z | 2019-10-22T05:08:30.000Z | Mecha Fighter VR/Assets/Scripts/Control/GestureTrackingNode.cs | 669-Development-Team/Mecha-Fighter-VR | b7133c2726a30454b291e8bac5105588c7c309bb | [
"MIT"
] | 2 | 2019-09-18T07:13:05.000Z | 2020-06-03T07:10:01.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Valve.VR;
public enum Gesture
{
NONE = 0,
UP,
DOWN,
LEFT,
RIGHT,
FORWARD,
BACK
}
public class GestureTrackingNode
{
static private Vector3[] axes = new Vector3[] { Vector3.up, Vector3.down, Vector3.left,... | 28.829457 | 136 | 0.676257 |
1e851be00d659de98a15438ab2749094e1240193 | 3,408 | cs | C# | GUI/Types/Exporter/ExportFile.cs | pvp-by/ValveResourceFormat | 5870ad8de3d54b0d36727aa8757c776021561218 | [
"MIT"
] | null | null | null | GUI/Types/Exporter/ExportFile.cs | pvp-by/ValveResourceFormat | 5870ad8de3d54b0d36727aa8757c776021561218 | [
"MIT"
] | null | null | null | GUI/Types/Exporter/ExportFile.cs | pvp-by/ValveResourceFormat | 5870ad8de3d54b0d36727aa8757c776021561218 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using System.Windows.Forms;
using GUI.Forms;
using GUI.Utils;
using ValveResourceFormat;
using ValveResourceFormat.IO;
using ValveResourceFormat.ResourceTypes;
namespace GUI.Types.Exporter
{
public static class ExportFile
{
public static void Export(string fileName, Expor... | 35.5 | 106 | 0.509977 |
3d76b6cde4e7d9932481ebd277f2bb7c15b737a7 | 696 | cs | C# | UWP_ZhiHuRiBao/Common/ToolBarTrigger.cs | brookshi/UWP_ZhiHuRiBao | de825e9e85f8f6bf9a52be9db3229865c7e1da44 | [
"Apache-2.0"
] | 56 | 2015-11-28T08:30:46.000Z | 2021-07-15T02:38:11.000Z | UWP_ZhiHuRiBao/Common/ToolBarTrigger.cs | brookshi/UWP_ZhiHuRiBao | de825e9e85f8f6bf9a52be9db3229865c7e1da44 | [
"Apache-2.0"
] | 1 | 2020-11-11T09:44:44.000Z | 2020-11-11T09:44:44.000Z | UWP_ZhiHuRiBao/Common/ToolBarTrigger.cs | brookshi/UWP_ZhiHuRiBao | de825e9e85f8f6bf9a52be9db3229865c7e1da44 | [
"Apache-2.0"
] | 32 | 2015-11-18T04:50:55.000Z | 2018-11-21T18:01:16.000Z | using Windows.UI.Xaml;
namespace Brook.ZhiHuRiBao.Common
{
public class ToolBarTrigger : StateTriggerBase
{
public ToolBarHost TargetToolBarHost { get; set; } = ToolBarHost.MainPage;
public ToolBarHost CurrentToolBarHost { get; set; }
public double MaxWidth { get; set; }
pri... | 27.84 | 136 | 0.609195 |
d2ea06fe21179286a42e130b919ac6f571ba5304 | 22,335 | cs | C# | Product/Zentity.Web.UI/ResourceManagement/ManageResource.aspx.cs | jdm7dv/Zenity | 605d2a7f749e14fe2dc87382aca633afdaa13a33 | [
"MIT"
] | 1 | 2021-07-21T13:49:47.000Z | 2021-07-21T13:49:47.000Z | Product/Zentity.Web.UI/ResourceManagement/ManageResource.aspx.cs | jdm7dv/Zenity | 605d2a7f749e14fe2dc87382aca633afdaa13a33 | [
"MIT"
] | null | null | null | Product/Zentity.Web.UI/ResourceManagement/ManageResource.aspx.cs | jdm7dv/Zenity | 605d2a7f749e14fe2dc87382aca633afdaa13a33 | [
"MIT"
] | null | null | null | // *******************************************************
//
// Copyright (C) Microsoft. All rights reserved.
//
// *******************************************************
using System;
using Syst... | 37.728041 | 145 | 0.634654 |
ad15a4312f3b8eaf8798073398f9532396036971 | 1,781 | cs | C# | src/Microsoft.AspNet.SignalR.Stress/Performance/MessageBusRun.cs | norcino/SignalR | 8afe697a1d30f72315379d9efd17d3628d3e3e16 | [
"Apache-2.0"
] | 5,058 | 2015-01-01T01:04:49.000Z | 2022-03-31T08:07:36.000Z | src/Microsoft.AspNet.SignalR.Stress/Performance/MessageBusRun.cs | Ksengine/SignalR | 75126981cd165fb57db4e38e9379e651fec1ecdf | [
"Apache-2.0"
] | 1,537 | 2015-01-02T17:47:17.000Z | 2022-03-24T07:38:25.000Z | src/Microsoft.AspNet.SignalR.Stress/Performance/MessageBusRun.cs | Ksengine/SignalR | 75126981cd165fb57db4e38e9379e651fec1ecdf | [
"Apache-2.0"
] | 1,697 | 2015-01-01T15:37:33.000Z | 2022-03-23T08:00:34.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.ComponentModel.Composition;
using System.Threading.Tasks;
using Microsoft.AspNet.SignalR.Messaging;
namespace Microsoft.Asp... | 28.725806 | 111 | 0.555867 |
ad5b8adcc5f1d125351125e36c68c14b06b383f4 | 1,875 | cs | C# | BinSerializer/Types/SerializerTypeInfo.cs | Nirklav/BinSerializer | 59d5834e63a2e8b9b5190283342466b934cb3063 | [
"MIT"
] | 6 | 2018-12-24T22:05:45.000Z | 2021-02-27T18:52:02.000Z | BinSerializer/Types/SerializerTypeInfo.cs | Nirklav/BinSerializer | 59d5834e63a2e8b9b5190283342466b934cb3063 | [
"MIT"
] | 8 | 2017-08-24T23:21:43.000Z | 2021-01-12T12:52:23.000Z | BinSerializer/Types/SerializerTypeInfo.cs | Nirklav/BinSerializer | 59d5834e63a2e8b9b5190283342466b934cb3063 | [
"MIT"
] | 6 | 2017-01-13T06:24:45.000Z | 2021-03-29T12:13:50.000Z | using System;
using System.Reflection;
using System.Security;
namespace ThirtyNineEighty.BinarySerializer.Types
{
class SerializerTypeInfo
{
protected readonly TypeImpl Type;
protected readonly string TypeId;
public readonly int Version;
public readonly int MinSupportedVersion;
public readon... | 25.337838 | 109 | 0.7024 |
87e259c427081533e67d67138c8107891f5012f9 | 1,186 | cs | C# | src/core/Statiq.Common/Util/SpanExtensions.cs | brownstef/Statiq.Framework | 878e73ea885d674171dccf6695571fd00d702006 | [
"MIT"
] | 1 | 2020-06-27T19:33:47.000Z | 2020-06-27T19:33:47.000Z | src/core/Statiq.Common/Util/SpanExtensions.cs | brownstef/Statiq.Framework | 878e73ea885d674171dccf6695571fd00d702006 | [
"MIT"
] | null | null | null | src/core/Statiq.Common/Util/SpanExtensions.cs | brownstef/Statiq.Framework | 878e73ea885d674171dccf6695571fd00d702006 | [
"MIT"
] | null | null | null | using System;
namespace Statiq.Common
{
public static class SpanExtensions
{
// See https://github.com/dotnet/runtime/issues/29758#issuecomment-498645607
public static bool Replace(
this Span<char> str,
char oldChar,
char newChar)
{
bool... | 25.234043 | 84 | 0.38027 |
3900abd6947ca5fe575c119a2c9cc471fde3d6b8 | 92 | cs | C# | APP.Business.Services/AutoMapper/IProfile.cs | 91651/APP | 73a96ab3fa20a1dbae42ceb7c91924895ffcc6b1 | [
"MIT"
] | 12 | 2018-11-08T14:20:06.000Z | 2021-01-16T08:04:48.000Z | APP.Business.Services/AutoMapper/IProfile.cs | 91651/APP | 73a96ab3fa20a1dbae42ceb7c91924895ffcc6b1 | [
"MIT"
] | 25 | 2020-04-30T00:32:19.000Z | 2022-02-26T04:27:31.000Z | APP.Business.Services/AutoMapper/IProfile.cs | 91651/APP | 73a96ab3fa20a1dbae42ceb7c91924895ffcc6b1 | [
"MIT"
] | 2 | 2019-02-18T06:17:35.000Z | 2019-07-04T02:30:52.000Z | namespace APP.Business.Services.AutoMapper
{
internal interface IProfile
{
}
}
| 13.142857 | 43 | 0.684783 |
48a88753f808bbbd8dff586de431c7915b81d199 | 3,010 | cs | C# | test/AutoS3.Tests/DefaultS3ClientFactoryTest.cs | cocosip/AutoS3 | a7336069360dfc2935c46c70f27c7e9544ccef6e | [
"MIT"
] | null | null | null | test/AutoS3.Tests/DefaultS3ClientFactoryTest.cs | cocosip/AutoS3 | a7336069360dfc2935c46c70f27c7e9544ccef6e | [
"MIT"
] | null | null | null | test/AutoS3.Tests/DefaultS3ClientFactoryTest.cs | cocosip/AutoS3 | a7336069360dfc2935c46c70f27c7e9544ccef6e | [
"MIT"
] | null | null | null | using Amazon.S3;
using Microsoft.Extensions.Logging;
using Moq;
using System;
using Xunit;
namespace AutoS3.Tests
{
public class DefaultS3ClientFactoryTest
{
[Fact]
public void Get_Configuration_Empty_Test()
{
var mockIAmazonS3 = new Mock<IAmazonS3>();
var moc... | 35 | 167 | 0.58206 |
e718c3269d4cf4830257bbf662cdbde09caad3af | 3,302 | cs | C# | test/modules/TwinTester/TwinEdgeOperationsInitializer.cs | gri6507/iotedge | 892c0cc94335472b69da6f254ec24afd824ae671 | [
"MIT"
] | null | null | null | test/modules/TwinTester/TwinEdgeOperationsInitializer.cs | gri6507/iotedge | 892c0cc94335472b69da6f254ec24afd824ae671 | [
"MIT"
] | null | null | null | test/modules/TwinTester/TwinEdgeOperationsInitializer.cs | gri6507/iotedge | 892c0cc94335472b69da6f254ec24afd824ae671 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft. All rights reserved.
namespace TwinTester
{
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Azure.Devices;
using Microsoft.Azure.Devices.Client;
using Microsoft.Azure.Devices.Edge.ModuleUtil;
... | 40.765432 | 185 | 0.677165 |
0e144d2be2186b24639d62eb8b915c4d2667efcb | 989 | cs | C# | ModernHistory/Fhr.ModernHistory.Utils/ObjectRefletUtil.cs | FanHuaRan/ModernHistory | 38466299880e89d84dbb9cb17a7fea598743ef97 | [
"MIT"
] | null | null | null | ModernHistory/Fhr.ModernHistory.Utils/ObjectRefletUtil.cs | FanHuaRan/ModernHistory | 38466299880e89d84dbb9cb17a7fea598743ef97 | [
"MIT"
] | null | null | null | ModernHistory/Fhr.ModernHistory.Utils/ObjectRefletUtil.cs | FanHuaRan/ModernHistory | 38466299880e89d84dbb9cb17a7fea598743ef97 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fhr.ModernHistory.Utils
{
/// <summary>
/// 反射辅助类
/// 2017/07/01 fhr
/// </summary>
public class ObjectRefletUtil
{
/// <summary>
/// 反射处理 赋值
/... | 25.358974 | 69 | 0.472194 |
ddfe5f1e33bba35d1a8e9bcf173dcd16f3a68d5c | 2,302 | cs | C# | Achordeon.Shell.Wpf/Helpers/LogViewModel/LogViewModelLogger.cs | tiamatix/achordeon | dd673f6beef21276e51ca1f63fdaa753d6ade92d | [
"MIT"
] | 4 | 2020-04-07T03:15:08.000Z | 2021-11-15T02:09:53.000Z | Achordeon.Shell.Wpf/Helpers/LogViewModel/LogViewModelLogger.cs | tiamatix/achordeon | dd673f6beef21276e51ca1f63fdaa753d6ade92d | [
"MIT"
] | 1 | 2017-05-07T15:51:10.000Z | 2017-05-07T22:09:12.000Z | Achordeon.Shell.Wpf/Helpers/LogViewModel/LogViewModelLogger.cs | tiamatix/achordeon | dd673f6beef21276e51ca1f63fdaa753d6ade92d | [
"MIT"
] | null | null | null | /*! Achordeon - MIT License
Copyright (c) 2017 tiamatix / Wolf Robben
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, mo... | 34.358209 | 92 | 0.713727 |
fbc705b246b78fb891614739194980d1151a4913 | 381 | cs | C# | src/Web.Api/HealthChecks/HealthCheckService.cs | khteh/AspNetCoreApiStarter | bb84f1d835cd25ca644e0f55829146ab2acc6dd1 | [
"MIT"
] | 3 | 2020-02-26T16:40:06.000Z | 2020-06-12T00:57:47.000Z | src/Web.Api/HealthChecks/HealthCheckService.cs | khteh/AspNetCoreApiStarter | bb84f1d835cd25ca644e0f55829146ab2acc6dd1 | [
"MIT"
] | null | null | null | src/Web.Api/HealthChecks/HealthCheckService.cs | khteh/AspNetCoreApiStarter | bb84f1d835cd25ca644e0f55829146ab2acc6dd1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using Microsoft.Extensions.Diagnostics.HealthChecks;
using Web.Api.HealthChecks;
namespace Microsoft.Extensions.DependencyInjection
{
public static class HealthCheckService
{
#if false
public static IServiceCollection AddHealthCheck(this IServiceC... | 23.8125 | 88 | 0.727034 |
2d1070219ee2968ad10e9afce9b66ab783a9dc85 | 917 | cs | C# | Monday.Client/Dtos/PulseDto.cs | MeladHamedani/monday.client | 9961b7bc5be4a44b8a740a6ddceb5c973959b9b5 | [
"MIT"
] | 4 | 2019-07-08T08:54:10.000Z | 2022-01-13T22:07:22.000Z | Monday.Client/Dtos/PulseDto.cs | MeladHamedani/monday.client | 9961b7bc5be4a44b8a740a6ddceb5c973959b9b5 | [
"MIT"
] | 2 | 2021-02-23T13:42:50.000Z | 2021-04-01T12:20:20.000Z | Monday.Client/Dtos/PulseDto.cs | MeladHamedani/monday.client | 9961b7bc5be4a44b8a740a6ddceb5c973959b9b5 | [
"MIT"
] | 4 | 2019-06-06T12:00:08.000Z | 2022-01-13T22:07:43.000Z | using Newtonsoft.Json;
namespace Monday.Client.Dtos
{
public class PulseDto
{
[JsonProperty("id")] public int PulseId { get; set; }
[JsonProperty("user_id")] public int UserId { get; set; }
[JsonProperty("pulse")] public PulseProperties Pulse { get; set; }
[JsonProperty("upd... | 27.787879 | 77 | 0.582334 |
510e5a2d56eff83993653b196e603c7209895950 | 48,391 | cs | C# | Assets/Doozy/Editor/Windows/DoozyWindowDrawViewSoundy.cs | shshwdr/bullet | 4a96b9b9b96fef7bf1a7b6e018a3200a051bcfba | [
"MIT"
] | null | null | null | Assets/Doozy/Editor/Windows/DoozyWindowDrawViewSoundy.cs | shshwdr/bullet | 4a96b9b9b96fef7bf1a7b6e018a3200a051bcfba | [
"MIT"
] | null | null | null | Assets/Doozy/Editor/Windows/DoozyWindowDrawViewSoundy.cs | shshwdr/bullet | 4a96b9b9b96fef7bf1a7b6e018a3200a051bcfba | [
"MIT"
] | null | null | null | // Copyright (c) 2015 - 2020 Doozy Entertainment. All Rights Reserved.
// This code can only be used under the standard Unity Asset Store End User License Agreement
// A Copy of the EULA APPENDIX 1 is available at http://unity3d.com/company/legal/as_terms
using System;
using System.Collections.Generic;
using Sys... | 54.25 | 231 | 0.476907 |
7b455e37caeda6929eb0b77b025dc2d0b1443549 | 832 | cs | C# | Assets/_Framework/Scripts/Util/ShowNormals.cs | ElasticSea/BricksVR | f6831f51f821290c72238cb0fd55513c8d10cd4a | [
"MIT"
] | null | null | null | Assets/_Framework/Scripts/Util/ShowNormals.cs | ElasticSea/BricksVR | f6831f51f821290c72238cb0fd55513c8d10cd4a | [
"MIT"
] | null | null | null | Assets/_Framework/Scripts/Util/ShowNormals.cs | ElasticSea/BricksVR | f6831f51f821290c72238cb0fd55513c8d10cd4a | [
"MIT"
] | null | null | null | using UnityEngine;
namespace _Framework.Scripts.Util
{
public class ShowNormals : MonoBehaviour
{
[SerializeField] private MeshFilter mf;
[SerializeField] private Color startColor = Color.blue;
[SerializeField] private Color endColor = Color.red;
private void OnDrawGizmosSelect... | 32 | 98 | 0.590144 |
7b595b6377e9ee530a37b0c827f5a88fe41a8eeb | 555 | cs | C# | server/Data/YouShare.Data.Models/Image.cs | IvanMakaveev/YouShare | c7c9bcb5450d43549ab515bcf79b5202d40fc7fb | [
"MIT"
] | null | null | null | server/Data/YouShare.Data.Models/Image.cs | IvanMakaveev/YouShare | c7c9bcb5450d43549ab515bcf79b5202d40fc7fb | [
"MIT"
] | null | null | null | server/Data/YouShare.Data.Models/Image.cs | IvanMakaveev/YouShare | c7c9bcb5450d43549ab515bcf79b5202d40fc7fb | [
"MIT"
] | null | null | null | namespace YouShare.Data.Models
{
using System;
using System.Collections.Generic;
using YouShare.Data.Common.Models;
public class Image : BaseModel<string>
{
public Image()
{
this.Id = Guid.NewGuid().ToString();
this.Profiles = new HashSet<Profile>();
... | 23.125 | 66 | 0.587387 |
e86044e853703e098d07228e3885c53f98b15873 | 798 | cs | C# | src/A5Soft.A5App.Domain/Core/BusinessException.cs | Apskaita5/A5App | bc17e91983b18b0eb2dfbcee00097526521bed72 | [
"MIT"
] | 1 | 2021-03-06T16:49:55.000Z | 2021-03-06T16:49:55.000Z | src/A5Soft.A5App.Domain/Core/BusinessException.cs | Apskaita5/A5App | bc17e91983b18b0eb2dfbcee00097526521bed72 | [
"MIT"
] | null | null | null | src/A5Soft.A5App.Domain/Core/BusinessException.cs | Apskaita5/A5App | bc17e91983b18b0eb2dfbcee00097526521bed72 | [
"MIT"
] | null | null | null | using System;
using System.Runtime.Serialization;
namespace A5Soft.A5App.Domain.Core
{
/// <summary>
/// a base class for business logic exceptions, i.e. exceptions that are related to
/// business data or state and should be handled by the user.
/// </summary>
[Serializable]
public abstract c... | 27.517241 | 109 | 0.632832 |
bd5d9963e6fe8ef779f1b2ceb972ae27c1e0ba67 | 145 | cs | C# | Commands/IDeleteCarCommand.cs | PhiladelphiaVolleyball/OpenSports.GroupsApi | 79f930bea0ffffb2a5c18d130fad87b93a0879dc | [
"MIT"
] | 1 | 2019-02-25T22:09:50.000Z | 2019-02-25T22:09:50.000Z | Commands/IDeleteCarCommand.cs | PhiladelphiaVolleyball/OpenSports.GroupsApi | 79f930bea0ffffb2a5c18d130fad87b93a0879dc | [
"MIT"
] | null | null | null | Commands/IDeleteCarCommand.cs | PhiladelphiaVolleyball/OpenSports.GroupsApi | 79f930bea0ffffb2a5c18d130fad87b93a0879dc | [
"MIT"
] | null | null | null | namespace OpenSports.GroupsApi.Commands
{
using Boxed.AspNetCore;
public interface IDeleteCarCommand : IAsyncCommand<int>
{
}
}
| 16.111111 | 59 | 0.717241 |
e0a2e35fe415ce39f467f903b22ccc91fbeb7c06 | 3,127 | cs | C# | schLauncher/Config.cs | thistuna/schLauncher | 27d5f27a473c6262e8ab353ccbe1eb6ecd0cd1b7 | [
"MIT"
] | 3 | 2020-04-02T05:58:42.000Z | 2020-10-14T11:26:43.000Z | schLauncher/Config.cs | thistuna/schLauncher | 27d5f27a473c6262e8ab353ccbe1eb6ecd0cd1b7 | [
"MIT"
] | null | null | null | schLauncher/Config.cs | thistuna/schLauncher | 27d5f27a473c6262e8ab353ccbe1eb6ecd0cd1b7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Xml = System.Xml.Linq;
namespace schLauncher
{
public partial class Config : Form
{
... | 34.362637 | 103 | 0.575312 |
2bfd3a6b6f0c817e4d3c743c07150c0deff1db98 | 196 | cs | C# | src/BKind.Web/Features/Stories/Queries/GetTagCloudQuery.cs | idukic/b-kind | 6cf3bf576bc17f3369cf17a590f8793ce3e17f9a | [
"MIT"
] | 4 | 2017-01-26T19:51:40.000Z | 2019-10-30T19:00:08.000Z | src/BKind.Web/Features/Stories/Queries/GetTagCloudQuery.cs | idukic/b-kind | 6cf3bf576bc17f3369cf17a590f8793ce3e17f9a | [
"MIT"
] | null | null | null | src/BKind.Web/Features/Stories/Queries/GetTagCloudQuery.cs | idukic/b-kind | 6cf3bf576bc17f3369cf17a590f8793ce3e17f9a | [
"MIT"
] | 6 | 2017-01-26T22:38:32.000Z | 2018-03-31T09:16:39.000Z | using System.Collections.Generic;
using MediatR;
namespace BKind.Web.Features.Stories.Queries
{
public class GetTagCloudQuery : IRequest<List<(string tag, int count)>>
{
}
} | 19.6 | 75 | 0.693878 |
a77c5698ae4fd2304312705adfa1a1b95cf57aac | 626 | cs | C# | RPGGameSecondVersion/RPGGameSecondVersion/UI/Victory.cs | IvanGrigorov/RPG-Game-Challenge | 13665f7b8e013d5078f0cce29cfd552409ed59d6 | [
"MIT"
] | 2 | 2017-04-05T20:16:57.000Z | 2019-02-19T12:29:10.000Z | RPGGameSecondVersion/RPGGameSecondVersion/UI/Victory.cs | IvanGrigorov/RPG-Game-Challenge | 13665f7b8e013d5078f0cce29cfd552409ed59d6 | [
"MIT"
] | null | null | null | RPGGameSecondVersion/RPGGameSecondVersion/UI/Victory.cs | IvanGrigorov/RPG-Game-Challenge | 13665f7b8e013d5078f0cce29cfd552409ed59d6 | [
"MIT"
] | 1 | 2019-12-08T07:55:51.000Z | 2019-12-08T07:55:51.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace RPGGameSecondVersion.UI
{
public partial class Victory : Form
{
public Victory... | 22.357143 | 79 | 0.677316 |
7eb3c2bb899167fe1772a6ef713e7881c2bc3e85 | 837 | cs | C# | SnippetManager.Test/SettingReaderTest.cs | AreTrash/SnippetManager | b00da2629eb11457a0bc42ff21f25c5c52a2f9a3 | [
"MIT"
] | null | null | null | SnippetManager.Test/SettingReaderTest.cs | AreTrash/SnippetManager | b00da2629eb11457a0bc42ff21f25c5c52a2f9a3 | [
"MIT"
] | null | null | null | SnippetManager.Test/SettingReaderTest.cs | AreTrash/SnippetManager | b00da2629eb11457a0bc42ff21f25c5c52a2f9a3 | [
"MIT"
] | null | null | null | using Xunit;
namespace SnippetManager.Test
{
public class SettingReaderTest
{
[Fact]
public void SettingIfExist()
{
var settings = new[]
{
"NotExistEqualLine",
"CodeFolderPath=\"hogehoge\"",
"VSSnippetFolderPath = ... | 26.15625 | 68 | 0.529271 |
65e467fd26e15a1c0f144c0cafe31ea7573de6fd | 7,824 | cs | C# | src/Foundation/Commerce/website/Services/Cart/CartService.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | null | null | null | src/Foundation/Commerce/website/Services/Cart/CartService.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | null | null | null | src/Foundation/Commerce/website/Services/Cart/CartService.cs | Igor1306/sitecore-headless-commerce-accelerator | b138557325e400bd2b45071ee96adf57f4ff8240 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 EPAM Systems, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | 40.123077 | 125 | 0.649412 |
8fac845491101d4ee529968075311aa9c3bbef30 | 4,163 | cshtml | C# | src/TechStacks/TechStacks/Views/Shared/ServerHtml.cshtml | cmboling/TechStacks | c2f8eafbc15d528bfacd3f25d3fda2ce760ca88c | [
"BSD-3-Clause"
] | 38 | 2015-01-01T21:42:53.000Z | 2021-03-04T01:14:55.000Z | src/TechStacks/TechStacks/Views/Shared/ServerHtml.cshtml | cmboling/TechStacks | c2f8eafbc15d528bfacd3f25d3fda2ce760ca88c | [
"BSD-3-Clause"
] | 6 | 2016-02-05T10:54:02.000Z | 2022-03-02T01:48:29.000Z | src/TechStacks/TechStacks/Views/Shared/ServerHtml.cshtml | cmboling/TechStacks | c2f8eafbc15d528bfacd3f25d3fda2ce760ca88c | [
"BSD-3-Clause"
] | 20 | 2015-01-30T13:08:42.000Z | 2020-11-19T01:07:06.000Z | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>@ViewBag.Title</title>
<meta name="description" content="TechStacks lets you Discover the Hottest Technology Stacks of the most popular Startups and Apps using... | 46.255556 | 188 | 0.515253 |
d8f02aa05b5847a4fecb8fc155c65dcb94f52761 | 310 | cs | C# | Currency/CurrencyUI/WindowUtils.cs | dy55/Currency-Query-Tool | 51fbbfa68bb2f4d55d3e6ead4725fe1c4deff8d3 | [
"MIT"
] | null | null | null | Currency/CurrencyUI/WindowUtils.cs | dy55/Currency-Query-Tool | 51fbbfa68bb2f4d55d3e6ead4725fe1c4deff8d3 | [
"MIT"
] | null | null | null | Currency/CurrencyUI/WindowUtils.cs | dy55/Currency-Query-Tool | 51fbbfa68bb2f4d55d3e6ead4725fe1c4deff8d3 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using CurrencyUI;
namespace UIKit {
public static class WindowUtils {
public static void ShowException(Exception e) {
MessageBox.Show(e.ToString(), "程序发生异常", MessageBoxButton.OK, MessageBoxImage.Error);
}
}
}
| 20.666667 | 87 | 0.76129 |
a71cbb46bb5975d6fa5a4123b0542328fcb0335b | 590 | cs | C# | Microsoft.Azure.Cosmos/src/OSS/Antlr/Sharpen/Compat/SerializableAttribute.cs | ayanMSFT/azure-cosmos-dotnet-v3 | 2f7e613cf03d2157b58cba7b9178d64b98596a91 | [
"MIT"
] | 522 | 2018-12-04T16:46:48.000Z | 2022-03-31T10:05:36.000Z | Microsoft.Azure.Cosmos/src/OSS/Antlr/Sharpen/Compat/SerializableAttribute.cs | ayanMSFT/azure-cosmos-dotnet-v3 | 2f7e613cf03d2157b58cba7b9178d64b98596a91 | [
"MIT"
] | 2,076 | 2018-12-03T14:44:27.000Z | 2022-03-31T05:06:30.000Z | Microsoft.Azure.Cosmos/src/OSS/Antlr/Sharpen/Compat/SerializableAttribute.cs | ayanMSFT/azure-cosmos-dotnet-v3 | 2f7e613cf03d2157b58cba7b9178d64b98596a91 | [
"MIT"
] | 396 | 2018-12-04T19:20:05.000Z | 2022-03-29T17:23:27.000Z | // This file isn't generated, but this comment is necessary to exclude it from StyleCop analysis.
// <auto-generated/>
/* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#i... | 28.095238 | 141 | 0.742373 |
a756c7772c5f18ebad21e57723adf4199910b579 | 468 | cs | C# | MocaTemplate/MocaItem/Dao/IDaoClass.cs | mocanet/TemplateVSPackage | d4c5555f754602a6b5afc11b7b671f8d045025ee | [
"MS-PL"
] | 2 | 2016-12-29T18:17:38.000Z | 2022-01-09T00:39:53.000Z | MocaTemplate/MocaItem/Dao/IDaoClass.cs | mocanet/TemplateVSPackage | d4c5555f754602a6b5afc11b7b671f8d045025ee | [
"MS-PL"
] | 22 | 2015-09-29T16:51:16.000Z | 2022-01-10T08:15:00.000Z | MocaTemplate/MocaItem/Dao/IDaoClass.cs | mocanet/TemplateVSPackage | d4c5555f754602a6b5afc11b7b671f8d045025ee | [
"MS-PL"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Moca.Db.Attr;
using Moca.Attr;
namespace $rootnamespace$
{
/// <summary>
/// DaoClass1 データアクセスインタフェース
/// </summary>
[Dao("app.configのconnectionStringsキー", typeof(Impl.$fileinputname$))]
public interface I$fileinputname$
... | 20.347826 | 70 | 0.65812 |
4311567f2acc37b6b31dfc1bdd29827a9f379738 | 8,025 | cs | C# | slnLatrunculi/Latrunculi.Common/Board/Board.cs | ondrejgr/Latrunculi | a3af045082bd8177e0366301cc630d2e7bdc6ee0 | [
"MIT"
] | null | null | null | slnLatrunculi/Latrunculi.Common/Board/Board.cs | ondrejgr/Latrunculi | a3af045082bd8177e0366301cc630d2e7bdc6ee0 | [
"MIT"
] | null | null | null | slnLatrunculi/Latrunculi.Common/Board/Board.cs | ondrejgr/Latrunculi | a3af045082bd8177e0366301cc630d2e7bdc6ee0 | [
"MIT"
] | null | null | null | using Latrunculi.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Latrunculi
{
/// <summary>
/// Obecná hrací deska
/// </summary>
public abstract class Board
{
private Pieces[,] _data = null;
/// ... | 28.558719 | 135 | 0.437508 |
5860672a8cdc01e2cb598ea14d4be256f1cc24db | 3,332 | cs | C# | Daifuku.Tests/DisplayNameForTagHelperTests.cs | goto10hq/Daifuku | 4ac11543110964321822e64c5b94815e8be0db70 | [
"MIT"
] | null | null | null | Daifuku.Tests/DisplayNameForTagHelperTests.cs | goto10hq/Daifuku | 4ac11543110964321822e64c5b94815e8be0db70 | [
"MIT"
] | 9 | 2017-10-22T22:22:42.000Z | 2017-12-12T12:10:11.000Z | Daifuku.Tests/DisplayNameForTagHelperTests.cs | goto10hq/Daifuku | 4ac11543110964321822e64c5b94815e8be0db70 | [
"MIT"
] | 1 | 2018-04-15T14:30:13.000Z | 2018-04-15T14:30:13.000Z | using Daifuku.Extensions;
using Daifuku.TagHelpers;
using Daifuku.Tests.Helpers;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.AspNetCore.Razor.TagHelpers;
using Sushi2;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System... | 32.666667 | 78 | 0.569328 |
4564c561dafe65ff60b0facbea374a779cfaaec9 | 3,794 | cs | C# | Discord.Interactions.AspNetCore/CommandsHandling/Services/Extensions/DiscordInteractionCommandHandlerFactoryExtensions.cs | TehGM/Discord.Interactions.AspNetCore | fe3faa711974bd060960ff09074b69a47df7109c | [
"MIT"
] | 3 | 2021-10-09T22:05:12.000Z | 2021-12-17T07:23:09.000Z | Discord.Interactions.AspNetCore/CommandsHandling/Services/Extensions/DiscordInteractionCommandHandlerFactoryExtensions.cs | TehGM/Discord.Interactions.AspNetCore | fe3faa711974bd060960ff09074b69a47df7109c | [
"MIT"
] | null | null | null | Discord.Interactions.AspNetCore/CommandsHandling/Services/Extensions/DiscordInteractionCommandHandlerFactoryExtensions.cs | TehGM/Discord.Interactions.AspNetCore | fe3faa711974bd060960ff09074b69a47df7109c | [
"MIT"
] | null | null | null | using System;
using Microsoft.Extensions.DependencyInjection;
namespace TehGM.Discord.Interactions.CommandsHandling
{
/// <summary>Extension methods for <see cref="IDiscordInteractionCommandHandlerFactory"/>.</summary>
public static class DiscordInteractionCommandHandlerFactoryExtensions
{
/// <su... | 75.88 | 186 | 0.725356 |
6253ecd2c8f429f58a38680b725c67ef1813cba1 | 1,202 | cs | C# | MyWebApp-BikeShop/Models/Bikes/AddBikeFormModel.cs | Ldpavlov/Bike-Shop-API | 41d7ba2120213a97a378d398d4feea4532ffb25c | [
"MIT"
] | null | null | null | MyWebApp-BikeShop/Models/Bikes/AddBikeFormModel.cs | Ldpavlov/Bike-Shop-API | 41d7ba2120213a97a378d398d4feea4532ffb25c | [
"MIT"
] | null | null | null | MyWebApp-BikeShop/Models/Bikes/AddBikeFormModel.cs | Ldpavlov/Bike-Shop-API | 41d7ba2120213a97a378d398d4feea4532ffb25c | [
"MIT"
] | null | null | null | namespace MyWebApp_BikeShop.Models.Bikes
{
using MyWebApp_BikeShop.Services.Bikes.Models;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using static DATA.DataConstants;
public class AddBikeFormModel
{
[Required]
[StringLength(BikeBrandMaxLength,... | 30.05 | 97 | 0.637271 |
304d3ae0c34c07e91b09aa0215395b7e873bb5ec | 3,501 | cs | C# | mdlDataBaseAccess/mdlDataBaseAccess/MySqlClient/field.cs | silvath/siscobras | dd5c11fd5c48568948f21382b312690fa2cbd560 | [
"MIT"
] | null | null | null | mdlDataBaseAccess/mdlDataBaseAccess/MySqlClient/field.cs | silvath/siscobras | dd5c11fd5c48568948f21382b312690fa2cbd560 | [
"MIT"
] | null | null | null | mdlDataBaseAccess/mdlDataBaseAccess/MySqlClient/field.cs | silvath/siscobras | dd5c11fd5c48568948f21382b312690fa2cbd560 | [
"MIT"
] | null | null | null | // Copyright (C) 2004-2005 MySQL AB
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as published by
// the Free Software Foundation
//
// There are special exceptions to the terms and conditions of the GPL
// as it is applied ... | 21.347561 | 90 | 0.68409 |
a89fb963f1ba3c1a50e4410766385375d3395aee | 1,114 | cs | C# | Src/VimEditorHost/Implementation/Misc/BasicExperimentationServiceInternal.cs | TKumadaki/VsVim | 9189586db6ba14a9b8bcec143227b24c9b728fdb | [
"Apache-2.0"
] | 1 | 2019-04-17T21:06:01.000Z | 2019-04-17T21:06:01.000Z | Src/VimEditorHost/Implementation/Misc/BasicExperimentationServiceInternal.cs | ricksladkey/VsVim | 15b8c825bab6158d84d70d6dfef37d7f30dee591 | [
"Apache-2.0"
] | 2 | 2019-10-12T09:02:24.000Z | 2019-10-12T09:49:29.000Z | Src/VimEditorHost/Implementation/Misc/BasicExperimentationServiceInternal.cs | ricksladkey/VsVim | 15b8c825bab6158d84d70d6dfef37d7f30dee591 | [
"Apache-2.0"
] | null | null | null | #if VS_SPECIFIC_2019
using System;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition.Primitives;
using Microsoft.VisualStudio.Language.Intellisense.Utilities;
using System.Threading;
using Microsoft.VisualStudio.Text.Utilities;
namespace Vim.EditorHost.Implementation.Misc
{
... | 38.413793 | 102 | 0.744165 |
f6ebca1f28cd6439981479eeeba2bbd83cc40464 | 472 | cs | C# | 2.7.-HashMap/HashMapProyect/Program.cs | AlfredoCU/C--Basics | dfbe3809bd231eca23dbb2dc3e5ea7a7b13123dd | [
"MIT"
] | null | null | null | 2.7.-HashMap/HashMapProyect/Program.cs | AlfredoCU/C--Basics | dfbe3809bd231eca23dbb2dc3e5ea7a7b13123dd | [
"MIT"
] | null | null | null | 2.7.-HashMap/HashMapProyect/Program.cs | AlfredoCU/C--Basics | dfbe3809bd231eca23dbb2dc3e5ea7a7b13123dd | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HashMapProyect
{
class Program
{
static void Main(string[] args)
{
clsMuestraHashTable Elementos = new clsMuestraHashTable();
Elementos.AgregarD... | 22.47619 | 70 | 0.631356 |
823d86b3860fe79418273ae375890e067ec5d88f | 3,338 | cs | C# | ExtendInput/ExtendInput/Controls/ControlMotion.cs | Nielk1/ExtendInput | ce1c00861e287d4ead671b97acc0f1065fd468be | [
"MIT"
] | 2 | 2021-02-24T03:00:46.000Z | 2021-08-19T05:12:54.000Z | ExtendInput/ExtendInput/Controls/ControlMotion.cs | Nielk1/ExtendInput | ce1c00861e287d4ead671b97acc0f1065fd468be | [
"MIT"
] | 2 | 2021-08-13T07:33:11.000Z | 2021-11-16T09:40:38.000Z | ExtendInput/ExtendInput/Controls/ControlMotion.cs | Nielk1/ExtendInput | ce1c00861e287d4ead671b97acc0f1065fd468be | [
"MIT"
] | 1 | 2021-08-19T05:12:44.000Z | 2021-08-19T05:12:44.000Z | using System;
namespace ExtendInput.Controls
{
/// <summary>
/// This motion data will change drasticly in later versions
/// </summary>
public class ControlMotion : IControl
{
public Int16 AccelerometerX { get; set; }
public Int16 AccelerometerY { get; set; }
public Int16 ... | 36.282609 | 74 | 0.553625 |
827cfd9c2f6f4ce47124af26fb8f5fc4893d8a48 | 3,184 | cs | C# | EmbedSource/Embed.Web/Startup.cs | pkcphilip/Embed | cc894498870d1d2958565f8e27f5614536429869 | [
"MIT"
] | null | null | null | EmbedSource/Embed.Web/Startup.cs | pkcphilip/Embed | cc894498870d1d2958565f8e27f5614536429869 | [
"MIT"
] | null | null | null | EmbedSource/Embed.Web/Startup.cs | pkcphilip/Embed | cc894498870d1d2958565f8e27f5614536429869 | [
"MIT"
] | null | null | null | using AutoMapper;
using Embed.Core.Abstract;
using Embed.Persistance.Repositories;
using Embed.Persistance.Repositories.Auth;
using Embed.Web.Mapping;
using Embed.Web.Provider;
using Microsoft.Owin;
using Microsoft.Owin.Security.OAuth;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Ninject;
using Ni... | 34.989011 | 113 | 0.643216 |
2e88c178ec472be51285c6cacc7f788d3d5a28eb | 3,708 | cs | C# | src/Bitfinex.Client.Websocket/Responses/FundingOffers/FundingOffer.cs | shaynevanasperen/bitfinex-client-websocket | abd7b0c47c45d0adcba8458c64dee4a9a0f5791e | [
"Apache-2.0"
] | null | null | null | src/Bitfinex.Client.Websocket/Responses/FundingOffers/FundingOffer.cs | shaynevanasperen/bitfinex-client-websocket | abd7b0c47c45d0adcba8458c64dee4a9a0f5791e | [
"Apache-2.0"
] | null | null | null | src/Bitfinex.Client.Websocket/Responses/FundingOffers/FundingOffer.cs | shaynevanasperen/bitfinex-client-websocket | abd7b0c47c45d0adcba8458c64dee4a9a0f5791e | [
"Apache-2.0"
] | null | null | null | using System;
using System.Diagnostics;
using System.Reactive.Subjects;
using Bitfinex.Client.Websocket.Utils;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Bitfinex.Client.Websocket.Responses.FundingOffers;
/// <summary>
/// Info about placed offer
/// </summary>
[DebuggerDisplay("Offer: {Id} - {Symb... | 26.676259 | 105 | 0.590076 |
2e975c56e84b3c928a91ba7a49ef733e2383d795 | 4,323 | cs | C# | Hyena/Hyena.Query/DateQueryValue.cs | badcel/Hyena | 93c74ae685221169f494f4bbf636bb25acbebcfd | [
"MIT"
] | 3 | 2020-08-19T20:12:20.000Z | 2020-10-08T21:02:08.000Z | Hyena/Hyena.Query/DateQueryValue.cs | badcel/Hyena | 93c74ae685221169f494f4bbf636bb25acbebcfd | [
"MIT"
] | 2 | 2020-12-30T09:31:14.000Z | 2021-01-01T09:12:33.000Z | Hyena/Hyena.Query/DateQueryValue.cs | badcel/Hyena | 93c74ae685221169f494f4bbf636bb25acbebcfd | [
"MIT"
] | 1 | 2020-12-31T08:17:27.000Z | 2020-12-31T08:17:27.000Z | //
// DateQueryValue.cs
//
// Authors:
// Gabriel Burt <gburt@novell.com>
//
// Copyright (C) 2007-2008 Novell, Inc.
//
// 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 restrictio... | 35.727273 | 171 | 0.602128 |
08079285db62fee5daacce1ada9af7c529a50dd7 | 870 | cs | C# | src/Verify/Verifier/InnerVerifier.cs | CyberFlameGO/Verify | fcfa6dc650fcfc765e25617d30862f17eca90a6d | [
"MIT"
] | 21 | 2021-09-12T14:31:24.000Z | 2022-03-30T20:02:11.000Z | src/Verify/Verifier/InnerVerifier.cs | CyberFlameGO/Verify | fcfa6dc650fcfc765e25617d30862f17eca90a6d | [
"MIT"
] | null | null | null | src/Verify/Verifier/InnerVerifier.cs | CyberFlameGO/Verify | fcfa6dc650fcfc765e25617d30862f17eca90a6d | [
"MIT"
] | null | null | null | using System;
using System.Reflection;
namespace VerifyTests
{
/// <summary>
/// Not for public use.
/// </summary>
public partial class InnerVerifier :
IDisposable
{
VerifySettings settings;
FileNameBuilder fileNameBuilder;
public InnerVerifier(strin... | 28.064516 | 103 | 0.614943 |
080c03fab207c5429e4343aecdecb7f8e328092e | 5,538 | cs | C# | Data.SQLServerProvider/Expressions/SqlDbQueryGetMemberNameExpressionNode.cs | tofx/data | 1760f73e9b7966f14b6f58e697dbd274ec762b77 | [
"MIT"
] | null | null | null | Data.SQLServerProvider/Expressions/SqlDbQueryGetMemberNameExpressionNode.cs | tofx/data | 1760f73e9b7966f14b6f58e697dbd274ec762b77 | [
"MIT"
] | null | null | null | Data.SQLServerProvider/Expressions/SqlDbQueryGetMemberNameExpressionNode.cs | tofx/data | 1760f73e9b7966f14b6f58e697dbd274ec762b77 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
using tofx.Data.Abstractions;
namespace tofx.Data.Providers.SqlServer.Expressions
{
public class SqlDbQueryGetMemberNameExpressionNode : SqlDbQueryExpressionNode, IDbQueryExpressionMemberNameParser... | 41.328358 | 126 | 0.519682 |
0fd538dca3577d745f017182cd822c9a5390a8d6 | 438 | cs | C# | src/HarNetCore/Dto/EntryDto.cs | acastaner/harnetcore | 0e3b17e8d13821931bd574f939d4d996e6418b2c | [
"MIT"
] | null | null | null | src/HarNetCore/Dto/EntryDto.cs | acastaner/harnetcore | 0e3b17e8d13821931bd574f939d4d996e6418b2c | [
"MIT"
] | null | null | null | src/HarNetCore/Dto/EntryDto.cs | acastaner/harnetcore | 0e3b17e8d13821931bd574f939d4d996e6418b2c | [
"MIT"
] | null | null | null | namespace Harnet.Dto
{
public class EntryDto
{
public string pageref { get; set; }
public string startedDateTime { get; set; }
public double time { get; set; }
public RequestDto request { get; set; }
public ResponseDto response { get; set; }
public CacheDto cache... | 29.2 | 51 | 0.591324 |
d24959e40cb015def093c2bc87c0138f876e91a4 | 646 | cs | C# | ASP.net/ClArc/Commands/CreateUseCase/Core/MakeUseCase/UseCaseRegisters/LocalUseCaseRegister.cs | nrslib/ClArc.CLI | be644ba259dd44597481bb39a23fa9ff375a9442 | [
"Apache-2.0"
] | 3 | 2019-05-10T01:51:23.000Z | 2019-09-21T04:37:09.000Z | ASP.net/ClArc/Commands/CreateUseCase/Core/MakeUseCase/UseCaseRegisters/LocalUseCaseRegister.cs | nrslib/ClArc.CLI | be644ba259dd44597481bb39a23fa9ff375a9442 | [
"Apache-2.0"
] | null | null | null | ASP.net/ClArc/Commands/CreateUseCase/Core/MakeUseCase/UseCaseRegisters/LocalUseCaseRegister.cs | nrslib/ClArc.CLI | be644ba259dd44597481bb39a23fa9ff375a9442 | [
"Apache-2.0"
] | 1 | 2019-12-02T16:01:15.000Z | 2019-12-02T16:01:15.000Z | namespace ClArc.Commands.CreateUseCase.Core.MakeUseCase.UseCaseRegisters {
public class LocalUseCaseRegister : UseCaseRegister {
public LocalUseCaseRegister(UseCaseRegisterParameter param) : base(param) {
}
protected override string OnLauncherFileName() {
return "LocalDiL... | 34 | 84 | 0.657895 |
b8b16ae989e17db54183f3242de688db37faa856 | 5,133 | cs | C# | Source/Framework/ZyGames.Framework/RPC/IO/MessageHead.cs | lsqtzj/Scut | b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a | [
"Unlicense"
] | 1,238 | 2015-01-01T14:07:56.000Z | 2022-03-31T13:38:38.000Z | Source/Framework/ZyGames.Framework/RPC/IO/MessageHead.cs | lsqtzj/Scut | b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a | [
"Unlicense"
] | 21 | 2015-04-24T14:37:43.000Z | 2020-10-24T06:23:42.000Z | Source/Framework/ZyGames.Framework/RPC/IO/MessageHead.cs | lsqtzj/Scut | b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a | [
"Unlicense"
] | 547 | 2015-01-03T03:55:51.000Z | 2022-03-25T04:31:26.000Z | /****************************************************************************
Copyright (c) 2013-2015 scutgame.com
http://www.scutgame.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... | 26.188776 | 114 | 0.477888 |
3bc107f47b083a6144bd49f3e8e9d0017e50ca4e | 3,931 | cs | C# | src/proxy/lion.baselib/Controllers/percent.cs | lisa3907/lotto.lion | 09e8177d2a578b1c33328d81f188e59ea5d57b43 | [
"MIT"
] | 12 | 2017-06-10T17:57:05.000Z | 2020-09-04T05:28:21.000Z | src/proxy/lion.baselib/Controllers/percent.cs | lisa3907/lotto.lion | 09e8177d2a578b1c33328d81f188e59ea5d57b43 | [
"MIT"
] | 2 | 2017-05-12T10:14:09.000Z | 2017-05-12T10:29:34.000Z | src/proxy/lion.baselib/Controllers/percent.cs | lisa3907/lotto.lion | 09e8177d2a578b1c33328d81f188e59ea5d57b43 | [
"MIT"
] | 4 | 2017-06-11T00:59:57.000Z | 2020-10-17T07:13:10.000Z | using LottoLion.BaseLib.Models.Entity;
using System.Collections.Generic;
namespace LottoLion.BaseLib.Controllers
{
public class WinnerPercent
{
private (short[] lj, short[] ls) GetWinnerPercentage(TbLionWinner[] winners, int sequence_no)
{
var _result = (lj: new short[10], ls: new ... | 30.710938 | 112 | 0.425083 |
ce2da36556841d44391aa1039e8308e18268fb04 | 567 | cs | C# | src/FundAdministration.GlobalInvestor/IReferenceClient.cs | ElevateData/OpenTemenos | 4150850f4c18dd770d1766a9a86516375409e085 | [
"MIT"
] | null | null | null | src/FundAdministration.GlobalInvestor/IReferenceClient.cs | ElevateData/OpenTemenos | 4150850f4c18dd770d1766a9a86516375409e085 | [
"MIT"
] | null | null | null | src/FundAdministration.GlobalInvestor/IReferenceClient.cs | ElevateData/OpenTemenos | 4150850f4c18dd770d1766a9a86516375409e085 | [
"MIT"
] | null | null | null | using FundAdministration.GlobalInvestor.Reference.Cities;
using FundAdministration.GlobalInvestor.Reference.CountryHolidays;
using FundAdministration.GlobalInvestor.Reference.CurrencyHolidays;
using FundAdministration.GlobalInvestor.Reference.Messages;
namespace FundAdministration.GlobalInvestor;
public interface IR... | 37.8 | 67 | 0.84127 |
ce2eec7046e013db70230ff6e29f5a9059f52b2a | 11,168 | cs | C# | Data-Structures-Library/Queue.cs | Stefi99R/Data-Structures-Library | 19a07ca8e4885a8c1982a079c1a1430db11b8732 | [
"MIT"
] | 1 | 2021-04-14T19:54:35.000Z | 2021-04-14T19:54:35.000Z | Data-Structures-Library/Queue.cs | Stefi99R/Data-Structures-Library | 19a07ca8e4885a8c1982a079c1a1430db11b8732 | [
"MIT"
] | null | null | null | Data-Structures-Library/Queue.cs | Stefi99R/Data-Structures-Library | 19a07ca8e4885a8c1982a079c1a1430db11b8732 | [
"MIT"
] | null | null | null | using System;
using System.Globalization;
using System.Linq;
namespace Data_Structures_Library
{
/// <summary>
/// Class that represents a non-generic Queue, a FIFO (First In First Out) data structure, containing necessary methods to manipulate it.
/// Can be implemented as an array, or as a SinglyLinked... | 36.980132 | 147 | 0.509044 |
1c06a8fbd1929ae30b7f0a5838ac1e27c7298117 | 1,472 | cs | C# | AlipaySDKNet/Domain/GroupRecord.cs | Varorbc/alipay-sdk-net-all | 88b9174c93ebc6ee55bbc16cd5fa42cf2603e73c | [
"Apache-2.0"
] | null | null | null | AlipaySDKNet/Domain/GroupRecord.cs | Varorbc/alipay-sdk-net-all | 88b9174c93ebc6ee55bbc16cd5fa42cf2603e73c | [
"Apache-2.0"
] | null | null | null | AlipaySDKNet/Domain/GroupRecord.cs | Varorbc/alipay-sdk-net-all | 88b9174c93ebc6ee55bbc16cd5fa42cf2603e73c | [
"Apache-2.0"
] | null | null | null | using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Aop.Api.Domain
{
/// <summary>
/// GroupRecord Data Structure.
/// </summary>
[Serializable]
public class GroupRecord : AopObject
{
/// <summary>
/// 本次返回的结果数量
/// </summary>
... | 23.365079 | 50 | 0.497962 |
bad581f406fba14b481703afc2b4a863779539a3 | 3,890 | cs | C# | EA.Gen.Addin/EA.Gen.Test.Addin.Test/TestAddin.cs | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | null | null | null | EA.Gen.Addin/EA.Gen.Test.Addin.Test/TestAddin.cs | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | 4 | 2020-08-30T17:35:36.000Z | 2020-09-10T21:47:55.000Z | EA.Gen.Addin/EA.Gen.Test.Addin.Test/TestAddin.cs | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace EA.Gen.Addin.Test
{
/// <summary>
/// Summary description for TestAddin
/// </summary>
[TestClass]
public class TestAddin
{
private EA.Repository repo = null... | 31.885246 | 196 | 0.523907 |
02ead5c988505e02e2fd0bd8f89c6681bd85e8f4 | 1,007 | cs | C# | Assets/Scripts/Shoot.cs | xrayman021/HortonChase_P01 | 48f74ae9ddef28d3ce1da3e885f8ffd98ed53b9d | [
"MIT"
] | null | null | null | Assets/Scripts/Shoot.cs | xrayman021/HortonChase_P01 | 48f74ae9ddef28d3ce1da3e885f8ffd98ed53b9d | [
"MIT"
] | null | null | null | Assets/Scripts/Shoot.cs | xrayman021/HortonChase_P01 | 48f74ae9ddef28d3ce1da3e885f8ffd98ed53b9d | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Shoot : MonoBehaviour
{
public float power;
public Transform launchpoint;
public GameObject bullet;
public GameObject particleSystem;
[SerializeField] AudioClip _shootSound = null;
p... | 26.5 | 110 | 0.643496 |
f3262aa27d7660689bb9f6b6be7b82a4d44a0bf2 | 9,507 | cs | C# | Assets/MercuryMessaging/Protocol/MmNetworkResponder.cs | samsilverman/MercuryMessaging | 18436d1ad4b40d20d50d9bb20d9a3af93df230ae | [
"BSD-3-Clause"
] | 37 | 2018-04-26T15:59:26.000Z | 2022-02-16T16:45:06.000Z | Assets/MercuryMessaging/Protocol/MmNetworkResponder.cs | samsilverman/MercuryMessaging | 18436d1ad4b40d20d50d9bb20d9a3af93df230ae | [
"BSD-3-Clause"
] | 3 | 2018-12-05T11:51:23.000Z | 2021-02-03T20:36:25.000Z | Assets/MercuryMessaging/Protocol/MmNetworkResponder.cs | samsilverman/MercuryMessaging | 18436d1ad4b40d20d50d9bb20d9a3af93df230ae | [
"BSD-3-Clause"
] | 7 | 2018-05-03T16:48:15.000Z | 2020-11-09T21:53:38.000Z | // Copyright (c) 2017-2019, Columbia University
// 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 notice,
// this ... | 40.455319 | 87 | 0.624172 |
298d0b9f0767e4d5f5807621bc0dafe44ebbae56 | 171 | cs | C# | src/tibs.stem.Application/Common/Dto/FindUsersInput.cs | realvino/Core-2.0 | ea384426fa8dc2b4ef109c7ac9f7d983813472c3 | [
"Apache-2.0"
] | 1 | 2018-06-05T05:52:47.000Z | 2018-06-05T05:52:47.000Z | src/tibs.stem.Application/Common/Dto/FindUsersInput.cs | realvino/Core-2.0 | ea384426fa8dc2b4ef109c7ac9f7d983813472c3 | [
"Apache-2.0"
] | null | null | null | src/tibs.stem.Application/Common/Dto/FindUsersInput.cs | realvino/Core-2.0 | ea384426fa8dc2b4ef109c7ac9f7d983813472c3 | [
"Apache-2.0"
] | null | null | null | using tibs.stem.Dto;
namespace tibs.stem.Common.Dto
{
public class FindUsersInput : PagedAndFilteredInputDto
{
public int? TenantId { get; set; }
}
} | 19 | 58 | 0.666667 |
9ad3eba5b06f1853915960fa4a814f4ad31d7358 | 353 | cs | C# | Xam.Behaviors/Infrastructure.cs | Raja4567/Xam.Behaviors | 0462292b9f12a2b87a133984bed9377ff8811756 | [
"MIT",
"Unlicense"
] | 7 | 2017-12-22T00:14:38.000Z | 2021-08-31T03:46:11.000Z | Xam.Behaviors/Infrastructure.cs | Raja4567/Xam.Behaviors | 0462292b9f12a2b87a133984bed9377ff8811756 | [
"MIT",
"Unlicense"
] | null | null | null | Xam.Behaviors/Infrastructure.cs | Raja4567/Xam.Behaviors | 0462292b9f12a2b87a133984bed9377ff8811756 | [
"MIT",
"Unlicense"
] | null | null | null | using System;
namespace Xam.Behaviors
{
/// <summary>
/// Forces iOS linked to include Xamarin Behaviors assembly in deployed package.
/// </summary>
public static class Infrastructure
{
private static DateTime initDate;
public static void Init()
{
initDate = Da... | 20.764706 | 84 | 0.603399 |
b14a5cc588c99affda157df69cd81541096837bb | 360 | cs | C# | Concepts/Concept.cs | uselessgoddess/Concepts | 7618661ade366cba671d314566f3e1f129ddec54 | [
"MIT"
] | null | null | null | Concepts/Concept.cs | uselessgoddess/Concepts | 7618661ade366cba671d314566f3e1f129ddec54 | [
"MIT"
] | null | null | null | Concepts/Concept.cs | uselessgoddess/Concepts | 7618661ade366cba671d314566f3e1f129ddec54 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
namespace Concepts
{
public class Concept
{
private readonly Requires[] _requires;
public Concept(params Requires[] requires)
{
_requires = requires;
}
public bool Is<T>()
{
return _requires.All(requires... | 18 | 63 | 0.541667 |
b187c12f0174b0127cce564c54a52a037c64a86f | 400 | cs | C# | Assets/Scripts/Core/UI/LocalizationManager.cs | pdxparrot/ggj2019 | 666dcc922625202ffbdf5cf6125dafba2b0b9f3c | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Core/UI/LocalizationManager.cs | pdxparrot/ggj2019 | 666dcc922625202ffbdf5cf6125dafba2b0b9f3c | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Core/UI/LocalizationManager.cs | pdxparrot/ggj2019 | 666dcc922625202ffbdf5cf6125dafba2b0b9f3c | [
"Apache-2.0"
] | null | null | null | using pdxpartyparrot.Core.Data;
using pdxpartyparrot.Core.Util;
using UnityEngine;
namespace pdxpartyparrot.Core.UI
{
public sealed class LocalizationManager : SingletonBehavior<LocalizationManager>
{
[SerializeField]
private LocalizationData _localizationData;
public string GetText(... | 21.052632 | 84 | 0.6775 |
d9c2b6ca1d39c39bf1a5512a4a0d94b3fc00a7eb | 8,514 | cs | C# | source/Inspector/Services/ElementTree/MouseElementService.cs | bdurrani/WPF-Inspector | 7818b1a527e14b6f34ea5bd2de618816e47afeba | [
"MS-PL"
] | 13 | 2016-02-10T16:57:26.000Z | 2021-11-08T08:52:20.000Z | source/Inspector/Services/ElementTree/MouseElementService.cs | bdurrani/WPF-Inspector | 7818b1a527e14b6f34ea5bd2de618816e47afeba | [
"MS-PL"
] | 1 | 2016-02-10T22:37:44.000Z | 2016-02-10T22:37:44.000Z | source/Inspector/Services/ElementTree/MouseElementService.cs | bdurrani/WPF-Inspector | 7818b1a527e14b6f34ea5bd2de618816e47afeba | [
"MS-PL"
] | null | null | null | using System;
using System.Linq;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Threading;
using System.Windows;
using System.Windows.Documents;
using ChristianMoser.WpfInspector.UserInterface.Helpers;
using ChristianMoser.WpfInspector.Utilities;
using ChristianMoser.WpfInspector.Win32;
u... | 33.920319 | 181 | 0.578576 |
976c1ce3243e369083f6c29c1736991c9e3d0cb6 | 4,295 | cs | C# | EmbeddingLanguages/Shared/Utilities/CollisionManager.cs | TeodorVecerdi/TTTEmbeddingLanguages | 5da5b366fc3b0ef9f82ae5fed96f8e16405fb43c | [
"MIT"
] | 1 | 2021-04-12T19:31:24.000Z | 2021-04-12T19:31:24.000Z | EmbeddingLanguages/Shared/Utilities/CollisionManager.cs | TeodorVecerdi/TTTEmbeddingLanguages | 5da5b366fc3b0ef9f82ae5fed96f8e16405fb43c | [
"MIT"
] | 1 | 2021-03-29T15:32:07.000Z | 2021-03-29T15:32:07.000Z | EmbeddingLanguages/Shared/Utilities/CollisionManager.cs | TeodorVecerdi/TTTEmbeddingLanguages | 5da5b366fc3b0ef9f82ae5fed96f8e16405fb43c | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using Embedded.Components;
namespace Embedded {
public static class CollisionManager {
private static readonly Dictionary<GameObject, List<SphereCollider>> colliders = new();
private static readonly HashSet<int> colliding = new();
publi... | 42.524752 | 121 | 0.569732 |
97fb4e2f22aa16e74d2c75d0e605a7e3ee9eee09 | 3,151 | cs | C# | IoTGame/IoTGame.Controller/ServiceBusController.cs | estiller/iot-game | 9fbdf358189b5868bc07cb1f2bdd27702aef19c8 | [
"MIT"
] | 1 | 2017-11-07T21:31:19.000Z | 2017-11-07T21:31:19.000Z | IoTGame/IoTGame.Controller/ServiceBusController.cs | estiller/iot-game | 9fbdf358189b5868bc07cb1f2bdd27702aef19c8 | [
"MIT"
] | null | null | null | IoTGame/IoTGame.Controller/ServiceBusController.cs | estiller/iot-game | 9fbdf358189b5868bc07cb1f2bdd27702aef19c8 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using IoTGame.Constants;
using IoTGame.Driver;
using Microsoft.Azure.ServiceBus;
using Microsoft.Azure.ServiceBus.InteropExtensions;
using Newtonsoft.Json;
namespace IoTGame.Controller
{
... | 34.626374 | 187 | 0.639797 |
25bbe77931cabeb64173a52c53cde0c79afdb32b | 810 | cs | C# | App1_Mimica/App1_Mimica/View/Util/LabelPontuacaoConverter.cs | LuizMarcello/App1_Mimica | 98c7e6d3a06bc94c3307820dae0aaeddb730dba4 | [
"MIT"
] | null | null | null | App1_Mimica/App1_Mimica/View/Util/LabelPontuacaoConverter.cs | LuizMarcello/App1_Mimica | 98c7e6d3a06bc94c3307820dae0aaeddb730dba4 | [
"MIT"
] | null | null | null | App1_Mimica/App1_Mimica/View/Util/LabelPontuacaoConverter.cs | LuizMarcello/App1_Mimica | 98c7e6d3a06bc94c3307820dae0aaeddb730dba4 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using Xamarin.Forms;
namespace App1_Mimica.View.Util
{
class LabelPontuacaoConverter : IValueConverter
{
//Estou na View: > ViewModel(dados)
public object Convert(object value, Type targetType, objec... | 23.823529 | 103 | 0.555556 |
f4588ac1c8a5dc0ce014290b9eef7968e1020f23 | 3,759 | cs | C# | StocksServer/Services/EPPlusBuilder.cs | RescueRangers/StocksServer | d0763ccb14004d0c8a0bca74e4acb969c817ca4f | [
"MIT"
] | null | null | null | StocksServer/Services/EPPlusBuilder.cs | RescueRangers/StocksServer | d0763ccb14004d0c8a0bca74e4acb969c817ca4f | [
"MIT"
] | null | null | null | StocksServer/Services/EPPlusBuilder.cs | RescueRangers/StocksServer | d0763ccb14004d0c8a0bca74e4acb969c817ca4f | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using OfficeOpenXml;
using StocksServer.Data;
namespace StocksServer.Services
{
public static class EPPlusBuilder
{
public static List<Week> ParseProduction(ExcelPackage xlPackage, int factoryId)
{
var weeks = new L... | 35.130841 | 195 | 0.476723 |
79bcd12999dd368629f5a437a2add795d903ff63 | 1,166 | cs | C# | ShopOnlineApi.Data/EF/ShopOnlineContextFactory.cs | LyQuocCuong/ShopOnline | 42669f95a4e8c7f9b6eb9c4fce0ff6dc9cf63dee | [
"CECILL-B"
] | null | null | null | ShopOnlineApi.Data/EF/ShopOnlineContextFactory.cs | LyQuocCuong/ShopOnline | 42669f95a4e8c7f9b6eb9c4fce0ff6dc9cf63dee | [
"CECILL-B"
] | null | null | null | ShopOnlineApi.Data/EF/ShopOnlineContextFactory.cs | LyQuocCuong/ShopOnline | 42669f95a4e8c7f9b6eb9c4fce0ff6dc9cf63dee | [
"CECILL-B"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ShopOnline.Data.EF
{
public class ShopOnlineCont... | 34.294118 | 92 | 0.710978 |
dc85892dab654aa8e3cb60c08e57a55f4c4d5953 | 3,323 | cshtml | C# | CouchPotato/Views/MovieDetails/Details.cshtml | SpoorthyKotian/CouchPotato | 12ea98fa3ef8eacff57a6cd367bce0dff48650a1 | [
"MIT"
] | null | null | null | CouchPotato/Views/MovieDetails/Details.cshtml | SpoorthyKotian/CouchPotato | 12ea98fa3ef8eacff57a6cd367bce0dff48650a1 | [
"MIT"
] | null | null | null | CouchPotato/Views/MovieDetails/Details.cshtml | SpoorthyKotian/CouchPotato | 12ea98fa3ef8eacff57a6cd367bce0dff48650a1 | [
"MIT"
] | null | null | null | @model CouchPotato.Models.HomeView
@{
ViewBag.Title = "Movie Details";
}
<div style="font-family:Arial">
<h2>@Html.DisplayFor(model => model.MovieDetailView.MoviesList.MovieName)</h2>
<hr />
<div class="row" style="margin-bottom:10px">
<div class="col-md-3">
<img src="@Model.Movie... | 36.119565 | 107 | 0.387301 |
dcef896d4f738be0a8cba4e3a75695faf09c71b8 | 1,785 | cs | C# | src/GeoIP/Controllers/MaxMindController.cs | zulhilmizainuddin/GeoIP | aafa34493356481f818610983757074649e8a27a | [
"MIT"
] | null | null | null | src/GeoIP/Controllers/MaxMindController.cs | zulhilmizainuddin/GeoIP | aafa34493356481f818610983757074649e8a27a | [
"MIT"
] | null | null | null | src/GeoIP/Controllers/MaxMindController.cs | zulhilmizainuddin/GeoIP | aafa34493356481f818610983757074649e8a27a | [
"MIT"
] | 1 | 2016-12-16T07:59:52.000Z | 2016-12-16T07:59:52.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using MaxMind.GeoIP2;
using GeoIP.Models;
using Newtonsoft.Json;
using Microsoft.AspNetCore.Hosting;
using GeoIP.Executers;
using System.Text;
using Microsoft.Extensions.Options;
using GeoIP... | 31.875 | 115 | 0.65042 |
2dd906487940c86cad769a435841e4cc8cbe9a07 | 2,438 | cs | C# | LinqQueryIndex/Index.cs | frblondin/LinqQueryIndex | fd3f56817fcf8e2200e7faee5e4cd82943a1acf6 | [
"MIT"
] | null | null | null | LinqQueryIndex/Index.cs | frblondin/LinqQueryIndex | fd3f56817fcf8e2200e7faee5e4cd82943a1acf6 | [
"MIT"
] | null | null | null | LinqQueryIndex/Index.cs | frblondin/LinqQueryIndex | fd3f56817fcf8e2200e7faee5e4cd82943a1acf6 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
namespace LinqQueryIndex
{
public abstract class Index
{
public long Hit { get; protected set; }
public abstract PropertyInfo... | 32.078947 | 140 | 0.629614 |
932b8621633c96feacfa5140058846886b326843 | 627 | cs | C# | Rebus.AzureServiceBus/AsbStringExtensions.cs | lucasantarelli/rebus | c62bdb124ae360872181dcf4fffb0d799961065a | [
"MIT"
] | 9 | 2017-03-15T16:12:45.000Z | 2021-09-26T08:37:53.000Z | Rebus.AzureServiceBus/AsbStringExtensions.cs | lucasantarelli/rebus | c62bdb124ae360872181dcf4fffb0d799961065a | [
"MIT"
] | null | null | null | Rebus.AzureServiceBus/AsbStringExtensions.cs | lucasantarelli/rebus | c62bdb124ae360872181dcf4fffb0d799961065a | [
"MIT"
] | 7 | 2017-02-04T11:25:18.000Z | 2021-09-22T08:12:18.000Z | using System.Linq;
namespace Rebus.AzureServiceBus
{
/// <summary>
/// Nifty extensions for making working with <see cref="AzureServiceBusTransport"/> easier
/// </summary>
public static class AsbStringExtensions
{
/// <summary>
/// Gets a valid topic name from the given topic stri... | 33 | 117 | 0.628389 |
7308f43f45c98e3ff1cd732ffdda41c7a3d52a56 | 362 | cs | C# | src/Milou.Deployer.Web.Agent.Host/Configuration/AgentConfigureEnvironment.cs | milou-se/milou.deployer | 60f71ae3f3401e14df6cb33424e203c66dc2e282 | [
"MIT"
] | null | null | null | src/Milou.Deployer.Web.Agent.Host/Configuration/AgentConfigureEnvironment.cs | milou-se/milou.deployer | 60f71ae3f3401e14df6cb33424e203c66dc2e282 | [
"MIT"
] | 62 | 2020-05-15T09:32:15.000Z | 2021-04-22T18:41:06.000Z | src/Milou.Deployer.Web.Agent.Host/Configuration/AgentConfigureEnvironment.cs | milou-se/milou.deployer | 60f71ae3f3401e14df6cb33424e203c66dc2e282 | [
"MIT"
] | 2 | 2018-05-16T06:47:46.000Z | 2020-12-17T09:37:59.000Z | using Arbor.App.Extensions.Application;
using Arbor.App.Extensions.Configuration;
namespace Milou.Deployer.Web.Agent.Host.Configuration
{
public class AgentConfigureEnvironment : IConfigureEnvironment
{
public void Configure(EnvironmentConfiguration environmentConfiguration) =>
environment... | 32.909091 | 83 | 0.776243 |
b22075fc5ae60eeedc2edcca973de5416cb2daaf | 3,227 | cs | C# | src/Uno.UI/UI/Xaml/Input/Internal/ConversionFunctions.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 5,973 | 2019-06-27T02:51:02.000Z | 2022-03-31T11:07:25.000Z | src/Uno.UI/UI/Xaml/Input/Internal/ConversionFunctions.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 6,988 | 2019-06-27T03:34:56.000Z | 2022-03-31T22:01:54.000Z | src/Uno.UI/UI/Xaml/Input/Internal/ConversionFunctions.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 636 | 2019-06-27T23:31:29.000Z | 2022-03-30T00:50:25.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// ConversionFunctions.h, ConversionFunctions.cpp
using Windows.UI.Xaml.Hosting;
using Windows.UI.Xaml.Input;
namespace Uno.UI.Xaml.Input
{
internal static class F... | 44.205479 | 127 | 0.797645 |
406778fc9849c43908c18b9ddd6eafe83b0768b9 | 55,295 | cs | C# | SocketIO/websocket-sharp/WebSocket.cs | AlbatrosGame/UnitySocketIO-WebSocketSharp | cc3a10f95d9e6228298c945bfb62cf9f229c83f0 | [
"MIT",
"Unlicense"
] | 130 | 2015-01-08T22:46:16.000Z | 2021-12-29T09:38:34.000Z | SocketIO/websocket-sharp/WebSocket.cs | yspdsh/UnitySocketIO-WebSocketSharp | cc3a10f95d9e6228298c945bfb62cf9f229c83f0 | [
"MIT",
"Unlicense"
] | 3 | 2015-01-05T18:48:41.000Z | 2017-01-16T23:35:00.000Z | SocketIO/websocket-sharp/WebSocket.cs | yspdsh/UnitySocketIO-WebSocketSharp | cc3a10f95d9e6228298c945bfb62cf9f229c83f0 | [
"MIT",
"Unlicense"
] | 43 | 2015-01-09T10:57:58.000Z | 2021-11-01T08:44:02.000Z | #region License
/*
* WebSocket.cs
*
* A C# implementation of the WebSocket interface.
* This code derived from WebSocket.java (http://github.com/adamac/Java-WebSocket-client).
*
* The MIT License
*
* Copyright (c) 2009 Adam MacBeth
* Copyright (c) 2010-2013 sta.blockhead
*
* Permission is hereby granted, fr... | 28.919979 | 154 | 0.577484 |
dd47484263870962862fb6ef2ff43f9868b4df85 | 1,302 | cs | C# | 05.C#_Advanced/02.SETS_AND_DICTIONARIES/EXERCISE/11_Logs_Aggregator/LogsAggregator.cs | GoldenR1618/SoftUni-Projects | fac2c798da2dbb21c08e8c8d7ab643b0d81815a2 | [
"Unlicense"
] | null | null | null | 05.C#_Advanced/02.SETS_AND_DICTIONARIES/EXERCISE/11_Logs_Aggregator/LogsAggregator.cs | GoldenR1618/SoftUni-Projects | fac2c798da2dbb21c08e8c8d7ab643b0d81815a2 | [
"Unlicense"
] | null | null | null | 05.C#_Advanced/02.SETS_AND_DICTIONARIES/EXERCISE/11_Logs_Aggregator/LogsAggregator.cs | GoldenR1618/SoftUni-Projects | fac2c798da2dbb21c08e8c8d7ab643b0d81815a2 | [
"Unlicense"
] | null | null | null | namespace _11_Logs_Aggregator
{
using System;
using System.Collections.Generic;
using System.Linq;
public class LogsAggregator
{
public static void Main(string[] args)
{
int n = int.Parse(Console.ReadLine());
SortedDictionary<string, SortedDictionary<string... | 30.27907 | 176 | 0.50384 |
57bb5a9b2c14962a6d593156d5b07e524d48fd6d | 3,205 | cs | C# | DotNetXtensions/src/XDictionary/XDictionary_ToDictionaryIgnoreDuplicateKeys.cs | copernicus365/DotNetXtensions | 28dadbffe13884bd8fdd98b413e570831047ec9f | [
"MIT"
] | 5 | 2018-09-19T05:18:09.000Z | 2021-03-04T19:11:24.000Z | DotNetXtensions/src/XDictionary/XDictionary_ToDictionaryIgnoreDuplicateKeys.cs | copernicus365/DotNetXtensions | 28dadbffe13884bd8fdd98b413e570831047ec9f | [
"MIT"
] | null | null | null | DotNetXtensions/src/XDictionary/XDictionary_ToDictionaryIgnoreDuplicateKeys.cs | copernicus365/DotNetXtensions | 28dadbffe13884bd8fdd98b413e570831047ec9f | [
"MIT"
] | null | null | null | // XDictionary_ToDictionaryIgnoreDuplicateKeys
using System;
using System.Collections.Generic;
namespace DotNetXtensions
{
public static partial class XDictionary
{
/// <summary>
/// Converts source into a Dictionary, but in the process IGNORES any duplicate key items
/// (subsequent items that already match ... | 38.614458 | 103 | 0.70702 |
9464ae95a9e169041cba90e5456394be499c27c7 | 179 | cshtml | C# | Buffet_Valente/Buffet_Valente/Views/Home/AccountRecovery.cshtml | lucianovalente85/buffet_valente | 1dd2e336c487bf8ad43bbced8aec7c5a7c307909 | [
"Apache-2.0"
] | null | null | null | Buffet_Valente/Buffet_Valente/Views/Home/AccountRecovery.cshtml | lucianovalente85/buffet_valente | 1dd2e336c487bf8ad43bbced8aec7c5a7c307909 | [
"Apache-2.0"
] | null | null | null | Buffet_Valente/Buffet_Valente/Views/Home/AccountRecovery.cshtml | lucianovalente85/buffet_valente | 1dd2e336c487bf8ad43bbced8aec7c5a7c307909 | [
"Apache-2.0"
] | null | null | null | @{
ViewData["Title"] = "Account Recovery";
}
<h1>@ViewData["Title"]</h1>
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Account Recovery</p>
</div>
| 17.9 | 43 | 0.597765 |
eb20a32266224ba2442933216a621078f18272e1 | 1,216 | cs | C# | PlanckHome/LightDimmer.cs | ermac0/mi-home | 9df26da3523a6a54eaec792cb3bcabe8854f3218 | [
"MIT"
] | null | null | null | PlanckHome/LightDimmer.cs | ermac0/mi-home | 9df26da3523a6a54eaec792cb3bcabe8854f3218 | [
"MIT"
] | null | null | null | PlanckHome/LightDimmer.cs | ermac0/mi-home | 9df26da3523a6a54eaec792cb3bcabe8854f3218 | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
namespace PlanckHome
{
public class LightDimmer
{
private readonly IDimmableLightBulb mDimmableLight;
private CancellationTokenSource mCancellation = new CancellationTokenSource();
private int mBrightness = 0;
public LightDi... | 27.022222 | 86 | 0.57977 |
6892c8ab649e13ea99e51cb23e61e33d01395ce1 | 2,649 | cs | C# | Assets/Scripts/Bait/Line.cs | johan-steffens/humaning-unity | 4628bb77333958e562ab2b645ef3bba8ae9524e3 | [
"MIT"
] | null | null | null | Assets/Scripts/Bait/Line.cs | johan-steffens/humaning-unity | 4628bb77333958e562ab2b645ef3bba8ae9524e3 | [
"MIT"
] | null | null | null | Assets/Scripts/Bait/Line.cs | johan-steffens/humaning-unity | 4628bb77333958e562ab2b645ef3bba8ae9524e3 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Line : MonoBehaviour
{
public int maxLines;
public GameObject line;
public GameObject player;
private List<GameObject> lines;
void Start()
{
lines = new List<GameObject>();
... | 34.402597 | 152 | 0.508494 |
bf8d484a8ba708a5266f207d6a221156fcaba1cd | 500 | cs | C# | aspnet-core/src/GYISMS.Application/GrowerAreaRecords/Dtos/GetGrowerAreaRecordsInput.cs | DonaldTdz/GYISMS | ca02e03e36ccaf2a5cb2a85776b93116e2d12c60 | [
"MIT"
] | 2 | 2019-02-20T01:11:31.000Z | 2020-02-08T17:29:00.000Z | aspnet-core/src/GYISMS.Application/GrowerAreaRecords/Dtos/GetGrowerAreaRecordsInput.cs | DonaldTdz/GYISMS | ca02e03e36ccaf2a5cb2a85776b93116e2d12c60 | [
"MIT"
] | 1 | 2022-03-02T04:36:55.000Z | 2022-03-02T04:36:55.000Z | aspnet-core/src/GYISMS.Application/GrowerAreaRecords/Dtos/GetGrowerAreaRecordsInput.cs | DonaldTdz/GYISMS | ca02e03e36ccaf2a5cb2a85776b93116e2d12c60 | [
"MIT"
] | 2 | 2019-03-28T01:41:50.000Z | 2019-05-08T17:33:36.000Z |
using Abp.Runtime.Validation;
using GYISMS.Dtos;
using GYISMS.GrowerAreaRecords;
namespace GYISMS.GrowerAreaRecords.Dtos
{
public class GetGrowerAreaRecordsInput : PagedSortedAndFilteredInputDto, IShouldNormalize
{
public int GrowerId { get; set; }
/// <summary>
/// 正常化排序使用
///... | 20.833333 | 93 | 0.572 |
9a6cc0a8fb2ea4d6b62af44dce9b778f21a191eb | 4,114 | cs | C# | LicenseService/LicenseService.cs | efpiva/License | 232dfada75cabdc4869619a2e81c70a0c8825d15 | [
"Apache-2.0"
] | null | null | null | LicenseService/LicenseService.cs | efpiva/License | 232dfada75cabdc4869619a2e81c70a0c8825d15 | [
"Apache-2.0"
] | null | null | null | LicenseService/LicenseService.cs | efpiva/License | 232dfada75cabdc4869619a2e81c70a0c8825d15 | [
"Apache-2.0"
] | null | null | null | /*
* Dover Framework - OpenSource Development framework for SAP Business One
* Copyright (C) 2015 Eduardo Piva
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of ... | 32.912 | 99 | 0.626641 |
f847ab4a1a2c4249253d25068be4eb9d300fd9d1 | 2,105 | cs | C# | CrypPlugins/Primes/Primes/Library/Function/FunctionX2.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | CrypPlugins/Primes/Primes/Library/Function/FunctionX2.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | CrypPlugins/Primes/Primes/Library/Function/FunctionX2.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | /*
Copyright 2008 Timo Eckhardt, University of Siegen
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... | 22.880435 | 75 | 0.59715 |
5d427224ac9bb3bc3c03180dccaa024479670fa6 | 4,057 | cs | C# | Assets/Scripts/UI/Persistent/SceneController.cs | gogcom/galaxy-csharp-demo-game | 597d69fe016936663f81e43bac0dc5fd6c54bdd2 | [
"MIT"
] | 32 | 2018-10-01T18:00:29.000Z | 2022-03-10T04:58:25.000Z | Assets/Scripts/UI/Persistent/SceneController.cs | gogcom/galaxy-csharp-demo-game | 597d69fe016936663f81e43bac0dc5fd6c54bdd2 | [
"MIT"
] | 4 | 2019-05-28T13:58:45.000Z | 2020-07-27T11:35:28.000Z | Assets/Scripts/UI/Persistent/SceneController.cs | gogcom/galaxy-csharp-demo-game | 597d69fe016936663f81e43bac0dc5fd6c54bdd2 | [
"MIT"
] | 9 | 2019-08-01T15:33:55.000Z | 2021-09-22T11:13:23.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class SceneController : MonoBehaviour {
public static SceneController Instance;
public enum SceneName {
StartingScreen,
GameObjects,
MainMenu,
Local1PlayerGame,
Local2PlayerGame,
Onl... | 31.207692 | 110 | 0.744146 |
04af9356ff681c6d42f36d89fb848d6461ad68be | 23,795 | cs | C# | PlotsGrpc.cs | MruV-RP/mruv-pb-csharp | 756ae8ad03088d9353bd18a03e3872fc77a89a0c | [
"MIT"
] | null | null | null | PlotsGrpc.cs | MruV-RP/mruv-pb-csharp | 756ae8ad03088d9353bd18a03e3872fc77a89a0c | [
"MIT"
] | null | null | null | PlotsGrpc.cs | MruV-RP/mruv-pb-csharp | 756ae8ad03088d9353bd18a03e3872fc77a89a0c | [
"MIT"
] | null | null | null | // <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: plots/plots.proto
// </auto-generated>
#pragma warning disable 0414, 1591
#region Designer generated code
using grpc = global::Grpc.Core;
namespace Mruv.Plots {
/// <summary>
/// The MruV plots service provides proc... | 63.793566 | 331 | 0.717378 |
b9b978acf80eeb2e38efdef2a6791a0574855b37 | 3,921 | cs | C# | WalletSample/WalletApp/Startup.cs | msftgits/Secured-SaaS-Wallet | ed76e71153d523db4ffba34086298a77bb890091 | [
"MIT"
] | 14 | 2018-04-08T15:29:36.000Z | 2022-02-18T18:59:52.000Z | WalletSample/WalletApp/Startup.cs | msftgits/Secured-SaaS-Wallet | ed76e71153d523db4ffba34086298a77bb890091 | [
"MIT"
] | 1 | 2021-02-24T01:30:54.000Z | 2021-02-24T01:30:54.000Z | WalletSample/WalletApp/Startup.cs | msftgits/Secured-SaaS-Wallet | ed76e71153d523db4ffba34086298a77bb890091 | [
"MIT"
] | 13 | 2018-03-08T08:09:08.000Z | 2021-01-07T09:21:18.000Z | using Blockchain;
using Communication;
using Communication.AzureQueueDependencies;
using Cryptography;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using static Cryptography.KeyVaultCryptoActions;
name... | 39.21 | 109 | 0.600612 |
e6d19c7e4572a93270b2243ede61ff9c32c78c24 | 498 | cs | C# | IFoster/IFoster/View/DashBoardView/MasterMenuView/HelpPage.xaml.cs | ZahirAhmad/XamarinForms4.0 | f6e065aad057ec0ef979fb851394c5dba55d8944 | [
"MIT"
] | null | null | null | IFoster/IFoster/View/DashBoardView/MasterMenuView/HelpPage.xaml.cs | ZahirAhmad/XamarinForms4.0 | f6e065aad057ec0ef979fb851394c5dba55d8944 | [
"MIT"
] | null | null | null | IFoster/IFoster/View/DashBoardView/MasterMenuView/HelpPage.xaml.cs | ZahirAhmad/XamarinForms4.0 | f6e065aad057ec0ef979fb851394c5dba55d8944 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using IFoster.ViewModel.DashBoardViewModel.MasterMenuViewModel;
using Xamarin.Forms;
namespace IFoster.View.DashBoardView.MasterMenuView
{
public partial class HelpPage : ContentPage
{
HelpViewModel HelpViewModel;
public HelpPage()
{
... | 21.652174 | 63 | 0.660643 |
fa8d22450dc2370cac6f875e9e30bdc099fc764b | 6,347 | cs | C# | Assets/Scripts/Enemy/Demon/DemonMovement.cs | evolraelc/RushBat | 1837423d606a10ed5b41dd9bd09bc0914178d0dc | [
"MIT"
] | 2 | 2020-04-13T12:16:13.000Z | 2020-06-24T09:20:53.000Z | Assets/Scripts/Enemy/Demon/DemonMovement.cs | evolraelc/RushBat | 1837423d606a10ed5b41dd9bd09bc0914178d0dc | [
"MIT"
] | null | null | null | Assets/Scripts/Enemy/Demon/DemonMovement.cs | evolraelc/RushBat | 1837423d606a10ed5b41dd9bd09bc0914178d0dc | [
"MIT"
] | 3 | 2020-03-22T05:04:16.000Z | 2020-05-06T04:51:59.000Z | using System.Collections;
using BehaviorDesigner.Runtime.Tasks.Unity.UnityNavMeshAgent;
using UnityEngine;
using UnityEngine.UI;
public class DemonMovement : EnemyMovement
{
public GameObject cat;
public RectTransform bloodCanvas;
public Transform leftBound;
public Transform rightBound;
privat... | 27.716157 | 101 | 0.518985 |
ababe0134425bc820251d70d00958ffb44092a51 | 1,000 | cshtml | C# | CC98.LogOn/CC98.LogOn/Views/Shared/_AjaxPartial.cshtml | ZJU-CC98/CC98.LogOn | bf3d98834d90d1e189640c8d99ac6d5bb901ed76 | [
"Apache-2.0"
] | 1 | 2017-08-27T12:19:51.000Z | 2017-08-27T12:19:51.000Z | CC98.LogOn/CC98.LogOn/Views/Shared/_AjaxPartial.cshtml | ZJU-CC98/CC98.LogOn | bf3d98834d90d1e189640c8d99ac6d5bb901ed76 | [
"Apache-2.0"
] | null | null | null | CC98.LogOn/CC98.LogOn/Views/Shared/_AjaxPartial.cshtml | ZJU-CC98/CC98.LogOn | bf3d98834d90d1e189640c8d99ac6d5bb901ed76 | [
"Apache-2.0"
] | null | null | null | @using Microsoft.Extensions.Hosting
<environment include="@Environments.Development">
<script src="~/lib/jquery-ajax-unobtrusive/jquery.unobtrusive-ajax.js"></script>
</environment>
<environment exclude="@Environments.Development">
<script src="~/lib/jquery-ajax-unobtrusive/jquery.unobtrusive-ajax.min.js"></scri... | 28.571429 | 117 | 0.722 |
8d87260997a756d00e3c905f57bd54e553f9dba3 | 1,442 | cs | C# | WpfScriptViewer/ViewModels/WorkspaceViewModel.cs | mysteryx93/VapourSynthViewer.NET | f3a59a0d253d025a9b475806b976e9f83c003c2a | [
"BSD-2-Clause-FreeBSD"
] | 14 | 2018-06-22T00:32:58.000Z | 2021-01-31T03:10:57.000Z | WpfScriptViewer/ViewModels/WorkspaceViewModel.cs | mysteryx93/VapourSynthViewer.NET | f3a59a0d253d025a9b475806b976e9f83c003c2a | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | WpfScriptViewer/ViewModels/WorkspaceViewModel.cs | mysteryx93/VapourSynthViewer.NET | f3a59a0d253d025a9b475806b976e9f83c003c2a | [
"BSD-2-Clause-FreeBSD"
] | 4 | 2019-10-11T18:20:05.000Z | 2021-08-07T15:46:08.000Z | using System;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.CommandWpf;
namespace EmergenceGuardian.WpfScriptViewer {
public interface IWorkspaceViewModel {
event EventHandler RequestClose;
RelayCommand CloseCommand { get; }
string DisplayName { get; set; }
bool CanClose { get... | 28.84 | 117 | 0.598474 |
2293a1d70b9df0bfb75011170e5b7b36982dae5e | 286 | cs | C# | Aegis.Sfa/WktParserExtensions.cs | basp/aegis | 00d943a5f06bbee8bc628766a641f87c2d1fe08e | [
"MIT"
] | null | null | null | Aegis.Sfa/WktParserExtensions.cs | basp/aegis | 00d943a5f06bbee8bc628766a641f87c2d1fe08e | [
"MIT"
] | null | null | null | Aegis.Sfa/WktParserExtensions.cs | basp/aegis | 00d943a5f06bbee8bc628766a641f87c2d1fe08e | [
"MIT"
] | null | null | null | namespace Aegis.Sfa
{
using Sprache;
public static class WktParserExtensions
{
// Probobaly should drop this in favor of a WktReader class.
internal static Geometry Parse(this WktParser self, string text) =>
self.Geometry().Parse(text);
}
} | 26 | 75 | 0.653846 |
fee92ef2bf2f1290cc9a68caa9f33a1baf97cf63 | 10,333 | cs | C# | SPALM.SPSF.Library/Editors/CustomEditors.cs | matthiaseinig/SharePoint-Software-Factory | 27f52d55b4ee25bbfc3b87d52b10da413a178955 | [
"Apache-2.0"
] | 22 | 2015-02-18T18:37:16.000Z | 2021-03-14T07:10:00.000Z | SPALM.SPSF.Library/Editors/CustomEditors.cs | OkePaing/SharePoint-Software-Factory | 4a413328e73a789314f62b9ecc6021ed82234389 | [
"Apache-2.0"
] | 3 | 2015-09-03T14:36:30.000Z | 2017-03-09T14:53:06.000Z | SPALM.SPSF.Library/Editors/CustomEditors.cs | OkePaing/SharePoint-Software-Factory | 4a413328e73a789314f62b9ecc6021ed82234389 | [
"Apache-2.0"
] | 11 | 2015-01-10T00:51:14.000Z | 2020-07-07T13:37:02.000Z | using System;
using System.Collections.Generic;
using System.Text;
using EnvDTE;
using System.ComponentModel;
using SPALM.SPSF.Library.Editors;
namespace SPALM.SPSF.Library
{
public class WebTemplateEditor : TreeViewEditor
{
public override List<NameValueItem> GetItems(DTE dte, IServiceProvider provider)
{... | 43.783898 | 210 | 0.710829 |
56da2c455fd97e2a67f39b515dbcc300250ab599 | 763 | cs | C# | DotDns/Records/Caa/UnknownCaaProperty.cs | csnewman/DotDns | 8d7404f32ef7bad045776ec37aec3c3b88fcb623 | [
"MIT"
] | 3 | 2021-01-31T10:33:59.000Z | 2022-01-04T02:10:44.000Z | DotDns/Records/Caa/UnknownCaaProperty.cs | csnewman/DotDns | 8d7404f32ef7bad045776ec37aec3c3b88fcb623 | [
"MIT"
] | null | null | null | DotDns/Records/Caa/UnknownCaaProperty.cs | csnewman/DotDns | 8d7404f32ef7bad045776ec37aec3c3b88fcb623 | [
"MIT"
] | null | null | null | namespace DotDns.Records.Caa
{
public class UnknownCaaProperty : CaaProperty
{
public override string Tag { get; }
public byte[] Value { get; set; }
public UnknownCaaProperty(string tag, byte[] value)
{
Tag = tag;
Value = value;
}
publi... | 24.612903 | 97 | 0.558322 |
71e974152dbb5ae1cd767ba94567b5a2c189aea7 | 1,501 | cs | C# | src/GraphQL/Types/InterfaceGraphType.cs | paymedia/graphql-dotnet | 91b31b2baa7950c385962087d7fc3b22d2ea7b94 | [
"MIT"
] | null | null | null | src/GraphQL/Types/InterfaceGraphType.cs | paymedia/graphql-dotnet | 91b31b2baa7950c385962087d7fc3b22d2ea7b94 | [
"MIT"
] | null | null | null | src/GraphQL/Types/InterfaceGraphType.cs | paymedia/graphql-dotnet | 91b31b2baa7950c385962087d7fc3b22d2ea7b94 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using GraphQL.Resolvers;
namespace GraphQL.Types
{
public interface IInterfaceGraphType : IAbstractGraphType, IComplexGraphType
{
}
public class InterfaceGraphType<TSource> : ComplexGraphType<TSource>, IInterfaceGraphType
{
private readonly L... | 30.632653 | 94 | 0.605596 |
e1d8ae5a9ebf12614356394fb64569de8ed8a917 | 1,938 | cs | C# | TheMessageBus/Messages/LowLevel.cs | spass2000/TheMessageBus | 5cdbf73b3c6a708e7639655fe18d69723bc973a4 | [
"Apache-2.0"
] | null | null | null | TheMessageBus/Messages/LowLevel.cs | spass2000/TheMessageBus | 5cdbf73b3c6a708e7639655fe18d69723bc973a4 | [
"Apache-2.0"
] | null | null | null | TheMessageBus/Messages/LowLevel.cs | spass2000/TheMessageBus | 5cdbf73b3c6a708e7639655fe18d69723bc973a4 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
namespace TheMessageBus
{
public class LowLevel
{
private static byte[] Prefix = new byte[] { 6, 88 };
public static byte[] ConvertMessage(List<byte> message, out int count, out int len)
{
count = len = 0;
if (mes... | 38 | 105 | 0.55418 |
c073a1b3281030744c824c1aa39fc08870e86624 | 7,683 | cs | C# | mOway_SW_mOwayWorld/MowayTemplates/Controls/ToolBarButtonSelector.cs | bizintekdev/mOway_SW_mOwayWorld | 34fbe1e86d6f755395965718ecf96a069049eee3 | [
"MIT"
] | null | null | null | mOway_SW_mOwayWorld/MowayTemplates/Controls/ToolBarButtonSelector.cs | bizintekdev/mOway_SW_mOwayWorld | 34fbe1e86d6f755395965718ecf96a069049eee3 | [
"MIT"
] | null | null | null | mOway_SW_mOwayWorld/MowayTemplates/Controls/ToolBarButtonSelector.cs | bizintekdev/mOway_SW_mOwayWorld | 34fbe1e86d6f755395965718ecf96a069049eee3 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Moway.Template.Controls
{
/// <summary>
/// Selection button for toolbar
/// </summary>
/// <LastRevision>24.07.2012</LastRevision>
/// <Revi... | 31.747934 | 143 | 0.486659 |
700880c8f9e93bba9e5d2c18de22f5a8a7c6878a | 508 | cs | C# | src/MassTransit/GettingStarted/MessageConsumer.cs | mirusser/Learning-dontNet | d96f9f12201eabdf8c9d1bddf606ef74cc98e2e6 | [
"MIT"
] | null | null | null | src/MassTransit/GettingStarted/MessageConsumer.cs | mirusser/Learning-dontNet | d96f9f12201eabdf8c9d1bddf606ef74cc98e2e6 | [
"MIT"
] | null | null | null | src/MassTransit/GettingStarted/MessageConsumer.cs | mirusser/Learning-dontNet | d96f9f12201eabdf8c9d1bddf606ef74cc98e2e6 | [
"MIT"
] | null | null | null |
using MassTransit;
namespace GettingStarted;
public class Message
{
public string? Text { get; set; }
}
public class MessageConsumer : IConsumer<Message>
{
private readonly ILogger<MessageConsumer> _logger;
public MessageConsumer(ILogger<MessageConsumer> logger)
{
_logger = logger;
}
... | 19.538462 | 81 | 0.694882 |
6050e5ae2da0342b1e490c3c00aee830593f524b | 635 | cs | C# | src/Middleware/HealthChecks/src/HealthCheckResponseWriters.cs | phantomcosmonaut/aspnetcore | 1329a6f7948b1480e82604431c65fa2886445a62 | [
"MIT"
] | 3 | 2021-08-18T17:04:58.000Z | 2022-01-27T00:29:41.000Z | src/Middleware/HealthChecks/src/HealthCheckResponseWriters.cs | phantomcosmonaut/aspnetcore | 1329a6f7948b1480e82604431c65fa2886445a62 | [
"MIT"
] | 50 | 2021-07-26T01:26:56.000Z | 2022-03-01T09:03:17.000Z | src/Middleware/HealthChecks/src/HealthCheckResponseWriters.cs | colorstheforce/aspnetcore | d2c48ca1a7d97ab136dcdf029e96e38ebb16ba21 | [
"MIT"
] | 2 | 2020-11-06T15:18:51.000Z | 2021-07-09T17:33:54.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Diagnostics.HealthChecks;
namespace Microsoft.AspNetCore.Diagnostics.HealthChecks
{
in... | 33.421053 | 94 | 0.743307 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.