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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ac942e86f58ec8780eb0a439bcf5432c2b78aeb3 | 1,256 | cs | C# | Source/Queryfy/Internal/ValueTypeProvider.cs | icedt89/Queryfy | c00529b777d3a039869a30cc57d6ddfdea96ff46 | [
"MIT"
] | null | null | null | Source/Queryfy/Internal/ValueTypeProvider.cs | icedt89/Queryfy | c00529b777d3a039869a30cc57d6ddfdea96ff46 | [
"MIT"
] | null | null | null | Source/Queryfy/Internal/ValueTypeProvider.cs | icedt89/Queryfy | c00529b777d3a039869a30cc57d6ddfdea96ff46 | [
"MIT"
] | null | null | null | namespace JanHafner.Queryfy
{
using System;
using JetBrains.Annotations;
using Ninject.Activation;
using Toolkit.Common.ExtensionMethods;
/// <summary>
/// The <see cref="ValueTypeProvider"/> class provides instances of <see cref="ValueType"/>`s.
/// </summary>
internal sealed class Va... | 33.052632 | 122 | 0.583599 |
1fec864ffa11200987eb2437b25bb64ab886392c | 4,567 | cs | C# | Football Manager SOFT130/Fixture.cs | amstevenson/Football-Manager | d635afafdcb64dc8287e5658af84c6b4b416cd48 | [
"MIT"
] | 3 | 2016-11-16T21:30:53.000Z | 2021-02-24T22:50:17.000Z | Football Manager SOFT130/Fixture.cs | amstevenson/Football-Manager | d635afafdcb64dc8287e5658af84c6b4b416cd48 | [
"MIT"
] | null | null | null | Football Manager SOFT130/Fixture.cs | amstevenson/Football-Manager | d635afafdcb64dc8287e5658af84c6b4b416cd48 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Collections;
using System.Windows.Forms;
/************************************************************************************
* FIXTURE.CS ... | 34.598485 | 116 | 0.380556 |
389d25106e2f5c6fda23efd48833a1551db95015 | 283 | cs | C# | src/AssociateService/Models/Association.cs | alexwiese/TechTree | 8b34dfb10aa46b5cc8521f0f28b6c423c8fa0424 | [
"MIT"
] | null | null | null | src/AssociateService/Models/Association.cs | alexwiese/TechTree | 8b34dfb10aa46b5cc8521f0f28b6c423c8fa0424 | [
"MIT"
] | null | null | null | src/AssociateService/Models/Association.cs | alexwiese/TechTree | 8b34dfb10aa46b5cc8521f0f28b6c423c8fa0424 | [
"MIT"
] | null | null | null | namespace TechTree.AssociateService.Models
{
public class Association
{
public int NodeId { get; set; }
public int AssociateId { get; set; }
public virtual Associate Associate { get; set; }
public string AssociationType { get; set; }
}
} | 28.3 | 56 | 0.628975 |
e28e42e910e75bd9e6371b33bade7567e9c546cf | 3,541 | cs | C# | src/SqlServer/SqlServerResource.net46.cs | ChristosMonogios/squadron | 646224b9e1a2210434725dac31c7a3eecb6c8bf6 | [
"MIT"
] | null | null | null | src/SqlServer/SqlServerResource.net46.cs | ChristosMonogios/squadron | 646224b9e1a2210434725dac31c7a3eecb6c8bf6 | [
"MIT"
] | null | null | null | src/SqlServer/SqlServerResource.net46.cs | ChristosMonogios/squadron | 646224b9e1a2210434725dac31c7a3eecb6c8bf6 | [
"MIT"
] | null | null | null | #if NET46
using System;
using System.IO;
using Microsoft.SqlServer.Dac;
namespace Squadron
{
public partial class SqlServerResource
{
/// <summary>
/// Clone an existing database schema and deploy.
/// </summary>
/// <param name="sourceDatabase">Source database connection string... | 36.885417 | 116 | 0.561988 |
48460ea5cc6c634e2e8cc765ed527042671ed090 | 7,177 | cs | C# | Codes/Translate.Settings/TranslatorFactory.cs | Kerwin1202/VsTranslator | 7f826087b831187d00f74d7e1aa89f6419553688 | [
"MIT"
] | 32 | 2018-12-19T10:03:04.000Z | 2022-03-28T06:31:31.000Z | Codes/Translate.Settings/TranslatorFactory.cs | Kerwin1202/VsTranslator | 7f826087b831187d00f74d7e1aa89f6419553688 | [
"MIT"
] | 23 | 2018-06-26T11:01:09.000Z | 2022-03-31T06:29:46.000Z | Codes/Translate.Settings/TranslatorFactory.cs | Kerwin1202/VsTranslator | 7f826087b831187d00f74d7e1aa89f6419553688 | [
"MIT"
] | 13 | 2019-01-16T08:08:16.000Z | 2022-03-28T06:31:33.000Z | using System;
using System.Text.RegularExpressions;
using Translate.Core.Translator;
using Translate.Core.Translator.Baidu;
using Translate.Core.Translator.Bing;
using Translate.Core.Translator.Google;
using Translate.Core.Translator.Youdao;
namespace Translate.Settings
{
public class TranslatorFactory
{
... | 43.23494 | 183 | 0.558033 |
3e3d136261a5003533226a3c7a9cd7a9b5831241 | 35,048 | cs | C# | test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs | Mabenan/WebApi | 3364666dadaa4957157585a25873a1d72763652c | [
"CC-BY-3.0"
] | 1 | 2020-08-05T14:57:42.000Z | 2020-08-05T14:57:42.000Z | test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs | Mabenan/WebApi | 3364666dadaa4957157585a25873a1d72763652c | [
"CC-BY-3.0"
] | null | null | null | test/UnitTest/Microsoft.AspNet.OData.Test.Shared/Formatter/Serialization/ODataResourceSetSerializerTests.cs | Mabenan/WebApi | 3364666dadaa4957157585a25873a1d72763652c | [
"CC-BY-3.0"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
#if NETCORE
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization;
u... | 43.974906 | 155 | 0.644773 |
1a1a0c6c3fbbe3466a33f38323a41f65fab0ddfc | 2,590 | cs | C# | Runtime/utils/WCommonUtils.cs | wowsomeco/unity_wowcore | 4a646bbb7b6a3b6f74ec4a7842c9ae36991d8c90 | [
"MIT"
] | 3 | 2021-05-07T20:32:26.000Z | 2022-01-19T09:52:45.000Z | Runtime/utils/WCommonUtils.cs | wowsomeco/unity_wowcore | 4a646bbb7b6a3b6f74ec4a7842c9ae36991d8c90 | [
"MIT"
] | null | null | null | Runtime/utils/WCommonUtils.cs | wowsomeco/unity_wowcore | 4a646bbb7b6a3b6f74ec4a7842c9ae36991d8c90 | [
"MIT"
] | null | null | null | using System;
using UnityEngine;
using Wowsome.Tween;
using Wowsome.UI;
namespace Wowsome {
public static class ScreenUtils {
public static float MinResolution() {
return Mathf.Min((float)Screen.width, (float)Screen.height);
}
public static float MaxResolution() {
return Mathf.Max((float)Sc... | 27.553191 | 130 | 0.637838 |
8c9c1e7322b93c8a4610a55636306686170e78e7 | 1,408 | cs | C# | momiji/gif_encoder.cs | chengse66/momiji | a1d3b24f0bb455562ba9e6cdaa7a29ec13a7131a | [
"BSD-2-Clause"
] | 10 | 2019-11-09T17:23:01.000Z | 2021-05-19T15:31:40.000Z | momiji/gif_encoder.cs | SuperCatss/momiji | 89fdfacd33c932155debebf5b58f76e11b9ca0dd | [
"BSD-2-Clause"
] | null | null | null | momiji/gif_encoder.cs | SuperCatss/momiji | 89fdfacd33c932155debebf5b58f76e11b9ca0dd | [
"BSD-2-Clause"
] | 3 | 2019-08-14T05:49:12.000Z | 2020-09-24T06:09:35.000Z | using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
internal class gif_encoder
{
private IntPtr encoder_pointer;
[DllImport("libgif.dll", EntryPoint = "#1", CharSet = CharSet.Unicode)]
private extern static IntPtr construct(string location, int width, int height... | 28.16 | 129 | 0.788352 |
f1263b9e9f26c1d6c1d0d01b7d43aaf50c00a45f | 594 | cs | C# | src/Messaging/src/RabbitMQ/Support/IMessageHeadersConverter.cs | SteeltoeOSS/steeltoe | 9db4502f4eb694a1cb2df9811daf6d7917e62198 | [
"Apache-2.0"
] | 295 | 2019-04-30T12:34:10.000Z | 2020-04-14T15:27:12.000Z | src/Messaging/src/RabbitMQ/Support/IMessageHeadersConverter.cs | SteeltoeOSS/steeltoe | 9db4502f4eb694a1cb2df9811daf6d7917e62198 | [
"Apache-2.0"
] | 286 | 2019-05-14T14:13:01.000Z | 2020-04-13T15:17:24.000Z | src/Messaging/src/RabbitMQ/Support/IMessageHeadersConverter.cs | SteeltoeOSS/steeltoe | 9db4502f4eb694a1cb2df9811daf6d7917e62198 | [
"Apache-2.0"
] | 56 | 2019-04-28T12:39:59.000Z | 2020-04-13T14:12:08.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using Steeltoe.Messaging.RabbitMQ.Core;
using System.Text;
using RC=RabbitMQ.Client;
namespace Steeltoe.Mess... | 34.941176 | 102 | 0.806397 |
162328703466bb02d4db5647837a24556d6b1168 | 344 | cs | C# | BlazorFourInARowFunctions/Game/IGameBuilder.cs | bofirial/BlazorFourInARow | a504b9716d304569b694a2729a1649af6305c118 | [
"MIT"
] | null | null | null | BlazorFourInARowFunctions/Game/IGameBuilder.cs | bofirial/BlazorFourInARow | a504b9716d304569b694a2729a1649af6305c118 | [
"MIT"
] | null | null | null | BlazorFourInARowFunctions/Game/IGameBuilder.cs | bofirial/BlazorFourInARow | a504b9716d304569b694a2729a1649af6305c118 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Text;
using BlazorFourInARow.Common.Models;
using Microsoft.Azure.Documents.Client;
using GameAction = BlazorFourInARowFunctions.Models.GameAction;
namespace BlazorFourInARowFunctions.Game
{
public interface IGameBuilder
{
GameAction BuildNewGame(Document... | 24.571429 | 63 | 0.796512 |
6038e1e4629361ec4773aff2da63fb713dc79680 | 10,608 | cs | C# | Src/IronPython/Runtime/PythonOptions.cs | btddg28/ironpython | 8006238c19d08db5db9bada39d765143e631059e | [
"Apache-2.0"
] | null | null | null | Src/IronPython/Runtime/PythonOptions.cs | btddg28/ironpython | 8006238c19d08db5db9bada39d765143e631059e | [
"Apache-2.0"
] | null | null | null | Src/IronPython/Runtime/PythonOptions.cs | btddg28/ironpython | 8006238c19d08db5db9bada39d765143e631059e | [
"Apache-2.0"
] | null | null | null | /* ****************************************************************************
*
* Copyright (c) Microsoft Corporation.
*
* This source code is subject to terms and conditions of the Apache License, Version 2.0. A
* copy of the license can be found in the License.html file at the root of this distribution. If
... | 36.204778 | 120 | 0.564857 |
64aa67871bc2f413c024b26171e55672d833e252 | 222 | cs | C# | T1.ParserKit/SqlDom/Expressions/SetOptionPrincipalExpression.cs | flashlin/T1.ParserKit | 4444b6b9e2b93e6bcf9584eda120cf88891fb6e3 | [
"MIT"
] | null | null | null | T1.ParserKit/SqlDom/Expressions/SetOptionPrincipalExpression.cs | flashlin/T1.ParserKit | 4444b6b9e2b93e6bcf9584eda120cf88891fb6e3 | [
"MIT"
] | null | null | null | T1.ParserKit/SqlDom/Expressions/SetOptionPrincipalExpression.cs | flashlin/T1.ParserKit | 4444b6b9e2b93e6bcf9584eda120cf88891fb6e3 | [
"MIT"
] | null | null | null | namespace T1.ParserKit.SqlDom.Expressions
{
public class SetOptionPrincipalExpression : SqlOptionNameExpression
{
public SqlObjectNameExpression Principal { get; set; }
public bool IsToggle { get; set; }
}
} | 27.75 | 69 | 0.752252 |
33c9460b14a0c1d5d2698b4f74eab410394d6829 | 917 | cs | C# | Hades.HR.WCFLibrary/WCFLibrary/Salary/SalaryItemService.cs | robertzml/Hades.HR | c5d9365dbd86b2776088d5f98945601e1536e268 | [
"Apache-2.0"
] | null | null | null | Hades.HR.WCFLibrary/WCFLibrary/Salary/SalaryItemService.cs | robertzml/Hades.HR | c5d9365dbd86b2776088d5f98945601e1536e268 | [
"Apache-2.0"
] | null | null | null | Hades.HR.WCFLibrary/WCFLibrary/Salary/SalaryItemService.cs | robertzml/Hades.HR | c5d9365dbd86b2776088d5f98945601e1536e268 | [
"Apache-2.0"
] | 1 | 2021-03-02T01:06:24.000Z | 2021-03-02T01:06:24.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
using Hades.Framework.Commons;
using Hades.Framework.ControlUtil;
using Hades.Framework.ControlUtil.Facade;
using Hades.HR.Entity;
using Hades.HR.BLL;
using Hades.HR.Fac... | 23.512821 | 89 | 0.665213 |
d5166b23c2f4feef7f941e34c377e24048691cd5 | 796 | cshtml | C# | Source/Web/ImdbLite.Web/Areas/Administration/Views/Celebrities/_DeleteCelebrityPartial.cshtml | ivantomchev/ImdbLiteSE | 5e1f1aa8672b179a779bce1027d5efa4433376fc | [
"MIT"
] | null | null | null | Source/Web/ImdbLite.Web/Areas/Administration/Views/Celebrities/_DeleteCelebrityPartial.cshtml | ivantomchev/ImdbLiteSE | 5e1f1aa8672b179a779bce1027d5efa4433376fc | [
"MIT"
] | null | null | null | Source/Web/ImdbLite.Web/Areas/Administration/Views/Celebrities/_DeleteCelebrityPartial.cshtml | ivantomchev/ImdbLiteSE | 5e1f1aa8672b179a779bce1027d5efa4433376fc | [
"MIT"
] | null | null | null | @model ImdbLite.Web.Areas.Administration.ViewModels.Celebrities.CelebrityDeleteViewModel
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
@Html.HiddenFor(m => m.FullName)
@Html.HiddenFor(m => m.Id)
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-h... | 34.608696 | 100 | 0.645729 |
b5d1ba2c11d1ecf5ab85eea9cec8e5299da978e9 | 420 | cs | C# | Akiba/Core/Exceptions/BootstrapException.cs | marcussacana/akiba | 80fce1b3be4a4455dc50feb516007a5e5f622faf | [
"MIT"
] | null | null | null | Akiba/Core/Exceptions/BootstrapException.cs | marcussacana/akiba | 80fce1b3be4a4455dc50feb516007a5e5f622faf | [
"MIT"
] | null | null | null | Akiba/Core/Exceptions/BootstrapException.cs | marcussacana/akiba | 80fce1b3be4a4455dc50feb516007a5e5f622faf | [
"MIT"
] | null | null | null | using System;
namespace Akiba.Core.Exceptions
{
[Serializable]
class BootstrapException : Exception
{
private string BootstrapError;
public override string Message
{
get
{
return BootstrapError;
}
}
public Bootst... | 17.5 | 49 | 0.528571 |
e09617140fcb5ad6262cbaf248e6f2340aaeda91 | 7,058 | cs | C# | ExampleApp/FrmMain.Designer.cs | Laim/laim.lang | f020bf9841f573f75fe2a1c2b06fd85429bc0463 | [
"MIT"
] | null | null | null | ExampleApp/FrmMain.Designer.cs | Laim/laim.lang | f020bf9841f573f75fe2a1c2b06fd85429bc0463 | [
"MIT"
] | null | null | null | ExampleApp/FrmMain.Designer.cs | Laim/laim.lang | f020bf9841f573f75fe2a1c2b06fd85429bc0463 | [
"MIT"
] | null | null | null | namespace ExampleApp
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param... | 50.776978 | 181 | 0.627373 |
c50769622877b9fb22773df07fc3492ad7df2b3e | 1,394 | cs | C# | aspnetcore/security/authentication/identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Controllers/AccountController.cs | crowchirp/aspnet-docs | 68bd479a394f6660934c9560821c70ad831d0ef7 | [
"CC-BY-4.0",
"MIT"
] | 601 | 2016-05-18T08:23:53.000Z | 2022-01-16T12:15:38.000Z | aspnetcore/security/authentication/identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Controllers/AccountController.cs | crowchirp/aspnet-docs | 68bd479a394f6660934c9560821c70ad831d0ef7 | [
"CC-BY-4.0",
"MIT"
] | 265 | 2016-05-24T06:44:09.000Z | 2019-12-28T03:50:28.000Z | aspnetcore/security/authentication/identity/sample/src/ASPET-IdentityDemo-PrimaryKeysConfig/Controllers/AccountController.cs | crowchirp/aspnet-docs | 68bd479a394f6660934c9560821c70ad831d0ef7 | [
"CC-BY-4.0",
"MIT"
] | 171 | 2016-05-18T09:42:42.000Z | 2021-09-06T06:58:26.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.Data.Entity;
using Microsoft.Extensions... | 31.681818 | 103 | 0.715925 |
3417e663898cc7ab794979e2c57a1f1c10a44896 | 275 | cs | C# | src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/XunitAssemblyInfo.cs | adrianwright109/razor-tooling | 885a343b00bcab620a90c1550c37dafd730ce984 | [
"MIT"
] | 104 | 2018-12-05T00:11:03.000Z | 2020-01-06T10:05:11.000Z | src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/XunitAssemblyInfo.cs | adrianwright109/razor-tooling | 885a343b00bcab620a90c1550c37dafd730ce984 | [
"MIT"
] | 1,047 | 2018-12-04T20:57:08.000Z | 2020-01-06T20:45:45.000Z | src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/XunitAssemblyInfo.cs | adrianwright109/razor-tooling | 885a343b00bcab620a90c1550c37dafd730ce984 | [
"MIT"
] | 60 | 2018-12-04T20:24:27.000Z | 2019-12-30T20:26:18.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT license. See License.txt in the project root for license information.
using Xunit;
[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly, DisableTestParallelization = true)]
| 39.285714 | 107 | 0.803636 |
8960223e548a958262e1591744d7d72b8a4478be | 2,636 | cs | C# | src/Naruto.MongoDB/Internal/DefaultMongoRepository.cs | zhanghaiboshiwo/Naruto.Data | ee09b7ad267ca46b4d9b324eb39badc3a557ec58 | [
"MIT"
] | null | null | null | src/Naruto.MongoDB/Internal/DefaultMongoRepository.cs | zhanghaiboshiwo/Naruto.Data | ee09b7ad267ca46b4d9b324eb39badc3a557ec58 | [
"MIT"
] | null | null | null | src/Naruto.MongoDB/Internal/DefaultMongoRepository.cs | zhanghaiboshiwo/Naruto.Data | ee09b7ad267ca46b4d9b324eb39badc3a557ec58 | [
"MIT"
] | null | null | null | using Naruto.BaseMongo.Model;
using Naruto.MongoDB.Interface;
using Naruto.MongoDB.Object;
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Extensions.DependencyInjection;
using System.Threading.Tasks;
namespace Naruto.MongoDB.Internal
{
/// <summary>
/// 张海波
/// 2019-12-... | 31.759036 | 142 | 0.604704 |
d876303ab52c17283bd35dae03cb6b6cf58adffe | 1,961 | cs | C# | src/Nexus/Shared/DownloadBox.razor.cs | Nexusforge/Nexus | da1ffdcc1fd0771eedb5eb1c7006ec5789bfea01 | [
"MIT"
] | null | null | null | src/Nexus/Shared/DownloadBox.razor.cs | Nexusforge/Nexus | da1ffdcc1fd0771eedb5eb1c7006ec5789bfea01 | [
"MIT"
] | 1 | 2021-06-07T07:27:07.000Z | 2021-06-07T07:27:07.000Z | src/Nexus/Shared/DownloadBox.razor.cs | Nexusforge/Nexus | da1ffdcc1fd0771eedb5eb1c7006ec5789bfea01 | [
"MIT"
] | null | null | null | using MatBlazor;
using Microsoft.AspNetCore.Components;
using Microsoft.Extensions.Logging;
using Microsoft.JSInterop;
using Nexus.Core;
using Nexus.Services;
using Nexus.Utilities;
using Nexus.ViewModels;
using System;
using System.Threading.Tasks;
namespace Nexus.Shared
{
public partial class DownloadBox
{
... | 20.642105 | 104 | 0.649669 |
e813f1cf406b6500da2e093b675fb6b7f2cee3f4 | 872 | cs | C# | TicTacToe.Tests/SampleTests.cs | ChriPas/TicTacToe | 9a970ac9966376c3e6d958802403ee07606de7ab | [
"MIT"
] | null | null | null | TicTacToe.Tests/SampleTests.cs | ChriPas/TicTacToe | 9a970ac9966376c3e6d958802403ee07606de7ab | [
"MIT"
] | null | null | null | TicTacToe.Tests/SampleTests.cs | ChriPas/TicTacToe | 9a970ac9966376c3e6d958802403ee07606de7ab | [
"MIT"
] | null | null | null | using NUnit.Framework;
using OpenQA.Selenium;
using TicTacToe.Common;
using TicTacToe.Pages;
namespace TicTacToe.Tests
{
public class SampleTests
{
private IWebDriver driver;
[SetUp]
public void Setup()
{
WebDriverFactory webDriverFactory = new WebDriverFactory();
... | 21.8 | 71 | 0.558486 |
e82dcdbe48b3309b2aba44787d07a20595fe6ca3 | 8,740 | cs | C# | hvmbot/TelegramPart/TelegramMusic.cs | rhiskey/hvmbot-Public | 7232c3eb0093b8063360aa59f094bcbcc6732974 | [
"MIT"
] | 1 | 2020-09-19T14:01:01.000Z | 2020-09-19T14:01:01.000Z | hvmbot/TelegramPart/TelegramMusic.cs | rhiskey/hvmbot-Public | 7232c3eb0093b8063360aa59f094bcbcc6732974 | [
"MIT"
] | null | null | null | hvmbot/TelegramPart/TelegramMusic.cs | rhiskey/hvmbot-Public | 7232c3eb0093b8063360aa59f094bcbcc6732974 | [
"MIT"
] | null | null | null | using Google.Protobuf;
using MihaZupan;
using Renci.SshNet.Security;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Args;
using T... | 38.844444 | 300 | 0.553204 |
bbf73c160b7ba6b62c7e2fcb9f67710aee0f8b0e | 171 | cs | C# | Smartway.UiComponent.Sample/INotifyMessage.cs | ZeroGachis/xamarin-ui | b9cc5458e1350a1d9e966f88bd9420f770cd46f9 | [
"MIT"
] | null | null | null | Smartway.UiComponent.Sample/INotifyMessage.cs | ZeroGachis/xamarin-ui | b9cc5458e1350a1d9e966f88bd9420f770cd46f9 | [
"MIT"
] | 16 | 2020-10-26T09:19:17.000Z | 2022-01-26T17:36:31.000Z | Smartway.UiComponent.Sample/INotifyMessage.cs | ZeroGachis/xamarin-ui | b9cc5458e1350a1d9e966f88bd9420f770cd46f9 | [
"MIT"
] | 1 | 2020-11-20T03:04:58.000Z | 2020-11-20T03:04:58.000Z | namespace Smartway.UiComponent.Sample
{
public interface INotifyMessage
{
void LongAlert(string message);
void ShortAlert(string message);
}
} | 21.375 | 40 | 0.678363 |
e3dff409fac1d35793be85453a76a126fe26407f | 5,262 | cs | C# | LanguageServer/Message.cs | DustLanguage/LanguageServerProtocol | 7ec64dd84e86890442ad88f255a419f87628b48b | [
"MIT"
] | null | null | null | LanguageServer/Message.cs | DustLanguage/LanguageServerProtocol | 7ec64dd84e86890442ad88f255a419f87628b48b | [
"MIT"
] | null | null | null | LanguageServer/Message.cs | DustLanguage/LanguageServerProtocol | 7ec64dd84e86890442ad88f255a419f87628b48b | [
"MIT"
] | null | null | null | using LanguageServer.Json;
namespace LanguageServer
{
public static class Message
{
public static Result<T, TError> ToResult<T, TError>(ResponseMessage<T, TError> response)
where TError : ResponseError
{
return response.Error == null
? Result<T, TError>.Success(response.Resul... | 27.694737 | 113 | 0.646142 |
0039750713c0199749534860b7a87b042394360f | 510 | cs | C# | Final/Simulation/Program.cs | NanoFabricFX/dapr-hands-on | b92c3cb8289a6b8a74152a1c1eeb863fbef20c9b | [
"Net-SNMP",
"Xnet"
] | 1 | 2021-11-11T04:48:35.000Z | 2021-11-11T04:48:35.000Z | Final/Simulation/Program.cs | NanoFabricFX/dapr-hands-on | b92c3cb8289a6b8a74152a1c1eeb863fbef20c9b | [
"Net-SNMP",
"Xnet"
] | null | null | null | Final/Simulation/Program.cs | NanoFabricFX/dapr-hands-on | b92c3cb8289a6b8a74152a1c1eeb863fbef20c9b | [
"Net-SNMP",
"Xnet"
] | 2 | 2021-04-27T16:16:43.000Z | 2022-02-07T13:15:51.000Z | using System.Threading;
using System.Threading.Tasks;
namespace Simulation
{
class Program
{
static void Main(string[] args)
{
var cam1 = new CameraSimulation();
var cam2 = new CameraSimulation();
var cam3 = new CameraSimulation();
Task.Run(() =... | 23.181818 | 66 | 0.521569 |
100bdc222bc0992f07d17b9892aa407a053c44c5 | 1,597 | cs | C# | AppWeb.PageStatusMonitor/Actions/ConsoleActions.cs | amattias/AppWeb.PageStatusMonitor | 9d419c03ecce9ca720e8f8f39cd40d34350f6b8f | [
"MIT"
] | 2 | 2019-03-14T19:07:27.000Z | 2020-12-21T20:30:02.000Z | AppWeb.PageStatusMonitor/Actions/ConsoleActions.cs | amattias/AppWeb.PageStatusMonitor | 9d419c03ecce9ca720e8f8f39cd40d34350f6b8f | [
"MIT"
] | null | null | null | AppWeb.PageStatusMonitor/Actions/ConsoleActions.cs | amattias/AppWeb.PageStatusMonitor | 9d419c03ecce9ca720e8f8f39cd40d34350f6b8f | [
"MIT"
] | 1 | 2019-03-14T19:07:33.000Z | 2019-03-14T19:07:33.000Z | using System;
using System.Linq;
using AppWeb.PageStatusMonitor.Models;
namespace AppWeb.PageStatusMonitor.Actions
{
public static class ConsoleActions
{
public static Action<MonitorResultItem> WriteCheckStatus = (monitorResultItem) =>
{
if (monitorResultItem.Successful)
... | 38.02381 | 169 | 0.614903 |
1034fccf819f4be961f91c9d1cd7e51ef1e64a2a | 8,236 | cs | C# | samples/VS.NET_C#_Simple_Client/GUI_Terminal1/Form1.cs | IMSS-PhotonFactory/STARS-Core | 208b4c7530b391febc1fb41224ad6b7ff396873b | [
"MIT"
] | null | null | null | samples/VS.NET_C#_Simple_Client/GUI_Terminal1/Form1.cs | IMSS-PhotonFactory/STARS-Core | 208b4c7530b391febc1fb41224ad6b7ff396873b | [
"MIT"
] | null | null | null | samples/VS.NET_C#_Simple_Client/GUI_Terminal1/Form1.cs | IMSS-PhotonFactory/STARS-Core | 208b4c7530b391febc1fb41224ad6b7ff396873b | [
"MIT"
] | null | null | null | using System;
//using System.Collections.Generic;
//using System.ComponentModel;
//using System.Data;
//using System.Drawing;
//using System.Text;
using System.Windows.Forms;
using System.IO;
using STARS;
using STARS.WinForm;
namespace GUI_Terminal1
{
/// <summary>
/// Form1 Class
/// </summary>
public... | 32.171875 | 128 | 0.466731 |
109f79f2e6c325729e37ef8d7cff76ad2eb7a377 | 19,545 | cs | C# | RazorPDF.Legacy/Text/Annotation.cs | DesignLiquido/RazorPDF2 | 359394b1c0bcf8a50745a44456b42e7f2f87036a | [
"Apache-2.0"
] | 11 | 2015-03-20T10:46:47.000Z | 2021-03-29T13:05:10.000Z | RazorPDF.Legacy/Text/Annotation.cs | DesignLiquido/RazorPDF2 | 359394b1c0bcf8a50745a44456b42e7f2f87036a | [
"Apache-2.0"
] | 4 | 2016-06-19T07:30:01.000Z | 2021-12-01T22:19:43.000Z | RazorPDF.Legacy/Text/Annotation.cs | DesignLiquido/RazorPDF2 | 359394b1c0bcf8a50745a44456b42e7f2f87036a | [
"Apache-2.0"
] | 6 | 2015-06-26T17:06:51.000Z | 2022-01-14T17:43:25.000Z | using System;
using System.Collections;
/*
* $Id: Annotation.cs,v 1.12 2008/05/13 11:25:08 psoares33 Exp $
*
*
* Copyright 1999, 2000, 2001, 2002 by Bruno Lowagie.
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in complian... | 37.299618 | 173 | 0.560348 |
55bab76729f235f5b75d77f615cc747eed70088d | 1,113 | cs | C# | PCBoard/UI/SettingsControllerManager.cs | ErisApps/PCBoard | 1c9266904248acae8eceb46cb7291c7c41ba838e | [
"MIT"
] | null | null | null | PCBoard/UI/SettingsControllerManager.cs | ErisApps/PCBoard | 1c9266904248acae8eceb46cb7291c7c41ba838e | [
"MIT"
] | null | null | null | PCBoard/UI/SettingsControllerManager.cs | ErisApps/PCBoard | 1c9266904248acae8eceb46cb7291c7c41ba838e | [
"MIT"
] | null | null | null | using System;
using BeatSaberMarkupLanguage;
using BeatSaberMarkupLanguage.MenuButtons;
using Zenject;
namespace PCBoard.UI
{
internal class SettingsControllerManager : IInitializable, IDisposable
{
private readonly NoticeBoardFlowCoordinator _noticeBoardFlowCoordinator;
private MenuButton? _noticeBoardButton;
... | 22.26 | 95 | 0.761905 |
c821bf8aa14f2e7db2c5ee378eac87f052708e8d | 1,604 | cs | C# | Steam Desktop Authenticator/InputForm.cs | cs-spins/SteamDesktopAuthenticator | 1bf82f9c594dfc18f2197991bdfacecb65f64342 | [
"MIT"
] | 2,204 | 2015-11-25T22:36:44.000Z | 2022-03-30T07:42:39.000Z | Steam Desktop Authenticator/InputForm.cs | cs-spins/SteamDesktopAuthenticator | 1bf82f9c594dfc18f2197991bdfacecb65f64342 | [
"MIT"
] | 709 | 2015-11-27T18:18:24.000Z | 2022-03-26T13:12:07.000Z | Steam Desktop Authenticator/InputForm.cs | cs-spins/SteamDesktopAuthenticator | 1bf82f9c594dfc18f2197991bdfacecb65f64342 | [
"MIT"
] | 659 | 2015-11-27T14:10:25.000Z | 2022-03-30T05:53:01.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Steam_Desktop_Authenticator
{
public partial class InputForm : Form
{
... | 25.870968 | 82 | 0.506234 |
76774834dc5534140d8f3810ebad2f25363e5c43 | 16,122 | cs | C# | modules/AWSPowerShell/Cmdlets/Kendra/Basic/Update-KNDRQuerySuggestionsConfig-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 181 | 2019-03-29T16:45:16.000Z | 2022-03-24T22:46:45.000Z | modules/AWSPowerShell/Cmdlets/Kendra/Basic/Update-KNDRQuerySuggestionsConfig-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 233 | 2019-03-29T12:22:54.000Z | 2022-03-30T08:14:56.000Z | modules/AWSPowerShell/Cmdlets/Kendra/Basic/Update-KNDRQuerySuggestionsConfig-Cmdlet.cs | zechariahks/aws-tools-for-powershell | ec4b1c7f10fd47a2fb386ecb0ecebbfc6b4c8894 | [
"Apache-2.0"
] | 70 | 2019-05-09T05:43:10.000Z | 2022-02-22T15:09:32.000Z | /*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License... | 49.302752 | 278 | 0.630753 |
f62a580ac87289cc3130b471256d9dd4ebb34f1c | 1,492 | cs | C# | Items/Weapons/Magic/ChaosTome.cs | W1K1/tsorcRevamp | 6b53ad95c40dae82c4aea3cdc72108b12b40f7b8 | [
"MIT"
] | null | null | null | Items/Weapons/Magic/ChaosTome.cs | W1K1/tsorcRevamp | 6b53ad95c40dae82c4aea3cdc72108b12b40f7b8 | [
"MIT"
] | null | null | null | Items/Weapons/Magic/ChaosTome.cs | W1K1/tsorcRevamp | 6b53ad95c40dae82c4aea3cdc72108b12b40f7b8 | [
"MIT"
] | null | null | null | using Terraria.ID;
using Terraria.ModLoader;
namespace tsorcRevamp.Items.Weapons.Magic {
class ChaosTome : ModItem {
public override void SetStaticDefaults() {
Tooltip.SetDefault("Casts a purple flame that can pass through solid objects.");
}
public override void SetDefaults() ... | 35.52381 | 92 | 0.572386 |
b3d492f5d7f3eec90a3bf5507ff67acd90337fa8 | 110 | cs | C# | Lab3/L3/TSP.NET.L3/TicketDetails.cs | iulianPeiu6/Labs.NET | e71413f41f9a695d12fa3c2abf52df71dd4533b3 | [
"MIT"
] | null | null | null | Lab3/L3/TSP.NET.L3/TicketDetails.cs | iulianPeiu6/Labs.NET | e71413f41f9a695d12fa3c2abf52df71dd4533b3 | [
"MIT"
] | null | null | null | Lab3/L3/TSP.NET.L3/TicketDetails.cs | iulianPeiu6/Labs.NET | e71413f41f9a695d12fa3c2abf52df71dd4533b3 | [
"MIT"
] | null | null | null | namespace TSP.NET.L3
{
public class TicketDetails
{
public decimal Price { get; set; }
}
} | 15.714286 | 42 | 0.590909 |
2e3edda0541103da7408d9d8da82d36cae475833 | 3,093 | cs | C# | Tank/Code/Screenmanager/Screens/SettingsMain.cs | fossabot/Tank | cb6e40ae2013802bd272829aa0b2e5efdbc9f978 | [
"MIT"
] | 1 | 2022-02-05T08:12:38.000Z | 2022-02-05T08:12:38.000Z | Tank/Code/Screenmanager/Screens/SettingsMain.cs | fossabot/Tank | cb6e40ae2013802bd272829aa0b2e5efdbc9f978 | [
"MIT"
] | 36 | 2020-02-05T17:15:24.000Z | 2022-01-27T09:08:02.000Z | Tank/Code/Screenmanager/Screens/SettingsMain.cs | fossabot/Tank | cb6e40ae2013802bd272829aa0b2e5efdbc9f978 | [
"MIT"
] | 2 | 2022-01-27T09:05:23.000Z | 2022-02-05T08:17:36.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Tank.Code.General;
using Tank.Code.GUIClasses;
using Tank.Code.Sound;
using Tank.Enums;
namespace Tank.Code.Screenmana... | 39.151899 | 178 | 0.66602 |
3b4808165807124ff3f80f8348b5dbd452ef2de8 | 432 | cs | C# | Chapter13/TrackMyWalks/TrackMyWalks/CustomEffects/LabelShadowEffect.cs | PacktPublishing/Mastering-Xamarin-UI-Development---Second-Edition | edd78a0ceb5d0e687b6409c3d639547837e570ea | [
"MIT"
] | 12 | 2018-11-21T12:21:26.000Z | 2021-09-25T23:33:30.000Z | Chapter13/TrackMyWalks/TrackMyWalks/CustomEffects/LabelShadowEffect.cs | PacktPublishing/Mastering-Xamarin-UI-Development---Second-Edition | edd78a0ceb5d0e687b6409c3d639547837e570ea | [
"MIT"
] | null | null | null | Chapter13/TrackMyWalks/TrackMyWalks/CustomEffects/LabelShadowEffect.cs | PacktPublishing/Mastering-Xamarin-UI-Development---Second-Edition | edd78a0ceb5d0e687b6409c3d639547837e570ea | [
"MIT"
] | 8 | 2018-10-10T08:55:46.000Z | 2021-11-10T18:10:14.000Z | //
// LabelShadowEffect.cs
// Creates a Label Shadow Effect using the RoutingEffect Class
//
// Created by Steven F. Daniel on 16/07/2018.
// Copyright © 2018 GENIESOFT STUDIOS. All rights reserved.
//
using Xamarin.Forms;
namespace TrackMyWalks.CustomEffects
{
public class LabelShadowEffect : RoutingEffect
... | 24 | 79 | 0.694444 |
ffd64785be6fff02c83a61950b9e735e7daf91c7 | 168 | cs | C# | WebPage.DAL/Abstractions/IRepositories/ICustomerRepository.cs | GramescuDan/Webpage | 1f6cc0fb16f7a1f8e4e2684ead1108ffb0e668db | [
"MIT"
] | 1 | 2021-11-08T20:05:37.000Z | 2021-11-08T20:05:37.000Z | WebPage.DAL/Abstractions/IRepositories/ICustomerRepository.cs | GramescuDan/Webpage | 1f6cc0fb16f7a1f8e4e2684ead1108ffb0e668db | [
"MIT"
] | 1 | 2021-11-27T15:30:15.000Z | 2021-11-27T15:30:15.000Z | WebPage.DAL/Abstractions/IRepositories/ICustomerRepository.cs | GramescuDan/Webpage | 1f6cc0fb16f7a1f8e4e2684ead1108ffb0e668db | [
"MIT"
] | null | null | null | using WebPage.Domain.Models;
namespace WebPage.DAL.Abstractions.IRepositories
{
public interface ICustomerRepository : IRepository<Customer>
{
}
} | 18.666667 | 64 | 0.720238 |
087a601ec14bb0b535fcbcf01ecf31fdf2cb29ad | 666 | cs | C# | Util/src/Configuration/IhoToolsGlobalCfg.cs | CuchulainX/EnterpriseArchitect_hoTools | bddb0ac6f05e5a4b92bb2d7e698bd55cf4505341 | [
"BSD-2-Clause"
] | 27 | 2016-06-22T06:02:46.000Z | 2021-07-04T05:33:25.000Z | Util/src/Configuration/IhoToolsGlobalCfg.cs | CuchulainX/EnterpriseArchitect_hoTools | bddb0ac6f05e5a4b92bb2d7e698bd55cf4505341 | [
"BSD-2-Clause"
] | 6 | 2017-01-19T08:00:58.000Z | 2021-05-05T15:46:10.000Z | Util/src/Configuration/IhoToolsGlobalCfg.cs | CuchulainX/EnterpriseArchitect_hoTools | bddb0ac6f05e5a4b92bb2d7e698bd55cf4505341 | [
"BSD-2-Clause"
] | 11 | 2016-04-16T11:31:04.000Z | 2021-03-25T17:37:19.000Z |
namespace hoTools.Utils.Configuration
{
public interface IHoToolsGlobalCfg
{
/// <summary>
/// Get the paths of SQL paths as a semicolon separated list
/// </summary>
/// <returns></returns>
string GetSqlPaths();
/// <summary>
/// Get SQL File path from... | 30.272727 | 134 | 0.588589 |
bc369a31c33356f747316e5a3974cbdb3757869b | 1,567 | cs | C# | src/service/FitnessTracker/Workouts/GraphTypes/SportType.cs | andlon93/fit | 054743a2afb281fae33f9f3c36e8d25c3609493e | [
"MIT"
] | null | null | null | src/service/FitnessTracker/Workouts/GraphTypes/SportType.cs | andlon93/fit | 054743a2afb281fae33f9f3c36e8d25c3609493e | [
"MIT"
] | null | null | null | src/service/FitnessTracker/Workouts/GraphTypes/SportType.cs | andlon93/fit | 054743a2afb281fae33f9f3c36e8d25c3609493e | [
"MIT"
] | null | null | null | namespace FitnessTracker.Workouts
{
public enum SportType
{
Aerobics,
BackcountrySkiing,
Badminton,
Baseball,
Basketball,
Boxing,
Canicross,
CircuitTraining,
Climbing,
ClimbingStairs,
Cricket,
CrossCountrySkiing,
... | 19.835443 | 34 | 0.517549 |
a90bdb77630c1b8f2c7bd6eb89437d087303a247 | 716 | cs | C# | DeepSpeech/examples/net_framework/CSharpExamples/DeepSpeechClient/Structs/ModelState.cs | wingerse/audio_adversarial_examples | f747efea967e64351e9d5dc1b36fa1ca8d52b066 | [
"BSD-2-Clause"
] | null | null | null | DeepSpeech/examples/net_framework/CSharpExamples/DeepSpeechClient/Structs/ModelState.cs | wingerse/audio_adversarial_examples | f747efea967e64351e9d5dc1b36fa1ca8d52b066 | [
"BSD-2-Clause"
] | null | null | null | DeepSpeech/examples/net_framework/CSharpExamples/DeepSpeechClient/Structs/ModelState.cs | wingerse/audio_adversarial_examples | f747efea967e64351e9d5dc1b36fa1ca8d52b066 | [
"BSD-2-Clause"
] | null | null | null | using System.Runtime.InteropServices;
using Alphabet = System.IntPtr;
using Scorer = System.IntPtr;
using Session = System.IntPtr;
using MemmappedEnv = System.IntPtr;
using GraphDef = System.IntPtr;
namespace DeepSpeechClient.Structs
{
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public unsaf... | 27.538462 | 65 | 0.696927 |
3b968438ea899981da5a2901e2898b1b833dc7a5 | 564 | cs | C# | sourceCode/dotNet4.6/ndp/fx/src/winforms/Managed/System/WinForms/ToolBarButtonClickEventHandler.cs | csoap/csoap.github.io | 2a8db44eb63425deff147652b65c5912f065334e | [
"Apache-2.0"
] | 5 | 2017-03-03T02:13:16.000Z | 2021-08-18T09:59:56.000Z | sourceCode/dotNet4.6/ndp/fx/src/winforms/Managed/System/WinForms/ToolBarButtonClickEventHandler.cs | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | null | null | null | sourceCode/dotNet4.6/ndp/fx/src/winforms/Managed/System/WinForms/ToolBarButtonClickEventHandler.cs | 295007712/295007712.github.io | 25241dbf774427545c3ece6534be6667848a6faf | [
"Apache-2.0"
] | 4 | 2016-11-15T05:20:12.000Z | 2021-11-13T16:32:11.000Z | namespace System.Windows.Forms {
using System.Diagnostics;
using System;
/// <include file='doc\ToolBarButtonClickEventHandler.uex' path='docs/doc[@for="ToolBarButtonClickEventHandler"]/*' />
/// <devdoc>
/// <para>
/// Represents the method that will handle the <see cref='System.Wi... | 33.176471 | 122 | 0.670213 |
ce4270f1806f0017f1efc9cad068db715c096541 | 30 | cshtml | C# | Final Version~/Ticketshop/Ticketshop/Views/Wishlist/ViewWishlist.cshtml | Kingdomdark/Project5-6 | 394839ccee56d8f04de2dc1b3c5450902481471a | [
"MIT"
] | null | null | null | Final Version~/Ticketshop/Ticketshop/Views/Wishlist/ViewWishlist.cshtml | Kingdomdark/Project5-6 | 394839ccee56d8f04de2dc1b3c5450902481471a | [
"MIT"
] | null | null | null | Final Version~/Ticketshop/Ticketshop/Views/Wishlist/ViewWishlist.cshtml | Kingdomdark/Project5-6 | 394839ccee56d8f04de2dc1b3c5450902481471a | [
"MIT"
] | null | null | null | <h2>wishlist details test</h2> | 30 | 30 | 0.766667 |
1c3a035826b9c07ea44b6b3e667960810e05cba0 | 956 | cs | C# | src/Profiles/Ejyle.DevAccelerate.Profiles.EF/Organizations/DaOrganizationProfileManager.cs | devaccelerate/DevAccelerateNet | 424ecd96c32b053b8cbb704ef566d92761138190 | [
"MIT"
] | 2 | 2019-05-17T22:03:32.000Z | 2021-12-13T08:45:26.000Z | src/Profiles/Ejyle.DevAccelerate.Profiles.EF/Organizations/DaOrganizationProfileManager.cs | devaccelerate/DevAccelerateNet | 424ecd96c32b053b8cbb704ef566d92761138190 | [
"MIT"
] | null | null | null | src/Profiles/Ejyle.DevAccelerate.Profiles.EF/Organizations/DaOrganizationProfileManager.cs | devaccelerate/DevAccelerateNet | 424ecd96c32b053b8cbb704ef566d92761138190 | [
"MIT"
] | 1 | 2018-06-30T05:42:44.000Z | 2018-06-30T05:42:44.000Z | // ----------------------------------------------------------------------------------------------------------------------
// Author: Tanveer Yousuf (@tanveery)
// ----------------------------------------------------------------------------------------------------------------------
// Copyright © Ejyle Technologies (P)... | 50.315789 | 122 | 0.469665 |
1c49517a0b1c4b076d73ea4c06ab11af7e1d68df | 490 | cs | C# | src/Tyrannoport/Models/TestOutcome.cs | iwillspeak/Tyranoport | be3484e1a047430e0f0373139ebfae0a66cbfb96 | [
"MIT"
] | 1 | 2021-07-30T10:05:11.000Z | 2021-07-30T10:05:11.000Z | src/Tyrannoport/Models/TestOutcome.cs | iwillspeak/Tyranoport | be3484e1a047430e0f0373139ebfae0a66cbfb96 | [
"MIT"
] | 2 | 2021-07-20T14:18:50.000Z | 2021-08-06T13:28:18.000Z | src/Tyrannoport/Models/TestOutcome.cs | iwillspeak/Tyranoport | be3484e1a047430e0f0373139ebfae0a66cbfb96 | [
"MIT"
] | null | null | null | namespace Tyrannoport.Models
{
/// <summary>Outcome of a Test Case</summary>
public enum TestOutcome
{
/// <summary>The test passed</summary>
Passed,
/// <summary>The test failed</summary>
Failed,
/// <summary>
/// The test wasn't executed.... | 24.5 | 75 | 0.544898 |
a0bc3bddc04c2ad84797848a44fde70fb267787d | 4,198 | cs | C# | Countdown/DurationFormatter.cs | ChrisAkridge/Misc | 469ba24aa969812a39e0fbd6bdee00cff62dfa6f | [
"MIT"
] | null | null | null | Countdown/DurationFormatter.cs | ChrisAkridge/Misc | 469ba24aa969812a39e0fbd6bdee00cff62dfa6f | [
"MIT"
] | null | null | null | Countdown/DurationFormatter.cs | ChrisAkridge/Misc | 469ba24aa969812a39e0fbd6bdee00cff62dfa6f | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NodaTime;
namespace Countdown
{
internal static class DurationFormatter
{
private const double eCubed = 20.0855369232d;
private static readonly DateTimeZone Eastern;
private static readonl... | 30.867647 | 104 | 0.697237 |
ba84af6f478c2d919037757b625f6b9f0b192648 | 5,290 | cs | C# | Editor/FolderImportWindow.cs | hananoki/CustomProjectBrowser | cf498671b5a56a35d4f92b5629129c97866de1ef | [
"MIT"
] | 2 | 2020-05-27T05:48:54.000Z | 2022-03-23T07:12:21.000Z | Editor/FolderImportWindow.cs | hananoki/CustomProjectBrowser | cf498671b5a56a35d4f92b5629129c97866de1ef | [
"MIT"
] | null | null | null | Editor/FolderImportWindow.cs | hananoki/CustomProjectBrowser | cf498671b5a56a35d4f92b5629129c97866de1ef | [
"MIT"
] | 1 | 2020-05-27T05:48:57.000Z | 2020-05-27T05:48:57.000Z | using HananokiEditor.Extensions;
using System;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEngine;
using UnityEditor.Presets;
namespace HananokiEditor {
public class FolderImportWindow : PopupWindowContent {
//[MenuItem( "Tools/FolderImport" )]
//public static void Open() {
... | 31.301775 | 134 | 0.64518 |
2906d9c61726f4bc4aa220a084d6950f38d25bf1 | 16,429 | cs | C# | test/Infinispan.HotRod.Tests/AuthorizationTester.cs | oraNod/dotnet-client | 0e4fb1c9c64cddf2756f0c4a2cbb6b69fcc97ddc | [
"Apache-2.0"
] | 5 | 2016-01-30T09:05:20.000Z | 2021-08-06T15:20:12.000Z | test/Infinispan.HotRod.Tests/AuthorizationTester.cs | oraNod/dotnet-client | 0e4fb1c9c64cddf2756f0c4a2cbb6b69fcc97ddc | [
"Apache-2.0"
] | 93 | 2015-02-27T20:36:23.000Z | 2021-06-16T14:57:39.000Z | test/Infinispan.HotRod.Tests/AuthorizationTester.cs | oraNod/dotnet-client | 0e4fb1c9c64cddf2756f0c4a2cbb6b69fcc97ddc | [
"Apache-2.0"
] | 10 | 2015-05-28T14:29:26.000Z | 2021-05-03T17:25:37.000Z | using System;
using NUnit.Framework;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Infinispan.HotRod.Tests
{
public class AuthorizationTester
{
private const string K1 = "k1";
private const string V1 = "v1";
private const string K2 = "k2";
private co... | 39.116667 | 159 | 0.593524 |
95eaae2fc2377abf65069eee3f8ead868c47bcd7 | 2,247 | cs | C# | BiliUPDesktopTool/App.xaml.cs | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | BiliUPDesktopTool/App.xaml.cs | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | BiliUPDesktopTool/App.xaml.cs | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | using System;
using System.Windows;
namespace BiliUPDesktopTool
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
#region Public Methods
/// <summary>
/// 查找相同进程
/// </summary>
/// <returns>相同的进程</returns>
pu... | 30.780822 | 99 | 0.501558 |
400baad634485825d7d2bcc11da7f04ee0b39d32 | 655 | cs | C# | AutoMapper.Extensions/MapToTypeAttribute.cs | bobi95/AutoMapper.Extensions | 79358c6843f1291da1cf93e01ed7750f47e2804a | [
"MIT"
] | 1 | 2016-04-13T13:53:36.000Z | 2016-04-13T13:53:36.000Z | AutoMapper.Extensions/MapToTypeAttribute.cs | bobi95/AutoMapper.Extensions | 79358c6843f1291da1cf93e01ed7750f47e2804a | [
"MIT"
] | null | null | null | AutoMapper.Extensions/MapToTypeAttribute.cs | bobi95/AutoMapper.Extensions | 79358c6843f1291da1cf93e01ed7750f47e2804a | [
"MIT"
] | null | null | null | using System;
namespace AutoMapper.Extensions
{
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public sealed class MapToTypeAttribute : Attribute
{
public MapToTypeAttribute(Type type)
{
if (type == null)
throw new Null... | 26.2 | 93 | 0.601527 |
c4a09903fdcfdfdbf23432eeed30beb6865b86f7 | 538 | cs | C# | 04 - CSharp-OOP/05 - SOLID - Lab & Exercise/SOLID/IOManagement/FileWriter.cs | shllshckd/SoftUni-Programming-Basics-March-2020 | 93b453947479c98442df10ea6574196f487895c6 | [
"MIT"
] | null | null | null | 04 - CSharp-OOP/05 - SOLID - Lab & Exercise/SOLID/IOManagement/FileWriter.cs | shllshckd/SoftUni-Programming-Basics-March-2020 | 93b453947479c98442df10ea6574196f487895c6 | [
"MIT"
] | null | null | null | 04 - CSharp-OOP/05 - SOLID - Lab & Exercise/SOLID/IOManagement/FileWriter.cs | shllshckd/SoftUni-Programming-Basics-March-2020 | 93b453947479c98442df10ea6574196f487895c6 | [
"MIT"
] | 1 | 2021-12-27T10:33:26.000Z | 2021-12-27T10:33:26.000Z | using System;
using System.IO;
using SOLID.IOManagement.Interfaces;
namespace SOLID.IOManagement
{
class FileWriter : IWriter
{
public FileWriter(string filePath)
{
this.FilePath = filePath;
}
public string FilePath { get; }
public void Write(string text)... | 19.214286 | 73 | 0.581784 |
9059cc50db5724a9fbaed32b8758f035adfdf785 | 3,910 | cs | C# | Code/Src/ResultTuple.cs | sy052/cubrid-adonet | bb430a90810648f5ac9a3b0991c2337043bf6a44 | [
"Apache-2.0"
] | 6 | 2017-06-22T23:56:33.000Z | 2021-02-18T08:43:08.000Z | Code/Src/ResultTuple.cs | sy052/cubrid-adonet | bb430a90810648f5ac9a3b0991c2337043bf6a44 | [
"Apache-2.0"
] | 2 | 2017-05-12T04:03:00.000Z | 2019-12-13T03:59:55.000Z | Code/Src/ResultTuple.cs | sy052/cubrid-adonet | bb430a90810648f5ac9a3b0991c2337043bf6a44 | [
"Apache-2.0"
] | 26 | 2017-06-21T05:55:02.000Z | 2021-03-29T22:58:37.000Z | /*
* Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above cop... | 33.418803 | 106 | 0.625064 |
9396abc76127f8d5ffe96de2c7498b334f10136c | 524 | cs | C# | CatFactory/ObjectRelationalMapping/RowGuidCol.cs | ewmccarty/CatFactory | 52fc39016fcba04afec7db46b8ad69911e0415ad | [
"MIT"
] | null | null | null | CatFactory/ObjectRelationalMapping/RowGuidCol.cs | ewmccarty/CatFactory | 52fc39016fcba04afec7db46b8ad69911e0415ad | [
"MIT"
] | null | null | null | CatFactory/ObjectRelationalMapping/RowGuidCol.cs | ewmccarty/CatFactory | 52fc39016fcba04afec7db46b8ad69911e0415ad | [
"MIT"
] | null | null | null | using System.Diagnostics;
namespace CatFactory.ObjectRelationalMapping
{
/// <summary>
/// Represents a row Guid column
/// </summary>
[DebuggerDisplay("Name={Name}")]
public class RowGuidCol
{
/// <summary>
/// Initializes a new instance of <see cref="RowGuidCol"/> class
... | 21.833333 | 72 | 0.540076 |
6b1a69b7997cd9d594d5c91f10c081e29395d775 | 235 | cs | C# | src/Visual.Studio.Solution.Renamer.Library/Entity/Project/ProjectConstants.cs | zanybaka/Visual.Studio.Solution.Renamer | 9e94c56e8fd6714ffeb6a5a0bdde5d141d3df988 | [
"MIT"
] | 2 | 2020-10-04T11:16:07.000Z | 2022-01-13T05:29:57.000Z | src/Visual.Studio.Solution.Renamer.Library/Entity/Project/ProjectConstants.cs | zanybaka/Visual.Studio.Solution.Renamer | 9e94c56e8fd6714ffeb6a5a0bdde5d141d3df988 | [
"MIT"
] | null | null | null | src/Visual.Studio.Solution.Renamer.Library/Entity/Project/ProjectConstants.cs | zanybaka/Visual.Studio.Solution.Renamer | 9e94c56e8fd6714ffeb6a5a0bdde5d141d3df988 | [
"MIT"
] | null | null | null | namespace Visual.Studio.Solution.Renamer.Library.Entity.Project
{
public static class ProjectConstants
{
public const string ProjectExtension = ".csproj";
public const string SolutionExtension = ".sln";
}
} | 29.375 | 64 | 0.702128 |
9300d51efad23681b1cf75c27bcae8f42d203617 | 33,743 | cs | C# | FastWpfGrid/FastWpfGrid/FastGridControl_Input.cs | endolith/ExcelMerge | 5ac3519f50e5931ba12f04f5470869042613c553 | [
"MIT",
"Unlicense"
] | 541 | 2017-09-26T08:02:18.000Z | 2022-03-30T06:03:19.000Z | FastWpfGrid/FastWpfGrid/FastGridControl_Input.cs | endolith/ExcelMerge | 5ac3519f50e5931ba12f04f5470869042613c553 | [
"MIT",
"Unlicense"
] | 17 | 2017-11-03T11:04:16.000Z | 2021-04-01T10:06:47.000Z | FastWpfGrid/FastWpfGrid/FastGridControl_Input.cs | endolith/ExcelMerge | 5ac3519f50e5931ba12f04f5470869042613c553 | [
"MIT",
"Unlicense"
] | 104 | 2017-11-08T01:48:02.000Z | 2022-03-26T15:27:15.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Imaging;
using System.Windows.Threading;
namespace FastWpfGrid
{
partial class FastGridCon... | 39.51171 | 185 | 0.513647 |
428b79fc57509e148a6c339d011f6f44ec200458 | 435 | cs | C# | src/Modules/Laser.Orchard.NwazetIntegration/Constants.cs | mkbiltek2019/Laser.Orchard.Platform | 4f0e54c84e76a010c73c6440c9ae1c7dfb558ba7 | [
"Apache-2.0"
] | 1 | 2020-08-13T21:10:15.000Z | 2020-08-13T21:10:15.000Z | src/Modules/Laser.Orchard.NwazetIntegration/Constants.cs | mkbiltek2019/Laser.Orchard.Platform | 4f0e54c84e76a010c73c6440c9ae1c7dfb558ba7 | [
"Apache-2.0"
] | null | null | null | src/Modules/Laser.Orchard.NwazetIntegration/Constants.cs | mkbiltek2019/Laser.Orchard.Platform | 4f0e54c84e76a010c73c6440c9ae1c7dfb558ba7 | [
"Apache-2.0"
] | null | null | null | namespace Laser.Orchard.NwazetIntegration {
public struct CountryAlpha2 {
public int TerritoryId { get; set; }
public string ISOCode { get; set; }
}
public class Constants {
public const string PaymentSucceeded = "Payment Succeeded";
public const string PaymentFailed = "Pay... | 36.25 | 93 | 0.694253 |
6e0489fcb1240745b92de8296883c7dc7acbf8e7 | 3,058 | cs | C# | WmcSoft.Core.Tests/Collections/Specialized/IndexedPriorityQueueTests.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | 3 | 2016-06-06T14:08:30.000Z | 2021-05-08T14:24:07.000Z | WmcSoft.Core.Tests/Collections/Specialized/IndexedPriorityQueueTests.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | null | null | null | WmcSoft.Core.Tests/Collections/Specialized/IndexedPriorityQueueTests.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | 1 | 2021-04-18T04:58:24.000Z | 2021-04-18T04:58:24.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
using WmcSoft.Collections.Generic;
namespace WmcSoft.Collections.Specialized
{
public class IndexedPriorityQueueTests
{
IEnumerator<T> Enumerate<T>(params T[] values)
{
return values.GetEnumerator(0, va... | 29.403846 | 74 | 0.486266 |
b2b51ee10380fd71f27907ffbc93efdb5051bba9 | 8,457 | cs | C# | Resources/Utilities/ExportNuGetStatistics/ExportNuGetStatistics/Program.cs | zanzo420/drywetmidi | beace77d5ec3cbb57970994d6b3f9814e10c1c17 | [
"MIT"
] | 314 | 2017-05-26T14:35:27.000Z | 2022-03-22T20:32:30.000Z | Resources/Utilities/ExportNuGetStatistics/ExportNuGetStatistics/Program.cs | jrdndj/drywetmidi | 3ad73e88dacfde2acfcfc4080b4c582835bfc53a | [
"MIT"
] | 137 | 2017-07-27T12:23:34.000Z | 2022-03-31T14:51:23.000Z | Resources/Utilities/ExportNuGetStatistics/ExportNuGetStatistics/Program.cs | jrdndj/drywetmidi | 3ad73e88dacfde2acfcfc4080b4c582835bfc53a | [
"MIT"
] | 71 | 2017-05-26T18:35:02.000Z | 2022-03-11T17:59:23.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using InfluxDB.Client;
using InfluxDB.Client.Api.Domain;
using InfluxDB.Client.Writes;
using Newtonsoft.Json;
using RestSharp;
namespace ExportNuGetStatistics
{
class Program
{
private static class FieldsNames
{
pub... | 37.092105 | 154 | 0.563793 |
ec2a9142530eb6e510c08944c43619d40768d121 | 1,288 | cs | C# | Assets/Scripts/Model/Ships/TIE Fighter/Backstabber.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | Assets/Scripts/Model/Ships/TIE Fighter/Backstabber.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | Assets/Scripts/Model/Ships/TIE Fighter/Backstabber.cs | stwangner/FlyCasual | 56fc1a4913658febbd97820f4f2bc7d66c22f3eb | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Ship
{
namespace TIEFighter
{
public class Backstabber : TIEFighter
{
public Backstabber() : base()
{
PilotName = "\"Backstabber\"";
Pi... | 25.254902 | 157 | 0.584627 |
c2af72c52497c8ebe5b478768f39d6951fe330fb | 715 | cs | C# | examples/LandingWebSite/Contents/BannerBlock/BB1.cshtml.cs | dkovyazin/BrandUp.Pages | 912a608a04f794e2a72a32caea554fe85775fc09 | [
"Apache-2.0"
] | null | null | null | examples/LandingWebSite/Contents/BannerBlock/BB1.cshtml.cs | dkovyazin/BrandUp.Pages | 912a608a04f794e2a72a32caea554fe85775fc09 | [
"Apache-2.0"
] | 17 | 2019-05-18T08:18:30.000Z | 2019-09-26T06:14:38.000Z | examples/LandingWebSite/Contents/BannerBlock/BB1.cshtml.cs | dkovyazin/BrandUp.Pages | 912a608a04f794e2a72a32caea554fe85775fc09 | [
"Apache-2.0"
] | null | null | null | using BrandUp.Pages;
using BrandUp.Pages.Content;
using BrandUp.Pages.Content.Fields;
using System.Collections.Generic;
namespace LandingWebSite.Contents.BannerBlock
{
[ContentType(Title = "Слайдер баннеров")]
public class BB1 : BannerBlockContent
{
[Model]
public List<BB1_ItemBase> Banner... | 23.833333 | 55 | 0.634965 |
09703f1d99d4f21617824d7f638b9522aa14f33b | 2,810 | cs | C# | Common/Mesh/MeshVisitors/VertexPos2UVVisitor.cs | arakis/ProcEngine | 3573d2fa0be464ef79faa495127089aaba882ad0 | [
"MIT"
] | 28 | 2020-04-20T01:31:26.000Z | 2022-02-15T01:56:55.000Z | Common/Mesh/MeshVisitors/VertexPos2UVVisitor.cs | arakis/ProcEngine | 3573d2fa0be464ef79faa495127089aaba882ad0 | [
"MIT"
] | 3 | 2020-06-03T12:17:48.000Z | 2020-08-01T13:16:46.000Z | Common/Mesh/MeshVisitors/VertexPos2UVVisitor.cs | arakis/ProcEngine | 3573d2fa0be464ef79faa495127089aaba882ad0 | [
"MIT"
] | 2 | 2020-08-08T20:24:20.000Z | 2021-10-03T10:49:32.000Z | // This file is part of Aximo, a Game Engine written in C#. Web: https://github.com/AximoGames
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Aximo.VertexData;
using OpenToolkit.Mathematics;
namespace Aximo
{
internal class VertexPos2UVVisitor : Vertex... | 24.867257 | 101 | 0.528826 |
579006e0999eb90fcaca488be29408a37b4c3781 | 10,813 | cs | C# | CreatBulkFolders/Program.cs | Alishan-1/CreateBulkFolders | c2507c18b7ce5e1a3578e58a5baf56d96f639ded | [
"Apache-2.0"
] | null | null | null | CreatBulkFolders/Program.cs | Alishan-1/CreateBulkFolders | c2507c18b7ce5e1a3578e58a5baf56d96f639ded | [
"Apache-2.0"
] | null | null | null | CreatBulkFolders/Program.cs | Alishan-1/CreateBulkFolders | c2507c18b7ce5e1a3578e58a5baf56d96f639ded | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.IO;
namespace CreatBulkFolders
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Do you want to create Book wise folders?(Y/N)");
string option = Console.ReadLine();
if (optio... | 44.681818 | 147 | 0.398039 |
943349d1a32367539e675c8cd4c5d1a2e7accc95 | 630 | cs | C# | aspnet-core/src/MediaShare.Core/Media/Favorite.cs | tigeryzx/MediaShare | 63bfb466996b02d05b57ff46a83c122fefe9cfbd | [
"MIT"
] | null | null | null | aspnet-core/src/MediaShare.Core/Media/Favorite.cs | tigeryzx/MediaShare | 63bfb466996b02d05b57ff46a83c122fefe9cfbd | [
"MIT"
] | null | null | null | aspnet-core/src/MediaShare.Core/Media/Favorite.cs | tigeryzx/MediaShare | 63bfb466996b02d05b57ff46a83c122fefe9cfbd | [
"MIT"
] | null | null | null | using Abp.Domain.Entities;
using MediaShare.Authorization.Users;
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace MediaShare.Media
{
public class Favorite : Entity
{
public int GetVideoCount()
{
if (this.VideoFavRelations == null || th... | 24.230769 | 84 | 0.649206 |
f5e0f7abc77e856bca528fd0b27a6d3230e69f8f | 399 | cs | C# | Source/Classes/Provider/Task.cs | glennsarti/vsteam | 58a54914bba0bb8f6c3c1c58c2e1448257561910 | [
"MIT"
] | 243 | 2017-09-24T09:39:17.000Z | 2020-06-25T12:52:40.000Z | Source/Classes/Provider/Task.cs | glennsarti/vsteam | 58a54914bba0bb8f6c3c1c58c2e1448257561910 | [
"MIT"
] | 246 | 2017-09-26T05:37:20.000Z | 2020-07-13T14:27:47.000Z | Source/Classes/Provider/Task.cs | glennsarti/vsteam | 58a54914bba0bb8f6c3c1c58c2e1448257561910 | [
"MIT"
] | 129 | 2017-10-07T21:16:35.000Z | 2020-07-10T07:07:44.000Z | using System.Management.Automation;
using vsteam_lib.Provider;
namespace vsteam_lib
{
public class Task : Leaf
{
public string LogUrl { get; set; }
public string Status { get; set; }
public string AgentName { get; set; }
public Task(PSObject obj, string projectName) :
base(obj,... | 22.166667 | 73 | 0.629073 |
eb810459e8b654555b720f39a9fd9e4915474642 | 151 | cs | C# | Sonneville.Investing.Persistence.EFCore/Entity.cs | SonnevilleJ/Investing | a663090f20d4e458250bf4de15a415892a12beaf | [
"MIT"
] | 1 | 2018-03-30T15:09:05.000Z | 2018-03-30T15:09:05.000Z | Sonneville.Investing.Persistence.EFCore/Entity.cs | SonnevilleJ/Investing | a663090f20d4e458250bf4de15a415892a12beaf | [
"MIT"
] | 10 | 2016-02-23T05:06:11.000Z | 2021-01-29T20:21:34.000Z | Sonneville.Investing.Persistence.EFCore/Entity.cs | SonnevilleJ/Investing | a663090f20d4e458250bf4de15a415892a12beaf | [
"MIT"
] | 1 | 2018-03-30T15:14:08.000Z | 2018-03-30T15:14:08.000Z | namespace Sonneville.Investing.Persistence.EFCore
{
public abstract class Entity<TKey>
{
public TKey DatabaseId { get; set; }
}
}
| 18.875 | 50 | 0.662252 |
1396a5b95b9f64cca4e6759dca8f4a20b0953715 | 624 | cs | C# | modules/SeedModules.AngularUI/Startup.cs | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 2 | 2018-10-15T03:02:24.000Z | 2020-06-24T00:52:34.000Z | modules/SeedModules.AngularUI/Startup.cs | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 2 | 2020-04-05T06:51:08.000Z | 2020-07-07T20:08:35.000Z | modules/SeedModules.AngularUI/Startup.cs | fyl080801/dotnet-seed | 38be77c33029ab3ac77db876211020dae13d6142 | [
"MIT"
] | 3 | 2018-05-23T03:12:07.000Z | 2020-02-24T02:48:09.000Z | using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Routing;
using Microsoft.Extensions.DependencyInjection;
using Seed.Modules;
using SeedModules.AngularUI.Extensions;
using SeedModules.AngularUI.Rendering;
using System;
namespace SeedModules.AngularUI
{
public class Startup : StartupBase
{
... | 26 | 119 | 0.74359 |
e98f41e1349ea15590709773a9d58e06f83d6dea | 161 | cs | C# | TinyIndex/IReadOnlyDiskArray.cs | DidacticalEnigma/TinyIndex | 34236e85315729ff28403b99364ea012e6beffd9 | [
"MIT"
] | 1 | 2018-12-12T15:15:33.000Z | 2018-12-12T15:15:33.000Z | TinyIndex/IReadOnlyDiskArray.cs | DidacticalEnigma/TinyIndex | 34236e85315729ff28403b99364ea012e6beffd9 | [
"MIT"
] | null | null | null | TinyIndex/IReadOnlyDiskArray.cs | DidacticalEnigma/TinyIndex | 34236e85315729ff28403b99364ea012e6beffd9 | [
"MIT"
] | null | null | null | namespace TinyIndex
{
public interface IReadOnlyDiskArray<T> : ISyncReadOnlyDiskArray<T>, IAsyncReadOnlyDiskArray<T>
where T : notnull
{
}
} | 23 | 98 | 0.695652 |
e9bd9457f4332901082ee5b967fa6521350653cd | 187 | cs | C# | src/Micro.Net.Abstractions/Activities/IActivityContract.cs | Red-Dragon-Forgeworks/Micro.NET | b53586659f2938a86341ff6ca085ac30984b7c12 | [
"MIT"
] | null | null | null | src/Micro.Net.Abstractions/Activities/IActivityContract.cs | Red-Dragon-Forgeworks/Micro.NET | b53586659f2938a86341ff6ca085ac30984b7c12 | [
"MIT"
] | null | null | null | src/Micro.Net.Abstractions/Activities/IActivityContract.cs | Red-Dragon-Forgeworks/Micro.NET | b53586659f2938a86341ff6ca085ac30984b7c12 | [
"MIT"
] | null | null | null | using System;
namespace Micro.Net.Abstractions.Activities
{
public interface IActivityContract<TLog> where TLog : IActivityLog
{
Guid CorrelationId { get; set; }
}
} | 20.777778 | 70 | 0.695187 |
47866f8e185dc70d3faf324852c8406530a39998 | 2,622 | cs | C# | src/Portal/Test/Unit/Controllers/HomeControllerTests.cs | richstep/TVWS-DB-Code | fed846474afd967c757c78d2de1da3b2a9705550 | [
"MIT"
] | 1 | 2019-01-17T21:03:51.000Z | 2019-01-17T21:03:51.000Z | src/Portal/Test/Unit/Controllers/HomeControllerTests.cs | richstep/TVWS-DB-Code | fed846474afd967c757c78d2de1da3b2a9705550 | [
"MIT"
] | null | null | null | src/Portal/Test/Unit/Controllers/HomeControllerTests.cs | richstep/TVWS-DB-Code | fed846474afd967c757c78d2de1da3b2a9705550 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Microsoft.WhiteSpaces.Portal.Test.Unit
{
using System.Web.Mvc;
using Microsoft.WhiteSpaces.BusinessManager.Fakes;
using Microsoft.WhiteSpaces.Common.Fakes;
using Microsoft.VisualStudio.TestTools.Un... | 30.137931 | 86 | 0.598398 |
5d41d659d2d02e96379207497d98558b4f67acee | 2,018 | cs | C# | ShellCommand/Util/NativeLoader.cs | XUJINKAI/ShellCommand | 45aaac305b72ac013dc62e85f2d39c19fb4ba889 | [
"MIT"
] | 64 | 2019-10-02T12:31:36.000Z | 2022-03-11T12:08:56.000Z | ShellCommand/Util/NativeLoader.cs | XUJINKAI/ShellCommand | 45aaac305b72ac013dc62e85f2d39c19fb4ba889 | [
"MIT"
] | null | null | null | ShellCommand/Util/NativeLoader.cs | XUJINKAI/ShellCommand | 45aaac305b72ac013dc62e85f2d39c19fb4ba889 | [
"MIT"
] | 5 | 2019-10-02T12:53:18.000Z | 2020-07-29T02:01:25.000Z | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace ShellCommand.Util
{
class NativeLoader
{
public static Image LocaImage(string iconPath)
{
try
... | 33.633333 | 161 | 0.557978 |
5de981287884f90b3d739ead644f699bb7519da3 | 719 | cs | C# | Coinbase/Services/LoggerManager.cs | MAD-NTID/midterm---exam-kemoycampbell | 1d58aa18f05c8705741107d35756eacf53d09f7e | [
"MIT"
] | null | null | null | Coinbase/Services/LoggerManager.cs | MAD-NTID/midterm---exam-kemoycampbell | 1d58aa18f05c8705741107d35756eacf53d09f7e | [
"MIT"
] | null | null | null | Coinbase/Services/LoggerManager.cs | MAD-NTID/midterm---exam-kemoycampbell | 1d58aa18f05c8705741107d35756eacf53d09f7e | [
"MIT"
] | null | null | null | using NLog;
namespace Coinbase.Services
{
/**
* This class create log based on the log level
*/
public class LoggerManager : ILoggerManager
{
private readonly ILogger _logger;
public LoggerManager()
{
_logger = LogManager.GetCurrentClassLogger();
}
... | 19.972222 | 57 | 0.529903 |
262e600a82a4eecbf33e58c487bbb0bf19125a1a | 28,433 | cs | C# | MediaBrowser.Theater.DirectShow/LavInterfaces.cs | thogil/MediaBrowser.Theater | 2deb62df4a9d1093f3fb44017711be6b10a63906 | [
"MIT"
] | null | null | null | MediaBrowser.Theater.DirectShow/LavInterfaces.cs | thogil/MediaBrowser.Theater | 2deb62df4a9d1093f3fb44017711be6b10a63906 | [
"MIT"
] | null | null | null | MediaBrowser.Theater.DirectShow/LavInterfaces.cs | thogil/MediaBrowser.Theater | 2deb62df4a9d1093f3fb44017711be6b10a63906 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using System.Threading.Tasks;
namespace MediaBrowser.Theater.DirectShow
{
#region Video
public enum LAVVideoCodec
{
H264,
VC1,
MPEG1,
... | 33.648521 | 151 | 0.637323 |
a55a2c15783630558ca97f00c09fda2685e647ea | 815 | cs | C# | Content/Items/Armor/Runic/RunicGuard.cs | Arcri/AerovelenceMod | 02a8cf2aa7c319ea1d741e049337d27e1f55634d | [
"MIT"
] | null | null | null | Content/Items/Armor/Runic/RunicGuard.cs | Arcri/AerovelenceMod | 02a8cf2aa7c319ea1d741e049337d27e1f55634d | [
"MIT"
] | 1 | 2021-03-21T00:37:09.000Z | 2021-03-21T00:37:09.000Z | Content/Items/Armor/Runic/RunicGuard.cs | Arcri/AerovelenceMod | 02a8cf2aa7c319ea1d741e049337d27e1f55634d | [
"MIT"
] | 1 | 2021-03-28T02:28:57.000Z | 2021-03-28T02:28:57.000Z | using Terraria;
using Terraria.ID;
using Terraria.ModLoader;
namespace AerovelenceMod.Content.Items.Armor.Runic
{
[AutoloadEquip(EquipType.Body)]
public class RunicGuard : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Runic Guard");
Too... | 25.46875 | 55 | 0.557055 |
c5b1d751e37137487c52b326b2de2af097592c25 | 1,874 | cs | C# | buildingworlds_week3/Assets/scripts/CubeLerp/SmoothMove.cs | radiatoryang/buildingworlds_spring2013 | 166135e8b67775b419ff65849f520a39c85eed5a | [
"MIT"
] | 3 | 2015-12-02T22:56:30.000Z | 2020-09-28T14:00:34.000Z | buildingworlds_week3/Assets/scripts/CubeLerp/SmoothMove.cs | radiatoryang/buildingworlds_spring2013 | 166135e8b67775b419ff65849f520a39c85eed5a | [
"MIT"
] | null | null | null | buildingworlds_week3/Assets/scripts/CubeLerp/SmoothMove.cs | radiatoryang/buildingworlds_spring2013 | 166135e8b67775b419ff65849f520a39c85eed5a | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class SmoothMove : MonoBehaviour {
public Vector3 target = new Vector3(10f, 1f, 10f);
public float timeToReachTarget = 5f;
public Transform sphere; // assigned in inspector
public Light cubeLight; // will find and assign the reference automatically in Start()... | 41.644444 | 127 | 0.709712 |
b9e6ccd28a44dbe094dcf9b16ae2b95b2073b485 | 11,416 | cs | C# | SSASDiag/SSASDiag/SimpleMDXParser/MDXGrammarLexClass.cs | jorge-py/SSASDiag | eaa084e336c7d41ca729a8b24cf1456b65d43554 | [
"MS-PL"
] | 29 | 2017-09-26T13:33:59.000Z | 2021-12-21T00:01:52.000Z | SSASDiag/SSASDiag/SimpleMDXParser/MDXGrammarLexClass.cs | jorge-py/SSASDiag | eaa084e336c7d41ca729a8b24cf1456b65d43554 | [
"MS-PL"
] | 13 | 2017-09-26T13:41:27.000Z | 2020-10-28T16:08:47.000Z | SSASDiag/SSASDiag/SimpleMDXParser/MDXGrammarLexClass.cs | jonburchel/SSASDiag | 03e0a6b648adeed35af7fc8f458264cbf939e37a | [
"MS-PL"
] | 6 | 2017-11-05T13:23:43.000Z | 2021-07-01T05:57:34.000Z | using SimpleMDXParser;
using SSVParseLib;
using System;
using System.Collections.Generic;
using System.Drawing;
public class MDXGrammarLexClass : SSLex
{
internal ColorCoding m_ColorCoding;
private List<string> m_Comments;
public Source m_Source;
public const int MDXGrammarLexExprETKMultiLineComment =... | 29.196931 | 841 | 0.539856 |
86752dd745be3f188519b1bf261f1715de0206b7 | 3,356 | cs | C# | src/FCP.Web.Api.Tracing/NLog/NLogTraceWriter.cs | wanlitao/FCP.Web.Framework | af547069636d2a03afecc44251f7772accc85f79 | [
"Apache-2.0"
] | 3 | 2016-12-22T03:31:45.000Z | 2020-06-02T02:17:09.000Z | src/FCP.Web.Api.Tracing/NLog/NLogTraceWriter.cs | wanlitao/FCP.Web.Framework | af547069636d2a03afecc44251f7772accc85f79 | [
"Apache-2.0"
] | null | null | null | src/FCP.Web.Api.Tracing/NLog/NLogTraceWriter.cs | wanlitao/FCP.Web.Framework | af547069636d2a03afecc44251f7772accc85f79 | [
"Apache-2.0"
] | 1 | 2021-08-29T08:16:48.000Z | 2021-08-29T08:16:48.000Z | using NLog;
using System;
using System.Web.Http.Tracing;
using FCP.Util;
using System.Reflection;
using System.Diagnostics;
namespace FCP.Web.Api.Tracing
{
/// <summary>
/// Trace Writer By NLog
/// </summary>
public class NLogTraceWriter : FCPTraceWriter
{
private static readonly Assembly... | 27.508197 | 83 | 0.52503 |
e6fcc98ee9ac24f5cfea6d5a17c7553be96dcbae | 923 | cs | C# | Src/Lsj.Util.Win32/Enums/ACCESSTIMEOUTFlags.cs | kkwpsv/lsjutil | 9dbb7825fedba015bd4b69ce76f7a07b72747d90 | [
"WTFPL"
] | 18 | 2018-07-17T13:41:39.000Z | 2021-11-30T06:13:39.000Z | Src/Lsj.Util.Win32/Enums/ACCESSTIMEOUTFlags.cs | sdzxwxlsj/lsjutil | d1288ad44cb6dd02b19019aa8207468125ae8a1a | [
"WTFPL"
] | 2 | 2020-12-21T03:39:02.000Z | 2021-01-21T00:57:01.000Z | Src/Lsj.Util.Win32/Enums/ACCESSTIMEOUTFlags.cs | sdzxwxlsj/lsjutil | d1288ad44cb6dd02b19019aa8207468125ae8a1a | [
"WTFPL"
] | 2 | 2020-03-21T03:13:57.000Z | 2020-10-29T14:45:53.000Z | using Lsj.Util.Win32.Structs;
namespace Lsj.Util.Win32.Enums
{
/// <summary>
/// <para>
/// <see cref="ACCESSTIMEOUT"/> Flags.
/// </para>
/// <para>
/// From: <see href="https://docs.microsoft.com/zh-cn/windows/win32/api/winuser/ns-winuser-accesstimeout"/>
/// </para>
/// </summary>
... | 32.964286 | 111 | 0.607801 |
fa32b235e2c0ad1d121d91d74a8542bc8338015f | 388 | cs | C# | RecipeApp.UI.WPF/ViewModels/Dashboard/IDashboardViewModel.cs | godzillar/RecipeApp | 90df8fb060c019db5a98f745b3293c47662d368b | [
"MIT"
] | null | null | null | RecipeApp.UI.WPF/ViewModels/Dashboard/IDashboardViewModel.cs | godzillar/RecipeApp | 90df8fb060c019db5a98f745b3293c47662d368b | [
"MIT"
] | null | null | null | RecipeApp.UI.WPF/ViewModels/Dashboard/IDashboardViewModel.cs | godzillar/RecipeApp | 90df8fb060c019db5a98f745b3293c47662d368b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RecipeApp.UI.Interfaces.ViewModels.Dashboard
{
public interface IDashboardViewModel
{
/// <summary>
/// Gets or sets the added recipes
/// </summary>
I... | 21.555556 | 68 | 0.680412 |
70b468f63f490650ccbb8a7dbe7724be61dddee6 | 8,457 | cs | C# | src/Services/MF.Services/Replies/RepliesService.cs | DanielJekov/MinningForum | 30b345aa1544abf0c9e971310307def8ef582fdf | [
"MIT"
] | null | null | null | src/Services/MF.Services/Replies/RepliesService.cs | DanielJekov/MinningForum | 30b345aa1544abf0c9e971310307def8ef582fdf | [
"MIT"
] | null | null | null | src/Services/MF.Services/Replies/RepliesService.cs | DanielJekov/MinningForum | 30b345aa1544abf0c9e971310307def8ef582fdf | [
"MIT"
] | null | null | null | namespace MF.Services.Replies
{
using System;
using System.Collections.Generic;
using System.Linq;
using MF.Data;
using MF.Data.Models;
using MF.Data.Models.Enums;
using MF.Models.ViewModels.Reactions;
using MF.Models.ViewModels.Replies;
public class RepliesService : IRepliesServi... | 38.97235 | 118 | 0.426038 |
22edb620fdb737c0da856a9533371421e876984c | 530 | cs | C# | TeachMeSkills-DotNet.Task 5/Program.cs | AntSkyfall/TeachMeSkills-DotNet-Starter | c675d75fe5dc95abcacdfe415c21f2084f8c13b8 | [
"MIT"
] | null | null | null | TeachMeSkills-DotNet.Task 5/Program.cs | AntSkyfall/TeachMeSkills-DotNet-Starter | c675d75fe5dc95abcacdfe415c21f2084f8c13b8 | [
"MIT"
] | null | null | null | TeachMeSkills-DotNet.Task 5/Program.cs | AntSkyfall/TeachMeSkills-DotNet-Starter | c675d75fe5dc95abcacdfe415c21f2084f8c13b8 | [
"MIT"
] | null | null | null | using System;
namespace TeachMeSkills_DotNet.Task_5
{
class Program
{
static void Main(string[] args)
{
int value1 = 2;
int value2 = 2;
Console.WriteLine("addition " + value1 + value2);
Console.WriteLine("subtraction " + (value1 - value2));
... | 27.894737 | 67 | 0.556604 |
a8e0b217690392693ab58b2d6dd26288af09e7c6 | 393 | cs | C# | Printy/Printy.Web/Models/UserOrder.cs | DzordzoMen/WSEI-Printy | 58e05330a22e4a56cc3d04192f49a173ac9e1f39 | [
"Apache-2.0"
] | null | null | null | Printy/Printy.Web/Models/UserOrder.cs | DzordzoMen/WSEI-Printy | 58e05330a22e4a56cc3d04192f49a173ac9e1f39 | [
"Apache-2.0"
] | null | null | null | Printy/Printy.Web/Models/UserOrder.cs | DzordzoMen/WSEI-Printy | 58e05330a22e4a56cc3d04192f49a173ac9e1f39 | [
"Apache-2.0"
] | null | null | null | using System.ComponentModel.DataAnnotations.Schema;
namespace Printy.Web.Models {
public class UserOrder {
public int? Id { get; set; }
[ForeignKey("User")]
public int? UserId { get; set; }
[ForeignKey("Printer")]
public int? PrinterId { get; set; }
public string Us... | 28.071429 | 52 | 0.59542 |
a8e49b9c881102703dc0b05aa72e99e8ca8afca7 | 14,489 | cs | C# | src/com.ultracart.admin.v2/Model/PaymentsConfigurationTestMethod.cs | UltraCart/rest_api_v2_sdk_csharp | 969638926928d00b089d1285ca021ecf97b61a42 | [
"Apache-2.0"
] | null | null | null | src/com.ultracart.admin.v2/Model/PaymentsConfigurationTestMethod.cs | UltraCart/rest_api_v2_sdk_csharp | 969638926928d00b089d1285ca021ecf97b61a42 | [
"Apache-2.0"
] | null | null | null | src/com.ultracart.admin.v2/Model/PaymentsConfigurationTestMethod.cs | UltraCart/rest_api_v2_sdk_csharp | 969638926928d00b089d1285ca021ecf97b61a42 | [
"Apache-2.0"
] | null | null | null | /*
* UltraCart Rest API V2
*
* UltraCart REST API Version 2
*
* OpenAPI spec version: 2.0.0
* Contact: support@ultracart.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using Sy... | 44.039514 | 547 | 0.582442 |
d17fe873b74820633190d6d99309c4c2d5c1ab47 | 193 | cs | C# | src/FlubuCore/BuildServers/Configurations/Models/GitHubActions/IGitHubActionStep.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 606 | 2019-05-21T08:06:08.000Z | 2022-03-30T13:24:52.000Z | src/FlubuCore/BuildServers/Configurations/Models/GitHubActions/IGitHubActionStep.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 195 | 2017-05-14T06:35:34.000Z | 2019-05-17T19:19:35.000Z | src/FlubuCore/BuildServers/Configurations/Models/GitHubActions/IGitHubActionStep.cs | jenzy-forks/flubu.core | c064355065c045930ad810fd8a3736e0f9a39b93 | [
"MIT"
] | 87 | 2019-05-21T08:13:56.000Z | 2021-12-13T06:13:24.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace FlubuCore.BuildServers.Configurations.Models.GitHubActions
{
public interface IGitHubActionStep
{
}
}
| 17.545455 | 68 | 0.777202 |
d1aa4c1f961181a3a1b839bd58d4a2cd795662cb | 8,100 | cs | C# | src/SBAdmin.Web/Controllers/UserController.cs | YuraMishin/SBAdmin | da202c3bff1be4a27ad7c4ee2e1425defea193d3 | [
"MIT"
] | null | null | null | src/SBAdmin.Web/Controllers/UserController.cs | YuraMishin/SBAdmin | da202c3bff1be4a27ad7c4ee2e1425defea193d3 | [
"MIT"
] | 16 | 2021-01-01T07:09:24.000Z | 2021-01-26T13:16:44.000Z | src/SBAdmin.Web/Controllers/UserController.cs | YuraMishin/SBAdmin | da202c3bff1be4a27ad7c4ee2e1425defea193d3 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using SBAdmin.Web.Models;
using SBAdmin.Web.ViewModels;
namespace SBAdmin.Web.Controllers
{
/// <summary>... | 33.196721 | 116 | 0.50284 |
cadd0d062e66a8c91e92c1bc8363271227ba7a8f | 2,419 | cs | C# | Helpers/PaginatedList.cs | JoePortwood/HelpManual | 7338fe7b2bc48731f213e322aefa56b1274ca96f | [
"Apache-2.0"
] | null | null | null | Helpers/PaginatedList.cs | JoePortwood/HelpManual | 7338fe7b2bc48731f213e322aefa56b1274ca96f | [
"Apache-2.0"
] | null | null | null | Helpers/PaginatedList.cs | JoePortwood/HelpManual | 7338fe7b2bc48731f213e322aefa56b1274ca96f | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using HelpManual.Entities;
namespace HelpManual.Helpers
{
public class PaginatedList<T> : List<T>
{
public int PageIndex { get; private set; }
public int TotalP... | 33.136986 | 132 | 0.588673 |
88e127093c03e5bb730506ee3149c34662cfcbaa | 1,497 | cs | C# | Agiil.Domain.Impl/Data/DevelopmentInitialDataCreator.cs | csf-dev/agiil | b6535504b75f3bddb8e8ffa31b8c4eaa42b25407 | [
"MIT"
] | null | null | null | Agiil.Domain.Impl/Data/DevelopmentInitialDataCreator.cs | csf-dev/agiil | b6535504b75f3bddb8e8ffa31b8c4eaa42b25407 | [
"MIT"
] | null | null | null | Agiil.Domain.Impl/Data/DevelopmentInitialDataCreator.cs | csf-dev/agiil | b6535504b75f3bddb8e8ffa31b8c4eaa42b25407 | [
"MIT"
] | null | null | null | using System;
using Agiil.Auth;
using Agiil.Domain.Auth;
using Agiil.Domain.Projects;
using CSF.ORM;
namespace Agiil.Domain.Data
{
public class DevelopmentInitialDataCreator : IInitialDataCreator
{
readonly IUserCreator userCreator;
readonly IGetsTransaction transactionCreator;
readonly IEntityData da... | 24.95 | 77 | 0.641951 |
813848535e68bfde45f776baeb46a5b45c896e6d | 382 | cs | C# | Updater/Program.cs | secretMoi/Wallon | 797f6de6db4ecb95e36b02d3d06c38048563b348 | [
"MIT"
] | 2 | 2020-12-01T07:52:47.000Z | 2021-03-03T19:35:48.000Z | Updater/Program.cs | secretMoi/Wallon | 797f6de6db4ecb95e36b02d3d06c38048563b348 | [
"MIT"
] | 1 | 2020-11-14T10:43:12.000Z | 2020-11-14T10:43:12.000Z | Updater/Program.cs | secretMoi/Wallon | 797f6de6db4ecb95e36b02d3d06c38048563b348 | [
"MIT"
] | null | null | null | using System;
using System.Threading.Tasks;
using Updater.Folders;
using Updater.Logs;
namespace Updater
{
class Program
{
static async Task Main(string[] args)
{
Run run = new Run();
string result = await run.Execute();
ILog logger = new Logger()
{
Path = "./",
File = "logs.txt"
};
... | 14.148148 | 39 | 0.628272 |
062009db4d811f3232e0a51928e7db8ffa4a205f | 388 | cs | C# | NITBook/Migrations/201906060656590_addUrl.cs | hackhu2019/NITBook | 4d8739b5c308c8b10d7e60b91f14570d04c1b587 | [
"Apache-2.0"
] | 8 | 2019-09-24T04:00:12.000Z | 2021-10-01T13:22:52.000Z | NITBook/Migrations/201906060656590_addUrl.cs | hackhu2019/NITBook | 4d8739b5c308c8b10d7e60b91f14570d04c1b587 | [
"Apache-2.0"
] | 1 | 2019-06-09T07:06:13.000Z | 2019-06-09T07:06:13.000Z | NITBook/Migrations/201906060656590_addUrl.cs | hackhu2019/NITBook | 4d8739b5c308c8b10d7e60b91f14570d04c1b587 | [
"Apache-2.0"
] | 8 | 2019-10-25T03:56:38.000Z | 2022-03-28T03:32:59.000Z | namespace NITBook.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class addUrl : DbMigration
{
public override void Up()
{
AddColumn("dbo.Books", "imageUrl", c => c.String());
}
public override void Down()
{... | 20.421053 | 64 | 0.525773 |
df28072278091530499696cc1313b12e87380134 | 3,125 | cs | C# | DemoQAInteractionTests/SelectableTests.cs | vshiderova/QA-Automation | b94fe796a1ecc06a1ae0f59ee9fe82101eb1edcf | [
"Apache-2.0"
] | null | null | null | DemoQAInteractionTests/SelectableTests.cs | vshiderova/QA-Automation | b94fe796a1ecc06a1ae0f59ee9fe82101eb1edcf | [
"Apache-2.0"
] | null | null | null | DemoQAInteractionTests/SelectableTests.cs | vshiderova/QA-Automation | b94fe796a1ecc06a1ae0f59ee9fe82101eb1edcf | [
"Apache-2.0"
] | null | null | null | using System.IO;
using System.Reflection;
using DemoQAInteractionTests.Pages;
using NUnit.Framework;
using OpenQA.Selenium.Chrome;
namespace DemoQAInteractionTests
{
[TestFixture]
public class SelectableTests
{
private ChromeDriver _driver;
private SelectablePage _selectablePage;
... | 33.602151 | 104 | 0.63936 |
b7b58ce2b60bf07a8174c734eda64707806fcee6 | 8,370 | cs | C# | AWSSDK/Amazon.CloudFront_2012_03_15/Model/CloudFrontStreamingDistributionConfig.cs | mahanthbeeraka/dataservices-sdk-dotnet | 1dd81b8a2b6595d0b36d2efe06a78a5a619ea889 | [
"Apache-2.0"
] | null | null | null | AWSSDK/Amazon.CloudFront_2012_03_15/Model/CloudFrontStreamingDistributionConfig.cs | mahanthbeeraka/dataservices-sdk-dotnet | 1dd81b8a2b6595d0b36d2efe06a78a5a619ea889 | [
"Apache-2.0"
] | null | null | null | AWSSDK/Amazon.CloudFront_2012_03_15/Model/CloudFrontStreamingDistributionConfig.cs | mahanthbeeraka/dataservices-sdk-dotnet | 1dd81b8a2b6595d0b36d2efe06a78a5a619ea889 | [
"Apache-2.0"
] | 1 | 2021-07-27T01:08:48.000Z | 2021-07-27T01:08:48.000Z | /*******************************************************************************
* Copyright 2008-2013 Amazon.com, Inc. or its affiliates. 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. A copy of the License... | 42.060302 | 177 | 0.620191 |
35878c00c0746f288cdf3f77e9da2f3eab92b295 | 214 | cs | C# | src/SFA.DAS.Payments.DataLocks.Domain/Models/UpdatedApprenticeshipResumedModel.cs | PJChamley/das-payments-V2 | e30ca5ac9ed434abe3e002824559802f44c5e210 | [
"MIT"
] | 7 | 2019-07-02T14:02:27.000Z | 2022-02-09T11:12:52.000Z | src/SFA.DAS.Payments.DataLocks.Domain/Models/UpdatedApprenticeshipResumedModel.cs | PJChamley/das-payments-V2 | e30ca5ac9ed434abe3e002824559802f44c5e210 | [
"MIT"
] | 392 | 2018-09-03T08:55:03.000Z | 2022-01-21T09:45:33.000Z | src/SFA.DAS.Payments.DataLocks.Domain/Models/UpdatedApprenticeshipResumedModel.cs | PJChamley/das-payments-V2 | e30ca5ac9ed434abe3e002824559802f44c5e210 | [
"MIT"
] | 7 | 2018-11-22T07:38:53.000Z | 2021-04-11T08:33:58.000Z | using System;
namespace SFA.DAS.Payments.DataLocks.Domain.Models
{
public class UpdatedApprenticeshipResumedModel: UpdatedApprenticeshipModel
{
public DateTime ResumedDate { get; set; }
}
}
| 17.833333 | 78 | 0.728972 |
3725190a1ffbda540ad91e63b805d60dc797e303 | 505 | cs | C# | Chapter2/TodoListAPI/BackGroundWorker/INotifier.cs | VikneshMSFT/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant | f33b8c757f8fbfe092d0e939ac536d2103c5461b | [
"MIT"
] | null | null | null | Chapter2/TodoListAPI/BackGroundWorker/INotifier.cs | VikneshMSFT/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant | f33b8c757f8fbfe092d0e939ac536d2103c5461b | [
"MIT"
] | null | null | null | Chapter2/TodoListAPI/BackGroundWorker/INotifier.cs | VikneshMSFT/ms-identity-javascript-angular-spa-aspnet-webapi-multitenant | f33b8c757f8fbfe092d0e939ac536d2103c5461b | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using TodoListAPI.BackGroundWorker.Message;
using TodoListAPI.BackGroundWorker.MessageHandler;
namespace TodoListAPI.BackGroundWorker
{
public interface INotifier
{
public void Notify(AbstractMessage messa... | 22.954545 | 83 | 0.754455 |
cc8c8f93a54a95c560117c0f2d7795649ac14c17 | 405 | cs | C# | Solution/Ridics.Authentication.Service/MapperProfiles/Sorters/Interfaces/ISecretSorter.cs | RIDICS/Authentication | 4d2dfc617b852ee5f31cd9294f9b090ebdf1dc9b | [
"BSD-3-Clause"
] | 1 | 2022-01-20T16:20:13.000Z | 2022-01-20T16:20:13.000Z | Solution/Ridics.Authentication.Service/MapperProfiles/Sorters/Interfaces/ISecretSorter.cs | RIDICS/Authentication | 4d2dfc617b852ee5f31cd9294f9b090ebdf1dc9b | [
"BSD-3-Clause"
] | 5 | 2020-01-29T13:41:36.000Z | 2022-03-08T23:18:36.000Z | Solution/Ridics.Authentication.Service/MapperProfiles/Sorters/Interfaces/ISecretSorter.cs | RIDICS/Authentication | 4d2dfc617b852ee5f31cd9294f9b090ebdf1dc9b | [
"BSD-3-Clause"
] | null | null | null | using System.Collections.Generic;
using Ridics.Authentication.Core.Models;
using Ridics.Authentication.Service.Models.ViewModel.Secrets;
namespace Ridics.Authentication.Service.MapperProfiles.Sorters.Interfaces
{
public interface ISecretSorter
{
List<SecretViewModel> SortSecrets(List<SecretViewModel> ... | 33.75 | 73 | 0.787654 |
cca6c1bfb897c5ea19455b6b81ddb906d8060ab7 | 1,434 | cs | C# | DataService/Api/Controllers/Empresas.Controller.cs | NASSER-JV/DataService | 2e06148ae2d3b4671d2e487d9be2016cb285a01a | [
"MIT"
] | null | null | null | DataService/Api/Controllers/Empresas.Controller.cs | NASSER-JV/DataService | 2e06148ae2d3b4671d2e487d9be2016cb285a01a | [
"MIT"
] | null | null | null | DataService/Api/Controllers/Empresas.Controller.cs | NASSER-JV/DataService | 2e06148ae2d3b4671d2e487d9be2016cb285a01a | [
"MIT"
] | null | null | null | using DataService.Api.Dtos;
using DataService.App.Commands;
using DataService.App.Dtos;
using DataService.App.Queries;
using DataService.Dtos;
using MediatR;
using Microsoft.AspNetCore.Mvc;
namespace DataService.Api.Controllers;
[Route("api/[controller]")]
[ApiController]
public class EmpresasController : ControllerB... | 27.576923 | 100 | 0.707113 |
5e3ca7e41d8611de6c119971dbe7accc15ff61c9 | 413 | cs | C# | IT-Career-V3/Module 5 - OOP/E04-InheritanceAndInterfaces/P05-Cars/Tesla.cs | aalishov/School | d6c0067934b3373ba282893963f0158e42eeb7e0 | [
"MIT"
] | 2 | 2021-02-14T21:55:46.000Z | 2022-03-13T14:52:16.000Z | IT-Career-V3/Module 5 - OOP/E04-InheritanceAndInterfaces/P05-Cars/Tesla.cs | aalishov/School | d6c0067934b3373ba282893963f0158e42eeb7e0 | [
"MIT"
] | null | null | null | IT-Career-V3/Module 5 - OOP/E04-InheritanceAndInterfaces/P05-Cars/Tesla.cs | aalishov/School | d6c0067934b3373ba282893963f0158e42eeb7e0 | [
"MIT"
] | 1 | 2022-03-13T14:52:13.000Z | 2022-03-13T14:52:13.000Z | using System;
using System.Collections.Generic;
using System.Text;
namespace P05_Cars
{
public class Tesla : Car, IElectricCar
{
public Tesla()
{
this.Battery = 100;
}
public int Battery { get; set; }
public override string ToString()
{
... | 19.666667 | 86 | 0.554479 |
43cbeef14bf97e9e53923309017cad369e172de6 | 8,911 | cs | C# | dotnet/DataStructures/DataStructuresTests/LinkedListTests.cs | AGValdes/data-structures-and-algorithms | b00a97b3cd1b4c6d1839d6273955b447b835c31a | [
"MIT"
] | null | null | null | dotnet/DataStructures/DataStructuresTests/LinkedListTests.cs | AGValdes/data-structures-and-algorithms | b00a97b3cd1b4c6d1839d6273955b447b835c31a | [
"MIT"
] | 13 | 2021-01-19T01:43:31.000Z | 2021-02-24T22:25:05.000Z | dotnet/DataStructures/DataStructuresTests/LinkedListTests.cs | AGValdes/data-structures-and-algorithms | b00a97b3cd1b4c6d1839d6273955b447b835c31a | [
"MIT"
] | null | null | null | using System;
using Xunit;
using DataStructures2;
namespace DataStructureTests
{
public class LinkListTests
{
[Fact]
public void Linked_List_Created_With_A_Value_Has_Correct_Head()
{
int value = 2;
LinkedList<int> testList = new LinkedList<int>(value);
Assert.Equal(testList.Head.Va... | 25.90407 | 104 | 0.624621 |
1eaa22e0c597fe25601ac685df461bd33b8ade51 | 1,204 | cs | C# | aspnet/mvc/overview/deployment/docker-aspnetmvc/samples/MVCRandomAnswerGenerator/MVCRandomAnswerGenerator/AnswerGenerator.cs | v-hearya/AspNetDocs | 4e11984fa5c9be7f48358fac15cbbfd070f04db5 | [
"CC-BY-4.0",
"MIT"
] | 159 | 2020-02-20T05:22:34.000Z | 2022-03-29T12:07:40.000Z | aspnet/mvc/overview/deployment/docker-aspnetmvc/samples/MVCRandomAnswerGenerator/MVCRandomAnswerGenerator/AnswerGenerator.cs | v-hearya/AspNetDocs | 4e11984fa5c9be7f48358fac15cbbfd070f04db5 | [
"CC-BY-4.0",
"MIT"
] | 456 | 2020-11-29T05:23:12.000Z | 2022-03-27T10:02:18.000Z | aspnet/mvc/overview/deployment/docker-aspnetmvc/samples/MVCRandomAnswerGenerator/MVCRandomAnswerGenerator/AnswerGenerator.cs | v-hearya/AspNetDocs | 4e11984fa5c9be7f48358fac15cbbfd070f04db5 | [
"CC-BY-4.0",
"MIT"
] | 672 | 2020-02-20T07:49:28.000Z | 2022-03-31T13:37:20.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace MVCRandomAnswerGenerator
{
public class AnswerGenerator
{
private static readonly string[] Answers = new string[]
{
"It is certain",
"It is decidedly so",
... | 28.666667 | 63 | 0.466777 |
3d895c23ad3c1394e89c79fd3319d0f5d311be3b | 2,851 | cshtml | C# | Pages/Billing/Order.cshtml | FenixAlliance/ABS.Themes.Turing | 469dd04a3ec5cf77cf349a52e03eba0ccae8c43c | [
"MIT"
] | null | null | null | Pages/Billing/Order.cshtml | FenixAlliance/ABS.Themes.Turing | 469dd04a3ec5cf77cf349a52e03eba0ccae8c43c | [
"MIT"
] | null | null | null | Pages/Billing/Order.cshtml | FenixAlliance/ABS.Themes.Turing | 469dd04a3ec5cf77cf349a52e03eba0ccae8c43c | [
"MIT"
] | null | null | null | @inherits FenixAlliance.ABS.Core.Templating.Templates.DynamicComponentBase
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, AuthoringTagHelpers
@using System
@using System.Linq
@using FenixAlliance
@using FenixAlliance.ABM.Models
@using FenixAlliance.ABM.Models.Holders
@using FenixAlliance.ABM.Mod... | 39.597222 | 175 | 0.674149 |
3d9df5b81947a2549e909c2711d6542175c66421 | 2,687 | cs | C# | BARS.ClickHouse.Ado/Impl/ColumnTypes/DateTimeColumnType.cs | enragez/ClickHouse.NET | 4766efe2b83f0f84cb6a31adc14f6ee80ce72aa9 | [
"MIT"
] | 1 | 2018-12-02T12:53:50.000Z | 2018-12-02T12:53:50.000Z | BARS.ClickHouse.Ado/Impl/ColumnTypes/DateTimeColumnType.cs | enragez/BARS.ClickHouse.NET | 4766efe2b83f0f84cb6a31adc14f6ee80ce72aa9 | [
"MIT"
] | null | null | null | BARS.ClickHouse.Ado/Impl/ColumnTypes/DateTimeColumnType.cs | enragez/BARS.ClickHouse.NET | 4766efe2b83f0f84cb6a31adc14f6ee80ce72aa9 | [
"MIT"
] | null | null | null | namespace BARS.ClickHouse.Ado.Impl.ColumnTypes
{
using System;
using System.Data;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
using ATG.Insert;
using Buffer = System.Buffer;
internal class DateTimeColumnType : DateColumnType
{
private static rea... | 33.5875 | 116 | 0.532936 |
411869bc44e4035d640af17ba281f7e88d593a5b | 1,955 | cs | C# | src/SadRobot.Core/Models/MythicKeystone.cs | SadRobotGG/SadRobot.gg | 4ed2a16f3df641d8411cd1b92f11ae5876cd38e3 | [
"MIT"
] | null | null | null | src/SadRobot.Core/Models/MythicKeystone.cs | SadRobotGG/SadRobot.gg | 4ed2a16f3df641d8411cd1b92f11ae5876cd38e3 | [
"MIT"
] | null | null | null | src/SadRobot.Core/Models/MythicKeystone.cs | SadRobotGG/SadRobot.gg | 4ed2a16f3df641d8411cd1b92f11ae5876cd38e3 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
namespace SadRobot.Core.Models
{
public class MythicKeystone
{
public MythicKeystone()
{
}
public MythicKeystone(int id, int expansion, int mapId, int mdtId, int bronze, int silver, int gold, int scenarioId, string name, params DungeonCriteria... | 32.04918 | 172 | 0.571355 |
4173032dda191edd6ac9b35ac3a13f8b277201db | 140,264 | cs | C# | Ginger/GingerCoreNET/Run/RunSetActions/RunSetActionHTMLReportSendEmailOperations.cs | FOSSAware/Ginger | adf75c373350355e42dc107ae906ba51a2eb237e | [
"Apache-2.0"
] | null | null | null | Ginger/GingerCoreNET/Run/RunSetActions/RunSetActionHTMLReportSendEmailOperations.cs | FOSSAware/Ginger | adf75c373350355e42dc107ae906ba51a2eb237e | [
"Apache-2.0"
] | null | null | null | Ginger/GingerCoreNET/Run/RunSetActions/RunSetActionHTMLReportSendEmailOperations.cs | FOSSAware/Ginger | adf75c373350355e42dc107ae906ba51a2eb237e | [
"Apache-2.0"
] | null | null | null | #region License
/*
Copyright © 2014-2022 European Support Limited
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 ... | 74.727757 | 449 | 0.549856 |
fc2f3edadb9ee6ad471de120d40d2a9ae7fcb80f | 1,350 | cs | C# | IdentityServer4.NHibernate.Storage/Mappings/Stores/Operational/DeviceFlowCodesMap.cs | muhamad-rizki/IdentityServer4.NHibernate | 1c49034f79f324ef93979f536e6d126fc11174e0 | [
"Apache-2.0"
] | 10 | 2019-01-10T20:08:18.000Z | 2021-07-07T14:08:59.000Z | IdentityServer4.NHibernate.Storage/Mappings/Stores/Operational/DeviceFlowCodesMap.cs | muhamad-rizki/IdentityServer4.NHibernate | 1c49034f79f324ef93979f536e6d126fc11174e0 | [
"Apache-2.0"
] | 8 | 2019-09-19T21:37:38.000Z | 2022-01-03T18:55:04.000Z | IdentityServer4.NHibernate.Storage/Mappings/Stores/Operational/DeviceFlowCodesMap.cs | muhamad-rizki/IdentityServer4.NHibernate | 1c49034f79f324ef93979f536e6d126fc11174e0 | [
"Apache-2.0"
] | 8 | 2020-03-16T10:29:32.000Z | 2021-12-03T01:29:33.000Z | using IdentityServer4.NHibernate.Entities;
using NHibernate.Mapping.ByCode;
using NHibernate.Mapping.ByCode.Conformist;
namespace IdentityServer4.NHibernate.Mappings.Stores.Operational
{
internal class DeviceFlowCodesMap : ClassMapping<DeviceFlowCodes>
{
public DeviceFlowCodesMap()
{
... | 29.347826 | 72 | 0.502963 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.