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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4df2661b39efe220b9ecd7a6f8fa30234215ad50 | 488 | cs | C# | CheckMapp/Utils/Settings/CMSettingsContainer.cs | NamedJohnny/Checkmapp-Windows-Phone- | f04f1925ea68eb953684706f9ae253fb9c175262 | [
"MIT"
] | null | null | null | CheckMapp/Utils/Settings/CMSettingsContainer.cs | NamedJohnny/Checkmapp-Windows-Phone- | f04f1925ea68eb953684706f9ae253fb9c175262 | [
"MIT"
] | null | null | null | CheckMapp/Utils/Settings/CMSettingsContainer.cs | NamedJohnny/Checkmapp-Windows-Phone- | f04f1925ea68eb953684706f9ae253fb9c175262 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CheckMapp.Utils.Settings
{
public static class CMSettingsContainer
{
public static readonly CMIsolatedStorageProperty<bool> WifiOnly
= new CMIsolatedStorageProperty... | 27.111111 | 73 | 0.737705 |
2c66b67f2eb1d964946513ac0c412587c94f042f | 453 | cs | C# | EclipseDataMiner/DQPComboBoxItem.cs | tkmd94/EclipseDataMiner | 168bb1f59f0389ccfb94a6ca7213b71cc64ed396 | [
"MIT"
] | 8 | 2019-11-28T04:35:30.000Z | 2021-12-13T19:18:37.000Z | EclipseDataMiner/DQPComboBoxItem.cs | tkmd94/EclipseDataMiner | 168bb1f59f0389ccfb94a6ca7213b71cc64ed396 | [
"MIT"
] | null | null | null | EclipseDataMiner/DQPComboBoxItem.cs | tkmd94/EclipseDataMiner | 168bb1f59f0389ccfb94a6ca7213b71cc64ed396 | [
"MIT"
] | null | null | null |
namespace EclipseDataMiner
{
public class DQPComboBoxItem
{
public string Label { get; set; }
public DQPtype Value { get; set; }
}
public class InputUnitComboBoxItem
{
public string Label { get; set; }
public IOUnit Value { get; set; }
}
pu... | 18.875 | 42 | 0.562914 |
8124a55d6332c84c9fd1c15960eaa2a96be51687 | 604 | cshtml | C# | Portfolio/Views/Blog/DeleteComment.cshtml | rpgandhi/DOTNETProfile | e1cbf0cb73b8b9ad28cfc05581499a2dfc3aadcb | [
"MIT"
] | null | null | null | Portfolio/Views/Blog/DeleteComment.cshtml | rpgandhi/DOTNETProfile | e1cbf0cb73b8b9ad28cfc05581499a2dfc3aadcb | [
"MIT"
] | null | null | null | Portfolio/Views/Blog/DeleteComment.cshtml | rpgandhi/DOTNETProfile | e1cbf0cb73b8b9ad28cfc05581499a2dfc3aadcb | [
"MIT"
] | null | null | null | @model Portfolio.Models.Comment
<html>
<head>
<title>Post Comment - Delete</title>
</head>
<body>
<h2>Are you sure you want to delete this?</h2>
<hr />
@Html.DisplayNameFor(model => model.Author): @Html.DisplayFor(model => model.Author)
@Html.DisplayNameFor(model => model.CommentContent): ... | 31.789474 | 104 | 0.627483 |
1dcfce71d02df70944a7b344de0104b3c71ef75c | 950 | cs | C# | WFARTHA-master/WFARTHA/Entities/CONCEPTO.cs | sf-solutionfactory/WFARTHACOC | 5c40195affd20df0f646829b830497394f8da5be | [
"Apache-2.0"
] | null | null | null | WFARTHA-master/WFARTHA/Entities/CONCEPTO.cs | sf-solutionfactory/WFARTHACOC | 5c40195affd20df0f646829b830497394f8da5be | [
"Apache-2.0"
] | 1 | 2018-12-27T19:54:45.000Z | 2018-12-27T19:54:45.000Z | WFARTHA-master/WFARTHA/Entities/CONCEPTO.cs | sf-solutionfactory/WFARTHACOC | 5c40195affd20df0f646829b830497394f8da5be | [
"Apache-2.0"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | 35.185185 | 85 | 0.54 |
dfebadb7ed1f8960f99e3a1c93036308e6a66ecf | 2,283 | cs | C# | Assets/Source/AvoidanceProcessor.cs | ShanksAk/Neptune | 63b67a330a61752bc575303b33a58913552d15bd | [
"MIT"
] | null | null | null | Assets/Source/AvoidanceProcessor.cs | ShanksAk/Neptune | 63b67a330a61752bc575303b33a58913552d15bd | [
"MIT"
] | null | null | null | Assets/Source/AvoidanceProcessor.cs | ShanksAk/Neptune | 63b67a330a61752bc575303b33a58913552d15bd | [
"MIT"
] | null | null | null | /// Copyright (c) 2018 All Rights Reserved. Maher Manoubi.
using UnityEngine;
public class AvoidanceProcessor : MonoBehaviour
{
private const float kEpsilon = 0.00001f;
private const float kScaling = 1.5f;
private const float kExponentialCutoff = 3f;
private const float kPowerLawExponent = 2f;
pr... | 36.238095 | 221 | 0.605782 |
358b3341801717127104390b57027f6a8517c515 | 585 | cs | C# | RICADO.MettlerToledo/ReadSerialNumberResult.cs | ricado-group/dotnet-mettlertoledo | dc134bf40fb0a6baa4d640c53b378853757c8f8d | [
"MIT"
] | 1 | 2022-03-11T18:15:36.000Z | 2022-03-11T18:15:36.000Z | RICADO.MettlerToledo/ReadSerialNumberResult.cs | ricado-group/dotnet-mettlertoledo | dc134bf40fb0a6baa4d640c53b378853757c8f8d | [
"MIT"
] | null | null | null | RICADO.MettlerToledo/ReadSerialNumberResult.cs | ricado-group/dotnet-mettlertoledo | dc134bf40fb0a6baa4d640c53b378853757c8f8d | [
"MIT"
] | null | null | null | using System;
namespace RICADO.MettlerToledo
{
public class ReadSerialNumberResult : RequestResult
{
#region Private Fields
private readonly string _serialNumber;
#endregion
#region Public Properties
public string SerialNumber => _serialNumber;
... | 18.870968 | 114 | 0.611966 |
35b9d6d22252c57e68cf6c7500e871675afc899c | 3,833 | cs | C# | sdk/batch/Microsoft.Azure.Batch/Azure.Batch/src/Generated/Models/MultiInstanceSettings.cs | Petermarcu/azure-sdk-for-net | a83b9b4c4ac49e5c52b37b005e8141ca4948b6ca | [
"MIT"
] | null | null | null | sdk/batch/Microsoft.Azure.Batch/Azure.Batch/src/Generated/Models/MultiInstanceSettings.cs | Petermarcu/azure-sdk-for-net | a83b9b4c4ac49e5c52b37b005e8141ca4948b6ca | [
"MIT"
] | null | null | null | sdk/batch/Microsoft.Azure.Batch/Azure.Batch/src/Generated/Models/MultiInstanceSettings.cs | Petermarcu/azure-sdk-for-net | a83b9b4c4ac49e5c52b37b005e8141ca4948b6ca | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Collections.Generic;
namespace Azure.Batch.Models
{
/// <summary> Multi-instance Tasks are commonly used to support MPI Tasks. In the MPI case, if any... | 81.553191 | 785 | 0.746935 |
15f8f215fc26b3a001c2db026a8f96161448ddba | 8,026 | cs | C# | WebAPICore/App.Repository/ResponsiblePersonRepository.cs | behluluysal/fibu-app-demo | 3823f732d8a32713d9e1e6eb183b1d98ba9e814a | [
"MIT"
] | null | null | null | WebAPICore/App.Repository/ResponsiblePersonRepository.cs | behluluysal/fibu-app-demo | 3823f732d8a32713d9e1e6eb183b1d98ba9e814a | [
"MIT"
] | null | null | null | WebAPICore/App.Repository/ResponsiblePersonRepository.cs | behluluysal/fibu-app-demo | 3823f732d8a32713d9e1e6eb183b1d98ba9e814a | [
"MIT"
] | null | null | null | using App.Repository.ApiClient;
using Core.AutoMapperDtos;
using Core.Models;
using Core.Pagination;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
namespace App.Repository
{
public c... | 49.850932 | 233 | 0.701969 |
05d7c52c7a3c4afd08ff1e9f369c50295a5130b4 | 6,900 | cs | C# | Solutions/Main/Microsoft.Cui.Controls/SingleConceptMatchingControl/TermItemsControl.cs | rbirkby/mscui | 471b618606e2910136751836837522d45f176429 | [
"MS-PL"
] | 4 | 2018-05-10T05:04:15.000Z | 2021-04-25T14:38:20.000Z | Solutions/Main/Microsoft.Cui.Controls/SingleConceptMatchingControl/TermItemsControl.cs | rbirkby/mscui | 471b618606e2910136751836837522d45f176429 | [
"MS-PL"
] | null | null | null | Solutions/Main/Microsoft.Cui.Controls/SingleConceptMatchingControl/TermItemsControl.cs | rbirkby/mscui | 471b618606e2910136751836837522d45f176429 | [
"MS-PL"
] | 1 | 2020-08-29T20:52:11.000Z | 2020-08-29T20:52:11.000Z | //-----------------------------------------------------------------------
// <copyright file="TermItemsControl.cs" company="Microsoft Corporation and Crown copyright 2007 - 2010.">
// Copyright (c) Microsoft Corporation and Crown copyright 2007 - 2010.
// All rights reserved.
//
// CERTAIN PARTS OF THIS WORK CONTAIN SO... | 38.764045 | 125 | 0.607536 |
5f841e0dc2756002263cc30446066324d1bd6167 | 141 | cs | C# | modules/account/test/Chaldea.Fate.Account.Domain.Tests/AccountDomainTestBase.cs | chaldea/fate | 48b806def2cf2c4fbd555f90881e92364090c434 | [
"MIT"
] | null | null | null | modules/account/test/Chaldea.Fate.Account.Domain.Tests/AccountDomainTestBase.cs | chaldea/fate | 48b806def2cf2c4fbd555f90881e92364090c434 | [
"MIT"
] | null | null | null | modules/account/test/Chaldea.Fate.Account.Domain.Tests/AccountDomainTestBase.cs | chaldea/fate | 48b806def2cf2c4fbd555f90881e92364090c434 | [
"MIT"
] | null | null | null | namespace Chaldea.Fate.Account
{
public abstract class AccountDomainTestBase : AccountTestBase<AccountDomainTestModule>
{
}
}
| 17.625 | 91 | 0.744681 |
ccacd6ecfb65217c3024c45042984b24b75f2fe3 | 10,648 | cs | C# | dotnet/Razorvine.Pyrolite/Pyrolite/Pyro/Message.cs | sreekanth370/Pyrolite | a42dbbd801b25590fd42def31ad8e6aa7fea85af | [
"MIT"
] | 162 | 2015-01-24T21:44:21.000Z | 2022-03-16T01:04:08.000Z | dotnet/Razorvine.Pyrolite/Pyrolite/Pyro/Message.cs | sreekanth370/Pyrolite | a42dbbd801b25590fd42def31ad8e6aa7fea85af | [
"MIT"
] | 64 | 2015-01-19T12:47:11.000Z | 2021-12-10T12:09:22.000Z | dotnet/Razorvine.Pyrolite/Pyrolite/Pyro/Message.cs | sreekanth370/Pyrolite | a42dbbd801b25590fd42def31ad8e6aa7fea85af | [
"MIT"
] | 48 | 2015-03-11T20:45:37.000Z | 2022-03-18T06:49:37.000Z | /* part of Pyrolite, by Irmen de Jong (irmen@razorvine.net) */
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Text;
namespace Razorvine.Pyro
{
/// <summary>
/// Pyro wire protocol message.
/// </summary>
[SuppressMessage("ReShar... | 33.17134 | 156 | 0.69553 |
9b009cd01cd13a076764652e3ba6df8e4327d7b1 | 319 | cs | C# | src/SamplesApp/UITests.Shared/Windows_UI_Xaml/Clipping/Transform_Ellipse_in_Canvas_in_Grid.xaml.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 5,973 | 2019-06-27T02:51:02.000Z | 2022-03-31T11:07:25.000Z | src/SamplesApp/UITests.Shared/Windows_UI_Xaml/Clipping/Transform_Ellipse_in_Canvas_in_Grid.xaml.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 6,988 | 2019-06-27T03:34:56.000Z | 2022-03-31T22:01:54.000Z | src/SamplesApp/UITests.Shared/Windows_UI_Xaml/Clipping/Transform_Ellipse_in_Canvas_in_Grid.xaml.cs | olirobert/uno | 02c3ffbc0909a71de17a8f0c6268ca6fed7c1b04 | [
"Apache-2.0"
] | 636 | 2019-06-27T23:31:29.000Z | 2022-03-30T00:50:25.000Z | using Windows.UI.Xaml.Controls;
using Uno.UI.Samples.Controls;
namespace SamplesApp.Windows_UI_Xaml.Clipping
{
[SampleControlInfo("Clipping")]
public sealed partial class Transform_Ellipse_in_Canvas_in_Grid : UserControl
{
public Transform_Ellipse_in_Canvas_in_Grid()
{
this.InitializeComponent();
}
}
}
| 21.266667 | 78 | 0.789969 |
1e5227767641896d571b9654d90ac89b825efecd | 450 | cs | C# | aspnet-core/src/Agenda.Application/PhoneBook/Dto/PersonListDto.cs | dviltres18/Agenda | ca845104ae436c70c4d4db9401db519b34904ecf | [
"MIT"
] | null | null | null | aspnet-core/src/Agenda.Application/PhoneBook/Dto/PersonListDto.cs | dviltres18/Agenda | ca845104ae436c70c4d4db9401db519b34904ecf | [
"MIT"
] | null | null | null | aspnet-core/src/Agenda.Application/PhoneBook/Dto/PersonListDto.cs | dviltres18/Agenda | ca845104ae436c70c4d4db9401db519b34904ecf | [
"MIT"
] | null | null | null | using Abp.Application.Services.Dto;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
namespace Agenda.PhoneBook.Dto
{
public class PersonListDto : FullAuditedEntityDto
{
public string Name { get; set; }
public string Surname { get; set; ... | 22.5 | 68 | 0.697778 |
3d81a4e681f2f08e47a03f366f57c2096058cbef | 398 | cs | C# | C_Sharp/CSharp OOP/InheritanceLab/StackOfStrings/StackOfStrings.cs | Mithras11/SoftUni-Software-Engineering | ab70c245157db0da968b20541d1d38fc479a5517 | [
"MIT"
] | 4 | 2021-01-21T14:53:05.000Z | 2022-01-18T23:16:08.000Z | InheritanceLab/StackOfStrings/StackOfStrings.cs | Mithras11/C_Sharp-OOP-SoftUni | aee268594004a783319711f47761bdfdb58d326d | [
"MIT"
] | null | null | null | InheritanceLab/StackOfStrings/StackOfStrings.cs | Mithras11/C_Sharp-OOP-SoftUni | aee268594004a783319711f47761bdfdb58d326d | [
"MIT"
] | 3 | 2021-03-31T16:24:41.000Z | 2021-08-05T20:53:01.000Z | using System.Collections.Generic;
namespace CustomStack
{
public class StackOfStrings : Stack<string>
{
public bool IsEmpty()
{
return this.Count == 0;
}
public void AddRange(IEnumerable<string> collection)
{
foreach (var item in collection)
... | 17.304348 | 60 | 0.505025 |
fc30018c76148db3d57b61814c56b51562015e1f | 833 | cs | C# | src/Services/Marketing/Marketing.API/Infrastructure/MarketingReadDataContext.cs | Liang-Zhinian/eShop | b22562242bb891874f7b50ef558b5d6fa29bbd3a | [
"MIT"
] | 2 | 2018-07-20T19:18:46.000Z | 2020-04-03T09:10:59.000Z | src/Services/Marketing/Marketing.API/Infrastructure/MarketingReadDataContext.cs | Liang-Zhinian/eShop | b22562242bb891874f7b50ef558b5d6fa29bbd3a | [
"MIT"
] | 1 | 2019-10-07T05:57:11.000Z | 2019-10-11T20:15:27.000Z | src/Services/Marketing/Marketing.API/Infrastructure/MarketingReadDataContext.cs | Liang-Zhinian/eShop | b22562242bb891874f7b50ef558b5d6fa29bbd3a | [
"MIT"
] | null | null | null | namespace Eva.eShop.Services.Marketing.API.Infrastructure
{
using Eva.eShop.Services.Marketing.API.Model;
using Microsoft.Extensions.Options;
using MongoDB.Driver;
public class MarketingReadDataContext
{
private readonly IMongoDatabase _database = null;
public MarketingReadDataCon... | 27.766667 | 88 | 0.615846 |
1efb532430795089ce18287f446a230102a21a28 | 1,111 | cs | C# | ASP.Net/Net.Core-GraphQL/Net.Core-GraphQL/Net.Core-GraphQL/Models/Data.cs | Mujtaba-Biyabani/Research | 211f57812786a151ce8c3b1c3ed379fd1ba4e2f9 | [
"Unlicense"
] | 52 | 2017-12-06T10:44:05.000Z | 2021-11-24T10:44:16.000Z | ASP.Net/Net.Core-GraphQL/Net.Core-GraphQL/Net.Core-GraphQL/Models/Data.cs | Mujtaba-Biyabani/Research | 211f57812786a151ce8c3b1c3ed379fd1ba4e2f9 | [
"Unlicense"
] | 8 | 2018-01-29T08:32:34.000Z | 2019-01-02T05:56:51.000Z | ASP.Net/Net.Core-GraphQL/Net.Core-GraphQL/Net.Core-GraphQL/Models/Data.cs | Mujtaba-Biyabani/Research | 211f57812786a151ce8c3b1c3ed379fd1ba4e2f9 | [
"Unlicense"
] | 125 | 2018-11-20T07:56:22.000Z | 2022-03-16T06:32:42.000Z | using JsonNet.PrivateSettersContractResolvers;
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Linq;
namespace Net.Core_GraphQL.Models
{
public class Seeder
{
private readonly AppDbContext _context;
public Seeder(AppDbContext context)
{
_context = con... | 25.837209 | 105 | 0.583258 |
1aa5e5e6cb4898b83eeda6be619c4c9542fa2a83 | 1,158 | cs | C# | LoteriaFacil.Domain/Commands/RegisterNewConfigurationCommand.cs | DiegoGalante/lotofacil-aspnetcore | 377f7e984ded53e1cfd33825fd20c8074b76af9c | [
"MIT"
] | null | null | null | LoteriaFacil.Domain/Commands/RegisterNewConfigurationCommand.cs | DiegoGalante/lotofacil-aspnetcore | 377f7e984ded53e1cfd33825fd20c8074b76af9c | [
"MIT"
] | null | null | null | LoteriaFacil.Domain/Commands/RegisterNewConfigurationCommand.cs | DiegoGalante/lotofacil-aspnetcore | 377f7e984ded53e1cfd33825fd20c8074b76af9c | [
"MIT"
] | null | null | null | using LoteriaFacil.Domain.Validations;
using System;
using System.Collections.Generic;
using System.Text;
namespace LoteriaFacil.Domain.Commands
{
public class RegisterNewConfigurationCommand : ConfigurationCommand
{
public RegisterNewConfigurationCommand(
bool calcular_dezenas... | 37.354839 | 94 | 0.672712 |
ae6dbb66ac7d55b26c79dd788fbd6f4cb4c7abb0 | 1,046 | cs | C# | src/UndefinableOfT.Tests/JsonSerializationTestClass.cs | schneidenbach/UndefinableOfT | 2f1893308e246be1e09e7c2830e5b84a8487b7f3 | [
"MIT"
] | 7 | 2019-10-08T20:42:16.000Z | 2019-10-08T21:28:36.000Z | src/UndefinableOfT.Tests/JsonSerializationTestClass.cs | schneidenbach/UndefinableOfT | 2f1893308e246be1e09e7c2830e5b84a8487b7f3 | [
"MIT"
] | null | null | null | src/UndefinableOfT.Tests/JsonSerializationTestClass.cs | schneidenbach/UndefinableOfT | 2f1893308e246be1e09e7c2830e5b84a8487b7f3 | [
"MIT"
] | null | null | null | using System;
namespace UndefinableOfT.Tests
{
public class JsonSerializationTestClass
{
public string NullString { get; set; }
public string StringWithValue { get; set; } = "hello";
public Undefinable<int?> OptionalIntThatIsUndefinedAndExplicitlyNotSet { get; set; }
public Unde... | 58.111111 | 112 | 0.713193 |
1f1b14636e9087b70c6de2e18069326816a53a3d | 5,392 | cs | C# | Algorithm.CSharp/FuzzyInferenceAlgorithm.cs | albertozatton/quant | 17381cb2520de0fbad328a7d7412a6e5aacb2e19 | [
"Apache-2.0"
] | 1 | 2022-03-11T09:30:09.000Z | 2022-03-11T09:30:09.000Z | Algorithm.CSharp/FuzzyInferenceAlgorithm.cs | vmanjunathan/Lean | ff783a4d3abd38e6f56c8f9d55804175a421a021 | [
"Apache-2.0"
] | null | null | null | Algorithm.CSharp/FuzzyInferenceAlgorithm.cs | vmanjunathan/Lean | ff783a4d3abd38e6f56c8f9d55804175a421a021 | [
"Apache-2.0"
] | 1 | 2020-08-09T21:36:47.000Z | 2020-08-09T21:36:47.000Z | using System;
using QuantConnect.Data.Market;
using QuantConnect.Indicators;
using AForge.Fuzzy;
namespace QuantConnect.Algorithm.CSharp
{
public class FuzzyInferenceAlgorithm : QCAlgorithm
{
//Indicators
private RelativeStrengthIndex rsi;
private Momentum mom;
private string s... | 36.931507 | 107 | 0.524295 |
1f4e7cbb31329afbb59516e72f04f3d5d5778380 | 3,543 | cs | C# | src/EzrealClient/HttpContents/BufferContent.cs | EzrealJ/EzrealClient | f6f1681dd2e3315b7be3031b5e5593202108406b | [
"MIT"
] | null | null | null | src/EzrealClient/HttpContents/BufferContent.cs | EzrealJ/EzrealClient | f6f1681dd2e3315b7be3031b5e5593202108406b | [
"MIT"
] | null | null | null | src/EzrealClient/HttpContents/BufferContent.cs | EzrealJ/EzrealClient | f6f1681dd2e3315b7be3031b5e5593202108406b | [
"MIT"
] | null | null | null | using System;
using System.Buffers;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using EzrealClient.Internals;
namespace EzrealClient.HttpContents
{
/// <summary>
/// 表示utf8的BufferContent
/// </summary>
public class BufferConten... | 28.119048 | 109 | 0.54022 |
1f5f07eaf95238727d86e9e6dcd74c23f82ebea8 | 1,094 | cs | C# | xLiAd.SqlEx.Core/Core/Expression/SetParam.cs | zl33842901/SqlEx | af14def9657d85aada0dd7725440418f3f24ec0c | [
"MIT"
] | null | null | null | xLiAd.SqlEx.Core/Core/Expression/SetParam.cs | zl33842901/SqlEx | af14def9657d85aada0dd7725440418f3f24ec0c | [
"MIT"
] | null | null | null | xLiAd.SqlEx.Core/Core/Expression/SetParam.cs | zl33842901/SqlEx | af14def9657d85aada0dd7725440418f3f24ec0c | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Text;
namespace xLiAd.SqlEx.Core.Core.Expression
{
/// <summary>
/// 给不继承 ExpressionVisitor 的类用
/// </summary>
public abstract class SetParam
{
private List<string> vs = new List<string>();
... | 24.311111 | 61 | 0.503656 |
1625411339eaec107beccac8aa9d8edb4324779e | 472 | cs | C# | OO/ByteBank/Program.cs | scp2/csharp | d339a057d6e9026a82a6485c91ad7dfc739d6c42 | [
"MIT"
] | null | null | null | OO/ByteBank/Program.cs | scp2/csharp | d339a057d6e9026a82a6485c91ad7dfc739d6c42 | [
"MIT"
] | null | null | null | OO/ByteBank/Program.cs | scp2/csharp | d339a057d6e9026a82a6485c91ad7dfc739d6c42 | [
"MIT"
] | null | null | null | using System;
namespace ByteBank
{
class Program
{
static void Main(string[] args)
{
ContaCorrente conta = new ContaCorrente(9874, 1238);
conta.Saldo = -10;
Console.WriteLine(conta.Saldo);
Cliente samuel = new Cliente("Samuel", "123.234.123-12"... | 20.521739 | 76 | 0.536017 |
220cd2ea5aee612971a90319226019771111d0dd | 3,046 | cs | C# | src/Analyzers/CSharp/CodeFixes/UseIsNullCheck/CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs | AlexanderSemenyak/roslyn | 2c4c740f9c4f5390b2f5038e77718b75381b2302 | [
"MIT"
] | null | null | null | src/Analyzers/CSharp/CodeFixes/UseIsNullCheck/CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs | AlexanderSemenyak/roslyn | 2c4c740f9c4f5390b2f5038e77718b75381b2302 | [
"MIT"
] | null | null | null | src/Analyzers/CSharp/CodeFixes/UseIsNullCheck/CSharpUseNullCheckOverTypeCheckCodeFixProvider.cs | AlexanderSemenyak/roslyn | 2c4c740f9c4f5390b2f5038e77718b75381b2302 | [
"MIT"
] | null | null | null | // 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.Immutable;
using System.Composition;
using System.Linq;
using System.Threadi... | 42.901408 | 165 | 0.706829 |
14a9a0f4911e8e946ac6079c1bff02a1b29d522e | 3,472 | cs | C# | ArcReactor/Views/Busy.xaml.cs | ktos/ArcReactor | e0b21d9425e27a6144315ec47c76ed3f72932f40 | [
"MIT"
] | null | null | null | ArcReactor/Views/Busy.xaml.cs | ktos/ArcReactor | e0b21d9425e27a6144315ec47c76ed3f72932f40 | [
"MIT"
] | 1 | 2020-04-05T15:06:58.000Z | 2020-04-05T15:06:58.000Z | ArcReactor/Views/Busy.xaml.cs | ktos/ArcReactor | e0b21d9425e27a6144315ec47c76ed3f72932f40 | [
"MIT"
] | null | null | null | #region License
/*
* ArcReactor
*
* Copyright (C) Marcin Badurowicz <m at badurowicz dot net> 2017
*
*
* 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,
* includi... | 34.039216 | 128 | 0.626152 |
14bd197f3d07162a7ebeba4ebb7cd2e541dcc553 | 847 | cs | C# | Assets/RNKit/UGUI/TextGradientEffect.cs | REDNIGHT/space-war | 2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07 | [
"MIT"
] | 26 | 2020-01-13T15:32:23.000Z | 2022-02-18T07:56:57.000Z | Assets/RNKit/UGUI/TextGradientEffect.cs | REDNIGHT/space-war | 2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07 | [
"MIT"
] | null | null | null | Assets/RNKit/UGUI/TextGradientEffect.cs | REDNIGHT/space-war | 2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07 | [
"MIT"
] | 2 | 2020-03-02T17:41:31.000Z | 2020-05-23T18:50:18.000Z | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace UnityEngine.UI
{
public class TextGradientEffect : BaseMeshEffect
{
public Color bottom = Color.red;
public override void ModifyMesh(VertexHelper vh)
{
if (!this.IsActive())
... | 22.289474 | 57 | 0.416765 |
2d123870a0513defb59dddddddbb9c57a0f50d14 | 250 | cs | C# | Nvisibl.Cloud/Models/Responses/UserChatroomsResponse.cs | ful-stackz/nvisibl | c7183853b97d47fb813f417ee4f4c9207f6ec7e4 | [
"MIT"
] | null | null | null | Nvisibl.Cloud/Models/Responses/UserChatroomsResponse.cs | ful-stackz/nvisibl | c7183853b97d47fb813f417ee4f4c9207f6ec7e4 | [
"MIT"
] | 3 | 2020-01-25T22:01:36.000Z | 2021-05-11T02:19:14.000Z | Nvisibl.Cloud/Models/Responses/UserChatroomsResponse.cs | ful-stackz/nvisibl | c7183853b97d47fb813f417ee4f4c9207f6ec7e4 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
namespace Nvisibl.Cloud.Models.Responses
{
public class UserChatroomsResponse
{
public IEnumerable<ChatroomResponse> Chatrooms { get; set; } = Array.Empty<ChatroomResponse>();
}
}
| 22.727273 | 103 | 0.728 |
2ff818dc7f89f5fcb9fedb93e28e381a7a349ff3 | 581 | cs | C# | Exams/OOPBasic_Exams2/SystemSplit_10.07.16/Entities/Software/LightSoftware.cs | mayapeneva/C-Sharp-OOP-Basic | 727bfd51e4f4c4b10d8af611ead1310d933569af | [
"MIT"
] | null | null | null | Exams/OOPBasic_Exams2/SystemSplit_10.07.16/Entities/Software/LightSoftware.cs | mayapeneva/C-Sharp-OOP-Basic | 727bfd51e4f4c4b10d8af611ead1310d933569af | [
"MIT"
] | null | null | null | Exams/OOPBasic_Exams2/SystemSplit_10.07.16/Entities/Software/LightSoftware.cs | mayapeneva/C-Sharp-OOP-Basic | 727bfd51e4f4c4b10d8af611ead1310d933569af | [
"MIT"
] | null | null | null | public class LightSoftware : Software
{
private const int CapacityIncrease = 3 / 2;
private const int MemoryDecrease = 1 / 2;
public LightSoftware(string name, string type, int capacityConsumption, int memoryConsumption)
: base(name, type, capacityConsumption, memoryConsumption)
{
}
p... | 29.05 | 98 | 0.693632 |
646c664eaf7b634dccb550c2827f458ab0116cb1 | 608 | cs | C# | src/RuleEngine/IRuleStore.cs | OData/odata-validation | 1e418b99e506eb8bfcc70cd9b64cea36a03619d9 | [
"MIT"
] | 23 | 2015-08-12T02:05:34.000Z | 2020-10-20T15:53:07.000Z | src/RuleEngine/IRuleStore.cs | OData/odata-validation | 1e418b99e506eb8bfcc70cd9b64cea36a03619d9 | [
"MIT"
] | 21 | 2015-06-21T12:34:14.000Z | 2019-05-19T12:35:17.000Z | src/RuleEngine/IRuleStore.cs | OData/odata-validation | 1e418b99e506eb8bfcc70cd9b64cea36a03619d9 | [
"MIT"
] | 22 | 2015-07-16T08:56:06.000Z | 2020-07-31T07:31:42.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace ODataValidator.RuleEngine
{
#region Namespaces
using System.Collections.Generic;
#endregion
/// <summary>
/// Interface o... | 27.636364 | 96 | 0.623355 |
510d029d26e78152df474e3350320a0026f81e11 | 4,790 | cs | C# | src/Unity.Auth.Engine/Unity.Auth.Server/Controllers/Account/AccountService.cs | mharisko/SSO-Authentication | 33ff8251f6df5e3f159e5d69b1c171bff9e888e9 | [
"Unlicense"
] | 2 | 2018-06-05T07:17:51.000Z | 2019-04-20T12:36:18.000Z | src/Unity.Auth.Engine/Unity.Auth.Server/Controllers/Account/AccountService.cs | mharisko/SSO-Authentication | 33ff8251f6df5e3f159e5d69b1c171bff9e888e9 | [
"Unlicense"
] | null | null | null | src/Unity.Auth.Engine/Unity.Auth.Server/Controllers/Account/AccountService.cs | mharisko/SSO-Authentication | 33ff8251f6df5e3f159e5d69b1c171bff9e888e9 | [
"Unlicense"
] | 1 | 2021-10-02T19:11:53.000Z | 2021-10-02T19:11:53.000Z | // ***********************************************************************
// Assembly : Unity.Auth.Server
// Author : haris.md
// Created : 12-11-2017
//
// Last Modified By : haris.md
// Last Modified On : 12-12-2017
// **********************************************************************... | 38.943089 | 117 | 0.586639 |
a4834d1ff2d283bad01f7ffdd25180f44cc584aa | 1,016 | cs | C# | ExpenseApproval/ExpenseApprovalApp/ExpenseApprovalApp.Shared/Links/ActionLink.cs | darrelmiller/HypermediaClients | 60ed244eb8f1292b1382d5a3d2796bf549ea4b66 | [
"Apache-2.0"
] | 3 | 2015-01-24T23:03:15.000Z | 2019-01-31T19:06:37.000Z | ExpenseApproval/ExpenseApprovalApp/ExpenseApprovalApp.Shared/Links/ActionLink.cs | darrelmiller/HypermediaClients | 60ed244eb8f1292b1382d5a3d2796bf549ea4b66 | [
"Apache-2.0"
] | 2 | 2019-01-26T03:31:41.000Z | 2019-01-26T16:42:42.000Z | ExpenseApproval/ExpenseApprovalApp/ExpenseApprovalApp.Shared/Links/ActionLink.cs | darrelmiller/HypermediaClients | 60ed244eb8f1292b1382d5a3d2796bf549ea4b66 | [
"Apache-2.0"
] | null | null | null | using System.Net.Http;
using System.Threading.Tasks;
using ExpenseApprovalApp.Tools;
using Tavis;
namespace ExpenseApprovalApp.Links
{
[LinkRelationType("urn:tavis:action")]
public class ActionLink : Link
{
public ActionLink()
{
AddRequestBuilder((request) =>
{
... | 27.459459 | 108 | 0.58563 |
b413fd44b843f159bece73bbe34ef9b7da9ad37a | 3,004 | cs | C# | src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs | caohoangtg/HUEThoMicroservices | bad435fa811a80454d044f8de653e4653b74d206 | [
"MIT"
] | 1 | 2021-08-22T11:20:40.000Z | 2021-08-22T11:20:40.000Z | src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs | caohoangtg/HUEThoMicroservices | bad435fa811a80454d044f8de653e4653b74d206 | [
"MIT"
] | null | null | null | src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs | caohoangtg/HUEThoMicroservices | bad435fa811a80454d044f8de653e4653b74d206 | [
"MIT"
] | null | null | null | using Catalog.Application.Commands;
using Catalog.Application.Queries;
using Catalog.Application.Utilities.DTOs;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
namespace Catalog.API.Controllers
{
public class CatalogController : Base... | 38.025316 | 94 | 0.685087 |
e08f1bc7fa40d79960bcf862606a99f36cf24892 | 8,121 | cs | C# | src/CavemanTools.MVC/Routing/RoutingPolicy.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | src/CavemanTools.MVC/Routing/RoutingPolicy.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | src/CavemanTools.MVC/Routing/RoutingPolicy.cs | Rusk85/CavemanToolBySapiensworks | ce3892e02d4a5c154825e310a5c9fa4b9994be6e | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Routing;
using System.Reflection;
namespace CavemanTools.Mvc.Routing
{
public class RoutingPolicy
{
public RoutingPolicy()
{
UrlFormatPolicies=new List<IRouteUrlFormat... | 36.581081 | 234 | 0.487009 |
bdf845ec9f829ef03884e46b95e6e14e77f90f50 | 1,136 | cs | C# | sdk/dotnet/SageMaker/Outputs/MonitoringScheduleBaselineConfig.cs | AaronFriel/pulumi-aws-native | 5621690373ac44accdbd20b11bae3be1baf022d1 | [
"Apache-2.0"
] | 29 | 2021-09-30T19:32:07.000Z | 2022-03-22T21:06:08.000Z | sdk/dotnet/SageMaker/Outputs/MonitoringScheduleBaselineConfig.cs | AaronFriel/pulumi-aws-native | 5621690373ac44accdbd20b11bae3be1baf022d1 | [
"Apache-2.0"
] | 232 | 2021-09-30T19:26:26.000Z | 2022-03-31T23:22:06.000Z | sdk/dotnet/SageMaker/Outputs/MonitoringScheduleBaselineConfig.cs | AaronFriel/pulumi-aws-native | 5621690373ac44accdbd20b11bae3be1baf022d1 | [
"Apache-2.0"
] | 4 | 2021-11-10T19:42:01.000Z | 2022-02-05T10:15:49.000Z | // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.AwsN... | 34.424242 | 115 | 0.735915 |
a7bfcee7cb5e704b4f450a9d46b3437f3ada2606 | 818 | cs | C# | Robot Battle/Assets/Scripts/Camera/Controller.cs | SardineFish/RobotBattle | 35a4f7c830c3eb0442944a25c54a78bca30eedf6 | [
"MIT"
] | 1 | 2017-12-11T08:44:31.000Z | 2017-12-11T08:44:31.000Z | Robot Battle/Assets/Scripts/Camera/Controller.cs | SardineFish/RobotBattle | 35a4f7c830c3eb0442944a25c54a78bca30eedf6 | [
"MIT"
] | null | null | null | Robot Battle/Assets/Scripts/Camera/Controller.cs | SardineFish/RobotBattle | 35a4f7c830c3eb0442944a25c54a78bca30eedf6 | [
"MIT"
] | 1 | 2020-01-02T11:45:32.000Z | 2020-01-02T11:45:32.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
public class Controller: MonoBehaviour
{
public GameObject Target;
private ActionController actionController;
private CameraController cameraController;
pr... | 27.266667 | 61 | 0.699267 |
d8989a1267856ae3eff749d02413e3f7a5af4933 | 3,145 | cs | C# | MCServerSharp.Base/Data/AssemblyResourceProvider.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 30 | 2020-09-24T04:36:34.000Z | 2021-12-29T21:02:12.000Z | MCServerSharp.Base/Data/AssemblyResourceProvider.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 3 | 2020-08-26T05:32:41.000Z | 2021-07-22T23:03:07.000Z | MCServerSharp.Base/Data/AssemblyResourceProvider.cs | Geolykt/MinecraftServerSharp | 302ce08b9586ca8e669344a78b8f64b4c2abc723 | [
"MIT"
] | 3 | 2020-09-24T04:36:42.000Z | 2021-07-22T05:26:30.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using MCServerSharp.Utility;
namespace MCServerSharp.Data
{
public class AssemblyResourceProvider : IResourceProvider
{
private Dictionary<string, string> _resources;
public Assembly Assembly { get; }
... | 37.440476 | 118 | 0.623847 |
3ccfab428ab0f75eef5fdc627b4ab813fe5b20e9 | 2,427 | cs | C# | src/Framing/Dispose.cs | orthoxerox/amqpnetlite | f42ad59b3beeea569ac90b5d8af9e538e7d3e253 | [
"Apache-2.0"
] | null | null | null | src/Framing/Dispose.cs | orthoxerox/amqpnetlite | f42ad59b3beeea569ac90b5d8af9e538e7d3e253 | [
"Apache-2.0"
] | null | null | null | src/Framing/Dispose.cs | orthoxerox/amqpnetlite | f42ad59b3beeea569ac90b5d8af9e538e7d3e253 | [
"Apache-2.0"
] | 1 | 2022-02-09T11:47:45.000Z | 2022-02-09T11:47:45.000Z | // ------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the ""License""); you may not use this
// file except in compliance with the License. You may obtain a co... | 31.519481 | 91 | 0.512567 |
cb2c2b0f252ae173b5ca242c5e231939f8b57c38 | 19,510 | cs | C# | SkystoneScouting/Services/CalculateTeamMetrics.cs | Molizo/FTC-Scouting-App-Skystone | 03af52469b732ebad8518268af520a980c87188c | [
"MIT"
] | 1 | 2020-11-03T18:53:19.000Z | 2020-11-03T18:53:19.000Z | SkystoneScouting/Services/CalculateTeamMetrics.cs | Molizo/FTC-Scouting-App-Skystone | 03af52469b732ebad8518268af520a980c87188c | [
"MIT"
] | 176 | 2020-03-14T13:28:28.000Z | 2022-03-28T01:09:23.000Z | SkystoneScouting/Services/CalculateTeamMetrics.cs | Molizo/FTC-Scouting-App-Skystone | 03af52469b732ebad8518268af520a980c87188c | [
"MIT"
] | null | null | null | using SkystoneScouting.Models;
using System;
using System.Collections.Generic;
using System.Linq;
namespace SkystoneScouting.Services
{
public class CalculateTeamMetrics
{
#region Public Methods
public static IList<Team> AvgRPandAvgTBP(IList<Team> Teams, IList<OfficialMatch> Matches)
... | 38.254902 | 211 | 0.420041 |
6ddc23d72981f2f8dff724fd99bf2953737befe7 | 25,213 | cs | C# | sources/Interop/PulseAudio/PulseAudio/pulse/proplist/PulseAudio.cs | tannergooding/terrafx.interop.pulseaudio | d8f8034943738b895d30d41c78cb247c1bf7876f | [
"MIT"
] | 7 | 2020-05-04T15:18:42.000Z | 2021-12-01T07:24:39.000Z | sources/Interop/PulseAudio/PulseAudio/pulse/proplist/PulseAudio.cs | tannergooding/terrafx.interop.pulseaudio | d8f8034943738b895d30d41c78cb247c1bf7876f | [
"MIT"
] | 1 | 2019-07-07T19:39:14.000Z | 2019-08-14T16:14:36.000Z | sources/Interop/PulseAudio/PulseAudio/pulse/proplist/PulseAudio.cs | tannergooding/terrafx.interop.pulseaudio | d8f8034943738b895d30d41c78cb247c1bf7876f | [
"MIT"
] | 2 | 2019-06-20T08:15:02.000Z | 2019-07-06T19:55:25.000Z | // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from include/pulse/proplist.h in PulseAudio 13.0
// Original source is Copyright © Holders. Licensed under the GNU Lesser Public License 2.1 (LGPL-2.1). See Notice... | 80.552716 | 283 | 0.691746 |
311749c5488414c9c51afe057a173073a54d0b85 | 3,247 | cs | C# | C_Sharp/CSharp DataBases/Entity Framework Core/Exams/10.12.2017/FastFood.DataProcessor/Serializer.cs | Mithras11/SoftUni-Software-Engineering | ab70c245157db0da968b20541d1d38fc479a5517 | [
"MIT"
] | 4 | 2021-01-21T14:53:05.000Z | 2022-01-18T23:16:08.000Z | Exams/10.12.2017/FastFood.DataProcessor/Serializer.cs | Mithras11/Entity_Framework_Core-SoftUni | 101f48768b20d8042154b4a37b93f6a3685ab1ab | [
"MIT"
] | null | null | null | Exams/10.12.2017/FastFood.DataProcessor/Serializer.cs | Mithras11/Entity_Framework_Core-SoftUni | 101f48768b20d8042154b4a37b93f6a3685ab1ab | [
"MIT"
] | 3 | 2021-03-31T16:24:41.000Z | 2021-08-05T20:53:01.000Z | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Serialization;
using FastFood.Data;
using FastFood.DataProcessor.Dto.Export;
using Newtonsoft.Json;
namespace FastFood.DataProcessor
{
public class Serializer
{
public static string ... | 37.755814 | 119 | 0.491223 |
450ea46c18a8112afee4472daee57ef00c5ee30d | 1,208 | cs | C# | PluginBattletoadsRaceEditor/BaseClasses.cs | spiiin/CadEditor | b28316ddd9be4e79ac5e6adf89b7751df609d94e | [
"MIT"
] | 164 | 2015-01-16T17:09:45.000Z | 2022-03-17T03:39:08.000Z | PluginBattletoadsRaceEditor/BaseClasses.cs | spiiin/CadEditor | b28316ddd9be4e79ac5e6adf89b7751df609d94e | [
"MIT"
] | 13 | 2015-02-20T17:07:40.000Z | 2021-07-11T05:33:17.000Z | PluginBattletoadsRaceEditor/BaseClasses.cs | spiiin/CadEditor | b28316ddd9be4e79ac5e6adf89b7751df609d94e | [
"MIT"
] | 23 | 2015-09-01T22:29:11.000Z | 2022-01-10T01:32:32.000Z | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace BtRaceEditor
{
interface IBaseLoader
{
GameObjectList load(byte[] romdata);
void save(byte[] romdata, GameObjectList o... | 22.792453 | 96 | 0.634934 |
0a45cdbdadfc7048c369d3ee61e7ac2f46529cc8 | 1,656 | cs | C# | AlgorithmSolution/AlgorithmSolution/ZN.Core.Algorithm.String/Alphabet.cs | nandehutuzn/Algorithm | 57caccb7a9fde55567a77cd5d7a57634ffb03efa | [
"Apache-2.0"
] | 2 | 2017-12-25T12:03:39.000Z | 2018-03-16T01:42:13.000Z | AlgorithmSolution/AlgorithmSolution/ZN.Core.Algorithm.String/Alphabet.cs | nandehutuzn/Algorithm | 57caccb7a9fde55567a77cd5d7a57634ffb03efa | [
"Apache-2.0"
] | null | null | null | AlgorithmSolution/AlgorithmSolution/ZN.Core.Algorithm.String/Alphabet.cs | nandehutuzn/Algorithm | 57caccb7a9fde55567a77cd5d7a57634ffb03efa | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZN.Core.Algorithm.String
{
/// <summary>
/// 字母表API by zhangning 20170719
/// </summary>
public abstract class Alphabet
{
/// <summary>
///... | 25.090909 | 55 | 0.47343 |
5caba9720150ed7693469e40afb1041210f0ddcc | 464 | cs | C# | AddGitCommitHashInAssemblyInformationalVersion/Program.cs | Orace/Hacks.NET | d89c13ef88f8ec1c5346565bee95e162cfe890aa | [
"Apache-2.0"
] | 1 | 2020-06-04T12:38:03.000Z | 2020-06-04T12:38:03.000Z | AddGitCommitHashInAssemblyInformationalVersion/Program.cs | Orace/Hacks.NET | d89c13ef88f8ec1c5346565bee95e162cfe890aa | [
"Apache-2.0"
] | null | null | null | AddGitCommitHashInAssemblyInformationalVersion/Program.cs | Orace/Hacks.NET | d89c13ef88f8ec1c5346565bee95e162cfe890aa | [
"Apache-2.0"
] | null | null | null | using System;
using System.Reflection;
namespace AddGitCommitHashInAssemblyInformationalVersion
{
class Program
{
static void Main()
{
var informationalVersion = typeof(Program).Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion;
... | 29 | 147 | 0.655172 |
00fed7e9d836c63b658041d0ab160a2ec9523390 | 2,343 | cs | C# | Task/TaskAddHost.cs | Luisginan/as-automator | 4f387e8c3f35cec33ed1c690f173375f4ffc5b9e | [
"Apache-2.0"
] | 1 | 2020-08-14T20:22:25.000Z | 2020-08-14T20:22:25.000Z | Task/TaskAddHost.cs | Luisginan/as-automator | 4f387e8c3f35cec33ed1c690f173375f4ffc5b9e | [
"Apache-2.0"
] | null | null | null | Task/TaskAddHost.cs | Luisginan/as-automator | 4f387e8c3f35cec33ed1c690f173375f4ffc5b9e | [
"Apache-2.0"
] | null | null | null | using AS_Utility;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
namespace AS_Automator.Task
{
public class TaskAddHost : AsTask
{
public List<String> ListHost { get; set; }
public override AsTask Get... | 30.038462 | 103 | 0.491251 |
a86dd20e515abba8defb8e3eefebadfacc4e8fbc | 1,862 | cs | C# | test/TimCodes.ApiAbstractions.Http.UnitTests/Serialization/FormHttpApiRequestSerializerShould.cs | timcodesdotnet/api-abstractions | 9a711b8ec1ddafbccd38a681074ecabab26393e3 | [
"MIT"
] | null | null | null | test/TimCodes.ApiAbstractions.Http.UnitTests/Serialization/FormHttpApiRequestSerializerShould.cs | timcodesdotnet/api-abstractions | 9a711b8ec1ddafbccd38a681074ecabab26393e3 | [
"MIT"
] | null | null | null | test/TimCodes.ApiAbstractions.Http.UnitTests/Serialization/FormHttpApiRequestSerializerShould.cs | timcodesdotnet/api-abstractions | 9a711b8ec1ddafbccd38a681074ecabab26393e3 | [
"MIT"
] | null | null | null | namespace TimCodes.ApiAbstractions.Http.UnitTests.Serialization;
public class FormHttpApiRequestSerializerShould
{
private readonly FormHttpApiRequestSerializer _serializer = new FormHttpApiRequestSerializer();
[Fact]
public void SerializeFormBody()
{
var request = new HttpApiPostRequest(new ... | 37.24 | 126 | 0.658969 |
a8917ea35f75ec5908890279c520a96af797d662 | 236 | cs | C# | source/AspNetCore/CreativeCoders.AspNetCore.Blazor/Components/Base/ContainerControlBase.cs | CreativeCodersTeam/Core | b2d815dd0f2dba0c66a0b14dcbb4d1b6fa843648 | [
"Apache-2.0"
] | null | null | null | source/AspNetCore/CreativeCoders.AspNetCore.Blazor/Components/Base/ContainerControlBase.cs | CreativeCodersTeam/Core | b2d815dd0f2dba0c66a0b14dcbb4d1b6fa843648 | [
"Apache-2.0"
] | 1 | 2021-09-27T18:31:09.000Z | 2021-09-27T18:31:09.000Z | source/AspNetCore/CreativeCoders.AspNetCore.Blazor/Components/Base/ContainerControlBase.cs | CreativeCodersTeam/Core | b2d815dd0f2dba0c66a0b14dcbb4d1b6fa843648 | [
"Apache-2.0"
] | 2 | 2020-06-25T13:58:19.000Z | 2020-12-19T10:04:57.000Z | using Microsoft.AspNetCore.Components;
namespace CreativeCoders.AspNetCore.Blazor.Components.Base
{
public class ContainerControlBase : ControlBase
{
[Parameter] public RenderFragment ChildContent { get; set; }
}
} | 26.222222 | 68 | 0.745763 |
8de6bf6f8659d08c0b4b32c97a597a01119811b0 | 1,304 | cs | C# | Toolshed.Audit/TableEntities/AuditActivityHistory.cs | tbasallo/toolshed.audit | a18b82d8ff0f6fca4c3714f3b0ba76ba83cccfa6 | [
"MIT"
] | null | null | null | Toolshed.Audit/TableEntities/AuditActivityHistory.cs | tbasallo/toolshed.audit | a18b82d8ff0f6fca4c3714f3b0ba76ba83cccfa6 | [
"MIT"
] | null | null | null | Toolshed.Audit/TableEntities/AuditActivityHistory.cs | tbasallo/toolshed.audit | a18b82d8ff0f6fca4c3714f3b0ba76ba83cccfa6 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Azure.Cosmos.Table;
namespace Toolshed.Audit
{
public class AuditActivityHistory : TableEntity
{
public AuditActivityHistory() { }
public AuditActivityHistory(DateTimeOffset activityOn, string userId, string use... | 29.636364 | 152 | 0.629601 |
85cfa7b9eab982d414dbab7f83b85f2ee4be9078 | 3,686 | cs | C# | TennisTableWPF/bin/Debug/A_Classements.cs | jdidderen/TennisTableWPF | faf7bbc3717c4fd14ca2dc9f25e928a4fafce2d1 | [
"MIT"
] | null | null | null | TennisTableWPF/bin/Debug/A_Classements.cs | jdidderen/TennisTableWPF | faf7bbc3717c4fd14ca2dc9f25e928a4fafce2d1 | [
"MIT"
] | null | null | null | TennisTableWPF/bin/Debug/A_Classements.cs | jdidderen/TennisTableWPF | faf7bbc3717c4fd14ca2dc9f25e928a4fafce2d1 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using TennisTable.Classes;
namespace TennisTable.Acces
{
/// <summary>
/// Couche d'accès aux données (Data Access Layer)
/// </summary>
public class AClassements : ABase
{
public AClassements(string sChaineCo... | 36.86 | 76 | 0.571622 |
b64d6910dba1b7155bff6c1f9ca00af3c39338e4 | 5,098 | cs | C# | Convo19Admin/NewRegister.aspx.cs | Indra02101997/Convolution2019 | 4dc9fef9bea0ddb26e5fa3494006b188d81b5f39 | [
"MIT"
] | null | null | null | Convo19Admin/NewRegister.aspx.cs | Indra02101997/Convolution2019 | 4dc9fef9bea0ddb26e5fa3494006b188d81b5f39 | [
"MIT"
] | 1 | 2022-02-12T18:22:34.000Z | 2022-02-12T18:22:34.000Z | Convo19Admin/NewRegister.aspx.cs | Indra02101997/Convolution2019 | 4dc9fef9bea0ddb26e5fa3494006b188d81b5f39 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
public partial class Convo19Admin_NewRegister : System.Web.UI.Page
{
String code = "";
protected void Page_Load(object sende... | 38.044776 | 271 | 0.600824 |
8e0b0b585980f1b3673ca05cccdcdb17f624c20a | 4,520 | cs | C# | ClearScript/HostObject.cs | Nir1812/ClearScript | 9c9aef177ac5ba8998581b628cbc435dfebcc1e3 | [
"MIT"
] | 1 | 2020-01-13T03:57:15.000Z | 2020-01-13T03:57:15.000Z | ClearScript/HostObject.cs | Nir1812/ClearScript | 9c9aef177ac5ba8998581b628cbc435dfebcc1e3 | [
"MIT"
] | null | null | null | ClearScript/HostObject.cs | Nir1812/ClearScript | 9c9aef177ac5ba8998581b628cbc435dfebcc1e3 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
using System;
using System.Collections;
using System.Reflection;
using System.Runtime.InteropServices.ComTypes;
using Microsoft.ClearScript.Util;
namespace Microsoft.ClearScript
{
internal sealed class HostObject : Hos... | 26.127168 | 173 | 0.559513 |
306ecb512b9902cc46a03fb55666167db949f88d | 1,529 | cs | C# | Font/PdfStandardFont.cs | jannesen/Jannesen.FileFormat.Pdf | cec4c6dea0530fec5fcaaf9e4d0a96b73904c05c | [
"Apache-2.0"
] | null | null | null | Font/PdfStandardFont.cs | jannesen/Jannesen.FileFormat.Pdf | cec4c6dea0530fec5fcaaf9e4d0a96b73904c05c | [
"Apache-2.0"
] | null | null | null | Font/PdfStandardFont.cs | jannesen/Jannesen.FileFormat.Pdf | cec4c6dea0530fec5fcaaf9e4d0a96b73904c05c | [
"Apache-2.0"
] | null | null | null | using System;
using System.IO;
using System.Text;
using Jannesen.FileFormat.Pdf.Internal;
namespace Jannesen.FileFormat.Pdf
{
public class PdfStandardFont : PdfFont
{
internal PdfStandardFont(System.IO.BinaryReader reader): base(reader)
{
}
#if DEBUG
... | 30.58 | 122 | 0.506867 |
a523feadd2de67550b97787098e11b46aa80d873 | 1,159 | cs | C# | UCR/ViewModels/Dashboard/ProfileItem.cs | WelpThatWorked/UCR | b8884f634732f6920a0e4fef763c3a30c5ed5a27 | [
"MIT"
] | 563 | 2018-01-14T14:07:43.000Z | 2022-03-29T19:25:29.000Z | UCR/ViewModels/Dashboard/ProfileItem.cs | WelpThatWorked/UCR | b8884f634732f6920a0e4fef763c3a30c5ed5a27 | [
"MIT"
] | 209 | 2018-01-25T23:10:04.000Z | 2022-03-29T18:48:07.000Z | UCR/ViewModels/Dashboard/ProfileItem.cs | WelpThatWorked/UCR | b8884f634732f6920a0e4fef763c3a30c5ed5a27 | [
"MIT"
] | 95 | 2018-05-23T20:27:54.000Z | 2022-03-29T09:52:09.000Z | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using HidWizards.UCR.Core.Models;
namespace HidWizards.UCR.ViewModels.Dashboard
{
public class ProfileItem
{
public ProfileItem()
{
Items = new ObservableCollection<ProfileItem>();
}
... | 27.595238 | 94 | 0.559965 |
2e824ec9d3ff262630e6596521064c0290f5cb8d | 5,777 | cs | C# | Material/TypelessConstantBuffer.cs | Marc56K/IgnitionDX.Graphics | f53b1e0db33a6677ec9ee9f19f5c59da9029ef18 | [
"MIT"
] | null | null | null | Material/TypelessConstantBuffer.cs | Marc56K/IgnitionDX.Graphics | f53b1e0db33a6677ec9ee9f19f5c59da9029ef18 | [
"MIT"
] | null | null | null | Material/TypelessConstantBuffer.cs | Marc56K/IgnitionDX.Graphics | f53b1e0db33a6677ec9ee9f19f5c59da9029ef18 | [
"MIT"
] | null | null | null | /* MIT License (MIT)
*
* Copyright (c) 2020 Marc Roßbach
*
* 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,... | 35.660494 | 128 | 0.598407 |
3b158520991bd4d227fcc6f42e164d36ba15f8aa | 624 | cs | C# | src/War3Net.Build.Core/Script/TriggerItemType.cs | Drake53/War3Net | f77cd3dc77f0fb91368a27d6b75f4e6c27d27494 | [
"MIT"
] | 70 | 2019-08-23T21:04:57.000Z | 2022-02-27T10:20:15.000Z | src/War3Net.Build.Core/Script/TriggerItemType.cs | Drake53/War3Net | f77cd3dc77f0fb91368a27d6b75f4e6c27d27494 | [
"MIT"
] | 20 | 2019-12-17T11:40:58.000Z | 2021-11-24T23:33:09.000Z | src/War3Net.Build.Core/Script/TriggerItemType.cs | Drake53/War3Net | f77cd3dc77f0fb91368a27d6b75f4e6c27d27494 | [
"MIT"
] | 20 | 2019-08-23T21:05:12.000Z | 2022-02-27T10:20:18.000Z | // ------------------------------------------------------------------------------
// <copyright file="TriggerItemType.cs" company="Drake53">
// Licensed under the MIT license.
// See the LICENSE file in the project root for more information.
// </copyright>
// ----------------------------------------------------------... | 29.714286 | 82 | 0.400641 |
4b29ef21d23bcf9d712905d6a24a9fe861cd3182 | 669 | cs | C# | Assets/Microgames/BeachBall/Scripts/BeachBallWinLossEventWrapper.cs | waterbuddy16/NitoriWare | 9e8d480363775c95d4e6254680a1be9d3006c4ca | [
"MIT"
] | 119 | 2016-12-06T04:00:59.000Z | 2022-03-30T23:35:51.000Z | Assets/Microgames/BeachBall/Scripts/BeachBallWinLossEventWrapper.cs | waterbuddy16/NitoriWare | 9e8d480363775c95d4e6254680a1be9d3006c4ca | [
"MIT"
] | 110 | 2016-11-18T03:08:03.000Z | 2019-10-18T19:23:46.000Z | Assets/Microgames/BeachBall/Scripts/BeachBallWinLossEventWrapper.cs | waterbuddy16/NitoriWare | 9e8d480363775c95d4e6254680a1be9d3006c4ca | [
"MIT"
] | 140 | 2016-11-06T23:16:06.000Z | 2022-01-04T10:23:58.000Z | using System;
using UnityEngine;
public class BeachBallWinLossEventWrapper : MonoBehaviour
{
public event EventHandler OnWin;
public event EventHandler OnLoss;
public const String DefaultGameObjectName = "WinLossEventWrapper";
private bool fired;
void Update()
{
if (!fired && Micro... | 21.580645 | 74 | 0.597907 |
b8505c87fa4d84571e4a0f2f5d13c5e920cb85ea | 763 | cs | C# | Assets/Scripts/ResourceSlider.cs | ShumWengSang/WorkLifeJamRepo | 40ce93cc1f9df440b915461e0287cf29983ce15e | [
"MIT"
] | null | null | null | Assets/Scripts/ResourceSlider.cs | ShumWengSang/WorkLifeJamRepo | 40ce93cc1f9df440b915461e0287cf29983ce15e | [
"MIT"
] | null | null | null | Assets/Scripts/ResourceSlider.cs | ShumWengSang/WorkLifeJamRepo | 40ce93cc1f9df440b915461e0287cf29983ce15e | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
/// <summary>
/// Extension of slider that modifies a resource.
/// </summary>
[RequireComponent(typeof(Slider))]
public abstract class ResourceSlider : MonoBehaviour
{
protected abstract IResource value { get; }
... | 21.8 | 67 | 0.685452 |
fd9b51f4b622d800dba82e1eb68650967dd7925b | 1,520 | cshtml | C# | Hero/Pages/Users/Index.cshtml | GKirilov98/Heroes_v2 | 6a503ce5b49fb4e7856e749e1a69d5b5f4955a33 | [
"Apache-2.0"
] | null | null | null | Hero/Pages/Users/Index.cshtml | GKirilov98/Heroes_v2 | 6a503ce5b49fb4e7856e749e1a69d5b5f4955a33 | [
"Apache-2.0"
] | null | null | null | Hero/Pages/Users/Index.cshtml | GKirilov98/Heroes_v2 | 6a503ce5b49fb4e7856e749e1a69d5b5f4955a33 | [
"Apache-2.0"
] | null | null | null | @page
@model Hero.Pages.Users.IndexModel
@{
ViewData["Title"] = "Index";
}
<h1>List User</h1>
<table class="table bg-blur">
<thead>
<tr>
<th scope="col" class="font-weight-bold">
@Html.DisplayNameFor(model => model.User[0].Username)
</th>
<th scope... | 27.636364 | 89 | 0.482895 |
fddd2cbac5eecfdc6b3cb3892d8ad9dfde1c4609 | 177 | cs | C# | SimpleDataStorage/DataEntry.cs | sio2k1/SimpleDataStorage | a2f782848a3be46dcfb2f9e385a92494fa694915 | [
"MIT"
] | 1 | 2020-10-15T05:22:46.000Z | 2020-10-15T05:22:46.000Z | SimpleDataStorage/DataEntry.cs | sio2k1/SimpleDataStorage | a2f782848a3be46dcfb2f9e385a92494fa694915 | [
"MIT"
] | null | null | null | SimpleDataStorage/DataEntry.cs | sio2k1/SimpleDataStorage | a2f782848a3be46dcfb2f9e385a92494fa694915 | [
"MIT"
] | null | null | null | using System;
namespace SimpleDataStorage
{
public class DataEntry
{
public string TypeFullName { get; set; }
public object Data { get; set; }
}
}
| 16.090909 | 48 | 0.615819 |
d714e037718bf88f2b22ccb777b8134e1d63cc5e | 1,836 | cs | C# | iMotto.Api/Extensions.cs | imotto/imotto.dnx | 0b076919c11eeeca7253e45eb7b22f0db25ee891 | [
"MIT"
] | null | null | null | iMotto.Api/Extensions.cs | imotto/imotto.dnx | 0b076919c11eeeca7253e45eb7b22f0db25ee891 | [
"MIT"
] | null | null | null | iMotto.Api/Extensions.cs | imotto/imotto.dnx | 0b076919c11eeeca7253e45eb7b22f0db25ee891 | [
"MIT"
] | null | null | null | using iMotto.Cache;
using iMotto.Cache.RedisImpl;
using iMotto.Data;
using iMotto.Data.Dapper;
using iMotto.Events;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using System;
using System.Collections.Generic;
using System... | 38.25 | 86 | 0.694989 |
9d70cfb7b7245f7af43835471c7c0a42328c05af | 278 | cs | C# | src/AccentDesignTest/Models/Home/IndexViewModel.cs | peymanjahanbazi/AccentDesignTest | c668fbe5e3a0a2c9ce5b79c5d74657fea6a52016 | [
"MIT"
] | null | null | null | src/AccentDesignTest/Models/Home/IndexViewModel.cs | peymanjahanbazi/AccentDesignTest | c668fbe5e3a0a2c9ce5b79c5d74657fea6a52016 | [
"MIT"
] | null | null | null | src/AccentDesignTest/Models/Home/IndexViewModel.cs | peymanjahanbazi/AccentDesignTest | c668fbe5e3a0a2c9ce5b79c5d74657fea6a52016 | [
"MIT"
] | null | null | null | using AccentDesignTest.Models.RemoteApi;
using System.Net;
namespace AccentDesignTest.Models.Home;
public class IndexViewModel
{
public HttpStatusCode StatusCode { get; set; }
public float GrandTotal { get; set; }
public List<Property> Properties { get; set; }
} | 23.166667 | 50 | 0.744604 |
240310197dc3d8ac793af4306f5622668a007e6b | 374 | cs | C# | MTGAHelper.Web.Models/Response/User/UserCustomScraperListResponse.cs | robaxelsen/MTGAHelper-Windows-Client | c51e449a5dcf8473359734c058efab2ba638814c | [
"MIT"
] | null | null | null | MTGAHelper.Web.Models/Response/User/UserCustomScraperListResponse.cs | robaxelsen/MTGAHelper-Windows-Client | c51e449a5dcf8473359734c058efab2ba638814c | [
"MIT"
] | null | null | null | MTGAHelper.Web.Models/Response/User/UserCustomScraperListResponse.cs | robaxelsen/MTGAHelper-Windows-Client | c51e449a5dcf8473359734c058efab2ba638814c | [
"MIT"
] | null | null | null | using MTGAHelper.Entity;
using System.Collections.Generic;
namespace MTGAHelper.Web.UI.Model.Response
{
public class UserCustomScraperListResponse
{
public ICollection<ScraperDto> ScrapersByType { get; set; }
public UserCustomScraperListResponse(ICollection<ScraperDto> scrapers)
{
... | 23.375 | 78 | 0.695187 |
ee8c654f02ad2d903ede21c6c887fc98c7ad4ca8 | 1,322 | cs | C# | Assets/myassets/scripts/moveScript.cs | Pankajtokas/Interior-DesignAR-2.0 | c0b2b43faf617500b01edf7480d11b10fa7a56a2 | [
"Apache-2.0"
] | null | null | null | Assets/myassets/scripts/moveScript.cs | Pankajtokas/Interior-DesignAR-2.0 | c0b2b43faf617500b01edf7480d11b10fa7a56a2 | [
"Apache-2.0"
] | null | null | null | Assets/myassets/scripts/moveScript.cs | Pankajtokas/Interior-DesignAR-2.0 | c0b2b43faf617500b01edf7480d11b10fa7a56a2 | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
public class moveScript : MonoBehaviour{
private bool dragging;
private float dist;
// Use this for initialization
void Start () {
dragging=false;
}
// Update is called once per frame
void Update... | 24.036364 | 116 | 0.652799 |
b15d9b24159768c682323c54a3f6eaa4d7ad7ecc | 1,136 | cs | C# | src/Silverback.Integration.Kafka.Testing/Messaging/Configuration/Kafka/IMockedKafkaOptions.cs | meggima/silverback | 8dcaef39e685907219a265421641cb8a87bf08b8 | [
"MIT"
] | null | null | null | src/Silverback.Integration.Kafka.Testing/Messaging/Configuration/Kafka/IMockedKafkaOptions.cs | meggima/silverback | 8dcaef39e685907219a265421641cb8a87bf08b8 | [
"MIT"
] | null | null | null | src/Silverback.Integration.Kafka.Testing/Messaging/Configuration/Kafka/IMockedKafkaOptions.cs | meggima/silverback | 8dcaef39e685907219a265421641cb8a87bf08b8 | [
"MIT"
] | null | null | null | // Copyright (c) 2020 Sergio Aquilini
// This code is licensed under MIT license (see LICENSE file for details)
using System;
namespace Silverback.Messaging.Configuration.Kafka
{
/// <summary>
/// Stores the mocked Kafka configuration.
/// </summary>
public interface IMockedKafkaOptions
{
... | 36.645161 | 114 | 0.632923 |
aaed4131a46fc2d20dd7ec1079f1dc270e530744 | 2,356 | cs | C# | src/Essensoft.Paylink.Alipay/Domain/AlipayFinancialnetPromotionApplyCreateModel.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 522 | 2019-06-01T15:49:03.000Z | 2021-03-04T06:25:03.000Z | src/Essensoft.Paylink.Alipay/Domain/AlipayFinancialnetPromotionApplyCreateModel.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 74 | 2019-06-20T08:03:36.000Z | 2021-02-28T10:19:27.000Z | src/Essensoft.Paylink.Alipay/Domain/AlipayFinancialnetPromotionApplyCreateModel.cs | essensoft/paymen | 97dee2d23d34bcb49233ce060d2b5702cb62c42e | [
"MIT"
] | 170 | 2019-06-01T15:48:12.000Z | 2021-02-26T13:49:45.000Z | using System.Text.Json.Serialization;
namespace Essensoft.Paylink.Alipay.Domain
{
/// <summary>
/// AlipayFinancialnetPromotionApplyCreateModel Data Structure.
/// </summary>
public class AlipayFinancialnetPromotionApplyCreateModel : AlipayObject
{
/// <summary>
/// 额度申请需要传入: 1. 进件... | 28.385542 | 108 | 0.556876 |
97ec143e768241a221f9b88ada52008157568b44 | 497 | cs | C# | src/Common/Application/Common/Interfaces/IApplicationDbContext.cs | ntitsolutins01/TesteMarfrig | a131a004fce9f5448e1022db3eea8bdc4effc3d2 | [
"MIT"
] | null | null | null | src/Common/Application/Common/Interfaces/IApplicationDbContext.cs | ntitsolutins01/TesteMarfrig | a131a004fce9f5448e1022db3eea8bdc4effc3d2 | [
"MIT"
] | null | null | null | src/Common/Application/Common/Interfaces/IApplicationDbContext.cs | ntitsolutins01/TesteMarfrig | a131a004fce9f5448e1022db3eea8bdc4effc3d2 | [
"MIT"
] | null | null | null | using System.Threading;
using System.Threading.Tasks;
using Domain.Entities;
using Microsoft.EntityFrameworkCore;
namespace Application.Common.Interfaces
{
public interface IApplicationDbContext
{
DbSet<CompraGadoItem> CompraGadoItems { get; set; }
DbSet<Pecuarista> Pecuaristas { get; set; }
... | 27.611111 | 72 | 0.712274 |
e43c537617c065a8142957904ebec10b8afae242 | 2,729 | cs | C# | src/Microsoft.DncEng.SecretManager/SecretTypes/GitHubOAuthSecret.cs | rayneboes1/arcade-services | 3802066c461893fb7696105a91c74cc10db1977b | [
"MIT"
] | null | null | null | src/Microsoft.DncEng.SecretManager/SecretTypes/GitHubOAuthSecret.cs | rayneboes1/arcade-services | 3802066c461893fb7696105a91c74cc10db1977b | [
"MIT"
] | null | null | null | src/Microsoft.DncEng.SecretManager/SecretTypes/GitHubOAuthSecret.cs | rayneboes1/arcade-services | 3802066c461893fb7696105a91c74cc10db1977b | [
"MIT"
] | null | null | null | using Microsoft.DncEng.CommandLineLib;
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using System.Linq;
namespace Microsoft.DncEng.SecretManager.SecretTypes
{
[Name("github-oauth-secret")]
public class GitHubOAuthSecret : SecretType<GitHubOAuthSecret.Para... | 40.132353 | 199 | 0.639795 |
90e2a90347e41d88442ebfb33a3ebfa20ee67622 | 907 | cs | C# | EvolutionaryComputation/App_Code/Input.cs | Talagozis/EvolutionaryComputation | 4882556659cb85ce12b62c204e576e2b51c99223 | [
"Apache-2.0"
] | null | null | null | EvolutionaryComputation/App_Code/Input.cs | Talagozis/EvolutionaryComputation | 4882556659cb85ce12b62c204e576e2b51c99223 | [
"Apache-2.0"
] | null | null | null | EvolutionaryComputation/App_Code/Input.cs | Talagozis/EvolutionaryComputation | 4882556659cb85ce12b62c204e576e2b51c99223 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
namespace EvolutionaryComputation.App_Code
{
public class Input
{
public ObservableCollection<KeyValuePair<string, int>> ValueList { get; private set; }
public Input()
... | 31.275862 | 94 | 0.633958 |
f2edca386019d12884fd75ae8d8fea67c486b80f | 1,472 | cs | C# | Assets/Scripts/Editor/PackageProject/Menu.cs | kedlly/XDFramework | 2e8e270acf200e8b9762b017e8f2e6683db44af1 | [
"MIT"
] | 1 | 2018-09-10T10:37:36.000Z | 2018-09-10T10:37:36.000Z | Assets/Scripts/Editor/PackageProject/Menu.cs | kedlly/XDFramework | 2e8e270acf200e8b9762b017e8f2e6683db44af1 | [
"MIT"
] | null | null | null | Assets/Scripts/Editor/PackageProject/Menu.cs | kedlly/XDFramework | 2e8e270acf200e8b9762b017e8f2e6683db44af1 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using XDDQFrameWork.Editor.ProjectBuilder;
using UnityEngine;
using UnityEditor;
namespace Plugin.PackageProject
{
public static class XDProjectMenu
{
[MenuItem("XDProject/ExportProjectSettings")]
private static void Expor... | 27.773585 | 190 | 0.738451 |
72b323d51121dc1c63286dd6fee6511eeaa03165 | 1,597 | cs | C# | ABP.WebApi/后端/src/ABP.WebApi.Migrator/WebApiMigratorModule.cs | gnsilence/AntdPro-Vue-id4 | f69e543e1843164b0d0f5f48947f8ea156b7cdf8 | [
"MIT"
] | 8 | 2020-04-26T01:29:53.000Z | 2021-05-08T15:03:40.000Z | ABP.WebApi/后端/src/ABP.WebApi.Migrator/WebApiMigratorModule.cs | gnsilence/AntdPro-Vue-id4 | f69e543e1843164b0d0f5f48947f8ea156b7cdf8 | [
"MIT"
] | 6 | 2020-07-20T11:15:17.000Z | 2022-02-10T22:13:24.000Z | ABP.WebApi/后端/src/ABP.WebApi.Migrator/WebApiMigratorModule.cs | gnsilence/AntdPro-Vue-id4 | f69e543e1843164b0d0f5f48947f8ea156b7cdf8 | [
"MIT"
] | 2 | 2020-08-20T12:52:55.000Z | 2020-12-16T03:44:48.000Z | using Microsoft.Extensions.Configuration;
using Castle.MicroKernel.Registration;
using Abp.Events.Bus;
using Abp.Modules;
using Abp.Reflection.Extensions;
using ABP.WebApi.Configuration;
using ABP.WebApi.EntityFrameworkCore;
using ABP.WebApi.Migrator.DependencyInjection;
namespace ABP.WebApi.Migrator
{
[DependsOn(... | 33.270833 | 100 | 0.679399 |
72e8cdaefb1f1248755d64a91e3100170f865446 | 3,061 | cs | C# | src/Microsoft.Atlas.CommandLine/Blueprints/BlueprintManager.cs | maheshreddy005/atlas | 6d89018532453c6d98c4fb38c68a86d74cb72cea | [
"MIT"
] | null | null | null | src/Microsoft.Atlas.CommandLine/Blueprints/BlueprintManager.cs | maheshreddy005/atlas | 6d89018532453c6d98c4fb38c68a86d74cb72cea | [
"MIT"
] | null | null | null | src/Microsoft.Atlas.CommandLine/Blueprints/BlueprintManager.cs | maheshreddy005/atlas | 6d89018532453c6d98c4fb38c68a86d74cb72cea | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Markdig.Syntax;
using Microsoft.Atlas.CommandLine.Blueprints.Models;
using Microsoft.Atlas.CommandLine.Serialization;
n... | 36.011765 | 114 | 0.625613 |
6e382638da467269de26131d8aa621da74aad007 | 2,076 | cs | C# | unity/basic/Assets/Plugins/lwf/renderer/drawmesh/lwf_drawmesh_factory.cs | gree/lwf-demo | da6a064417c31967edc560737dd7c7c21721da47 | [
"Zlib"
] | 12 | 2015-01-08T10:09:30.000Z | 2021-10-05T06:43:03.000Z | unity/switch_animation_with_label/Assets/Plugins/lwf/renderer/drawmesh/lwf_drawmesh_factory.cs | macressler/lwf-demo | d5b71bb1e870b0c5416a66d58d89cc8f03bfa7d0 | [
"Zlib"
] | null | null | null | unity/switch_animation_with_label/Assets/Plugins/lwf/renderer/drawmesh/lwf_drawmesh_factory.cs | macressler/lwf-demo | d5b71bb1e870b0c5416a66d58d89cc8f03bfa7d0 | [
"Zlib"
] | 7 | 2015-01-06T14:37:35.000Z | 2017-09-26T09:23:24.000Z | /*
* Copyright (C) 2012 GREE, Inc.
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* including comme... | 32.4375 | 77 | 0.746628 |
6e9f5d233cad01e19a648ea6e794993d77ccf412 | 713 | cs | C# | AsyncPoco/Core/AnsiString.cs | khellang/AsyncPoco | c25b8a1c43601fe1f7328d3b57aae83a0eb24807 | [
"Apache-2.0"
] | 88 | 2015-01-12T20:42:12.000Z | 2022-01-04T19:20:46.000Z | AsyncPoco/Core/AnsiString.cs | d-p-y/AsyncPoco | b53f8e3636aa2dd59a8a15e96f6ce25c915e1acb | [
"Apache-2.0"
] | 41 | 2015-01-28T14:45:16.000Z | 2021-03-11T10:45:58.000Z | AsyncPoco/Core/AnsiString.cs | d-p-y/AsyncPoco | b53f8e3636aa2dd59a8a15e96f6ce25c915e1acb | [
"Apache-2.0"
] | 33 | 2015-01-13T22:43:58.000Z | 2021-05-18T15:45:14.000Z | // AsyncPoco is a fork of PetaPoco and is bound by the same licensing terms.
// PetaPoco - A Tiny ORMish thing for your POCO's.
// Copyright © 2011-2012 Topten Software. All Rights Reserved.
using System;
namespace AsyncPoco
{
/// <summary>
/// Wrap strings in an instance of this class to force use of DBType.Ans... | 20.970588 | 99 | 0.653576 |
42e98fdf3072a8b024582d042a26932cdb4c71d5 | 6,646 | cs | C# | src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/Orchestrators/Commitments/ApprenticeshipValidationTestBase.cs | uk-gov-mirror/SkillsFundingAgency.das-providerapprenticeshipsservice | 8c523e313855ba120eda8e6827283027fb6997f5 | [
"MIT"
] | null | null | null | src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/Orchestrators/Commitments/ApprenticeshipValidationTestBase.cs | uk-gov-mirror/SkillsFundingAgency.das-providerapprenticeshipsservice | 8c523e313855ba120eda8e6827283027fb6997f5 | [
"MIT"
] | null | null | null | src/SFA.DAS.ProviderApprenticeshipsService.Web.UnitTests/Orchestrators/Commitments/ApprenticeshipValidationTestBase.cs | uk-gov-mirror/SkillsFundingAgency.das-providerapprenticeshipsservice | 8c523e313855ba120eda8e6827283027fb6997f5 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using FluentValidation.Results;
using MediatR;
using Moq;
using NUnit.Framework;
using SFA.DAS.Commitments.Api.Types;
using SFA.DAS.Commitments.Api.Types.Commitment;
using SFA.DAS.Commitments.Api.Types.Commitment.Types;
using SFA.DAS.Encoding;
using SF... | 46.802817 | 132 | 0.602468 |
11b5c93f5dd68f22157ceec4426b62788d4eb1df | 563 | cs | C# | Assets/Scripts/Barrage/Bullet/SplitBullet.cs | kotuakoutyan/3DBarrageSample | a4d2e053ee22434e4560125a84f899d93dd836c5 | [
"MIT"
] | 1 | 2021-12-25T04:18:18.000Z | 2021-12-25T04:18:18.000Z | Assets/Scripts/Barrage/Bullet/SplitBullet.cs | kotuakoutyan/3DBarrageSample | a4d2e053ee22434e4560125a84f899d93dd836c5 | [
"MIT"
] | null | null | null | Assets/Scripts/Barrage/Bullet/SplitBullet.cs | kotuakoutyan/3DBarrageSample | a4d2e053ee22434e4560125a84f899d93dd836c5 | [
"MIT"
] | 1 | 2019-09-09T09:39:12.000Z | 2019-09-09T09:39:12.000Z | using Barrage.Iterators;
using Barrage.ObjectPool;
using Barrage.Shot;
using UnityEngine;
namespace Barrage.Bullet
{
public class SplitBullet : BaseBullet
{
protected override void AdditionalUpdate(){ }
protected override void ResetObject()
{
if (Data.SplitData != ... | 26.809524 | 159 | 0.619893 |
e520b74a1098322440c24c1961c173fdd7db6d4f | 2,493 | cs | C# | Sources/Taijutsu/Data/Internal/DataSession.cs | NikGovorov/Taijutsu | 86ecffc6691f3c958e74786cdc3e59ac6a3f0114 | [
"Apache-2.0"
] | 2 | 2015-05-08T02:00:51.000Z | 2017-02-13T10:22:26.000Z | Sources/Taijutsu/Data/Internal/DataSession.cs | NikGovorov/Taijutsu | 86ecffc6691f3c958e74786cdc3e59ac6a3f0114 | [
"Apache-2.0"
] | null | null | null | Sources/Taijutsu/Data/Internal/DataSession.cs | NikGovorov/Taijutsu | 86ecffc6691f3c958e74786cdc3e59ac6a3f0114 | [
"Apache-2.0"
] | null | null | null | // Copyright 2009-2013 Nikita Govorov
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use
// this file except in compliance with the License. You may obtain a copy of the
// License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | 32.802632 | 158 | 0.656237 |
444e22ca4b63fd50177e18a8ce86062200c5aa32 | 3,540 | cs | C# | bbt.gateway.messaging/Api/Vodafone/Model/Auth/SuccessXml.cs | hub-burgan-com-tr/bbt.gateway.messaging | dbe134dd6dad4c473fa88d23b74fe39d93407fad | [
"MIT"
] | null | null | null | bbt.gateway.messaging/Api/Vodafone/Model/Auth/SuccessXml.cs | hub-burgan-com-tr/bbt.gateway.messaging | dbe134dd6dad4c473fa88d23b74fe39d93407fad | [
"MIT"
] | 1 | 2022-03-07T07:00:35.000Z | 2022-03-08T14:24:42.000Z | bbt.gateway.messaging/Api/Vodafone/Model/Auth/SuccessXml.cs | hub-burgan-com-tr/bbt.gateway.messaging | dbe134dd6dad4c473fa88d23b74fe39d93407fad | [
"MIT"
] | 1 | 2022-03-04T13:06:34.000Z | 2022-03-04T13:06:34.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace bbt.gateway.messaging.Api.Vodafone.Model.Auth
{
public class SuccessXml
{
// NOTE: Generated code may require at least .NET Framework 4.5 or .NET Core/Standard 2.0.
/// <remarks/>
... | 31.607143 | 142 | 0.538983 |
6c7d6680681a6bf6131423aab4a2e771f3513020 | 342 | cs | C# | code/ui/DetectionWorldPanel.cs | yoranmandema/sbox-heist | 123daabf7cf2a334b290334abf09ce653bf91354 | [
"MIT"
] | 2 | 2021-06-01T21:25:20.000Z | 2021-07-08T11:53:38.000Z | code/ui/DetectionWorldPanel.cs | yoranmandema/sbox-heist | 123daabf7cf2a334b290334abf09ce653bf91354 | [
"MIT"
] | null | null | null | code/ui/DetectionWorldPanel.cs | yoranmandema/sbox-heist | 123daabf7cf2a334b290334abf09ce653bf91354 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Sandbox;
using Sandbox.UI;
using Sandbox.UI.Construct;
class DetectionWorldPanel : WorldPanel
{
public DetectionWorldPanel()
{
StyleSheet.Load( "/ui/DetectionWorldPanel.scss" );
Add.Label( ... | 18 | 52 | 0.760234 |
e5e91ff6ca7d929f4d265ad6b179e46c39725f27 | 1,707 | cs | C# | Programming Basic/While Loop - Exercise/06Coins/06Coins.cs | StasiS-web/SoftuniCourse | 03dafcef369ac7a7d8a7ae17a042e5332bbf511d | [
"MIT"
] | 2 | 2021-03-26T11:35:57.000Z | 2021-12-15T14:04:04.000Z | Programming Basic/While Loop - Exercise/06Coins/06Coins.cs | StasiS-web/SoftuniCourses | 03dafcef369ac7a7d8a7ae17a042e5332bbf511d | [
"MIT"
] | null | null | null | Programming Basic/While Loop - Exercise/06Coins/06Coins.cs | StasiS-web/SoftuniCourses | 03dafcef369ac7a7d8a7ae17a042e5332bbf511d | [
"MIT"
] | null | null | null | using System;
namespace Coins
{
class Program
{
static void Main(string[] args)
{
//read sum
double sum = double.Parse(Console.ReadLine());
double changeBack = Math.Round(sum * 100);
//count return coins
int countCoins = 0... | 25.477612 | 58 | 0.320445 |
0be2db2e82bf914f999f337f3162fa77f089778d | 5,990 | cs | C# | src/HRM.DAL/ComplaintsDAL.cs | jencyraj/HumanResourceManagementProject | 4ce577b14eff4c332fff1084cf3d207ec3778a2b | [
"MIT"
] | null | null | null | src/HRM.DAL/ComplaintsDAL.cs | jencyraj/HumanResourceManagementProject | 4ce577b14eff4c332fff1084cf3d207ec3778a2b | [
"MIT"
] | null | null | null | src/HRM.DAL/ComplaintsDAL.cs | jencyraj/HumanResourceManagementProject | 4ce577b14eff4c332fff1084cf3d207ec3778a2b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using HRM.BOL;
namespace HRM.DAL
{
public class ComplaintsDAL
{
public int Save(ComplaintsBOL objEmp)
{
DataAccess objDA = new DataAccess();
List<SqlParameter>... | 35.02924 | 94 | 0.497496 |
0bf292605a50bbb578d8340b67e5b64d698a32f0 | 564 | cs | C# | Ryujinx.Graphics.GAL/Multithreading/Commands/SetPrimitiveTopologyCommand.cs | BSoDGamingYT/Ryujinx | 7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29 | [
"MIT"
] | 11,580 | 2018-07-12T03:13:47.000Z | 2022-03-31T05:53:39.000Z | Ryujinx.Graphics.GAL/Multithreading/Commands/SetPrimitiveTopologyCommand.cs | BSoDGamingYT/Ryujinx | 7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29 | [
"MIT"
] | 2,302 | 2018-07-12T01:04:46.000Z | 2022-03-31T22:47:14.000Z | Ryujinx.Graphics.GAL/Multithreading/Commands/SetPrimitiveTopologyCommand.cs | BSoDGamingYT/Ryujinx | 7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29 | [
"MIT"
] | 2,314 | 2018-07-11T20:14:13.000Z | 2022-03-31T16:42:02.000Z | namespace Ryujinx.Graphics.GAL.Multithreading.Commands
{
struct SetPrimitiveTopologyCommand : IGALCommand
{
public CommandType CommandType => CommandType.SetPrimitiveTopology;
private PrimitiveTopology _topology;
public void Set(PrimitiveTopology topology)
{
_topolo... | 29.684211 | 118 | 0.689716 |
0b73ba9b9c5f44c7bbc86d87911c2f679f79a7a5 | 5,974 | cs | C# | BandAid/Units/ElectricPotential.cs | ryanthompson0123/BandDiagram | fc4585d6cce9e6f6be86def038a57f4323eccbff | [
"Apache-2.0"
] | null | null | null | BandAid/Units/ElectricPotential.cs | ryanthompson0123/BandDiagram | fc4585d6cce9e6f6be86def038a57f4323eccbff | [
"Apache-2.0"
] | null | null | null | BandAid/Units/ElectricPotential.cs | ryanthompson0123/BandDiagram | fc4585d6cce9e6f6be86def038a57f4323eccbff | [
"Apache-2.0"
] | null | null | null | using System;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Band.Units
{
[JsonConverter(typeof(ElectricPotential.Converter))]
public class ElectricPotential : IComparable<ElectricPotential>
{
public readonly double Volts;
public ElectricPotential(double volts)
{
Volts = vol... | 26.551111 | 105 | 0.612487 |
fd10d62847628299bd66e4e1ce5390d4cbdabf74 | 658 | cs | C# | Qsi.PostgreSql/Internal/PG10/Types/CreatePLangStmt.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 36 | 2020-06-20T17:57:00.000Z | 2022-03-16T02:05:11.000Z | Qsi.PostgreSql/Internal/PG10/Types/CreatePLangStmt.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 2 | 2021-11-10T01:39:51.000Z | 2021-12-13T09:09:43.000Z | Qsi.PostgreSql/Internal/PG10/Types/CreatePLangStmt.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 3 | 2021-01-28T22:09:15.000Z | 2022-02-21T04:59:52.000Z | /* Generated by QSI
Date: 2020-08-12
Span: 2404:1 - 2413:18
File: src/postgres/include/nodes/parsenodes.h
*/
using Qsi.PostgreSql.Internal.Serialization;
namespace Qsi.PostgreSql.Internal.PG10.Types
{
[PgNode("CreatePLangStmt")]
internal class CreatePLangStmt : IPg10Node
{
public virtual Node... | 21.225806 | 65 | 0.647416 |
f550dfad756cf32261f8cd39056827bc20cace88 | 7,467 | cs | C# | samples/Core22/Program.cs | mzorec/NCaller | de626b57f71feedfa2819b91811278969cd50a0a | [
"MIT"
] | null | null | null | samples/Core22/Program.cs | mzorec/NCaller | de626b57f71feedfa2819b91811278969cd50a0a | [
"MIT"
] | null | null | null | samples/Core22/Program.cs | mzorec/NCaller | de626b57f71feedfa2819b91811278969cd50a0a | [
"MIT"
] | null | null | null | using NCaller;
using System;
using System.Diagnostics;
using NCaller.ExtensionAPI.Array;
using System.Collections.Generic;
using System.Linq;
using NCaller.Core.Model;
namespace Core22
{
class Program
{
public static DateTime TempTime;
static void Main(string[] args)
{
Temp... | 28.177358 | 83 | 0.427749 |
eb7e39cef97a1054e9c8bf83626e318ae2f54e24 | 1,126 | cs | C# | HasDuplicate.cs | SabitKondakci/DynamicProgrammingAlgorithsm | 643da9c301e20359560cde0a596167dad1c77a0b | [
"MIT"
] | 23 | 2021-07-28T00:11:11.000Z | 2022-02-13T21:53:03.000Z | HasDuplicate.cs | SabitKondakci/DynamicProgrammingAlgorithsm | 643da9c301e20359560cde0a596167dad1c77a0b | [
"MIT"
] | null | null | null | HasDuplicate.cs | SabitKondakci/DynamicProgrammingAlgorithsm | 643da9c301e20359560cde0a596167dad1c77a0b | [
"MIT"
] | 5 | 2021-08-03T14:21:19.000Z | 2021-11-18T08:47:17.000Z | public static class ExtentionCollection
{
public static bool HasDuplicate<T>(this ICollection<T> collection, out int indexOfDuplicateValue)
where T : struct
{
var localCollection = collection;
if(localCollection is null)
throw new NullReferenceException();
if(localCollection.Count == 0)
throw new E... | 28.15 | 99 | 0.708703 |
92c8b0d0b231a6f8e82ce6eb53051075e6225059 | 812 | cs | C# | backend/Reusable/CRUD/Entities/Role.cs | JFigue27/MRO-Generated | df7b83d64da1be69cb56626d68e5461d7b3464b2 | [
"Apache-2.0"
] | null | null | null | backend/Reusable/CRUD/Entities/Role.cs | JFigue27/MRO-Generated | df7b83d64da1be69cb56626d68e5461d7b3464b2 | [
"Apache-2.0"
] | null | null | null | backend/Reusable/CRUD/Entities/Role.cs | JFigue27/MRO-Generated | df7b83d64da1be69cb56626d68e5461d7b3464b2 | [
"Apache-2.0"
] | null | null | null | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Reusable
{
[Table("Role")]
public class Role : BaseEntity
{
public Role()
{
///Start:Generated:Constructor<<<
///End:Generated... | 25.375 | 83 | 0.598522 |
28cf5941b804f31b086e2cc9e580d7fb60c10c26 | 94 | cs | C# | IPrintService.cs | gbellak/CLINT | 595efcaa3c9d978424d1d1f586ea650d838a5232 | [
"Apache-2.0"
] | null | null | null | IPrintService.cs | gbellak/CLINT | 595efcaa3c9d978424d1d1f586ea650d838a5232 | [
"Apache-2.0"
] | null | null | null | IPrintService.cs | gbellak/CLINT | 595efcaa3c9d978424d1d1f586ea650d838a5232 | [
"Apache-2.0"
] | null | null | null | namespace CLINT
{
interface IPrintService
{
void Run(string message);
}
} | 13.428571 | 33 | 0.595745 |
e958b8ccfa541d62c18a9e118156dc6afffefc58 | 1,723 | cs | C# | src/DeveelDb.Core/Data/Sql/Statements/GoToStatement.cs | deveel/deveeldb.core | a7931657ba8532b6801ef3f98c99c88fa612f5a1 | [
"Apache-2.0"
] | 12 | 2017-04-21T10:25:09.000Z | 2021-02-05T05:44:59.000Z | src/DeveelDb.Core/Data/Sql/Statements/GoToStatement.cs | deveel/deveeldb.core | a7931657ba8532b6801ef3f98c99c88fa612f5a1 | [
"Apache-2.0"
] | 1 | 2017-05-11T11:41:53.000Z | 2017-05-11T12:18:29.000Z | src/DeveelDb.Core/Data/Sql/Statements/GoToStatement.cs | deveel/deveeldb.core | a7931657ba8532b6801ef3f98c99c88fa612f5a1 | [
"Apache-2.0"
] | 3 | 2017-06-29T00:51:10.000Z | 2020-02-06T06:32:45.000Z | //
// Copyright 2010-2017 Deveel
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... | 29.706897 | 142 | 0.715032 |
e9676fffd62f8fd4950e86760d89430843038a45 | 2,656 | cs | C# | statsd.net/Configuration/AggregatorConfiguration.cs | hbabaja/statsd.net | e34285dddf51c765f14c2ba5e21b5c988f4d9be8 | [
"MIT"
] | 66 | 2015-01-18T00:48:23.000Z | 2021-02-02T05:10:30.000Z | statsd.net/Configuration/AggregatorConfiguration.cs | hbabaja/statsd.net | e34285dddf51c765f14c2ba5e21b5c988f4d9be8 | [
"MIT"
] | 9 | 2015-01-18T16:03:14.000Z | 2018-01-31T02:12:11.000Z | statsd.net/Configuration/AggregatorConfiguration.cs | hbabaja/statsd.net | e34285dddf51c765f14c2ba5e21b5c988f4d9be8 | [
"MIT"
] | 18 | 2015-02-23T11:42:49.000Z | 2018-05-29T14:11:40.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace statsd.net.Configuration
{
public class AggregatorConfiguration
{
}
public class GaugeAggregatorConfig : AggregatorConfiguration
{
public string Name... | 27.666667 | 123 | 0.589985 |
9a971b85d2b38b93f865d90d7c515454c309708f | 410 | cs | C# | src/Mvc/test/WebSites/HtmlGenerationWebSite/Models/Employee.cs | avragov/aspnetcore | efe7a235a0bf70ebc61c69ad770fd1c40512b332 | [
"MIT"
] | 8,570 | 2018-10-09T21:50:10.000Z | 2020-01-07T21:08:56.000Z | src/Mvc/test/WebSites/HtmlGenerationWebSite/Models/Employee.cs | avragov/aspnetcore | efe7a235a0bf70ebc61c69ad770fd1c40512b332 | [
"MIT"
] | 13,668 | 2018-10-10T00:13:51.000Z | 2020-01-07T21:01:12.000Z | src/Mvc/test/WebSites/HtmlGenerationWebSite/Models/Employee.cs | stefannikolei/AspNetCore | b55573c8a5195836bfcc77730b80c460588b70b4 | [
"MIT"
] | 2,679 | 2018-10-10T03:53:59.000Z | 2020-01-07T14:57:11.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace HtmlGenerationWebSite.Models;
public class Employee : Person
{
public string Address
{
get;
set;
}
public string OfficeNumber
{
... | 15.769231 | 71 | 0.592683 |
476f424b58f58cdd8897952e7fc22bf2f989c9ac | 2,948 | cs | C# | src/Horse.Messaging.Server/Queues/Store/DefaultMessageTimeoutTracker.cs | horse-framework/horse-messaging | 75be4748f9cad0847d4db280a95e65b5a4a407c2 | [
"Apache-2.0"
] | 15 | 2021-08-22T20:18:51.000Z | 2022-03-12T11:01:04.000Z | src/Horse.Messaging.Server/Queues/Store/DefaultMessageTimeoutTracker.cs | horse-framework/horse-mq | f7274b03ec4d4475073a34581efff83ed7c5ab66 | [
"Apache-2.0"
] | 1 | 2021-02-22T11:36:51.000Z | 2021-02-23T10:19:57.000Z | src/Horse.Messaging.Server/Queues/Store/DefaultMessageTimeoutTracker.cs | horse-framework/horse-mq | f7274b03ec4d4475073a34581efff83ed7c5ab66 | [
"Apache-2.0"
] | 6 | 2021-01-31T14:17:27.000Z | 2021-07-28T02:13:27.000Z | using System;
using System.Collections.Generic;
using System.Threading;
using Horse.Messaging.Protocol;
namespace Horse.Messaging.Server.Queues.Store
{
/// <summary>
/// Default message timeout tracker.
/// That tracker calls Remove methods of message stores for timed out messages.
/// </summary>
... | 31.698925 | 149 | 0.456581 |
5d0c6633c7c516dd716ae4111432fec74ea76760 | 1,518 | cs | C# | tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities/Converters/VersionConverter.cs | mbentancour/azure-powershell | 142042fb26c23663340dbecd460bcd60866f6aca | [
"MIT"
] | 3,336 | 2015-01-03T15:40:07.000Z | 2022-03-31T09:53:06.000Z | tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities/Converters/VersionConverter.cs | mbentancour/azure-powershell | 142042fb26c23663340dbecd460bcd60866f6aca | [
"MIT"
] | 13,768 | 2015-01-03T14:50:54.000Z | 2022-03-31T22:17:19.000Z | tools/Az.Tools.Predictor/Az.Tools.Predictor/Utilities/Converters/VersionConverter.cs | mbentancour/azure-powershell | 142042fb26c23663340dbecd460bcd60866f6aca | [
"MIT"
] | 3,968 | 2015-01-02T17:35:24.000Z | 2022-03-30T13:51:31.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... | 38.923077 | 115 | 0.606061 |
b93b1d67bb03429a6ff1bc0ee0f7b9464ba3119c | 157 | cs | C# | Telega/CallMiddleware/TgCallHandler.cs | wuyu8512/Telega | 9dc557e0db0f989cdaf07dc6da9ee3909b408cee | [
"MIT"
] | 42 | 2019-01-28T15:56:37.000Z | 2022-02-08T13:24:38.000Z | Telega/CallMiddleware/TgCallHandler.cs | wuyu8512/Telega | 9dc557e0db0f989cdaf07dc6da9ee3909b408cee | [
"MIT"
] | 78 | 2019-01-12T22:11:51.000Z | 2022-01-16T03:17:41.000Z | Telega/CallMiddleware/TgCallHandler.cs | wuyu8512/Telega | 9dc557e0db0f989cdaf07dc6da9ee3909b408cee | [
"MIT"
] | 21 | 2019-02-12T07:41:27.000Z | 2022-02-22T09:01:02.000Z | using System.Threading.Tasks;
using Telega.Rpc.Dto;
namespace Telega.CallMiddleware {
public delegate Task<Task<T>> TgCallHandler<T>(ITgFunc<T> func);
} | 26.166667 | 68 | 0.764331 |
9f739de5fa3ea6c481061508e3378c60cf742662 | 121 | cs | C# | RaceAdmin/FakeTelemetryUpdatedEvent.cs | CaptJeanLuc1701/RaceAdmin | 9fad4556d0b4da85d5170a135e1545454c22e69d | [
"MIT"
] | 2 | 2020-03-24T20:27:03.000Z | 2021-02-09T10:06:19.000Z | RaceAdmin/FakeTelemetryUpdatedEvent.cs | CaptJeanLuc1701/RaceAdmin | 9fad4556d0b4da85d5170a135e1545454c22e69d | [
"MIT"
] | 6 | 2020-03-16T15:05:02.000Z | 2021-02-09T05:33:43.000Z | RaceAdmin/FakeTelemetryUpdatedEvent.cs | CaptJeanLuc1701/RaceAdmin | 9fad4556d0b4da85d5170a135e1545454c22e69d | [
"MIT"
] | null | null | null | using System;
namespace RaceAdmin {
public class FakeTelemetryUpdatedEvent : ITelemetryUpdatedEvent
{
}
}
| 13.444444 | 67 | 0.719008 |
9f7a413c585dde2f058a2a56bb33fb91bd326e95 | 460 | cs | C# | src/Aggregators/Aggregator.StoreFront.Api/Services/Favorite/IFavoriteService.cs | MesutAtasoy/Joker | 2c33b37c8a2a84de8aad76287a421749343ab624 | [
"MIT"
] | 38 | 2021-07-13T10:52:31.000Z | 2022-02-11T18:12:28.000Z | src/Aggregators/Aggregator.StoreFront.Api/Services/Favorite/IFavoriteService.cs | MesutAtasoy/Joker | 2c33b37c8a2a84de8aad76287a421749343ab624 | [
"MIT"
] | null | null | null | src/Aggregators/Aggregator.StoreFront.Api/Services/Favorite/IFavoriteService.cs | MesutAtasoy/Joker | 2c33b37c8a2a84de8aad76287a421749343ab624 | [
"MIT"
] | 5 | 2021-12-14T03:02:56.000Z | 2022-01-13T05:28:14.000Z | using Aggregator.StoreFront.Api.Models.Favorite;
using Aggregator.StoreFront.Api.Models.Favorite.Requests;
using Joker.Response;
namespace Aggregator.StoreFront.Api.Services.Favorite;
public interface IFavoriteService
{
Task<JokerBaseResponse<FavoriteCampaignModel>> AddFavoriteCampaignAsync(AddFavoriteCampaignReq... | 41.818182 | 122 | 0.865217 |
de74c4e8e749fe5dc0a2f7236875e27074326485 | 2,641 | cs | C# | src/UnityEditorExtension/Assets/Plugins/MSPack.Processor/Core/Generator/Formatter/GenericStructImplementorFacade.cs | pCYSl5EDgo/MSPack-Processor | 14dfdb6c2b1b5b57e53659484afccae803dda316 | [
"MIT"
] | 5 | 2020-03-02T03:48:16.000Z | 2020-12-02T09:50:22.000Z | src/UnityEditorExtension/Assets/Plugins/MSPack.Processor/Core/Generator/Formatter/GenericStructImplementorFacade.cs | pCYSl5EDgo/MSPack-Processor | 14dfdb6c2b1b5b57e53659484afccae803dda316 | [
"MIT"
] | 3 | 2020-03-06T01:56:05.000Z | 2020-03-28T17:14:39.000Z | src/UnityEditorExtension/Assets/Plugins/MSPack.Processor/Core/Generator/Formatter/GenericStructImplementorFacade.cs | pCYSl5EDgo/MSPack-Processor | 14dfdb6c2b1b5b57e53659484afccae803dda316 | [
"MIT"
] | null | null | null | // Copyright (c) pCYSl5EDgo. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Mono.Cecil;
using MSPack.Processor.Core.Definitions;
using MSPack.Processor.Core.Embed;
using MSPack.Processor.Core.Provider;
namespace MSPack.Processo... | 40.015152 | 174 | 0.693298 |
68331151399d00adaba989aa2b3239ea1efe869f | 2,063 | cs | C# | CsCore/CsCoreUnity/Plugins/CsCoreUnity/com/csutil/ui/Components/ImageAspectRatioFitter.cs | dignati/cscore | d031d2eaa8fce75c03ba58ab431b4895b6f38fdb | [
"Apache-2.0"
] | 134 | 2019-02-05T07:18:39.000Z | 2022-03-21T12:25:51.000Z | CsCore/CsCoreUnity/Plugins/CsCoreUnity/com/csutil/ui/Components/ImageAspectRatioFitter.cs | dignati/cscore | d031d2eaa8fce75c03ba58ab431b4895b6f38fdb | [
"Apache-2.0"
] | 56 | 2018-12-16T11:31:55.000Z | 2022-03-27T17:35:17.000Z | CsCore/CsCoreUnity/Plugins/CsCoreUnity/com/csutil/ui/Components/ImageAspectRatioFitter.cs | dignati/cscore | d031d2eaa8fce75c03ba58ab431b4895b6f38fdb | [
"Apache-2.0"
] | 22 | 2019-01-27T07:55:37.000Z | 2022-02-06T16:57:31.000Z | using UnityEngine;
using UnityEngine.UI;
namespace com.csutil.ui.Components {
[RequireComponent(typeof(Image))]
[RequireComponent(typeof(AspectRatioFitter))]
class ImageAspectRatioFitter : MonoBehaviour {
/// <summary> Set this to 0 to disable vertical parallax </summary>
[Range(-1, 1)]
... | 39.673077 | 113 | 0.62094 |
3f4239ae6a0704548073d66d8d83934daa30f94d | 951 | cs | C# | DesktopReload/Widget/Music/SoundVolumeWidget.cs | bouldeterre/DesktopReload | 6c73fcb3bae97b815f4702d1bc94f19224963920 | [
"MIT"
] | null | null | null | DesktopReload/Widget/Music/SoundVolumeWidget.cs | bouldeterre/DesktopReload | 6c73fcb3bae97b815f4702d1bc94f19224963920 | [
"MIT"
] | null | null | null | DesktopReload/Widget/Music/SoundVolumeWidget.cs | bouldeterre/DesktopReload | 6c73fcb3bae97b815f4702d1bc94f19224963920 | [
"MIT"
] | null | null | null | using System.Linq;
using NAudio.CoreAudioApi;
using Enums;
namespace DesktopReload.Widget.Music
{
public class SoundVolumeWidget : BasicWidget
{
MMDeviceEnumerator enumerator = new MMDeviceEnumerator();
private MMDeviceCollection collection;
public SoundVolumeWidget()
{
... | 30.677419 | 96 | 0.619348 |
bee9cc7cb712657a7a7fc49ccaf028e13625044e | 460 | cs | C# | .NETCore/ASP.NETCore/v6.0/AutoLot/AutoLot.Web/TagHelpers/ItemListTagHelper.cs | skimedic/presentations | 669dd627279b86333ab9a7a35c6db2984a06d984 | [
"BSD-3-Clause",
"MIT"
] | 349 | 2017-01-17T19:58:13.000Z | 2022-03-28T15:28:45.000Z | .NETCore/ASP.NETCore/v6.0/AutoLot/AutoLot.Web/TagHelpers/ItemListTagHelper.cs | MalikWaseemJaved/presentations | 49c5229e9cd8b117d226fac6b2ddb8d4e3711eef | [
"BSD-3-Clause",
"MIT"
] | 6 | 2017-04-13T09:02:16.000Z | 2020-05-01T12:53:27.000Z | .NETCore/ASP.NETCore/v6.0/AutoLot/AutoLot.Web/TagHelpers/ItemListTagHelper.cs | MalikWaseemJaved/presentations | 49c5229e9cd8b117d226fac6b2ddb8d4e3711eef | [
"BSD-3-Clause",
"MIT"
] | 278 | 2017-03-27T22:43:55.000Z | 2022-03-21T21:36:54.000Z | namespace AutoLot.Web.TagHelpers;
public class ItemListTagHelper : ItemLinkTagHelperBase
{
public ItemListTagHelper(IActionContextAccessor contextAccessor, IUrlHelperFactory urlHelperFactory)
: base(contextAccessor, urlHelperFactory)
{
ActionName = "Index";
}
public override void Pro... | 27.058824 | 104 | 0.723913 |
565f505db26ce31765facb284c3c34a30ff5af2e | 273 | cs | C# | Runtime/ExternalAuthenticationProvider.cs | modio-jackson/UnityPlugin | e6ab7c51d09e38b09bb04602ec9540fcbe99ef6c | [
"MIT"
] | null | null | null | Runtime/ExternalAuthenticationProvider.cs | modio-jackson/UnityPlugin | e6ab7c51d09e38b09bb04602ec9540fcbe99ef6c | [
"MIT"
] | null | null | null | Runtime/ExternalAuthenticationProvider.cs | modio-jackson/UnityPlugin | e6ab7c51d09e38b09bb04602ec9540fcbe99ef6c | [
"MIT"
] | null | null | null | namespace ModIO
{
/// <summary>Defines the possible external authentication providers for mod.io.</summary>
public enum ExternalAuthenticationProvider
{
None = 0,
Steam,
GOG,
ItchIO,
OculusRift,
XboxLive,
}
}
| 19.5 | 93 | 0.593407 |
e6a61066d8b21df58c669eee0039eda86692f14b | 23,665 | cs | C# | src/MercadoPago/Client/AdvancedPayment/AdvancedPaymentClient.cs | kzu/sdk-dotnet | 54659f2c02f2ccc8a362af25e3ec37e5ab80e11a | [
"MIT"
] | 40 | 2018-03-06T18:34:18.000Z | 2021-02-17T21:07:48.000Z | src/MercadoPago/Client/AdvancedPayment/AdvancedPaymentClient.cs | kzu/sdk-dotnet | 54659f2c02f2ccc8a362af25e3ec37e5ab80e11a | [
"MIT"
] | 50 | 2018-02-09T15:22:04.000Z | 2021-03-01T11:52:06.000Z | src/MercadoPago/Client/AdvancedPayment/AdvancedPaymentClient.cs | kzu/sdk-dotnet | 54659f2c02f2ccc8a362af25e3ec37e5ab80e11a | [
"MIT"
] | 49 | 2018-05-19T22:35:08.000Z | 2021-02-15T19:05:45.000Z | namespace MercadoPago.Client.AdvancedPayment
{
using System;
using System.Threading;
using System.Threading.Tasks;
using MercadoPago.Error;
using MercadoPago.Http;
using MercadoPago.Resource;
using MercadoPago.Resource.AdvancedPayment;
using MercadoPago.Serialization;
/// <summary>... | 45.862403 | 135 | 0.603042 |
ab3901ed01b1d34c1275013c0b912cf9bfdadd97 | 1,252 | cs | C# | Backend/AuthenticationService.Security/AuthenticationLogger.cs | NielsB95/AuthenticationService | 43d9d73fae7bcf618645e4d33ad17ed50d8db2f4 | [
"MIT"
] | null | null | null | Backend/AuthenticationService.Security/AuthenticationLogger.cs | NielsB95/AuthenticationService | 43d9d73fae7bcf618645e4d33ad17ed50d8db2f4 | [
"MIT"
] | null | null | null | Backend/AuthenticationService.Security/AuthenticationLogger.cs | NielsB95/AuthenticationService | 43d9d73fae7bcf618645e4d33ad17ed50d8db2f4 | [
"MIT"
] | null | null | null | using System;
using System.Threading.Tasks;
using AuthenticationService.BusinessLayer.Entities.Applications;
using AuthenticationService.BusinessLayer.Entities.AuthenticationLogs;
using AuthenticationService.BusinessLayer.Entities.Users;
namespace AuthenticationService.Security
{
public interface IAuthenticationLogge... | 32.947368 | 133 | 0.819489 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.