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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
53dc30bf1baaaacfc54655579798a80737db37ba | 683 | cs | C# | Serializer/PascalToSnakeResolver.cs | tiberhealth/MultipartSerializer | 9cad49bf6cde1852ea6b74d4c957f6196ad6b53d | [
"MIT"
] | null | null | null | Serializer/PascalToSnakeResolver.cs | tiberhealth/MultipartSerializer | 9cad49bf6cde1852ea6b74d4c957f6196ad6b53d | [
"MIT"
] | 1 | 2021-04-21T21:41:08.000Z | 2021-04-21T21:41:08.000Z | Serializer/PascalToSnakeResolver.cs | tiberhealth/MultipartSerializer | 9cad49bf6cde1852ea6b74d4c957f6196ad6b53d | [
"MIT"
] | null | null | null | using System;
using System.Text.RegularExpressions;
namespace TiberHealth.Serializer
{
/// <summary>
/// Converts properties that are in PascalCase to snake_case
/// </summary>
public class PascalToSnakeResolver : IContractNameResolver
{
public string ConvertName(string propertyHName)
... | 28.458333 | 86 | 0.569546 |
dfc3e197c53855186c3fe239fbc525054b54a0f9 | 4,777 | cs | C# | Nhl.Api.Common/Services/CachingService.cs | Afischbacher/Nhl.Api | f795523f3b48ced18a0848cf2fbddac1dd54acab | [
"MIT"
] | 10 | 2021-10-09T08:28:34.000Z | 2022-03-23T01:30:00.000Z | Nhl.Api.Common/Services/CachingService.cs | Afischbacher/Nhl.Api | f795523f3b48ced18a0848cf2fbddac1dd54acab | [
"MIT"
] | 5 | 2021-10-14T03:34:41.000Z | 2021-12-21T17:53:04.000Z | Nhl.Api.Common/Services/CachingService.cs | Afischbacher/Nhl.Api | f795523f3b48ced18a0848cf2fbddac1dd54acab | [
"MIT"
] | 1 | 2021-11-11T17:11:15.000Z | 2021-11-11T17:11:15.000Z | using Newtonsoft.Json;
using System;
using System.Collections.Concurrent;
using System.IO;
using System.IO.Compression;
using System.Text;
using System.Threading.Tasks;
namespace Nhl.Api.Common.Services
{
/// <summary>
/// A caching service for storing information for easy and quick access within the Nhl.Api... | 33.405594 | 156 | 0.572954 |
b762f4c3e67674caac9c2a870d7db84cd36a586a | 901 | cs | C# | BlackVueDownloader.PCL/FileSystemHelper.cs | tiernano/BlackVueDownloader | 0f61a018d99af2f92385d1e43e78b3ec077fe250 | [
"MIT"
] | 88 | 2016-04-29T15:33:37.000Z | 2021-12-21T20:17:51.000Z | BlackVueDownloader.PCL/FileSystemHelper.cs | morrisonbrett/BlackVueDownloader | 86e1e9f5e40aafadb5945cf8991c97dcfc62de34 | [
"MIT"
] | 64 | 2016-08-08T13:38:52.000Z | 2021-04-29T22:36:18.000Z | BlackVueDownloader.PCL/FileSystemHelper.cs | tiernano/BlackVueDownloader | 0f61a018d99af2f92385d1e43e78b3ec077fe250 | [
"MIT"
] | 19 | 2016-04-29T14:12:05.000Z | 2022-02-28T00:33:29.000Z | using System.IO;
namespace BlackVueDownloader.PCL
{
public class FileSystemHelper : IFileSystemHelper
{
public virtual void Copy(string sourceFilename, string destFilename)
{
File.Copy(sourceFilename, destFilename);
}
public virtual void Move(string sourceFilename, ... | 23.710526 | 76 | 0.598224 |
7e69c5ada1f785fa1392120136766c7c0f10152d | 11,118 | cs | C# | Applications/Pinstaller/Core/Sources/Installer.cs | hisa-lab/Cube.Pdf | 842e92542a32fe188907f69e212451ac2f613723 | [
"Apache-2.0"
] | null | null | null | Applications/Pinstaller/Core/Sources/Installer.cs | hisa-lab/Cube.Pdf | 842e92542a32fe188907f69e212451ac2f613723 | [
"Apache-2.0"
] | null | null | null | Applications/Pinstaller/Core/Sources/Installer.cs | hisa-lab/Cube.Pdf | 842e92542a32fe188907f69e212451ac2f613723 | [
"Apache-2.0"
] | null | null | null | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, 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.... | 33.896341 | 85 | 0.365443 |
b4d9c97361fe3aa34c673dcb060e486c52eb8f23 | 1,482 | cs | C# | Src/Workspaces/Core/Formatting/Collectors/TokenPairWithOperations.cs | enginekit/copy_of_roslyn | 878076dadb4754046ca0f536670cac89bbb2de76 | [
"Apache-2.0"
] | null | null | null | Src/Workspaces/Core/Formatting/Collectors/TokenPairWithOperations.cs | enginekit/copy_of_roslyn | 878076dadb4754046ca0f536670cac89bbb2de76 | [
"Apache-2.0"
] | null | null | null | Src/Workspaces/Core/Formatting/Collectors/TokenPairWithOperations.cs | enginekit/copy_of_roslyn | 878076dadb4754046ca0f536670cac89bbb2de76 | [
"Apache-2.0"
] | null | null | null | using Roslyn.Compilers;
using Roslyn.Compilers.Common;
using Roslyn.Utilities;
namespace Roslyn.Services.Formatting
{
/// <summary>
/// it holds onto space and wrapping operation need to run between two tokens.
/// </summary>
internal struct TokenPairWithOperations
{
private readonly Token... | 27.444444 | 102 | 0.601889 |
37539326ad3d389be04f1ab0768cccb9eddcb33c | 308 | cs | C# | 10. XML Processing/Exercises/ProductShop/ProductShop.App/Dtos/Alternative/ProductAlternativeDto.cs | pirocorp/Databases-Advanced---Entity-Framework | c2be979fa9a35a184bbcac87458524ad5e5f7fea | [
"MIT"
] | null | null | null | 10. XML Processing/Exercises/ProductShop/ProductShop.App/Dtos/Alternative/ProductAlternativeDto.cs | pirocorp/Databases-Advanced---Entity-Framework | c2be979fa9a35a184bbcac87458524ad5e5f7fea | [
"MIT"
] | null | null | null | 10. XML Processing/Exercises/ProductShop/ProductShop.App/Dtos/Alternative/ProductAlternativeDto.cs | pirocorp/Databases-Advanced---Entity-Framework | c2be979fa9a35a184bbcac87458524ad5e5f7fea | [
"MIT"
] | null | null | null | namespace ProductShop.App.Dtos.Alternative
{
using System.Xml.Serialization;
[XmlType("product")]
public class ProductAlternativeDto
{
[XmlAttribute("name")]
public string Name { get; set; }
[XmlAttribute("price")]
public decimal Price { get; set; }
}
} | 22 | 43 | 0.616883 |
cc296bee1ee7cb19ea83742c6ad61a8eb791c9ca | 921 | cshtml | C# | SweetAndSavory/Views/Shared/_Layout.cshtml | tprussell19/Treats.Solution | a318121d196b68291ff7b491edb6f9350c6a35a1 | [
"MIT"
] | null | null | null | SweetAndSavory/Views/Shared/_Layout.cshtml | tprussell19/Treats.Solution | a318121d196b68291ff7b491edb6f9350c6a35a1 | [
"MIT"
] | null | null | null | SweetAndSavory/Views/Shared/_Layout.cshtml | tprussell19/Treats.Solution | a318121d196b68291ff7b491edb6f9350c6a35a1 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Project Name</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="sty... | 27.088235 | 112 | 0.669924 |
3772407a7af85c2012ea416513df2f83581f938d | 4,408 | cshtml | C# | FootballTeamSystem/Views/Post/Index.cshtml | XFSDev/FootballTeamSystem | d4bbe7cfdd3a6b17edd248dad4787942fa65d140 | [
"MIT"
] | 1 | 2021-03-10T22:39:07.000Z | 2021-03-10T22:39:07.000Z | FootballTeamSystem/Views/Post/Index.cshtml | XFSDev/FootballTeamSystem | d4bbe7cfdd3a6b17edd248dad4787942fa65d140 | [
"MIT"
] | null | null | null | FootballTeamSystem/Views/Post/Index.cshtml | XFSDev/FootballTeamSystem | d4bbe7cfdd3a6b17edd248dad4787942fa65d140 | [
"MIT"
] | null | null | null | @using FootballTeamSystem.Controllers
@using FootballTeamSystem.Infrastructure.Constants
@model FootballTeamSystem.ViewModels.Post.IndexPostViewModel
@{
ViewBag.Title = "Latest Posts";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="row">
<div class="col-md-12">
<ul class="breadcrumb">
... | 34.984127 | 155 | 0.384074 |
37990a86ad0ee8e0e1af04181af8bea283f904b3 | 1,100 | cs | C# | Client/Framework/SLStudio.SlrrLib/Model/CfgAccess/CfgBodyLine.cs | adnan-54/SLStudio | 7fdea531989f5181540e801130e93d8ed7854cd6 | [
"MIT"
] | 3 | 2019-08-24T18:06:59.000Z | 2022-03-07T18:43:55.000Z | Client/Framework/SLStudio.SlrrLib/Model/CfgAccess/CfgBodyLine.cs | adnan-54/SLStudio | 7fdea531989f5181540e801130e93d8ed7854cd6 | [
"MIT"
] | 3 | 2021-10-02T21:53:09.000Z | 2021-10-04T14:02:37.000Z | Client/Framework/SLStudio.SlrrLib/Model/CfgAccess/CfgBodyLine.cs | adnan-54/SLStudio | 7fdea531989f5181540e801130e93d8ed7854cd6 | [
"MIT"
] | null | null | null | namespace SlrrLib.Model
{
public class CfgBodyLine : CfgPartPosRotLine
{
public float BodyWeight
{
get
{
if (PosLine.Tokens.Count > 7)
return PosLine.Tokens[7].ValueAsFloat;
return 0.0f;
}
set
... | 24.444444 | 95 | 0.442727 |
d4644091999c9b2ecd678c081cd151742fc3e834 | 261 | cs | C# | Utilities/TracerTestDemo/Properties/AssemblyInfo.cs | Pavuucek/ArachNGIN | 5d042c7c3669f31850f5c380ca064ddd2989f504 | [
"MIT"
] | null | null | null | Utilities/TracerTestDemo/Properties/AssemblyInfo.cs | Pavuucek/ArachNGIN | 5d042c7c3669f31850f5c380ca064ddd2989f504 | [
"MIT"
] | 4 | 2016-11-24T18:07:29.000Z | 2019-02-25T20:56:48.000Z | Utilities/TracerTestDemo/Properties/AssemblyInfo.cs | Pavuucek/ArachNGIN | 5d042c7c3669f31850f5c380ca064ddd2989f504 | [
"MIT"
] | 1 | 2015-10-25T21:24:22.000Z | 2015-10-25T21:24:22.000Z | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("TracerTestDemo")]
// Následující GUID se používá pro ID knihovny typů, pokud je tento projekt vystavený pro COM.
[assembly: Guid("624f02d6-0cce-4679-979c-88602b3dd631")] | 37.285714 | 94 | 0.796935 |
a25246b32c7d5edc4108d7d62e43b717653a6c62 | 5,791 | cs | C# | FoxKit/Assets/FoxKit/Fox/Generated/Fox/GameKit/GkOffenseTargetData.generated.cs | Joey35233/FoxKit-3 | c8df4e75a4f06eb5fd2cd3f87b77a441f4711551 | [
"MIT"
] | 3 | 2021-07-12T18:56:51.000Z | 2022-03-28T23:56:27.000Z | FoxKit/Assets/FoxKit/Fox/Generated/Fox/GameKit/GkOffenseTargetData.generated.cs | Joey35233/FoxKit-3 | c8df4e75a4f06eb5fd2cd3f87b77a441f4711551 | [
"MIT"
] | 7 | 2021-07-16T01:54:12.000Z | 2021-07-28T01:33:37.000Z | FoxKit/Assets/FoxKit/Fox/Generated/Fox/GameKit/GkOffenseTargetData.generated.cs | Joey35233/FoxKit-3 | c8df4e75a4f06eb5fd2cd3f87b77a441f4711551 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 50.356522 | 347 | 0.633742 |
a2e3db8773f2f25f5185cf6e69af6428a9bb7cc1 | 7,145 | cs | C# | sources/csharp/channels/Program.cs | xunilrj/sandbox | f92c12f83433cac01a885585e41c02bb5826a01f | [
"Apache-2.0"
] | 7 | 2017-04-01T17:18:35.000Z | 2022-01-12T05:23:23.000Z | sources/csharp/channels/Program.cs | xunilrj/sandbox | f92c12f83433cac01a885585e41c02bb5826a01f | [
"Apache-2.0"
] | 6 | 2020-05-24T13:36:50.000Z | 2022-02-15T06:44:20.000Z | sources/csharp/channels/Program.cs | xunilrj/sandbox | f92c12f83433cac01a885585e41c02bb5826a01f | [
"Apache-2.0"
] | 2 | 2018-09-20T01:07:39.000Z | 2019-02-22T14:55:38.000Z | using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Threading;
namespace channels
{
class Program
{
static void Main(string[] args)
{
var dir = args[0];
if (args.Length > 0 && args[1] == "relay")
{
Console... | 30.930736 | 101 | 0.443527 |
1e9c848ba2be1abe0d82335958c2a7e922cbe4cb | 675 | cs | C# | SobreCarga1/Operaciones.cs | AlanSennin/T02.-Sobrecarga-de-Metodos | d1eb885249be2d9e549fe4177cf445823b36e1d7 | [
"MIT"
] | null | null | null | SobreCarga1/Operaciones.cs | AlanSennin/T02.-Sobrecarga-de-Metodos | d1eb885249be2d9e549fe4177cf445823b36e1d7 | [
"MIT"
] | null | null | null | SobreCarga1/Operaciones.cs | AlanSennin/T02.-Sobrecarga-de-Metodos | d1eb885249be2d9e549fe4177cf445823b36e1d7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SobreCarga1
{
public class Operaciones
{
public double Multiplicar() //Metodo sin Parametros
{
double Res;
Res = 0;
return Res;
... | 17.307692 | 79 | 0.521481 |
3d8eb9ad3f380ccff36d9fb5e3582aa6f847c8d4 | 723 | cs | C# | BookLovers.Librarians.Infrastructure/Validators/Queries/TicketsByTitleQueryValidator.cs | kamilk08/BookLoversApi | 41ea816274db0ef7e247926367ff7121ac6ca2c6 | [
"MIT"
] | null | null | null | BookLovers.Librarians.Infrastructure/Validators/Queries/TicketsByTitleQueryValidator.cs | kamilk08/BookLoversApi | 41ea816274db0ef7e247926367ff7121ac6ca2c6 | [
"MIT"
] | null | null | null | BookLovers.Librarians.Infrastructure/Validators/Queries/TicketsByTitleQueryValidator.cs | kamilk08/BookLoversApi | 41ea816274db0ef7e247926367ff7121ac6ca2c6 | [
"MIT"
] | null | null | null | using BookLovers.Base.Infrastructure.Queries;
using BookLovers.Librarians.Infrastructure.Queries.Tickets;
using FluentValidation;
namespace BookLovers.Librarians.Infrastructure.Validators.Queries
{
internal class TicketsByTitleQueryValidator : AbstractValidator<TicketsByTitleQuery>
{
public TicketsByT... | 36.15 | 93 | 0.680498 |
3d9b3276c4642e0ff075829372bc7551163364bf | 6,925 | cs | C# | GodotBase/Nodes3D/Navigations/PathFollow.cs | Ellizium/EGL | 719a156d57d95cdf0f71ad7903b11021febd783e | [
"MIT"
] | null | null | null | GodotBase/Nodes3D/Navigations/PathFollow.cs | Ellizium/EGL | 719a156d57d95cdf0f71ad7903b11021febd783e | [
"MIT"
] | null | null | null | GodotBase/Nodes3D/Navigations/PathFollow.cs | Ellizium/EGL | 719a156d57d95cdf0f71ad7903b11021febd783e | [
"MIT"
] | null | null | null | using System;
namespace EGL.GodotBase.Nodes3D.Navigations
{
public class PathFollow : INode
{
public Action Ready = null;
public Action ExitTree = null;
public Action EnterTree = null;
private Action<float> _RenderProcess = null;
private Action<float> _PhysicsProcess =... | 30.372807 | 79 | 0.489675 |
3ef2ac94730ec191da4fbe2f16af8986d22074ce | 558 | cs | C# | src/OdooRpc.CoreCLR.Client/Models/Parameters/OdooSearchParameters.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 15 | 2016-03-18T07:17:23.000Z | 2021-05-28T04:45:11.000Z | src/OdooRpc.CoreCLR.Client/Models/Parameters/OdooSearchParameters.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 2 | 2017-07-12T11:43:01.000Z | 2018-05-28T04:12:53.000Z | src/OdooRpc.CoreCLR.Client/Models/Parameters/OdooSearchParameters.cs | vmlf01/CoreCLR.OdooRpc.Client | 31a8afa2fcc2722a71c5a96c51047918bd3383d1 | [
"MIT"
] | 17 | 2016-12-03T00:03:07.000Z | 2021-01-21T20:47:22.000Z | using System.Collections.Generic;
namespace OdooRpc.CoreCLR.Client.Models.Parameters
{
public class OdooSearchParameters
{
public string Model { get; private set; }
public OdooDomainFilter DomainFilter { get; private set; }
public OdooSearchParameters(string model)
: this(... | 26.571429 | 80 | 0.634409 |
d2fdfe2545d061772a6fdb13b014e05f834aad04 | 8,903 | cs | C# | Assets/AudioLinkTest/AudioLink2.cs | studentutu/shadertrixx | 4dac09a5639adc7296aff5217efbe606357d3ac0 | [
"MIT"
] | 1 | 2021-12-29T04:08:43.000Z | 2021-12-29T04:08:43.000Z | Assets/AudioLinkTest/AudioLink2.cs | KiJou/shadertrixx | caa88aed0f0b2f9f3ebc2cb607a13a2a71abd589 | [
"MIT"
] | null | null | null | Assets/AudioLinkTest/AudioLink2.cs | KiJou/shadertrixx | caa88aed0f0b2f9f3ebc2cb607a13a2a71abd589 | [
"MIT"
] | null | null | null |
using UnityEngine;
using VRC.SDKBase;
using UnityEngine.UI;
using System;
#if UDON
using UdonSharp;
#if !COMPILER_UDONSHARP && UNITY_EDITOR
using UnityEditor;
using UdonSharpEditor;
using VRC.Udon;
using VRC.Udon.Common;
using VRC.Udon.Common.Interfaces;
using System.Collections.Immutable;
#endif
public class Audi... | 40.652968 | 231 | 0.656745 |
965c2ba8ae2b83b1777b4dc27eaf25a8fb6afa0e | 3,738 | cs | C# | Spoj.Solver/Solutions/5 - King/CEQU.cs | davghouse/spoj | 1616a7dc9ce859d5d4987c3540f4ffee931ba321 | [
"MIT"
] | 12 | 2018-05-13T20:18:04.000Z | 2021-05-20T04:53:32.000Z | Spoj.Solver/Solutions/5 - King/CEQU.cs | davghouse/spoj | 1616a7dc9ce859d5d4987c3540f4ffee931ba321 | [
"MIT"
] | 1 | 2019-06-06T21:29:11.000Z | 2019-06-06T21:29:11.000Z | Spoj.Solver/Solutions/5 - King/CEQU.cs | davghouse/spoj | 1616a7dc9ce859d5d4987c3540f4ffee931ba321 | [
"MIT"
] | 13 | 2019-07-03T10:11:52.000Z | 2022-01-18T17:33:11.000Z | using System;
using System.IO;
using System.Text;
// https://www.spoj.com/problems/CEQU/ #formula #gcd #math
// Given ax + by = c, determines if there are integers x, y satisfying it.
public static class CEQU
{
// https://en.wikipedia.org/wiki/B%C3%A9zout%27s_identity.
// That identity shows that ax + by can ... | 33.079646 | 95 | 0.608614 |
9680b299af686003449906863da3ab98d8f9b4c3 | 3,581 | cs | C# | test/Extensions/Serializers/GoogleUtils.Tests/Streaming/PubSubClientStreamTests.cs | romanov-is-here/orleans | 2259e3097abcc457b210bcd8799568dce26361d4 | [
"MIT"
] | 9,108 | 2015-01-23T18:24:16.000Z | 2022-03-31T15:40:52.000Z | test/Extensions/Serializers/GoogleUtils.Tests/Streaming/PubSubClientStreamTests.cs | romanov-is-here/orleans | 2259e3097abcc457b210bcd8799568dce26361d4 | [
"MIT"
] | 5,728 | 2015-01-24T01:18:32.000Z | 2022-03-31T23:56:27.000Z | test/Extensions/Serializers/GoogleUtils.Tests/Streaming/PubSubClientStreamTests.cs | romanov-is-here/orleans | 2259e3097abcc457b210bcd8799568dce26361d4 | [
"MIT"
] | 2,491 | 2015-01-23T18:33:35.000Z | 2022-03-30T16:42:55.000Z | using System;
using System.Threading.Tasks;
using Orleans.Runtime;
using Orleans.TestingHost;
using Tester.StreamingTests;
using TestExtensions;
using Xunit;
using Xunit.Abstractions;
using Orleans.Providers.GCP.Streams.PubSub;
using Orleans.Hosting;
using Microsoft.Extensions.Configuration;
using Orleans;
using Orlean... | 38.505376 | 131 | 0.620497 |
96ab5315de653072852f086ce06a5a85ee7f6552 | 11,936 | cs | C# | Twice/ViewModels/Twitter/ComposeTweetViewModel.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 20 | 2016-06-04T16:40:19.000Z | 2020-04-02T00:55:42.000Z | Twice/ViewModels/Twitter/ComposeTweetViewModel.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 151 | 2016-05-30T19:14:18.000Z | 2017-11-24T11:52:36.000Z | Twice/ViewModels/Twitter/ComposeTweetViewModel.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 8 | 2016-06-04T18:00:30.000Z | 2018-04-10T23:16:49.000Z | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using Anotar.NLog;
using Fody;
using GalaSoft.MvvmLight.CommandWpf;
using GongSolutions.Wpf... | 24.559671 | 121 | 0.675268 |
e2c145914b8ada0a1592afa888ee9e06bca724b5 | 1,155 | cs | C# | Code/Blumind/Dialogs/Components/ThemeFolderNode.cs | ZaynMalik1/Blumind | 52420fd7a402d31988dcaee1819f15635ddd0b0e | [
"MIT"
] | 88 | 2017-07-15T08:14:41.000Z | 2022-03-24T06:38:00.000Z | Code/Blumind/Dialogs/Components/ThemeFolderNode.cs | ZaynMalik1/Blumind | 52420fd7a402d31988dcaee1819f15635ddd0b0e | [
"MIT"
] | 6 | 2017-08-11T06:26:05.000Z | 2021-10-23T00:40:13.000Z | Code/Blumind/Dialogs/Components/ThemeFolderNode.cs | ZaynMalik1/Blumind | 52420fd7a402d31988dcaee1819f15635ddd0b0e | [
"MIT"
] | 44 | 2017-08-10T08:48:52.000Z | 2022-03-10T17:50:23.000Z | using System;
using System.Windows.Forms;
using Blumind.Core;
using Blumind.Globalization;
using Blumind.Model.Styles;
namespace Blumind.Dialogs.Components
{
class ThemeFolderNode : TreeNode
{
private ChartThemeFolder _ThemeFolder;
public ThemeFolderNode(ChartThemeFolder themeFolder)
... | 23.571429 | 79 | 0.514286 |
487d836185f3d3931a9e3b9af7c6302d544bafd8 | 1,617 | cs | C# | src/Microsoft/Silk.NET.XAudio/Structs/FilterParameters.gen.cs | qhdwight/silk-net | 2075c6fe707578ed41d509b1cfff21ddf06c1c6d | [
"MIT"
] | 1,142 | 2021-03-17T21:33:38.000Z | 2022-03-31T05:42:42.000Z | src/Microsoft/Silk.NET.XAudio/Structs/FilterParameters.gen.cs | qhdwight/silk-net | 2075c6fe707578ed41d509b1cfff21ddf06c1c6d | [
"MIT"
] | 319 | 2019-06-12T12:05:26.000Z | 2021-03-17T12:12:07.000Z | src/Microsoft/Silk.NET.XAudio/Structs/FilterParameters.gen.cs | qhdwight/silk-net | 2075c6fe707578ed41d509b1cfff21ddf06c1c6d | [
"MIT"
] | 131 | 2021-03-18T14:37:48.000Z | 2022-03-29T04:47:10.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;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.Native;
using Silk.NET.Core.At... | 25.666667 | 71 | 0.579468 |
48a0b125a471b07847327aeeba48dd0dcc773173 | 3,662 | cs | C# | src/Silk.Core.Discord/EventHandlers/MemberAdded/MemberAddedHandler.cs | IDoEverything/Silk | 093802b3f4de96e70c71287798a83e6ce66927aa | [
"Apache-2.0"
] | null | null | null | src/Silk.Core.Discord/EventHandlers/MemberAdded/MemberAddedHandler.cs | IDoEverything/Silk | 093802b3f4de96e70c71287798a83e6ce66927aa | [
"Apache-2.0"
] | null | null | null | src/Silk.Core.Discord/EventHandlers/MemberAdded/MemberAddedHandler.cs | IDoEverything/Silk | 093802b3f4de96e70c71287798a83e6ce66927aa | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Timers;
using DSharpPlus;
using DSharpPlus.Entities;
using DSharpPlus.EventArgs;
using Microsoft.Extensions.Logging;
using Silk.Core.Data.Models;
using Silk.Core.Discord.Services;
namespace Silk.Core.Discord.... | 39.804348 | 130 | 0.61988 |
8e35fab8cfe25ae0daaed9c0abfabd4ed088e9ec | 1,167 | cs | C# | src/IK.Imager.Api/Program.cs | ilya-khorev/IK.Imager | f78951f149ad3ccd564b0436235168611a012a6a | [
"Apache-2.0"
] | null | null | null | src/IK.Imager.Api/Program.cs | ilya-khorev/IK.Imager | f78951f149ad3ccd564b0436235168611a012a6a | [
"Apache-2.0"
] | null | null | null | src/IK.Imager.Api/Program.cs | ilya-khorev/IK.Imager | f78951f149ad3ccd564b0436235168611a012a6a | [
"Apache-2.0"
] | null | null | null | using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
#pragma warning disable 1591
namespace IK.Imager.Api
{
public class Program
{
public static void Main(string[] args)
{
CreateHostBui... | 33.342857 | 100 | 0.556127 |
8e4797c3f298ed5d4e349f94a7eea638a4f453cf | 4,306 | cs | C# | System.Web/ModelBinding/ModelBinderErrorMessageProviders.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 911 | 2019-05-07T03:19:15.000Z | 2022-03-30T16:02:56.000Z | System.Web/ModelBinding/ModelBinderErrorMessageProviders.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 63 | 2019-05-09T09:51:57.000Z | 2022-03-27T06:57:52.000Z | System.Web/ModelBinding/ModelBinderErrorMessageProviders.cs | cnork/referencesource | d4b0506aea0b2ad7dc81864a8fd0a486ae800d25 | [
"MIT"
] | 665 | 2019-05-07T08:29:23.000Z | 2022-03-31T12:53:12.000Z | namespace System.Web.ModelBinding {
using System;
using System.Globalization;
// Provides configuration settings common to the new model binding system.
public static class ModelBinderErrorMessageProviders {
private static ModelBinderErrorMessageProvider _typeConversionErrorMessageProvider;
... | 56.657895 | 220 | 0.737575 |
ae49aa0939e9cdb40a4019195d61e1aa9300bdca | 3,699 | cs | C# | test/vanilla/Utilities/Comparers.cs | anuchandy/autorest.csharp | e8d3d15d545946f01228d1b5008ea10bf6076325 | [
"MIT"
] | 1 | 2019-12-11T10:34:56.000Z | 2019-12-11T10:34:56.000Z | test/vanilla/Utilities/Comparers.cs | anuchandy/autorest.csharp | e8d3d15d545946f01228d1b5008ea10bf6076325 | [
"MIT"
] | 2 | 2019-04-22T10:00:54.000Z | 2020-05-28T12:53:32.000Z | test/vanilla/Utilities/Comparers.cs | anuchandy/autorest.csharp | e8d3d15d545946f01228d1b5008ea10bf6076325 | [
"MIT"
] | 9 | 2019-10-29T11:45:32.000Z | 2021-03-01T16:33:08.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using Fixtures.BodyArray.Models;
using Fixtures.BodyDictionary.Models;
namespace Aut... | 29.830645 | 103 | 0.510679 |
20bf8625471103cf2c4d67554ac2f74026727566 | 11,921 | cs | C# | src/BEPU/BEPUphysics/NarrowPhaseSystems/Pairs/GroupPairHandler.cs | geirsagberg/ge | 7503e0a94fe77953ab54885290bd710ce9ddb47e | [
"MIT"
] | 325 | 2016-06-25T14:28:25.000Z | 2022-01-28T19:39:59.000Z | src/BEPU/BEPUphysics/NarrowPhaseSystems/Pairs/GroupPairHandler.cs | lenkasetGitHub/ge | 44fcbbbe0e75fb566db32f5a9cf5d69907b9b66c | [
"MIT"
] | 12 | 2017-02-14T09:19:19.000Z | 2020-03-22T12:29:59.000Z | src/BEPU/BEPUphysics/NarrowPhaseSystems/Pairs/GroupPairHandler.cs | lenkasetGitHub/ge | 44fcbbbe0e75fb566db32f5a9cf5d69907b9b66c | [
"MIT"
] | 61 | 2017-01-24T17:25:59.000Z | 2022-02-16T08:15:19.000Z | using System;
using System.Collections.Generic;
using BEPUphysics.BroadPhaseEntries;
using BEPUphysics.Constraints;
using BEPUphysics.Constraints.Collision;
using BEPUphysics.CollisionRuleManagement;
using BEPUphysics.CollisionTests;
using BEPUphysics.Materials;
using BEPUutilities.DataStructures;
namespace BEPUphysi... | 35.061765 | 150 | 0.576462 |
8c88a422f193cb4267788d22b166f9562dd4ee5d | 6,994 | cs | C# | QuartzFlowHost/HttpApi/SchedulerInteractor.cs | quartzflow/quartzflow | 46e01737e6cacf6b0a460ca15414079bf2c553ad | [
"MIT"
] | 1 | 2021-02-22T19:02:05.000Z | 2021-02-22T19:02:05.000Z | QuartzFlowHost/HttpApi/SchedulerInteractor.cs | quartzflow/quartzflow | 46e01737e6cacf6b0a460ca15414079bf2c553ad | [
"MIT"
] | null | null | null | QuartzFlowHost/HttpApi/SchedulerInteractor.cs | quartzflow/quartzflow | 46e01737e6cacf6b0a460ca15414079bf2c553ad | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using QuartzFlow;
using QuartzFlow.QuartzExtensions;
using Quartz;
using Quartz.Impl;
using Quartz.Impl.Matchers;
namespace QuartzFlowHost.HttpApi
{
public interface ISchedulerInteractor
{
//void Start();
//void Stop();
... | 32.37963 | 214 | 0.558622 |
4e326cdc805d28e13126b8da22942da385aa4a61 | 11,922 | cs | C# | test/coverlet.tests.remoteexecutor/RemoteExecutor.cs | jhartmann123/coverlet | 48140e6748031fe9bf8e930d0ccb64826709729a | [
"MIT"
] | null | null | null | test/coverlet.tests.remoteexecutor/RemoteExecutor.cs | jhartmann123/coverlet | 48140e6748031fe9bf8e930d0ccb64826709729a | [
"MIT"
] | null | null | null | test/coverlet.tests.remoteexecutor/RemoteExecutor.cs | jhartmann123/coverlet | 48140e6748031fe9bf8e930d0ccb64826709729a | [
"MIT"
] | null | null | null | // This code is an adapted porting of CoreFx RemoteExecutor
// https://github.com/dotnet/arcade/tree/master/src/Microsoft.DotNet.RemoteExecutor/src
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Te... | 41.395833 | 174 | 0.544707 |
fab46da4d8d765649beb44f0872aa0e588135d16 | 892 | cs | C# | Assets/MRTK/Core/Definitions/Utilities/ProfileMenuItemIndices.cs | AsWeSee/seeThrough | 39bd3c852cf832d5c3569b3c83c2dca27be82c91 | [
"Apache-2.0"
] | 63 | 2020-02-11T10:48:01.000Z | 2022-03-19T11:03:10.000Z | ArUcoDetectionHoloLensUnity/Assets/MRTK/Core/Definitions/Utilities/ProfileMenuItemIndices.cs | marcfischer123467/ArUcoDetectionHoloLens-Unity | 04a03a47f7e2281bde9d7ba1cfeacce5eee8ebdb | [
"MIT"
] | 64 | 2019-08-27T21:14:25.000Z | 2020-10-02T09:37:56.000Z | ArUcoDetectionHoloLensUnity/Assets/MRTK/Core/Definitions/Utilities/ProfileMenuItemIndices.cs | marcfischer123467/ArUcoDetectionHoloLens-Unity | 04a03a47f7e2281bde9d7ba1cfeacce5eee8ebdb | [
"MIT"
] | 17 | 2019-11-25T10:30:03.000Z | 2021-12-29T16:14:39.000Z | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace Microsoft.MixedReality.Toolkit.Utilities
{
/// <summary>
/// Defines the display order of the Assets > Create > Mixed Reality Toolkit > Profiles menu items.
/// </summary>
public enum CreateProfileMenuItemIndices
... | 24.777778 | 103 | 0.622197 |
4f424ec3b175e646f5dc5e8711812e2233126f52 | 34,797 | cs | C# | MJPEGStreamer/MainPage.xaml.cs | flyinggorilla/MJPEG-Streamer-Universal-Windows-App | f7b48daa0f54ae281f4b78a458e1dd385222ca8f | [
"MIT"
] | 32 | 2018-03-14T00:34:31.000Z | 2022-03-12T08:53:03.000Z | MJPEGStreamer/MainPage.xaml.cs | q442333521/MJPEG-Streamer-Universal-Windows-App | 786ace6678781c4e43748ecc508495e309dd2d6c | [
"MIT"
] | 4 | 2018-01-05T13:13:41.000Z | 2021-04-29T16:19:45.000Z | MJPEGStreamer/MainPage.xaml.cs | q442333521/MJPEG-Streamer-Universal-Windows-App | 786ace6678781c4e43748ecc508495e309dd2d6c | [
"MIT"
] | 20 | 2018-10-21T12:34:58.000Z | 2022-03-26T15:49:18.000Z | using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Windows.ApplicationModel.ExtendedExecution.Foreground;
using Windows.Devices.Enumeration;
using Windows.Foundation;
using Windows.Graphics.Imaging;
using Windows.Media;
using Windows.Medi... | 36.133956 | 231 | 0.565623 |
dd9abc8270360a31fffd54ba284a75a344cac55b | 394 | cs | C# | StatsMon/Models/UpdateNotification.cs | wildbillcat/InventoryForcast | d39669cc0f19d749a239483f7a1550f418d592d4 | [
"Unlicense"
] | null | null | null | StatsMon/Models/UpdateNotification.cs | wildbillcat/InventoryForcast | d39669cc0f19d749a239483f7a1550f418d592d4 | [
"Unlicense"
] | 6 | 2015-09-14T00:34:45.000Z | 2015-09-26T05:49:56.000Z | StatsMon/Models/UpdateNotification.cs | wildbillcat/InventoryForcast | d39669cc0f19d749a239483f7a1550f418d592d4 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace StatsMon.Models
{
public class UpdateNotification
{
public string UpdateType; //Add/Remove/Update
public string ObjectType; //SKUPurchase/SKUInventoyStatistic
public string ObjectKey; //1/1... | 24.625 | 104 | 0.725888 |
149296c7890c54034a9bae4eeef8524d41691f8c | 2,111 | cs | C# | Blog/2021-03-WpfConverters/WpfConverters/MultiConverters/Base/LogicalGateConverter.cs | MikeLimaSierra/Examples | 1966cbc2efe02b42e6e1b3b97b29b520c00a7fe1 | [
"MIT"
] | null | null | null | Blog/2021-03-WpfConverters/WpfConverters/MultiConverters/Base/LogicalGateConverter.cs | MikeLimaSierra/Examples | 1966cbc2efe02b42e6e1b3b97b29b520c00a7fe1 | [
"MIT"
] | null | null | null | Blog/2021-03-WpfConverters/WpfConverters/MultiConverters/Base/LogicalGateConverter.cs | MikeLimaSierra/Examples | 1966cbc2efe02b42e6e1b3b97b29b520c00a7fe1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Windows;
namespace WpfConverters.MultiConverters.Base {
public class LogicalGateConverter<T> : BaseMultiValueConverter {
public delegate Boolean GateLogic(IEnumerable<Boolean> values);
#re... | 32.476923 | 126 | 0.587873 |
7be5ecf16032ce05d9360250b22cc0c66c8d3724 | 1,813 | cs | C# | DotNetConf/DotNetConf.Api/Controllers/DictionaryController.cs | VanHakobyan/DotNetConf | 96470e1c93f2130d7ae91c5a14d56f3406c1bf07 | [
"MIT"
] | null | null | null | DotNetConf/DotNetConf.Api/Controllers/DictionaryController.cs | VanHakobyan/DotNetConf | 96470e1c93f2130d7ae91c5a14d56f3406c1bf07 | [
"MIT"
] | null | null | null | DotNetConf/DotNetConf.Api/Controllers/DictionaryController.cs | VanHakobyan/DotNetConf | 96470e1c93f2130d7ae91c5a14d56f3406c1bf07 | [
"MIT"
] | null | null | null | using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using AutoFixture;
using DotNetConf.Api.Common;
using DotNetConf.Api.Entity;
using Microsoft.AspNetCore.Http;
namespace DotNetConf.Api.Controllers
{
/// <summary>
/// DictionaryController
/// </summary>
[Route(Literal... | 33.574074 | 113 | 0.611142 |
7bf758689eab12f39ef9bf90b2bfb1da755d48e5 | 570 | cs | C# | Memoriser.UnitTests/API/Commands/AddWordCommandTests.cs | dwragge/memoriser | 1e7460c4e72caf2dc455e9d7a2aee1c41bd53ebf | [
"MIT"
] | null | null | null | Memoriser.UnitTests/API/Commands/AddWordCommandTests.cs | dwragge/memoriser | 1e7460c4e72caf2dc455e9d7a2aee1c41bd53ebf | [
"MIT"
] | null | null | null | Memoriser.UnitTests/API/Commands/AddWordCommandTests.cs | dwragge/memoriser | 1e7460c4e72caf2dc455e9d7a2aee1c41bd53ebf | [
"MIT"
] | null | null | null | using FluentAssertions;
using Memoriser.App.Commands.Commands;
using Xunit;
namespace Memoriser.UnitTests.API.Commands
{
public class AddWordCommandTests
{
[Fact]
public void Should_TrimInput()
{
var answers = new[] {" spAces ", " Extra spaces "};
va... | 28.5 | 101 | 0.582456 |
44b24725702385424b238340b700accd6bade086 | 1,979 | cs | C# | Assets/XCharts/Editor/PropertyDrawers/SerieLabelDrawer.cs | lupin-de-mid/unity-ugui-XCharts | 2b5275b15d63bf3399960e46b838be7ddaecfd7c | [
"MIT"
] | 1,855 | 2018-09-26T01:45:54.000Z | 2022-03-18T07:38:45.000Z | Assets/XCharts/Editor/PropertyDrawers/SerieLabelDrawer.cs | minghaizhang/unity-ugui-XCharts | 72c29235d82c1fb0ef4ec5b10bf3601cd7bd8edf | [
"MIT"
] | 176 | 2018-12-07T09:33:34.000Z | 2022-02-25T00:34:55.000Z | Assets/XCharts/Editor/PropertyDrawers/SerieLabelDrawer.cs | minghaizhang/unity-ugui-XCharts | 72c29235d82c1fb0ef4ec5b10bf3601cd7bd8edf | [
"MIT"
] | 386 | 2018-09-26T10:11:55.000Z | 2022-03-19T19:36:07.000Z | /************************************************/
/* */
/* Copyright (c) 2018 - 2021 monitor1394 */
/* https://github.com/monitor1394 */
/* */
/************************************************/
using UnityE... | 41.229167 | 87 | 0.502274 |
74c7dda814772659602f8773b999a4b44df98f23 | 1,329 | cs | C# | Src/Ektron.SharedSource.FluentApi/UserCriteriaExtensions.cs | jnoellsch/ektron-fluentapi | a01c756431598ff7773d0413a926d20558d17d54 | [
"MIT"
] | 1 | 2015-01-07T20:18:08.000Z | 2015-01-07T20:18:08.000Z | Src/Ektron.SharedSource.FluentApi/UserCriteriaExtensions.cs | jnoellsch/ektron-fluentapi | a01c756431598ff7773d0413a926d20558d17d54 | [
"MIT"
] | 14 | 2015-01-07T17:14:29.000Z | 2019-06-20T17:52:49.000Z | Src/Ektron.SharedSource.FluentApi/UserCriteriaExtensions.cs | jnoellsch/ektron-fluentapi | a01c756431598ff7773d0413a926d20558d17d54 | [
"MIT"
] | null | null | null | namespace Ektron.SharedSource.FluentApi
{
using Ektron.Cms.User;
/// <summary>
/// Represents a set of extensions for <see cref="UserCriteria"/>.
/// </summary>
public static class UserCriteriaExtensions
{
/// <summary>
/// Sets the <see cref="UserCriteria.ReturnCustomPropertie... | 37.971429 | 113 | 0.598194 |
2d5ac31093c1e7d7b4693bfce49121cc08fd4079 | 988 | cs | C# | Matcher/Matcher/Cases/OfTypeMatchCaseBuilder.cs | impworks/matcher | b0c6b1a07db0a5bb7cb6a1f5656ca121da274302 | [
"MIT"
] | 2 | 2019-03-02T12:13:58.000Z | 2019-03-02T15:25:23.000Z | Matcher/Matcher/Cases/OfTypeMatchCaseBuilder.cs | impworks/matcher | b0c6b1a07db0a5bb7cb6a1f5656ca121da274302 | [
"MIT"
] | null | null | null | Matcher/Matcher/Cases/OfTypeMatchCaseBuilder.cs | impworks/matcher | b0c6b1a07db0a5bb7cb6a1f5656ca121da274302 | [
"MIT"
] | null | null | null | using System;
namespace Matcher.Cases
{
/// <summary>
/// Helper class for building an OfType case.
/// </summary>
public class OfTypeMatchCaseBuilder<TValue, TResult>
{
public OfTypeMatchCaseBuilder(IMatchContext<TValue, TResult> context)
{
_context = context;
... | 29.058824 | 87 | 0.598178 |
1aeba72af70da22138ebb287f633d0f5859ffa6e | 214 | cs | C# | TradingApi.ModelObjects/Bitfinex/Json/BitfinexCloseSwapPost.cs | RodrigoSerafim/BfxSwapBot | 1afdb6adab424afc0f4fc53e2c6190ef8cddb563 | [
"Apache-2.0"
] | null | null | null | TradingApi.ModelObjects/Bitfinex/Json/BitfinexCloseSwapPost.cs | RodrigoSerafim/BfxSwapBot | 1afdb6adab424afc0f4fc53e2c6190ef8cddb563 | [
"Apache-2.0"
] | 2 | 2017-08-19T19:52:43.000Z | 2017-08-19T20:00:28.000Z | TradingApi.ModelObjects/Bitfinex/Json/BitfinexCloseSwapPost.cs | RodrigoSerafim/BfxSwapBot | 1afdb6adab424afc0f4fc53e2c6190ef8cddb563 | [
"Apache-2.0"
] | null | null | null | using Newtonsoft.Json;
namespace TradingApi.ModelObjects.Bitfinex.Json
{
public class BitfinexCloseSwapPost : BitfinexPostBase
{
[JsonProperty("swap_id")]
public int SwapId { get; set; }
}
}
| 19.454545 | 56 | 0.700935 |
2f87c58a3d95705baa7fcf41a0c0b49638c34e27 | 1,793 | cs | C# | Draughts.Test/Common/OoConcepts/IdValueObjectTest.cs | Mattias1/ddd-draughts | a7f545095fe1dc233e6fae0a44a9eb8ab5734f78 | [
"MIT"
] | 1 | 2021-03-29T09:05:26.000Z | 2021-03-29T09:05:26.000Z | Draughts.Test/Common/OoConcepts/IdValueObjectTest.cs | Mattias1/ddd-draughts | a7f545095fe1dc233e6fae0a44a9eb8ab5734f78 | [
"MIT"
] | 1 | 2022-02-28T01:56:10.000Z | 2022-02-28T01:56:10.000Z | Draughts.Test/Common/OoConcepts/IdValueObjectTest.cs | Mattias1/ddd-draughts | a7f545095fe1dc233e6fae0a44a9eb8ab5734f78 | [
"MIT"
] | null | null | null | using Draughts.Common.OoConcepts;
using FluentAssertions;
using Xunit;
namespace Draughts.Test.Common.OoConcepts {
public class IdValueObjectTest {
[Fact]
public void EqualWhenIdsAreEqual() {
var left = new TestId(1);
var right = new TestId(1);
left.Equals(right... | 29.883333 | 64 | 0.52203 |
2fd1af5173c827f419ae2ea02f027ec00b8cd273 | 760 | cs | C# | E-Shop-Engine.Website/Models/DTO/CartDTO.cs | LadyHail/E-Shop-Engine | 8368c6d520fbe9d572b12c9593dd27b1ff269cd7 | [
"MIT"
] | 3 | 2021-03-30T20:24:00.000Z | 2021-12-07T03:07:44.000Z | E-Shop-Engine.Website/Models/DTO/CartDTO.cs | LadyHail/E-Shop-Engine | 8368c6d520fbe9d572b12c9593dd27b1ff269cd7 | [
"MIT"
] | null | null | null | E-Shop-Engine.Website/Models/DTO/CartDTO.cs | LadyHail/E-Shop-Engine | 8368c6d520fbe9d572b12c9593dd27b1ff269cd7 | [
"MIT"
] | 6 | 2018-12-13T19:59:13.000Z | 2020-10-23T06:44:02.000Z | using System.Collections.Generic;
using System.Collections.ObjectModel;
using E_Shop_Engine.Domain.DomainModel.IdentityModel;
namespace E_Shop_Engine.Website.Models.DTO
{
public class CartDTO
{
public virtual ICollection<CartLineViewModel> CartLines { get; set; }
public virtual AppUser AppUser... | 28.148148 | 77 | 0.621053 |
51f2513272301bc1f3ef0cbb9f023bd49e509e8d | 388 | cs | C# | src/Otter/Models/ImageDeleteResponse.Generated.cs | MirzaMerdovic/Otter | 66cf9a760d556ecc5245a3a3d7ba30d3dbc9a8d2 | [
"MIT"
] | null | null | null | src/Otter/Models/ImageDeleteResponse.Generated.cs | MirzaMerdovic/Otter | 66cf9a760d556ecc5245a3a3d7ba30d3dbc9a8d2 | [
"MIT"
] | null | null | null | src/Otter/Models/ImageDeleteResponse.Generated.cs | MirzaMerdovic/Otter | 66cf9a760d556ecc5245a3a3d7ba30d3dbc9a8d2 | [
"MIT"
] | null | null | null | using System.Runtime.Serialization;
namespace Otter.Models
{
[DataContract]
public class ImageDeleteResponse // (types.ImageDeleteResponseItem)
{
[DataMember(Name = "Deleted", EmitDefaultValue = false)]
public string Deleted { get; set; }
[DataMember(Name = "Untagged", EmitDefaultV... | 25.866667 | 71 | 0.662371 |
bd734fd5e4a039c8d0c1c56deeb7eb10da0417f5 | 2,704 | cs | C# | Native.Csharp/Repair/ModuleInitializer.cs | zyf1228/s | 4cb4b94332f97c3c17c4700b25ad0dcf0de25ba5 | [
"MIT"
] | null | null | null | Native.Csharp/Repair/ModuleInitializer.cs | zyf1228/s | 4cb4b94332f97c3c17c4700b25ad0dcf0de25ba5 | [
"MIT"
] | null | null | null | Native.Csharp/Repair/ModuleInitializer.cs | zyf1228/s | 4cb4b94332f97c3c17c4700b25ad0dcf0de25ba5 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Native.Csharp.Repair;
using Native.Csharp.Repair.Core;
using Native.Csharp.Repair.Helper;
namespace Native.Csharp.Repair
{
public sta... | 39.188406 | 154 | 0.567308 |
da06505bcae2698a5040a7943aa2eab88620ebbe | 404 | cs | C# | csharp-rest/DataModels/Orderbook.cs | MYPETFISH/coinapi-sdk | 531a0788270a2865d1374cedfbf0fae3de61a87a | [
"MIT"
] | null | null | null | csharp-rest/DataModels/Orderbook.cs | MYPETFISH/coinapi-sdk | 531a0788270a2865d1374cedfbf0fae3de61a87a | [
"MIT"
] | null | null | null | csharp-rest/DataModels/Orderbook.cs | MYPETFISH/coinapi-sdk | 531a0788270a2865d1374cedfbf0fae3de61a87a | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace csharp_rest {
public class Orderbook {
public string symbol_id { get; set; }
public string time_exchange { get; set; }
public string time_coinapi { get; set; }
... | 25.25 | 49 | 0.64604 |
2b82ecb00bd08f4d1c36019ab50a83f2ef616713 | 92 | cshtml | C# | input/_Head.cshtml | michalkowal/Wyam.Web | fc01591fcbd71be9e60bfb6a3e9e2d597d6054e6 | [
"MIT"
] | 45 | 2015-07-01T18:31:23.000Z | 2021-03-15T06:49:22.000Z | input/_Head.cshtml | michalkowal/Wyam.Web | fc01591fcbd71be9e60bfb6a3e9e2d597d6054e6 | [
"MIT"
] | 95 | 2021-06-03T17:44:16.000Z | 2021-07-23T23:54:53.000Z | input/_Head.cshtml | michalkowal/Wyam.Web | fc01591fcbd71be9e60bfb6a3e9e2d597d6054e6 | [
"MIT"
] | 102 | 2015-06-17T05:56:54.000Z | 2021-06-03T16:09:04.000Z | <meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en"> | 46 | 49 | 0.75 |
2bb43b1e052de65a333d9f90302d0b8756691b7d | 12,326 | cs | C# | Faturalar.cs | aisenurmor/automation | d1bc9f20297073d1e591812c9e088d1a48e349ab | [
"MIT"
] | null | null | null | Faturalar.cs | aisenurmor/automation | d1bc9f20297073d1e591812c9e088d1a48e349ab | [
"MIT"
] | null | null | null | Faturalar.cs | aisenurmor/automation | d1bc9f20297073d1e591812c9e088d1a48e349ab | [
"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 System.Data.SqlClient;
namespace TicariOtomasyon
{
public partial class Faturalar... | 45.483395 | 221 | 0.560117 |
7d3d2d3a0711d1ffcc14ea11517700297da159f8 | 336 | cs | C# | Tests/Models/CompanyWithCustomers.cs | PhyberApex/saule | 8efc21eafc82b962a2e6ed5fde27b7a946ff78ad | [
"MIT"
] | 84 | 2015-10-01T18:34:32.000Z | 2021-10-16T17:54:17.000Z | Tests/Models/CompanyWithCustomers.cs | PhyberApex/saule | 8efc21eafc82b962a2e6ed5fde27b7a946ff78ad | [
"MIT"
] | 173 | 2015-10-14T14:19:23.000Z | 2021-09-27T21:26:22.000Z | Tests/Models/CompanyWithCustomers.cs | PhyberApex/saule | 8efc21eafc82b962a2e6ed5fde27b7a946ff78ad | [
"MIT"
] | 60 | 2015-10-14T12:56:25.000Z | 2022-02-22T06:52:53.000Z | using Tests.Helpers;
using System.Collections.Generic;
namespace Tests.Models
{
public class CompanyWithCustomers : Company
{
public CompanyWithCustomers(bool prefill = false, string id = "456")
: base (prefill, id)
{
}
public IEnumerable<Customer> Customers { get;... | 21 | 76 | 0.625 |
34cfc019cd36ce66272c34c0274a3945281f3a8b | 17,502 | cs | C# | src/RemoteNET/Internal/Reflection/RemoteTypesFactory.cs | theXappy/RemoteNET | e08b4c9438286ae01fde470b99d93b6a340b59b8 | [
"MIT"
] | 25 | 2021-10-30T16:12:04.000Z | 2022-02-17T23:24:43.000Z | src/RemoteNET/Internal/Reflection/RemoteTypesFactory.cs | theXappy/RemoteNET | e08b4c9438286ae01fde470b99d93b6a340b59b8 | [
"MIT"
] | 1 | 2021-11-09T11:25:24.000Z | 2021-12-31T17:17:21.000Z | src/RemoteNET/Internal/Reflection/RemoteTypesFactory.cs | theXappy/RemoteNET | e08b4c9438286ae01fde470b99d93b6a340b59b8 | [
"MIT"
] | 2 | 2021-11-01T10:11:08.000Z | 2022-02-06T20:40:11.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using ScubaDiver.API;
using ScubaDiver.API.Dumps;
namespace RemoteNET.Internal.Reflection
{
public class RemoteTypesFactory
{
private readonly Typ... | 46.301587 | 183 | 0.515427 |
5a7760edb6d041347c2d5c3e2982f4aa49cc5693 | 7,314 | cs | C# | src/ArgentPonyWarcraftClassicClient/Interfaces/GameDataApi/ICreatureApi.cs | blizzard-net/warcraft-classic | 4a1391acabbd1863b6f0c4e0aa7c51bde606ca80 | [
"MIT"
] | 1 | 2022-02-19T18:43:08.000Z | 2022-02-19T18:43:08.000Z | src/ArgentPonyWarcraftClassicClient/Interfaces/GameDataApi/ICreatureApi.cs | blizzard-net/warcraft-classic | 4a1391acabbd1863b6f0c4e0aa7c51bde606ca80 | [
"MIT"
] | 15 | 2021-12-31T15:17:33.000Z | 2022-02-15T23:21:08.000Z | src/ArgentPonyWarcraftClassicClient/Interfaces/GameDataApi/ICreatureApi.cs | blizzard-net/warcraft-classic | 4a1391acabbd1863b6f0c4e0aa7c51bde606ca80 | [
"MIT"
] | null | null | null | namespace ArgentPonyWarcraftClassicClient;
/// <summary>
/// A client for the World of Warcraft Creature API.
/// </summary>
public interface ICreatureApi
{
/// <summary>
/// Gets an index of creature families.
/// </summary>
/// <param name="namespace">The namespace to use to locate this docu... | 46.291139 | 147 | 0.664206 |
5aacb17e747655d0b2d0be1331aae20948177e2d | 1,638 | cs | C# | ShipStation4Net/FaultHandling/ITransientErrorDetectionStrategy.cs | Ather23/ShipStation4Net | a8683d87f5989f1c5d54827f7f6ad54d5049b1bb | [
"Apache-2.0"
] | 6 | 2019-09-11T21:37:32.000Z | 2022-03-14T06:46:42.000Z | ShipStation4Net/FaultHandling/ITransientErrorDetectionStrategy.cs | Ather23/ShipStation4Net | a8683d87f5989f1c5d54827f7f6ad54d5049b1bb | [
"Apache-2.0"
] | 12 | 2017-09-13T11:53:09.000Z | 2018-07-13T21:37:37.000Z | ShipStation4Net/FaultHandling/ITransientErrorDetectionStrategy.cs | Ather23/ShipStation4Net | a8683d87f5989f1c5d54827f7f6ad54d5049b1bb | [
"Apache-2.0"
] | 4 | 2020-04-05T21:43:48.000Z | 2021-06-05T04:10:41.000Z | using System;
namespace ShipStation4Net.FaultHandling
{
/// <summary>
/// Defines an interface which must be implemented by custom components responsible for detecting specific transient conditions.
/// </summary>
public interface ITransientErrorDetectionStrategy
{
/// <summary>
/... | 33.428571 | 132 | 0.62149 |
893c2b55a232ef1701beccc25df83864c6283bf2 | 8,425 | cs | C# | apis/Google.LongRunning/Google.LongRunning/ExtendedOperations.g.cs | boxstack/google-cloud-dotnet | 15d6b9a598e38036f24f4ed05d6f2bdc2be3847a | [
"Apache-2.0"
] | 474 | 2018-09-20T13:39:44.000Z | 2022-03-31T12:49:21.000Z | apis/Google.LongRunning/Google.LongRunning/ExtendedOperations.g.cs | boxstack/google-cloud-dotnet | 15d6b9a598e38036f24f4ed05d6f2bdc2be3847a | [
"Apache-2.0"
] | 3,079 | 2018-09-17T17:12:49.000Z | 2022-03-31T21:10:42.000Z | apis/Google.LongRunning/Google.LongRunning/ExtendedOperations.g.cs | boxstack/google-cloud-dotnet | 15d6b9a598e38036f24f4ed05d6f2bdc2be3847a | [
"Apache-2.0"
] | 244 | 2018-09-23T23:06:30.000Z | 2022-03-25T09:31:28.000Z | // <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/extended_operations.proto
// </auto-generated>
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
us... | 58.506944 | 386 | 0.735668 |
8967e035245c65b4e1c03227d3fc604096b80603 | 965 | cs | C# | CSharp8.Tests/BatchDownloaderTests.cs | aliozgur/csharp8 | 905acd4ff3579758a10c18e35532de0073424fea | [
"MIT"
] | 1 | 2019-10-23T05:47:20.000Z | 2019-10-23T05:47:20.000Z | CSharp8.Tests/BatchDownloaderTests.cs | aliozgur/csharp8 | 905acd4ff3579758a10c18e35532de0073424fea | [
"MIT"
] | null | null | null | CSharp8.Tests/BatchDownloaderTests.cs | aliozgur/csharp8 | 905acd4ff3579758a10c18e35532de0073424fea | [
"MIT"
] | 1 | 2019-10-23T05:46:51.000Z | 2019-10-23T05:46:51.000Z | using System;
using System.Threading.Tasks;
using CSharp8.Demos;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace CSharp8.Tests
{
[TestClass]
public class BatchDownloaderTests
{
[TestMethod]
public async Task ShouldDownloadContentFromTwoSites()
{
var bd = new BatchDownloader();
string[] ur... | 20.104167 | 74 | 0.687047 |
89d6d911eeea31614f24b116672070e43f1be317 | 24,285 | cs | C# | VersionChanger/Data/SolutionProcessor.cs | carlos-chourio/VersionChangerAddin | e25ea9bf9133842f73f5d041752f3c8e56165071 | [
"MIT"
] | null | null | null | VersionChanger/Data/SolutionProcessor.cs | carlos-chourio/VersionChangerAddin | e25ea9bf9133842f73f5d041752f3c8e56165071 | [
"MIT"
] | null | null | null | VersionChanger/Data/SolutionProcessor.cs | carlos-chourio/VersionChangerAddin | e25ea9bf9133842f73f5d041752f3c8e56165071 | [
"MIT"
] | 1 | 2019-04-15T12:49:22.000Z | 2019-04-15T12:49:22.000Z | using EnvDTE;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Flavor;
using Microsoft.VisualStudio.Shell.Interop;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Sy... | 33.82312 | 202 | 0.496356 |
d89ddc38530ff56677b44f7001f45c5ac38cb6f4 | 274 | cs | C# | src/Aspect.Policies/CompilerServices/PolicyAst.cs | Im5tu/aspect | c5ab1e72f925b8f6c6c07c391a077b017d6153b2 | [
"MIT"
] | null | null | null | src/Aspect.Policies/CompilerServices/PolicyAst.cs | Im5tu/aspect | c5ab1e72f925b8f6c6c07c391a077b017d6153b2 | [
"MIT"
] | 11 | 2021-05-31T15:18:12.000Z | 2022-03-01T01:27:07.000Z | src/Aspect.Policies/CompilerServices/PolicyAst.cs | Im5tu/aspect | c5ab1e72f925b8f6c6c07c391a077b017d6153b2 | [
"MIT"
] | null | null | null | using System;
using Aspect.Policies.CompilerServices.Expressions;
namespace Aspect.Policies.CompilerServices
{
internal record PolicyAst(string Resource, Type ResourceType, StatementExpression? Include, StatementExpression? Exclude, StatementExpression Validation);
}
| 34.25 | 158 | 0.839416 |
d33507da4bad49ee283563159cd0ba96339538fc | 11,144 | cs | C# | WorldOfTheThreeKingdoms/GamePlugins/ContextMenuPlugin/ContextMenuPlugin.cs | k2lizheng/ZHSan | 628f6e98943a427076c5504c81bb3bbeeb162178 | [
"MS-PL"
] | 1 | 2021-04-13T13:31:52.000Z | 2021-04-13T13:31:52.000Z | WorldOfTheThreeKingdoms/GamePlugins/ContextMenuPlugin/ContextMenuPlugin.cs | k2lizheng/ZHSan | 628f6e98943a427076c5504c81bb3bbeeb162178 | [
"MS-PL"
] | null | null | null | WorldOfTheThreeKingdoms/GamePlugins/ContextMenuPlugin/ContextMenuPlugin.cs | k2lizheng/ZHSan | 628f6e98943a427076c5504c81bb3bbeeb162178 | [
"MS-PL"
] | 1 | 2021-12-01T21:10:34.000Z | 2021-12-01T21:10:34.000Z | using GameGlobal;
using GameManager;
using GameObjects;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Platforms;
using PluginInterface;
using PluginInterface.BaseInterface;
using System;
//using System.Drawing;
using System.Xml;
using WorldOfTheThreeKingdoms;
namespace ContextMenuPlugi... | 38.694444 | 203 | 0.553123 |
67f23ef8226e9955e34ee8538dc780353901ae17 | 1,168 | cs | C# | Tema2/Library/PackageCache/com.unity.xr.interaction.toolkit@1.0.0-pre.6/Runtime/Inputs/Simulation/SimulatedInputLayoutLoader.cs | teodragoi/IMR_Tema2 | be8bfb1ef40f50700b5a3332068eb88cd2c59791 | [
"MIT"
] | 2 | 2022-03-26T06:50:54.000Z | 2022-03-26T15:22:48.000Z | Tema2/Library/PackageCache/com.unity.xr.interaction.toolkit@1.0.0-pre.6/Runtime/Inputs/Simulation/SimulatedInputLayoutLoader.cs | teodragoi/IMR_Tema2 | be8bfb1ef40f50700b5a3332068eb88cd2c59791 | [
"MIT"
] | null | null | null | Tema2/Library/PackageCache/com.unity.xr.interaction.toolkit@1.0.0-pre.6/Runtime/Inputs/Simulation/SimulatedInputLayoutLoader.cs | teodragoi/IMR_Tema2 | be8bfb1ef40f50700b5a3332068eb88cd2c59791 | [
"MIT"
] | 2 | 2022-03-26T06:58:36.000Z | 2022-03-26T08:57:43.000Z | #if UNITY_EDITOR
using UnityEditor;
#endif
using UnityEngine.Scripting;
namespace UnityEngine.XR.Interaction.Toolkit.Inputs.Simulation
{
/// <summary>
/// This class automatically registers control layouts used by the <see cref="XRDeviceSimulator"/>.
/// </summary>
/// <seealso cref="XRSimulatedHMD"/... | 27.809524 | 103 | 0.649829 |
db8648648f648b043ded6ccf476dcfc9f178286b | 1,035 | cs | C# | PsISEProjectExplorer/Model/DocHierarchy/Nodes/DefaultNodeComparer.cs | alienisty/PsISEProjectExplorer | 74cc6078a5138ea74f7a6f3d1b7ffc1cfa43d060 | [
"Apache-2.0"
] | null | null | null | PsISEProjectExplorer/Model/DocHierarchy/Nodes/DefaultNodeComparer.cs | alienisty/PsISEProjectExplorer | 74cc6078a5138ea74f7a6f3d1b7ffc1cfa43d060 | [
"Apache-2.0"
] | null | null | null | PsISEProjectExplorer/Model/DocHierarchy/Nodes/DefaultNodeComparer.cs | alienisty/PsISEProjectExplorer | 74cc6078a5138ea74f7a6f3d1b7ffc1cfa43d060 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
namespace PsISEProjectExplorer.Model.DocHierarchy.Nodes
{
public class DefaultNodeComparer : IComparer<INode>
{
public static readonly IComparer<INode> NodeComparer = new DefaultNodeComparer();
public int Compare(INode x, INode y)
... | 27.972973 | 97 | 0.475362 |
a305c9860c92e8263f8ede521d54239981d8dbbe | 2,582 | cs | C# | SimpleWebAppMVC/Controllers/TasksApiController.cs | rahulroy95/simple-web-app-mvc-dotnet | 1d0fa3a6ad8aa5df5181b1cbf0142de43739d236 | [
"MIT"
] | null | null | null | SimpleWebAppMVC/Controllers/TasksApiController.cs | rahulroy95/simple-web-app-mvc-dotnet | 1d0fa3a6ad8aa5df5181b1cbf0142de43739d236 | [
"MIT"
] | null | null | null | SimpleWebAppMVC/Controllers/TasksApiController.cs | rahulroy95/simple-web-app-mvc-dotnet | 1d0fa3a6ad8aa5df5181b1cbf0142de43739d236 | [
"MIT"
] | null | null | null | using System.Linq;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using SimpleWebAppMVC.Data;
namespace SimpleWebAppMVC.Controllers
{
[Produces("application/json")]
[Route("api/Tasks")]
public class TasksApiController : Controller
{
private readonly AppDbContext dbContext... | 26.080808 | 83 | 0.535244 |
455e7d2cf064fab8c34b6709aace9ced6fa56caa | 4,712 | cs | C# | SLPropertyGrid/ComboBoxEditorBase.cs | landon/WebGraphs | 871d113bf8b476d37fcecfdff1e7babde2c751ad | [
"MIT"
] | null | null | null | SLPropertyGrid/ComboBoxEditorBase.cs | landon/WebGraphs | 871d113bf8b476d37fcecfdff1e7babde2c751ad | [
"MIT"
] | null | null | null | SLPropertyGrid/ComboBoxEditorBase.cs | landon/WebGraphs | 871d113bf8b476d37fcecfdff1e7babde2c751ad | [
"MIT"
] | null | null | null |
namespace SLPropertyGrid
{
#region Using Directives
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
#endregion
#region ComboBoxEditorBase
/// <summary>
/// An editor for a Boolean Type
/// </summary>
public abstract class Co... | 24.931217 | 123 | 0.693761 |
5ce88934bef5e7fb843cb4dca66f00e3f3f44c8f | 2,597 | cs | C# | Event/EventModelLib/Alarm/AlarmNHibernateModel.ModbusFactory.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | Event/EventModelLib/Alarm/AlarmNHibernateModel.ModbusFactory.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | Event/EventModelLib/Alarm/AlarmNHibernateModel.ModbusFactory.cs | gaistorn/PEIUForGrid | 81d1221fc5920675befadf88fc352ab771bfee6d | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using NHibernate template.
// Code is generated on: 2019-10-08 오후 12:58:3... | 24.733333 | 95 | 0.475549 |
8bc94aee20296f451cfd1c93e6e899b2b6bd0b31 | 2,742 | cs | C# | src/SwiftUI/SwiftUI/State.cs | CartBlanche/Xamarin.SwiftUI | abb5b45f61e9fa61c85699903b0f9890d308a135 | [
"MIT"
] | null | null | null | src/SwiftUI/SwiftUI/State.cs | CartBlanche/Xamarin.SwiftUI | abb5b45f61e9fa61c85699903b0f9890d308a135 | [
"MIT"
] | null | null | null | src/SwiftUI/SwiftUI/State.cs | CartBlanche/Xamarin.SwiftUI | abb5b45f61e9fa61c85699903b0f9890d308a135 | [
"MIT"
] | null | null | null | using System;
using System.Buffers;
using System.Diagnostics;
using System.Runtime.InteropServices;
using Swift;
using Swift.Interop;
namespace SwiftUI
{
using static State;
[SwiftImport (SwiftUILib.Path)]
public sealed class State<TValue> : SwiftStruct
{
TValue initialValue;
SwiftType? valueType;
Nullab... | 29.804348 | 126 | 0.725383 |
00a54b3f39aba92e93d2bd8ab14f1d0c1b293105 | 1,173 | cs | C# | src/Core/Logistics.Application.Tenant/Handlers/Queries/GetUserRoleHandler.cs | suxrobGM/LogisticsApp | addba70836fddc9686b3f2f313ce57594a15ccd6 | [
"MIT"
] | 5 | 2022-03-09T05:41:57.000Z | 2022-03-31T03:05:14.000Z | src/Core/Logistics.Application.Tenant/Handlers/Queries/GetUserRoleHandler.cs | suxrobGM/LogisticsApp | addba70836fddc9686b3f2f313ce57594a15ccd6 | [
"MIT"
] | null | null | null | src/Core/Logistics.Application.Tenant/Handlers/Queries/GetUserRoleHandler.cs | suxrobGM/LogisticsApp | addba70836fddc9686b3f2f313ce57594a15ccd6 | [
"MIT"
] | null | null | null | namespace Logistics.Application.Handlers.Queries;
internal sealed class GetUserRole : RequestHandlerBase<GetUserRoleQuery, DataResult<UserRoleDto>>
{
private readonly ITenantRepository<User> _repository;
public GetUserRole(ITenantRepository<User> repository)
{
_repository = repository;
}
... | 31.702703 | 137 | 0.690537 |
8d9e4f4bf849b6e57dcae1d51fec7c1072448328 | 8,922 | cs | C# | Gu.State.Tests/Track/Changes/ChangeTrackerTests.Ignores.cs | JohanLarsson/Gu.ChangeTracking | 01b9e8d952ab23649a283925bae3db4af66c8a62 | [
"MIT"
] | 5 | 2016-03-21T06:07:07.000Z | 2017-12-15T19:20:35.000Z | Gu.State.Tests/Track/Changes/ChangeTrackerTests.Ignores.cs | JohanLarsson/Gu.State | 01b9e8d952ab23649a283925bae3db4af66c8a62 | [
"MIT"
] | 44 | 2016-03-07T14:20:24.000Z | 2018-01-23T14:56:44.000Z | Gu.State.Tests/Track/Changes/ChangeTrackerTests.Ignores.cs | GuOrg/Gu.State | 6817b1055757c08a289567f1283ee1ca33e51fdb | [
"MIT"
] | 4 | 2016-06-02T19:03:27.000Z | 2018-02-28T10:25:19.000Z | // ReSharper disable RedundantArgumentDefaultValue
namespace Gu.State.Tests
{
using System;
using System.Collections.Generic;
using System.Reflection;
using NUnit.Framework;
using static ChangeTrackerTypes;
public static partial class ChangeTrackerTests
{
public static class Ignore... | 54.072727 | 225 | 0.581708 |
82d7ba97288c0fe6377e46f0302bfd4a26729cdd | 789 | cs | C# | Telerik Academy/HQC/HQC_UT/Cosmetics-Shop/Cosmetics-Skeleton/Cosmetics/Products/Shampoo.cs | Infra1515/TelerikAcademyProblems | dbd34c3fb338012b2f0766d8ac1914da3dd56a0f | [
"MIT"
] | null | null | null | Telerik Academy/HQC/HQC_UT/Cosmetics-Shop/Cosmetics-Skeleton/Cosmetics/Products/Shampoo.cs | Infra1515/TelerikAcademyProblems | dbd34c3fb338012b2f0766d8ac1914da3dd56a0f | [
"MIT"
] | null | null | null | Telerik Academy/HQC/HQC_UT/Cosmetics-Shop/Cosmetics-Skeleton/Cosmetics/Products/Shampoo.cs | Infra1515/TelerikAcademyProblems | dbd34c3fb338012b2f0766d8ac1914da3dd56a0f | [
"MIT"
] | null | null | null | using Cosmetics.Contracts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Cosmetics.Common;
namespace Cosmetics.Products
{
public class Shampoo : Product, IShampoo
{
public Shampoo(string name, string brand, decimal price, Gen... | 24.65625 | 118 | 0.629911 |
76e96d46d19202f5ed022911cafd465b36023664 | 16,061 | cs | C# | ScriptService/Services/DatabaseWorkflowService.cs | telmengedar/scriptservice | 4e2ec2b0e00bf5f0b7bbe80f29223277e9ee44a4 | [
"Unlicense"
] | null | null | null | ScriptService/Services/DatabaseWorkflowService.cs | telmengedar/scriptservice | 4e2ec2b0e00bf5f0b7bbe80f29223277e9ee44a4 | [
"Unlicense"
] | null | null | null | ScriptService/Services/DatabaseWorkflowService.cs | telmengedar/scriptservice | 4e2ec2b0e00bf5f0b7bbe80f29223277e9ee44a4 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NightlyCode.AspNetCore.Services.Data;
using NightlyCode.AspNetCore.Services.Errors.Exceptions;
using NightlyCode.Database.Clients;
using NightlyCode.Database.Entities;
using NightlyCode.Database.Entities.Operations;
... | 50.190625 | 193 | 0.614532 |
f67d9e98920757872af0f4618f05c7d52125c5ac | 1,205 | cs | C# | Viewer/Viewer/Graphics/Rectangle.cs | vahidce/SimpleCAD | 58ff1050387121aa7aac16e91e7682d5c17e1ae8 | [
"MIT"
] | null | null | null | Viewer/Viewer/Graphics/Rectangle.cs | vahidce/SimpleCAD | 58ff1050387121aa7aac16e91e7682d5c17e1ae8 | [
"MIT"
] | null | null | null | Viewer/Viewer/Graphics/Rectangle.cs | vahidce/SimpleCAD | 58ff1050387121aa7aac16e91e7682d5c17e1ae8 | [
"MIT"
] | null | null | null | using System;
using System.Windows;
using Viewer.Geometry;
namespace Viewer.Graphics
{
public sealed class Rectangle : Polygon
{
/// <summary>
/// Initializes an instance of <see cref="Rectangle"/> class
/// exactly large enough to contain the two given points.
/// </summary>
... | 30.897436 | 110 | 0.587552 |
f69b4596af60349a419a682a14aa63cb0118e55f | 10,542 | cs | C# | Universe/Physics/ConvexDecompositionDotNet/CTri.cs | johnfelipe/Virtual-Universe | 0c6e59b4d56fecafe543a044cbaa9f6f3b26e4c1 | [
"MIT"
] | 4 | 2021-05-24T02:09:00.000Z | 2021-05-24T18:39:01.000Z | Universe/Physics/ConvexDecompositionDotNet/CTri.cs | johnfelipe/Virtual-Universe | 0c6e59b4d56fecafe543a044cbaa9f6f3b26e4c1 | [
"MIT"
] | null | null | null | Universe/Physics/ConvexDecompositionDotNet/CTri.cs | johnfelipe/Virtual-Universe | 0c6e59b4d56fecafe543a044cbaa9f6f3b26e4c1 | [
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors, http://virtual-planets.org/
* See CONTRIBUTORS.TXT for a full list of copyright holders.
* For an explanation of the license of each contributor and the content it
* covers please see the Licenses directory.
*
* Redistribution and use in source and binary forms, with or wi... | 30.645349 | 133 | 0.485107 |
306a2c85915c5975ae5234292fc38c2c1b391222 | 9,706 | cs | C# | ScreenCapture/CapturerServer/MainForm.Designer.cs | YifanXu/ScreenCapturer | 4a04a5a9b86909673904c245cc0393cf7c4293ff | [
"MIT"
] | null | null | null | ScreenCapture/CapturerServer/MainForm.Designer.cs | YifanXu/ScreenCapturer | 4a04a5a9b86909673904c245cc0393cf7c4293ff | [
"MIT"
] | null | null | null | ScreenCapture/CapturerServer/MainForm.Designer.cs | YifanXu/ScreenCapturer | 4a04a5a9b86909673904c245cc0393cf7c4293ff | [
"MIT"
] | null | null | null | namespace CapturerServer
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <... | 50.030928 | 164 | 0.612508 |
2e8e92293d61791b188d6cedad010eb4a8ca7ec9 | 15,513 | cs | C# | Assets/Script/Battle/ChessContainer.cs | WZ-BaiLu/POW-01-Unfinished-Journey | 14f39b576c4cbb1148093a40c9967454be85b4d4 | [
"MIT"
] | 4 | 2018-05-25T09:56:46.000Z | 2018-06-09T19:17:29.000Z | Assets/Script/Battle/ChessContainer.cs | WZ-BaiLu/POW-01-Unfinished-Journey | 14f39b576c4cbb1148093a40c9967454be85b4d4 | [
"MIT"
] | 1 | 2018-07-12T07:34:55.000Z | 2018-07-12T07:34:55.000Z | Assets/Script/Battle/ChessContainer.cs | WZ-BaiLu/POW-01-Unfinished-Journey | 14f39b576c4cbb1148093a40c9967454be85b4d4 | [
"MIT"
] | null | null | null | using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
using BKKZ.POW01;
namespace BKKZ.POW01 {
//[SelectionBase]
[RequireComponent(typeof(PolygonCollider2D))]
public class ChessContainer : CBuffContain, IComparable<ChessContainer> {
public eMapGridType terrain... | 40.189119 | 192 | 0.514085 |
4c76151ed6d1da90fab02c7899922962c5c257ba | 2,613 | cs | C# | Assets/Entities/World/Inventory.cs | FilippoLeon/Shipwreck | 92dc0a1c6ad18b581558c9722bca5cabe7bc3b14 | [
"Apache-2.0"
] | null | null | null | Assets/Entities/World/Inventory.cs | FilippoLeon/Shipwreck | 92dc0a1c6ad18b581558c9722bca5cabe7bc3b14 | [
"Apache-2.0"
] | null | null | null | Assets/Entities/World/Inventory.cs | FilippoLeon/Shipwreck | 92dc0a1c6ad18b581558c9722bca5cabe7bc3b14 | [
"Apache-2.0"
] | null | null | null | using MoonSharp.Interpreter;
using System;
using System.Collections;
using System.Collections.Generic;
namespace Assets.Entities.World {
[MoonSharpUserData]
public class Inventory : Entity<Inventory>, IEnumerable {
public class Item {
public Part part;
public int quantity = 1;
... | 30.383721 | 127 | 0.525067 |
29de7d58c1604670164b33dd5fcf16cadb35288d | 2,452 | cs | C# | Realm Rush Project/Assets/Editor/CoordinateLabeler.cs | StacyYG/RealmRushRepo | 7267409280cabb54fa3d7c0c1ba6d1a94c94e558 | [
"Unlicense"
] | null | null | null | Realm Rush Project/Assets/Editor/CoordinateLabeler.cs | StacyYG/RealmRushRepo | 7267409280cabb54fa3d7c0c1ba6d1a94c94e558 | [
"Unlicense"
] | null | null | null | Realm Rush Project/Assets/Editor/CoordinateLabeler.cs | StacyYG/RealmRushRepo | 7267409280cabb54fa3d7c0c1ba6d1a94c94e558 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
[ExecuteAlways]
[RequireComponent(typeof(TextMeshPro))]
public class CoordinateLabeler : MonoBehaviour
{
[SerializeField] private Color defaultColor = Color.white;
[SerializeField] private Color blockedCol... | 28.183908 | 79 | 0.626835 |
fff02225e5ee46654f35c74eec4e03bec059b123 | 207 | cs | C# | CP/Standard/BasicGameFrameworkLibrary/MultiplayerClasses/BasicPlayerClasses/IPlayerSingleHand.cs | musictopia2/GamingPackXV3 | dbc6ee2127f829b600fb084fc30b26f9020b8fde | [
"MIT"
] | null | null | null | CP/Standard/BasicGameFrameworkLibrary/MultiplayerClasses/BasicPlayerClasses/IPlayerSingleHand.cs | musictopia2/GamingPackXV3 | dbc6ee2127f829b600fb084fc30b26f9020b8fde | [
"MIT"
] | null | null | null | CP/Standard/BasicGameFrameworkLibrary/MultiplayerClasses/BasicPlayerClasses/IPlayerSingleHand.cs | musictopia2/GamingPackXV3 | dbc6ee2127f829b600fb084fc30b26f9020b8fde | [
"MIT"
] | null | null | null | namespace BasicGameFrameworkLibrary.MultiplayerClasses.BasicPlayerClasses;
public interface IPlayerSingleHand<D> : IPlayerItem, IPlayerObject<D> where D : IDeckObject, new()
{
int ObjectCount { get; }
} | 41.4 | 98 | 0.797101 |
fd5c8a591d05bd291cc3ce71dacde1982efe87ba | 1,089 | cs | C# | src/BookFast.Data/Composition/CompositionModule.cs | dzimchuk/book-fast-api | 2f20df8e1fb663c3913c33973fedd1526d00326d | [
"MIT"
] | 6 | 2016-11-25T17:06:00.000Z | 2020-11-17T13:08:48.000Z | src/BookFast.Data/Composition/CompositionModule.cs | dzimchuk/book-fast-api | 2f20df8e1fb663c3913c33973fedd1526d00326d | [
"MIT"
] | null | null | null | src/BookFast.Data/Composition/CompositionModule.cs | dzimchuk/book-fast-api | 2f20df8e1fb663c3913c33973fedd1526d00326d | [
"MIT"
] | 3 | 2016-12-26T11:39:15.000Z | 2020-12-14T11:43:12.000Z | using BookFast.Business.Data;
using BookFast.Contracts.Framework;
using BookFast.Data.Mappers;
using BookFast.Data.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using IConfiguration = Microsoft.Extensions.Configuration.IConfiguration;
namespace BookFast.Data.Composition
... | 41.884615 | 142 | 0.755739 |
d7670c67168e2815257c0a2d807396c59dc40ee3 | 2,693 | cs | C# | src/DotNetAppBase.Std.Worker/Factory/HostedServiceFactory.cs | adrianosepe/DotNetAppBase | 1b63c3a0d32d5d331fd086c0d3aae084965fe4d1 | [
"MIT"
] | null | null | null | src/DotNetAppBase.Std.Worker/Factory/HostedServiceFactory.cs | adrianosepe/DotNetAppBase | 1b63c3a0d32d5d331fd086c0d3aae084965fe4d1 | [
"MIT"
] | null | null | null | src/DotNetAppBase.Std.Worker/Factory/HostedServiceFactory.cs | adrianosepe/DotNetAppBase | 1b63c3a0d32d5d331fd086c0d3aae084965fe4d1 | [
"MIT"
] | null | null | null | #region License
// Copyright(c) 2020 GrappTec
//
// 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,... | 40.19403 | 158 | 0.715559 |
ed4ec8c6cf7c45048a0ac600f93869972f6a1805 | 12,252 | cs | C# | LongBoardsBot/Models/Functions.cs | borseno/LongboardsBot | b37ebbfa978ca5f61ef454f8500065a9bf46b759 | [
"Unlicense"
] | null | null | null | LongBoardsBot/Models/Functions.cs | borseno/LongboardsBot | b37ebbfa978ca5f61ef454f8500065a9bf46b759 | [
"Unlicense"
] | null | null | null | LongBoardsBot/Models/Functions.cs | borseno/LongboardsBot | b37ebbfa978ca5f61ef454f8500065a9bf46b759 | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Types;
using System.Linq;
using System.IO;
using static LongBoardsBot.Models.Constants;
using System.Drawing;
using System.Drawing.Imaging;
using Telegram.Bot.Types.ReplyMarkups;
using LongBoardsBot.Hel... | 39.14377 | 147 | 0.60586 |
2900cec49f165b3af30b84d21d3cf1b4d70523b4 | 2,142 | cs | C# | Core/Kachuwa.Web/Model/Payment/PaymentRequest.cs | amritdumre10/Kachuwa | 49f889e1cc7bb5a5bc6e5e2203d2a11a0bb55d4a | [
"MIT"
] | null | null | null | Core/Kachuwa.Web/Model/Payment/PaymentRequest.cs | amritdumre10/Kachuwa | 49f889e1cc7bb5a5bc6e5e2203d2a11a0bb55d4a | [
"MIT"
] | null | null | null | Core/Kachuwa.Web/Model/Payment/PaymentRequest.cs | amritdumre10/Kachuwa | 49f889e1cc7bb5a5bc6e5e2203d2a11a0bb55d4a | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace Kachuwa.Web.Payment
{
public class PaymentRequest : IPaymentRequest
{
public string IP;
public PaymentRequest()
{
CustomValues = new Dictionary<string, object>();
this.IsRefundRequest = false;
this.Is... | 35.114754 | 71 | 0.615313 |
a045d9c79d0329958f4e54fd770fca5c603a7ba5 | 265 | cs | C# | src/Lithnet.Miiserver.AutoSync/Enums/PartitionDetectionMode.cs | lithnet/miis-autosync | c28e3f98895d899dd082a819f8ebd352dafb984f | [
"MIT"
] | 27 | 2017-09-20T00:01:05.000Z | 2022-02-07T20:30:23.000Z | src/Lithnet.Miiserver.AutoSync/Enums/PartitionDetectionMode.cs | lithnet/miis-autosync | c28e3f98895d899dd082a819f8ebd352dafb984f | [
"MIT"
] | 83 | 2017-09-20T01:46:36.000Z | 2022-02-17T11:39:41.000Z | src/Lithnet.Miiserver.AutoSync/Enums/PartitionDetectionMode.cs | lithnet/miis-autosync | c28e3f98895d899dd082a819f8ebd352dafb984f | [
"MIT"
] | 8 | 2017-10-17T09:53:14.000Z | 2021-03-19T20:51:06.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Lithnet.Miiserver.AutoSync
{
public enum PartitionDetectionMode
{
AssumeAll = 0,
WalkConnectorSpace = 1,
}
}
| 17.666667 | 38 | 0.713208 |
da7c604cf6e7e0aeb4cc5e53f4dd6ee85f850942 | 127 | cshtml | C# | input/docs/jobs/index.cshtml | jamesmontemagno/shiny | 68f1abc4d7126b61555309174636d2b38f6fa86d | [
"MIT"
] | 1 | 2020-09-21T14:43:58.000Z | 2020-09-21T14:43:58.000Z | input/docs/jobs/index.cshtml | jamesmontemagno/shiny | 68f1abc4d7126b61555309174636d2b38f6fa86d | [
"MIT"
] | 85 | 2020-04-28T22:34:41.000Z | 2021-07-26T06:35:53.000Z | input/docs/jobs/index.cshtml | felipebaltazar/shiny | edc83d9c30b0b4df33e40f4c00cd39516b8fde64 | [
"MIT"
] | null | null | null | Title: Jobs
Description: Background Jobs
---
<p>@Html.Raw(Model.String(DocsKeys.Description))</p>
@Html.Partial("_ChildPages") | 21.166667 | 52 | 0.748031 |
eda4c2b17b604e6b521239cf7e54e34c2dc1c977 | 922 | cs | C# | CSharp-1/04.ConsoleInputOutput/01.SumOfNumbers/SumOfNumbers.cs | Marinski/TelerikAcademy2015 | 2d45c8584d455a598073ad7b8ab2cb2dcf1567b7 | [
"MIT"
] | null | null | null | CSharp-1/04.ConsoleInputOutput/01.SumOfNumbers/SumOfNumbers.cs | Marinski/TelerikAcademy2015 | 2d45c8584d455a598073ad7b8ab2cb2dcf1567b7 | [
"MIT"
] | null | null | null | CSharp-1/04.ConsoleInputOutput/01.SumOfNumbers/SumOfNumbers.cs | Marinski/TelerikAcademy2015 | 2d45c8584d455a598073ad7b8ab2cb2dcf1567b7 | [
"MIT"
] | null | null | null | // Write a program that reads 3 real numbers from the console and prints their sum.
using System;
using System.Threading;
using System.Globalization;
class SumOfNumbers
{
static void Main()
{
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
Console.Write("Enter first numbe... | 29.741935 | 84 | 0.59436 |
c9983e889e8d047a00084251edb2f8ebd3f96e41 | 1,940 | cs | C# | src/LazyData.Json/Handlers/BasicJsonPrimitiveHandler.cs | JTOne123/LazyData | 6c88dcc66f42e307067572ffc630b9ee6011dda0 | [
"MIT"
] | 12 | 2018-02-22T23:13:08.000Z | 2021-10-14T19:13:56.000Z | src/LazyData.Json/Handlers/BasicJsonPrimitiveHandler.cs | JTOne123/LazyData | 6c88dcc66f42e307067572ffc630b9ee6011dda0 | [
"MIT"
] | 1 | 2021-11-16T17:52:49.000Z | 2021-11-16T17:52:49.000Z | src/LazyData.Json/Handlers/BasicJsonPrimitiveHandler.cs | JTOne123/LazyData | 6c88dcc66f42e307067572ffc630b9ee6011dda0 | [
"MIT"
] | 4 | 2019-04-25T12:03:29.000Z | 2021-11-30T16:20:57.000Z | using System;
using LazyData.Extensions;
using LazyData.Mappings.Types.Primitives.Checkers;
using Newtonsoft.Json.Linq;
namespace LazyData.Json.Handlers
{
public class BasicJsonPrimitiveHandler : IJsonPrimitiveHandler
{
private readonly Type[] StringCompatibleTypes =
{
typeof(strin... | 31.290323 | 89 | 0.545876 |
e445730cb2d35fa6265aa686710038f1ff023396 | 1,239 | cs | C# | AppBarUtils (WP8)/Dynamic/SelectionChangedTriggerBase.cs | allenlooplee/AppBarUtils | cd239c31ccba7fae6d83e3ac67a4980228e36337 | [
"MIT"
] | 2 | 2015-03-07T23:46:37.000Z | 2016-07-25T06:25:40.000Z | AppBarUtils (WP8)/Dynamic/SelectionChangedTriggerBase.cs | allenlooplee/AppBarUtils | cd239c31ccba7fae6d83e3ac67a4980228e36337 | [
"MIT"
] | null | null | null | AppBarUtils (WP8)/Dynamic/SelectionChangedTriggerBase.cs | allenlooplee/AppBarUtils | cd239c31ccba7fae6d83e3ac67a4980228e36337 | [
"MIT"
] | null | null | null | //===============================================================================
// Copyright © 2013 Allen Lee
// This code released under the terms of the MIT License (http://appbarutils.codeplex.com/license)
//===============================================================================
using System.Collections.G... | 30.975 | 98 | 0.554479 |
e49197835983a0f43bf8efc7fb90b38da6a58ae7 | 617 | cs | C# | NeuralNetwork/StaticRandom.cs | mdzurenko/just-gestures | 44f1649b24b9c5d38b91ca0054bc34e5d1eeea42 | [
"MIT"
] | 29 | 2015-11-30T06:41:28.000Z | 2021-03-01T09:30:17.000Z | NeuralNetwork/StaticRandom.cs | mdzurenko/just-gestures | 44f1649b24b9c5d38b91ca0054bc34e5d1eeea42 | [
"MIT"
] | 3 | 2015-12-23T17:18:00.000Z | 2020-03-14T07:51:40.000Z | NeuralNetwork/StaticRandom.cs | mdzurenko/just-gestures | 44f1649b24b9c5d38b91ca0054bc34e5d1eeea42 | [
"MIT"
] | 15 | 2015-11-29T07:58:59.000Z | 2020-06-12T00:46:18.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace NeuralNetwork
{
class StaticRandom
{
[ThreadStatic]
static Random random;
public static Random Random
{
get
{
if (random == null) random = new Random();
... | 21.275862 | 61 | 0.512156 |
6e51f6ec30de57df29066f1b96d856d0849f6a59 | 1,056 | cs | C# | day28-webhooks/Repositories/SubscriptionRepository.cs | talktoanubhav/TestConsole | 564e4f09adfc28e2568bf873c9614b9a31bf6c17 | [
"MIT"
] | null | null | null | day28-webhooks/Repositories/SubscriptionRepository.cs | talktoanubhav/TestConsole | 564e4f09adfc28e2568bf873c9614b9a31bf6c17 | [
"MIT"
] | null | null | null | day28-webhooks/Repositories/SubscriptionRepository.cs | talktoanubhav/TestConsole | 564e4f09adfc28e2568bf873c9614b9a31bf6c17 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.Graph;
using Newtonsoft.Json;
namespace GraphWebhooks
{
public interface ISubscriptionRepository
{
void Save(Subscription subscription);
void Delete(string id);
Subscription Load(string id);
Subsc... | 27.076923 | 121 | 0.660038 |
8031fc9077c0863a298dae4e59733b1950be2311 | 4,694 | cs | C# | Assets/KriptoFX/ArcherEffects/Scripts/ParticleSystem/AE_ParticleCollisionDecal.cs | HoBeenH/Second-Popol | f2d24c5b0fc61efa6c29a226ade171d61e9f5376 | [
"MIT"
] | null | null | null | Assets/KriptoFX/ArcherEffects/Scripts/ParticleSystem/AE_ParticleCollisionDecal.cs | HoBeenH/Second-Popol | f2d24c5b0fc61efa6c29a226ade171d61e9f5376 | [
"MIT"
] | 1 | 2019-12-04T01:16:05.000Z | 2019-12-04T01:16:05.000Z | Assets/KriptoFX/ArcherEffects/Scripts/ParticleSystem/AE_ParticleCollisionDecal.cs | HoBeenH/Second-Popol | f2d24c5b0fc61efa6c29a226ade171d61e9f5376 | [
"MIT"
] | 1 | 2019-10-31T22:03:54.000Z | 2019-10-31T22:03:54.000Z | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[ExecuteInEditMode]
public class AE_ParticleCollisionDecal : MonoBehaviour
{
public ParticleSystem DecalParticles;
public float MaxGroundAngleDeviation = 30;
public Vector3 RandomizeRotation = new Vector3(0, 0, 360);
public ... | 34.514706 | 122 | 0.629101 |
dcee1e4931548dac75193bfcc0b691a0ce3f8d1e | 2,500 | cs | C# | src/CasCap.Common.Serialisation.Json/Extensions/JsonSerialisationHelpers.cs | f2calv/CasCap.Common | b944743676abea2041f65e312faa1666eb8aa4c6 | [
"MIT"
] | 1 | 2020-10-08T07:19:10.000Z | 2020-10-08T07:19:10.000Z | src/CasCap.Common.Serialisation.Json/Extensions/JsonSerialisationHelpers.cs | f2calv/CasCap.Common | b944743676abea2041f65e312faa1666eb8aa4c6 | [
"MIT"
] | 63 | 2020-11-27T16:41:29.000Z | 2022-03-13T08:16:45.000Z | src/CasCap.Common.Serialisation.Json/Extensions/JsonSerialisationHelpers.cs | f2calv/CasCap.Common | b944743676abea2041f65e312faa1666eb8aa4c6 | [
"MIT"
] | null | null | null | using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Diagnostics;
namespace CasCap.Common.Extensions
{
public static class JsonSerialisationHelpers
{
//https://stackoverflow.com/questions/24066400/checking-for-empty-or-null-jtoken-in-a-jobject/24067483#24067483
public s... | 35.714286 | 124 | 0.5388 |
422b142a1f3e98d74db6e8da8c72e058bcb147bf | 487 | cs | C# | src/Mews.Eet/Dto/Wsdl/SecurityCode.cs | Leeemons/eet-dotnetcore | 1f131daae224cc9c2ddb7e91b5724ecac1222f01 | [
"MIT"
] | 48 | 2021-07-22T14:48:20.000Z | 2022-03-18T02:18:34.000Z | src/Mews.Eet/Dto/Wsdl/SecurityCode.cs | Leeemons/eet-dotnetcore | 1f131daae224cc9c2ddb7e91b5724ecac1222f01 | [
"MIT"
] | 22 | 2019-08-09T09:45:17.000Z | 2022-01-04T14:12:52.000Z | src/Mews.Eet/Dto/Wsdl/SecurityCode.cs | Leeemons/eet-dotnetcore | 1f131daae224cc9c2ddb7e91b5724ecac1222f01 | [
"MIT"
] | 8 | 2019-02-04T15:24:31.000Z | 2021-02-23T07:23:33.000Z | using System;
using System.Xml.Serialization;
namespace Mews.Eet.Dto.Wsdl
{
[Serializable]
[XmlType(Namespace = "http://fs.mfcr.cz/eet/schema/v3")]
public class SecurityCode
{
[XmlAttribute(AttributeName = "digest")]
public SecurityCodeDigestType Digest { get; set; }
[XmlAttri... | 24.35 | 62 | 0.640657 |
61b69861ef2d899e50279529c0c016775b1c3256 | 246 | cs | C# | Models/Manufacturer.cs | leandrocunha526/ordermanager-dotnet | 21ca19c8fbcd8d38a9b964cc1d45343f4c618412 | [
"MIT"
] | null | null | null | Models/Manufacturer.cs | leandrocunha526/ordermanager-dotnet | 21ca19c8fbcd8d38a9b964cc1d45343f4c618412 | [
"MIT"
] | 1 | 2021-09-26T19:27:12.000Z | 2021-09-26T19:27:12.000Z | Models/Manufacturer.cs | leandrocunha526/ordermanager-dotnet | 21ca19c8fbcd8d38a9b964cc1d45343f4c618412 | [
"MIT"
] | 1 | 2021-09-26T19:10:41.000Z | 2021-09-26T19:10:41.000Z | using System.ComponentModel.DataAnnotations;
namespace ordermanager_dotnet.Models
{
public class Manufacturer
{
[Required]
public int Id {get;set;}
[Required]
public string Description {get;set;}
}
}
| 17.571429 | 44 | 0.646341 |
61e84b814c4634f69dd7a522e7620c71d3ed42e6 | 176 | cs | C# | NativeBrowsersWithOIDCClient/NativeBrowsersWithOIDCClient/INativeBrowser.cs | JaridKG/xamarin-forms | a79964785a0986ec67b215372d5f74d8c4ead922 | [
"MIT"
] | 151 | 2016-01-25T07:23:10.000Z | 2022-03-28T15:46:05.000Z | NativeBrowsersWithOIDCClient/NativeBrowsersWithOIDCClient/INativeBrowser.cs | juergenanton/xamarin-forms | e3f6aaf9ad97acf4898522f9708b6349f903cbcb | [
"MIT"
] | 7 | 2017-08-31T08:03:40.000Z | 2022-03-18T00:01:37.000Z | NativeBrowsersWithOIDCClient/NativeBrowsersWithOIDCClient/INativeBrowser.cs | juergenanton/xamarin-forms | e3f6aaf9ad97acf4898522f9708b6349f903cbcb | [
"MIT"
] | 128 | 2016-01-29T15:02:33.000Z | 2022-02-23T12:19:01.000Z | using System.Threading.Tasks;
namespace NativeBrowsersWithOIDCClient
{
public interface INativeBrowser
{
Task<string> LaunchBrowserAsync(string url);
}
}
| 17.6 | 52 | 0.727273 |
b21f9c20822c6cc9ab5150cbe036d62fa51e974e | 147 | cs | C# | src/PartsUnlimitedWebsite/Models/IDataSeeder.cs | sandboxdemo/PartsUnlimited | bb86322b488abc7848c62869cbbdc000b77c753a | [
"MIT"
] | null | null | null | src/PartsUnlimitedWebsite/Models/IDataSeeder.cs | sandboxdemo/PartsUnlimited | bb86322b488abc7848c62869cbbdc000b77c753a | [
"MIT"
] | null | null | null | src/PartsUnlimitedWebsite/Models/IDataSeeder.cs | sandboxdemo/PartsUnlimited | bb86322b488abc7848c62869cbbdc000b77c753a | [
"MIT"
] | null | null | null | using System.Threading.Tasks;
namespace PartsUnlimited.Models
{
public interface IDataSeeder
{
Task Seed(SampleData data);
}
} | 16.333333 | 35 | 0.693878 |
b2d87b8722095853323866d19eb2d99eab124eb8 | 2,024 | cs | C# | src/Cassette/Manifests/AssetManifestBuilder.cs | Zocdoc/cassette | 99d21cc0a12103e59ac1f62c3c5ec37d5308475e | [
"MIT"
] | 1 | 2018-04-04T06:13:10.000Z | 2018-04-04T06:13:10.000Z | src/Cassette/Manifests/AssetManifestBuilder.cs | Zocdoc/cassette | 99d21cc0a12103e59ac1f62c3c5ec37d5308475e | [
"MIT"
] | null | null | null | src/Cassette/Manifests/AssetManifestBuilder.cs | Zocdoc/cassette | 99d21cc0a12103e59ac1f62c3c5ec37d5308475e | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
namespace Cassette.Manifests
{
class AssetManifestBuilder
{
public AssetManifest BuildManifest(IAsset asset)
{
var assetManifest = new AssetManifest
{
Path = asset.SourceFile.FullPath
... | 33.180328 | 84 | 0.500988 |
f91a415c2f6ce8ae6e4bda4a9ef62c7df342b8bc | 19,074 | cs | C# | Util/CrypResource/Form1.Designer.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | Util/CrypResource/Form1.Designer.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | Util/CrypResource/Form1.Designer.cs | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | namespace CrypTool.Resource
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <... | 52.545455 | 140 | 0.63867 |
cfc6131ce8980bcbee5cfce74cfcd34a15fde2bf | 2,100 | cs | C# | SVC2021/Helpers/ArrayHelper.cs | sigstat/svc2021 | f334b636b27caa9e408bc04476058217cfeb9252 | [
"MIT"
] | null | null | null | SVC2021/Helpers/ArrayHelper.cs | sigstat/svc2021 | f334b636b27caa9e408bc04476058217cfeb9252 | [
"MIT"
] | null | null | null | SVC2021/Helpers/ArrayHelper.cs | sigstat/svc2021 | f334b636b27caa9e408bc04476058217cfeb9252 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace SVC2021.Helpers
{
public static class ArrayHelper
{
public static IEnumerable<T> Skip<T>(this IEnumerable<T> items, IEnumerable<int> skipIndexes)
{
int i = 0;
foreach (var i... | 25 | 101 | 0.404286 |
57ba165b101b120dfa660c167680e2df9be9d4e4 | 11,808 | cs | C# | iPserver/DBFile.cs | gq5154/Client_Server_Face_Recognition | a1bd86750506e310c8df004855b398bdd36cc67b | [
"MIT"
] | null | null | null | iPserver/DBFile.cs | gq5154/Client_Server_Face_Recognition | a1bd86750506e310c8df004855b398bdd36cc67b | [
"MIT"
] | null | null | null | iPserver/DBFile.cs | gq5154/Client_Server_Face_Recognition | a1bd86750506e310c8df004855b398bdd36cc67b | [
"MIT"
] | null | null | null | using System;
using System.Text;
using System.IO;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
namespace Casablanca.IPServ {
internal class DBFile {
[Serializable]
class DBHeader {
const long DBFSIGNATURE = 0x4B494C424F47;
privat... | 26.534831 | 180 | 0.510501 |
f5bb3cff34256e543145ff8fc41fd5ad6e34764a | 747 | cs | C# | PSTParse/NDB/BBTENTRY.cs | dabbers/PST-Parser | 5ee75b1780f8de858a6c5a2e55e06b778416bbcb | [
"MIT",
"Unlicense"
] | 41 | 2015-01-17T10:32:49.000Z | 2021-12-07T19:11:42.000Z | PSTParse/NDB/BBTENTRY.cs | dabbers/PST-Parser | 5ee75b1780f8de858a6c5a2e55e06b778416bbcb | [
"MIT",
"Unlicense"
] | 8 | 2016-03-13T09:31:17.000Z | 2021-08-23T21:11:38.000Z | PSTParse/NDB/BBTENTRY.cs | dabbers/PST-Parser | 5ee75b1780f8de858a6c5a2e55e06b778416bbcb | [
"MIT",
"Unlicense"
] | 28 | 2015-02-01T06:03:52.000Z | 2021-07-08T04:49:10.000Z | using System;
namespace PSTParse.NDB
{
public class BBTENTRY : BTPAGEENTRY
{
public BREF BREF;
public bool Internal;
public UInt16 BlockByteCount;
public UInt16 RefCount;
public BBTENTRY(byte[] bytes)
{
this.BREF = new BREF(bytes);
/*thi... | 26.678571 | 119 | 0.558233 |
eb35696e2e69f933dcb8eb68a5a9b6d75685ebcb | 2,745 | cs | C# | Assets/GameMain/Scripts/Character/CharacterStates/CharacterReady.cs | JolJol/StarForce | 27715433442e7e0ca4a0e1d46c98e4d849d0a3ed | [
"MIT"
] | null | null | null | Assets/GameMain/Scripts/Character/CharacterStates/CharacterReady.cs | JolJol/StarForce | 27715433442e7e0ca4a0e1d46c98e4d849d0a3ed | [
"MIT"
] | null | null | null | Assets/GameMain/Scripts/Character/CharacterStates/CharacterReady.cs | JolJol/StarForce | 27715433442e7e0ca4a0e1d46c98e4d849d0a3ed | [
"MIT"
] | null | null | null | using System.Timers;
using GameFramework.Fsm;
using UnityEditor.UIElements;
using UnityEngine;
using UnityEngine.XR.WSA.Input;
namespace StarForce
{
/// <summary>
/// 准备状态
/// </summary>
public class CharacterReady:CharacterBase
{
private CharacterData m_CharacterData;
private Anim... | 35.192308 | 118 | 0.617122 |
68a4c3a2f5a0db480f5ab17748046de0643341c8 | 179 | cs | C# | src/www.net/UrlBuilder/Scheme.cs | guneysus/underscore.net | 4a1a35e9920950f58a3a3b523fb9293763dd2cb5 | [
"MIT"
] | 2 | 2019-06-12T15:30:36.000Z | 2019-09-13T15:10:03.000Z | src/www.net/UrlBuilder/Scheme.cs | guneysus/underscore.net | 4a1a35e9920950f58a3a3b523fb9293763dd2cb5 | [
"MIT"
] | 30 | 2019-06-04T10:35:56.000Z | 2020-02-19T10:15:05.000Z | src/www.net/UrlBuilder/Scheme.cs | guneysus/underscore.net | 4a1a35e9920950f58a3a3b523fb9293763dd2cb5 | [
"MIT"
] | null | null | null | using System;
namespace www.net
{
public enum Scheme
{
Http = 0,
Https = 1,
Ftp = 2,
Websocket = 3,
SecureWebsocket = 4
}
}
| 11.933333 | 27 | 0.463687 |
016ecce993ff89775641bb4ae282af871dd1b3f0 | 4,054 | cs | C# | WPF/ListViewX.xaml.cs | XUJINKAI/XJKdotNetLibrary | 56ccc6c9d2251eae1e97ab2d3377cb9eb8c1128a | [
"MIT"
] | 5 | 2019-07-07T16:50:56.000Z | 2021-05-30T00:36:32.000Z | WPF/ListViewX.xaml.cs | XUJINKAI/XJKdotNetLibrary | 56ccc6c9d2251eae1e97ab2d3377cb9eb8c1128a | [
"MIT"
] | null | null | null | WPF/ListViewX.xaml.cs | XUJINKAI/XJKdotNetLibrary | 56ccc6c9d2251eae1e97ab2d3377cb9eb8c1128a | [
"MIT"
] | 4 | 2019-07-02T22:53:39.000Z | 2020-12-17T04:04:25.000Z | using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Media;
namespace XJK.WPF
{
/// <summary>
/// ListViewX.xaml 的交互逻辑
/// </summary>
public partial class List... | 37.192661 | 134 | 0.572521 |
bf6d5e2797261fe568da5b49c5c90678335c427e | 1,107 | cs | C# | src/FormControlLib/ControlSinks/DatePickerSink.cs | mogliang/Generic-WPF-Form-Controls | 507880d88cfb4f297311e3772ed83a27144b3e45 | [
"MIT"
] | 1 | 2016-02-17T06:50:16.000Z | 2016-02-17T06:50:16.000Z | src/FormControlLib/ControlSinks/DatePickerSink.cs | mogliang/Generic-WPF-Form-Controls | 507880d88cfb4f297311e3772ed83a27144b3e45 | [
"MIT"
] | null | null | null | src/FormControlLib/ControlSinks/DatePickerSink.cs | mogliang/Generic-WPF-Form-Controls | 507880d88cfb4f297311e3772ed83a27144b3e45 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
namespace FormControlLib.ControlSinks
{
public class DatePickerSink:ControlSinkBase
{
public override MatchResult Matc... | 28.384615 | 83 | 0.781391 |
2805a6d6af6e5f973c9ae61b5ba179e0b4977a5c | 452 | cs | C# | Web/Resgrid.WebCore/Areas/User/Models/Reports/Logs/LogReportView.cs | dotnetshop/Resgrid-Core | a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf | [
"Apache-2.0"
] | 74 | 2019-01-03T22:20:11.000Z | 2022-03-29T09:35:16.000Z | Web/Resgrid.WebCore/Areas/User/Models/Reports/Logs/LogReportView.cs | dotnetshop/Resgrid-Core | a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf | [
"Apache-2.0"
] | 29 | 2019-06-24T02:15:16.000Z | 2022-03-20T19:38:14.000Z | Web/Resgrid.WebCore/Areas/User/Models/Reports/Logs/LogReportView.cs | dotnetshop/Resgrid-Core | a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf | [
"Apache-2.0"
] | 30 | 2019-06-28T12:56:45.000Z | 2021-08-10T05:58:35.000Z | using System;
using System.Collections.Generic;
using Resgrid.Model;
namespace Resgrid.Web.Areas.User.Models.Reports.Logs
{
public class LogReportView
{
public DateTime RunOn { get; set; }
public Log Log { get; set; }
public float Attendance { get; set; }
public Dictionary<string, Tuple<string, UserProfile>... | 22.6 | 78 | 0.712389 |
a6eee05c1a8997cbe7bbe2709c99c9fe23c6213c | 577 | cs | C# | Source Code/Section 2/CustomVisualizer/CustomVisualizerTestApp/TestObject.cs | PacktPublishing/-Mastering-Visual-Studio-2019 | 07d1081cc0f905f8fe9a4df6e2416d4ef846a30a | [
"MIT"
] | 3 | 2020-04-04T11:16:31.000Z | 2021-10-01T22:06:04.000Z | Source Code/Section 2/CustomVisualizer/CustomVisualizerTestApp/TestObject.cs | PacktPublishing/-Mastering-Visual-Studio-2019 | 07d1081cc0f905f8fe9a4df6e2416d4ef846a30a | [
"MIT"
] | null | null | null | Source Code/Section 2/CustomVisualizer/CustomVisualizerTestApp/TestObject.cs | PacktPublishing/-Mastering-Visual-Studio-2019 | 07d1081cc0f905f8fe9a4df6e2416d4ef846a30a | [
"MIT"
] | 3 | 2019-09-08T19:04:33.000Z | 2019-12-26T19:46:16.000Z | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CustomVisualizer
{
[DebuggerVisualizer(typeof(MyObjectVisualizer))]
[Serializable()]
public class CustomTestObject
{
public string Message { g... | 22.192308 | 52 | 0.627383 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.