hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e477ee43d56ae6e220acdbe57e8f603f6396de0f | 313 | cs | C# | src/Spear.Core/Domain/ProductMode.cs | jl632541832/spear | 1c0b5f44df2152468831cdc0f0137b39c85be5f8 | [
"Apache-2.0"
] | 51 | 2019-02-18T09:52:35.000Z | 2022-03-08T11:51:18.000Z | src/Spear.Core/Domain/ProductMode.cs | jl632541832/spear | 1c0b5f44df2152468831cdc0f0137b39c85be5f8 | [
"Apache-2.0"
] | null | null | null | src/Spear.Core/Domain/ProductMode.cs | jl632541832/spear | 1c0b5f44df2152468831cdc0f0137b39c85be5f8 | [
"Apache-2.0"
] | 22 | 2018-12-13T20:37:41.000Z | 2022-03-08T11:51:19.000Z | namespace Spear.Core.Domain
{
/// <summary> 产品模式 </summary>
public enum ProductMode
{
/// <summary> 开发 </summary>
Dev,
/// <summary> 测试服务器 </summary>
Test,
/// <summary> 预发布 </summary>
Ready,
/// <summary> 正式 </summary>
Prod
}
}
| 16.473684 | 38 | 0.469649 |
e4e5dd45815c43fb95f5210308de34444eb23763 | 4,912 | cs | C# | src/ImageDL.Core/Classes/ImageDownloading/AnimePictures/Models/AnimePicturesPost.cs | advorange/RedditImageDownloader | 569cbb105e641ea69b3ab503e62520efbc7cf9c2 | [
"MIT"
] | 3 | 2019-03-01T09:13:10.000Z | 2021-06-18T00:40:39.000Z | src/ImageDL.Core/Classes/ImageDownloading/AnimePictures/Models/AnimePicturesPost.cs | advorange/RedditImageDownloader | 569cbb105e641ea69b3ab503e62520efbc7cf9c2 | [
"MIT"
] | null | null | null | src/ImageDL.Core/Classes/ImageDownloading/AnimePictures/Models/AnimePicturesPost.cs | advorange/RedditImageDownloader | 569cbb105e641ea69b3ab503e62520efbc7cf9c2 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using ImageDL.Interfaces;
using Newtonsoft.Json;
namespace ImageDL.Classes.ImageDownloading.AnimePictures.Models
{
/// <summary>
/// Json model for
/// </summary>
public sealed class AnimePicturesPost : IPost, ISize
{
[JsonProperty... | 26.695652 | 127 | 0.649634 |
c4ffb5dded5d72bd4c7c215ee841c1bdcb49e6ac | 790 | cs | C# | src/Mysoft.JenkinsNET/JenkinsNETExtensions.cs | MysoftEOP/Mysoft.JenkinsNET | 88b2c7f43be7513d1e8cd4371b2eaad564c32c6d | [
"Apache-2.0"
] | 3 | 2019-03-26T10:56:48.000Z | 2019-04-23T13:40:17.000Z | src/Mysoft.JenkinsNET/JenkinsNETExtensions.cs | MysoftEOP/Mysoft.JenkinsNET | 88b2c7f43be7513d1e8cd4371b2eaad564c32c6d | [
"Apache-2.0"
] | null | null | null | src/Mysoft.JenkinsNET/JenkinsNETExtensions.cs | MysoftEOP/Mysoft.JenkinsNET | 88b2c7f43be7513d1e8cd4371b2eaad564c32c6d | [
"Apache-2.0"
] | null | null | null | using Microsoft.Extensions.DependencyInjection;
using Mysoft.JenkinsNET.Models;
using Mysoft.JenkinsNET.Utilities;
using System;
using System.Collections.Generic;
using System.Text;
namespace Mysoft.JenkinsNET
{
public static class JenkinsNETExtensions
{
public static IServiceCollection AddJenkinsNET(... | 32.916667 | 151 | 0.687342 |
0db2a2114634e61fe6eb173cabec8d2ac8661599 | 1,744 | cs | C# | Reaqtor/Core/Engine/Reaqtor.QueryEngine/Reaqtor/QueryEngine/Registry/Interfaces/IReadOnlyReactiveEntityCollection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 485 | 2021-05-18T14:32:32.000Z | 2022-03-29T21:23:46.000Z | Reaqtor/Core/Engine/Reaqtor.QueryEngine/Reaqtor/QueryEngine/Registry/Interfaces/IReadOnlyReactiveEntityCollection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 54 | 2021-05-18T19:08:03.000Z | 2022-03-21T20:21:26.000Z | Reaqtor/Core/Engine/Reaqtor.QueryEngine/Reaqtor/QueryEngine/Registry/Interfaces/IReadOnlyReactiveEntityCollection.cs | ScriptBox99/reaqtor | 0680ffc1557912db349877fc422481479b4acf76 | [
"MIT"
] | 35 | 2021-05-18T14:35:48.000Z | 2022-01-21T23:35:35.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.Collections.Generic;
namespace Reaqtor.QueryEngine
{
/// <summary>
/// Interface for collecti... | 47.135135 | 161 | 0.65195 |
d61b51e8b70f5ef29360aae49316f5ad69bc0d56 | 2,188 | cs | C# | Google.Maps.Tests/AllureExtensions.cs | DrMarkDunne/Google.Maps.Tests | c8aed5c2d620037a879e292332a5a782fdb72615 | [
"MIT"
] | 1 | 2020-11-21T09:27:00.000Z | 2020-11-21T09:27:00.000Z | Google.Maps.Tests/AllureExtensions.cs | DrMarkDunne/Google.Maps.Tests | c8aed5c2d620037a879e292332a5a782fdb72615 | [
"MIT"
] | null | null | null | Google.Maps.Tests/AllureExtensions.cs | DrMarkDunne/Google.Maps.Tests | c8aed5c2d620037a879e292332a5a782fdb72615 | [
"MIT"
] | null | null | null | //-----------------------------------------------------------------------
// <copyright file="AllureExtensions.cs" name="Mark Dunne">
// Copyright (c) 2020 Mark Dunne. All rights reserved.
// Author: Mark Dunne
//
// You may use, distribute and modify this code under the
// terms of the MIT License.
//
// You should ha... | 36.466667 | 170 | 0.556216 |
d62fb3df50dadc3a312f0f94dd43dc6bd87d1b6d | 724 | cs | C# | Shared/Models/ChatHubCam.cs | boredgirl/hwavmvid | e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6 | [
"MIT"
] | null | null | null | Shared/Models/ChatHubCam.cs | boredgirl/hwavmvid | e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6 | [
"MIT"
] | null | null | null | Shared/Models/ChatHubCam.cs | boredgirl/hwavmvid | e09d7112c75a3399ae6e06d3a6ff46d4941bb8c6 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace Oqtane.ChatHubs.Models
{
public class ChatHubCam : ChatHubBaseModel
{
public int ChatHubRoomId { get; set; }
public int ChatHubConnectionId { get; set; }
public string Status { get; set; }... | 30.166667 | 83 | 0.674033 |
6b07a433023d88acc48b8bf28b6770cf80c3cb87 | 2,906 | cs | C# | Assets/Scripts/Project Balloon/Towers/AreaShooter.cs | nikhilghosh75/ragnarok-td | ebd1e5617964604f28c453c6590d5b43da870f58 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Project Balloon/Towers/AreaShooter.cs | nikhilghosh75/ragnarok-td | ebd1e5617964604f28c453c6590d5b43da870f58 | [
"Apache-2.0"
] | null | null | null | Assets/Scripts/Project Balloon/Towers/AreaShooter.cs | nikhilghosh75/ragnarok-td | ebd1e5617964604f28c453c6590d5b43da870f58 | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using WSoft.Combat;
public class AreaShooter : MonoBehaviour, DamageUpgradableComponent, FireRateUpgradableComponent, ProjectileSpeedUpgradableComponent
{
public int numToShoot;
public float timeBetweenFire;
public floa... | 35.439024 | 188 | 0.66552 |
10e0824c2b100484307faaba1ccaa3798dbd109e | 229 | cs | C# | src/Xena.Contracts/Helpers/OfferCreateData.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | null | null | null | src/Xena.Contracts/Helpers/OfferCreateData.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | 11 | 2017-09-08T08:51:12.000Z | 2019-12-11T12:07:04.000Z | src/Xena.Contracts/Helpers/OfferCreateData.cs | EG-BRS/Xena.Contracts | 50d5a26389bbe09c2cc290f76761091b832809f7 | [
"Beerware"
] | null | null | null | namespace Xena.Contracts.Helpers
{
public class OfferCreateData
{
public int? OfferDate { get; set; }
public long? OfferReportLayoutId { get; set; }
public long? OrderStatusId { get; set; }
}
} | 25.444444 | 54 | 0.624454 |
6b53d8a2c1a470f4c7885c0180b4769d6a291f55 | 1,164 | cs | C# | Protogame/UserInterface/Skin/SkinRenderer/BasicFontViewerSkinRenderer.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 163 | 2016-01-05T23:38:28.000Z | 2022-03-31T11:17:42.000Z | Protogame/UserInterface/Skin/SkinRenderer/BasicFontViewerSkinRenderer.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 11 | 2016-09-03T03:45:06.000Z | 2017-08-26T18:36:10.000Z | Protogame/UserInterface/Skin/SkinRenderer/BasicFontViewerSkinRenderer.cs | yurisouza/Protogame | 289e6f70a8f941756ef3d6dce588f13e83c16ca3 | [
"Unlicense",
"MIT"
] | 42 | 2016-04-11T17:49:55.000Z | 2022-03-22T22:56:21.000Z | using System;
using Microsoft.Xna.Framework;
namespace Protogame
{
public class BasicFontViewerSkinRenderer : ISkinRenderer<FontViewer>
{
private readonly IBasicSkinHelper _basicSkinHelper;
private readonly I2DRenderUtilities _renderUtilities;
public BasicFontViewerSkinRenderer(IBasic... | 31.459459 | 140 | 0.632302 |
6bc3202f1125bbc50990c363ba09c748d9a86302 | 1,074 | cs | C# | tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.cs | elinor-fung/coreclr | c1801e85024add717f518feb6a9caed60d54500f | [
"MIT"
] | 159 | 2020-06-17T01:01:55.000Z | 2022-03-28T10:33:37.000Z | tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.cs | elinor-fung/coreclr | c1801e85024add717f518feb6a9caed60d54500f | [
"MIT"
] | 19 | 2020-06-27T01:16:35.000Z | 2022-02-06T20:33:24.000Z | tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.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.CompilerServices;
internal class Program
{
[MethodImpl(MethodImplOptions.NoI... | 24.409091 | 82 | 0.592179 |
2dc314847eea4069c1321d0d6957bb2a612bdda3 | 11,302 | cs | C# | Andi.Utils/Nitro/Archive/AndiNarcReader.cs | javierhimura/ANDT | 8a486789c456f2613767c137ad6e72fb56b751b6 | [
"Apache-2.0"
] | 2 | 2018-10-25T13:49:27.000Z | 2022-02-21T21:05:14.000Z | Andi.Utils/Nitro/Archive/AndiNarcReader.cs | javierhimura/ANDT | 8a486789c456f2613767c137ad6e72fb56b751b6 | [
"Apache-2.0"
] | null | null | null | Andi.Utils/Nitro/Archive/AndiNarcReader.cs | javierhimura/ANDT | 8a486789c456f2613767c137ad6e72fb56b751b6 | [
"Apache-2.0"
] | null | null | null | using System;
using System.IO;
namespace Andi.Utils.Nitro.Archive
{
public class AndiNarcReader
{
public struct FileEntry
{
public int Ofs;
public int Size;
}
public FileEntry[] FileInformation;
private MemoryStream FsMemoryStream;
priva... | 43.637066 | 117 | 0.551938 |
73eb06bddf47f5b8e30c059c9733860da40822c0 | 484 | cs | C# | aspnetcore/web-api/advanced/formatting/samples/6.x/ResponseFormattingSample/Models/TodoItemStore.cs | jongalloway/AspNetCore.Docs | 3d55c47c131a4389f5174b3793e647eb52317c1e | [
"CC-BY-4.0",
"MIT"
] | 5,343 | 2015-02-17T23:50:40.000Z | 2019-04-02T14:15:35.000Z | aspnetcore/web-api/advanced/formatting/samples/6.x/ResponseFormattingSample/Models/TodoItemStore.cs | jongalloway/AspNetCore.Docs | 3d55c47c131a4389f5174b3793e647eb52317c1e | [
"CC-BY-4.0",
"MIT"
] | 8,758 | 2015-02-13T00:00:04.000Z | 2019-04-02T15:20:33.000Z | aspnetcore/web-api/advanced/formatting/samples/6.x/ResponseFormattingSample/Models/TodoItemStore.cs | jongalloway/AspNetCore.Docs | 3d55c47c131a4389f5174b3793e647eb52317c1e | [
"CC-BY-4.0",
"MIT"
] | 13,865 | 2015-02-22T06:59:04.000Z | 2019-04-02T14:45:00.000Z | namespace ResponseFormattingSample.Models;
public class TodoItemStore
{
private readonly List<TodoItem> _todoItems = new()
{
new TodoItem(1, "Todo #1"),
new TodoItem(2, "Todo #2"),
new TodoItem(3, "Todo #3"),
new TodoItem(4, "Todo #4"),
new TodoItem(5, "Todo #5"),
}... | 24.2 | 54 | 0.584711 |
40a06e36e905f3c0a7ecb4c59c5a0c6f5312aae9 | 5,015 | cs | C# | teste/T/SGI/Areas/PlugAndPlay/Controllers/OcorrenciasController.cs | admplaysis/t3 | 7b3964eb4b3b89d52011b9e96d6d135e884a69a8 | [
"MIT"
] | null | null | null | teste/T/SGI/Areas/PlugAndPlay/Controllers/OcorrenciasController.cs | admplaysis/t3 | 7b3964eb4b3b89d52011b9e96d6d135e884a69a8 | [
"MIT"
] | null | null | null | teste/T/SGI/Areas/PlugAndPlay/Controllers/OcorrenciasController.cs | admplaysis/t3 | 7b3964eb4b3b89d52011b9e96d6d135e884a69a8 | [
"MIT"
] | 1 | 2021-04-16T19:37:39.000Z | 2021-04-16T19:37:39.000Z | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using SGI.Areas.PlugAndPlay.Models;
using SGI.Context;
using SGI.Util;
namespace SGI.Areas.PlugAndPlay.Controllers
{
[CustomAuthorize(Roles = "A... | 33.211921 | 121 | 0.570489 |
40ffa770140564d3d798bf9cea64759df61d5ad7 | 571 | cs | C# | Data/DropOffZone.cs | wiredmartian/feedcity | c24a78dbcd8b5a6ef4c176a198c714a0f22b3154 | [
"MIT"
] | null | null | null | Data/DropOffZone.cs | wiredmartian/feedcity | c24a78dbcd8b5a6ef4c176a198c714a0f22b3154 | [
"MIT"
] | null | null | null | Data/DropOffZone.cs | wiredmartian/feedcity | c24a78dbcd8b5a6ef4c176a198c714a0f22b3154 | [
"MIT"
] | null | null | null | namespace feeddcity.Data
{
public class DropOffZone
{
public int Id { get; set; }
public string PhysicalAddress { get; set; }
public string Latitude { get; set; }
public string Longitude { get; set; }
public string ProvinceId { get; set; }
public string City { get... | 33.588235 | 51 | 0.590193 |
673f8a7f9107dd96a7ae67c6bc163e424ab491cb | 965 | cs | C# | src/Microsoft.Data.Sqlite.Core/Extensions/SQLitePCLExtensions.cs | GrizzlyEnglish/efcore | 0ae867b4c52bdec564638b2ba03b7e568190805e | [
"MIT"
] | 4,158 | 2017-08-16T18:59:17.000Z | 2020-01-07T19:55:32.000Z | src/Microsoft.Data.Sqlite.Core/Extensions/SQLitePCLExtensions.cs | GrizzlyEnglish/efcore | 0ae867b4c52bdec564638b2ba03b7e568190805e | [
"MIT"
] | 9,287 | 2017-08-16T19:04:38.000Z | 2020-01-07T20:59:35.000Z | src/Microsoft.Data.Sqlite.Core/Extensions/SQLitePCLExtensions.cs | GrizzlyEnglish/efcore | 0ae867b4c52bdec564638b2ba03b7e568190805e | [
"MIT"
] | 1,237 | 2017-08-17T09:20:21.000Z | 2020-01-07T16:30:44.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
// ReSharper disable once CheckNamespace
// ReSharper disable InconsistentNaming
namespace SQLitePCL
{
internal static class SQLitePCLExtension... | 29.242424 | 80 | 0.620725 |
675d48cab36998b3db292b76e5db4fdd98e11295 | 1,547 | cs | C# | LeetCode/LeetAgain/DeleteAndEarnSln.cs | YouenZeng/LeetCode | 626da7e4fa8d84cd833355ad14ea5ea39fe0c3b9 | [
"MIT"
] | 1 | 2019-06-04T21:40:46.000Z | 2019-06-04T21:40:46.000Z | LeetCode/LeetAgain/DeleteAndEarnSln.cs | YouenZeng/LeetCode | 626da7e4fa8d84cd833355ad14ea5ea39fe0c3b9 | [
"MIT"
] | 1 | 2018-06-04T01:55:25.000Z | 2018-06-04T01:55:25.000Z | LeetCode/LeetAgain/DeleteAndEarnSln.cs | YouenZeng/LeetCode | 626da7e4fa8d84cd833355ad14ea5ea39fe0c3b9 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LeetCode.LeetAgain
{
class DeleteAndEarnSln : ISolution
{
public int DeleteAndEarn(int[] nums)
{
Array.Sort(nums);
Dictionary<int, int> dict = new Dictionary<int, int>();
... | 29.75 | 87 | 0.444732 |
0bf7a5743a75822bd5d36aa5bb8b6c7928273aa0 | 660 | cs | C# | src/IdentityModel/Internal/AsyncLazy.cs | sicsbd/IdentityModel2 | 4b06c8a73f77555cbf58ce543a646d4ec308d976 | [
"Apache-2.0"
] | 2 | 2017-12-28T03:24:05.000Z | 2017-12-31T16:38:59.000Z | src/IdentityModel/Internal/AsyncLazy.cs | sicsbd/IdentityModel2 | 4b06c8a73f77555cbf58ce543a646d4ec308d976 | [
"Apache-2.0"
] | null | null | null | src/IdentityModel/Internal/AsyncLazy.cs | sicsbd/IdentityModel2 | 4b06c8a73f77555cbf58ce543a646d4ec308d976 | [
"Apache-2.0"
] | 2 | 2017-12-26T20:10:39.000Z | 2018-12-07T17:44:15.000Z | // Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System;
using System.Threading.Tasks;
namespace IdentityModel.Internal
{
class AsyncLazy<T> : Lazy<Task<T>>
{
public As... | 31.428571 | 107 | 0.64697 |
040ca5f26190d150ab1038e1479e3b58c3b23ce4 | 1,696 | cs | C# | Welcome Project Windows/Welcome Project Windows.Shared/MainPage.xaml.cs | feedhenry-templates/Welcome-Project | b56ea4dd87f5d7623f41efeae0860b1b094df0b9 | [
"Apache-2.0"
] | null | null | null | Welcome Project Windows/Welcome Project Windows.Shared/MainPage.xaml.cs | feedhenry-templates/Welcome-Project | b56ea4dd87f5d7623f41efeae0860b1b094df0b9 | [
"Apache-2.0"
] | 7 | 2015-10-08T15:12:37.000Z | 2017-04-10T14:10:16.000Z | Welcome Project Windows/Welcome Project Windows.Shared/MainPage.xaml.cs | feedhenry-templates/Welcome-Project | b56ea4dd87f5d7623f41efeae0860b1b094df0b9 | [
"Apache-2.0"
] | 3 | 2015-11-16T15:44:48.000Z | 2017-04-24T10:39:54.000Z | using FHSDKPortable;
using Windows.Graphics.Display;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Input;
namespace Welcome_Project_Windows
{
public partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
this.InitA... | 27.354839 | 95 | 0.627358 |
f0ce701d66af48f09d5f4f84e2a3a932a1406a0b | 2,290 | cs | C# | es/Tests/TestES.cs | timequark/toys | d5eea16f99f1450b3206564875d0f6fe1ba93f8d | [
"Apache-2.0"
] | null | null | null | es/Tests/TestES.cs | timequark/toys | d5eea16f99f1450b3206564875d0f6fe1ba93f8d | [
"Apache-2.0"
] | null | null | null | es/Tests/TestES.cs | timequark/toys | d5eea16f99f1450b3206564875d0f6fe1ba93f8d | [
"Apache-2.0"
] | null | null | null | using Nest;
using Sample.Common.ES;
using Sample.Entity.ES;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tests
{
public class TestES
{
//string DOC_ID = "201820289117X";
private static string DOC_ID = "20182009508... | 30.945946 | 134 | 0.519651 |
c2ab13464cabde877fd67162deb2b84477531c88 | 113 | cs | C# | LoR_Match_Tracker/Assets/GameResultData.cs | zyphermc/LoR-Match-Tracker | 06d696c88af34f0a76c11555527471a7d318480c | [
"Apache-2.0"
] | null | null | null | LoR_Match_Tracker/Assets/GameResultData.cs | zyphermc/LoR-Match-Tracker | 06d696c88af34f0a76c11555527471a7d318480c | [
"Apache-2.0"
] | null | null | null | LoR_Match_Tracker/Assets/GameResultData.cs | zyphermc/LoR-Match-Tracker | 06d696c88af34f0a76c11555527471a7d318480c | [
"Apache-2.0"
] | null | null | null | public class GameResultData
{
public int GameID { get; set; }
public bool LocalPlayerWon { get; set; }
} | 22.6 | 44 | 0.672566 |
945e28701ceccb9812044d0b9a9821430cd1ef78 | 975 | cs | C# | BefunGen/MathExtensions/MathExt.cs | Mikescher/BefunGen | 6f7d0ab9e8d8c52bd84abfe9cbd9cae342246fdb | [
"MIT"
] | 4 | 2018-01-05T10:56:54.000Z | 2021-09-07T20:42:00.000Z | BefunGen/MathExtensions/MathExt.cs | esovm/BefunGen | 6f7d0ab9e8d8c52bd84abfe9cbd9cae342246fdb | [
"MIT"
] | null | null | null | BefunGen/MathExtensions/MathExt.cs | esovm/BefunGen | 6f7d0ab9e8d8c52bd84abfe9cbd9cae342246fdb | [
"MIT"
] | 1 | 2019-07-22T11:40:44.000Z | 2019-07-22T11:40:44.000Z | using System;
namespace BefunGen.MathExtensions
{
public class MathExt
{
public struct Point
{
public int Size { get { return X * Y; } }
public readonly int X;
public readonly int Y;
public Point(int xx, int yy)
{
X = xx;
Y = yy;
}
}
public static void Swap<T>(ref T lhs, ref T r... | 14.772727 | 50 | 0.501538 |
8717f52b24e06115605a3ede576eace14d3900aa | 363 | cs | C# | Entities/User.cs | Naphong/Naphong-WebAPITokenCore3 | 1987cbb07c476da5517afc2142be968b084edf31 | [
"MIT"
] | null | null | null | Entities/User.cs | Naphong/Naphong-WebAPITokenCore3 | 1987cbb07c476da5517afc2142be968b084edf31 | [
"MIT"
] | null | null | null | Entities/User.cs | Naphong/Naphong-WebAPITokenCore3 | 1987cbb07c476da5517afc2142be968b084edf31 | [
"MIT"
] | null | null | null | namespace WebApi.Entities
{
public class User
{
public int id { get; set; }
public string firstname { get; set; }
public string lastname { get; set; }
public string username { get; set; }
public string password { get; set; }
public string role { get; set; }
... | 27.923077 | 45 | 0.564738 |
132c3c5690dda6f672a310358efd25c4a1d3e0db | 5,383 | cs | C# | Runtime/Unity/FritzHumanTrackableManager.cs | basdp/fritz-unity-sdk | 3c7a5a77743ba69ab3c0c7562a92816ecca54420 | [
"Apache-2.0"
] | null | null | null | Runtime/Unity/FritzHumanTrackableManager.cs | basdp/fritz-unity-sdk | 3c7a5a77743ba69ab3c0c7562a92816ecca54420 | [
"Apache-2.0"
] | null | null | null | Runtime/Unity/FritzHumanTrackableManager.cs | basdp/fritz-unity-sdk | 3c7a5a77743ba69ab3c0c7562a92816ecca54420 | [
"Apache-2.0"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.XR.ARFoundation;
namespace AI.Fritz.Vision
{
public class FritzHumanTrackableManager : MonoBehaviour
{
/// <summary>
/// The name prefix that should be used when instantiating new <c>GameObj... | 30.76 | 111 | 0.573472 |
283af354d930846bd4eedc22bcf1cc8e05325433 | 612 | cs | C# | src/clients/Elsa.Client/Models/ConnectionDefinition.cs | tomy2105/elsa-core | 94b086f5f06cc18fbb9962f2ec77aae99655c180 | [
"MIT"
] | 3,147 | 2019-06-12T19:23:44.000Z | 2022-03-31T23:06:28.000Z | src/clients/Elsa.Client/Models/ConnectionDefinition.cs | tomy2105/elsa-core | 94b086f5f06cc18fbb9962f2ec77aae99655c180 | [
"MIT"
] | 1,389 | 2019-06-12T20:55:51.000Z | 2022-03-31T20:41:36.000Z | src/clients/Elsa.Client/Models/ConnectionDefinition.cs | tomy2105/elsa-core | 94b086f5f06cc18fbb9962f2ec77aae99655c180 | [
"MIT"
] | 685 | 2019-06-13T12:54:08.000Z | 2022-03-30T07:48:23.000Z | using System.Runtime.Serialization;
namespace Elsa.Client.Models
{
[DataContract]
public class ConnectionDefinition
{
public ConnectionDefinition(string sourceActivityId, string targetActivityId, string outcome)
{
SourceActivityId = sourceActivityId;
TargetActivityId... | 32.210526 | 101 | 0.655229 |
9a73f544095dafaf98cb67a3889a0a7af3b5b8f8 | 15,231 | cs | C# | Assets/Scripts/GUI/UIComponent.cs | panjea/open-brush | 8092ec49890b9090db9d92d7d1061279e621a28d | [
"Apache-2.0"
] | 321 | 2021-01-27T21:56:45.000Z | 2022-03-18T01:51:25.000Z | Assets/Scripts/GUI/UIComponent.cs | panjea/open-brush | 8092ec49890b9090db9d92d7d1061279e621a28d | [
"Apache-2.0"
] | 154 | 2021-01-28T11:21:59.000Z | 2022-03-29T17:20:40.000Z | Assets/Scripts/GUI/UIComponent.cs | panjea/open-brush | 8092ec49890b9090db9d92d7d1061279e621a28d | [
"Apache-2.0"
] | 76 | 2021-01-27T22:43:33.000Z | 2022-03-08T06:21:18.000Z | // Copyright 2020 The Tilt Brush Authors
//
// 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 ... | 35.42093 | 104 | 0.536603 |
47081cffbf439163c3211cc71083116c60b4ee54 | 554 | cs | C# | C# Web Development Basics/WebServer-AllExercises/MyWebServer/CalculatorApplication/CalculatorApp.cs | Rusev12/Software-University-SoftUni | 7ad147d5fa45aaa0c1f3bfa150111d536f8d4468 | [
"MIT"
] | null | null | null | C# Web Development Basics/WebServer-AllExercises/MyWebServer/CalculatorApplication/CalculatorApp.cs | Rusev12/Software-University-SoftUni | 7ad147d5fa45aaa0c1f3bfa150111d536f8d4468 | [
"MIT"
] | null | null | null | C# Web Development Basics/WebServer-AllExercises/MyWebServer/CalculatorApplication/CalculatorApp.cs | Rusev12/Software-University-SoftUni | 7ad147d5fa45aaa0c1f3bfa150111d536f8d4468 | [
"MIT"
] | null | null | null | namespace MyWebServer.CalculatorApplication
{
using CalculatorApplication.Controllers;
using Server.Contracts;
using Server.Routing.Contracts;
public class CalculatorApp : IApplication
{
public void Start(IAppRouteConfig appRouteConfig)
{
appRouteConfig
... | 27.7 | 78 | 0.586643 |
47cc49c7d596bb53a75fa5e28de3c9a2b117b4ae | 188 | cs | C# | Assets/Core/Game/Agents/Teams/TeamColor.cs | mrdav30/LockstepRTSEngine | 0c9abed103ea8c385beb34081aae9ca458bd67db | [
"MIT"
] | 121 | 2019-01-06T10:47:05.000Z | 2022-03-11T02:23:58.000Z | Assets/Core/Game/Agents/Teams/TeamColor.cs | mrdav30/LockstepRTSEngine | 0c9abed103ea8c385beb34081aae9ca458bd67db | [
"MIT"
] | 1 | 2019-01-07T13:06:22.000Z | 2019-09-19T00:24:43.000Z | Assets/Core/Game/Agents/Teams/TeamColor.cs | mrdav30/LockstepRTSEngine | 0c9abed103ea8c385beb34081aae9ca458bd67db | [
"MIT"
] | 34 | 2019-02-23T23:56:43.000Z | 2022-03-06T13:39:26.000Z | using UnityEngine;
public class TeamColor : MonoBehaviour
{
//wrapper class to allow a user-defined
//part of a model to receive a team color
//in the material of that part
} | 23.5 | 45 | 0.712766 |
f84bf30217d6ae0d203f27fef0538e743ff38120 | 1,121 | cs | C# | src/WrldcScadaIssuesPortal/ScadaIssuesPortal.Data/Configurations/CaseItemTemplateConfiguration.cs | nagasudhirpulla/wrldc_scada_issues_portal | 6615655e9406f10108398ea15ce98cea04d955f7 | [
"MIT"
] | null | null | null | src/WrldcScadaIssuesPortal/ScadaIssuesPortal.Data/Configurations/CaseItemTemplateConfiguration.cs | nagasudhirpulla/wrldc_scada_issues_portal | 6615655e9406f10108398ea15ce98cea04d955f7 | [
"MIT"
] | 16 | 2019-12-04T04:08:15.000Z | 2022-02-26T21:54:37.000Z | src/WrldcScadaIssuesPortal/ScadaIssuesPortal.Data/Configurations/CaseItemTemplateConfiguration.cs | nagasudhirpulla/wrldc_scada_issues_portal | 6615655e9406f10108398ea15ce98cea04d955f7 | [
"MIT"
] | null | null | null | using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using ScadaIssuesPortal.Core.Entities;
using System;
namespace ScadaIssuesPortal.Data.Configurations
{
public class CaseItemTemplateConfiguration : IEntityTypeConfiguration<CaseItemTemplate>
{
public void Confi... | 29.5 | 91 | 0.598573 |
def41dbd8bc27c2f37882029d74d4174c82a583a | 380 | cs | C# | Arke.SipEngine/Api/ISipApiClient.cs | sgnayak/arke | 38124ff1de84f929fd171e16f422f769aa4c4a0e | [
"MIT"
] | null | null | null | Arke.SipEngine/Api/ISipApiClient.cs | sgnayak/arke | 38124ff1de84f929fd171e16f422f769aa4c4a0e | [
"MIT"
] | null | null | null | Arke.SipEngine/Api/ISipApiClient.cs | sgnayak/arke | 38124ff1de84f929fd171e16f422f769aa4c4a0e | [
"MIT"
] | null | null | null | namespace Arke.SipEngine.Api
{
public interface ISipApiClient
{
event DtmfReceivedEventHandler OnDtmfReceivedEvent;
event PromptPlaybackFinishedEventHandler OnPromptPlaybackFinishedAsyncEvent;
event LineHangupEventHandler OnLineHangupAsyncEvent;
event Arke.SipEngine.Api.Recordin... | 38 | 93 | 0.794737 |
a561e900fe1a9e116f8103ed195c11d436422cca | 2,926 | cs | C# | CSharp Databases - MS SQL Server/Databases Advanced/00. Exams/04. CSharp DB Advanced Exam - 07 Apr 2019/Cinema/Cinema/DataProcessor/Serializer.cs | A-Manev/SoftUni-Courses-2019-2020 | 1c70620b8294e643385cf2c05fc31501600327b3 | [
"MIT"
] | 3 | 2020-01-15T09:57:53.000Z | 2020-01-30T09:51:06.000Z | CSharp Databases - MS SQL Server/Databases Advanced/00. Exams/04. CSharp DB Advanced Exam - 07 Apr 2019/Cinema/Cinema/DataProcessor/Serializer.cs | A-Manev/SoftUni-Courses-2019-2020 | 1c70620b8294e643385cf2c05fc31501600327b3 | [
"MIT"
] | null | null | null | CSharp Databases - MS SQL Server/Databases Advanced/00. Exams/04. CSharp DB Advanced Exam - 07 Apr 2019/Cinema/Cinema/DataProcessor/Serializer.cs | A-Manev/SoftUni-Courses-2019-2020 | 1c70620b8294e643385cf2c05fc31501600327b3 | [
"MIT"
] | 1 | 2020-02-17T17:16:26.000Z | 2020-02-17T17:16:26.000Z | namespace Cinema.DataProcessor
{
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml.Serialization;
using System.Collections.Generic;
using Data;
using DataProcessor.ExportDto;
using Newtonsoft.Json;
public class Serializer
{
publ... | 36.575 | 140 | 0.506835 |
a5e0920cc95c84af0c57f090260e71f55659c100 | 441 | cs | C# | test/Extensions.EntityFramework.Database/BaseContext.cs | schwarzr/EntityFramework.DataMigrations | a183c880e4f9b5eef6bab41fa7b6fddc4b786e68 | [
"MIT"
] | null | null | null | test/Extensions.EntityFramework.Database/BaseContext.cs | schwarzr/EntityFramework.DataMigrations | a183c880e4f9b5eef6bab41fa7b6fddc4b786e68 | [
"MIT"
] | null | null | null | test/Extensions.EntityFramework.Database/BaseContext.cs | schwarzr/EntityFramework.DataMigrations | a183c880e4f9b5eef6bab41fa7b6fddc4b786e68 | [
"MIT"
] | 1 | 2022-01-07T06:40:05.000Z | 2022-01-07T06:40:05.000Z | using System.Data.Entity;
using Extensions.Test.Model;
namespace Extensions.EntityFramework.Database
{
public class BaseContext : DbContext
{
public BaseContext(string nameOrConnectionString)
: base(nameOrConnectionString)
{
}
public DbSet<City> Cities { get; set; ... | 23.210526 | 57 | 0.643991 |
5716efdf105e965c787fe4ee58ab81f6792bc4e0 | 878 | cs | C# | WalletBuddy/Model/SupportToken.cs | TangoRomeo80/CSharp-final-project | 106dd08c25874e8811d650f8491ce6a723f71dec | [
"MIT"
] | null | null | null | WalletBuddy/Model/SupportToken.cs | TangoRomeo80/CSharp-final-project | 106dd08c25874e8811d650f8491ce6a723f71dec | [
"MIT"
] | null | null | null | WalletBuddy/Model/SupportToken.cs | TangoRomeo80/CSharp-final-project | 106dd08c25874e8811d650f8491ce6a723f71dec | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WalletBuddy.Model
{
class SupportToken
{
//properties
public int TokenId { set; get; }
public string SenderName { set; get; }
public string SenderEmail { set; get; }
pu... | 22.512821 | 110 | 0.643508 |
83269fb82833563d8c5af6c1915c5c1896924619 | 1,250 | cshtml | C# | HCMS.Web/Areas/Administration/Views/Departments/_EditPartial.cshtml | IwanGaydarow/InternProject | c03e49fe901ee5f44422f01d6156e971fec60278 | [
"MIT"
] | null | null | null | HCMS.Web/Areas/Administration/Views/Departments/_EditPartial.cshtml | IwanGaydarow/InternProject | c03e49fe901ee5f44422f01d6156e971fec60278 | [
"MIT"
] | null | null | null | HCMS.Web/Areas/Administration/Views/Departments/_EditPartial.cshtml | IwanGaydarow/InternProject | c03e49fe901ee5f44422f01d6156e971fec60278 | [
"MIT"
] | null | null | null | @model HCMS.Web.ViewModels.Administration.Departments.EditViewModel
@{
if (Model.DepartmentManager == null)
{
Model.DepartmentManager = "No Manager";
}
}
<form class="form-inline edit-form" asp-area="Administration" asp-controller="Departments" asp-action="Edit">
<div class="form-group mb-2">... | 35.714286 | 143 | 0.6408 |
833f187bb4c3200f3888168c2c19aca983929151 | 7,315 | cs | C# | Mafia2/FileTypes/NAV_AI/NAV_AI.cs | LoOnyBiker/Mafia2Toolkit | f1d52d53b5e970f747a8aab905e7da8c923f69aa | [
"MIT"
] | null | null | null | Mafia2/FileTypes/NAV_AI/NAV_AI.cs | LoOnyBiker/Mafia2Toolkit | f1d52d53b5e970f747a8aab905e7da8c923f69aa | [
"MIT"
] | null | null | null | Mafia2/FileTypes/NAV_AI/NAV_AI.cs | LoOnyBiker/Mafia2Toolkit | f1d52d53b5e970f747a8aab905e7da8c923f69aa | [
"MIT"
] | null | null | null | using System;
using System.IO;
namespace Mafia2
{
public class NAVData
{
//unk01_flags could be types; AIWORLDS seem to have 1005, while OBJDATA is 3604410608.
FileInfo file;
int fileSize; //size - 4;
uint unk01_flags; //possibly flags?
object data;
public N... | 33.25 | 99 | 0.416131 |
e66d03ea4016ca3f9b0df6fce3edbb5c965f8779 | 2,752 | cs | C# | tests/CommunityToolkit.HighPerformance.UnitTests/Extensions/Test_NullableExtensions.cs | Nirmal4G/appkit-dotnet | 7efbb553eea9a14c0ef9e59887ae9d943810914b | [
"MIT"
] | 612 | 2021-11-11T12:51:46.000Z | 2022-03-31T23:11:03.000Z | tests/CommunityToolkit.HighPerformance.UnitTests/Extensions/Test_NullableExtensions.cs | Nirmal4G/appkit-dotnet | 7efbb553eea9a14c0ef9e59887ae9d943810914b | [
"MIT"
] | 114 | 2021-11-11T11:22:45.000Z | 2022-03-31T15:35:36.000Z | tests/CommunityToolkit.HighPerformance.UnitTests/Extensions/Test_NullableExtensions.cs | Nirmal4G/appkit-dotnet | 7efbb553eea9a14c0ef9e59887ae9d943810914b | [
"MIT"
] | 35 | 2021-11-11T23:41:04.000Z | 2022-03-30T09:54:23.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.
#if NET6_0_OR_GREATER
using System;
using System.Numerics;
using System.Runtime.CompilerServices;
using Microsoft.V... | 30.577778 | 89 | 0.599564 |
fa0ff41fa597bcdea877bdab39b0bfe2f956ed3c | 292 | cs | C# | Qsi.PostgreSql/Internal/PG10/Types/AggStrategy.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 36 | 2020-06-20T17:57:00.000Z | 2022-03-16T02:05:11.000Z | Qsi.PostgreSql/Internal/PG10/Types/AggStrategy.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 2 | 2021-11-10T01:39:51.000Z | 2021-12-13T09:09:43.000Z | Qsi.PostgreSql/Internal/PG10/Types/AggStrategy.cs | ScriptBox99/chequer-qsi | 885a6f86c9543c3d07c383c1650eff099609a156 | [
"MIT"
] | 3 | 2021-01-28T22:09:15.000Z | 2022-02-21T04:59:52.000Z | /* Generated by QSI
Date: 2020-08-12
Span: 735:1 - 741:14
File: src/postgres/include/nodes/nodes.h
*/
namespace Qsi.PostgreSql.Internal.PG10.Types
{
internal enum AggStrategy
{
AGG_PLAIN = 0,
AGG_SORTED = 1,
AGG_HASHED = 2,
AGG_MIXED = 3
}
}
| 15.368421 | 44 | 0.60274 |
2f1efc885d34576af0f5147e372fe3f1b959fa70 | 324 | cs | C# | src/SJP.Schematic.PostgreSql/QueryResult/PgIdentifierDefaultsQueryResult.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 4 | 2019-07-09T00:34:09.000Z | 2022-02-16T06:21:06.000Z | src/SJP.Schematic.PostgreSql/QueryResult/PgIdentifierDefaultsQueryResult.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 503 | 2017-08-25T00:36:53.000Z | 2022-03-24T06:06:17.000Z | src/SJP.Schematic.PostgreSql/QueryResult/PgIdentifierDefaultsQueryResult.cs | sjp/Schematic | 62b21a1329c10976e92e9b4e27f06a15aa0fa64e | [
"MIT"
] | 2 | 2020-07-14T19:32:20.000Z | 2021-12-31T06:22:22.000Z | using SJP.Schematic.Core;
namespace SJP.Schematic.PostgreSql.QueryResult
{
internal sealed record PgIdentifierDefaultsQueryResult : IIdentifierDefaults
{
public string? Server { get; init; }
public string? Database { get; init; }
public string? Schema { get; init; }
}
... | 23.142857 | 81 | 0.648148 |
2f3db357b1f4d2c420115a0f61d3945ec96c3702 | 147 | cs | C# | mcs/tests/gtest-532-lib.cs | lefb766/mono | 4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c | [
"Apache-2.0"
] | 469 | 2019-01-23T12:21:59.000Z | 2022-03-10T15:50:42.000Z | mcs/tests/gtest-532-lib.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 83 | 2015-07-16T01:31:41.000Z | 2016-01-13T02:15:47.000Z | mcs/tests/gtest-532-lib.cs | pcc/mono | c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1 | [
"Apache-2.0"
] | 36 | 2019-01-23T22:17:09.000Z | 2022-01-20T15:41:34.000Z | // Compiler options: -t:library
public interface IServicesContainer
{
void Register<I, T> () where T : I;
void Register<I> (object instance);
}
| 18.375 | 36 | 0.707483 |
715cd3f7524b832df5180b158cdd359869314084 | 6,670 | cs | C# | src/DocumentFormat.OpenXml.Flatten/DocumentFormat.OpenXml.Flatten/ElementConverters/Shape/ShapeGeometryConverters/Star4Geometry.cs | dotnet-campus/DocumentFormat.OpenXml.Extensions | 22a98a130727459c87f77a20af618b8f426ddf33 | [
"MIT"
] | 3 | 2021-12-13T09:10:20.000Z | 2022-01-25T09:45:32.000Z | src/DocumentFormat.OpenXml.Flatten/DocumentFormat.OpenXml.Flatten/ElementConverters/Shape/ShapeGeometryConverters/Star4Geometry.cs | dotnet-campus/DocumentFormat.OpenXml.Extensions | 22a98a130727459c87f77a20af618b8f426ddf33 | [
"MIT"
] | null | null | null | src/DocumentFormat.OpenXml.Flatten/DocumentFormat.OpenXml.Flatten/ElementConverters/Shape/ShapeGeometryConverters/Star4Geometry.cs | dotnet-campus/DocumentFormat.OpenXml.Extensions | 22a98a130727459c87f77a20af618b8f426ddf33 | [
"MIT"
] | 1 | 2021-11-25T06:37:46.000Z | 2021-11-25T06:37:46.000Z | using System.Text;
using DocumentFormat.OpenXml.Drawing;
using DocumentFormat.OpenXml.Flatten.Contexts;
using dotnetCampus.OpenXmlUnitConverter;
using static DocumentFormat.OpenXml.Flatten.ElementConverters.ShapeGeometryConverters.ShapeGeometryFormulaHelper;
using ElementEmuSize = dotnetCampus.OpenXmlUnitConverter... | 44.172185 | 179 | 0.513943 |
cac65f3de5108e2adf7e6866fa90ae018a90aadd | 622 | cs | C# | src/Zooyard.Rpc/Merger/IntArrayMerger.cs | wutao0315/zooland | c50eb22ad7bf8bb42670d742d0e85c8c2eade9f7 | [
"MIT"
] | 9 | 2018-08-01T01:55:57.000Z | 2020-06-03T01:43:26.000Z | src/Zooyard.Rpc/Merger/IntArrayMerger.cs | wutao0315/zooland | c50eb22ad7bf8bb42670d742d0e85c8c2eade9f7 | [
"MIT"
] | null | null | null | src/Zooyard.Rpc/Merger/IntArrayMerger.cs | wutao0315/zooland | c50eb22ad7bf8bb42670d742d0e85c8c2eade9f7 | [
"MIT"
] | 2 | 2018-09-26T11:06:08.000Z | 2018-10-18T17:56:35.000Z | using System;
using Zooyard;
namespace Zooyard.Rpc.Merger
{
public class IntArrayMerger : IMerger<int[]>
{
public int[] Merge(params int[][] items)
{
int totalLen = 0;
foreach (int[] item in items)
{
totalLen += item.Length;
}
... | 22.214286 | 48 | 0.411576 |
e1e4b947fdc3bab168c0c9bee6187426c13c9d52 | 897 | cs | C# | Assets/Scripts/Bear/PatrolDefinition.cs | vgdc-ucsd/BackwoodsBears | f4d4f5afef762301f9237f4c3f14a864fa7535cc | [
"MIT"
] | null | null | null | Assets/Scripts/Bear/PatrolDefinition.cs | vgdc-ucsd/BackwoodsBears | f4d4f5afef762301f9237f4c3f14a864fa7535cc | [
"MIT"
] | null | null | null | Assets/Scripts/Bear/PatrolDefinition.cs | vgdc-ucsd/BackwoodsBears | f4d4f5afef762301f9237f4c3f14a864fa7535cc | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class PatrolDefinition : MonoBehaviour
{
public BearController Bear;
public Transform[] Points;
public IEnumerator<Transform> GetPathsEnumerator()
{
if (Points == null | Points.Length <= 1)
yiel... | 22.425 | 72 | 0.523969 |
84af5be5d909cdf174aacb39da11f9ec3435f1ba | 135 | cs | C# | Promethean.Core/Room/Renderer/IRoomRenderer.cs | valantonini/Promethean | 0a0fd915cef769ff1dc46427e1dc21d4f24600e5 | [
"MIT"
] | 5 | 2018-12-04T14:29:49.000Z | 2021-08-11T03:30:09.000Z | Promethean.Core/Room/Renderer/IRoomRenderer.cs | valantonini/Promethean | 0a0fd915cef769ff1dc46427e1dc21d4f24600e5 | [
"MIT"
] | 1 | 2019-09-01T06:59:38.000Z | 2019-09-03T07:44:46.000Z | Promethean.Core/Room/Renderer/IRoomRenderer.cs | valantonini/Promethean | 0a0fd915cef769ff1dc46427e1dc21d4f24600e5 | [
"MIT"
] | null | null | null | using System;
namespace Promethean.Core
{
public interface IRoomRenderer
{
byte[,] GetTiles(Room room);
}
} | 8.4375 | 36 | 0.607407 |
246bd5935f7e16cdc0335a63daaad45d75962786 | 198 | cs | C# | Assets/Scripts/Effect.cs | BigBrainTeam/TimelessWarriors | fed792673463299d2943578c6821e6cdfdf4c065 | [
"MIT"
] | null | null | null | Assets/Scripts/Effect.cs | BigBrainTeam/TimelessWarriors | fed792673463299d2943578c6821e6cdfdf4c065 | [
"MIT"
] | null | null | null | Assets/Scripts/Effect.cs | BigBrainTeam/TimelessWarriors | fed792673463299d2943578c6821e6cdfdf4c065 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Effect: MonoBehaviour {
public void deleteEffect()
{
Destroy(this.gameObject);
}
}
| 16.5 | 36 | 0.707071 |
c3a5a349285139910560bfbd5fe6ba1c6a4b9c64 | 11,099 | cs | C# | CapabilityTesterUnity/Assets/Scripts/CPUCapabilityManager.cs | MUTTERSCHIFF/CPU_Capability_Tester | 7815f9fed955278b0a2a9988f60221252fbcd877 | [
"MIT"
] | 19 | 2016-11-09T08:57:36.000Z | 2020-09-10T09:37:36.000Z | CapabilityTesterUnity/Assets/Scripts/CPUCapabilityManager.cs | GameTechDev/CPU_Capability_Tester | 7815f9fed955278b0a2a9988f60221252fbcd877 | [
"MIT"
] | null | null | null | CapabilityTesterUnity/Assets/Scripts/CPUCapabilityManager.cs | GameTechDev/CPU_Capability_Tester | 7815f9fed955278b0a2a9988f60221252fbcd877 | [
"MIT"
] | 8 | 2017-09-05T18:38:35.000Z | 2022-02-23T06:44:23.000Z | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2017, Intel Corporation
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
// documentation files (the "Software"), to d... | 33.230539 | 132 | 0.6333 |
7f175d8e7f90da3491a01fc834752b0dd4c5d699 | 3,229 | cs | C# | src/RProjectPackageDetails.cs | jamesbascle/DeployR-dotnet-client-library | 1ee0733877ea296d1f5be0a300830b4b43d80dff | [
"Apache-2.0"
] | 1 | 2017-09-13T01:19:20.000Z | 2017-09-13T01:19:20.000Z | src/RProjectPackageDetails.cs | jamesbascle/DeployR-dotnet-client-library | 1ee0733877ea296d1f5be0a300830b4b43d80dff | [
"Apache-2.0"
] | null | null | null | src/RProjectPackageDetails.cs | jamesbascle/DeployR-dotnet-client-library | 1ee0733877ea296d1f5be0a300830b4b43d80dff | [
"Apache-2.0"
] | null | null | null | /*
* RProjectPackageDetails.cs
*
* Copyright (C) 2010-2015 by Microsoft Corporation
*
* This program is licensed to you under the terms of Version 2.0 of the
* Apache License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY OR FITNESS... | 24.462121 | 128 | 0.502013 |
b73ec15d3094c34202b27775311621dfa9e863d8 | 1,314 | cs | C# | Scripts/BaseRegister.cs | went-bye/DebugToolkit | 72232467c46f233f71c8041d45b8efbe98a54e48 | [
"MIT"
] | 1 | 2021-12-06T23:30:35.000Z | 2021-12-06T23:30:35.000Z | Scripts/BaseRegister.cs | went-bye/DebugToolkit | 72232467c46f233f71c8041d45b8efbe98a54e48 | [
"MIT"
] | null | null | null | Scripts/BaseRegister.cs | went-bye/DebugToolkit | 72232467c46f233f71c8041d45b8efbe98a54e48 | [
"MIT"
] | null | null | null | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
namespace DebugToolkit
{
[RequireComponent(typeof(UIDocument))]
public class BaseRegister : MonoBehaviour
{
[SerializeField] protected UIDocument uiDocument;
... | 31.285714 | 99 | 0.624049 |
35bd26a862d8c5d569b60167822500390774aa07 | 7,612 | cs | C# | Assets/Editor/TrackEditor_gen.cs | purin3000/TrackEditor | fb4a428a2ab365bb912c2fe1a26c994558c4cee2 | [
"MIT"
] | 2 | 2020-05-11T06:56:01.000Z | 2021-05-07T14:12:10.000Z | Assets/Editor/TrackEditor_gen.cs | purin3000/TrackEditor | fb4a428a2ab365bb912c2fe1a26c994558c4cee2 | [
"MIT"
] | null | null | null | Assets/Editor/TrackEditor_gen.cs | purin3000/TrackEditor | fb4a428a2ab365bb912c2fe1a26c994558c4cee2 | [
"MIT"
] | 1 | 2019-12-20T08:56:54.000Z | 2019-12-20T08:56:54.000Z | // Auto Generate Code
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace track_editor2
{
public static partial class TrackSerializer
{
static void editorToAssetInternal(TrackAsset asset, List<EditorTrack> editorTracks, List<EditorElement> editorElements)
{
... | 39.237113 | 127 | 0.653048 |
66b1068cc24c4a71ea4f877a6fe2adfe4cda35c1 | 163 | cs | C# | LongRunningActions/Services/LongRunningServiceOptions.cs | mvcguy/LongRunningActions | 3afc693afaf1cf34cbe23b4193f4fe887fe97869 | [
"Apache-2.0"
] | 2 | 2017-05-28T23:03:26.000Z | 2017-10-07T09:35:11.000Z | LongRunningActions/Services/LongRunningServiceOptions.cs | mvcguy/LongRunningActions | 3afc693afaf1cf34cbe23b4193f4fe887fe97869 | [
"Apache-2.0"
] | null | null | null | LongRunningActions/Services/LongRunningServiceOptions.cs | mvcguy/LongRunningActions | 3afc693afaf1cf34cbe23b4193f4fe887fe97869 | [
"Apache-2.0"
] | null | null | null | using System;
namespace LongRunningActions.Services
{
public class LongRunningServiceOptions
{
public int MaxNumberOfTasks { get; set; }
}
}
| 16.3 | 49 | 0.693252 |
af13417340a63ae7dc1cf0bfd35b42895775394a | 499 | cs | C# | Data/ACEVehicleConfigRulesData.cs | shg166/AssetColorExpander | 7a44192737c24d1293478e75721e9e36b4250b6f | [
"MIT"
] | null | null | null | Data/ACEVehicleConfigRulesData.cs | shg166/AssetColorExpander | 7a44192737c24d1293478e75721e9e36b4250b6f | [
"MIT"
] | 2 | 2021-06-07T05:26:32.000Z | 2021-08-13T20:28:32.000Z | Data/ACEVehicleConfigRulesData.cs | shg166/AssetColorExpander | 7a44192737c24d1293478e75721e9e36b4250b6f | [
"MIT"
] | 1 | 2021-10-19T00:21:22.000Z | 2021-10-19T00:21:22.000Z | using Klyte.AssetColorExpander.XML;
using Klyte.Commons.Interfaces;
using System.Xml.Serialization;
namespace Klyte.AssetColorExpander.Data
{
public class ACEVehicleConfigRulesData : DataExtensionBase<ACEVehicleConfigRulesData>
{
[XmlElement("rules")]
public ACERulesetContainer<VehicleCityDat... | 29.352941 | 139 | 0.765531 |
af4201d7f0d6444b7eed63bf435738ddc6e56a97 | 1,523 | cs | C# | src/DevOps.Terminal/Commands/CommandLogger.cs | rosenkolev/devops-targets | 42faef80a312c71bd53b61ffae13856584776e22 | [
"MIT"
] | null | null | null | src/DevOps.Terminal/Commands/CommandLogger.cs | rosenkolev/devops-targets | 42faef80a312c71bd53b61ffae13856584776e22 | [
"MIT"
] | null | null | null | src/DevOps.Terminal/Commands/CommandLogger.cs | rosenkolev/devops-targets | 42faef80a312c71bd53b61ffae13856584776e22 | [
"MIT"
] | null | null | null | using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using DevOps.Terminal.Loggers.Abstraction;
namespace DevOps.Terminal.Commands
{
/// <summary>The default command logger.</summary>
public class CommandLogger : ICommandLogger
{
/// <summary>Initiali... | 38.075 | 123 | 0.655942 |
a4a760b9d1e6c885806615727040ca4b17ca4941 | 2,294 | cs | C# | Assets/Scripts/PlayerAimShoot.cs | Hemaolle/fgj2015 | 12585fd65f2c428fdd2ac8c562ce7dd32a28cf61 | [
"MIT"
] | null | null | null | Assets/Scripts/PlayerAimShoot.cs | Hemaolle/fgj2015 | 12585fd65f2c428fdd2ac8c562ce7dd32a28cf61 | [
"MIT"
] | null | null | null | Assets/Scripts/PlayerAimShoot.cs | Hemaolle/fgj2015 | 12585fd65f2c428fdd2ac8c562ce7dd32a28cf61 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
public class PlayerAimShoot : MonoBehaviour {
public GameObject p1Bullet;
public GameObject p1Gun;
public GameObject p2Bullet;
public GameObject p2Gun;
public float bulletSpeed = 500f;
public float fireRate = 5f;
public float bulletL... | 27.309524 | 106 | 0.598082 |
b82adce7cb7d3f9d5b00b44959d19589ab88b22e | 8,382 | cs | C# | AspNetCoreMvcCryptoValueProvider/ValueProvider/Crypto.cs | parthakbari/AspNetCoreMvcCryptoValueProvider-master | c716b5bf7d9d1ee9fc20dc65557f76966cc772b0 | [
"MIT"
] | null | null | null | AspNetCoreMvcCryptoValueProvider/ValueProvider/Crypto.cs | parthakbari/AspNetCoreMvcCryptoValueProvider-master | c716b5bf7d9d1ee9fc20dc65557f76966cc772b0 | [
"MIT"
] | null | null | null | AspNetCoreMvcCryptoValueProvider/ValueProvider/Crypto.cs | parthakbari/AspNetCoreMvcCryptoValueProvider-master | c716b5bf7d9d1ee9fc20dc65557f76966cc772b0 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace AspNetCoreMvcCryptoValueProvider.ValueProvider
{
public sealed class CryptoNew
{
/// <summary>
/// Prevents a default instance of the <see cref="Crypto"/> class from being created.
... | 36.285714 | 138 | 0.542233 |
374917eee0b18e98082cc6db71936169065226c3 | 491 | cs | C# | ShortBus.Tests/Example/ConsoleWriter.cs | jbogard/ShortBus | eb8c2be09983ba46884ded4d5664a73d8f809614 | [
"MIT"
] | 3 | 2015-07-07T05:53:38.000Z | 2016-06-27T00:20:45.000Z | ShortBus.Tests/Example/ConsoleWriter.cs | jbogard/ShortBus | eb8c2be09983ba46884ded4d5664a73d8f809614 | [
"MIT"
] | null | null | null | ShortBus.Tests/Example/ConsoleWriter.cs | jbogard/ShortBus | eb8c2be09983ba46884ded4d5664a73d8f809614 | [
"MIT"
] | null | null | null | namespace ShortBus.Tests.Example
{
using System;
public class ConsoleWriter : CommandHandler<PrintText>
{
protected override void HandleCore(PrintText command)
{
Console.WriteLine(command.Format, command.Args);
}
}
public class CommandWithResultHand... | 24.55 | 87 | 0.606925 |
6f45b4f983fd5e7c01eef26edc6b0508e6472254 | 160 | cs | C# | src/FilterLists.Data/Entities/Junctions/BaseJunction.cs | austinhuang0131/FilterLists | f63bf5b10c3de9302a596931450b362a64179cbc | [
"MIT"
] | 10 | 2019-05-11T13:55:15.000Z | 2022-03-17T00:22:33.000Z | src/FilterLists.Data/Entities/Junctions/BaseJunction.cs | Acidburn0zzz/FilterLists | 2455beae4691f908d798a553e943206db81b5e3f | [
"MIT"
] | null | null | null | src/FilterLists.Data/Entities/Junctions/BaseJunction.cs | Acidburn0zzz/FilterLists | 2455beae4691f908d798a553e943206db81b5e3f | [
"MIT"
] | 1 | 2021-05-22T06:40:55.000Z | 2021-05-22T06:40:55.000Z | using System;
namespace FilterLists.Data.Entities.Junctions
{
public class BaseJunction
{
public DateTime CreatedDateUtc { get; set; }
}
} | 17.777778 | 52 | 0.68125 |
5318477d241a0516d376ccdc6509e165ccccb6fd | 819 | cs | C# | Service/Environments/ListEnvironmentsHandler.cs | chrishaland/cloud-resource-scheduler | 8fd6b463dc6d3e0f9945919669ccdaeedc15dca1 | [
"MIT"
] | null | null | null | Service/Environments/ListEnvironmentsHandler.cs | chrishaland/cloud-resource-scheduler | 8fd6b463dc6d3e0f9945919669ccdaeedc15dca1 | [
"MIT"
] | null | null | null | Service/Environments/ListEnvironmentsHandler.cs | chrishaland/cloud-resource-scheduler | 8fd6b463dc6d3e0f9945919669ccdaeedc15dca1 | [
"MIT"
] | null | null | null | namespace Service.Environments;
[Route("api/environment/list")]
public class ListEnvironmentsHandler : QueryHandlerBase<ListEnvironmentsRequest, ListEnvironmentsResponse>
{
private readonly DatabaseContext _context;
public ListEnvironmentsHandler(DatabaseContext context)
{
_context = context;
... | 28.241379 | 144 | 0.683761 |
0cbd549c182650600501ddd8ddf6d29107179a1a | 651 | cs | C# | src/EmbeddedMail.Tests/StubSmtpSession.cs | jmarnold/EmbeddedMail | 2f8fd7ed9ea8a3a4ac60937201c15d85ad9d81de | [
"Apache-2.0"
] | 11 | 2015-01-14T13:36:21.000Z | 2020-10-21T03:22:12.000Z | src/EmbeddedMail.Tests/StubSmtpSession.cs | jmarnold/EmbeddedMail | 2f8fd7ed9ea8a3a4ac60937201c15d85ad9d81de | [
"Apache-2.0"
] | 6 | 2018-12-15T03:48:59.000Z | 2019-06-22T04:03:04.000Z | src/EmbeddedMail.Tests/StubSmtpSession.cs | jmarnold/EmbeddedMail | 2f8fd7ed9ea8a3a4ac60937201c15d85ad9d81de | [
"Apache-2.0"
] | 2 | 2017-01-16T09:30:54.000Z | 2018-12-20T19:50:34.000Z | using System.Collections.Generic;
using System.Net.Mail;
namespace EmbeddedMail.Tests
{
public class StubSmtpSession : ISmtpSession
{
public void Dispose()
{
}
public IEnumerable<string> Recipients
{
get { return new string[0]; }
}
... | 19.147059 | 53 | 0.506912 |
2370b2eb2b0ef4ec233de66b03765ef34b4f2d4f | 320 | cs | C# | src/Betfair.Stream/ITcpClient.cs | KelvinVail/Betfair | 80b65373b6fd1a5b802ca9d5ef472515453ba535 | [
"MIT"
] | 2 | 2020-03-08T12:10:25.000Z | 2020-05-25T20:14:41.000Z | src/Betfair.Stream/ITcpClient.cs | KelvinVail/Betfair | 80b65373b6fd1a5b802ca9d5ef472515453ba535 | [
"MIT"
] | null | null | null | src/Betfair.Stream/ITcpClient.cs | KelvinVail/Betfair | 80b65373b6fd1a5b802ca9d5ef472515453ba535 | [
"MIT"
] | null | null | null | namespace Betfair.Stream
{
public interface ITcpClient
{
int ReceiveBufferSize { get; set; }
int SendTimeout { get; set; }
int ReceiveTimeout { get; set; }
void Connect(string host, int port);
void Close();
System.IO.Stream GetSslStream(string host);
}
} | 18.823529 | 51 | 0.590625 |
1e56443642dd11fca336863eb464f0c99f35ca47 | 655 | cs | C# | src/SFA.DAS.Roatp.CourseManagement.Web/Infrastructure/ConfigurationExtensions.cs | SkillsFundingAgency/das-roatp-coursemanagement-web | 47438fe78df730cac631d839c3e19a2bad5cca90 | [
"MIT"
] | null | null | null | src/SFA.DAS.Roatp.CourseManagement.Web/Infrastructure/ConfigurationExtensions.cs | SkillsFundingAgency/das-roatp-coursemanagement-web | 47438fe78df730cac631d839c3e19a2bad5cca90 | [
"MIT"
] | null | null | null | src/SFA.DAS.Roatp.CourseManagement.Web/Infrastructure/ConfigurationExtensions.cs | SkillsFundingAgency/das-roatp-coursemanagement-web | 47438fe78df730cac631d839c3e19a2bad5cca90 | [
"MIT"
] | null | null | null | using System;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Extensions.Configuration;
namespace SFA.DAS.Roatp.CourseManagement.Web.Infrastructure
{
[ExcludeFromCodeCoverage]
public static class ConfigurationExtensions
{
public static bool IsDev(this IConfiguration configuration)
{... | 32.75 | 115 | 0.726718 |
1ebad3d4de2c875ecfb996d0b2b48470536da397 | 11,512 | cs | C# | BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs | tustin2121/tpp-BizHawk2 | 5fc985ef61044799753fced4489b534524523666 | [
"MIT"
] | 29 | 2017-10-25T15:16:23.000Z | 2021-02-23T04:49:18.000Z | BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs | tustin2121/tpp-BizHawk2 | 5fc985ef61044799753fced4489b534524523666 | [
"MIT"
] | 7 | 2019-01-14T14:46:46.000Z | 2019-01-25T20:57:05.000Z | BizHawk.Client.EmuHawk/tools/VirtualPads/schema/IntvSchema.cs | Asnivor/BizHawk | 3d06c7c647e9238f6bf0b2e0ef536a3957503dc4 | [
"MIT"
] | 9 | 2017-10-29T05:28:15.000Z | 2020-03-24T02:11:01.000Z | using System.Collections.Generic;
using System.Drawing;
using BizHawk.Common.ReflectionExtensions;
using BizHawk.Emulation.Common;
using BizHawk.Emulation.Cores.Intellivision;
namespace BizHawk.Client.EmuHawk
{
[Schema("INTV")]
public class IntvSchema : IVirtualPadSchema
{
private string UnpluggedControllerName... | 27.087059 | 86 | 0.580438 |
3d2c21eb68934877e5e61ba645eae502b88eb646 | 4,939 | cs | C# | Assets/Scripts/DryWetMidi/MusicTheory/Interval/IntervalDefinition.cs | Srpman/InCVisualisation-Demo | 39263462efceacaec2625dc94344485f5bc3a405 | [
"MIT"
] | 314 | 2017-05-26T14:35:27.000Z | 2022-03-22T20:32:30.000Z | Assets/Scripts/DryWetMidi/MusicTheory/Interval/IntervalDefinition.cs | Srpman/InCVisualisation-Demo | 39263462efceacaec2625dc94344485f5bc3a405 | [
"MIT"
] | 137 | 2017-07-27T12:23:34.000Z | 2022-03-31T14:51:23.000Z | Assets/Scripts/DryWetMidi/MusicTheory/Interval/IntervalDefinition.cs | Srpman/InCVisualisation-Demo | 39263462efceacaec2625dc94344485f5bc3a405 | [
"MIT"
] | 71 | 2017-05-26T18:35:02.000Z | 2022-03-11T17:59:23.000Z | using System;
using System.Collections.Generic;
using System.ComponentModel;
using Melanchall.DryWetMidi.Common;
namespace Melanchall.DryWetMidi.MusicTheory
{
/// <summary>
/// Definition of a musical interval which is number and quality.
/// </summary>
public sealed class IntervalDefinition
{
... | 37.135338 | 125 | 0.603563 |
3dba337f57b973c6207d736733f41bfa0a701930 | 238 | cs | C# | src/AzureNaPratica.Serverless.Domain/Aggregates/Course/ValueObjects/Enumerations.cs | felipementel/AzureNaPratica.Serverless.v1 | 7002d4e8de11f0e57bebd148d69b3216eaa2d0ec | [
"Apache-2.0"
] | 7 | 2021-11-10T02:59:46.000Z | 2021-11-25T01:20:15.000Z | src/AzureNaPratica.Serverless.Domain/Aggregates/Course/ValueObjects/Enumerations.cs | felipementel/AzureNaPratica.Serverless.v1 | 7002d4e8de11f0e57bebd148d69b3216eaa2d0ec | [
"Apache-2.0"
] | null | null | null | src/AzureNaPratica.Serverless.Domain/Aggregates/Course/ValueObjects/Enumerations.cs | felipementel/AzureNaPratica.Serverless.v1 | 7002d4e8de11f0e57bebd148d69b3216eaa2d0ec | [
"Apache-2.0"
] | 6 | 2021-11-10T01:26:27.000Z | 2021-11-14T03:44:15.000Z | namespace AzureNaPratica.Serverless.Domain.Aggregates.Course.ValueObjects
{
public static class Enumerations
{
public enum Shift
{
morning = 1,
evening,
night
}
}
}
| 18.307692 | 74 | 0.55042 |
ac65d02fa8b0ff68ce31bfce3f6c25f5c777c43f | 1,052 | cs | C# | src/PowerShellEditorServices.VSCode/CustomViews/CustomViewFeature.cs | kamilkosek/PowerShellEditorServices | 82cd970da4cf634381179ee23253be26f7d3e3b3 | [
"MIT"
] | 1 | 2019-11-03T04:32:59.000Z | 2019-11-03T04:32:59.000Z | src/PowerShellEditorServices.VSCode/CustomViews/CustomViewFeature.cs | brwilkinson/PowerShellEditorServices | d21e53c769b43a9e174cd89f13e05fb97af081e8 | [
"MIT"
] | null | null | null | src/PowerShellEditorServices.VSCode/CustomViews/CustomViewFeature.cs | brwilkinson/PowerShellEditorServices | d21e53c769b43a9e174cd89f13e05fb97af081e8 | [
"MIT"
] | null | null | null | //
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.PowerShell.EditorServices.Protocol.MessageProtocol;
using Microsoft.... | 29.222222 | 101 | 0.68346 |
4a16f9e377f86ac72c4193baa55bb7dfe3b5d12a | 14,722 | cs | C# | sources/Interop/Windows/um/mfplay/IMFPMediaPlayer.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | sources/Interop/Windows/um/mfplay/IMFPMediaPlayer.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | sources/Interop/Windows/um/mfplay/IMFPMediaPlayer.cs | mfkl/terrafx.interop.windows | 6c19a547b972ff6dcbb5456b0e5ac3e38b1c59ca | [
"MIT"
] | null | null | null | // Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/mfplay.h in the Windows SDK for Windows 10.0.19041.0
// Original source is Copyright © Microsoft. All rights reserved.
using System;
using System.Runtime.... | 50.417808 | 249 | 0.667912 |
38a2989b0c22ff724d786d35ea31a6c25d453a51 | 2,774 | cs | C# | console-sink/example-console/Program.cs | merbla/exploring-serilog | 4922291ff55116056c68344fba5fad6571807feb | [
"Apache-2.0"
] | 1 | 2018-09-24T17:15:51.000Z | 2018-09-24T17:15:51.000Z | console-sink/example-console/Program.cs | merbla/exploring-serilog | 4922291ff55116056c68344fba5fad6571807feb | [
"Apache-2.0"
] | null | null | null | console-sink/example-console/Program.cs | merbla/exploring-serilog | 4922291ff55116056c68344fba5fad6571807feb | [
"Apache-2.0"
] | null | null | null | using System;
using System.IO;
using Serilog;
using Serilog.Events;
using Serilog.Core;
using Microsoft.Extensions.Configuration;
using Serilog.Sinks.SystemConsole.Themes;
namespace example_console
{
static class MyThemes
{
public static BeepingTheme Beep {get; } = new BeepingTheme();
... | 32.635294 | 95 | 0.549027 |
e7e89334f97a3a4b4d2737557d7c8d3269598637 | 1,000 | cs | C# | Goui/Html/Form.cs | KevinGliewe/Goui | d095626412c59427a46e1fba867f740c045c0b79 | [
"MIT"
] | 4 | 2018-09-25T10:17:59.000Z | 2020-02-13T10:08:40.000Z | Goui/Html/Form.cs | KevinGliewe/Goui | d095626412c59427a46e1fba867f740c045c0b79 | [
"MIT"
] | 1 | 2018-09-05T13:15:59.000Z | 2018-09-08T12:41:50.000Z | Goui/Html/Form.cs | KevinGliewe/Goui | d095626412c59427a46e1fba867f740c045c0b79 | [
"MIT"
] | 1 | 2019-02-16T19:35:09.000Z | 2019-02-16T19:35:09.000Z | using System;
namespace Goui.Html {
public class Form : Element
{
public string Action {
get => GetStringAttribute ("action", "");
set => SetAttributeProperty ("action", value ?? "");
}
public string Method {
get => GetStringAttribute ("method", "GET");
... | 27.027027 | 87 | 0.544 |
ad4f4ca7fd07267bb8a4b9dd8be937a367b76281 | 49,880 | cs | C# | Source/Triggernometry/Forms/TriggerForm.Designer.cs | crnlskn/Triggernometry | a62e6e8a8fe1d53c0032d990e50606bd8a8798c1 | [
"MIT"
] | 2 | 2021-03-01T04:09:08.000Z | 2021-04-29T16:59:47.000Z | Source/Triggernometry/Forms/TriggerForm.Designer.cs | crnlskn/Triggernometry | a62e6e8a8fe1d53c0032d990e50606bd8a8798c1 | [
"MIT"
] | null | null | null | Source/Triggernometry/Forms/TriggerForm.Designer.cs | crnlskn/Triggernometry | a62e6e8a8fe1d53c0032d990e50606bd8a8798c1 | [
"MIT"
] | 1 | 2020-07-07T06:52:42.000Z | 2020-07-07T06:52:42.000Z | namespace Triggernometry.Forms
{
partial class TriggerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 56.107987 | 144 | 0.638733 |
e2492e8d9713f6fa6c23db1b803ada7bc908aa47 | 6,546 | cs | C# | UniUSBSQMServer/Forms/ConfigSerialForm.Designer.cs | Daves-Astrophotography/UniUSBSQMServer | b1f7e367b93dfe55bc9988c8a903ad6ea52d5839 | [
"BSD-3-Clause"
] | 1 | 2022-03-25T14:50:14.000Z | 2022-03-25T14:50:14.000Z | UniUSBSQMServer/Forms/ConfigSerialForm.Designer.cs | Daves-Astrophotography/UniUSBSQMServer | b1f7e367b93dfe55bc9988c8a903ad6ea52d5839 | [
"BSD-3-Clause"
] | 7 | 2022-03-22T07:43:22.000Z | 2022-03-25T09:13:27.000Z | UniUSBSQMServer/Forms/ConfigSerialForm.Designer.cs | Daves-Astrophotography/UniUSBSQMServer | b1f7e367b93dfe55bc9988c8a903ad6ea52d5839 | [
"BSD-3-Clause"
] | null | null | null | namespace UniUSBSQMServer.Forms
{
partial class ConfigSerialForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary... | 43.350993 | 134 | 0.588145 |
3e26ed51b79ad2dd0dd0a0eb6522f1588c5ba12a | 4,296 | cs | C# | Assets/Script/LinkBlendShape.cs | xelloss120/VRM_DollPlayPCver | 7a4fc3b70534e3efe16e9018b93d4ab7711f3c70 | [
"MIT"
] | 4 | 2020-07-30T16:31:01.000Z | 2022-03-15T19:14:52.000Z | Assets/Script/LinkBlendShape.cs | xelloss120/VRM_DollPlayPCver | 7a4fc3b70534e3efe16e9018b93d4ab7711f3c70 | [
"MIT"
] | null | null | null | Assets/Script/LinkBlendShape.cs | xelloss120/VRM_DollPlayPCver | 7a4fc3b70534e3efe16e9018b93d4ab7711f3c70 | [
"MIT"
] | 1 | 2021-05-13T17:18:17.000Z | 2021-05-13T17:18:17.000Z | using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using VRM;
public class LinkBlendShape : MonoBehaviour
{
[SerializeField] SelectVRM SelectVRM;
[SerializeField] GameObject Panel;
[SerializeField] GameObject VRM;
[SerializeField] GameObject VRMContent;
[SerializeField] Gam... | 28.450331 | 91 | 0.561685 |
3e2fdd91ba86488bf187c38c55bdabc324e0ca08 | 4,851 | cs | C# | Assets/Scripts/VNFramework.Core/Input/InputManager.cs | AntonioZanini/VNFramework | 28131ef8df1a6e533d2e8599426a788ba279ffab | [
"MIT"
] | null | null | null | Assets/Scripts/VNFramework.Core/Input/InputManager.cs | AntonioZanini/VNFramework | 28131ef8df1a6e533d2e8599426a788ba279ffab | [
"MIT"
] | null | null | null | Assets/Scripts/VNFramework.Core/Input/InputManager.cs | AntonioZanini/VNFramework | 28131ef8df1a6e533d2e8599426a788ba279ffab | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using VNFramework.Core.Settings;
using VNFramework.Interfaces;
using VNFramework.Interfaces.Global;
using VNFramework.Interfaces.Input;
namespace VNFramework.Core.Input
{
public class InputManager : IInputManager
... | 31.5 | 138 | 0.576788 |
8e48e968f38c4555a394fc76e5cd2e2b0ff016d4 | 2,394 | cs | C# | 04. Methods/More Exercises/03. Longer Line/Program.cs | 1TaNaTa1/Programming-Fundamentals | e525a0c266091ab78570ffc4194f5a2c0a2e20b8 | [
"MIT"
] | null | null | null | 04. Methods/More Exercises/03. Longer Line/Program.cs | 1TaNaTa1/Programming-Fundamentals | e525a0c266091ab78570ffc4194f5a2c0a2e20b8 | [
"MIT"
] | 2 | 2019-10-31T22:06:07.000Z | 2019-10-31T22:10:16.000Z | 04. Methods/More Exercises/03. Longer Line/Program.cs | 1TaNaTa1/Programming-Fundamentals | e525a0c266091ab78570ffc4194f5a2c0a2e20b8 | [
"MIT"
] | null | null | null | using System;
using System.Linq;
namespace _03._Longer_Line
{
class Program
{
static void Main()
{
double[] coordinates = new double[8];
for (int i = 0; i < 8; i++)
{
coordinates[i] = double.Parse(Console.ReadLine());
}
... | 36.272727 | 120 | 0.526316 |
8e9b9e4c454685e0101bc22c1daa1c738cd18401 | 57 | cshtml | C# | Code/src/WebUI/Areas/Identity/Pages/Account/_ViewImports.cshtml | rmcfar1999/SiteManager | 3ad953a57c5650c9424942a82e8790f3b8bca97e | [
"MIT"
] | 1 | 2021-02-22T12:05:53.000Z | 2021-02-22T12:05:53.000Z | Code/src/WebUI/Areas/Identity/Pages/Account/_ViewImports.cshtml | rmcfar1999/SiteManager | 3ad953a57c5650c9424942a82e8790f3b8bca97e | [
"MIT"
] | null | null | null | Code/src/WebUI/Areas/Identity/Pages/Account/_ViewImports.cshtml | rmcfar1999/SiteManager | 3ad953a57c5650c9424942a82e8790f3b8bca97e | [
"MIT"
] | null | null | null | @using SiteManager.V4.WebUI.Areas.Identity.Pages.Account | 57 | 57 | 0.842105 |
f12cf28437a3140140b35616a3cd22162f850d36 | 955 | cs | C# | Source/SharpDX.DirectManipulation/Content.cs | VirusFree/SharpDX | 91c21c96da90a9b4f87450e7894dbc6e577a0cdd | [
"MIT"
] | null | null | null | Source/SharpDX.DirectManipulation/Content.cs | VirusFree/SharpDX | 91c21c96da90a9b4f87450e7894dbc6e577a0cdd | [
"MIT"
] | null | null | null | Source/SharpDX.DirectManipulation/Content.cs | VirusFree/SharpDX | 91c21c96da90a9b4f87450e7894dbc6e577a0cdd | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SharpDX.DirectManipulation
{
partial class Content
{
/// <summary>
/// Retrieves the transform applied to the content.
/// </summary>
public Matrix3x2 ContentTransform
{
get
{
float[] values = new flo... | 20.319149 | 76 | 0.667016 |
dd97122a74ec8478b0abb81ee77f3732c6b6b4a9 | 798 | cs | C# | 200042125_OOC1_lab3/lab3/Book.cs | MizbaulHaqueMaruf/SWE-4202-LAB | 22ec358e8c4c7204bec1b739dd0f4648a4627c26 | [
"MIT"
] | null | null | null | 200042125_OOC1_lab3/lab3/Book.cs | MizbaulHaqueMaruf/SWE-4202-LAB | 22ec358e8c4c7204bec1b739dd0f4648a4627c26 | [
"MIT"
] | null | null | null | 200042125_OOC1_lab3/lab3/Book.cs | MizbaulHaqueMaruf/SWE-4202-LAB | 22ec358e8c4c7204bec1b739dd0f4648a4627c26 | [
"MIT"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace lab3
{
internal class Book
{
public int bookID;
public string bookName;
public string bookAuthor;
public string bookPublisher;
public int... | 25.741935 | 107 | 0.607769 |
fb4993c3675e04aa23a7f46770835bdac4e71adc | 1,360 | cs | C# | CPC/Model/CPCOrderBookingDetail.cs | sherikhanx/SOSCIT | 6a18711d3d2020daac4ae95cfaf6d6c85e2d40ef | [
"MIT"
] | null | null | null | CPC/Model/CPCOrderBookingDetail.cs | sherikhanx/SOSCIT | 6a18711d3d2020daac4ae95cfaf6d6c85e2d40ef | [
"MIT"
] | null | null | null | CPC/Model/CPCOrderBookingDetail.cs | sherikhanx/SOSCIT | 6a18711d3d2020daac4ae95cfaf6d6c85e2d40ef | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | 41.212121 | 85 | 0.588235 |
164099da2709fa97d18857b9d23fc0d09fb212fc | 3,603 | cs | C# | Taller/Controllers/OrdenController.cs | LuisEduardoFrias/Taller | a4d4dc558bcdad939b4d95f3ba21965b6b3d43f9 | [
"MIT"
] | null | null | null | Taller/Controllers/OrdenController.cs | LuisEduardoFrias/Taller | a4d4dc558bcdad939b4d95f3ba21965b6b3d43f9 | [
"MIT"
] | null | null | null | Taller/Controllers/OrdenController.cs | LuisEduardoFrias/Taller | a4d4dc558bcdad939b4d95f3ba21965b6b3d43f9 | [
"MIT"
] | null | null | null | using AutoMapper;
using System.Threading.Tasks;
using System.Web.Mvc;
//
using Taller.Data;
using Taller.Dtos;
using Taller.Repository;
//
namespace Taller.Controllers
{
public class OrdenController : Controller
{
private readonly TallerDbContext _context;
private readonly IMapper _mapper;
... | 30.794872 | 119 | 0.571746 |
14fe0758dc966cc35b183b0b7fe00ecc6755f249 | 6,220 | cs | C# | Kinetix/Kinetix.Security/StandardUser.cs | c3dr0x/kinetix | 8f008a58f1126ee21d55752fc911f436a792224f | [
"Apache-2.0"
] | 5 | 2016-08-02T13:43:53.000Z | 2018-03-09T18:25:55.000Z | Kinetix/Kinetix.Security/StandardUser.cs | c3dr0x/kinetix | 8f008a58f1126ee21d55752fc911f436a792224f | [
"Apache-2.0"
] | 16 | 2017-02-27T16:01:49.000Z | 2019-11-15T15:33:52.000Z | Kinetix/Kinetix.Security/StandardUser.cs | c3dr0x/kinetix | 8f008a58f1126ee21d55752fc911f436a792224f | [
"Apache-2.0"
] | 9 | 2016-09-15T15:40:46.000Z | 2018-06-26T06:16:58.000Z | using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Security;
using System.Security.Claims;
using System.Threading;
namespace Kinetix.Security {
/// <summary>
/// Publie l'accès aux informations standard de l'utilisateur courant via les claims.
/// </summary>
... | 31.897436 | 110 | 0.524116 |
d06adffd030c93d9b55fc6e48fe222b7d4b4439a | 770 | cs | C# | SaveSaviours/Entities/Institution.cs | save-saviours-org/save-saviours | 8de230da9979fb6529c8ee02a60eb5b06fb0b64e | [
"Unlicense"
] | 2 | 2020-03-28T22:10:12.000Z | 2020-04-01T20:06:00.000Z | SaveSaviours/Entities/Institution.cs | save-saviours-org/save-saviours | 8de230da9979fb6529c8ee02a60eb5b06fb0b64e | [
"Unlicense"
] | 7 | 2020-03-28T11:47:44.000Z | 2020-04-17T09:36:39.000Z | SaveSaviours/Entities/Institution.cs | save-saviours-org/save-saviours | 8de230da9979fb6529c8ee02a60eb5b06fb0b64e | [
"Unlicense"
] | 1 | 2020-04-17T23:22:20.000Z | 2020-04-17T23:22:20.000Z | namespace SaveSaviours.Entities {
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
public class Institution : UserExtension {
[Required]
public string Name { get; set; } = String.Empty;
[Required]
public string ContactName { ... | 24.83871 | 81 | 0.616883 |
7830e5c027f111e78e390d5ca99a8576d9213aed | 1,626 | cs | C# | Mono.Helpers/IO/DelegateFileChannelHandler.cs | AlexMAS/Mono.Helpers | 261b34584a5776e7a668863fe088db3f684dc32b | [
"MIT"
] | 2 | 2016-12-02T12:21:34.000Z | 2019-01-03T14:05:38.000Z | Mono.Helpers/IO/DelegateFileChannelHandler.cs | AlexMAS/Mono.Helpers | 261b34584a5776e7a668863fe088db3f684dc32b | [
"MIT"
] | null | null | null | Mono.Helpers/IO/DelegateFileChannelHandler.cs | AlexMAS/Mono.Helpers | 261b34584a5776e7a668863fe088db3f684dc32b | [
"MIT"
] | 4 | 2016-12-02T12:23:16.000Z | 2018-06-26T16:32:37.000Z | namespace System.IO
{
public sealed class DelegateFileChannelHandler : BaseFileChannelHandler
{
public DelegateFileChannelHandler(Action<object> handler, Action<object, object> onSuccess = null, Action<object, Exception> onError = null)
: this(ActionToFunc(handler), onSuccess, onError)
... | 28.526316 | 154 | 0.579951 |
786ec9307b5cdddb2a208a0df14db72a40f105d9 | 777 | cs | C# | Win/FlowScriptEnginePPD/TypeSerializers/EffectPoolTypeSerializer.cs | KHCmaster/PPD | b43583263980ebee7722940cc050d3e0068aeea5 | [
"Apache-2.0"
] | 16 | 2019-07-15T08:38:21.000Z | 2022-01-15T10:59:14.000Z | Win/FlowScriptEnginePPD/TypeSerializers/EffectPoolTypeSerializer.cs | KHCmaster/PPD | b43583263980ebee7722940cc050d3e0068aeea5 | [
"Apache-2.0"
] | 5 | 2019-07-06T02:24:58.000Z | 2022-01-15T06:27:14.000Z | Win/FlowScriptEnginePPD/TypeSerializers/EffectPoolTypeSerializer.cs | KHCmaster/PPD | b43583263980ebee7722940cc050d3e0068aeea5 | [
"Apache-2.0"
] | 8 | 2019-07-05T16:43:59.000Z | 2022-03-17T00:56:29.000Z | using FlowScriptEngine;
using PPDCoreModel;
using System;
using System.Xml.Linq;
namespace FlowScriptEnginePPD.TypeSerializers
{
public class EffectPoolTypeSerializer : TypeSerializerBase
{
public override Type Type
{
get { return typeof(EffectPool); }
}
public ove... | 28.777778 | 93 | 0.638353 |
744c561d0246d998c58be84ed1d7161e01e89614 | 6,875 | cs | C# | CBVDGUI/Properties/Settings.Designer.cs | DNYLA/Valorant-Colour-Pixel-Bot | c371e2fdaaa47e40b4cb573b8dc45ad3b8aae4a7 | [
"MIT"
] | null | null | null | CBVDGUI/Properties/Settings.Designer.cs | DNYLA/Valorant-Colour-Pixel-Bot | c371e2fdaaa47e40b4cb573b8dc45ad3b8aae4a7 | [
"MIT"
] | 1 | 2021-01-18T04:28:50.000Z | 2021-01-18T14:03:26.000Z | CBVDGUI/Properties/Settings.Designer.cs | DanyaalA/Valorant-Colour-Pixel-Bot | c371e2fdaaa47e40b4cb573b8dc45ad3b8aae4a7 | [
"MIT"
] | null | null | null | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 35.25641 | 151 | 0.533964 |
33cf63f31e02246814e2cfac49bd38e2f75d3feb | 234 | cs | C# | Nager.AmazonProductAdvertising/Model/ItemAttributesLanguage.cs | umarch06/Nager.AmazonProductAdvertising | 370aee5429ccfbaa8130e0595581ed418c0d309d | [
"Apache-2.0"
] | 1 | 2018-08-01T07:55:09.000Z | 2018-08-01T07:55:09.000Z | Nager.AmazonProductAdvertising/Model/ItemAttributesLanguage.cs | umarch06/Nager.AmazonProductAdvertising | 370aee5429ccfbaa8130e0595581ed418c0d309d | [
"Apache-2.0"
] | null | null | null | Nager.AmazonProductAdvertising/Model/ItemAttributesLanguage.cs | umarch06/Nager.AmazonProductAdvertising | 370aee5429ccfbaa8130e0595581ed418c0d309d | [
"Apache-2.0"
] | null | null | null | namespace Nager.AmazonProductAdvertising.Model
{
public class ItemAttributesLanguage
{
public string Name { get; set; }
public string Type { get; set; }
public string AudioFormat { get; set; }
}
}
| 23.4 | 47 | 0.636752 |
33f95789172e3fb322216fea962924b237db3468 | 2,121 | cs | C# | src/JT808.Protocol/Formatters/MessageBodyFormatters/JT808_0x0704_Formatter.cs | McKnight0459/JT808 | 976f05f70283c72e023c8b9366c3b0dfd11814dd | [
"MIT"
] | 1 | 2019-10-15T12:03:38.000Z | 2019-10-15T12:03:38.000Z | src/JT808.Protocol/Formatters/MessageBodyFormatters/JT808_0x0704_Formatter.cs | McKnight0459/JT808 | 976f05f70283c72e023c8b9366c3b0dfd11814dd | [
"MIT"
] | null | null | null | src/JT808.Protocol/Formatters/MessageBodyFormatters/JT808_0x0704_Formatter.cs | McKnight0459/JT808 | 976f05f70283c72e023c8b9366c3b0dfd11814dd | [
"MIT"
] | null | null | null | using JT808.Protocol.Extensions;
using JT808.Protocol.MessageBody;
using JT808.Protocol.Interfaces;
using System;
using System.Collections.Generic;
using JT808.Protocol.MessagePack;
namespace JT808.Protocol.Formatters.MessageBodyFormatters
{
public class JT808_0x0704_Formatter : IJT808MessagePackFormatter<JT808_0... | 37.210526 | 130 | 0.58463 |
d514040fadb84384f35dd51b32bb3bb4a5be2a5a | 3,478 | cs | C# | Cloud Enter/Epi.Web.UnitTests/Epi.Web.SurveyManager.Test/SurveyDataProvider.cs | 82ndAirborneDiv/Epi-Info-Cloud-Contact-Tracing | 580aee0def0bbd03067b63a5ac3784ebbf8abce4 | [
"Apache-2.0"
] | 1 | 2020-06-24T03:35:54.000Z | 2020-06-24T03:35:54.000Z | Cloud Enter/Epi.Web.UnitTests/Epi.Web.SurveyManager.Test/SurveyDataProvider.cs | 82ndAirborneDiv/Epi-Info-Cloud-Contact-Tracing | 580aee0def0bbd03067b63a5ac3784ebbf8abce4 | [
"Apache-2.0"
] | null | null | null | Cloud Enter/Epi.Web.UnitTests/Epi.Web.SurveyManager.Test/SurveyDataProvider.cs | 82ndAirborneDiv/Epi-Info-Cloud-Contact-Tracing | 580aee0def0bbd03067b63a5ac3784ebbf8abce4 | [
"Apache-2.0"
] | 4 | 2016-04-26T13:07:34.000Z | 2020-11-13T14:21:01.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
using Epi.Web.BLL;
using Epi.Web.Common.BusinessObject;
using System.Xml;
using System.Xml.Linq;
namespace Epi.Web.SurveyManager.Test
{
public class SurveyDataProvider
{
private DateTime Cl... | 39.522727 | 70 | 0.650661 |
bd1f3300e399826867fdf3939834e4f2708c9f9e | 721 | cs | C# | ParseHtml/ParseHtml/Program.cs | lpbaiser/ParserHtml | a25afca43700056171a1c04ed8adb33cd66a8f2b | [
"MIT"
] | null | null | null | ParseHtml/ParseHtml/Program.cs | lpbaiser/ParserHtml | a25afca43700056171a1c04ed8adb33cd66a8f2b | [
"MIT"
] | null | null | null | ParseHtml/ParseHtml/Program.cs | lpbaiser/ParserHtml | a25afca43700056171a1c04ed8adb33cd66a8f2b | [
"MIT"
] | null | null | null | using System;
using System.Net;
using HtmlAgilityPack;
namespace ParseHtml{
class MainClass{
public static void Main(string[] args){
ParseHtml p = new ParseHtml ();
Console.WriteLine ("====== Últimas duas Notícias ======");
p.printInformacoes (p.extractNoticias());
Console.WriteLine ("");
Console... | 25.75 | 79 | 0.651872 |
bdbbd076f2e64007b52a4c080f55066aabfeef9f | 2,247 | cs | C# | Source/Rx.Kql/Expressions/NumericExpression.cs | quantum-sec/KqlTools | 5c6d7c4115617f45f0fea209d736ace24ca24b9c | [
"Apache-2.0"
] | 2 | 2021-04-06T00:23:19.000Z | 2021-11-17T11:30:05.000Z | Source/Rx.Kql/Expressions/NumericExpression.cs | quantum-sec/KqlTools | 5c6d7c4115617f45f0fea209d736ace24ca24b9c | [
"Apache-2.0"
] | null | null | null | Source/Rx.Kql/Expressions/NumericExpression.cs | quantum-sec/KqlTools | 5c6d7c4115617f45f0fea209d736ace24ca24b9c | [
"Apache-2.0"
] | 1 | 2022-01-05T21:45:46.000Z | 2022-01-05T21:45:46.000Z | // /********************************************************
// * *
// * Copyright (C) Microsoft. All rights reserved. *
// * *
// ********************************************************/
namespace Sys... | 33.537313 | 109 | 0.421006 |
da28c4ab473ce4524f8f050ec69bf4bdf7d469c0 | 1,911 | cs | C# | DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs | Mariusz11711/DNN | 8c30f2e07038bb6315dc61842a3b0b05671447be | [
"MIT"
] | null | null | null | DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs | Mariusz11711/DNN | 8c30f2e07038bb6315dc61842a3b0b05671447be | [
"MIT"
] | 13 | 2021-06-01T06:11:46.000Z | 2022-03-24T01:12:11.000Z | DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs | Mariusz11711/DNN | 8c30f2e07038bb6315dc61842a3b0b05671447be | [
"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
namespace DotNetNuke.UI.WebControls
{
using System;
using System.Collections;
using System.Reflection;
... | 33.526316 | 98 | 0.509681 |
7eb32ab462dd6c9b2009af37349f3e7a9190e7d9 | 1,016 | cs | C# | Assets/Scripts/UI/Screens/ToggleScreenController.cs | gonzaloiv/playfabground | 8dc20d489490064d86b76531610e30f11aa0e926 | [
"MIT"
] | 2 | 2021-06-19T09:17:38.000Z | 2021-11-19T17:54:56.000Z | Assets/Scripts/UI/Screens/ToggleScreenController.cs | gonzaloiv/playfabground | 8dc20d489490064d86b76531610e30f11aa0e926 | [
"MIT"
] | null | null | null | Assets/Scripts/UI/Screens/ToggleScreenController.cs | gonzaloiv/playfabground | 8dc20d489490064d86b76531610e30f11aa0e926 | [
"MIT"
] | null | null | null | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System;
public class ToggleScreenController : BaseScreenController {
#region Fields / Properties
[SerializeField] private List<Color> colors;
[SerializeField] private Text titleText;
[Serialize... | 23.627907 | 81 | 0.698819 |
6585a0b9357c0cff9d84c39923f326fda1086fac | 463 | cs | C# | src/Machete.X12Schema/V5010/Segments/MAN.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 3 | 2018-04-12T20:51:06.000Z | 2021-01-27T15:53:04.000Z | src/Machete.X12Schema/V5010/Segments/MAN.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 2 | 2020-07-30T22:31:38.000Z | 2020-08-24T06:14:23.000Z | src/Machete.X12Schema/V5010/Segments/MAN.cs | ahives/Machete | 17efae58b95fad946f6edee28532cdf84d213f5d | [
"Apache-2.0"
] | 2 | 2020-02-10T22:36:24.000Z | 2021-01-27T15:56:57.000Z | namespace Machete.X12Schema.V5010
{
using X12;
public interface MAN :
X12Segment
{
Value<string> MarksAndNumbersQualifier1 { get; }
Value<string> MarksAndNumbers1 { get; }
Value<string> MarksAndNumbers2 { get; }
Value<string> MarksAndNumbe... | 22.047619 | 56 | 0.570194 |
65efdd50eb10885b8b599ac20a4e1ecec649b6c6 | 2,562 | cs | C# | src/Dsp.Web/App_Start/Startup.Auth.cs | deltasig/sphinx | 21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4 | [
"MIT"
] | null | null | null | src/Dsp.Web/App_Start/Startup.Auth.cs | deltasig/sphinx | 21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4 | [
"MIT"
] | 8 | 2019-06-29T21:59:41.000Z | 2022-03-04T01:05:15.000Z | src/Dsp.Web/App_Start/Startup.Auth.cs | deltasig/sphinx | 21ad49d824420bf2ebb97ba353eb1c3e59a6d7e4 | [
"MIT"
] | null | null | null | namespace Dsp.Web
{
using Dsp.Data;
using Dsp.Data.Entities;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using Microsoft.Owin.Security.Cookies;
using Owin;
using System;
#if !DEBUG
using System.Web.Configuration;
#endif
public pa... | 49.269231 | 134 | 0.668618 |
8f918a9ed64fc2b505c913da793372ad508e41b5 | 785 | cs | C# | Excess.Compiler/Excess.Compiler.GraphInstances/AnalysisExtensions.cs | xs-admin/Excess | 8ca43e5dbb239ae199d4089f95f11deb26740158 | [
"MIT"
] | 35 | 2015-02-19T01:52:03.000Z | 2022-03-05T03:56:53.000Z | Excess.Compiler/Excess.Compiler.GraphInstances/AnalysisExtensions.cs | xs-admin/Excess | 8ca43e5dbb239ae199d4089f95f11deb26740158 | [
"MIT"
] | 3 | 2016-09-28T02:25:07.000Z | 2018-12-10T15:22:40.000Z | Excess.Compiler/Excess.Compiler.GraphInstances/AnalysisExtensions.cs | xs-admin/Excess | 8ca43e5dbb239ae199d4089f95f11deb26740158 | [
"MIT"
] | 10 | 2015-02-10T20:55:23.000Z | 2020-01-08T21:50:25.000Z | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
namespace Excess.Compiler.GraphInstances
{
public static class AnalysisExtensions
{
public static IInstanceAnalisys<SyntaxNode> then<T>(this IInstanceMatch<... | 27.068966 | 130 | 0.53758 |
8924d80d3a8fcb5d8d93a065235a2065da139f7b | 2,367 | cs | C# | src/AngleSharp/Dom/Internal/NodeList.cs | nhaskins/AngleSharp | ba33f7ebbe5ebfb2bdb533d51fcd5a9c688c9731 | [
"MIT"
] | 4 | 2016-11-02T09:25:13.000Z | 2021-06-02T15:31:22.000Z | src/AngleSharp/Dom/Internal/NodeList.cs | nhaskins/AngleSharp | ba33f7ebbe5ebfb2bdb533d51fcd5a9c688c9731 | [
"MIT"
] | 3 | 2016-10-23T07:26:15.000Z | 2019-04-13T22:10:07.000Z | src/AngleSharp/Dom/Internal/NodeList.cs | prepare/Radius | 1a834814a9f8948cba75939b32bc4be0bde4ead0 | [
"MIT"
] | 1 | 2022-03-31T11:40:57.000Z | 2022-03-31T11:40:57.000Z | namespace AngleSharp.Dom
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
/// <summary>
/// Represents a list of Node instances or nodes.
/// </summary>
sealed class NodeList : INodeList
{
#region Fields
private readonly ... | 20.059322 | 73 | 0.514998 |
89648db6b21cf505565b41b7f8694a243fabdc88 | 1,211 | cs | C# | src/PuyoTools.App.Cli/Commands/Textures/GvrTextureEncodeCommand.cs | MichaelHinrichs/puyotools | 8a58bd21df0afca85f256807550258c84d0a29db | [
"MIT"
] | 73 | 2015-01-13T02:05:27.000Z | 2022-03-19T16:21:31.000Z | src/PuyoTools.App.Cli/Commands/Textures/GvrTextureEncodeCommand.cs | MichaelHinrichs/puyotools | 8a58bd21df0afca85f256807550258c84d0a29db | [
"MIT"
] | 30 | 2015-01-16T21:46:28.000Z | 2022-02-27T23:25:54.000Z | src/PuyoTools.App.Cli/Commands/Textures/GvrTextureEncodeCommand.cs | MichaelHinrichs/puyotools | 8a58bd21df0afca85f256807550258c84d0a29db | [
"MIT"
] | 19 | 2015-05-14T03:23:03.000Z | 2021-07-14T08:04:00.000Z | using PuyoTools.App.Formats.Textures;
using System;
using System.Collections.Generic;
using System.CommandLine;
using System.CommandLine.Invocation;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using PuyoTools.Core.Textures.Gvr;
namespace PuyoTools.App.Cli.Commands.Textures
{
class GvrTextu... | 34.6 | 114 | 0.656482 |
3149906c7a35e0e8d25ae04c9602fb95d6b2635e | 1,419 | cs | C# | Enterprise.Invoicing.Entities/Models/StockIn.cs | amzulin/dlerp | 4e8c5f3c9fa5929654376c166c99f71c6d8681e9 | [
"Apache-2.0"
] | 1 | 2021-01-24T14:08:37.000Z | 2021-01-24T14:08:37.000Z | Enterprise.Invoicing.Entities/Models/StockIn.cs | amzulin/dlerp | 4e8c5f3c9fa5929654376c166c99f71c6d8681e9 | [
"Apache-2.0"
] | null | null | null | Enterprise.Invoicing.Entities/Models/StockIn.cs | amzulin/dlerp | 4e8c5f3c9fa5929654376c166c99f71c6d8681e9 | [
"Apache-2.0"
] | 2 | 2015-10-24T14:49:58.000Z | 2021-01-24T14:09:07.000Z | using System;
using System.Collections.Generic;
namespace Enterprise.Invoicing.Entities.Models
{
public partial class StockIn
{
public StockIn()
{
this.PurchaseReturnDetails = new List<PurchaseReturnDetail>();
this.StockInDetails = new List<StockInDetail>();
}
... | 37.342105 | 92 | 0.614517 |
0a6bfcaa8bd0f55ea27ed4595042d1e4dc467e35 | 142 | cs | C# | 01-Creator/02-FactoryMethod/FactoryMethod/Contracts/Students/IDegreeStudent.cs | ali515/desing-patterns | 141429990cdb19cb4fcef5e99f9e76fc882fc38b | [
"Apache-2.0"
] | null | null | null | 01-Creator/02-FactoryMethod/FactoryMethod/Contracts/Students/IDegreeStudent.cs | ali515/desing-patterns | 141429990cdb19cb4fcef5e99f9e76fc882fc38b | [
"Apache-2.0"
] | null | null | null | 01-Creator/02-FactoryMethod/FactoryMethod/Contracts/Students/IDegreeStudent.cs | ali515/desing-patterns | 141429990cdb19cb4fcef5e99f9e76fc882fc38b | [
"Apache-2.0"
] | null | null | null | namespace FactoryMethod.Contracts.Students
{
public interface IDegreeStudent : IStudent
{
bool IsInternship { get; }
}
}
| 17.75 | 46 | 0.669014 |
cd1b8bda602d5217b1f4488df490dfe2ba041d2d | 4,071 | cs | C# | Portfolio-UI/Logic/Logic.UI/AuswertungViewModels/SteuerViewModels/SteuerartMonatAuswertungViewModel.cs | Maersmann/Portfolio-UI | dd6f9917c0f113be97b513a9c00566121ec39fbe | [
"MIT"
] | null | null | null | Portfolio-UI/Logic/Logic.UI/AuswertungViewModels/SteuerViewModels/SteuerartMonatAuswertungViewModel.cs | Maersmann/Portfolio-UI | dd6f9917c0f113be97b513a9c00566121ec39fbe | [
"MIT"
] | 75 | 2021-04-23T18:03:26.000Z | 2022-03-10T19:26:40.000Z | Portfolio-UI/Logic/Logic.UI/AuswertungViewModels/SteuerViewModels/SteuerartMonatAuswertungViewModel.cs | Maersmann/Portfolio-UI | dd6f9917c0f113be97b513a9c00566121ec39fbe | [
"MIT"
] | null | null | null | using Aktien.Logic.Core;
using Aktien.Logic.Core.Validierung.Base;
using Data.Model.AuswertungModels;
using LiveCharts;
using LiveCharts.Definitions.Series;
using LiveCharts.Wpf;
using Base.Logic.ViewModels;
using Prism.Commands;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.... | 34.5 | 178 | 0.562515 |
cd46ae7dcdb526fa0fdfd2a61211aa1ebdbd714b | 233 | cs | C# | Assets/App/Scripts/AR-Vr/VRButtonState.cs | Priscy/AnimalRealityGoodVersion | 42c3a8a4d9f43f52585e195e1b7020fd2a0aa105 | [
"MIT"
] | null | null | null | Assets/App/Scripts/AR-Vr/VRButtonState.cs | Priscy/AnimalRealityGoodVersion | 42c3a8a4d9f43f52585e195e1b7020fd2a0aa105 | [
"MIT"
] | null | null | null | Assets/App/Scripts/AR-Vr/VRButtonState.cs | Priscy/AnimalRealityGoodVersion | 42c3a8a4d9f43f52585e195e1b7020fd2a0aa105 | [
"MIT"
] | null | null | null | using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public static class VRButtonState {
public static bool arButtonState;
public static void onEnable() {
arButtonState = true;
}
}
| 17.923077 | 37 | 0.716738 |
8597a7966471d7de944a887e05afc9fcdd7782a6 | 1,801 | cs | C# | projects/Extant/Extensions/StringExtensions.cs | Dafeesh/ExtantLibrary | 01ce48dea0e3c96cfc2d5ba3ee7905c98642b401 | [
"Apache-2.0"
] | 1 | 2015-01-25T01:20:20.000Z | 2015-01-25T01:20:20.000Z | projects/Extant/Extensions/StringExtensions.cs | Dafeesh/ExtantLibrary | 01ce48dea0e3c96cfc2d5ba3ee7905c98642b401 | [
"Apache-2.0"
] | null | null | null | projects/Extant/Extensions/StringExtensions.cs | Dafeesh/ExtantLibrary | 01ce48dea0e3c96cfc2d5ba3ee7905c98642b401 | [
"Apache-2.0"
] | null | null | null | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Extant.Extensions
{
public static class StringExtensions
{
public static bool IsNullOrWhiteSpace(string value)
{
if (value == null)
return true;
return string... | 30.016667 | 132 | 0.468073 |
7a7a7fd8d20be95ff64425d385134b6a5ef0bc1e | 19,338 | cs | C# | MaasOne/RSS/Feed.cs | kflu/yahoo-finance-managed | 014bd22a29713ee6576881de883eb79a9d883f9e | [
"Apache-2.0"
] | null | null | null | MaasOne/RSS/Feed.cs | kflu/yahoo-finance-managed | 014bd22a29713ee6576881de883eb79a9d883f9e | [
"Apache-2.0"
] | null | null | null | MaasOne/RSS/Feed.cs | kflu/yahoo-finance-managed | 014bd22a29713ee6576881de883eb79a9d883f9e | [
"Apache-2.0"
] | null | null | null | // ******************************************************************************
// **
// ** MaasOne WebServices
// ** Written by Marius Häusler 2012
// ** It would be pleasant, if you contact me when you are using this code.
// ** Contact: YahooFinanceManaged@gmail.com
// ** Project Home: http://code.google.com... | 30.357928 | 346 | 0.6284 |
2ea289abcc5c15064e07c527c27960ad2b503788 | 2,321 | cs | C# | Toggl.Foundation.MvvmCross/ViewModels/NoWorkspaceViewModel.cs | HectorRPC/Toggl2Excel | 2ffe8ce8a5a92b6a6be3ea3a94c3156efa9403af | [
"BSD-3-Clause"
] | null | null | null | Toggl.Foundation.MvvmCross/ViewModels/NoWorkspaceViewModel.cs | HectorRPC/Toggl2Excel | 2ffe8ce8a5a92b6a6be3ea3a94c3156efa9403af | [
"BSD-3-Clause"
] | null | null | null | Toggl.Foundation.MvvmCross/ViewModels/NoWorkspaceViewModel.cs | HectorRPC/Toggl2Excel | 2ffe8ce8a5a92b6a6be3ea3a94c3156efa9403af | [
"BSD-3-Clause"
] | null | null | null | using System;
using System.Linq;
using System.Reactive.Linq;
using System.Reactive.Subjects;
using System.Threading.Tasks;
using MvvmCross.Navigation;
using MvvmCross.ViewModels;
using Toggl.Foundation.DataSources;
using Toggl.Foundation.Sync;
using Toggl.Multivac;
namespace Toggl.Foundation.MvvmCross.ViewModels
{
... | 28.304878 | 88 | 0.597156 |
2ec339ee72f28d0aa9f36a4dae76167aa9913a3f | 1,789 | cs | C# | Umbraco.CodeGen/Generators/PropertyDeclarationGenerator.cs | lars-erik/Umbraco.CodeGen | 1bc32b2a5cc921434341e4afb6b9307a6c2fa80c | [
"MIT"
] | 9 | 2015-03-12T22:23:24.000Z | 2018-04-26T20:06:58.000Z | Umbraco.CodeGen/Generators/PropertyDeclarationGenerator.cs | lars-erik/Umbraco.CodeGen | 1bc32b2a5cc921434341e4afb6b9307a6c2fa80c | [
"MIT"
] | 4 | 2015-01-21T18:03:31.000Z | 2015-12-23T12:37:30.000Z | Umbraco.CodeGen/Generators/PropertyDeclarationGenerator.cs | lars-erik/Umbraco.CodeGen | 1bc32b2a5cc921434341e4afb6b9307a6c2fa80c | [
"MIT"
] | 8 | 2015-10-10T10:01:36.000Z | 2020-03-11T08:54:30.000Z | using System;
using System.CodeDom;
using System.Collections.Generic;
using Umbraco.CodeGen.Configuration;
using Umbraco.CodeGen.Definitions;
namespace Umbraco.CodeGen.Generators
{
public abstract class PropertyDeclarationGenerator : CodeGeneratorBase
{
protected IList<DataTypeDefinition> DataTypes;
... | 35.078431 | 105 | 0.646171 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.