hexsha stringlengths 40 40 | size int64 30 1.05M | ext stringclasses 24
values | lang stringclasses 5
values | max_stars_repo_path stringlengths 4 355 | max_stars_repo_name stringlengths 5 110 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses list | max_stars_count float64 1 208k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 355 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses list | max_issues_count float64 1 77k ⌀ | 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 4 355 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses list | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 30 1.05M | avg_line_length float64 2.67 1.04M | max_line_length int64 9 1.04M | alphanum_fraction float64 0.01 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3d5240c49e77a5bfe37496da1b3c9050cac49bca | 3,249 | cs | C# | Serenity.Core/Authorization/Authorization.cs | awesomegithubusername/Serenity | 7dc6b630f5ce0187135348bbff2a378d21ccc458 | [
"MIT"
] | 1 | 2021-02-24T23:13:39.000Z | 2021-02-24T23:13:39.000Z | Serenity.Core/Authorization/Authorization.cs | awesomegithubusername/Serenity | 7dc6b630f5ce0187135348bbff2a378d21ccc458 | [
"MIT"
] | null | null | null | Serenity.Core/Authorization/Authorization.cs | awesomegithubusername/Serenity | 7dc6b630f5ce0187135348bbff2a378d21ccc458 | [
"MIT"
] | 2 | 2020-12-01T09:19:53.000Z | 2021-11-18T12:54:52.000Z | using Serenity.Abstractions;
using Serenity.Services;
using System;
namespace Serenity
{
/// <summary>
/// Provides a common access point for authorization related services
/// </summary>
public static class Authorization
{
/// <summary>
/// Returns true if user is logg... | 31.852941 | 113 | 0.524469 |
3d53a13b1b60f5ece5b3b44cd8af98b4817d338f | 2,218 | cshtml | C# | Project1/StoreWebApp/Views/Stores/History.cshtml | 042020-dotnet-uta/michaelHall-repo1 | d372c145df81c085f7d345f381114df127baa31a | [
"MIT"
] | null | null | null | Project1/StoreWebApp/Views/Stores/History.cshtml | 042020-dotnet-uta/michaelHall-repo1 | d372c145df81c085f7d345f381114df127baa31a | [
"MIT"
] | null | null | null | Project1/StoreWebApp/Views/Stores/History.cshtml | 042020-dotnet-uta/michaelHall-repo1 | d372c145df81c085f7d345f381114df127baa31a | [
"MIT"
] | null | null | null | @model IEnumerable<StoreWebApp.Models.Order>
@{
ViewData["Title"] = "Store Order History";
}
@{ int index = 1;}
@foreach (var item in Model)
{
if (index == 1)
{
<h1>
Order History for
@Html.DisplayFor(modelItem => item.Product.Store.Location)
</h1>
}
index... | 24.373626 | 75 | 0.419748 |
3d5514efc6e1c2206255d220fef1a1f72658e552 | 3,485 | cs | C# | Ess3.Library/S3/Delete.cs | Kingloo/Ess3 | cc95032b8670145d0aef7cdabc27393bed546682 | [
"Unlicense"
] | null | null | null | Ess3.Library/S3/Delete.cs | Kingloo/Ess3 | cc95032b8670145d0aef7cdabc27393bed546682 | [
"Unlicense"
] | null | null | null | Ess3.Library/S3/Delete.cs | Kingloo/Ess3 | cc95032b8670145d0aef7cdabc27393bed546682 | [
"Unlicense"
] | null | null | null | using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Amazon.S3;
using Amazon.S3.Model;
using Ess3.Library.Interfaces;
using Ess3.Library.Model;
namespace Ess3.Library.S3
{
public static class Delete
{
public static Task<bool> FileAsync(IAccount account, Ess3Bucket bucket, Ess3... | 37.074468 | 161 | 0.635294 |
3d56f703606770dcfd1506d7f79742f05158e7ad | 3,632 | cs | C# | Source/ASBMessageTool/SendingMessages/SendersConfigs.cs | grzegorz-wolszczak/asb-message-tool | 0f21fb53de19ae63c39979d4a1c9d25ccd47c544 | [
"BSD-3-Clause"
] | null | null | null | Source/ASBMessageTool/SendingMessages/SendersConfigs.cs | grzegorz-wolszczak/asb-message-tool | 0f21fb53de19ae63c39979d4a1c9d25ccd47c544 | [
"BSD-3-Clause"
] | null | null | null | Source/ASBMessageTool/SendingMessages/SendersConfigs.cs | grzegorz-wolszczak/asb-message-tool | 0f21fb53de19ae63c39979d4a1c9d25ccd47c544 | [
"BSD-3-Clause"
] | null | null | null | using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using ASBMessageTool.SendingMessages.Gui;
namespace ASBMessageTool.SendingMessages;
public sealed class SendersConfigs : INotifyPropertyChanged
{
private SenderCon... | 35.960396 | 117 | 0.72467 |
3d57d883d7f5f4b62ed0455ae336fe0f348e74ad | 13,587 | cs | C# | Database/Tables/BasicElements/TimeBasedProfile.cs | vitorbellotto/LoadProfileGenerator | 2fa694a9fe93c5ad6c5aa05416f9f99cb3a1da69 | [
"MIT"
] | null | null | null | Database/Tables/BasicElements/TimeBasedProfile.cs | vitorbellotto/LoadProfileGenerator | 2fa694a9fe93c5ad6c5aa05416f9f99cb3a1da69 | [
"MIT"
] | null | null | null | Database/Tables/BasicElements/TimeBasedProfile.cs | vitorbellotto/LoadProfileGenerator | 2fa694a9fe93c5ad6c5aa05416f9f99cb3a1da69 | [
"MIT"
] | null | null | null | //-----------------------------------------------------------------------
// <copyright>
//
// Copyright (c) TU Chemnitz, Prof. Technische Thermodynamik
// Written by Noah Pflugradt.
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following condition... | 40.924699 | 193 | 0.601163 |
3d58d7fc3c49066e003c63502396284f21227fd5 | 12,662 | cs | C# | City/ControlsClientDeprecated/DomainClient/HarsiddhiTempleClient.cs | vladkar/pulse-project-open | d48166922038e6ede5f67e191393f6b9417d0eea | [
"MIT"
] | 1 | 2020-11-30T05:12:44.000Z | 2020-11-30T05:12:44.000Z | City/ControlsClientDeprecated/DomainClient/HarsiddhiTempleClient.cs | vladkar/pulse-project-open | d48166922038e6ede5f67e191393f6b9417d0eea | [
"MIT"
] | 2 | 2019-12-13T07:54:23.000Z | 2019-12-28T23:30:00.000Z | City/ControlsClientDeprecated/DomainClient/HarsiddhiTempleClient.cs | vladkar/pulse-project-open | d48166922038e6ede5f67e191393f6b9417d0eea | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using City.Snapshot;
using City.Snapshot.Navfield;
using City.Snapshot.PulseAgent;
using City.Snapshot.Snapshot;
using City.UIFrames.Converter;
using City.UIFrames.Converter.Models;
using Fusion.Core.Mathematics;
using Fusion.Drivers.Graphics;
using Fu... | 35.567416 | 157 | 0.503633 |
3d5c2dd8a6dc8f0d40e3a4c1f68217a5eff6941e | 1,486 | cs | C# | Net/UserTokenManager.cs | niuniuzhu/RC | 344a84c4979facc6d0f3ab880c2f6282cf7d010e | [
"MIT"
] | 2 | 2018-05-20T00:56:48.000Z | 2021-08-30T20:56:12.000Z | Net/UserTokenManager.cs | niuniuzhu/RC | 344a84c4979facc6d0f3ab880c2f6282cf7d010e | [
"MIT"
] | null | null | null | Net/UserTokenManager.cs | niuniuzhu/RC | 344a84c4979facc6d0f3ab880c2f6282cf7d010e | [
"MIT"
] | 1 | 2022-03-14T10:42:03.000Z | 2022-03-14T10:42:03.000Z | using System.Collections;
using System.Collections.Generic;
using RC.Core.Misc;
namespace RC.Net
{
public class UserTokenManager<T> : IEnumerable<T> where T : IUserToken
{
private readonly List<T> _tokens = new List<T>();
private readonly Dictionary<ushort, T> _idToTokens = new Dictionary<ushort, T>();
privat... | 22.515152 | 83 | 0.664872 |
3d5c3f59f5d020d8b7019659e2023571febd290a | 1,791 | cs | C# | src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs | QPC-database/codelyzer | 34252ac19a5826623d399795b3fdc4ab4cd9a028 | [
"Apache-2.0"
] | 1 | 2021-07-10T14:47:26.000Z | 2021-07-10T14:47:26.000Z | src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs | QPC-database/codelyzer | 34252ac19a5826623d399795b3fdc4ab4cd9a028 | [
"Apache-2.0"
] | null | null | null | src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs | QPC-database/codelyzer | 34252ac19a5826623d399795b3fdc4ab4cd9a028 | [
"Apache-2.0"
] | null | null | null | using Codelyzer.Analysis.Model;
using Microsoft.CodeAnalysis;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Codelyzer.Analysis.Build
{
public class ProjectBuildResult : IDisposable
{
public string ProjectPath { get; set; }
public string ProjectR... | 32.563636 | 87 | 0.619765 |
3d5dbb0b3e4fff87ee7d5e87e452283edf00f807 | 2,515 | cs | C# | src/TorchSharp/NN/Activation/Softshrink.cs | mfagerlund/TorchSharp | 43910a3c841a96be5e7b625b6f8b827e106793e3 | [
"MIT"
] | 10 | 2018-10-12T17:04:10.000Z | 2018-10-15T14:42:04.000Z | src/TorchSharp/NN/Activation/Softshrink.cs | mfagerlund/TorchSharp | 43910a3c841a96be5e7b625b6f8b827e106793e3 | [
"MIT"
] | 1 | 2021-11-09T16:35:53.000Z | 2021-11-09T16:35:53.000Z | src/TorchSharp/NN/Activation/Softshrink.cs | mfagerlund/TorchSharp | 43910a3c841a96be5e7b625b6f8b827e106793e3 | [
"MIT"
] | 1 | 2022-01-27T14:59:48.000Z | 2022-01-27T14:59:48.000Z | // Copyright (c) .NET Foundation and Contributors. All Rights Reserved. See LICENSE in the project root for license information.
using System;
using System.Runtime.InteropServices;
using static TorchSharp.torch;
namespace TorchSharp
{
using Modules;
namespace Modules
{
/// <summary>
/// ... | 34.452055 | 130 | 0.539563 |
3d5e932570ec6abc6cf0e75df854cf8f88022349 | 11,648 | cs | C# | archive/Changesets/beta/Tests/MBF.TestAutomation/Matrix/RowKeysPaddedDoubleBvtTestCases.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | archive/Changesets/beta/Tests/MBF.TestAutomation/Matrix/RowKeysPaddedDoubleBvtTestCases.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | archive/Changesets/beta/Tests/MBF.TestAutomation/Matrix/RowKeysPaddedDoubleBvtTestCases.cs | jdm7dv/Microsoft-Biology-Foundation | 4873300d957cb46694392c480301b319b55f58b8 | [
"Apache-2.0"
] | null | null | null | // *****************************************************************
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the Microsoft Public License.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANT... | 38.697674 | 125 | 0.594609 |
3d5eb3f4bbfaf538375ac0895b3a94fb8c73c205 | 3,253 | cs | C# | sdk/search/Azure.Search.Documents/src/Generated/Models/CommonGramTokenFilter.cs | jessicl-ms/azure-sdk-for-net | 5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5 | [
"MIT"
] | 1 | 2022-02-17T12:18:20.000Z | 2022-02-17T12:18:20.000Z | sdk/search/Azure.Search.Documents/src/Generated/Models/CommonGramTokenFilter.cs | jessicl-ms/azure-sdk-for-net | 5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5 | [
"MIT"
] | 1 | 2018-08-21T16:56:36.000Z | 2018-08-21T16:56:36.000Z | sdk/search/Azure.Search.Documents/src/Generated/Models/CommonGramTokenFilter.cs | jessicl-ms/azure-sdk-for-net | 5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5 | [
"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;
using System.Linq;
namespace Azure.Search.Documents.Models
{
/// <summary> Construct bigrams for frequently occurring terms while... | 57.070175 | 261 | 0.681217 |
3d605d599864ef5c74ac1274d4dc52d03be22d6a | 21,967 | cs | C# | BundleMasterRuntime/AssetComponentUpdate.cs | xingchenxuup/BundleMaster | 0bc04b0797a8d17c5868781c855c9911c05135cd | [
"Apache-2.0"
] | null | null | null | BundleMasterRuntime/AssetComponentUpdate.cs | xingchenxuup/BundleMaster | 0bc04b0797a8d17c5868781c855c9911c05135cd | [
"Apache-2.0"
] | 2 | 2022-02-17T06:53:09.000Z | 2022-03-07T03:14:18.000Z | BundleMasterRuntime/AssetComponentUpdate.cs | xingchenxuup/BundleMaster | 0bc04b0797a8d17c5868781c855c9911c05135cd | [
"Apache-2.0"
] | null | null | null | using System;
using System.IO;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using ET;
using UnityEngine.Networking;
namespace BM
{
public static partial class AssetComponent
{
/// <summary>
/// 检查分包是否需要更新
/// </summary>
/// <param name="bundl... | 45.199588 | 181 | 0.529476 |
3d60683b124ca05b8017f2fe43bce4446421f8f0 | 2,489 | cs | C# | Kooboo.CMS/Kooboo.CMS.Modules/Kooboo.CMS.Modules.CMIS/Services/IPolicyService.cs | syberside/CMS | 9b4e785e7f6324c9ade56f79a81dac33ec4292e7 | [
"BSD-3-Clause"
] | 288 | 2015-01-02T08:42:16.000Z | 2021-09-29T14:01:59.000Z | Kooboo.CMS/Kooboo.CMS.Modules/Kooboo.CMS.Modules.CMIS/Services/IPolicyService.cs | syberside/CMS | 9b4e785e7f6324c9ade56f79a81dac33ec4292e7 | [
"BSD-3-Clause"
] | 45 | 2015-01-13T13:32:02.000Z | 2021-05-03T23:33:52.000Z | Kooboo.CMS/Kooboo.CMS.Modules/Kooboo.CMS.Modules.CMIS/Services/IPolicyService.cs | syberside/CMS | 9b4e785e7f6324c9ade56f79a81dac33ec4292e7 | [
"BSD-3-Clause"
] | 171 | 2015-01-03T15:00:36.000Z | 2021-01-08T01:52:47.000Z | #region License
//
// Copyright (c) 2013, Kooboo team
//
// Licensed under the BSD License
// See the file LICENSE.txt for details.
//
#endregion
using Kooboo.CMS.Modules.CMIS.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.ServiceModel;
using System.Text;
namespace Kooboo.C... | 46.092593 | 346 | 0.682603 |
3d60907204e283fc25c565c5e918c7df1c45464d | 3,961 | cs | C# | src/Merchello.Web/Models/ContentEditing/ShipmentDisplay.cs | cfallesen/Merchello | 65f1b061895e60f90d3a05c02a7cea0c7ef6fb54 | [
"MIT"
] | null | null | null | src/Merchello.Web/Models/ContentEditing/ShipmentDisplay.cs | cfallesen/Merchello | 65f1b061895e60f90d3a05c02a7cea0c7ef6fb54 | [
"MIT"
] | null | null | null | src/Merchello.Web/Models/ContentEditing/ShipmentDisplay.cs | cfallesen/Merchello | 65f1b061895e60f90d3a05c02a7cea0c7ef6fb54 | [
"MIT"
] | null | null | null | namespace Merchello.Web.Models.ContentEditing
{
using System;
using System.Collections.Generic;
/// <summary>
/// The shipment display.
/// </summary>
public class ShipmentDisplay
{
/// <summary>
/// Gets or sets the key.
/// </summary>
public Guid Key { get... | 27.130137 | 71 | 0.499116 |
3d62ea7026143cbd6555f073e592dfd333120ad7 | 9,214 | cs | C# | src/Stl.Fusion.EntityFramework/Compatibility/EntityFrameworkServiceCollectionExtensions.cs | servicetitan/Stl | 0e70d98f6de413bfde0bf7ecd8237085d63c2ace | [
"MIT"
] | null | null | null | src/Stl.Fusion.EntityFramework/Compatibility/EntityFrameworkServiceCollectionExtensions.cs | servicetitan/Stl | 0e70d98f6de413bfde0bf7ecd8237085d63c2ace | [
"MIT"
] | null | null | null | src/Stl.Fusion.EntityFramework/Compatibility/EntityFrameworkServiceCollectionExtensions.cs | servicetitan/Stl | 0e70d98f6de413bfde0bf7ecd8237085d63c2ace | [
"MIT"
] | null | null | null | #if NETSTANDARD2_0
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;
using Microsoft.EntityFrameworkCore.Infrastruc... | 47.494845 | 133 | 0.663555 |
3d65e4137b6a707ce93022a3fe14da80841c17c8 | 2,925 | cs | C# | sdk/dotnet/Aws/Outputs/ElastigroupMultipleMetricsMetric.cs | pulumi/pulumi-spotinst | 75592d6293d63f6cec703722f2e02ff1fb1cca44 | [
"ECL-2.0",
"Apache-2.0"
] | 4 | 2019-12-21T20:50:43.000Z | 2021-12-01T20:57:38.000Z | sdk/dotnet/Aws/Outputs/ElastigroupMultipleMetricsMetric.cs | pulumi/pulumi-spotinst | 75592d6293d63f6cec703722f2e02ff1fb1cca44 | [
"ECL-2.0",
"Apache-2.0"
] | 103 | 2019-12-09T22:03:16.000Z | 2022-03-30T17:07:34.000Z | sdk/dotnet/Aws/Outputs/ElastigroupMultipleMetricsMetric.cs | pulumi/pulumi-spotinst | 75592d6293d63f6cec703722f2e02ff1fb1cca44 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... | 40.068493 | 513 | 0.61641 |
3d661de268da4039907c7a0246018430b946ab76 | 4,685 | cs | C# | src/Web/Controllers/ColorsController.cs | EZtouch/CarRental | 1a43802ce9597e217478592710897670b59e667b | [
"Apache-2.0"
] | 2 | 2020-08-01T20:31:00.000Z | 2020-08-08T19:56:09.000Z | src/Web/Controllers/ColorsController.cs | EZtouch/CarRental | 1a43802ce9597e217478592710897670b59e667b | [
"Apache-2.0"
] | null | null | null | src/Web/Controllers/ColorsController.cs | EZtouch/CarRental | 1a43802ce9597e217478592710897670b59e667b | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using EZtouch.CarRentalHub.ApplicationCore.Entities;
using EZtouch.CarRentalHub.Infrastructure.Data;
namespace... | 29.28125 | 130 | 0.511206 |
3d6678f0588994e5a653d60901281046306c8572 | 20,403 | cs | C# | src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs | frandesc/roslyn | 72a99a8279c9ccbb2ef3a99d5a8bf116a14ebf3b | [
"MIT"
] | 17,923 | 2015-01-14T23:40:37.000Z | 2022-03-31T18:10:52.000Z | src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs | open-dotnet/roslyn | 2e26701b0d1cb1a902a24f4ad8b8c5fe70514581 | [
"MIT"
] | 48,991 | 2015-01-15T00:29:35.000Z | 2022-03-31T23:48:56.000Z | src/Features/Core/Portable/ConvertIfToSwitch/AbstractConvertIfToSwitchCodeRefactoringProvider.Analyzer.cs | open-dotnet/roslyn | 2e26701b0d1cb1a902a24f4ad8b8c5fe70514581 | [
"MIT"
] | 5,209 | 2015-01-14T23:40:24.000Z | 2022-03-30T20:15:03.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis.LanguageServices;
using Microsoft.Co... | 42.773585 | 164 | 0.479586 |
3d66a70da24c79e6ac7e0e13f6ea836e5abf37b1 | 3,884 | cs | C# | src/Iot.Mocks/MockReliableQueue.cs | eltociear/service-fabric-dotnet-iot | 3c9192496d98c26a3a89f104ea5989fe90135d57 | [
"MIT"
] | 115 | 2015-11-19T21:55:12.000Z | 2021-11-15T02:27:03.000Z | src/Iot.Mocks/MockReliableQueue.cs | eltociear/service-fabric-dotnet-iot | 3c9192496d98c26a3a89f104ea5989fe90135d57 | [
"MIT"
] | 23 | 2015-11-26T12:00:39.000Z | 2022-03-15T09:17:04.000Z | src/Iot.Mocks/MockReliableQueue.cs | eltociear/service-fabric-dotnet-iot | 3c9192496d98c26a3a89f104ea5989fe90135d57 | [
"MIT"
] | 114 | 2015-11-24T11:34:11.000Z | 2021-08-05T03:01:05.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Iot.Mocks
{... | 35.633028 | 145 | 0.592173 |
3d6a7102c1385e5380cce377a150393d9990ccc4 | 5,995 | cs | C# | source/Host/Startup.cs | uQr/IdentityManager | c039c2b4c69e436decfb68e79047990c9bbcdc2b | [
"Apache-2.0"
] | 472 | 2015-03-15T16:15:59.000Z | 2022-02-16T21:05:48.000Z | source/Host/Startup.cs | codematrix/IdentityManager | c039c2b4c69e436decfb68e79047990c9bbcdc2b | [
"Apache-2.0"
] | 188 | 2015-03-16T02:12:34.000Z | 2017-12-20T10:05:35.000Z | source/Host/Startup.cs | codematrix/IdentityManager | c039c2b4c69e436decfb68e79047990c9bbcdc2b | [
"Apache-2.0"
] | 240 | 2015-03-15T12:29:43.000Z | 2022-02-16T21:05:52.000Z | /*
* Copyright 2014 Dominick Baier, Brock Allen
*
* 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 la... | 40.506757 | 134 | 0.584987 |
3d6cf5848e42df7c9bda4523a8dbf81838a30949 | 58,051 | cs | C# | src/Http/Routing/test/UnitTests/Template/TemplateBinderTests.cs | jeremyVignelles/aspnetcore | 72444f90d1e9cb8ff2e7364168eea9baec6e8e92 | [
"Apache-2.0"
] | 10 | 2021-06-09T02:22:29.000Z | 2021-07-07T14:13:48.000Z | src/Http/Routing/test/UnitTests/Template/TemplateBinderTests.cs | seanwallawalla-forks/aspnetcore | 0ecf4c1bd9526c36356a0f259d90aafdf0756fcd | [
"Apache-2.0"
] | 50 | 2021-07-21T19:42:37.000Z | 2022-03-28T20:07:38.000Z | src/Http/Routing/test/UnitTests/Template/TemplateBinderTests.cs | seanwallawalla-forks/aspnetcore | 0ecf4c1bd9526c36356a0f259d90aafdf0756fcd | [
"Apache-2.0"
] | 1 | 2020-12-16T04:50:09.000Z | 2020-12-16T04:50:09.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Encodings.Web;
using Microsoft.AspNetCore.Routing.Constraints;
usin... | 39.410048 | 332 | 0.520422 |
3d6e9c7b04fcfeaaa705817a72f70d691bbfb434 | 7,871 | cs | C# | Assets/TextMesh Pro/Editor/TMPro_CreateSpriteAssetMenu.cs | McDirty/Cup_Stacking | 0917444176df6b17f47a549f1ef737a43f8c62a0 | [
"MIT"
] | null | null | null | Assets/TextMesh Pro/Editor/TMPro_CreateSpriteAssetMenu.cs | McDirty/Cup_Stacking | 0917444176df6b17f47a549f1ef737a43f8c62a0 | [
"MIT"
] | null | null | null | Assets/TextMesh Pro/Editor/TMPro_CreateSpriteAssetMenu.cs | McDirty/Cup_Stacking | 0917444176df6b17f47a549f1ef737a43f8c62a0 | [
"MIT"
] | null | null | null | using UnityEngine;
using UnityEditor;
using System.Linq;
using System.IO;
using System.Collections;
using System.Collections.Generic;
namespace TMPro.EditorUtilities
{
public static class TMPro_CreateSpriteAssetMenu
{
[MenuItem("Assets/Create/TextMeshPro - Sprite Asset", false, 100)]
publ... | 38.965347 | 199 | 0.557108 |
3d7067c55cde612bc35ad341893cc66b87c526b3 | 14,376 | cs | C# | FakeItEasy-3.2.0-patch/tests/FakeItEasy.Tests/NullGuardedAssertion.cs | DynamicsValue/365saturday | 5a9984be5c14cddd981fe7d2b10a3f4f354014a3 | [
"MIT"
] | 10 | 2018-01-27T20:15:16.000Z | 2019-07-11T22:04:23.000Z | FakeItEasy-3.2.0-patch/tests/FakeItEasy.Tests/NullGuardedAssertion.cs | DynamicsValue/365saturday | 5a9984be5c14cddd981fe7d2b10a3f4f354014a3 | [
"MIT"
] | 1 | 2018-10-01T16:48:24.000Z | 2018-10-02T07:57:11.000Z | FakeItEasy-3.2.0-patch/tests/FakeItEasy.Tests/NullGuardedAssertion.cs | DynamicsValue/365saturday | 5a9984be5c14cddd981fe7d2b10a3f4f354014a3 | [
"MIT"
] | 7 | 2018-01-27T12:14:25.000Z | 2020-09-13T14:41:55.000Z | namespace FakeItEasy.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using FakeItEasy.Tests.TestHelpers;
using FluentAssertions.Execution;
public static class NullGuardedAssertion
{
... | 39.278689 | 152 | 0.469254 |
3d712dcb5070662c30e175ec5cd1a1d29456f649 | 9,338 | cs | C# | XenAdmin/Core/FormFontFixer.cs | wdxgy136/xenadmin-yeesan | 47a6c1b199ac76e510e33821955b2c2685eb3653 | [
"BSD-2-Clause"
] | null | null | null | XenAdmin/Core/FormFontFixer.cs | wdxgy136/xenadmin-yeesan | 47a6c1b199ac76e510e33821955b2c2685eb3653 | [
"BSD-2-Clause"
] | null | null | null | XenAdmin/Core/FormFontFixer.cs | wdxgy136/xenadmin-yeesan | 47a6c1b199ac76e510e33821955b2c2685eb3653 | [
"BSD-2-Clause"
] | 1 | 2021-04-22T09:24:35.000Z | 2021-04-22T09:24:35.000Z | /* Copyright (c) Citrix Systems Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice, this li... | 38.270492 | 211 | 0.616942 |
3d735b768a4b379c3ae763f2df80d5f09cf30416 | 2,068 | cs | C# | Exercise 3/ETagMiddleware.cs | skarum/microservices-in-netcore-exercises | 48e3411b55cd2390cfa95ddd5217edcd4147ed72 | [
"MIT"
] | 1 | 2019-09-13T12:25:17.000Z | 2019-09-13T12:25:17.000Z | Exercise 3/ETagMiddleware.cs | skarum/microservices-in-netcore-exercises | 48e3411b55cd2390cfa95ddd5217edcd4147ed72 | [
"MIT"
] | null | null | null | Exercise 3/ETagMiddleware.cs | skarum/microservices-in-netcore-exercises | 48e3411b55cd2390cfa95ddd5217edcd4147ed72 | [
"MIT"
] | 1 | 2019-09-02T19:19:14.000Z | 2019-09-02T19:19:14.000Z | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.WebUtilities;
using Microsoft.Net.Http.Headers;
using System.IO;
using System.Security.Cryptography;
using System.Threading.Tasks;
namespace Exercise_4
{
public class ETagMiddleware
{
private readonly RequestDelegate _next;
public ET... | 27.210526 | 119 | 0.529497 |
3d7389ca97a09a722610a7f65c57686bb8147e30 | 6,436 | cs | C# | commercetools.Sdk/commercetools.Sdk.HttpApi/ApiExceptionFactory.cs | onepiecefreak3/commercetools-dotnet-core-sdk | c8ed9b476965a56827fd8e4421448826c4fe51c0 | [
"Apache-2.0"
] | null | null | null | commercetools.Sdk/commercetools.Sdk.HttpApi/ApiExceptionFactory.cs | onepiecefreak3/commercetools-dotnet-core-sdk | c8ed9b476965a56827fd8e4421448826c4fe51c0 | [
"Apache-2.0"
] | null | null | null | commercetools.Sdk/commercetools.Sdk.HttpApi/ApiExceptionFactory.cs | onepiecefreak3/commercetools-dotnet-core-sdk | c8ed9b476965a56827fd8e4421448826c4fe51c0 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using commercetools.Sdk.HttpApi.Domain.Exceptions;
using commercetools.Sdk.HttpApi.Extensions;
using commercetools.Sdk.Serialization;
using Microsoft.AspNetCore.Http;
namespace commercetools.Sdk.HttpApi
{
//... | 45.323944 | 172 | 0.630827 |
3d73cfc519975d114d3a01411f2100937b515800 | 4,002 | cs | C# | TameRoslyn/TameRoslynSyntaxGen/TameClassOrStructConstraintSyntax.cs | ToCSharp/TameRoslyn | 7de3f5cb02a19b91e34138852be8113de434e4ba | [
"Apache-2.0"
] | 6 | 2017-05-16T06:19:52.000Z | 2021-06-04T02:20:14.000Z | TameRoslyn/TameRoslynSyntaxGen/TameClassOrStructConstraintSyntax.cs | ToCSharp/TameRoslyn | 7de3f5cb02a19b91e34138852be8113de434e4ba | [
"Apache-2.0"
] | null | null | null | TameRoslyn/TameRoslynSyntaxGen/TameClassOrStructConstraintSyntax.cs | ToCSharp/TameRoslyn | 7de3f5cb02a19b91e34138852be8113de434e4ba | [
"Apache-2.0"
] | 2 | 2017-05-17T09:20:18.000Z | 2021-05-06T08:26:16.000Z | // Copyright (c) Oleg Zudov. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
... | 31.761905 | 158 | 0.589455 |
3d7444bcaf037715a11a69d2090304a49d807d57 | 19,379 | cshtml | C# | Data/Views/Client/Index.cshtml | lurienanofab/data | e7cda0304b2b7d1fb30a7ca08447bb080430fff2 | [
"MIT"
] | null | null | null | Data/Views/Client/Index.cshtml | lurienanofab/data | e7cda0304b2b7d1fb30a7ca08447bb080430fff2 | [
"MIT"
] | null | null | null | Data/Views/Client/Index.cshtml | lurienanofab/data | e7cda0304b2b7d1fb30a7ca08447bb080430fff2 | [
"MIT"
] | null | null | null | @using Data.Models.Admin;
@model ClientModel
@{
Layout = "~/Views/Shared/_LayoutBootstrap.cshtml";
ViewBag.Title = "Client";
}
@section styles{
<style>
.dataTables_wrapper {
margin-top: 10px;
}
.dataTables_length label {
font-weight: normal;
whi... | 46.361244 | 246 | 0.375045 |
3d75361433273f6a36695cc8ebdecaec180f267d | 4,915 | cs | C# | FluentAvalonia/UI/Controls/CommandBar/CommandBarButton.cs | timunie/FluentAvalonia | fcfc26f20fc2826c68102e67e0149d052591ce3f | [
"MIT"
] | null | null | null | FluentAvalonia/UI/Controls/CommandBar/CommandBarButton.cs | timunie/FluentAvalonia | fcfc26f20fc2826c68102e67e0149d052591ce3f | [
"MIT"
] | null | null | null | FluentAvalonia/UI/Controls/CommandBar/CommandBarButton.cs | timunie/FluentAvalonia | fcfc26f20fc2826c68102e67e0149d052591ce3f | [
"MIT"
] | null | null | null | using Avalonia;
using Avalonia.Controls;
using Avalonia.Controls.Primitives;
using Avalonia.LogicalTree;
using Avalonia.Styling;
using FluentAvalonia.UI.Input;
using System;
namespace FluentAvalonia.UI.Controls
{
public class CommandBarButton : Button, ICommandBarElement, IStyleable
{
Type IStyleable.StyleKey => ... | 25.335052 | 93 | 0.686267 |
3d759523b426b602d90ef42ca63e7249f9b3e3bb | 14,860 | cs | C# | h3net/Code/GeoCoord.cs | RichardVasquez/h3netOld | 8aa2abb2152eea1d8f9773480498531566433e75 | [
"Apache-2.0"
] | null | null | null | h3net/Code/GeoCoord.cs | RichardVasquez/h3netOld | 8aa2abb2152eea1d8f9773480498531566433e75 | [
"Apache-2.0"
] | null | null | null | h3net/Code/GeoCoord.cs | RichardVasquez/h3netOld | 8aa2abb2152eea1d8f9773480498531566433e75 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2018, Richard Vasquez
*
* 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 ... | 37.057357 | 107 | 0.514805 |
3d75dcc2cc5b28aea1802bd686fad596cd42b8be | 10,825 | cs | C# | emulator/Bizhawk/BizHawk-master/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs | CognitiaAI/StreetFighterRL | 2b902ee7bb502336e1ba3f74ebeb09d843a75e73 | [
"MIT"
] | 1 | 2022-02-02T21:33:37.000Z | 2022-02-02T21:33:37.000Z | emulator/Bizhawk/BizHawk-master/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs | CognitiaAI/StreetFighterRL | 2b902ee7bb502336e1ba3f74ebeb09d843a75e73 | [
"MIT"
] | null | null | null | emulator/Bizhawk/BizHawk-master/BizHawk.Emulation.Cores/Consoles/PC Engine/PCEngine.cs | CognitiaAI/StreetFighterRL | 2b902ee7bb502336e1ba3f74ebeb09d843a75e73 | [
"MIT"
] | 1 | 2022-02-02T18:30:49.000Z | 2022-02-02T18:30:49.000Z | using System;
using System.Collections.Generic;
using BizHawk.Common.BufferExtensions;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Components;
using BizHawk.Emulation.Cores.Components.H6280;
using BizHawk.Emulation.DiscSystem;
namespace BizHawk.Emulation.Cores.PCEngine
{
public enum NecSystemType ... | 29.657534 | 193 | 0.673533 |
3d78cb44955faa79d8552a4e5fbf6d4051505600 | 3,793 | cs | C# | Core/Utilities/SecTime.cs | AeroNexus/AspireStudio | ab10db3d2dcfbce94ef25baa3d5b3248f36efbc9 | [
"Apache-2.0"
] | 2 | 2015-02-26T16:15:37.000Z | 2020-06-19T14:37:23.000Z | Core/Utilities/SecTime.cs | AeroNexus/AspireStudio | ab10db3d2dcfbce94ef25baa3d5b3248f36efbc9 | [
"Apache-2.0"
] | null | null | null | Core/Utilities/SecTime.cs | AeroNexus/AspireStudio | ab10db3d2dcfbce94ef25baa3d5b3248f36efbc9 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Text;
namespace Aspire.Core.Utilities
{
public struct SecTime
{
private int mSec, mUSec;
static SecTime infinite = new SecTime(-1, 0);
public static SecTime Infinite { get { return infinite; } }
public SecTime(int sec, int uSec)
{
mSec = sec;
mUSec = uSec;
}
public ... | 19.963158 | 82 | 0.612444 |
3d7b6e93eb3d3aeb9013b996289e85338f9106ff | 3,407 | cs | C# | sdk/dotnet/PrivateLink/Inputs/EndpointPrivateServiceConnectionGetArgs.cs | henriktao/pulumi-azure | f1cbcf100b42b916da36d8fe28be3a159abaf022 | [
"ECL-2.0",
"Apache-2.0"
] | 109 | 2018-06-18T00:19:44.000Z | 2022-02-20T05:32:57.000Z | sdk/dotnet/PrivateLink/Inputs/EndpointPrivateServiceConnectionGetArgs.cs | henriktao/pulumi-azure | f1cbcf100b42b916da36d8fe28be3a159abaf022 | [
"ECL-2.0",
"Apache-2.0"
] | 663 | 2018-06-18T21:08:46.000Z | 2022-03-31T20:10:11.000Z | sdk/dotnet/PrivateLink/Inputs/EndpointPrivateServiceConnectionGetArgs.cs | henriktao/pulumi-azure | f1cbcf100b42b916da36d8fe28be3a159abaf022 | [
"ECL-2.0",
"Apache-2.0"
] | 41 | 2018-07-19T22:37:38.000Z | 2022-03-14T10:56:26.000Z | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... | 50.102941 | 390 | 0.682125 |
3d7c47fff11e3483c8e24edf8bf8f314334b0965 | 23,605 | cs | C# | HemNetCore.IRepository/Base/IBaseRepository.cs | hemming123/HemNetCore | 8f749564a99c178d5c3811224c95a4eaae6aeb31 | [
"MIT"
] | null | null | null | HemNetCore.IRepository/Base/IBaseRepository.cs | hemming123/HemNetCore | 8f749564a99c178d5c3811224c95a4eaae6aeb31 | [
"MIT"
] | null | null | null | HemNetCore.IRepository/Base/IBaseRepository.cs | hemming123/HemNetCore | 8f749564a99c178d5c3811224c95a4eaae6aeb31 | [
"MIT"
] | null | null | null | using HemNetCore.Model;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq.Expressions;
using System.Text;
using System.Threading.Tasks;
namespace HemNetCore.IRepository.Base
{
/// <summary>
/// 基类接口,其他接口继承该接口
/// </summary>
/// <typeparam name="TEntit... | 47.590726 | 413 | 0.5767 |
3d7cabda270ee82a567f56d1aced509d5a8b7b04 | 3,331 | cs | C# | WmcSoft.Core/Collections/Generic/RandomBag.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | 3 | 2016-06-06T14:08:30.000Z | 2021-05-08T14:24:07.000Z | WmcSoft.Core/Collections/Generic/RandomBag.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | null | null | null | WmcSoft.Core/Collections/Generic/RandomBag.cs | vjacquet/WmcSoft | fea61a0d5f8a06f59155be8e3f7010504dd9bd9b | [
"MIT"
] | 1 | 2021-04-18T04:58:24.000Z | 2021-04-18T04:58:24.000Z | #region Licence
/****************************************************************************
Copyright 1999-2016 Vincent J. Jacquet. All rights reserved.
Permission is granted to anyone to use this software for any purpose on
any computer system, and to alter it and redistribute it, subject
t... | 28.228814 | 90 | 0.550585 |
3d7d779fd626ef088d43e5d36885eccc817730ee | 17,018 | cs | C# | packages/itextsharp-all-5.5.10/itextsharp-src-core/srcbc/crypto/digests/SHA3Digest.cs | mdalaminmiah/Diagnostic-Bill-management-System | be5c09f6c97d83e1732976975fb91fb9968c30e5 | [
"MIT"
] | 1 | 2019-07-10T17:08:36.000Z | 2019-07-10T17:08:36.000Z | packages/itextsharp-all-5.5.10/itextsharp-src-core/srcbc/crypto/digests/SHA3Digest.cs | mdalaminmiah/Diagnostic-Bill-management-System | be5c09f6c97d83e1732976975fb91fb9968c30e5 | [
"MIT"
] | null | null | null | packages/itextsharp-all-5.5.10/itextsharp-src-core/srcbc/crypto/digests/SHA3Digest.cs | mdalaminmiah/Diagnostic-Bill-management-System | be5c09f6c97d83e1732976975fb91fb9968c30e5 | [
"MIT"
] | 1 | 2020-01-22T12:54:15.000Z | 2020-01-22T12:54:15.000Z | using System;
using Org.BouncyCastle.Utilities;
namespace Org.BouncyCastle.Crypto.Digests
{
/// <summary>
/// Implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
/// </summary>
/// <remarks>
/// Following the naming conventions used in the C source code... | 31.398524 | 168 | 0.442414 |
3d7f9fc41ebb1362b7ca58ca6ef932196c67c95b | 2,965 | cs | C# | JJ.TryThingsOut.MonoCross/MonoCross 1.3/DeviceAccess/DeviceAccess.WP/VideoAccess.cs | jjvanzon/JJ.TryOut | 15063afd56add73bf197eaee6eb039e39dde0fa8 | [
"MIT"
] | null | null | null | JJ.TryThingsOut.MonoCross/MonoCross 1.3/DeviceAccess/DeviceAccess.WP/VideoAccess.cs | jjvanzon/JJ.TryOut | 15063afd56add73bf197eaee6eb039e39dde0fa8 | [
"MIT"
] | null | null | null | JJ.TryThingsOut.MonoCross/MonoCross 1.3/DeviceAccess/DeviceAccess.WP/VideoAccess.cs | jjvanzon/JJ.TryOut | 15063afd56add73bf197eaee6eb039e39dde0fa8 | [
"MIT"
] | null | null | null | using System;
using System.Windows;
using System.Windows.Media;
using System.Windows.Shapes;
using System.IO.IsolatedStorage;
namespace DeviceAccess
{
public class VideoAccess
{
// Source and device for capturing video.
CaptureSource captureSource;
VideoCaptureDevice videoCaptureDevice;
// File d... | 28.238095 | 99 | 0.650253 |
3d84feea1919fc9e7358084e31175b84d8eace07 | 3,824 | cs | C# | Aleph1.Logging/LoggedAttribute.cs | avrahamcool/Aleph1 | aaf06536cfe7701214742574e03b1d043277a60b | [
"MIT"
] | 4 | 2018-01-31T22:21:22.000Z | 2021-12-09T20:46:38.000Z | Aleph1.Logging/LoggedAttribute.cs | avrahamcool/Aleph1 | aaf06536cfe7701214742574e03b1d043277a60b | [
"MIT"
] | 69 | 2018-02-25T19:57:34.000Z | 2021-07-08T03:16:56.000Z | Aleph1.Logging/LoggedAttribute.cs | avrahamcool/Aleph1 | aaf06536cfe7701214742574e03b1d043277a60b | [
"MIT"
] | 2 | 2018-02-25T19:59:16.000Z | 2018-08-16T05:41:45.000Z | using Newtonsoft.Json;
using NLog;
using PostSharp.Aspects;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace Aleph1.Logging
{
/// <summary>Aspect to handle logging</summary>
[Serializable, AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inher... | 42.488889 | 171 | 0.648013 |
3d8fb077e259a510f4f8c9ae5559b23aabc29f54 | 2,135 | cs | C# | Dorothy/Game/World.cs | IppClub/Dorothy-Xna | e4bddec0b17b2d310f11f1ab68fb4ec7fd06d31d | [
"MIT"
] | 1 | 2017-01-13T09:01:46.000Z | 2017-01-13T09:01:46.000Z | Dorothy/Game/World.cs | IppClub/Dorothy-Xna | e4bddec0b17b2d310f11f1ab68fb4ec7fd06d31d | [
"MIT"
] | null | null | null | Dorothy/Game/World.cs | IppClub/Dorothy-Xna | e4bddec0b17b2d310f11f1ab68fb4ec7fd06d31d | [
"MIT"
] | null | null | null | using Dorothy.Core;
using Microsoft.Xna.Framework;
using Dorothy.Cameras;
namespace Dorothy.Game
{
public class World : DrawComponent
{
public const float B2FACTOR = 100.0f;
private int _velocityIterations = 8;
private int _positionIterations = 6;
private float _deltaTime;
private Box2D.World ... | 23.722222 | 70 | 0.661827 |
3d92024454604cd7f21614b6c4bcfc05cdf2d497 | 3,927 | cs | C# | src/Features/Core/Portable/UseObjectInitializer/AbstractUseObjectInitializerCodeFixProvider.cs | jbevain/roslyn | 1a4bf536e3b06c09def2f796e56ac988c84362c7 | [
"Apache-2.0"
] | null | null | null | src/Features/Core/Portable/UseObjectInitializer/AbstractUseObjectInitializerCodeFixProvider.cs | jbevain/roslyn | 1a4bf536e3b06c09def2f796e56ac988c84362c7 | [
"Apache-2.0"
] | null | null | null | src/Features/Core/Portable/UseObjectInitializer/AbstractUseObjectInitializerCodeFixProvider.cs | jbevain/roslyn | 1a4bf536e3b06c09def2f796e56ac988c84362c7 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
... | 44.123596 | 190 | 0.724726 |
3d9262e3c8e14a94ded02008cf65d4f2a7258824 | 5,010 | cs | C# | SDK/Samples/ScheduleAutomaticFormatter/CS/Application.cs | xin1627/RevitSdkSamples | 06ba6e054162304ad07f38afb365925ef15a7be9 | [
"MIT"
] | 1 | 2021-06-11T07:25:38.000Z | 2021-06-11T07:25:38.000Z | SDK/Samples/ScheduleAutomaticFormatter/CS/Application.cs | xin1627/RevitSdkSamples | 06ba6e054162304ad07f38afb365925ef15a7be9 | [
"MIT"
] | null | null | null | SDK/Samples/ScheduleAutomaticFormatter/CS/Application.cs | xin1627/RevitSdkSamples | 06ba6e054162304ad07f38afb365925ef15a7be9 | [
"MIT"
] | null | null | null | //
// (C) Copyright 2003-2019 by Autodesk, Inc. All rights reserved.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted
// provided that the above copyright notice appears in all copies and
// that both that copyright notice... | 39.140625 | 141 | 0.645509 |
3d95b93f169a776f84fd448eb691a34e4cd20da5 | 2,668 | cs | C# | UnifiedStorage.SysIo/DotNetFileSystem.cs | fiveninedigital/UnifiedStorage | d2aaa758737d51cf5d88ad77984d79c79ca47a1b | [
"MS-PL"
] | 10 | 2015-07-07T08:42:12.000Z | 2017-10-08T09:23:07.000Z | UnifiedStorage.SysIo/DotNetFileSystem.cs | fiveninedigital/UnifiedStorage | d2aaa758737d51cf5d88ad77984d79c79ca47a1b | [
"MS-PL"
] | 3 | 2015-09-30T12:18:22.000Z | 2017-09-21T05:44:04.000Z | UnifiedStorage.SysIo/DotNetFileSystem.cs | fiveninedigital/UnifiedStorage | d2aaa758737d51cf5d88ad77984d79c79ca47a1b | [
"MS-PL"
] | 6 | 2016-03-30T11:47:01.000Z | 2021-08-15T15:08:51.000Z | using System.IO;
using System.Threading;
using System.Threading.Tasks;
using UnifiedStorage.Extensions;
// ReSharper disable ConvertPropertyToExpressionBody
namespace UnifiedStorage.DotNet
{
/// <summary>
/// A <see cref="IFileSystem"/> implementation base class for the classic .NET System.IO API.
/// </... | 37.577465 | 139 | 0.615817 |
3d95d89af0fede75a577d7739d5cd8d9003b1229 | 3,111 | cs | C# | src/SJP.Schematic.PostgreSql/Versions/V10/PostgreSqlDatabaseSequenceProvider.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 4 | 2019-07-09T00:34:09.000Z | 2022-02-16T06:21:06.000Z | src/SJP.Schematic.PostgreSql/Versions/V10/PostgreSqlDatabaseSequenceProvider.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 503 | 2017-08-25T00:36:53.000Z | 2022-03-24T06:06:17.000Z | src/SJP.Schematic.PostgreSql/Versions/V10/PostgreSqlDatabaseSequenceProvider.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 2 | 2020-07-14T19:32:20.000Z | 2021-12-31T06:22:22.000Z | using SJP.Schematic.Core;
using SJP.Schematic.PostgreSql.Query;
using SJP.Schematic.PostgreSql.QueryResult;
namespace SJP.Schematic.PostgreSql.Versions.V10
{
/// <summary>
/// A database sequence provider for PostgreSQL v10 (and higher) databases.
/// </summary>
/// <seealso cref="IDatabaseSe... | 51 | 173 | 0.70974 |
3d96ec6784e8523ed64ea29d3ab8411da915e4e8 | 26,035 | cs | C# | JUST.net/Transformer.cs | recepaslan/JUST.net | 19a2abf9cdb87f7d00024bfee9c2989a986838a7 | [
"MIT"
] | null | null | null | JUST.net/Transformer.cs | recepaslan/JUST.net | 19a2abf9cdb87f7d00024bfee9c2989a986838a7 | [
"MIT"
] | null | null | null | JUST.net/Transformer.cs | recepaslan/JUST.net | 19a2abf9cdb87f7d00024bfee9c2989a986838a7 | [
"MIT"
] | null | null | null | using JUST.net.Selectables;
using Newtonsoft.Json.Linq;
using System;
using System.Collections;
using System.Globalization;
using System.Linq;
namespace JUST
{
internal class Transformer
{
protected static object TypedNumber(decimal number)
{
return number * 10 % 10 == 0 ? (number ... | 33.335467 | 150 | 0.502785 |
3d9921f39835271633e48ba471f67b925e7782ae | 2,395 | cs | C# | Assets/Scripts/Level/LevelGeneratorController.cs | Elrohil44/StairMaze | 667451c3a57ce423728b1f55316e51dda898a042 | [
"MIT"
] | null | null | null | Assets/Scripts/Level/LevelGeneratorController.cs | Elrohil44/StairMaze | 667451c3a57ce423728b1f55316e51dda898a042 | [
"MIT"
] | null | null | null | Assets/Scripts/Level/LevelGeneratorController.cs | Elrohil44/StairMaze | 667451c3a57ce423728b1f55316e51dda898a042 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System;
using UnityEngine;
public class LevelGeneratorController : MonoBehaviour
{
public GameObject Player;
public GameObject LevelPrefab;
private List<Level> levels = new List<Level>();
private int currentLevel = 0;
private int s... | 31.103896 | 108 | 0.589979 |
3d9a0546bf8eae1f4704747dfe0bb7456b9373de | 1,814 | cs | C# | Composition/AttributeBasedSample/AttributeBasedSample/AdvancedCalculator/Calculator.cs | okyuanzhui/bb | 6697c94a365d6dfdd32e84b29a1d55ff84dee053 | [
"MIT"
] | 479 | 2017-06-26T01:37:33.000Z | 2022-03-27T13:04:14.000Z | Composition/AttributeBasedSample/AttributeBasedSample/AdvancedCalculator/Calculator.cs | lifejoyforpy/ProfessionalCSharp7 | cf083cbb389644c40a0f3ad1dd6d1036c80b80f0 | [
"MIT"
] | 11 | 2018-05-11T12:54:59.000Z | 2021-04-08T22:14:02.000Z | Composition/AttributeBasedSample/AttributeBasedSample/AdvancedCalculator/Calculator.cs | lifejoyforpy/ProfessionalCSharp7 | cf083cbb389644c40a0f3ad1dd6d1036c80b80f0 | [
"MIT"
] | 266 | 2017-06-29T19:45:57.000Z | 2022-03-29T12:22:19.000Z | using System;
using System.Collections.Generic;
using System.Composition;
namespace Wrox.ProCSharp.Composition
{
[Export(typeof(ICalculator))]
public class Calculator : ICalculator
{
public IList<IOperation> GetOperations() => new List<IOperation>()
{
new Operation { Na... | 32.981818 | 95 | 0.438809 |
3d9ad21f87eef169b207868ca678cf555df517b7 | 7,123 | cs | C# | WaterPreview/WaterPreview/Controllers/HomeController.cs | Kate605690919/Water-Preview | 2472f64fb1bfc01a910545dcc10b967e19de78ef | [
"MIT"
] | null | null | null | WaterPreview/WaterPreview/Controllers/HomeController.cs | Kate605690919/Water-Preview | 2472f64fb1bfc01a910545dcc10b967e19de78ef | [
"MIT"
] | null | null | null | WaterPreview/WaterPreview/Controllers/HomeController.cs | Kate605690919/Water-Preview | 2472f64fb1bfc01a910545dcc10b967e19de78ef | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using WaterPreview.Base;
using WaterPreview.Other;
using WaterPreview.Other.Attribute;
using WaterPreview.Other.Client;
using WaterPreview.Redis;
using WaterPreview.Service;
using Wate... | 39.137363 | 135 | 0.522813 |
3d9b46a8f30e2daadfeb645a53a0abd815e7405c | 4,171 | cs | C# | tests/src/CoreMangLib/cti/system/char/chargethashcode.cs | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 10 | 2015-11-03T16:35:25.000Z | 2021-07-31T16:36:29.000Z | tests/src/CoreMangLib/cti/system/char/chargethashcode.cs | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 1 | 2019-03-05T18:50:09.000Z | 2019-03-05T18:50:09.000Z | tests/src/CoreMangLib/cti/system/char/chargethashcode.cs | CyberSys/coreclr-mono | 83b2cb83b32faa45b4f790237b5c5e259692294a | [
"MIT"
] | 4 | 2015-10-28T12:26:26.000Z | 2021-09-04T11:36:04.000Z | using System;
/// <summary>
/// Char.GetHashCode()
/// Returns the hash code for this instance.
/// </summary>
public class CharGetHashCode
{
public static int Main()
{
CharGetHashCode testObj = new CharGetHashCode();
TestLibrary.TestFramework.BeginTestCase("for method: Char.GetHashCode()");... | 29.58156 | 144 | 0.550468 |
3d9d36965a311acbe6148b1e09637461b08f2804 | 6,593 | cs | C# | src/aspCart.Web/ViewComponents/FilterViewComponent.cs | workingrom/aspCart | c16a1ba7f0518187ef4abd94b74d570cbf27ce01 | [
"MIT"
] | null | null | null | src/aspCart.Web/ViewComponents/FilterViewComponent.cs | workingrom/aspCart | c16a1ba7f0518187ef4abd94b74d570cbf27ce01 | [
"MIT"
] | null | null | null | src/aspCart.Web/ViewComponents/FilterViewComponent.cs | workingrom/aspCart | c16a1ba7f0518187ef4abd94b74d570cbf27ce01 | [
"MIT"
] | null | null | null | using aspCart.Core.Interface.Services.Catalog;
using aspCart.Web.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace aspCart.Web.ViewComponents
{
[ViewComponent(Name = "Filter")]
... | 37.039326 | 127 | 0.531321 |
3d9f6be3dd310469988a0f092affd91d5e849a55 | 4,466 | cs | C# | src/ClusterClientHostedService.cs | gonac/FanoutAPIV2 | 3690f1b46540d9818c1927502089cf3a951955e4 | [
"MIT"
] | 1 | 2021-05-31T16:02:39.000Z | 2021-05-31T16:02:39.000Z | src/ClusterClientHostedService.cs | gonac/FanoutAPIV2 | 3690f1b46540d9818c1927502089cf3a951955e4 | [
"MIT"
] | null | null | null | src/ClusterClientHostedService.cs | gonac/FanoutAPIV2 | 3690f1b46540d9818c1927502089cf3a951955e4 | [
"MIT"
] | 1 | 2021-06-02T15:14:31.000Z | 2021-06-02T15:14:31.000Z | using System;
using System.Net;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Orleans;
using Orleans.Configuration;
using Orleans.Runtime;
namespace FanoutAPIV2
{
pub... | 34.091603 | 144 | 0.535826 |
3d9fe753bec6fc0ed37c7e5e7cb4e81b68a785d3 | 10,069 | cs | C# | external/QuickGraph/Sandwych.QuickGraph.Graphviz/Dot/GraphvizEdge.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | 3 | 2020-08-04T13:18:57.000Z | 2020-12-06T20:22:19.000Z | external/QuickGraph/Sandwych.QuickGraph.Graphviz/Dot/GraphvizEdge.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | null | null | null | external/QuickGraph/Sandwych.QuickGraph.Graphviz/Dot/GraphvizEdge.cs | mikhail-khalizev/max | dd20e7f3a8a0972a4240d240fea0b2e89938983b | [
"Apache-2.0"
] | null | null | null | namespace QuickGraph.Graphviz.Dot
{
using System;
using System.IO;
using System.Collections.Generic;
public class GraphvizEdge
{
private string comment = null;
private GraphvizEdgeDirection dir = GraphvizEdgeDirection.Forward;
private GraphvizFont font = null;
... | 26.708223 | 266 | 0.394279 |
3da074ee5a2653a237739271c162af0ddfc31362 | 7,178 | cs | C# | src/Assets.Tools.Script.Helper/GameObjectUtilities.cs | moto2002/kaituo_src | a75fe94ede2ef27ce87047f5b760ab855ab36eec | [
"MIT"
] | 1 | 2018-08-28T12:20:57.000Z | 2018-08-28T12:20:57.000Z | src/Assets.Tools.Script.Helper/GameObjectUtilities.cs | moto2002/kaituo_src | a75fe94ede2ef27ce87047f5b760ab855ab36eec | [
"MIT"
] | null | null | null | src/Assets.Tools.Script.Helper/GameObjectUtilities.cs | moto2002/kaituo_src | a75fe94ede2ef27ce87047f5b760ab855ab36eec | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using UnityEngine;
namespace Assets.Tools.Script.Helper
{
public static class GameObjectUtilities
{
public static Bounds GetBoundsWithChildren(this GameObject obj)
{
Renderer[] componentsInChildren = obj.GetComponentsInChildren<Renderer>();
if (componentsInCh... | 25.820144 | 216 | 0.684731 |
3da1b3d5da83c15dbff61d37dd263e2cd2d70b2b | 5,981 | cs | C# | sdk/src/Services/DataExchange/Generated/Model/ResponseDetails.cs | dariolingotti/aws-sdk-net | d911b68e0d86ac2ffd01e0256aeb4de78a70cdb7 | [
"Apache-2.0"
] | 1,705 | 2015-01-15T19:41:21.000Z | 2022-03-28T15:25:23.000Z | sdk/src/Services/DataExchange/Generated/Model/ResponseDetails.cs | dariolingotti/aws-sdk-net | d911b68e0d86ac2ffd01e0256aeb4de78a70cdb7 | [
"Apache-2.0"
] | 1,811 | 2015-01-05T19:40:22.000Z | 2022-03-31T19:57:40.000Z | sdk/src/Services/DataExchange/Generated/Model/ResponseDetails.cs | dariolingotti/aws-sdk-net | d911b68e0d86ac2ffd01e0256aeb4de78a70cdb7 | [
"Apache-2.0"
] | 839 | 2015-01-17T12:51:09.000Z | 2022-03-28T09:59:50.000Z | /*
* Copyright 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 is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | 34.976608 | 110 | 0.643203 |
3da4a0f3a78f96618b0b1d051919bb2cf1ce3b91 | 4,609 | cs | C# | src/Gallio/Gallio/Common/Concurrency/TaskResult.cs | soelske/mbunit-v3 | 8e561d2cc0653d94c511fa9c60d75f27a84d62e7 | [
"ECL-2.0",
"Apache-2.0"
] | 49 | 2015-03-13T12:14:29.000Z | 2021-12-05T23:10:31.000Z | src/Gallio/Gallio/Common/Concurrency/TaskResult.cs | soelske/mbunit-v3 | 8e561d2cc0653d94c511fa9c60d75f27a84d62e7 | [
"ECL-2.0",
"Apache-2.0"
] | 9 | 2015-03-17T18:22:35.000Z | 2019-07-17T03:05:30.000Z | src/Gallio/Gallio/Common/Concurrency/TaskResult.cs | soelske/mbunit-v3 | 8e561d2cc0653d94c511fa9c60d75f27a84d62e7 | [
"ECL-2.0",
"Apache-2.0"
] | 39 | 2015-03-15T11:53:10.000Z | 2021-11-09T03:03:13.000Z | // Copyright 2005-2010 Gallio Project - http://www.gallio.org/
// Portions Copyright 2000-2004 Jonathan de Halleux
//
// 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:... | 33.642336 | 126 | 0.561727 |
3da75823f5fd4dadecbc9d4ee6814ba8e2e9b60c | 11,350 | cs | C# | Assets/XLua/Gen/Minecraft_Assets_AsyncAssetWrap.cs | Jin-Yuhan/MinecraftClone-Unity | f2e266a9c84330ceb83c4e302d8a7559c92a826f | [
"MIT"
] | 60 | 2020-08-14T07:11:03.000Z | 2022-03-26T13:47:46.000Z | Assets/XLua/Gen/Minecraft_Assets_AsyncAssetWrap.cs | Jin-Yuhan/MinecraftClone-Unity | f2e266a9c84330ceb83c4e302d8a7559c92a826f | [
"MIT"
] | 1 | 2021-04-19T13:18:23.000Z | 2021-05-04T02:29:45.000Z | Assets/XLua/Gen/Minecraft_Assets_AsyncAssetWrap.cs | Jin-Yuhan/MinecraftClone-Unity | f2e266a9c84330ceb83c4e302d8a7559c92a826f | [
"MIT"
] | 15 | 2020-12-29T18:51:34.000Z | 2022-03-24T19:20:48.000Z | #if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
name... | 36.970684 | 277 | 0.552687 |
3da8850dd96b88d25b28dc8aa7a2ed1e16148b02 | 24,064 | cs | C# | samples-from-msdn/Change Tracking Sample/ChangeTrackingSample.cs | neeranelli/Dynamics365-Apps-Samples | 06e9c84263bac81e7411f95365c5e792aca15122 | [
"MIT"
] | 72 | 2019-10-29T09:11:47.000Z | 2022-03-27T22:12:50.000Z | samples-from-msdn/Change Tracking Sample/ChangeTrackingSample.cs | neeranelli/Dynamics365-Apps-Samples | 06e9c84263bac81e7411f95365c5e792aca15122 | [
"MIT"
] | 19 | 2019-11-21T15:13:19.000Z | 2022-03-22T06:36:58.000Z | samples-from-msdn/Change Tracking Sample/ChangeTrackingSample.cs | neeranelli/Dynamics365-Apps-Samples | 06e9c84263bac81e7411f95365c5e792aca15122 | [
"MIT"
] | 154 | 2019-11-05T23:37:49.000Z | 2022-03-16T23:32:59.000Z | // =====================================================================
//
// This file is part of the Microsoft Dynamics CRM SDK code samples.
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
// This source code is intended only as a supplement to Microsoft
// Development Tools and/or on-line ... | 45.148218 | 195 | 0.562832 |
3da8fd9dcec5ebd2f8bf876f9799c3f23d2879b5 | 6,807 | cs | C# | Assets/VRTK/Scripts/Interactions/GrabAttachMechanics/VRTK_TrackObjectGrabAttach.cs | omaryasser/Wheelchair-Waiter | 2cdfa14d04a9613047894289ffdfdc57f57ab1d9 | [
"MIT"
] | 3 | 2018-09-23T18:15:54.000Z | 2021-02-06T06:46:34.000Z | Assets/VRTK/Scripts/Interactions/GrabAttachMechanics/VRTK_TrackObjectGrabAttach.cs | omaryasser/Wheelchair-Waiter | 2cdfa14d04a9613047894289ffdfdc57f57ab1d9 | [
"MIT"
] | 45 | 2017-10-25T02:12:49.000Z | 2017-12-07T16:25:57.000Z | Technodungeon/Assets/VRTK/Scripts/Interactions/GrabAttachMechanics/VRTK_TrackObjectGrabAttach.cs | Anedumgottil/VR-Mazmorra | c545ae2f1d1fd16fc64fc658e516e0267af0eacd | [
"Apache-2.0"
] | 2 | 2018-09-02T15:01:53.000Z | 2018-09-23T15:27:29.000Z | // Track Object Grab Attach|GrabAttachMechanics|50080
namespace VRTK.GrabAttachMechanics
{
using UnityEngine;
/// <summary>
/// The Track Object Grab Attach script doesn't attach the object to the controller via a joint, instead it ensures the object tracks the direction of the controller.
/// ... | 50.422222 | 185 | 0.643161 |
3da91bdc5f8a4cd883a2ccbbebd114d0a5e7bcda | 1,847 | cs | C# | Classes/ODataOptions.cs | Killers2/K2host.Data | b43f69be92722b5ef6a0d33cfd9dd20d42bef834 | [
"MIT"
] | 1 | 2021-09-12T17:32:29.000Z | 2021-09-12T17:32:29.000Z | Classes/ODataOptions.cs | Killers2/K2host.Data | b43f69be92722b5ef6a0d33cfd9dd20d42bef834 | [
"MIT"
] | null | null | null | Classes/ODataOptions.cs | Killers2/K2host.Data | b43f69be92722b5ef6a0d33cfd9dd20d42bef834 | [
"MIT"
] | null | null | null | /*
' /====================================================\
'| Developed Tony N. Hyde (www.k2host.co.uk) |
'| Projected Started: 2019-03-26 |
'| Use: General |
' \====================================================/
*/
using System;
using Sys... | 25.652778 | 93 | 0.51164 |
3dab2d7bb77a3ecb25d94ed7840e0ba4a3f4d9f0 | 2,142 | cs | C# | src/EntityFramework.Core/ChangeTracking/Internal/InternalShadowEntityEntry.cs | craiggwilson/EntityFramework | e172882e1e039b61fa980e4466baa049f8ac94b1 | [
"Apache-2.0"
] | null | null | null | src/EntityFramework.Core/ChangeTracking/Internal/InternalShadowEntityEntry.cs | craiggwilson/EntityFramework | e172882e1e039b61fa980e4466baa049f8ac94b1 | [
"Apache-2.0"
] | null | null | null | src/EntityFramework.Core/ChangeTracking/Internal/InternalShadowEntityEntry.cs | craiggwilson/EntityFramework | e172882e1e039b61fa980e4466baa049f8ac94b1 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Diagnostics;
using JetBrains.Annotations;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Storage;
name... | 36.305085 | 111 | 0.666667 |
3dab77337ab25b45d1965319f2b9e3d4b93f41b9 | 1,757 | cs | C# | Assets/Scripts/LAN/LetterLAN.cs | DeadSith/Scrabble2d | f5ae645fda2d6da6a90b873e9770dc63c66f5714 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/LAN/LetterLAN.cs | DeadSith/Scrabble2d | f5ae645fda2d6da6a90b873e9770dc63c66f5714 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/LAN/LetterLAN.cs | DeadSith/Scrabble2d | f5ae645fda2d6da6a90b873e9770dc63c66f5714 | [
"Apache-2.0"
] | null | null | null | using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
public class LetterLAN : MonoBehaviour, IPointerClickHandler
{
public Text LetterText;
public Text PointsText;
public Material StandardMaterial;
public Material CheckedMaterial;
public bool isChecked = false;
private Lett... | 29.283333 | 103 | 0.670461 |
3dac4280912873c4072336a1bd946a3c986c2d81 | 4,273 | cs | C# | tests/src/Interop/PInvoke/SafeHandles/Interface/InterfaceTest.cs | elinor-fung/coreclr | c1801e85024add717f518feb6a9caed60d54500f | [
"MIT"
] | 159 | 2020-06-17T01:01:55.000Z | 2022-03-28T10:33:37.000Z | tests/src/Interop/PInvoke/SafeHandles/Interface/InterfaceTest.cs | elinor-fung/coreclr | c1801e85024add717f518feb6a9caed60d54500f | [
"MIT"
] | 19 | 2020-06-27T01:16:35.000Z | 2022-02-06T20:33:24.000Z | tests/src/Interop/PInvoke/SafeHandles/Interface/InterfaceTest.cs | elinor-fung/coreclr | c1801e85024add717f518feb6a9caed60d54500f | [
"MIT"
] | 19 | 2020-05-21T08:18:20.000Z | 2021-06-29T01:13:13.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
using SafeHandlesTests;
using System.Threading;
using TestLibrar... | 44.510417 | 151 | 0.647788 |
3dad19b84fd8c8a1a35ff1e1f97b8d01043096e6 | 2,370 | cshtml | C# | Capstone.Bookstore/Views/Home/Category.cshtml | nehadesign/Capstone-ASP-BookStore | 77f15aa47d009a294d38347e233c24c0eacbfa6b | [
"Apache-2.0"
] | null | null | null | Capstone.Bookstore/Views/Home/Category.cshtml | nehadesign/Capstone-ASP-BookStore | 77f15aa47d009a294d38347e233c24c0eacbfa6b | [
"Apache-2.0"
] | 3 | 2022-03-26T23:53:05.000Z | 2022-03-28T01:10:12.000Z | Capstone.Bookstore/Views/Home/Category.cshtml | nehadesign/Capstone-ASP-BookStore | 77f15aa47d009a294d38347e233c24c0eacbfa6b | [
"Apache-2.0"
] | 1 | 2022-03-29T01:06:07.000Z | 2022-03-29T01:06:07.000Z | @model IEnumerable<Capstone.Bookstore.DAL.Tbl_Product>
@{
ViewBag.Title = "Category";
}
<h2>Category : @ViewBag.CategoryName </h2>
<table class="table">
<tr>
<th>
Product Name
</th>
<th>
@Html.DisplayNameFor(model => model.Description)
</th>
... | 27.882353 | 160 | 0.411392 |
3daf1cc91e6854550f394214c500e782419be3c4 | 3,477 | cs | C# | TLM/TLM/TrafficManagerMod.cs | jrthsr700tmax/Cities-Skylines-Traffic-Manager-President-Edition | d862b5ce0205563d32a9f6cf37296fa7c6c39489 | [
"MIT"
] | null | null | null | TLM/TLM/TrafficManagerMod.cs | jrthsr700tmax/Cities-Skylines-Traffic-Manager-President-Edition | d862b5ce0205563d32a9f6cf37296fa7c6c39489 | [
"MIT"
] | null | null | null | TLM/TLM/TrafficManagerMod.cs | jrthsr700tmax/Cities-Skylines-Traffic-Manager-President-Edition | d862b5ce0205563d32a9f6cf37296fa7c6c39489 | [
"MIT"
] | null | null | null | namespace TrafficManager
{
using System;
using System.Reflection;
using ColossalFramework.Globalization;
using ColossalFramework.UI;
using CSUtil.Commons;
using ICities;
using JetBrains.Annotations;
using State;
using TrafficManager.UI;
using Util;
public class TrafficManage... | 35.845361 | 127 | 0.592177 |
3dafa5913e60ac45f3e878085305ad0f94004403 | 3,779 | cs | C# | Source/Migrations/Machine.Migrations/DatabaseProviders/SqlServerDatabaseProvider.cs | abombss/machine | 9f5e3d3e7c06ff088bc2e4c9af0e0310cd6257b0 | [
"MIT"
] | 1 | 2016-05-08T16:10:57.000Z | 2016-05-08T16:10:57.000Z | Source/Migrations/Machine.Migrations/DatabaseProviders/SqlServerDatabaseProvider.cs | dtabuenc/machine | e0428b58945a24d71c954ee50557d6ead3aefa9c | [
"MIT"
] | null | null | null | Source/Migrations/Machine.Migrations/DatabaseProviders/SqlServerDatabaseProvider.cs | dtabuenc/machine | e0428b58945a24d71c954ee50557d6ead3aefa9c | [
"MIT"
] | 1 | 2021-07-13T07:20:53.000Z | 2021-07-13T07:20:53.000Z | using System;
using System.Collections.Generic;
using System.Data;
using Machine.Migrations.Services;
namespace Machine.Migrations.DatabaseProviders
{
public class SqlServerDatabaseProvider : IDatabaseProvider
{
#region Logging
static readonly log4net.ILog _log = log4net.LogManager.GetLogger(t... | 27.992593 | 119 | 0.626092 |
3db15287e701ecba8d13c3630f32f2658083e5a3 | 226,768 | cs | C# | CSharp.lua/LuaSyntaxNodeTransform.cs | Drake53/CSharp.lua | 761e89c02f7d26a85a2aa7b86dea3e2187e660a2 | [
"Apache-2.0"
] | 12 | 2019-08-09T14:17:34.000Z | 2021-08-14T12:14:54.000Z | CSharp.lua/LuaSyntaxNodeTransform.cs | Drake53/CSharp.lua | 761e89c02f7d26a85a2aa7b86dea3e2187e660a2 | [
"Apache-2.0"
] | 1 | 2019-10-22T17:00:28.000Z | 2020-06-02T23:15:54.000Z | CSharp.lua/LuaSyntaxNodeTransform.cs | Drake53/CSharp.lua | 761e89c02f7d26a85a2aa7b86dea3e2187e660a2 | [
"Apache-2.0"
] | 1 | 2019-10-16T19:13:53.000Z | 2019-10-16T19:13:53.000Z | /*
Copyright 2017 YANG Huan (sy.yanghuan@gmail.com).
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 agreed to in ... | 43.904743 | 253 | 0.675646 |
3db2c85521d9d5e78af3c4e5bfc3780108d33cdb | 16,206 | cs | C# | Win10_1909/winlogon.exe/12e65dd8-887f-41ef-91bf-8d816c42c2e7_1.0.cs | ohio813/WindowsRpcClients | 2907d5555ed5d4073a2dea11e46fbc4e7f0eb18c | [
"Unlicense"
] | 223 | 2019-10-31T21:00:47.000Z | 2022-03-15T01:21:38.000Z | Win10_1909/winlogon.exe/12e65dd8-887f-41ef-91bf-8d816c42c2e7_1.0.cs | ohio813/WindowsRpcClients | 2907d5555ed5d4073a2dea11e46fbc4e7f0eb18c | [
"Unlicense"
] | null | null | null | Win10_1909/winlogon.exe/12e65dd8-887f-41ef-91bf-8d816c42c2e7_1.0.cs | ohio813/WindowsRpcClients | 2907d5555ed5d4073a2dea11e46fbc4e7f0eb18c | [
"Unlicense"
] | 51 | 2019-11-01T01:11:32.000Z | 2021-12-21T06:18:03.000Z | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 41.13198 | 208 | 0.594595 |
3db350e6baa7282ac641239919e5ddc1c2c52f1a | 1,264 | cs | C# | src/Splunk.ModularInputs/Splunk/ModularInputs/DataType.cs | ccDev-Labs/splunk-sdk-csharp-pcl | 02f4959588f8a05a6f09df6e8181dbc32f9ca8a2 | [
"Apache-2.0"
] | 58 | 2015-02-13T17:50:23.000Z | 2021-12-18T06:54:57.000Z | src/Splunk.ModularInputs/Splunk/ModularInputs/DataType.cs | ccDev-Labs/splunk-sdk-csharp-pcl | 02f4959588f8a05a6f09df6e8181dbc32f9ca8a2 | [
"Apache-2.0"
] | 55 | 2015-02-03T23:45:12.000Z | 2021-12-18T07:27:18.000Z | src/Splunk.ModularInputs/Splunk/ModularInputs/DataType.cs | ccDev-Labs/splunk-sdk-csharp-pcl | 02f4959588f8a05a6f09df6e8181dbc32f9ca8a2 | [
"Apache-2.0"
] | 46 | 2015-03-13T17:37:59.000Z | 2022-03-27T09:43:57.000Z | /*
* Copyright 2014 Splunk, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"): you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 28.088889 | 76 | 0.612342 |
3db481446ba44ff12b06c977058ba7d8eb33a326 | 2,807 | cs | C# | TokenTools.Microsoft/MicrosoftAccessToken.cs | mlafleur/TokenTool | 45af2a9b115a81421b08009eadf9d6c585fbafa9 | [
"MIT"
] | 1 | 2018-03-08T17:50:13.000Z | 2018-03-08T17:50:13.000Z | TokenTools.Microsoft/MicrosoftAccessToken.cs | mlafleur/TokenTool | 45af2a9b115a81421b08009eadf9d6c585fbafa9 | [
"MIT"
] | null | null | null | TokenTools.Microsoft/MicrosoftAccessToken.cs | mlafleur/TokenTool | 45af2a9b115a81421b08009eadf9d6c585fbafa9 | [
"MIT"
] | null | null | null | using JWT.Builder;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Text;
using TokenTools.Core;
namespace TokenTools.Microsoft
{
/// <summary>
/// A Microsoft v2 Endpoint Access Token.
/// Based on the JSON Web Token spec with OpenID Connect... | 38.986111 | 210 | 0.639829 |
3db7219c6327bca986270c2d80e5e4c58f53b245 | 3,097 | cshtml | C# | NewLife.CubeNC/Areas/Admin/Views/Log/_List_Data.cshtml | yangchongyuan/NewLife.Cube | 430286b562685e688b4d82c2b309b4555c377815 | [
"MIT"
] | 481 | 2018-05-19T22:38:46.000Z | 2022-03-29T07:37:13.000Z | NewLife.CubeNC/Areas/Admin/Views/Log/_List_Data.cshtml | yangchongyuan/NewLife.Cube | 430286b562685e688b4d82c2b309b4555c377815 | [
"MIT"
] | 41 | 2018-08-01T01:42:38.000Z | 2022-01-09T11:42:05.000Z | NewLife.CubeNC/Areas/Admin/Views/Log/_List_Data.cshtml | yangchongyuan/NewLife.Cube | 430286b562685e688b4d82c2b309b4555c377815 | [
"MIT"
] | 129 | 2018-05-20T04:14:45.000Z | 2022-03-07T01:03:38.000Z | @model IList<XCode.Membership.Log>
@using NewLife;
@using NewLife.Web;
@using XCode;
@using XCode.Configuration;
@{
var fact = ViewBag.Factory as IEntityFactory;
var page = ViewBag.Page as Pager;
var set = ViewBag.PageSetting as PageSetting;
}
<table class="table table-bordered table-hover table-striped ta... | 47.646154 | 147 | 0.529868 |
3db753ebd6ce480d8c5add1257cfaea146b58516 | 27,744 | cs | C# | src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/AsyncLazy`1.cs | belav/roslyn | 01124c8bbeacb560271261e97c10317114836299 | [
"MIT"
] | null | null | null | src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/AsyncLazy`1.cs | belav/roslyn | 01124c8bbeacb560271261e97c10317114836299 | [
"MIT"
] | null | null | null | src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/AsyncLazy`1.cs | belav/roslyn | 01124c8bbeacb560271261e97c10317114836299 | [
"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.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Threading;
usin... | 43.968304 | 132 | 0.58719 |
3db7a28e27ba2e10de331399dbe5a65d0f81c5e8 | 1,473 | cs | C# | Assets/Scripts/DeliveryTargtSpawner.cs | thibaudio/ld47 | cac7656e8b5b29c0ce12619d5794aca9c6f2f338 | [
"CC0-1.0"
] | null | null | null | Assets/Scripts/DeliveryTargtSpawner.cs | thibaudio/ld47 | cac7656e8b5b29c0ce12619d5794aca9c6f2f338 | [
"CC0-1.0"
] | null | null | null | Assets/Scripts/DeliveryTargtSpawner.cs | thibaudio/ld47 | cac7656e8b5b29c0ce12619d5794aca9c6f2f338 | [
"CC0-1.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeliveryTargtSpawner : MonoBehaviour
{
public GameEvent TargetSpawn;
public float WarningTime;
public GameObject TargetPrefab;
public Transform OrbitTarget;
public float DelayMin;
public float De... | 21.661765 | 59 | 0.564155 |
3db9256940dd02e2f938c3157dd769ae690e8d5a | 30,767 | cs | C# | benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/FormMain.Designer.cs | RadimBaca/QueryOptimizerBenchmark | e4ef5ec1dcc6b92f513c1174228311f9f7987c66 | [
"Apache-2.0"
] | 1 | 2021-02-22T14:40:43.000Z | 2021-02-22T14:40:43.000Z | benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/FormMain.Designer.cs | RadimBaca/QueryOptimizerBenchmark | e4ef5ec1dcc6b92f513c1174228311f9f7987c66 | [
"Apache-2.0"
] | null | null | null | benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/FormMain.Designer.cs | RadimBaca/QueryOptimizerBenchmark | e4ef5ec1dcc6b92f513c1174228311f9f7987c66 | [
"Apache-2.0"
] | 1 | 2021-02-22T14:40:57.000Z | 2021-02-22T14:40:57.000Z | namespace SqlOptimizerBenchmark
{
partial class FormMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 55.838475 | 253 | 0.649202 |
3dbe0603dcb6131e22b4e66a8c4777e1101d78d5 | 58,047 | cs | C# | apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceServiceGrpc.cs | skuruppu/google-cloud-dotnet | 3594fb9cc98ff092018045dc6174237af34a4d60 | [
"Apache-2.0"
] | 1 | 2020-04-06T17:54:26.000Z | 2020-04-06T17:54:26.000Z | apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceServiceGrpc.cs | ArulMozhiVaradan/google-cloud-dotnet | 831ca867cf72c4cad125bb88128d0dd3a8ade783 | [
"Apache-2.0"
] | 1 | 2020-01-10T17:09:28.000Z | 2020-01-10T17:09:28.000Z | apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceServiceGrpc.cs | ArulMozhiVaradan/google-cloud-dotnet | 831ca867cf72c4cad125bb88128d0dd3a8ade783 | [
"Apache-2.0"
] | 1 | 2021-03-27T09:22:11.000Z | 2021-03-27T09:22:11.000Z | // <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/monitoring/v3/service_service.proto
// </auto-generated>
// Original file comments:
// Copyright 2019 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file e... | 77.087649 | 411 | 0.73804 |
3dbe4135a5f74950012382a1ac8bcfb888eea112 | 1,434 | cs | C# | src/Platformus.Core.Backend/Areas/Backend/ViewModels/Roles/CreateOrEdit/CreateOrEditViewModelFactory.cs | Platformus/Platformus | c28a171829f211854da82f3ad7c3862cc0a3e018 | [
"Apache-2.0"
] | 510 | 2015-09-04T13:13:28.000Z | 2022-03-30T17:33:36.000Z | src/Platformus.Core.Backend/Areas/Backend/ViewModels/Roles/CreateOrEdit/CreateOrEditViewModelFactory.cs | Platformus/Platformus | c28a171829f211854da82f3ad7c3862cc0a3e018 | [
"Apache-2.0"
] | 221 | 2016-03-19T19:41:26.000Z | 2022-03-22T21:34:45.000Z | src/Platformus.Core.Backend/Areas/Backend/ViewModels/Roles/CreateOrEdit/CreateOrEditViewModelFactory.cs | Platformus/Platformus | c28a171829f211854da82f3ad7c3862cc0a3e018 | [
"Apache-2.0"
] | 152 | 2015-09-04T13:13:31.000Z | 2022-03-26T13:51:16.000Z | // Copyright © 2020 Dmitry Sikorsky. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Platformus.Core.Backend.Vi... | 34.97561 | 133 | 0.714784 |
3dc1059437cc64f88e52c15dcf65f540426d82d5 | 13,738 | cs | C# | Merkur.win/login.Designer.cs | ronaldozb/Merkur2.0 | 990e3787d138a617684461ade19ddfd347888f5f | [
"MIT"
] | null | null | null | Merkur.win/login.Designer.cs | ronaldozb/Merkur2.0 | 990e3787d138a617684461ade19ddfd347888f5f | [
"MIT"
] | 1 | 2020-02-23T15:05:40.000Z | 2020-02-23T15:05:40.000Z | Merkur.win/login.Designer.cs | ronaldozb/Merkur2.0 | 990e3787d138a617684461ade19ddfd347888f5f | [
"MIT"
] | null | null | null | namespace Merkur.win
{
partial class Frmlogin
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
... | 55.172691 | 163 | 0.604819 |
3dc15871024cc88325cd229f0c7a71c96471f99b | 3,790 | cs | C# | Drivers/Pages/Admin/AssociativyManageGraphPartDriver.cs | Lombiq/Associativy-Administration | 130fe5bf5f4c5c40f15a726f599f6aeb2c36a28b | [
"BSD-2-Clause"
] | 2 | 2019-05-26T23:06:13.000Z | 2019-09-29T20:39:20.000Z | Drivers/Pages/Admin/AssociativyManageGraphPartDriver.cs | Lombiq/Associativy-Administration | 130fe5bf5f4c5c40f15a726f599f6aeb2c36a28b | [
"BSD-2-Clause"
] | null | null | null | Drivers/Pages/Admin/AssociativyManageGraphPartDriver.cs | Lombiq/Associativy-Administration | 130fe5bf5f4c5c40f15a726f599f6aeb2c36a28b | [
"BSD-2-Clause"
] | null | null | null | using System.Collections.Generic;
using Associativy.Administration.Models;
using Associativy.Administration.Models.Pages.Admin;
using Associativy.Administration.Services;
using Associativy.Models;
using Orchard.ContentManagement;
using Orchard.ContentManagement.Drivers;
using Orchard.ContentManagement.MetaData.... | 41.648352 | 123 | 0.577045 |
3dc2f53edb0923028baa07e7609f2fe4562cfc3f | 5,642 | cs | C# | src/libraries/System.Text.Encoding.Extensions/tests/Fallback.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 9,402 | 2019-11-25T23:26:24.000Z | 2022-03-31T23:19:41.000Z | src/libraries/System.Text.Encoding.Extensions/tests/Fallback.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 37,522 | 2019-11-25T23:30:32.000Z | 2022-03-31T23:58:30.000Z | src/libraries/System.Text.Encoding.Extensions/tests/Fallback.cs | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 3,629 | 2019-11-25T23:29:16.000Z | 2022-03-31T21:52:28.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
using System;
using System.Text;
namespace EncodingTests
{
public static class Fallback
{
private static readonly string s_asciiInputStringWithFallback ... | 35.2625 | 200 | 0.619638 |
3dc3444192bdeb01a3de54d90ebf732f567a60b5 | 2,032 | cs | C# | src/Framework/Framework/Compilation/Javascript/Ast/JsArrowFunctionExpression.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 641 | 2015-06-13T06:24:47.000Z | 2022-03-18T20:06:06.000Z | src/Framework/Framework/Compilation/Javascript/Ast/JsArrowFunctionExpression.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 879 | 2015-06-13T16:10:46.000Z | 2022-03-28T14:42:37.000Z | src/Framework/Framework/Compilation/Javascript/Ast/JsArrowFunctionExpression.cs | cafstep/dotvvm | 892aaf281a55fcf5bf13ba3978df0013debc5af6 | [
"Apache-2.0"
] | 128 | 2015-07-14T15:00:59.000Z | 2022-03-02T17:39:24.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DotVVM.Framework.Utils;
namespace DotVVM.Framework.Compilation.Javascript.Ast
{
public class JsArrowFunctionExpression: JsBaseFunctionExpression
{
public JsExpression? ExpressionBody
{
get ... | 40.64 | 171 | 0.640748 |
3dc34978bb212715a4a4fba439dbb4879494f797 | 8,746 | cs | C# | Utilities.ORM/ORM/Manager/QueryProvider/BaseClasses/ParameterBase.cs | selfgrowth/Craig-s-Utility-Library | 07ac7772b7250f52a4ca65381889ed42b2a2bc29 | [
"MIT"
] | 1 | 2019-01-10T13:15:32.000Z | 2019-01-10T13:15:32.000Z | Utilities.ORM/ORM/Manager/QueryProvider/BaseClasses/ParameterBase.cs | sealong/Craig-s-Utility-Library | 07ac7772b7250f52a4ca65381889ed42b2a2bc29 | [
"MIT"
] | null | null | null | Utilities.ORM/ORM/Manager/QueryProvider/BaseClasses/ParameterBase.cs | sealong/Craig-s-Utility-Library | 07ac7772b7250f52a4ca65381889ed42b2a2bc29 | [
"MIT"
] | 1 | 2021-07-13T11:43:35.000Z | 2021-07-13T11:43:35.000Z | /*
Copyright (c) 2014 <a href="http://www.gutgames.com">James Craig</a>
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, ... | 40.67907 | 185 | 0.586325 |
3dc51267b2b37fb146d6a173ac93825bcb8c8840 | 5,155 | cs | C# | Pc/ReflowController/ReflowControllerDeviceSerial.cs | DerekGn/AVRReflowController | 652d1550bdd84bdc89323da279e3a70086953708 | [
"MIT"
] | null | null | null | Pc/ReflowController/ReflowControllerDeviceSerial.cs | DerekGn/AVRReflowController | 652d1550bdd84bdc89323da279e3a70086953708 | [
"MIT"
] | null | null | null | Pc/ReflowController/ReflowControllerDeviceSerial.cs | DerekGn/AVRReflowController | 652d1550bdd84bdc89323da279e3a70086953708 | [
"MIT"
] | null | null | null | using Google.Protobuf;
using RJCP.IO.Ports;
using System;
using System.IO;
using System.Linq;
namespace ReflowController
{
internal class ReflowControllerDeviceSerial : IReflowControllerDevice, IDisposable
{
private const int TcInputStateMask = 0x4;
private object _lock = new object();
... | 32.834395 | 132 | 0.547236 |
3dc6e7d259c18e9b172107663efce53538e925d2 | 4,388 | cs | C# | Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/FloatingFramework/Controls/ToolStripPanelExtened.cs | Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461 | a03bbfc132e6f56775d5f3044f676b4dfdc365f7 | [
"BSD-3-Clause"
] | 43 | 2019-01-16T21:08:36.000Z | 2020-03-02T06:14:28.000Z | Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/FloatingFramework/Controls/ToolStripPanelExtened.cs | Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461 | a03bbfc132e6f56775d5f3044f676b4dfdc365f7 | [
"BSD-3-Clause"
] | 82 | 2018-09-29T09:56:33.000Z | 2020-02-14T23:03:16.000Z | Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/FloatingFramework/Controls/ToolStripPanelExtened.cs | Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461 | a03bbfc132e6f56775d5f3044f676b4dfdc365f7 | [
"BSD-3-Clause"
] | 7 | 2019-02-06T05:41:54.000Z | 2019-10-28T08:33:36.000Z | #region License
/*
Copyright(c) 2010 2011 2012 ÌÆÈñ(also tr0217)
mailto:tr0217@163.com
The earliest release time: 2010-12-08
Last modification time:2010-12-20
Accompanying files of necessity:
*
This file and the accompanying files of this project may be freely used provided t... | 36.87395 | 100 | 0.582042 |
3dc6fb6de598e8a352272091badf6e3dea4803fe | 5,356 | cs | C# | Legacy/HPBar.cs | k76-0G/0G | 82acb75c8443e398cde295147300d9894b1ada56 | [
"MIT"
] | null | null | null | Legacy/HPBar.cs | k76-0G/0G | 82acb75c8443e398cde295147300d9894b1ada56 | [
"MIT"
] | null | null | null | Legacy/HPBar.cs | k76-0G/0G | 82acb75c8443e398cde295147300d9894b1ada56 | [
"MIT"
] | null | null | null | using UnityEngine;
namespace _0G.Legacy
{
/// <summary>
/// HPBar: Hit Point Bar
/// 1. HPBar will display the health of an IDamagable game object (e.g. a character that can lose life).
/// 2. HPBar is used via G.damage.GetHPBar(IDamagable).Display(parameters).
/// 3. HPBar consists of a prefab... | 30.089888 | 118 | 0.561426 |
3dc9a814d9b4cf920887288db8f97aef3eb6cfbe | 13,598 | cs | C# | Assets/Scripts/Internal/DaggerfallStaticDoors.cs | Arcane21/daggerfall-unity | e0a0861c852731ee5765d367f8163aba67bae931 | [
"MIT"
] | 1 | 2021-12-24T08:13:09.000Z | 2021-12-24T08:13:09.000Z | Assets/Scripts/Internal/DaggerfallStaticDoors.cs | Arcane21/daggerfall-unity | e0a0861c852731ee5765d367f8163aba67bae931 | [
"MIT"
] | null | null | null | Assets/Scripts/Internal/DaggerfallStaticDoors.cs | Arcane21/daggerfall-unity | e0a0861c852731ee5765d367f8163aba67bae931 | [
"MIT"
] | 2 | 2020-08-02T07:14:01.000Z | 2021-11-01T03:26:14.000Z | // Project: Daggerfall Tools For Unity
// Copyright: Copyright (C) 2009-2019 Daggerfall Workshop
// Web Site: http://www.dfworkshop.net
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
// Source Code: https://github.com/Interkarma/daggerfall-unity
// Original... | 40.470238 | 165 | 0.550007 |
3dcb8b921bd09bcbb36bf87d5f54d9fa315235cf | 2,057 | cs | C# | Source/PortKit.MVVM/Commands/RelayCommand.generic.cs | bagabont/PortKit | 4a8fdb9cbac77bf0a31c0e76388b35ad09eeb1e9 | [
"MIT"
] | null | null | null | Source/PortKit.MVVM/Commands/RelayCommand.generic.cs | bagabont/PortKit | 4a8fdb9cbac77bf0a31c0e76388b35ad09eeb1e9 | [
"MIT"
] | null | null | null | Source/PortKit.MVVM/Commands/RelayCommand.generic.cs | bagabont/PortKit | 4a8fdb9cbac77bf0a31c0e76388b35ad09eeb1e9 | [
"MIT"
] | null | null | null | using System;
namespace PortKit.MVVM.Commands
{
/// <inheritdoc cref="IRelayCommand"/>>
/// <typeparam name="TParameter">Type of the command parameter.</typeparam>
public class RelayCommand<TParameter> : BaseRelayCommand
{
private readonly Action<TParameter> _action;
private readonly Fu... | 39.557692 | 107 | 0.612056 |
3dcbe82c65596f4e3b5c08692b17fddbfdd58b7a | 1,477 | cs | C# | Assets/Plugins/Usink/Editor/Utilities/SceneState.cs | willnode/Usink | a533943db1d510b7ac2e3d1034411c9d111b6527 | [
"MIT"
] | 3 | 2018-01-29T04:21:50.000Z | 2019-07-17T06:33:08.000Z | Assets/Plugins/Usink/Editor/Utilities/SceneState.cs | willnode/Usink | a533943db1d510b7ac2e3d1034411c9d111b6527 | [
"MIT"
] | null | null | null | Assets/Plugins/Usink/Editor/Utilities/SceneState.cs | willnode/Usink | a533943db1d510b7ac2e3d1034411c9d111b6527 | [
"MIT"
] | 1 | 2019-11-17T12:36:03.000Z | 2019-11-17T12:36:03.000Z | using UnityEditor;
using UnityEditor.AnimatedValues;
using UnityEngine;
namespace Usink
{
[System.Serializable]
public struct SceneState
{
public Vector3 pivot;
public Quaternion rotation;
public float size;
public SceneState(SceneView view)
{
// to g... | 25.033898 | 99 | 0.549763 |
3dccb6018f67a7e540dd2e0a29d035cd945d2a3e | 4,018 | cs | C# | Twice.Tests/ViewModels/Columns/ColumnFactoryTests.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 20 | 2016-06-04T16:40:19.000Z | 2020-04-02T00:55:42.000Z | Twice.Tests/ViewModels/Columns/ColumnFactoryTests.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 151 | 2016-05-30T19:14:18.000Z | 2017-11-24T11:52:36.000Z | Twice.Tests/ViewModels/Columns/ColumnFactoryTests.cs | TheSylence/Twice | c6fc4ea4682e28dc4ba0fbc393ca65a87718d9fc | [
"MIT"
] | 8 | 2016-06-04T18:00:30.000Z | 2018-04-10T23:16:49.000Z | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Twice.Models.Columns;
using Twice.Models.Configuration;
using Twice.Models.Twitter;
using Twice.Models.Twitter.Streaming;
using Twice.ViewModels... | 27.710345 | 115 | 0.678198 |
3dcd280a11cff11e6a1291da9e22e2ba94a99e5a | 7,564 | cs | C# | src/Razor/src/Microsoft.AspNetCore.Razor.Language/DefaultTagHelperDescriptorBuilder.cs | JalilAzzad1993/ASPNET | 7c2f8a465fb296567aef89004d3d7f60b1d970ba | [
"Apache-2.0"
] | 792 | 2015-01-01T04:40:37.000Z | 2022-02-22T07:22:30.000Z | src/Razor/src/Microsoft.AspNetCore.Razor.Language/DefaultTagHelperDescriptorBuilder.cs | JalilAzzad1993/ASPNET | 7c2f8a465fb296567aef89004d3d7f60b1d970ba | [
"Apache-2.0"
] | 2,113 | 2015-01-05T21:18:49.000Z | 2018-12-18T23:11:53.000Z | src/Razor/src/Microsoft.AspNetCore.Razor.Language/DefaultTagHelperDescriptorBuilder.cs | JalilAzzad1993/ASPNET | 7c2f8a465fb296567aef89004d3d7f60b1d970ba | [
"Apache-2.0"
] | 311 | 2015-01-09T08:10:04.000Z | 2022-01-18T16:36:17.000Z | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.AspNetCore.Razor.Language
{
internal class DefaultTagHelper... | 31.781513 | 124 | 0.572316 |
3dce4579d4ce0291032289099dba852da81ce890 | 1,632 | cs | C# | ModernTlSharp/TLSharp.Extensions/Types/Update.cs | immmdreza/ModernTLSharp | 95e65ffe223d9d9e59c98188b2a821022af56576 | [
"MIT"
] | 10 | 2020-09-26T14:19:25.000Z | 2021-07-28T11:48:29.000Z | ModernTlSharp/TLSharp.Extensions/Types/Update.cs | immmdreza/ModernTLSharp | 95e65ffe223d9d9e59c98188b2a821022af56576 | [
"MIT"
] | 4 | 2020-08-05T12:44:11.000Z | 2021-05-02T12:32:12.000Z | ModernTlSharp/TLSharp.Extensions/Types/Update.cs | immmdreza/ModernTLSharp | 95e65ffe223d9d9e59c98188b2a821022af56576 | [
"MIT"
] | 1 | 2021-12-03T14:28:52.000Z | 2021-12-03T14:28:52.000Z | using ModernTlSharp.TLSharp.Tl;
using ModernTlSharp.TLSharp.Tl.TL;
using System;
namespace ModernTlSharp.TLSharp.Extensions.Types
{
public class Update
{
public Update()
{
Users = new TLVector<TLAbsUser>();
Chats = new TLVector<TLAbsChat>();
Messages = new T... | 29.142857 | 70 | 0.560662 |
3dd25d70c17af094fb5665c715c38ada319244b7 | 11,264 | cs | C# | vApus.Stresstest/Scenarios/PlainTextScenarioView.cs | sizingservers/vApus | ee00b3ffe4cc75dd2d047541dbe25a1f738e246b | [
"MIT"
] | 10 | 2018-10-24T17:45:07.000Z | 2021-04-22T17:50:34.000Z | vApus.Stresstest/Scenarios/PlainTextScenarioView.cs | sizingservers/vApus | ee00b3ffe4cc75dd2d047541dbe25a1f738e246b | [
"MIT"
] | null | null | null | vApus.Stresstest/Scenarios/PlainTextScenarioView.cs | sizingservers/vApus | ee00b3ffe4cc75dd2d047541dbe25a1f738e246b | [
"MIT"
] | null | null | null | /*
* 2013 Sizing Servers Lab, affiliated with IT bachelor degree NMCT
* University College of West-Flanders, Department GKG (www.sizingservers.be, www.nmct.be, www.howest.be/en)
*
* Author(s):
* Dieter Vandroemme
*/
using RandomUtils.Log;
using System;
using System.Collections.Generic;
using System... | 41.718519 | 165 | 0.572798 |
3dd37080778627f18d3ed46b3af162a3d40aba54 | 3,022 | cs | C# | src/SolarStack/SolarStack.cs | software-is-art/fronius-data-shovel | b0984d2a5f2455351d2882b9e7fdc513c8d3a8a1 | [
"Unlicense"
] | null | null | null | src/SolarStack/SolarStack.cs | software-is-art/fronius-data-shovel | b0984d2a5f2455351d2882b9e7fdc513c8d3a8a1 | [
"Unlicense"
] | 1 | 2020-12-09T08:54:13.000Z | 2020-12-09T08:54:13.000Z | src/SolarStack/SolarStack.cs | software-is-art/fronius-data-shovel | b0984d2a5f2455351d2882b9e7fdc513c8d3a8a1 | [
"Unlicense"
] | null | null | null | using Amazon.CDK;
using Amazon.CDK.AWS.Lambda;
using Amazon.CDK.AWS.Lambda.EventSources;
using Amazon.CDK.AWS.SQS;
using Amazon.CDK.AWS.DynamoDB;
namespace SolarStack
{
public class SolarStack : Stack
{
internal SolarStack(Construct scope, IStackProps props = null)
: base(scope, AWSConstruc... | 45.104478 | 135 | 0.641628 |
3dd67c6ccdbc25865cf5b6c5d2720df8c21cbd28 | 5,326 | cs | C# | src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Audit/AuditHelperTests.cs | gauravgupta98/fhir-server | 6eadd127946f3abe7eaf20cffd32b8295aff992c | [
"MIT"
] | 1 | 2021-02-22T12:31:11.000Z | 2021-02-22T12:31:11.000Z | src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Audit/AuditHelperTests.cs | gauravgupta98/fhir-server | 6eadd127946f3abe7eaf20cffd32b8295aff992c | [
"MIT"
] | 27 | 2021-02-23T07:11:49.000Z | 2022-03-30T02:17:17.000Z | src/Microsoft.Health.Fhir.Shared.Api.UnitTests/Features/Audit/AuditHelperTests.cs | gauravgupta98/fhir-server | 6eadd127946f3abe7eaf20cffd32b8295aff992c | [
"MIT"
] | null | null | null | // -------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
// -----------------------------------------------------------... | 40.656489 | 132 | 0.639129 |
3dd99de1c33ac16df246099aea55fc3f7d85af29 | 2,524 | cs | C# | EzRide.Core/Domain/User.cs | mstr-code/EzRide | 8b6ea4a683135d81f352d1410ffb7974d2a2a27f | [
"MIT"
] | null | null | null | EzRide.Core/Domain/User.cs | mstr-code/EzRide | 8b6ea4a683135d81f352d1410ffb7974d2a2a27f | [
"MIT"
] | null | null | null | EzRide.Core/Domain/User.cs | mstr-code/EzRide | 8b6ea4a683135d81f352d1410ffb7974d2a2a27f | [
"MIT"
] | null | null | null | using System;
using System.Text.RegularExpressions;
namespace EzRide.Core.Domain
{
public class User
{
// private string firstName;
// public string middleName;
// public string lastName;
// User's unique email address.
// Can be changed if needed.
private string... | 29.011494 | 103 | 0.494453 |
3ddb9cd78701cffc35dfd031fdb9ca392c647a25 | 1,840 | cs | C# | src/SuperMassive/Helpers/AssemblyHelper.cs | PulsarBlow/SuperMassive | 2bb5381085dd7625aec1487448272bda59dace72 | [
"MIT"
] | 6 | 2015-10-05T08:21:40.000Z | 2020-06-03T20:10:49.000Z | src/SuperMassive/Helpers/AssemblyHelper.cs | PulsarBlow/SuperMassive | 2bb5381085dd7625aec1487448272bda59dace72 | [
"MIT"
] | 6 | 2020-04-26T21:47:59.000Z | 2020-09-19T09:44:29.000Z | src/SuperMassive/Helpers/AssemblyHelper.cs | PulsarBlow/SuperMassive | 2bb5381085dd7625aec1487448272bda59dace72 | [
"MIT"
] | 1 | 2018-04-16T06:31:02.000Z | 2018-04-16T06:31:02.000Z | namespace SuperMassive
{
using System.Reflection;
/// <summary>
/// Provides helping methods for manipulating assemblies
/// </summary>
public static class AssemblyHelper
{
/// <summary>
/// Returns the file version of the executing assembly
/// </summary>
/// <... | 34.716981 | 89 | 0.605978 |
3dddf55f0eeec1eae45ee00285f1841672f28569 | 2,969 | cs | C# | Framework/Assets/Asset.cs | Macabresoft/Macabre2D.Framework | 8b11a506eb1dd7eb07c75060a2b75abf684c729c | [
"MIT"
] | 7 | 2017-03-12T19:22:27.000Z | 2020-05-16T03:09:03.000Z | Framework/Assets/Asset.cs | Macabresoft/Macabresoft.MonoGame | 4a177d2869d3bdd19e489461b2f335f46b79e0a3 | [
"MIT"
] | 1 | 2018-05-29T05:03:12.000Z | 2018-05-30T08:44:58.000Z | Framework/Assets/Asset.cs | Macabresoft/Macabresoft.MonoGame | 4a177d2869d3bdd19e489461b2f335f46b79e0a3 | [
"MIT"
] | 2 | 2018-08-25T20:09:07.000Z | 2019-04-06T19:30:42.000Z | namespace Macabresoft.Macabre2D.Framework;
using System;
using System.ComponentModel;
using System.Runtime.Serialization;
using System.Text;
/// <summary>
/// Interface for an object that is an asset.
/// </summary>
public interface IAsset : INotifyPropertyChanged {
/// <summary>
/// Gets the content identifi... | 29.989899 | 106 | 0.654766 |
3dde2db92af32544aa75ed466c1d63318655aeab | 52,075 | cs | C# | Kronos-Shifts-Connector/Microsoft.Teams.Shifts.Integration/Microsoft.Teams.Shifts.Integration.API/Controllers/TeamsController.cs | mikelapierre/Microsoft-Teams-Shifts-WFM-Connectors | 6d0fb6cdc05fbfda034e81a441791cf1ff4d007f | [
"MIT"
] | null | null | null | Kronos-Shifts-Connector/Microsoft.Teams.Shifts.Integration/Microsoft.Teams.Shifts.Integration.API/Controllers/TeamsController.cs | mikelapierre/Microsoft-Teams-Shifts-WFM-Connectors | 6d0fb6cdc05fbfda034e81a441791cf1ff4d007f | [
"MIT"
] | null | null | null | Kronos-Shifts-Connector/Microsoft.Teams.Shifts.Integration/Microsoft.Teams.Shifts.Integration.API/Controllers/TeamsController.cs | mikelapierre/Microsoft-Teams-Shifts-WFM-Connectors | 6d0fb6cdc05fbfda034e81a441791cf1ff4d007f | [
"MIT"
] | 1 | 2021-06-22T22:32:53.000Z | 2021-06-22T22:32:53.000Z | // <copyright file="TeamsController.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
namespace Microsoft.Teams.Shifts.Integration.API.Controllers
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq... | 60.063437 | 241 | 0.643303 |
3de012cd3553662fc6a66f21392f52419ef62065 | 22,580 | cs | C# | BrawlLib/Modeling/Triangle Converter/Deque/Deque.cs | ilazoja/BrawlCrate | 0204b441d27c19697a6888f4eb478f7079d483c6 | [
"MIT"
] | 102 | 2018-08-26T14:30:49.000Z | 2022-03-19T08:49:19.000Z | BrawlLib/Modeling/Triangle Converter/Deque/Deque.cs | ilazoja/BrawlCrate | 0204b441d27c19697a6888f4eb478f7079d483c6 | [
"MIT"
] | 35 | 2018-11-15T05:02:53.000Z | 2022-03-18T19:12:28.000Z | BrawlLib/Modeling/Triangle Converter/Deque/Deque.cs | ilazoja/BrawlCrate | 0204b441d27c19697a6888f4eb478f7079d483c6 | [
"MIT"
] | 32 | 2018-09-11T22:28:06.000Z | 2022-03-19T21:19:08.000Z | #region License
/* Copyright (c) 2006 Leslie Sanford
*
* 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, m... | 25.061043 | 98 | 0.445438 |
3de102f5918f0949878be1908734b43f32e3f76a | 8,661 | cs | C# | sdk/src/Services/EC2/Generated/Model/ServiceDetail.cs | sudoudaisuke/aws-sdk-net | cadac9b1488084bcfe6de18aff02aaaf41e30292 | [
"Apache-2.0"
] | 2 | 2022-02-24T09:39:37.000Z | 2022-02-24T11:20:07.000Z | sdk/src/Services/EC2/Generated/Model/ServiceDetail.cs | sudoudaisuke/aws-sdk-net | cadac9b1488084bcfe6de18aff02aaaf41e30292 | [
"Apache-2.0"
] | null | null | null | sdk/src/Services/EC2/Generated/Model/ServiceDetail.cs | sudoudaisuke/aws-sdk-net | cadac9b1488084bcfe6de18aff02aaaf41e30292 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2014 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 is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 31.725275 | 101 | 0.574876 |
3de811f64a3cadc2b5ecd008cf468c8497596b28 | 4,950 | cs | C# | ToMigrate/Raven.Tests/Bugs/TransformerThatReturnAnArray.cs | ryanheath/ravendb | f32ee65b73912aa1532929164d004e027d266270 | [
"Linux-OpenIB"
] | 1 | 2017-03-02T13:05:14.000Z | 2017-03-02T13:05:14.000Z | ToMigrate/Raven.Tests/Bugs/TransformerThatReturnAnArray.cs | ryanheath/ravendb | f32ee65b73912aa1532929164d004e027d266270 | [
"Linux-OpenIB"
] | 1 | 2019-03-12T12:10:52.000Z | 2019-03-12T12:10:52.000Z | ToMigrate/Raven.Tests/Bugs/TransformerThatReturnAnArray.cs | aviv86/ravendb | 3ee33d576fecd2c47dc7a9f5b671a46731fed659 | [
"Linux-OpenIB"
] | null | null | null | using System.Collections.Generic;
using System.Linq;
using Raven.Client;
using Raven.Client.Indexes;
using Raven.Tests.Common;
using Xunit;
namespace Raven.Tests.Bugs
{
public class TransformerThatReturnAnArray : RavenTest
{
[Fact]
public void ShouldReturnNullForNotExistDocument()... | 34.137931 | 210 | 0.420808 |
3deb7f862070bf08e0411900cf620e94d527c409 | 18,716 | cs | C# | Web/Db/Enums/PpeTypes.cs | WeAreBeep/FrontlineUkraine | 9ace8222af347f8ebbcaf444f375b2736f49cd9f | [
"MIT"
] | null | null | null | Web/Db/Enums/PpeTypes.cs | WeAreBeep/FrontlineUkraine | 9ace8222af347f8ebbcaf444f375b2736f49cd9f | [
"MIT"
] | null | null | null | Web/Db/Enums/PpeTypes.cs | WeAreBeep/FrontlineUkraine | 9ace8222af347f8ebbcaf444f375b2736f49cd9f | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Collections.Immutable;
using Web.Snippets.System;
namespace Web.Db
{
public enum PpeTypes
{
[EnumText("Type IIR Surgical Masks")]
TypeIIRSurgicalMasks = 1,
[EnumText("FFP1 Respirator Masks")]
FFP1RespiratorMasks,
[EnumText("FFP2 Respirator Masks")]
FFP2Resp... | 49.12336 | 181 | 0.831267 |
3dedead6804ba1bad2c9ab8e53fdce9805322657 | 4,856 | cs | C# | src/Lucene.Net.Tests/Util/TestBytesRefArray.cs | Ref12/lucenenet | aaba4cee2482f2908439e2fac44d7d27e6e40af6 | [
"Apache-2.0"
] | 1 | 2020-08-31T09:28:21.000Z | 2020-08-31T09:28:21.000Z | src/Lucene.Net.Tests/Util/TestBytesRefArray.cs | Ref12/lucenenet | aaba4cee2482f2908439e2fac44d7d27e6e40af6 | [
"Apache-2.0"
] | null | null | null | src/Lucene.Net.Tests/Util/TestBytesRefArray.cs | Ref12/lucenenet | aaba4cee2482f2908439e2fac44d7d27e6e40af6 | [
"Apache-2.0"
] | null | null | null | using NUnit.Framework;
using System;
using System.Collections.Generic;
using Assert = Lucene.Net.TestFramework.Assert;
namespace Lucene.Net.Util
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with this
* wo... | 41.152542 | 106 | 0.524506 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.