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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1967e6c92735134c3fd684e274deda5598017db4 | 904 | cs | C# | Assets/ResManager/AssetInfoConfig.cs | andyzhangyb/YFramework | 51a42337d8734c18c01bc464eb80c12ecd78ad0f | [
"Apache-2.0"
] | null | null | null | Assets/ResManager/AssetInfoConfig.cs | andyzhangyb/YFramework | 51a42337d8734c18c01bc464eb80c12ecd78ad0f | [
"Apache-2.0"
] | null | null | null | Assets/ResManager/AssetInfoConfig.cs | andyzhangyb/YFramework | 51a42337d8734c18c01bc464eb80c12ecd78ad0f | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Xml.Serialization;
[System.Serializable]
public class AssetInfoConfig
{
[XmlElement("AssetInfoList")]
public List<AssetBaseInfo> AssetInfoList { get; set; }
public AssetInfoConfig()
{
AssetI... | 25.828571 | 59 | 0.630531 |
04bb9eba792de70eca362fb80fdbaadcbcb9f62a | 532 | cs | C# | FurikaeConsolidator/MainRibbon.cs | moauris/FrkeConsol | 7b403ce703f19975ac7e295a275d0ab5b84c81c9 | [
"MIT"
] | null | null | null | FurikaeConsolidator/MainRibbon.cs | moauris/FrkeConsol | 7b403ce703f19975ac7e295a275d0ab5b84c81c9 | [
"MIT"
] | null | null | null | FurikaeConsolidator/MainRibbon.cs | moauris/FrkeConsol | 7b403ce703f19975ac7e295a275d0ab5b84c81c9 | [
"MIT"
] | null | null | null | using Microsoft.Office.Tools.Ribbon;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace FurikaeConsolidator
{
public partial class MainRibbon
{
private void MainRibbon_Load(object sender, RibbonUIEventArgs e)
{
}... | 23.130435 | 105 | 0.701128 |
c553dbb92c2cfa94e08434f3ffadd4fc43fd62a7 | 1,542 | cs | C# | BashSoft/BashSoft/BashSoft/PremiumMobileRepository.cs | svetlimladenov/C-Sharp-Advanced---2016 | e0b04d08defe1c928d6f99dfc7984f0a4b1b154d | [
"MIT"
] | null | null | null | BashSoft/BashSoft/BashSoft/PremiumMobileRepository.cs | svetlimladenov/C-Sharp-Advanced---2016 | e0b04d08defe1c928d6f99dfc7984f0a4b1b154d | [
"MIT"
] | null | null | null | BashSoft/BashSoft/BashSoft/PremiumMobileRepository.cs | svetlimladenov/C-Sharp-Advanced---2016 | e0b04d08defe1c928d6f99dfc7984f0a4b1b154d | [
"MIT"
] | null | null | null | using System;
using System.Text;
using System.IO;
namespace BashSoft
{
public static class PremiumMobileRepository
{
public static void SummarizeEmails(string absolutePath)
{
string allEmails = string.Empty;
//int counter = 0;
Console.OutputEncoding = Encodi... | 40.578947 | 205 | 0.538262 |
abbb39a4c051e856157f360b11527ff17e0d849c | 3,010 | cs | C# | src/Lightweight.Business/Providers/Mail/SMTPMailServiceProvider.cs | noir2501/lightweight | c73c7808a061ef8abe31d1e2ea9aa97aa1c33cfa | [
"MIT"
] | null | null | null | src/Lightweight.Business/Providers/Mail/SMTPMailServiceProvider.cs | noir2501/lightweight | c73c7808a061ef8abe31d1e2ea9aa97aa1c33cfa | [
"MIT"
] | null | null | null | src/Lightweight.Business/Providers/Mail/SMTPMailServiceProvider.cs | noir2501/lightweight | c73c7808a061ef8abe31d1e2ea9aa97aa1c33cfa | [
"MIT"
] | null | null | null | using System;
namespace Lightweight.Business.Providers.Mail
{
public class SMTPMailServiceProvider : MailServiceProviderBase
{
System.Net.Mail.SmtpClient client;
const string HostKey = "host";
const string PortKey = "port";
const string UserNameKey = "username";
const ... | 32.717391 | 122 | 0.605648 |
177ea49507258ee5c05a9615ce1c60c332eb1347 | 2,532 | cs | C# | Assets/FullInspector2/Modules/fiLog/fiLog.cs | gjroelofs/fullinspector | f567f2a0b2c477d3a794d9b03ccf571a3229b7c3 | [
"MIT"
] | 103 | 2015-02-10T14:34:47.000Z | 2022-03-29T19:33:18.000Z | Assets/FullInspector2/Modules/fiLog/fiLog.cs | gjroelofs/fullinspector | f567f2a0b2c477d3a794d9b03ccf571a3229b7c3 | [
"MIT"
] | 119 | 2015-01-08T07:08:59.000Z | 2020-06-08T20:32:32.000Z | Assets/FullInspector2/Modules/fiLog/fiLog.cs | gjroelofs/fullinspector | f567f2a0b2c477d3a794d9b03ccf571a3229b7c3 | [
"MIT"
] | 34 | 2015-09-15T13:22:22.000Z | 2022-02-19T20:07:23.000Z | using System;
using System.Collections.Generic;
using FullSerializer;
namespace FullInspector.Internal {
public static class fiLog {
private readonly static List<string> _messages = new List<string>();
public static void InsertAndClearMessagesTo(List<string> buffer) {
lock (typeof(fiL... | 32.461538 | 98 | 0.513823 |
4abca3e0fead2fa6f158426e6778edd07b4cb6e4 | 5,183 | cs | C# | src/Nancy.RapidCache/Extensions/NancyBootstrapperExtensions.cs | Jaxelr/Nancy.RapidCache | 89c039d8f2536fa115d111f6ffb0165b928662e7 | [
"MIT"
] | 5 | 2018-04-15T10:58:17.000Z | 2020-06-06T14:10:48.000Z | src/Nancy.RapidCache/Extensions/NancyBootstrapperExtensions.cs | Jaxelr/Nancy.RapidCache | 89c039d8f2536fa115d111f6ffb0165b928662e7 | [
"MIT"
] | 137 | 2018-04-03T21:38:06.000Z | 2020-05-26T23:36:23.000Z | src/Nancy.RapidCache/Extensions/NancyBootstrapperExtensions.cs | Jaxelr/Nancy.RapidCache | 89c039d8f2536fa115d111f6ffb0165b928662e7 | [
"MIT"
] | 4 | 2018-07-18T08:23:07.000Z | 2019-05-24T08:52:59.000Z | using Nancy.Bootstrapper;
using Nancy.RapidCache.CacheKey;
using Nancy.RapidCache.CacheStore;
using Nancy.Routing;
namespace Nancy.RapidCache.Extensions
{
public static class NancyBootstrapperExtensions
{
const string RemovalExceptionMessage = "Rapid Cache is disabled, enable to use the removal key";
... | 42.834711 | 195 | 0.636118 |
46c80ea7919de70dbd2479a49e84569456638f5c | 2,353 | cs | C# | Fred Undead/Assets/Scripts/Lift.cs | DaffyNinja/FredUndead-Repo | 9d094930d92ee777c110a03ce2d9b6e30dc8fac9 | [
"Apache-2.0"
] | null | null | null | Fred Undead/Assets/Scripts/Lift.cs | DaffyNinja/FredUndead-Repo | 9d094930d92ee777c110a03ce2d9b6e30dc8fac9 | [
"Apache-2.0"
] | null | null | null | Fred Undead/Assets/Scripts/Lift.cs | DaffyNinja/FredUndead-Repo | 9d094930d92ee777c110a03ce2d9b6e30dc8fac9 | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
using System.Collections;
public class Lift : MonoBehaviour
{
public float speed;
public Transform tStart;
public Transform tEnd;
public bool startMoving;
private bool bIsMovingToEnd = true;
private Vector3 vStart;
private Vector3 vEnd;
private float fMoveTimer = ... | 24.768421 | 74 | 0.449214 |
22a4ac18572b308ffc87eda4d459fe28cb4cd196 | 542 | cs | C# | aspnet-core/src/Testing.Application/Users/Dto/UserMapProfile.cs | TareqNewazShahriar-Secondary/AspnetBoilerplate-Crud-Sample | e2d5f374dd1c1b7ed3a008ed7038b8224ece4f79 | [
"MIT"
] | 1 | 2020-11-08T09:50:59.000Z | 2020-11-08T09:50:59.000Z | aspnet-core/src/Testing.Application/Users/Dto/UserMapProfile.cs | TareqNewazShahriar-Secondary/AspnetBoilerplate-Crud-Sample | e2d5f374dd1c1b7ed3a008ed7038b8224ece4f79 | [
"MIT"
] | null | null | null | aspnet-core/src/Testing.Application/Users/Dto/UserMapProfile.cs | TareqNewazShahriar-Secondary/AspnetBoilerplate-Crud-Sample | e2d5f374dd1c1b7ed3a008ed7038b8224ece4f79 | [
"MIT"
] | null | null | null | using AutoMapper;
using Testing.Authorization.Users;
namespace Testing.Users.Dto
{
public class TeamMapProfile : Profile
{
public TeamMapProfile()
{
CreateMap<UserDto, User>();
CreateMap<UserDto, User>()
.ForMember(x => x.Roles, opt => opt.Ignore())
... | 27.1 | 90 | 0.560886 |
fefe52b8913e93ebfa071a826237f361ff5db1fb | 745 | cs | C# | MCServerSharp.Net/ClientSettingsComponent.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 30 | 2020-09-24T04:36:34.000Z | 2021-12-29T21:02:12.000Z | MCServerSharp.Net/ClientSettingsComponent.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 3 | 2020-08-26T05:32:41.000Z | 2021-07-22T23:03:07.000Z | MCServerSharp.Net/ClientSettingsComponent.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 3 | 2020-09-24T04:36:42.000Z | 2021-07-22T05:26:30.000Z | using MCServerSharp.Components;
using MCServerSharp.Entities.Mobs;
using MCServerSharp.Net.Packets;
namespace MCServerSharp.Net
{
public class ClientSettingsComponent : Component<Player>, ITickable
{
public ClientSettings Settings { get; set; }
public bool SettingsChanged { get; set; }
... | 24.833333 | 71 | 0.602685 |
21a264af4c2ab0a1b3704201e1853771175d027c | 149 | cshtml | C# | Obaju.App/Pages/_ViewImports.cshtml | Iliyan7/Obaju | 0c0fcee1e94c6a8f79bc58e070c06dde131047c0 | [
"MIT"
] | 1 | 2021-07-30T09:26:23.000Z | 2021-07-30T09:26:23.000Z | Obaju.App/Pages/_ViewImports.cshtml | Iliyan7/Obaju | 0c0fcee1e94c6a8f79bc58e070c06dde131047c0 | [
"MIT"
] | null | null | null | Obaju.App/Pages/_ViewImports.cshtml | Iliyan7/Obaju | 0c0fcee1e94c6a8f79bc58e070c06dde131047c0 | [
"MIT"
] | 1 | 2020-10-13T06:46:51.000Z | 2020-10-13T06:46:51.000Z | @using Obaju.Models.BindingModels
@namespace Obaju.App.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Obaju.TagHelpers
| 29.8 | 52 | 0.818792 |
60a999a4da525d0cdafa19fbfd06c8cc205841f0 | 1,030 | cs | C# | source/AutomaticModelStateValidation.Sample/Controllers/SubmissionController.cs | daniellittledev/AutomaticModelStateValidation | baa9bb24521b3a455994548931ff83fb38a4126a | [
"MIT"
] | 3 | 2018-07-19T01:39:52.000Z | 2018-07-20T07:10:29.000Z | source/AutomaticModelStateValidation.Sample/Controllers/SubmissionController.cs | Lavinski/AutomaticModelStateValidation | baa9bb24521b3a455994548931ff83fb38a4126a | [
"MIT"
] | null | null | null | source/AutomaticModelStateValidation.Sample/Controllers/SubmissionController.cs | Lavinski/AutomaticModelStateValidation | baa9bb24521b3a455994548931ff83fb38a4126a | [
"MIT"
] | 1 | 2020-02-13T05:16:42.000Z | 2020-02-13T05:16:42.000Z | using System;
using Microsoft.AspNetCore.Mvc;
using AutomaticModelStateValidation.Sample.Models;
namespace AutomaticModelStateValidation.Controllers
{
[Route("/")]
public class SubmissionController : Controller
{
[HttpGet("")]
public ActionResult NewSubmission()
{
// L... | 25.75 | 77 | 0.561165 |
60e84d670ebcf80821ebefea6538afee931c5488 | 4,503 | cs | C# | src/RiakClientExamples/Dev/Search/DocumentStore.cs | askovsgaard/riak-dotnet-client | f754d89d21bc6196d8489f2ee0df0ef6f5695ec6 | [
"Apache-2.0"
] | 30 | 2015-03-28T02:00:21.000Z | 2022-03-22T02:16:17.000Z | src/RiakClientExamples/Dev/Search/DocumentStore.cs | askovsgaard/riak-dotnet-client | f754d89d21bc6196d8489f2ee0df0ef6f5695ec6 | [
"Apache-2.0"
] | 58 | 2015-03-23T18:48:43.000Z | 2019-03-10T01:33:32.000Z | src/RiakClientExamples/Dev/Search/DocumentStore.cs | askovsgaard/riak-dotnet-client | f754d89d21bc6196d8489f2ee0df0ef6f5695ec6 | [
"Apache-2.0"
] | 25 | 2015-05-29T04:21:38.000Z | 2022-02-01T13:11:13.000Z | // <copyright file="DocumentStore.cs" company="Basho Technologies, Inc.">
// Copyright 2015 - Basho Technologies, Inc.
//
// This file is provided to you 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 ... | 34.906977 | 111 | 0.544526 |
27a73deb99f6a544d05d4c32af6ec8724f83762d | 997 | cs | C# | GameDev_Cw_2/Assets/Scripts/TitleScreenController.cs | eduardalexandrupop/Pirate-Quest | c76937ba5ad86d95f92f52c949a220595057e665 | [
"MIT"
] | null | null | null | GameDev_Cw_2/Assets/Scripts/TitleScreenController.cs | eduardalexandrupop/Pirate-Quest | c76937ba5ad86d95f92f52c949a220595057e665 | [
"MIT"
] | null | null | null | GameDev_Cw_2/Assets/Scripts/TitleScreenController.cs | eduardalexandrupop/Pirate-Quest | c76937ba5ad86d95f92f52c949a220595057e665 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
public class TitleScreenController : MonoBehaviour
{
public Button startButton;
public Button endingsButton;
public Button tutorialButton;
// Start is called before ... | 21.673913 | 53 | 0.668004 |
3851f15155ca4cb69c57badeeb0fa5d48673b759 | 198 | cs | C# | src/Turbo/Metadata/PartMeta{T}.cs | mikalai-kardash/Turbo | 80d9267eafb6ef9d0badfc256140115d64005cba | [
"Unlicense"
] | 1 | 2021-08-08T21:17:18.000Z | 2021-08-08T21:17:18.000Z | src/Turbo/Metadata/PartMeta{T}.cs | mikalai-kardash/Turbo | 80d9267eafb6ef9d0badfc256140115d64005cba | [
"Unlicense"
] | null | null | null | src/Turbo/Metadata/PartMeta{T}.cs | mikalai-kardash/Turbo | 80d9267eafb6ef9d0badfc256140115d64005cba | [
"Unlicense"
] | null | null | null | using Turbo.Metadata.Models;
namespace Turbo.Metadata
{
public class PartMeta<T> : Metadata<T, Part>
{
public PartMeta(Part meta) : base(meta)
{
}
}
} | 18 | 49 | 0.550505 |
7e50353ba22bad4540df7404bf212bfc952b0652 | 1,000 | cs | C# | src/OpenJijDotNet/StdLib/StdMt19937.cs | takuya-takeuchi/OpenJijDotNet | e1cd30efbf0c561e89bc10bd90cd36a3176ad09a | [
"MIT"
] | null | null | null | src/OpenJijDotNet/StdLib/StdMt19937.cs | takuya-takeuchi/OpenJijDotNet | e1cd30efbf0c561e89bc10bd90cd36a3176ad09a | [
"MIT"
] | null | null | null | src/OpenJijDotNet/StdLib/StdMt19937.cs | takuya-takeuchi/OpenJijDotNet | e1cd30efbf0c561e89bc10bd90cd36a3176ad09a | [
"MIT"
] | null | null | null | using System;
// ReSharper disable once CheckNamespace
namespace OpenJijDotNet
{
public sealed class StdMt19937 : OpenJijObject
{
#region Constructors
public StdMt19937(StdRandomDevice device)
{
if (device == null)
throw new ArgumentNullException(nameof(d... | 19.607843 | 77 | 0.571 |
c62109c50c5d03a125ec25fd3bff6fc324b61c9d | 563 | cs | C# | Xandrin/Core/Data.cs | Montrii/Xandrin | cfda1068541b70bbba86aa8d0f90af13b57d704b | [
"MIT"
] | null | null | null | Xandrin/Core/Data.cs | Montrii/Xandrin | cfda1068541b70bbba86aa8d0f90af13b57d704b | [
"MIT"
] | null | null | null | Xandrin/Core/Data.cs | Montrii/Xandrin | cfda1068541b70bbba86aa8d0f90af13b57d704b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Xandrin.Core
{
public class Data
{
public Data(DateTime date, double value, double value1, double value2)
{
Date = date;
Value = value;
... | 20.107143 | 78 | 0.575488 |
ff304fb4a7de8045063b0dc1e2a99fdf18ffe3f3 | 7,138 | cs | C# | Core/Logic/SaveSystem/LocationProfile.cs | ha1fdaew/iTile | ad6786173aa490ded2a334688483fdffef4ad8dc | [
"MIT"
] | 1 | 2021-01-05T02:25:14.000Z | 2021-01-05T02:25:14.000Z | Core/Logic/SaveSystem/LocationProfile.cs | ha1fdaew/iTile | ad6786173aa490ded2a334688483fdffef4ad8dc | [
"MIT"
] | null | null | null | Core/Logic/SaveSystem/LocationProfile.cs | ha1fdaew/iTile | ad6786173aa490ded2a334688483fdffef4ad8dc | [
"MIT"
] | null | null | null | using iTile.Utils;
using Microsoft.Xna.Framework;
using Newtonsoft.Json;
using StardewValley;
using System;
using System.Linq;
using System.Collections.Generic;
using xTile;
using xTile.Layers;
using xTile.Tiles;
using StardewModdingAPI;
using iTile.Core.Logic.Network;
using System.Reflection;
namespace iTile.Core.Lo... | 33.511737 | 149 | 0.546932 |
7fff43a2cdf25e219ec950257048c59dd505ce96 | 1,736 | cs | C# | tests/JsonBufferWriterTests.cs | zlatanov/json | 5d210f1f6d1d51554c3916c9c92f81add5ddc805 | [
"MIT"
] | 2 | 2019-02-28T13:25:12.000Z | 2020-01-13T15:38:35.000Z | tests/JsonBufferWriterTests.cs | zlatanov/json | 5d210f1f6d1d51554c3916c9c92f81add5ddc805 | [
"MIT"
] | 1 | 2020-04-14T17:15:23.000Z | 2020-04-15T09:29:20.000Z | tests/JsonBufferWriterTests.cs | zlatanov/json | 5d210f1f6d1d51554c3916c9c92f81add5ddc805 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace Maverick.Json
{
public class JsonBufferWriterTests
{
[Fact]
public void ToStringShouldReturnCorrectJson()
{
using ( va... | 31 | 105 | 0.554724 |
c6d6d5bf1bcc7f3d385d23d6bdb6bfdc30bc31ec | 6,608 | cs | C# | NGramCategorisation/NGramSets/StringSet.cs | michaelmcmullin/ngram-categorisation | b8fffa5d8820358639693239254b83283015b8aa | [
"MIT"
] | null | null | null | NGramCategorisation/NGramSets/StringSet.cs | michaelmcmullin/ngram-categorisation | b8fffa5d8820358639693239254b83283015b8aa | [
"MIT"
] | null | null | null | NGramCategorisation/NGramSets/StringSet.cs | michaelmcmullin/ngram-categorisation | b8fffa5d8820358639693239254b83283015b8aa | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
namespace NGrammer.NGramSets
{
/// <summary>
/// Represents a set of string N-Grams, including methods for parsing a
/// source object into multiple N-Grams, and comparing this set with another
/// set to determine similarity.
/// ... | 34.416667 | 128 | 0.523608 |
5eec78fbf140fe00e76f39dec9dcddd4a1c5a5fa | 1,148 | cs | C# | src/PokemonROMEditor/Models/Move.cs | JoaoMSerra/PokemonROMEditor | 114bb40391b4d59b22288a2a99febc51a11c0d01 | [
"MIT"
] | 6 | 2019-02-05T22:50:54.000Z | 2020-10-27T14:45:13.000Z | src/PokemonROMEditor/Models/Move.cs | JoaoMSerra/PokemonROMEditor | 114bb40391b4d59b22288a2a99febc51a11c0d01 | [
"MIT"
] | 1 | 2019-08-22T16:17:26.000Z | 2019-12-07T03:26:38.000Z | src/PokemonROMEditor/Models/Move.cs | JoaoMSerra/PokemonROMEditor | 114bb40391b4d59b22288a2a99febc51a11c0d01 | [
"MIT"
] | 1 | 2019-08-22T17:01:18.000Z | 2019-08-22T17:01:18.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PokemonROMEditor.Models
{
public class Move
{
public event EventHandler NameChanged;
private string name;
public string Name {
get { ... | 24.425532 | 56 | 0.50784 |
c13cee394608b50dbfa361869738f519cd1298ef | 1,076 | cs | C# | src/MySqlSideKicks.Win/Models/Connection.cs | eduardosoprani/MySqlSideKicks | 7a227c6156a08f02d27677766779385c98d7faca | [
"Apache-2.0"
] | 1 | 2018-11-21T18:57:48.000Z | 2018-11-21T18:57:48.000Z | src/MySqlSideKicks.Win/Models/Connection.cs | eduardosoprani/MySqlSideKicks | 7a227c6156a08f02d27677766779385c98d7faca | [
"Apache-2.0"
] | 11 | 2018-11-28T01:33:27.000Z | 2018-11-30T01:16:01.000Z | src/MySqlSideKicks.Win/Models/Connection.cs | eduardosoprani/MySqlSideKicks | 7a227c6156a08f02d27677766779385c98d7faca | [
"Apache-2.0"
] | 2 | 2018-11-22T14:45:18.000Z | 2018-12-04T14:51:54.000Z | using MySql.Data.MySqlClient;
using System;
namespace MySqlSideKicks.Win.Models
{
public class Connection
{
private const uint MySqlDefaultPort = 3306;
public Connection()
{
Guid = Guid.NewGuid();
Port = MySqlDefaultPort;
}
public Guid Guid { g... | 26.243902 | 74 | 0.534387 |
d441fe4506a7a78dbf4549664986eaaa57efadd8 | 1,116 | cs | C# | Geonorge.Symbol/Models/SymbolPackage.cs | kartverket/Geonorge.Symbol | c7e5d168131bc8295404f3546c63bbfa48e3ac0d | [
"MIT"
] | 2 | 2017-05-15T16:35:14.000Z | 2018-05-04T08:34:24.000Z | Geonorge.Symbol/Models/SymbolPackage.cs | kartverket/Geonorge.Symbol | c7e5d168131bc8295404f3546c63bbfa48e3ac0d | [
"MIT"
] | 8 | 2020-03-10T11:51:19.000Z | 2021-05-19T14:35:12.000Z | Geonorge.Symbol/Models/SymbolPackage.cs | kartverket/Geonorge.Symbol | c7e5d168131bc8295404f3546c63bbfa48e3ac0d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace Geonorge.Symbol.Models
{
public class SymbolPackage
{
[Key]
public Guid SystemId { get; set; }
/// <summary> Beskrivende navn på pakke.</summary>... | 28.615385 | 76 | 0.607527 |
9b8a31660d5dfc04f4999b86b01598671643c391 | 1,689 | cs | C# | App.DAL/SysModuleOperateRepository.cs | osmoy/unitySample | df411ee8452f6f6304a690413f92f9f2f252d815 | [
"Apache-2.0"
] | 1 | 2020-03-19T16:19:52.000Z | 2020-03-19T16:19:52.000Z | App.DAL/SysModuleOperateRepository.cs | osmoy/unitySample | df411ee8452f6f6304a690413f92f9f2f252d815 | [
"Apache-2.0"
] | null | null | null | App.DAL/SysModuleOperateRepository.cs | osmoy/unitySample | df411ee8452f6f6304a690413f92f9f2f252d815 | [
"Apache-2.0"
] | 1 | 2020-07-29T17:26:22.000Z | 2020-07-29T17:26:22.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using App.Models;
namespace App.DAL
{
public class SysModuleOperateRepository : IDAL.ISysModuleOperateRepository, IDisposable
{
public System.Data.Entity.DbContext db
{
get
{
... | 23.458333 | 98 | 0.519834 |
43e8d1362da187be7b8f7817ba532bf4fb21914f | 1,027 | cs | C# | src/StakeTradingBot/StakeClient/Model/ProductSuggestion.cs | 0Lucifer0/StakeTradingBot | 1f4aefc59ccc23aede7d4d0ab6c7dcc29ab49870 | [
"MIT"
] | 1 | 2021-09-02T18:37:19.000Z | 2021-09-02T18:37:19.000Z | src/StakeTradingBot/StakeClient/Model/ProductSuggestion.cs | 0Lucifer0/StakeTradingBot | 1f4aefc59ccc23aede7d4d0ab6c7dcc29ab49870 | [
"MIT"
] | null | null | null | src/StakeTradingBot/StakeClient/Model/ProductSuggestion.cs | 0Lucifer0/StakeTradingBot | 1f4aefc59ccc23aede7d4d0ab6c7dcc29ab49870 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json.Serialization;
namespace StakeTradingBot.StakeClient.Model
{
public class ProductSuggestion
{
[JsonPropertyName("instruments")]
public Instrument[] Instruments { get; set; } = null!;
[JsonPropert... | 27.026316 | 63 | 0.623174 |
e7eea7c2219b46892b436c9f55e198e6023ce95f | 2,184 | cs | C# | Source/Tests/SisoDb.UnitTests/Structures/Schemas/MemberAccessors/IndexAccessorSetValuesOnSubItemTests.cs | eric-swann-q2/SisoDb-Provider | 182597a1c36d3d5af74f0f1b30793c7a5edf9095 | [
"MIT"
] | null | null | null | Source/Tests/SisoDb.UnitTests/Structures/Schemas/MemberAccessors/IndexAccessorSetValuesOnSubItemTests.cs | eric-swann-q2/SisoDb-Provider | 182597a1c36d3d5af74f0f1b30793c7a5edf9095 | [
"MIT"
] | null | null | null | Source/Tests/SisoDb.UnitTests/Structures/Schemas/MemberAccessors/IndexAccessorSetValuesOnSubItemTests.cs | eric-swann-q2/SisoDb-Provider | 182597a1c36d3d5af74f0f1b30793c7a5edf9095 | [
"MIT"
] | null | null | null | using NUnit.Framework;
namespace SisoDb.UnitTests.Structures.Schemas.MemberAccessors
{
[TestFixture]
public class IndexAccessorSetValuesOnSubItemTests : UnitTestBase
{
[Test]
public void SetValue_WhenComplexType_CompexTypeIsAssigned()
{
const string newValue = ... | 34.666667 | 105 | 0.590201 |
e22c058e0462e455a3f231f6bddffcf4ea2fa6d5 | 1,257 | cs | C# | src/Controls/src/Core/XmlLineInfo.cs | pomianowski/maui | eaf66d0680c9be4e562cdfbf5198a6d91efc19c0 | [
"MIT"
] | 1 | 2022-03-21T14:34:32.000Z | 2022-03-21T14:34:32.000Z | src/Controls/src/Core/XmlLineInfo.cs | pomianowski/maui | eaf66d0680c9be4e562cdfbf5198a6d91efc19c0 | [
"MIT"
] | null | null | null | src/Controls/src/Core/XmlLineInfo.cs | pomianowski/maui | eaf66d0680c9be4e562cdfbf5198a6d91efc19c0 | [
"MIT"
] | null | null | null | #nullable disable
using System.Xml;
namespace Microsoft.Maui.Controls.Xaml
{
/// <include file="../../docs/Microsoft.Maui.Controls.Xaml/XmlLineInfo.xml" path="Type[@FullName='Microsoft.Maui.Controls.Xaml.XmlLineInfo']/Docs" />
public class XmlLineInfo : IXmlLineInfo
{
readonly bool _hasLineInfo;
/// <include f... | 34.916667 | 150 | 0.69292 |
e2f32f7922650761922141e2b0da719843e1d0ab | 527 | cs | C# | PackHistorian/Entity/Pack.cs | Mayot/PackTracker | c36aad118b4ffcb7288b4f5dd9d081cf3f578b0a | [
"MIT"
] | 51 | 2017-07-26T21:07:00.000Z | 2022-03-18T03:39:02.000Z | PackHistorian/Entity/Pack.cs | Mayot/PackTracker | c36aad118b4ffcb7288b4f5dd9d081cf3f578b0a | [
"MIT"
] | 43 | 2017-08-05T22:05:08.000Z | 2021-09-03T00:47:09.000Z | PackHistorian/Entity/Pack.cs | Mayot/PackTracker | c36aad118b4ffcb7288b4f5dd9d081cf3f578b0a | [
"MIT"
] | 18 | 2018-06-19T06:18:25.000Z | 2021-09-23T12:06:45.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PackTracker.Entity {
public class Pack {
int _id;
DateTime _time;
IEnumerable<Card> _cards;
public int Id { get { return _id; } }
public DateTime Time { get { return _ti... | 21.958333 | 65 | 0.652751 |
5ba29cced0c72b3996a7069363cc5b5becd5a101 | 19,690 | cs | C# | src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs | moljac/Mvc | 04c37a8d5137017b4ca7857e6f92d4f918d1f3be | [
"Apache-2.0"
] | null | null | null | src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs | moljac/Mvc | 04c37a8d5137017b4ca7857e6f92d4f918d1f3be | [
"Apache-2.0"
] | null | null | null | src/Microsoft.AspNet.Mvc.ModelBinding/Properties/Resources.Designer.cs | moljac/Mvc | 04c37a8d5137017b4ca7857e6f92d4f918d1f3be | [
"Apache-2.0"
] | null | null | null | // <auto-generated />
namespace Microsoft.AspNet.Mvc.ModelBinding
{
using System.Globalization;
using System.Reflection;
using System.Resources;
internal static class Resources
{
private static readonly ResourceManager _resourceManager
= new ResourceManager("Microsoft.AspNet.Mvc... | 41.106472 | 294 | 0.627273 |
480d5f48c9e5e3db6849e90fea4bc5066ca204ba | 1,081 | cs | C# | src/AspNetCore/Extensions/HttpContextExtensions.cs | T-Systems-MMS/MultiTenancyServer.AspNetCore | 9236ec9ef892722acd2923c89b31c3443947cafc | [
"Apache-2.0"
] | 1 | 2020-07-12T09:44:58.000Z | 2020-07-12T09:44:58.000Z | src/AspNetCore/Extensions/HttpContextExtensions.cs | T-Systems-MMS/MultiTenancyServer.AspNetCore | 9236ec9ef892722acd2923c89b31c3443947cafc | [
"Apache-2.0"
] | null | null | null | src/AspNetCore/Extensions/HttpContextExtensions.cs | T-Systems-MMS/MultiTenancyServer.AspNetCore | 9236ec9ef892722acd2923c89b31c3443947cafc | [
"Apache-2.0"
] | null | null | null | using System;
using Microsoft.AspNetCore.Http;
using MultiTenancyServer.Models;
namespace MultiTenancyServer.AspNetCore.Extensions
{
/// <summary>
/// Extensions for HttpContext.
/// </summary>
public static class HttpContextExtensions
{
/// <summary>
/// Gets the tenant context of... | 38.607143 | 115 | 0.6642 |
8ebd8dd67580d857ba2dfbc1660e4b906e9b52ef | 13,520 | cs | C# | src/Mathematics/FresnelIntegrals.cs | SGStino/Clothoid | 93975a69a93744c3b8908d9de2d3c7145fd17248 | [
"MIT"
] | 23 | 2017-04-13T01:16:17.000Z | 2022-02-19T21:31:42.000Z | src/Mathematics/FresnelIntegrals.cs | SGStino/Clothoid | 93975a69a93744c3b8908d9de2d3c7145fd17248 | [
"MIT"
] | 1 | 2020-10-27T09:55:16.000Z | 2020-10-27T11:49:42.000Z | src/Mathematics/FresnelIntegrals.cs | SGStino/Clothoid | 93975a69a93744c3b8908d9de2d3c7145fd17248 | [
"MIT"
] | 3 | 2019-03-09T13:25:01.000Z | 2022-03-27T16:21:25.000Z | using System;
namespace Clothoid.Mathematics
{
// http://en.wikipedia.org/wiki/Fresnel_integral
// NUMERICAL RECIPES The Art of Scientific Computing,
// 6.9 Fresnel Integrals, Cosine and Sine Integrals
// http://www.aip.de/groups/soe/local/numres/bookfpdf/f6-9.pdf
public static class FresnelInt... | 43.896104 | 79 | 0.486317 |
1f1d423db6f808afe6641d0ae72eb18a299e6972 | 2,121 | cs | C# | SCHOTT/CVLS/Communications/Status/Memory/MemoryObject.cs | SCHOTTNorthAmerica/SCHOTT.CVLS | 3fe1602ecf914e5132bdf61e28756cf29595a0b0 | [
"MIT"
] | 1 | 2018-03-08T14:08:24.000Z | 2018-03-08T14:08:24.000Z | SCHOTT/CVLS/Communications/Status/Memory/MemoryObject.cs | SCHOTTNorthAmerica/SCHOTT.CVLS | 3fe1602ecf914e5132bdf61e28756cf29595a0b0 | [
"MIT"
] | null | null | null | SCHOTT/CVLS/Communications/Status/Memory/MemoryObject.cs | SCHOTTNorthAmerica/SCHOTT.CVLS | 3fe1602ecf914e5132bdf61e28756cf29595a0b0 | [
"MIT"
] | null | null | null | namespace SCHOTT.CVLS.Communications
{
/// <summary>
/// MemoryObject section of the CVLS Legacy Protocol
/// </summary>
public class MemoryObject
{
/// <summary>
/// Gets the CustomerSettings Write Counts
/// </summary>
public uint CustomerSettings { get; private se... | 27.192308 | 68 | 0.468647 |
8c3d528325c42b5f60ca128dab628b9fdaa445ba | 3,765 | cs | C# | src/Bing.Utils/IdGenerators/Ids/TimestampId.cs | hanabi1224/Bing.NetCore | 2f849f87dbdc5cf6ddec71c956b6d196486936cf | [
"MIT"
] | 2 | 2019-11-15T04:12:02.000Z | 2019-11-19T07:42:29.000Z | src/Bing.Utils/IdGenerators/Ids/TimestampId.cs | syrjgc11006/Bing.NetCore | f47027a30995a27c06dd6444340a5f9e40f38645 | [
"MIT"
] | 1 | 2019-03-23T19:44:09.000Z | 2019-03-23T19:44:09.000Z | src/Bing.Utils/IdGenerators/Ids/TimestampId.cs | syrjgc11006/Bing.NetCore | f47027a30995a27c06dd6444340a5f9e40f38645 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Bing.Utils.Extensions;
namespace Bing.Utils.IdGenerators.Ids
{
/// <summary>
/// 时间戳ID,借鉴雪花算法,生成唯一时间戳ID
/// 参考文章:http://www.cnblogs.com/rjf1979/p/6282855.html
/// </summary>
public class TimestampId
... | 29.186047 | 102 | 0.477822 |
8c73cec776f8ca58da2249995df2c89bf2d8a76b | 1,217 | cs | C# | UNicoAPI2/APIs/likes/UndoAccessor.cs | cocop/UNicoAPI2 | dfb0f8924196d2f07489d74f670f4c1bbc1727ff | [
"Unlicense"
] | null | null | null | UNicoAPI2/APIs/likes/UndoAccessor.cs | cocop/UNicoAPI2 | dfb0f8924196d2f07489d74f670f4c1bbc1727ff | [
"Unlicense"
] | null | null | null | UNicoAPI2/APIs/likes/UndoAccessor.cs | cocop/UNicoAPI2 | dfb0f8924196d2f07489d74f670f4c1bbc1727ff | [
"Unlicense"
] | null | null | null | using System;
using System.IO;
using System.Net;
using System.Threading.Tasks;
using UNicoAPI2.Connect;
namespace UNicoAPI2.APIs.likes
{
public class UndoAccessor : IAccessor
{
public AccessorType Type
{
get
{
return AccessorType.Download;
}
... | 24.34 | 89 | 0.586689 |
9c924496550b642aee02ecdb056e6ca5b00944c7 | 796 | cs | C# | Utils/RangeFloat.cs | actionk/UnityExtras | d2ce25e501707675bbc8da7bfa32bdff2c109ba5 | [
"MIT"
] | 4 | 2020-10-28T19:54:31.000Z | 2021-02-08T10:03:29.000Z | Utils/RangeFloat.cs | actionk/UnityExtras | d2ce25e501707675bbc8da7bfa32bdff2c109ba5 | [
"MIT"
] | null | null | null | Utils/RangeFloat.cs | actionk/UnityExtras | d2ce25e501707675bbc8da7bfa32bdff2c109ba5 | [
"MIT"
] | 1 | 2020-12-21T15:28:00.000Z | 2020-12-21T15:28:00.000Z | using System;
using Sirenix.OdinInspector;
using UnityEngine;
namespace Plugins.Shared.UnityMonstackCore.Utils
{
[Serializable, InlineProperty]
public struct RangeFloat
{
[HorizontalGroup("Range", LabelWidth = 35)]
public float min;
[HorizontalGroup("Range", LabelWidth = 35)]
... | 21.513514 | 54 | 0.547739 |
fb2cfd590faa32a0db6b3a96915b81059b8671e6 | 1,601 | cs | C# | Holders/RottenTomatoes/Title.cs | donomans/FlixSharp | 882af76e74f09f45912e5bd5110dae4ad1902b31 | [
"MIT"
] | 1 | 2020-05-29T06:00:29.000Z | 2020-05-29T06:00:29.000Z | Holders/RottenTomatoes/Title.cs | donomans/FlixSharp | 882af76e74f09f45912e5bd5110dae4ad1902b31 | [
"MIT"
] | null | null | null | Holders/RottenTomatoes/Title.cs | donomans/FlixSharp | 882af76e74f09f45912e5bd5110dae4ad1902b31 | [
"MIT"
] | 1 | 2018-10-08T03:01:01.000Z | 2018-10-08T03:01:01.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlixSharp.Holders.RottenTomatoes
{
public class Title: ITitle
{
public Title()
{
Genres = new List<String>();
AlternateIds = new List<AlternateI... | 33.354167 | 80 | 0.587133 |
d020f116f350d392ac3c58f2181188759ada283c | 409 | cs | C# | src/Saunter/AsyncApiSchema/v2/OperationBindings.cs | devlux/saunter | b40406f8f643714652ad307472d4f90e2e26a606 | [
"MIT"
] | null | null | null | src/Saunter/AsyncApiSchema/v2/OperationBindings.cs | devlux/saunter | b40406f8f643714652ad307472d4f90e2e26a606 | [
"MIT"
] | null | null | null | src/Saunter/AsyncApiSchema/v2/OperationBindings.cs | devlux/saunter | b40406f8f643714652ad307472d4f90e2e26a606 | [
"MIT"
] | null | null | null | using Saunter.AsyncApiSchema.v2.Bindings.Amqp;
using Saunter.AsyncApiSchema.v2.Bindings.Http;
using System.Text.Json.Serialization;
namespace Saunter.AsyncApiSchema.v2 {
public class OperationBindings
{
[JsonPropertyName("http")]
public HttpOperationBinding Http { get; set; }
... | 29.214286 | 54 | 0.694377 |
78909ff0332ae25e0250ee8de0ee9b865fd1ec67 | 594 | cs | C# | Plus.Core/Plus/Uow/IUnitOfWorkManager.cs | Meowv/meowv.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 12 | 2020-08-04T14:43:41.000Z | 2022-02-11T01:25:09.000Z | Plus.Core/Plus/Uow/IUnitOfWorkManager.cs | Meowv/plus.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 1 | 2020-10-14T08:52:59.000Z | 2020-10-14T12:43:47.000Z | Plus.Core/Plus/Uow/IUnitOfWorkManager.cs | Meowv/plus.core | c4e4b269aeb2f68bcc1be03f33a252b4267e7306 | [
"MIT"
] | 8 | 2020-08-04T09:27:41.000Z | 2021-11-26T02:33:54.000Z | using JetBrains.Annotations;
namespace Plus.Uow
{
public interface IUnitOfWorkManager
{
[CanBeNull]
IUnitOfWork Current { get; }
[NotNull]
IUnitOfWork Begin([NotNull] PlusUnitOfWorkOptions options, bool requiresNew = false);
[NotNull]
IUnitOfWork Reserve([NotN... | 29.7 | 105 | 0.703704 |
7479e25b0c29f451db1ab037bdb638b7080e0fdd | 357 | cs | C# | src/Modules/SimplCommerce.Module.Pricing/Models/CatalogRuleCustomerGroup.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 3,803 | 2016-05-22T19:28:26.000Z | 2022-03-30T14:07:50.000Z | src/Modules/SimplCommerce.Module.Pricing/Models/CatalogRuleCustomerGroup.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 781 | 2016-05-22T16:00:18.000Z | 2022-03-24T05:54:19.000Z | src/Modules/SimplCommerce.Module.Pricing/Models/CatalogRuleCustomerGroup.cs | dastandub/myfirstrepo | 05a6807d8a2511aa346f5ce212628cd3e616a3fa | [
"Apache-2.0"
] | 1,685 | 2016-06-02T21:16:53.000Z | 2022-03-29T02:40:21.000Z | using SimplCommerce.Module.Core.Models;
namespace SimplCommerce.Module.Pricing.Models
{
public class CatalogRuleCustomerGroup
{
public long CatalogRuleId { get; set; }
public CatalogRule CatalogRule { get; set; }
public long CustomerGroupId { get; set; }
public CustomerGroup... | 22.3125 | 56 | 0.677871 |
1ae4d0d81518cb2e524169a999e1a66e86f11838 | 700 | cs | C# | Grader.Tests/TaxProgram.cs | chrisevans9629/VsGradeBook | 2f44455737718e1e18c0015f04bd599ad8f4a105 | [
"MIT"
] | 2 | 2019-11-16T15:21:32.000Z | 2019-11-27T06:46:54.000Z | Grader.Tests/TaxProgram.cs | chrisevans9629/VsGradeBook | 2f44455737718e1e18c0015f04bd599ad8f4a105 | [
"MIT"
] | null | null | null | Grader.Tests/TaxProgram.cs | chrisevans9629/VsGradeBook | 2f44455737718e1e18c0015f04bd599ad8f4a105 | [
"MIT"
] | null | null | null | namespace Grader.Tests
{
public static class TaxProgram
{
public static void Main(string[] args)
{
System.Console.WriteLine("Enter the cost (ex 12.12)");
var cost = System.Console.ReadLine();
var costNum = double.Parse(cost);
System.Console.Writ... | 30.434783 | 85 | 0.568571 |
8f1bf1a749e83a6010057a0ac4c44365f15491cb | 4,730 | cs | C# | src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/Server.cs | muwaqar/azure-powershell | 888646dba3f3ccff38f4fd8a9667884b00c8964b | [
"MIT"
] | 10 | 2016-06-27T08:49:58.000Z | 2019-02-08T13:53:08.000Z | src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/Server.cs | muwaqar/azure-powershell | 888646dba3f3ccff38f4fd8a9667884b00c8964b | [
"MIT"
] | 23 | 2015-08-11T23:29:54.000Z | 2017-10-25T20:38:30.000Z | src/ServiceManagement/Services/Commands.Utilities/Websites/Services/WebEntities/Server.cs | muwaqar/azure-powershell | 888646dba3f3ccff38f4fd8a9667884b00c8964b | [
"MIT"
] | 5 | 2016-08-15T04:48:37.000Z | 2022-02-25T02:37:09.000Z | // ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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://w... | 29.197531 | 87 | 0.530655 |
518b7d9599f2fadd8fb8c06ce0c45bb28b284608 | 4,555 | cs | C# | Consultorio/ControlMenor/UserControls/CurvasCrecimiento.ascx.designer.cs | saludnqn/consultorio | de688b92a48c27466ae3d511c94e0b69c983fcc6 | [
"MIT"
] | null | null | null | Consultorio/ControlMenor/UserControls/CurvasCrecimiento.ascx.designer.cs | saludnqn/consultorio | de688b92a48c27466ae3d511c94e0b69c983fcc6 | [
"MIT"
] | null | null | null | Consultorio/ControlMenor/UserControls/CurvasCrecimiento.ascx.designer.cs | saludnqn/consultorio | de688b92a48c27466ae3d511c94e0b69c983fcc6 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.5446
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 36.44 | 89 | 0.558288 |
bd9ac7afecd2fed172a33225ce3edf63e497d7c4 | 8,453 | cs | C# | Editor/AGS.Types/SerializeUtils.cs | benoit-pierre/ags | bf690ecf29827bf50bc476cac7576b96403aa051 | [
"Artistic-2.0"
] | null | null | null | Editor/AGS.Types/SerializeUtils.cs | benoit-pierre/ags | bf690ecf29827bf50bc476cac7576b96403aa051 | [
"Artistic-2.0"
] | null | null | null | Editor/AGS.Types/SerializeUtils.cs | benoit-pierre/ags | bf690ecf29827bf50bc476cac7576b96403aa051 | [
"Artistic-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using System.Xml;
using System.Globalization;
namespace AGS.Types
{
public class SerializeUtils
{
/// <summary>
/// Wrapper function for SelectSingleNode that throws an exception
/// mentioning t... | 39.316279 | 153 | 0.51047 |
a77ee858bf206710a2a8b27cf3bf263c1cc6dd2d | 2,074 | cs | C# | Applications/Converter/Core/Sources/Details/IoExtension.cs | WPG/Cube.Pdf | 3ede5d2965e54463b3c8a0941d7bc84f5a1f03c0 | [
"Apache-2.0"
] | null | null | null | Applications/Converter/Core/Sources/Details/IoExtension.cs | WPG/Cube.Pdf | 3ede5d2965e54463b3c8a0941d7bc84f5a1f03c0 | [
"Apache-2.0"
] | null | null | null | Applications/Converter/Core/Sources/Details/IoExtension.cs | WPG/Cube.Pdf | 3ede5d2965e54463b3c8a0941d7bc84f5a1f03c0 | [
"Apache-2.0"
] | null | null | null | /* ------------------------------------------------------------------------- */
//
// Copyright (c) 2010 CubeSoft, Inc.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either versi... | 35.152542 | 90 | 0.469142 |
d343c2ec7c9c2c643d7bb45a2c128fae1e4e3ce8 | 5,446 | cs | C# | Assets/Utils/NotUsed/MeshHelperNotUsed.cs | super-cokil/FloatingIslandGeneration | b57ebcf16a1a43bd62644e3ebc0b39ec0f6a5e37 | [
"MIT"
] | null | null | null | Assets/Utils/NotUsed/MeshHelperNotUsed.cs | super-cokil/FloatingIslandGeneration | b57ebcf16a1a43bd62644e3ebc0b39ec0f6a5e37 | [
"MIT"
] | null | null | null | Assets/Utils/NotUsed/MeshHelperNotUsed.cs | super-cokil/FloatingIslandGeneration | b57ebcf16a1a43bd62644e3ebc0b39ec0f6a5e37 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class MeshHelperNotUsed
{
///--------------------Unused---------------
public static void ReverseNormals(MeshFilter filter)
{
Mesh mesh = filter.sharedMesh;
Vector3[] verticesOriginal = mesh.verti... | 26.309179 | 135 | 0.510466 |
d35d8ce7b438c3c87227f6abea387c2161aa66f7 | 122 | cs | C# | Assets/Juce/Juce-TweenPlayer/Runtime/Player/ExecutionMode.cs | Guillemsc/Barista | f937e2b54900f457502988e2358d13e98fc44142 | [
"MIT"
] | null | null | null | Assets/Juce/Juce-TweenPlayer/Runtime/Player/ExecutionMode.cs | Guillemsc/Barista | f937e2b54900f457502988e2358d13e98fc44142 | [
"MIT"
] | null | null | null | Assets/Juce/Juce-TweenPlayer/Runtime/Player/ExecutionMode.cs | Guillemsc/Barista | f937e2b54900f457502988e2358d13e98fc44142 | [
"MIT"
] | null | null | null | namespace Juce.TweenPlayer
{
public enum ExecutionMode
{
Manual,
Awake,
OnEnable
}
}
| 12.2 | 29 | 0.540984 |
d39401382a286b57dca690b545cb862eca69e273 | 4,676 | cs | C# | src/Tests/FeatureToggle.Shared.Tests/EnabledBetweenDatesFeatureToggleShould.cs | jcdekoning/FeatureToggle | 07a92d0da592ad23fe98a4b60d3f9e963acc7e0c | [
"Apache-2.0"
] | null | null | null | src/Tests/FeatureToggle.Shared.Tests/EnabledBetweenDatesFeatureToggleShould.cs | jcdekoning/FeatureToggle | 07a92d0da592ad23fe98a4b60d3f9e963acc7e0c | [
"Apache-2.0"
] | null | null | null | src/Tests/FeatureToggle.Shared.Tests/EnabledBetweenDatesFeatureToggleShould.cs | jcdekoning/FeatureToggle | 07a92d0da592ad23fe98a4b60d3f9e963acc7e0c | [
"Apache-2.0"
] | null | null | null | #if NETFULL || NETSTANDARD // no Moq support in UWP test projects
using System;
using FeatureToggle;
using FeatureToggle.Internal;
using Moq;
using Xunit;
namespace FeatureToggle.Tests
{
public class EnabledBetweenDatesFeatureToggleShould
{
[Fact]
public void HaveDefaultProvider()
... | 38.644628 | 143 | 0.594953 |
91202096344e83f13d3dc3196777fddc5e85a4fa | 458 | cs | C# | DirectN/DirectN/Generated/_DXVA_COPPStatusHDCPKeyData.cs | Steph55/DirectN | 000594170c4c60dc297412628f167555a001531d | [
"MIT"
] | 124 | 2018-11-17T06:03:58.000Z | 2022-03-29T06:35:03.000Z | DirectN/DirectN/Generated/_DXVA_COPPStatusHDCPKeyData.cs | Steph55/DirectN | 000594170c4c60dc297412628f167555a001531d | [
"MIT"
] | 24 | 2018-12-31T19:55:08.000Z | 2022-01-21T07:21:52.000Z | DirectN/DirectN/Generated/_DXVA_COPPStatusHDCPKeyData.cs | Steph55/DirectN | 000594170c4c60dc297412628f167555a001531d | [
"MIT"
] | 16 | 2018-12-23T20:37:20.000Z | 2022-02-23T14:14:00.000Z | // c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\dxva.h(2563,9)
using System;
using System.Runtime.InteropServices;
namespace DirectN
{
[StructLayout(LayoutKind.Sequential)]
public partial struct _DXVA_COPPStatusHDCPKeyData
{
public Guid rApp;
public uint dwFlags... | 25.444444 | 82 | 0.652838 |
58e6e3a88a4ea2447108cddd8870415a8e697665 | 434 | cs | C# | src/XUnity.AutoTranslator.Plugin.ExtProtocol/StatusCode.cs | heroboy/XUnity.AutoTranslator | d9b60cb8af29e857be8d37a894c0095952aa7095 | [
"MIT"
] | 568 | 2018-04-30T19:49:57.000Z | 2022-03-31T07:20:32.000Z | src/XUnity.AutoTranslator.Plugin.ExtProtocol/StatusCode.cs | heroboy/XUnity.AutoTranslator | d9b60cb8af29e857be8d37a894c0095952aa7095 | [
"MIT"
] | 264 | 2018-04-30T16:37:14.000Z | 2022-03-26T11:32:36.000Z | src/XUnity.AutoTranslator.Plugin.ExtProtocol/StatusCode.cs | heroboy/XUnity.AutoTranslator | d9b60cb8af29e857be8d37a894c0095952aa7095 | [
"MIT"
] | 153 | 2018-04-29T12:31:12.000Z | 2022-03-30T02:51:26.000Z | namespace XUnity.AutoTranslator.Plugin.ExtProtocol
{
/// <summary>
/// Status code.
/// </summary>
public enum StatusCode
{
/// <summary>
/// OK status.
/// </summary>
OK = 0,
/// <summary>
/// Failure caused by blocking from external service.
/// </summary>
... | 18.083333 | 59 | 0.5 |
620add32f62723f889a1626b4dcc73ee70bc0878 | 20,742 | cs | C# | AvalonStudio/AvalonStudio.Projects.CPlusPlus/CPlusPlusProject.cs | tralivali1234/AvalonStudio | 213e7c0e9d4a554f23c5965d8d399ec590185ba3 | [
"MIT"
] | 1 | 2022-01-17T05:10:14.000Z | 2022-01-17T05:10:14.000Z | AvalonStudio/AvalonStudio.Projects.CPlusPlus/CPlusPlusProject.cs | dorisoy/AvalonStudio | 23e6c0548d1e77940e8efbefeea249decb387fda | [
"MIT"
] | null | null | null | AvalonStudio/AvalonStudio.Projects.CPlusPlus/CPlusPlusProject.cs | dorisoy/AvalonStudio | 23e6c0548d1e77940e8efbefeea249decb387fda | [
"MIT"
] | null | null | null | using AvalonStudio.Debugging;
using AvalonStudio.Extensibility;
using AvalonStudio.Extensibility.Studio;
using AvalonStudio.Platforms;
using AvalonStudio.Projects.Standard;
using AvalonStudio.Shell;
using AvalonStudio.TestFrameworks;
using AvalonStudio.Toolchains;
using AvalonStudio.Utils;
using Newtonsoft.Json;
using ... | 29.589158 | 133 | 0.543101 |
62569fc5a97fcb62a5506740fab2b69a588f1839 | 2,759 | cs | C# | Assets/Plugins/Mars Motion Toolkit/Utilities/Auto Behaviours/Baseline Layers/Abstract/AutoBehaviourLayerStaticShortcuts.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | null | null | null | Assets/Plugins/Mars Motion Toolkit/Utilities/Auto Behaviours/Baseline Layers/Abstract/AutoBehaviourLayerStaticShortcuts.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | null | null | null | Assets/Plugins/Mars Motion Toolkit/Utilities/Auto Behaviours/Baseline Layers/Abstract/AutoBehaviourLayerStaticShortcuts.cs | MartianDust/MartianDust-Project | 9b29b741b2438d111fe6389c6ac63d35325407eb | [
"MIT"
] | 1 | 2020-05-26T05:19:00.000Z | 2020-05-26T05:19:00.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using static UnityEditor.EditorApplication;
#endif
// Auto Behaviour Layer Static Shortcuts:
// #auto
// • provides this behaviour with easier access to typical static state and methods
public abstract class ... | 30.655556 | 162 | 0.80029 |
1cd3949e5d397e37b3886c8660b94cd86c74fcae | 6,017 | cs | C# | Vostok.Sys.Metrics.Commons.TestProcess/ProcessKillJob.cs | vostok/sys.metrics.commons | 72c46812fa9c80dd74afa84fd6f0b64ad390dde4 | [
"MIT"
] | null | null | null | Vostok.Sys.Metrics.Commons.TestProcess/ProcessKillJob.cs | vostok/sys.metrics.commons | 72c46812fa9c80dd74afa84fd6f0b64ad390dde4 | [
"MIT"
] | null | null | null | Vostok.Sys.Metrics.Commons.TestProcess/ProcessKillJob.cs | vostok/sys.metrics.commons | 72c46812fa9c80dd74afa84fd6f0b64ad390dde4 | [
"MIT"
] | null | null | null | using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.InteropServices;
namespace Vostok.Sys.Metrics.Commons.TestProcess
{
internal class ProcessKillJob
{
private readonly IntPtr jobHandle;
private readonly IntPtr jobObjectInfoPtr;
public ProcessKill... | 36.466667 | 162 | 0.631378 |
5c892bea5a843d88fbb328b6cfb9454234fb007a | 6,768 | cs | C# | src/MinMaxHeap/MinHeapCustomDict.cs | JetStream96/MinMaxHeap | 16dd87d1aec5dba560912c3d7099980a64dfe8f4 | [
"Unlicense"
] | 7 | 2016-10-07T22:59:54.000Z | 2021-08-19T11:55:01.000Z | src/MinMaxHeap/MinHeapCustomDict.cs | JetStream96/MinMaxHeap | 16dd87d1aec5dba560912c3d7099980a64dfe8f4 | [
"Unlicense"
] | null | null | null | src/MinMaxHeap/MinHeapCustomDict.cs | JetStream96/MinMaxHeap | 16dd87d1aec5dba560912c3d7099980a64dfe8f4 | [
"Unlicense"
] | 6 | 2017-11-08T19:27:33.000Z | 2021-08-10T18:48:13.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
namespace MinMaxHeap
{
/// <typeparam name="TDictionary">
/// Maps a key to the index of the corresponding KeyValuePair
/// in the list.</typeparam>
public class MinHeap... | 29.426087 | 87 | 0.499261 |
0023eb57049ea993a9d6a01a777f7762a528f71f | 7,229 | cs | C# | SwitchHacksAllInOne/SDTool/SDTools.xaml.cs | peter17ji/SHAIO | 005c81c52359168c2907b60ede6c83c649f448c7 | [
"MIT"
] | null | null | null | SwitchHacksAllInOne/SDTool/SDTools.xaml.cs | peter17ji/SHAIO | 005c81c52359168c2907b60ede6c83c649f448c7 | [
"MIT"
] | null | null | null | SwitchHacksAllInOne/SDTool/SDTools.xaml.cs | peter17ji/SHAIO | 005c81c52359168c2907b60ede6c83c649f448c7 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using MahApps.Metro.Controls;
using System.IO.Compression;
using System.IO.Packaging;
using System.Windows.Forms;
using SHAI... | 33.009132 | 143 | 0.552497 |
0055415dbe0220f1340e3829783d0a208f3f4bef | 4,402 | cs | C# | src/Microsoft.Graph/Models/Generated/GroupPolicyDefinition.cs | OfficeGlobal/msgraph-beta-sdk-dotnet | d010fce975864dd95c85eec3555da2e7afd3d911 | [
"MIT"
] | null | null | null | src/Microsoft.Graph/Models/Generated/GroupPolicyDefinition.cs | OfficeGlobal/msgraph-beta-sdk-dotnet | d010fce975864dd95c85eec3555da2e7afd3d911 | [
"MIT"
] | null | null | null | src/Microsoft.Graph/Models/Generated/GroupPolicyDefinition.cs | OfficeGlobal/msgraph-beta-sdk-dotnet | d010fce975864dd95c85eec3555da2e7afd3d911 | [
"MIT"
] | null | null | null | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 44.464646 | 153 | 0.635393 |
a809916bd5cdc7bce36ff197af3807f57ce1adfa | 803 | cs | C# | ExceptionHandling/ValidPerson/StartUp.cs | tonchevaAleksandra/C-Sharp-OOP | 68cb5fb45ab213769ff656bc90f006ba156732ad | [
"MIT"
] | 6 | 2020-10-23T16:07:54.000Z | 2021-02-13T18:18:39.000Z | ExceptionHandling/ValidPerson/StartUp.cs | tonchevaAleksandra/C-Sharp-OOP | 68cb5fb45ab213769ff656bc90f006ba156732ad | [
"MIT"
] | null | null | null | ExceptionHandling/ValidPerson/StartUp.cs | tonchevaAleksandra/C-Sharp-OOP | 68cb5fb45ab213769ff656bc90f006ba156732ad | [
"MIT"
] | 5 | 2020-11-22T21:36:34.000Z | 2021-06-01T20:35:10.000Z | using System;
namespace ValidPerson
{
public class StartUp
{
static void Main(string[] args)
{
try
{
Person first = new Person("Pesho", "Petrov", 25);
Person second = new Person("", "Berov", 15);
Person third = new Person("... | 28.678571 | 70 | 0.475716 |
a8774b97fbd92b836abcd23f315820ff17895002 | 3,766 | cs | C# | src/Exomia.Framework/Resources/Resources.cs | exomia/framework | 68f0e503c64438353e37ad0d1e812d2994b18354 | [
"BSD-3-Clause"
] | 24 | 2018-07-22T19:51:58.000Z | 2022-03-24T23:41:48.000Z | src/Exomia.Framework/Resources/Resources.cs | exomia/framework | 68f0e503c64438353e37ad0d1e812d2994b18354 | [
"BSD-3-Clause"
] | 1 | 2022-01-07T16:36:29.000Z | 2022-01-07T16:36:29.000Z | src/Exomia.Framework/Resources/Resources.cs | exomia/framework | 68f0e503c64438353e37ad0d1e812d2994b18354 | [
"BSD-3-Clause"
] | 2 | 2018-07-22T18:41:02.000Z | 2019-06-19T14:07:43.000Z | #region License
// Copyright (c) 2018-2020, exomia
// All rights reserved.
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#endregion
namespace Exomia.Framework.Resources
{
/// <summary>
/// font paths
/// </summ... | 33.035088 | 104 | 0.580988 |
8dc06d5426ec0894dba4c6768304ffc5ab42765c | 2,070 | cs | C# | backend-tests/Controllers/ChunkControllerTests.cs | younes-alturkey/bitchunk | eacb0e52f7432425b2fb8c59ca174bcb598ce3b3 | [
"MIT"
] | null | null | null | backend-tests/Controllers/ChunkControllerTests.cs | younes-alturkey/bitchunk | eacb0e52f7432425b2fb8c59ca174bcb598ce3b3 | [
"MIT"
] | null | null | null | backend-tests/Controllers/ChunkControllerTests.cs | younes-alturkey/bitchunk | eacb0e52f7432425b2fb8c59ca174bcb598ce3b3 | [
"MIT"
] | null | null | null | using backend;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using RestSharp;
using System;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
namespace backend_tests.Controllers
{
[TestClass]
p... | 39.056604 | 350 | 0.697585 |
82e59a0177fa5f6bab1174240bec405415d2b85d | 860 | csx | C# | GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.csx | brettrowberry/GiraffeWebApp | 523d945f91dac85302e40b210fe780e740a1db80 | [
"MIT"
] | null | null | null | GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.csx | brettrowberry/GiraffeWebApp | 523d945f91dac85302e40b210fe780e740a1db80 | [
"MIT"
] | null | null | null | GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Mvc.ViewFeatures.csx | brettrowberry/GiraffeWebApp | 523d945f91dac85302e40b210fe780e740a1db80 | [
"MIT"
] | null | null | null | namespace PaketLoadScripts
#load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Antiforgery.csx"
#load "/home/justin/code/fsharp/GiraffeWebApp/GiraffeWebApp/.paket/load/net451/Microsoft.AspNetCore.Html.Abstractions.csx"
#load "/home/justin/code/fsharp/GiraffeWebApp/Gira... | 95.555556 | 125 | 0.82907 |
2e227d9176bd6da88d1bd0f72a5e39e3a6e02bcd | 707 | cs | C# | AddressbookTestsAutoit/AddressbookTestsAutoit/Tests/GroupCreationTests.cs | turovod/addressbook_web_test | f9524cc15ff8abaaaf9c45f95bde96f1b36eb85f | [
"Apache-2.0"
] | null | null | null | AddressbookTestsAutoit/AddressbookTestsAutoit/Tests/GroupCreationTests.cs | turovod/addressbook_web_test | f9524cc15ff8abaaaf9c45f95bde96f1b36eb85f | [
"Apache-2.0"
] | null | null | null | AddressbookTestsAutoit/AddressbookTestsAutoit/Tests/GroupCreationTests.cs | turovod/addressbook_web_test | f9524cc15ff8abaaaf9c45f95bde96f1b36eb85f | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Runtime.Remoting;
using NUnit.Framework;
namespace AddressbookTestsAutoit
{
[TestFixture]
public class GroupCreationTests : TastBase
{
[Test]
public void GroupCreationTest()
{
List<GroupData> oldGroupList = ap... | 22.806452 | 69 | 0.618105 |
ea9acd42459172ab119cd44c57ec280af9c6af48 | 8,290 | cs | C# | Source/PS_ReconPod/PS_Needs_Reconditioning.cs | somebody0214/PSReconditioningPod | c84b1c49652926337acb6aa0fff64542f0f752d0 | [
"MIT"
] | null | null | null | Source/PS_ReconPod/PS_Needs_Reconditioning.cs | somebody0214/PSReconditioningPod | c84b1c49652926337acb6aa0fff64542f0f752d0 | [
"MIT"
] | null | null | null | Source/PS_ReconPod/PS_Needs_Reconditioning.cs | somebody0214/PSReconditioningPod | c84b1c49652926337acb6aa0fff64542f0f752d0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using RimWorld;
using RimWorld.Planet;
using UnityEngine;
using Verse;
namespace PS_ReconPod
{
// Token: 0x02000039 RID: 57
public class PS_Needs_Reconditioning : Need
{
private bool CheckedForBadSave;
private float _fallPe... | 39.103774 | 180 | 0.539566 |
eaa6ad5cefb1fd9e331b94358668057e26519e54 | 6,214 | cs | C# | MedicalExaminer.Common/Services/Examination/ExaminationQueryBuilder.cs | neiltait/medex_api_pub | 218d1b0679c2f24c5c47822184bb9d034d518c4c | [
"MIT"
] | null | null | null | MedicalExaminer.Common/Services/Examination/ExaminationQueryBuilder.cs | neiltait/medex_api_pub | 218d1b0679c2f24c5c47822184bb9d034d518c4c | [
"MIT"
] | null | null | null | MedicalExaminer.Common/Services/Examination/ExaminationQueryBuilder.cs | neiltait/medex_api_pub | 218d1b0679c2f24c5c47822184bb9d034d518c4c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using MedicalExaminer.Common.Queries;
using MedicalExaminer.Common.Queries.Examination;
using MedicalExaminer.Models.Enums;
using Microsoft.Azure.Documents.SystemFunctions;
namespace MedicalExaminer.Common.Services.Exami... | 45.691176 | 148 | 0.65449 |
0fb681cb9eec0818794341e83cdc637c2486c605 | 3,754 | cs | C# | Chavah.NetCore/Controllers/CdnController.cs | JudahGabriel/Chavah | 073ea123c111d725a104ff8360c0b5ddf0ea2d15 | [
"MIT"
] | 10 | 2016-09-05T11:57:06.000Z | 2020-11-06T23:59:56.000Z | Chavah.NetCore/Controllers/CdnController.cs | JudahGabriel/Chavah | 073ea123c111d725a104ff8360c0b5ddf0ea2d15 | [
"MIT"
] | 94 | 2016-12-26T06:23:18.000Z | 2021-06-05T19:03:55.000Z | Chavah.NetCore/Controllers/CdnController.cs | JudahGabriel/Chavah | 073ea123c111d725a104ff8360c0b5ddf0ea2d15 | [
"MIT"
] | 3 | 2016-12-04T13:25:29.000Z | 2017-02-01T12:14:11.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BitShuva.Chavah.Common;
using BitShuva.Chavah.Models;
using BitShuva.Chavah.Services;
using BitShuva.Chavah.Settings;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensio... | 37.168317 | 104 | 0.611881 |
0fedc147a1370c3b48b6a4f698bc5b8de448189f | 2,108 | cs | C# | WeiXinMessageSDK/WeiXinMessageSDK/Enums.cs | 15172002285/tianxiangyu | e6762ae587f8f80ad568da209265da5c245b50a9 | [
"BSD-3-Clause"
] | null | null | null | WeiXinMessageSDK/WeiXinMessageSDK/Enums.cs | 15172002285/tianxiangyu | e6762ae587f8f80ad568da209265da5c245b50a9 | [
"BSD-3-Clause"
] | null | null | null | WeiXinMessageSDK/WeiXinMessageSDK/Enums.cs | 15172002285/tianxiangyu | e6762ae587f8f80ad568da209265da5c245b50a9 | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Senparc.Weixin.MP
{
/// <summary>
/// 用户发送消息类型
/// </summary>
public enum RequestMsgType
{
/// <summary>
/// 文本消息
/// </summary>
Text,
/// <summary>
/// ... | 18.017094 | 43 | 0.374288 |
d2774abda519edec96faa08582fbc37e2b4d00da | 3,954 | cs | C# | Source/Miracle.FileZilla.Api/SocketCommunication.cs | joshgo/Miracle.FileZilla.Api | b5302a8a734e6ea3082f19848657ff1ea7d96ed3 | [
"MIT"
] | 84 | 2015-04-15T15:45:34.000Z | 2022-02-11T02:23:26.000Z | Source/Miracle.FileZilla.Api/SocketCommunication.cs | joshgo/Miracle.FileZilla.Api | b5302a8a734e6ea3082f19848657ff1ea7d96ed3 | [
"MIT"
] | 33 | 2015-02-11T11:53:16.000Z | 2022-03-04T14:32:30.000Z | Source/Miracle.FileZilla.Api/SocketCommunication.cs | joshgo/Miracle.FileZilla.Api | b5302a8a734e6ea3082f19848657ff1ea7d96ed3 | [
"MIT"
] | 33 | 2015-01-11T03:46:23.000Z | 2022-02-24T07:16:23.000Z | using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Sockets;
namespace Miracle.FileZilla.Api
{
/// <summary>
/// Base class used for communication with a socket
/// </summary>
public class SocketCommunication : IDisposable
{
private... | 29.073529 | 99 | 0.517451 |
d27ede008632d14dda276b0a986f28c4bdc60a14 | 352 | cs | C# | Rediska.Tests/ChunkList.cs | TwoUnderscorez/Rediska | ed38cdff3fa16ebdac7cb10e2aa24b90729f94ed | [
"MIT"
] | 5 | 2020-08-12T15:53:19.000Z | 2021-12-15T07:20:02.000Z | Rediska.Tests/ChunkList.cs | TwoUnderscorez/Rediska | ed38cdff3fa16ebdac7cb10e2aa24b90729f94ed | [
"MIT"
] | 2 | 2020-10-12T18:29:44.000Z | 2020-11-14T19:41:22.000Z | Rediska.Tests/ChunkList.cs | TwoUnderscorez/Rediska | ed38cdff3fa16ebdac7cb10e2aa24b90729f94ed | [
"MIT"
] | 3 | 2020-10-12T18:12:25.000Z | 2022-03-31T15:24:38.000Z | using System;
namespace Rediska.Tests
{
public sealed class ChunkList<T>
{
public struct Cursor
{
public void Cut()
{
throw new NotImplementedException();
}
}
public void Add(ArraySegment<T> chunk)
{
... | 17.6 | 53 | 0.431818 |
fd5cfcf139c150ebcad29776c63763480b008d7d | 303 | cs | C# | Source/RhythmCodex.Lib/Riff/Models/IFmtRiffChunk.cs | SaxxonPike/RhythmCodex | 60f689c61ef3777eea958a4a7db0fa1cc1175c3a | [
"MIT"
] | 10 | 2019-12-21T19:54:08.000Z | 2021-02-16T14:24:11.000Z | Source/RhythmCodex.Lib/Riff/Models/IFmtRiffChunk.cs | SaxxonPike/RhythmCodex | 60f689c61ef3777eea958a4a7db0fa1cc1175c3a | [
"MIT"
] | 1 | 2019-12-27T12:56:08.000Z | 2020-01-20T16:34:54.000Z | Source/RhythmCodex.Lib/Riff/Models/IFmtRiffChunk.cs | SaxxonPike/RhythmCodex | 60f689c61ef3777eea958a4a7db0fa1cc1175c3a | [
"MIT"
] | 4 | 2019-12-21T22:41:04.000Z | 2022-03-13T08:35:37.000Z | namespace RhythmCodex.Riff.Models
{
public interface IRiffFormat
{
int Format { get; }
int Channels { get; }
int SampleRate { get; }
int ByteRate { get; }
int BlockAlign { get; }
int BitsPerSample { get; }
byte[] ExtraData { get; }
}
} | 23.307692 | 34 | 0.537954 |
fd5da57868cf4dcbc39831a7c6d2873526ea5e48 | 6,402 | cs | C# | Project-Aurora/Project-Aurora/Profiles/Slime Rancher/GSI/Nodes/VacPackNode.cs | Popat0/Aurora | 63364234f1d5a77db17c1d9ed939c1e78ea65dbe | [
"MIT"
] | 3 | 2018-04-23T17:33:12.000Z | 2018-08-29T01:08:30.000Z | Project-Aurora/Project-Aurora/Profiles/Slime Rancher/GSI/Nodes/VacPackNode.cs | rushdie99/Aurora | ac2dba0b706b7c19b3ce9d1ee4fc1e65558976f4 | [
"MIT"
] | 2 | 2020-05-12T04:10:10.000Z | 2020-06-10T23:29:32.000Z | Project-Aurora/Project-Aurora/Profiles/Slime Rancher/GSI/Nodes/VacPackNode.cs | rushdie99/Aurora | ac2dba0b706b7c19b3ce9d1ee4fc1e65558976f4 | [
"MIT"
] | 1 | 2020-10-26T11:06:36.000Z | 2020-10-26T11:06:36.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Aurora.Profiles.Slime_Rancher.GSI.Nodes
{
public class VacPackNode : Node<VacPackNode>
{
public AmountNode Amount;
public MaxNode Max;
public ColorNo... | 33.34375 | 109 | 0.495002 |
fd6822f83c59e59ba06b83b1163d5a710035be9e | 472 | cs | C# | SolBo/SolBo.Shared/Rules/Order/AvailableQuoteAssetRule.cs | jarmatys/SolBo | f4171d5267fa2c908ae34a70d93ca8ec65673a93 | [
"MIT"
] | 53 | 2020-04-13T10:07:09.000Z | 2021-12-19T21:36:17.000Z | SolBo/SolBo.Shared/Rules/Order/AvailableQuoteAssetRule.cs | jarmatys/SolBo | f4171d5267fa2c908ae34a70d93ca8ec65673a93 | [
"MIT"
] | 60 | 2020-04-11T13:13:33.000Z | 2021-12-21T22:27:30.000Z | SolBo/SolBo.Shared/Rules/Order/AvailableQuoteAssetRule.cs | jarmatys/SolBo | f4171d5267fa2c908ae34a70d93ca8ec65673a93 | [
"MIT"
] | 13 | 2020-08-25T13:01:35.000Z | 2022-01-30T18:48:06.000Z | using SolBo.Shared.Domain.Configs;
namespace SolBo.Shared.Rules.Order
{
public class AvailableQuoteAssetRule : IOrderRule
{
public string OrderStep => "AvailableQuoteAsset";
public IRuleResult RuleExecuted(Solbot solbot)
=> new OrderRuleResult
{
Success ... | 31.466667 | 80 | 0.622881 |
1c2a074cc0e0e2be271385ec09a33bef6dbab684 | 1,656 | cs | C# | source/Refactorings/Refactorings/ReplaceExpressionWithConstantValueRefactoring.cs | vitsatishjs/Roslynator | e71c80e0a5516aaf3e67726836f67ad7a15392fc | [
"Apache-2.0"
] | null | null | null | source/Refactorings/Refactorings/ReplaceExpressionWithConstantValueRefactoring.cs | vitsatishjs/Roslynator | e71c80e0a5516aaf3e67726836f67ad7a15392fc | [
"Apache-2.0"
] | null | null | null | source/Refactorings/Refactorings/ReplaceExpressionWithConstantValueRefactoring.cs | vitsatishjs/Roslynator | e71c80e0a5516aaf3e67726836f67ad7a15392fc | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Josef Pihrt. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using static Rosl... | 39.428571 | 160 | 0.696256 |
9d4f9f7fcb8f385d900833d1c38e746064f2780e | 1,421 | cs | C# | Wake on Lan/Program.cs | CoolSalmon/Wake-on-Lan | 3108ef19716077d3d3dcbd94f029374d9f553c13 | [
"MIT"
] | null | null | null | Wake on Lan/Program.cs | CoolSalmon/Wake-on-Lan | 3108ef19716077d3d3dcbd94f029374d9f553c13 | [
"MIT"
] | null | null | null | Wake on Lan/Program.cs | CoolSalmon/Wake-on-Lan | 3108ef19716077d3d3dcbd94f029374d9f553c13 | [
"MIT"
] | null | null | null | using System;
using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Text;
namespace Wake_on_Lan
{
public class Program
{
// Setting up variables
static byte[] macaddrss = new byte[6];
public static byte[] packetdata = new byte[102];
// Getting t... | 24.5 | 104 | 0.496833 |
baaf45d0601a723963ded1fa46a58932b109ba2e | 809 | cs | C# | src/Disqord.Core/Models/ConnectionJsonModel.cs | moriyahiroaki/Disqord | ad50d8467131e4fd2891683085e883793ca912cb | [
"MIT"
] | 1 | 2021-08-25T01:12:08.000Z | 2021-08-25T01:12:08.000Z | src/Disqord.Core/Models/ConnectionJsonModel.cs | moriyahiroaki/Disqord | ad50d8467131e4fd2891683085e883793ca912cb | [
"MIT"
] | null | null | null | src/Disqord.Core/Models/ConnectionJsonModel.cs | moriyahiroaki/Disqord | ad50d8467131e4fd2891683085e883793ca912cb | [
"MIT"
] | 1 | 2021-07-28T18:50:32.000Z | 2021-07-28T18:50:32.000Z | using Disqord.Serialization.Json;
namespace Disqord.Models
{
public class ConnectionJsonModel : JsonModel
{
[JsonProperty("id")]
public string Id;
[JsonProperty("name")]
public string Name;
[JsonProperty("type")]
public string Type;
[Js... | 23.114286 | 62 | 0.595797 |
f31c40bc990b5d421b77f9c9182e4cd036411eeb | 2,281 | cs | C# | dotnet/RelevantCodes.ExtentReports/RelevantCodes.ExtentReports/Converters/NodeConverter.cs | cameronws/extentreports | 525ed57d396fdde3527ae5f07c622ab11324718b | [
"Unlicense"
] | 1 | 2017-04-11T13:01:42.000Z | 2017-04-11T13:01:42.000Z | dotnet/RelevantCodes.ExtentReports/RelevantCodes.ExtentReports/Converters/NodeConverter.cs | cameronws/extentreports | 525ed57d396fdde3527ae5f07c622ab11324718b | [
"Unlicense"
] | null | null | null | dotnet/RelevantCodes.ExtentReports/RelevantCodes.ExtentReports/Converters/NodeConverter.cs | cameronws/extentreports | 525ed57d396fdde3527ae5f07c622ab11324718b | [
"Unlicense"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using HtmlAgilityPack;
using RelevantCodes.ExtentReports.Model;
namespace RelevantCodes.ExtentReports.Converters
{
class NodeConverter : IConvertible<Test>
{
private HtmlNode _nodeListNode;
private ExtentTe... | 34.560606 | 149 | 0.562034 |
6ad35b5cce37f9218b248e3145f85a39801391ad | 635 | cs | C# | EncoreTickets.SDK/Utilities/CommonModels/IPriceWithCurrency.cs | nickbenj/sdk-dotNet | f2c05316bae6d9c775d4ee2a423d8fba98336ecd | [
"MIT"
] | 1 | 2020-06-12T08:47:04.000Z | 2020-06-12T08:47:04.000Z | EncoreTickets.SDK/Utilities/CommonModels/IPriceWithCurrency.cs | nickbenj/sdk-dotNet | f2c05316bae6d9c775d4ee2a423d8fba98336ecd | [
"MIT"
] | 8 | 2020-05-05T13:17:59.000Z | 2020-08-26T15:57:04.000Z | EncoreTickets.SDK/Utilities/CommonModels/IPriceWithCurrency.cs | nickbenj/sdk-dotNet | f2c05316bae6d9c775d4ee2a423d8fba98336ecd | [
"MIT"
] | 3 | 2019-06-06T13:55:01.000Z | 2019-10-25T14:07:32.000Z | namespace EncoreTickets.SDK.Utilities.CommonModels
{
/// <summary>
/// Interface for a common price model.
/// </summary>
public interface IPriceWithCurrency
{
/// <summary>
/// Gets or sets the price value as an integer, including the decimal part.
/// </summary>
in... | 26.458333 | 83 | 0.546457 |
90ed93687dfe440090a607dbb48c0c663229b999 | 479 | cs | C# | azure/transporterSolution/transporterService/DataObjects/InviteItem.cs | pacefico/dover | 8826de7e1c5a54f5f6b66b595e9589778037bacd | [
"Unlicense"
] | null | null | null | azure/transporterSolution/transporterService/DataObjects/InviteItem.cs | pacefico/dover | 8826de7e1c5a54f5f6b66b595e9589778037bacd | [
"Unlicense"
] | null | null | null | azure/transporterSolution/transporterService/DataObjects/InviteItem.cs | pacefico/dover | 8826de7e1c5a54f5f6b66b595e9589778037bacd | [
"Unlicense"
] | null | null | null | using Microsoft.WindowsAzure.Mobile.Service;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using transporterService.DataTranspObjects;
namespace transporterService.DataObjects
{
public partial class InviteItem : BaseItem
{
public string HostUserId { get; set; }
... | 28.176471 | 54 | 0.722338 |
f49a3731ecb0d9dde525ac8b7c7e40bcfb8286b8 | 5,390 | cs | C# | GeneralMods/StardustCore/UIUtilities/MenuComponents/ComponentsV1/CycleButton.cs | atravita-mods/Stardew_Valley_Mods | 8b64f96103f8981b6680c3f2a7951dd70207a467 | [
"MIT"
] | null | null | null | GeneralMods/StardustCore/UIUtilities/MenuComponents/ComponentsV1/CycleButton.cs | atravita-mods/Stardew_Valley_Mods | 8b64f96103f8981b6680c3f2a7951dd70207a467 | [
"MIT"
] | null | null | null | GeneralMods/StardustCore/UIUtilities/MenuComponents/ComponentsV1/CycleButton.cs | atravita-mods/Stardew_Valley_Mods | 8b64f96103f8981b6680c3f2a7951dd70207a467 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using StardewValley;
using StardewValley.Menus;
using StardustCore.UIUtilities.MenuComponents.Delegates.Functionality;
namespace StardustCore.UIUtilities.MenuComponents.ComponentsV1
{
public ... | 43.467742 | 461 | 0.628757 |
1b89716256819c799d91593025ed2a7279d26628 | 678 | cs | C# | src/Umbraco.Infrastructure/Logging/Viewer/MessageTemplateFilter.cs | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 3,375 | 2015-01-02T17:21:08.000Z | 2022-03-31T17:56:19.000Z | src/Umbraco.Infrastructure/Logging/Viewer/MessageTemplateFilter.cs | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 9,473 | 2015-01-02T01:10:10.000Z | 2022-03-31T23:39:34.000Z | src/Umbraco.Infrastructure/Logging/Viewer/MessageTemplateFilter.cs | nul800sebastiaan/Umbraco-CMS | dfdb498537a6253c417f4f755283959416608243 | [
"MIT"
] | 3,059 | 2015-01-02T04:31:28.000Z | 2022-03-31T05:27:07.000Z | using System.Collections.Generic;
using Serilog.Events;
namespace Umbraco.Cms.Core.Logging.Viewer
{
internal class MessageTemplateFilter : ILogFilter
{
public readonly Dictionary<string, int> Counts = new Dictionary<string, int>();
public bool TakeLogEvent(LogEvent e)
{
va... | 23.37931 | 87 | 0.535398 |
9050462472e3633ff8995d06300dc255df2041b7 | 2,897 | cs | C# | HomeAPI/API/LightsController.cs | magico13/HomeAPI | 67dacab73dbbae396bed1aa8bd9d15f916cb0db9 | [
"MIT"
] | null | null | null | HomeAPI/API/LightsController.cs | magico13/HomeAPI | 67dacab73dbbae396bed1aa8bd9d15f916cb0db9 | [
"MIT"
] | null | null | null | HomeAPI/API/LightsController.cs | magico13/HomeAPI | 67dacab73dbbae396bed1aa8bd9d15f916cb0db9 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using HomeAPI.Connectors;
using HomeAPI.Models;
using Microsoft.AspNetCore.Mvc;
namespace HomeAPI.API
{
[Route("api/lights")]
[ApiController]
public class LightsController : ControllerBase
{
private IHueConnector _hu... | 34.082353 | 105 | 0.599241 |
90e5d586a3126b7c65ccb882d945c81e405ce6f5 | 717 | cs | C# | src/Server/Point.Admin/Point.Admin.Infrastructure/Data/DbInitializer.cs | Valerra45/Point | 6a25b7798cc6a9fce4a5ed23e0a9e5ea38de69a4 | [
"MIT"
] | null | null | null | src/Server/Point.Admin/Point.Admin.Infrastructure/Data/DbInitializer.cs | Valerra45/Point | 6a25b7798cc6a9fce4a5ed23e0a9e5ea38de69a4 | [
"MIT"
] | null | null | null | src/Server/Point.Admin/Point.Admin.Infrastructure/Data/DbInitializer.cs | Valerra45/Point | 6a25b7798cc6a9fce4a5ed23e0a9e5ea38de69a4 | [
"MIT"
] | null | null | null | using Point.Admin.Infrastructure.Data;
using Point.SharedKernel.Abstractions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Point.Admin.Infrastructure.Data
{
public class DbInitializer : IDbInitializer
{
private readonly A... | 22.40625 | 73 | 0.665272 |
6b5a5b7e07620b587c92ca286eaf7df36aabdb56 | 1,212 | cs | C# | REvernus/Utilities/Logging.cs | Kolomona/REvernus | 5eef05a003e07b44a2ab38d622f0aa28c84b6c68 | [
"MIT"
] | 55 | 2019-04-06T23:30:49.000Z | 2022-03-29T19:28:49.000Z | REvernus/Utilities/Logging.cs | Kolomona/REvernus | 5eef05a003e07b44a2ab38d622f0aa28c84b6c68 | [
"MIT"
] | 27 | 2019-07-18T16:36:48.000Z | 2021-01-28T00:15:44.000Z | REvernus/Utilities/Logging.cs | Kolomona/REvernus | 5eef05a003e07b44a2ab38d622f0aa28c84b6c68 | [
"MIT"
] | 27 | 2019-07-18T15:01:52.000Z | 2022-03-29T19:29:16.000Z | using System;
using System.Reflection;
using log4net;
using log4net.Repository.Hierarchy;
using log4net.Core;
using log4net.Appender;
using log4net.Config;
using log4net.Layout;
using log4net.Repository;
namespace REvernus.Utilities
{
public class Logging
{
public static void SetupLogging()
{
... | 28.186047 | 97 | 0.587459 |
f7a94b87e3c206429e59c54b995695368430a455 | 3,239 | cs | C# | Editor/Scripts/JsonModel/VersionBranch.cs | ErQing/TinaX.VFS | 706472b81d105be45c918a79efc50f6c4c0589c5 | [
"MIT"
] | 29 | 2020-01-06T01:33:25.000Z | 2022-03-03T08:05:41.000Z | Editor/Scripts/JsonModel/VersionBranch.cs | ErQing/TinaX.VFS | 706472b81d105be45c918a79efc50f6c4c0589c5 | [
"MIT"
] | 6 | 2021-01-20T08:22:32.000Z | 2022-01-28T12:51:42.000Z | Editor/Scripts/JsonModel/VersionBranch.cs | ErQing/TinaX.VFS | 706472b81d105be45c918a79efc50f6c4c0589c5 | [
"MIT"
] | 12 | 2020-03-16T01:41:01.000Z | 2021-11-06T06:26:14.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TinaX;
namespace TinaXEditor.VFSKit.Versions
{
[Serializable]
public class VersionBranch
{
[Serializable]
public enum BranchType
{
MainPackage =... | 24.353383 | 100 | 0.496141 |
9ec370991bf5fe5ad33821ec5412a97e9e66077d | 3,492 | cs | C# | src/AMQP.ServiceFramework.Tests/CommandHandlerRegistryTests.cs | nevsnirG/AMQP.ServiceFramework | 1b94c73f1e6481162bc5c292848183f7528845f9 | [
"MIT"
] | null | null | null | src/AMQP.ServiceFramework.Tests/CommandHandlerRegistryTests.cs | nevsnirG/AMQP.ServiceFramework | 1b94c73f1e6481162bc5c292848183f7528845f9 | [
"MIT"
] | null | null | null | src/AMQP.ServiceFramework.Tests/CommandHandlerRegistryTests.cs | nevsnirG/AMQP.ServiceFramework | 1b94c73f1e6481162bc5c292848183f7528845f9 | [
"MIT"
] | null | null | null | using AMQP.ServiceFramework.Abstractions;
using AMQP.ServiceFramework.Core.Activation;
using AMQP.ServiceFramework.Core.Registries;
using Moq;
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq.Expressions;
using Xunit;
namespace AMQP.ServiceFramework.Tests
{
[ExcludeFromCodeCoverage]
publ... | 33.257143 | 122 | 0.612257 |
9edcf005c451685308f4cb32aed1f6d9bbca640f | 493 | cs | C# | src/ExcelDataReader/Core/BinaryFormat/XlsInternalString.cs | augustoproiete-forks/ExcelDataReader--ExcelDataReader | e5b7d41b580603c866b9097496139080c0bba105 | [
"MIT"
] | 3,192 | 2015-01-07T18:37:55.000Z | 2022-03-31T11:59:15.000Z | src/ExcelDataReader/Core/BinaryFormat/XlsInternalString.cs | hephi808/ExcelDataReader | b0ad266dc76976e8bbe22509cba7a3e7047e6bce | [
"MIT"
] | 491 | 2015-01-02T06:28:01.000Z | 2022-03-29T05:35:48.000Z | src/ExcelDataReader/Core/BinaryFormat/XlsInternalString.cs | hephi808/ExcelDataReader | b0ad266dc76976e8bbe22509cba7a3e7047e6bce | [
"MIT"
] | 978 | 2015-01-02T04:20:40.000Z | 2022-03-31T14:41:43.000Z | using System;
using System.Text;
namespace ExcelDataReader.Core.BinaryFormat
{
/// <summary>
/// Plain string without backing storage. Used internally
/// </summary>
internal class XlsInternalString : IXlsString
{
private readonly string stringValue;
public XlsInternalString(strin... | 20.541667 | 61 | 0.610548 |
7394afc05b38ef4a7ce4309449c68f712dab3368 | 299 | cs | C# | docs/data-tools/codesnippet/CSharp/query-datasets_4.cs | mavasani/visualstudio-docs | 4aa6fed75c395bb654dc884441ebb2d9b88bfd30 | [
"CC-BY-4.0",
"MIT"
] | 2 | 2019-08-19T19:51:53.000Z | 2021-03-17T18:30:52.000Z | docs/data-tools/codesnippet/CSharp/query-datasets_4.cs | mavasani/visualstudio-docs | 4aa6fed75c395bb654dc884441ebb2d9b88bfd30 | [
"CC-BY-4.0",
"MIT"
] | 3 | 2019-04-17T23:46:44.000Z | 2019-04-18T00:09:37.000Z | docs/data-tools/codesnippet/CSharp/query-datasets_4.cs | mavasani/visualstudio-docs | 4aa6fed75c395bb654dc884441ebb2d9b88bfd30 | [
"CC-BY-4.0",
"MIT"
] | 1 | 2021-06-17T00:46:22.000Z | 2021-06-17T00:46:22.000Z | string custID = "ALFKI";
NorthwindDataSet.OrdersRow[] orders;
orders = (NorthwindDataSet.OrdersRow[])northwindDataSet.Customers.
FindByCustomerID(custID).GetChildRows("FK_Orders_Customers");
MessageBox.Show(orders.Length.ToString()); | 42.714286 | 78 | 0.638796 |
b2903c90df08531f14a22b5fcdc4a1ec10a7e891 | 995 | cs | C# | workers/unity/Assets/Editor/Action/Action_TargetUnit_Editor.cs | r00f/LeyLineNetworking | ed97000b6d3fc5d7b8e2590ea7700bafa0ecee44 | [
"MIT"
] | 2 | 2019-04-29T15:49:52.000Z | 2019-10-11T20:47:18.000Z | workers/unity/Assets/Editor/Action/Action_TargetUnit_Editor.cs | r00f/LeyLineNetworking | ed97000b6d3fc5d7b8e2590ea7700bafa0ecee44 | [
"MIT"
] | null | null | null | workers/unity/Assets/Editor/Action/Action_TargetUnit_Editor.cs | r00f/LeyLineNetworking | ed97000b6d3fc5d7b8e2590ea7700bafa0ecee44 | [
"MIT"
] | 1 | 2019-12-05T21:13:31.000Z | 2019-12-05T21:13:31.000Z | using UnityEngine;
using UnityEditor;
namespace LeyLineHybridECS
{
[CustomEditor(typeof(ECSATarget_Unit))]
public class Action_TargetUnit_Editor : Editor
{
ECSATarget_Unit myActionTarget;
public override void OnInspectorGUI()
{
myActionTarget = target as ECSATarget_U... | 29.264706 | 99 | 0.59799 |
500d399855ae66e659b19797558137ba129772e8 | 655 | cs | C# | Source/Fabrica/Model/ConstantValue.cs | GEAviationSystems/fabrica | df5eb6edb9347c783a7628302de68ec59c323d06 | [
"MIT"
] | null | null | null | Source/Fabrica/Model/ConstantValue.cs | GEAviationSystems/fabrica | df5eb6edb9347c783a7628302de68ec59c323d06 | [
"MIT"
] | null | null | null | Source/Fabrica/Model/ConstantValue.cs | GEAviationSystems/fabrica | df5eb6edb9347c783a7628302de68ec59c323d06 | [
"MIT"
] | null | null | null | // GE Aviation Systems LLC licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace GEAviation.Fabrica.Model
{
public class ConstantValue : IPartDefOrRef
{
public string Value { get; set; }
public ConstantValue() { }
... | 27.291667 | 93 | 0.593893 |
a68c3fcbf2d8c364031d188eb0c66123de725fbc | 2,153 | cs | C# | Assistant.PushBullet/Responses/ResponseBase.cs | k3nw4y/HomeAssistant | e3194cf185f4d456702ad5c13e19d9b895119240 | [
"MIT"
] | 1 | 2020-02-10T14:30:19.000Z | 2020-02-10T14:30:19.000Z | Assistant.PushBullet/Responses/ResponseBase.cs | k3nw4y/HomeAssistant | e3194cf185f4d456702ad5c13e19d9b895119240 | [
"MIT"
] | null | null | null | Assistant.PushBullet/Responses/ResponseBase.cs | k3nw4y/HomeAssistant | e3194cf185f4d456702ad5c13e19d9b895119240 | [
"MIT"
] | null | null | null | using Assistant.Pushbullet.Responses.Chats;
using Assistant.Pushbullet.Responses.Devices;
using Assistant.Pushbullet.Responses.Pushes;
using Assistant.Pushbullet.Responses.Subscriptions;
using Newtonsoft.Json;
using System;
namespace Assistant.Pushbullet.Responses {
[Serializable]
public class ResponseBase {
[Json... | 42.215686 | 108 | 0.755225 |
f51da34a463fb3a38af3af55ef20a1249cff74a2 | 1,747 | cs | C# | src/Common/Tools/MarkDownUtils.cs | BartWeyder/mrHelper | 687497b32b814544c6c53139b3e16f4776164007 | [
"MIT"
] | 12 | 2019-07-12T08:15:16.000Z | 2020-12-26T14:47:32.000Z | src/Common/Tools/MarkDownUtils.cs | BartWeyder/mrHelper | 687497b32b814544c6c53139b3e16f4776164007 | [
"MIT"
] | 471 | 2019-06-17T12:59:57.000Z | 2022-03-29T11:29:43.000Z | src/Common/Tools/MarkDownUtils.cs | BartWeyder/mrHelper | 687497b32b814544c6c53139b3e16f4776164007 | [
"MIT"
] | 4 | 2019-06-17T18:24:14.000Z | 2020-09-23T07:43:04.000Z | using Markdig;
using Markdig.Extensions;
using Markdig.Extensions.Tables;
using Markdig.Extensions.JiraLinks;
using mrHelper.Common.Interfaces;
using System;
namespace mrHelper.Common.Tools
{
public static class MarkDownUtils
{
public static Markdig.MarkdownPipeline CreatePipeline(string jiraBaseUrl)
... | 30.649123 | 110 | 0.615341 |
f53f2dff7ee247cc74a89dc6bbc411fa7f6ee605 | 648 | cs | C# | SolidRpc.Tests/Swagger/CodeGen/Vitec/Types/CommercialPropertyInfo/Estate/OwnInput.cs | aarrgard/solidrpc | 98aa0408485def92b0b7aa7aa5df3394218d20ea | [
"MIT"
] | 2 | 2019-03-31T12:05:34.000Z | 2021-12-11T09:04:29.000Z | SolidRpc.Tests/Swagger/CodeGen/Vitec/Types/CommercialPropertyInfo/Estate/OwnInput.cs | aarrgard/solidrpc | 98aa0408485def92b0b7aa7aa5df3394218d20ea | [
"MIT"
] | null | null | null | SolidRpc.Tests/Swagger/CodeGen/Vitec/Types/CommercialPropertyInfo/Estate/OwnInput.cs | aarrgard/solidrpc | 98aa0408485def92b0b7aa7aa5df3394218d20ea | [
"MIT"
] | null | null | null | using System.CodeDom.Compiler;
using System.Runtime.Serialization;
using System;
namespace SolidRpc.Tests.Swagger.CodeGen.Vitec.Types.CommercialPropertyInfo.Estate {
/// <summary>
///
/// </summary>
[GeneratedCode("OpenApiCodeGeneratorV2","1.0.0.0")]
public class OwnInput {
/// <summary>
... | 28.173913 | 84 | 0.595679 |
6870af3c38a75dc3ad36273cb176b183979a9857 | 739 | cs | C# | src/CaptainHook.Common/Models/V2/Event.cs | eShopWorld/captain-hook | ae50c49f255ab38401494393b1dcaa31adb9d3e5 | [
"MIT"
] | 1 | 2021-02-22T15:46:21.000Z | 2021-02-22T15:46:21.000Z | src/CaptainHook.Common/Models/V2/Event.cs | eShopWorld/captain-hook | ae50c49f255ab38401494393b1dcaa31adb9d3e5 | [
"MIT"
] | 85 | 2019-04-19T07:13:16.000Z | 2021-01-19T16:10:44.000Z | src/CaptainHook.Common/Models/V2/Event.cs | eShopWorld/captain-hook | ae50c49f255ab38401494393b1dcaa31adb9d3e5 | [
"MIT"
] | 3 | 2018-12-16T00:51:42.000Z | 2020-01-16T15:06:45.000Z | using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace CaptainHook.Common.Models.V2
{
/// <summary>
/// Event definition model/POCO
/// </summary>
[ExcludeFromCodeCoverage]
public class Event
{
/// <summary>
/// underlying event (or message) full typ... | 28.423077 | 83 | 0.595399 |
bf17533eba6202eab8233cae77c96cdc9d0f6dc6 | 1,654 | cs | C# | Programming-Basics/Exams/ExamPreparation-kotow/SemantikHtml/Program.cs | sevdalin/Software-University-SoftUni | dd86361d89d6ec06876614318fbda1f28bb782c2 | [
"MIT"
] | null | null | null | Programming-Basics/Exams/ExamPreparation-kotow/SemantikHtml/Program.cs | sevdalin/Software-University-SoftUni | dd86361d89d6ec06876614318fbda1f28bb782c2 | [
"MIT"
] | null | null | null | Programming-Basics/Exams/ExamPreparation-kotow/SemantikHtml/Program.cs | sevdalin/Software-University-SoftUni | dd86361d89d6ec06876614318fbda1f28bb782c2 | [
"MIT"
] | 2 | 2018-10-04T07:00:07.000Z | 2021-01-18T07:13:27.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace SemantikHtml
{
class Program
{
static void Main()
{
var row = Console.ReadLine();
var openTagPattern = @"<... | 34.458333 | 82 | 0.454655 |
f8d0e2fa729d72b7911cd9952f6008e17e6b643f | 591 | cs | C# | src/Telemetry/Services/DisplayOptions.cs | namofun/uik | bfea0d0835f656670f3f293edb94f68a7bc097f2 | [
"MIT"
] | 2 | 2020-10-29T01:15:06.000Z | 2021-04-19T00:58:10.000Z | src/Telemetry/Services/DisplayOptions.cs | namofun/uik | bfea0d0835f656670f3f293edb94f68a7bc097f2 | [
"MIT"
] | 4 | 2020-06-18T15:47:18.000Z | 2021-04-24T03:15:25.000Z | src/Telemetry/Services/DisplayOptions.cs | namofun/uik | bfea0d0835f656670f3f293edb94f68a7bc097f2 | [
"MIT"
] | 1 | 2021-04-19T00:59:04.000Z | 2021-04-19T00:59:04.000Z | namespace SatelliteSite.Services
{
/// <summary>
/// The display options for Application Insights.
/// </summary>
/// <remarks>Learn more on <a href="https://dev.applicationinsights.io/">Azure Application Insights REST API</a>.</remarks>
public class ApplicationInsightsDisplayOptions
{
... | 29.55 | 127 | 0.588832 |
5d5c37d61813cd9e1633e22879df61da2ab38614 | 2,183 | cs | C# | specterworks/particle-system/ParticleTypes/SphereEmiter.cs | haroldhues/specterworks | 4ef795babd75dc2851f5b625c28f88d55600218d | [
"MIT"
] | null | null | null | specterworks/particle-system/ParticleTypes/SphereEmiter.cs | haroldhues/specterworks | 4ef795babd75dc2851f5b625c28f88d55600218d | [
"MIT"
] | null | null | null | specterworks/particle-system/ParticleTypes/SphereEmiter.cs | haroldhues/specterworks | 4ef795babd75dc2851f5b625c28f88d55600218d | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Media;
namespace specterworks.ParticleTypes
{
public class SphereEmiter : EmitingParticle
{
public int NumberOfParticles { get; set; } = 1000;
public int Num... | 39.690909 | 232 | 0.575355 |
5d6f237402d35023bf06d2aa34b4a46854fac825 | 367 | cshtml | C# | presentation/Store.Web/Views/Search/Index.cshtml | DanielPaniushkin2001/TP_KP_IST119_PANUSHKIN | 291742b0478f9bea4954f6db37ee30be5ed0183e | [
"Unlicense"
] | null | null | null | presentation/Store.Web/Views/Search/Index.cshtml | DanielPaniushkin2001/TP_KP_IST119_PANUSHKIN | 291742b0478f9bea4954f6db37ee30be5ed0183e | [
"Unlicense"
] | 13 | 2020-10-23T17:14:12.000Z | 2020-12-19T11:36:04.000Z | presentation/Store.Web/Views/Search/Index.cshtml | Valeria177/store | 7d621184522a9ade616dce7450d435b8cde81cf8 | [
"Unlicense"
] | null | null | null | @model IReadOnlyCollection<DetailModel>
@{
ViewData["Title"] = "Результаты поиска";
}
<h1>Результаты поиска</h1>
@if (Model.Count == 0)
{
<p>Ничего не найдено.</p>
}
else
{
<ul>
@foreach (var detail in Model)
{
<li><a href="@Url.Action("Index", "Detail", new { id = detail.Id}... | 17.47619 | 102 | 0.542234 |
266c3809fa177d4981b8935a28a118c5f028b57b | 1,114 | cs | C# | src/SFA.DAS.Reservations.Api.Types.UnitTests/Configuration/ReservationsClientApiConfigurationTests.cs | uk-gov-mirror/SkillsFundingAgency.das-commitments | 8b98530c3cb31b9960fc99b369634d9b8561be7d | [
"MIT"
] | 6 | 2018-08-28T09:05:47.000Z | 2022-01-15T10:12:31.000Z | src/SFA.DAS.Reservations.Api.Types.UnitTests/Configuration/ReservationsClientApiConfigurationTests.cs | uk-gov-mirror/SkillsFundingAgency.das-commitments | 8b98530c3cb31b9960fc99b369634d9b8561be7d | [
"MIT"
] | 146 | 2016-08-23T15:35:50.000Z | 2022-03-21T14:07:13.000Z | src/SFA.DAS.Reservations.Api.Types.UnitTests/Configuration/ReservationsClientApiConfigurationTests.cs | uk-gov-mirror/SkillsFundingAgency.das-commitments | 8b98530c3cb31b9960fc99b369634d9b8561be7d | [
"MIT"
] | 5 | 2016-11-10T14:45:40.000Z | 2021-07-29T11:53:37.000Z | using NUnit.Framework;
using SFA.DAS.Reservations.Api.Types.Configuration;
namespace SFA.DAS.Reservations.Api.Types.UnitTests.Configuration
{
[TestFixture]
[Parallelizable(ParallelScope.All)]
public class ReservationsClientApiConfigurationTests
{
private const string NonStubBase = "https://som... | 29.315789 | 101 | 0.660682 |
c5a4b186820fdfcc469288d47519f77a7fc9878e | 2,106 | cs | C# | Microsoft.Toolkit.Services/PlatformSpecific/NETFramework/NetFrameworkStorageManager.cs | paulcam206/WindowsCommunityToolkit | eb20ae30788f320127b2c809cad5c8bbfbd9e663 | [
"MIT"
] | 3 | 2021-05-27T00:29:00.000Z | 2021-05-27T13:10:00.000Z | Microsoft.Toolkit.Services/PlatformSpecific/NETFramework/NetFrameworkStorageManager.cs | DLozanoNavas/UWPCommunityToolkit | e58479b546cbc264d391de214f3a17557088e109 | [
"MIT"
] | 9 | 2018-04-11T21:05:47.000Z | 2018-05-04T03:02:07.000Z | Microsoft.Toolkit.Services/PlatformSpecific/NETFramework/NetFrameworkStorageManager.cs | DLozanoNavas/UWPCommunityToolkit | e58479b546cbc264d391de214f3a17557088e109 | [
"MIT"
] | 1 | 2020-07-31T11:15:48.000Z | 2020-07-31T11:15:48.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.IsolatedStorage;
using System.Linq;... | 36.310345 | 130 | 0.60114 |
6a11bb46e06b4b043acc36b1ef9628f6c4f2e0cf | 492 | cs | C# | Star.Project/Extensions/CommandLineExtension.cs | ShimakazeProj/Star.Project | db887d0892cd9382ddd344aa0c6c31b6bb63f1da | [
"MIT"
] | null | null | null | Star.Project/Extensions/CommandLineExtension.cs | ShimakazeProj/Star.Project | db887d0892cd9382ddd344aa0c6c31b6bb63f1da | [
"MIT"
] | null | null | null | Star.Project/Extensions/CommandLineExtension.cs | ShimakazeProj/Star.Project | db887d0892cd9382ddd344aa0c6c31b6bb63f1da | [
"MIT"
] | null | null | null | using System.CommandLine;
using System.CommandLine.Invocation;
namespace Star.Project
{
internal static class CommandLineExtension
{
public static Option<T> SetArgumentName<T>(this Option<T> @this, string name)
{
@this.Argument.Name = name;
return @this;
}
... | 24.6 | 85 | 0.603659 |
836d8ef33365a6c83051d11de04616681735873c | 2,106 | cs | C# | Barista.Api/Authorization/Policies.cs | nesfit/Coffee | 5f231346bc8ab3f126216b638e45b98964cd02e0 | [
"MIT"
] | null | null | null | Barista.Api/Authorization/Policies.cs | nesfit/Coffee | 5f231346bc8ab3f126216b638e45b98964cd02e0 | [
"MIT"
] | 4 | 2021-03-09T05:13:54.000Z | 2022-02-10T17:56:44.000Z | Barista.Api/Authorization/Policies.cs | nesfit/Coffee | 5f231346bc8ab3f126216b638e45b98964cd02e0 | [
"MIT"
] | 1 | 2020-04-10T23:21:56.000Z | 2020-04-10T23:21:56.000Z | using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Barista.Api.Authorization
{
public static class Policies
{
public const string IsUser = "Barista.Api.Authorization.Policies.IsUser";
public const string IsPointOfSale = "Barista.Api.Authorization.Policies.I... | 55.421053 | 129 | 0.777303 |
abca24a19f0fa8f289a912d6993d7df8c0c893d5 | 868 | csx | C# | patterns.csx | mganss/Aicd | deeb592194765ac2207c0f1a51494744ee2437a4 | [
"MIT"
] | 38 | 2018-12-30T04:14:29.000Z | 2022-03-14T17:24:08.000Z | patterns.csx | mganss/Aicd | deeb592194765ac2207c0f1a51494744ee2437a4 | [
"MIT"
] | 1 | 2022-03-14T23:42:00.000Z | 2022-03-15T11:53:18.000Z | patterns.csx | mganss/Aicd | deeb592194765ac2207c0f1a51494744ee2437a4 | [
"MIT"
] | 2 | 2021-01-17T01:21:07.000Z | 2022-02-16T07:33:21.000Z | #! "netcoreapp2.1"
#r "nuget: Glob.cs, *"
using Ganss.IO;
using System.Text.RegularExpressions;
char ToNote(Match m)
{
var n = int.Parse(m.Groups[1].Value);
var d = m.Groups[2].Value == "1";
var u = m.Groups[3].Value == "1";
if (d) n -= 12;
if (u) n += 12;
if (n >= 36) n = (n % 12) + 24;
... | 22.842105 | 102 | 0.529954 |
4cf969f69d05d48bf6ba8c61e293f7811ffe5f23 | 18,952 | cs | C# | Mono.Libraries/Mono.Security/Test/Mono.Math/PrimeTestingTest.cs | Schumix/MonoLibraries | 8fb466900161acbcc9e6d7f4d08436e477939e1c | [
"MIT"
] | 469 | 2019-01-23T12:21:59.000Z | 2022-03-10T15:50:42.000Z | mcs/class/Mono.Security/Test/Mono.Math/PrimeTestingTest.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | mcs/class/Mono.Security/Test/Mono.Math/PrimeTestingTest.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 36 | 2019-01-23T22:17:09.000Z | 2022-01-20T15:41:34.000Z | //
// MonoTests.Mono.Math.PrimeTestingTest.cs
//
// Authors:
// Ben Maurer
//
// Copyright (c) 2003 Ben Maurer. All rights reserved
//
using System;
using Mono.Math;
using Mono.Math.Prime;
using NUnit.Framework;
namespace MonoTests.Mono.Math {
public abstract class PrimeTesting_Base : BigIntegerTestSet {
BigInte... | 44.698113 | 484 | 0.826615 |
1b0072ee9d82dae10b75d8c4f49a0e573b3e0604 | 2,430 | cs | C# | src/MagicGradients.Forms.Skia/SkiaGradientGLView.cs | rnwelsh/MagicGradients | b00af25b4a5d5636ad9b3ff902eb1d9dd002b864 | [
"MIT"
] | null | null | null | src/MagicGradients.Forms.Skia/SkiaGradientGLView.cs | rnwelsh/MagicGradients | b00af25b4a5d5636ad9b3ff902eb1d9dd002b864 | [
"MIT"
] | null | null | null | src/MagicGradients.Forms.Skia/SkiaGradientGLView.cs | rnwelsh/MagicGradients | b00af25b4a5d5636ad9b3ff902eb1d9dd002b864 | [
"MIT"
] | null | null | null | using MagicGradients.Drawing;
using MagicGradients.Forms.Skia.Drawing;
using MagicGradients.Masks;
using SkiaSharp.Views.Forms;
using Xamarin.Forms;
namespace MagicGradients.Forms.Skia
{
[ContentProperty(nameof(GradientSource))]
public class SkiaGradientGLView : SKGLView, IGradientControl, IGradientVisualElem... | 31.558442 | 112 | 0.654733 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.