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
5ec75c19ade653003499b4b656d34092650e7852
1,998
cs
C#
OwinMono/WebAPI/DAL/FruitsContext.cs
cybermv/OwinMono
4bdc2e5cfd069da0d11b405e219e2c7276b702d1
[ "MIT" ]
null
null
null
OwinMono/WebAPI/DAL/FruitsContext.cs
cybermv/OwinMono
4bdc2e5cfd069da0d11b405e219e2c7276b702d1
[ "MIT" ]
null
null
null
OwinMono/WebAPI/DAL/FruitsContext.cs
cybermv/OwinMono
4bdc2e5cfd069da0d11b405e219e2c7276b702d1
[ "MIT" ]
null
null
null
namespace WebAPI.DAL { using Common; using MySql.Data.Entity; using System; using System.Data.Entity; using System.Data.Entity.Migrations; [DbConfigurationType(typeof(MySqlEFConfiguration))] public class FruitsContext : DbContext { public FruitsContext() : base(name...
38.423077
92
0.557558
6f20dc1652f971d0cf0cdf8421c479cc15771260
1,120
cs
C#
Runtime/ContextFlow/TypeViewReferenceDictionary.cs
UniGameTeam/UniGame.ViewSystem
83ed6a10a18880a75d37d0d4a8796699029f9330
[ "MIT" ]
55
2020-09-24T13:34:50.000Z
2022-03-10T18:22:44.000Z
Runtime/ContextFlow/TypeViewReferenceDictionary.cs
UniGameTeam/UniGame.ViewSystem
83ed6a10a18880a75d37d0d4a8796699029f9330
[ "MIT" ]
1
2021-04-09T08:15:51.000Z
2021-04-10T13:35:51.000Z
Runtime/ContextFlow/TypeViewReferenceDictionary.cs
UniGameTeam/UniGame.ViewSystem
83ed6a10a18880a75d37d0d4a8796699029f9330
[ "MIT" ]
4
2020-11-13T06:49:47.000Z
2021-10-11T03:32:08.000Z
using System; using System.Collections.Generic; using UniGame.UiSystem.Runtime.Settings; using UniModules.UniGame.Core.Runtime.DataStructure; using UniModules.UniGame.Core.Runtime.SerializableType; namespace UniModules.UniGame.ViewSystem.Runtime.ContextFlow { [Serializable] public class TypeViewReferenceDicti...
32
96
0.625893
6bf63a4bb1cdfe4c65a7fe7f44d11098cd58470e
7,076
cs
C#
CommonLib.Test/Parse/ParseUtility/ParseUtilityTests.ParseJson.cs
jakegough/jaytwo.CommonLib
1ef307628300796ca5100f931236c4d00b4a3bf0
[ "MIT" ]
1
2016-06-25T03:17:44.000Z
2016-06-25T03:17:44.000Z
CommonLib.Test/Parse/ParseUtility/ParseUtilityTests.ParseJson.cs
jakegough/jaytwo.CommonLib
1ef307628300796ca5100f931236c4d00b4a3bf0
[ "MIT" ]
null
null
null
CommonLib.Test/Parse/ParseUtility/ParseUtilityTests.ParseJson.cs
jakegough/jaytwo.CommonLib
1ef307628300796ca5100f931236c4d00b4a3bf0
[ "MIT" ]
null
null
null
using System.Xml.Linq; using jaytwo.Common.Extensions; using NUnit.Framework; using System; using System.Collections.Generic; using System.Text; using System.Xml; using jaytwo.Common.Parse; namespace jaytwo.Common.Test.Parse { [TestFixture] public partial class ParseUtilityTests { private const string badJson = ...
24.741259
103
0.755229
0c3779b2b54bde805b86da7862eda00bdc782a00
1,474
cs
C#
src/CAPNet.Tests/ValidatorTests/NotRequired/Alert/Area/PolygonMinCoordinatesValidatorTests.cs
jklnz/cap-net
27b50c71b526173a0bc1271188cadcb7b75cb40d
[ "MIT" ]
6
2015-08-10T22:05:49.000Z
2019-04-18T00:40:47.000Z
src/CAPNet.Tests/ValidatorTests/NotRequired/Alert/Area/PolygonMinCoordinatesValidatorTests.cs
jklnz/cap-net
27b50c71b526173a0bc1271188cadcb7b75cb40d
[ "MIT" ]
14
2015-03-24T05:55:30.000Z
2017-11-25T16:15:55.000Z
src/CAPNet.Tests/ValidatorTests/NotRequired/Alert/Area/PolygonMinCoordinatesValidatorTests.cs
jklnz/cap-net
27b50c71b526173a0bc1271188cadcb7b75cb40d
[ "MIT" ]
10
2015-03-23T23:12:30.000Z
2021-04-13T05:20:27.000Z
using CAPNet.Models; using System.Linq; using Xunit; namespace CAPNet { public class PolygonMinCoordinatesValidatorTests { [Fact] public void PolygonWith5CoordinatePairsIsValid() { var polygon = new Polygon("38.47,-120.14 38.34,-119.95 38.52,-119.74 38.62,-119.89 38.47,-120...
37.794872
111
0.632972
0ce91666cdb2eed13721a12befd67a9a78b257ad
456
cs
C#
RandyRidge.Common.Tests/ByteExtensionsTester.cs
randyridge/randyridge-common
9038a54ee953966f193b640032c068f8998d95a8
[ "MIT" ]
1
2019-12-09T22:59:00.000Z
2019-12-09T22:59:00.000Z
RandyRidge.Common.Tests/ByteExtensionsTester.cs
randyridge/randyridge-common
9038a54ee953966f193b640032c068f8998d95a8
[ "MIT" ]
11
2021-05-26T05:44:46.000Z
2022-03-07T00:29:22.000Z
RandyRidge.Common.Tests/ByteExtensionsTester.cs
randyridge/randyridge-common
9038a54ee953966f193b640032c068f8998d95a8
[ "MIT" ]
null
null
null
using Shouldly; using Xunit; namespace RandyRidge.Common { public static class ByteExtensionsTester { public static class ToHex { [Fact] public static void returns_correct_value_for_max() => ((byte) 255).ToHex().ShouldBe("ff"); [Fact] public static void returns_correct_value_for_mid() => ((byte) 128)....
25.333333
93
0.697368
9b773440ff4176500785f337d897c9578bc01b08
4,083
cs
C#
src/DisPlay.Umbraco.EmbeddedContent.Nexu/EmbeddedContentParser.cs
display/Umbraco-Embedded-Content
76819776a8a7e9a822b40807d2ca926db0a25748
[ "MIT" ]
9
2018-08-23T18:07:27.000Z
2021-10-21T01:52:22.000Z
src/DisPlay.Umbraco.EmbeddedContent.Nexu/EmbeddedContentParser.cs
display/Umbraco-Embedded-Content
76819776a8a7e9a822b40807d2ca926db0a25748
[ "MIT" ]
4
2018-11-01T10:02:33.000Z
2021-10-05T19:41:21.000Z
src/DisPlay.Umbraco.EmbeddedContent.Nexu/EmbeddedContentParser.cs
display/Umbraco-Embedded-Content
76819776a8a7e9a822b40807d2ca926db0a25748
[ "MIT" ]
1
2018-08-29T08:28:14.000Z
2018-08-29T08:28:14.000Z
namespace DisPlay.Umbraco.EmbeddedContent.Nexu { using System; using System.Collections.Generic; using System.Linq; using DisPlay.Umbraco.EmbeddedContent.Models; using global::Umbraco.Core; using global::Umbraco.Core.Logging; using global::Umbraco.Core.Models; using global::Umbraco.Core....
41.663265
174
0.584129
9b7ec9c89bdd9a58ec934f809335715844cb8b3a
291
cs
C#
Unity/Codes/HotfixView/Demo/UI/UILobby/LoginFinish_CreateLobbyUI.cs
sosloop/ET-FUI
1914b37008bcba570862ccdeca7dcf41ee96ba83
[ "MIT" ]
23
2022-02-23T16:00:16.000Z
2022-03-24T06:22:24.000Z
Unity/Codes/HotfixView/Demo/UI/UILobby/LoginFinish_CreateLobbyUI.cs
sosloop/ET-FUI
1914b37008bcba570862ccdeca7dcf41ee96ba83
[ "MIT" ]
null
null
null
Unity/Codes/HotfixView/Demo/UI/UILobby/LoginFinish_CreateLobbyUI.cs
sosloop/ET-FUI
1914b37008bcba570862ccdeca7dcf41ee96ba83
[ "MIT" ]
1
2022-03-08T08:23:51.000Z
2022-03-08T08:23:51.000Z
 namespace ET { public class LoginFinish_CreateLobbyUI: AEvent<EventType.LoginFinish> { protected override async ETTask Run(EventType.LoginFinish args) { await args.ZoneScene.GetComponent<FGUIComponent>().ShowWindowAsync(UI_HallForm.UIPackageName,UI_HallForm.UIResName); } } }
22.384615
119
0.790378
9b9a59f99f2a3e794609ad78715fb2f9fdd17c57
1,081
cs
C#
10.BeerTime/BeerTime.cs
Yordanov101/Conditional-StatementsHW
f7a713b8071b891351d6e495e81cfbc92eaa48ee
[ "MIT" ]
null
null
null
10.BeerTime/BeerTime.cs
Yordanov101/Conditional-StatementsHW
f7a713b8071b891351d6e495e81cfbc92eaa48ee
[ "MIT" ]
null
null
null
10.BeerTime/BeerTime.cs
Yordanov101/Conditional-StatementsHW
f7a713b8071b891351d6e495e81cfbc92eaa48ee
[ "MIT" ]
null
null
null
using System; class BeerTime { // A beer time is after 1:00 PM and before 3:00 AM. // Write a program that enters a time in format “hh:mm tt” (an hour in range [01...12], // a minute in range [00…59] and AM / PM designator) and prints beer time or non-beer time according to // the definition above or i...
30.885714
107
0.537465
be4a56f2b6c2c8d04633911c11f918bd20e2620e
2,476
cs
C#
src/apps/core/sdk/webapi/Devkit.WebAPI/Extensions/WebHostExtensions.cs
kostovmichael/devkit-dotnet-core
c48893dac94174f6e65a316233482b8afcc265ec
[ "MIT" ]
4
2021-08-18T20:06:06.000Z
2022-03-08T19:55:43.000Z
src/apps/core/sdk/webapi/Devkit.WebAPI/Extensions/WebHostExtensions.cs
kostovmichael/devkit-dotnet-core
c48893dac94174f6e65a316233482b8afcc265ec
[ "MIT" ]
4
2021-08-18T01:15:40.000Z
2021-10-05T03:23:19.000Z
src/apps/core/sdk/webapi/Devkit.WebAPI/Extensions/WebHostExtensions.cs
kostovmichael/devkit-dotnet-core
c48893dac94174f6e65a316233482b8afcc265ec
[ "MIT" ]
3
2021-08-18T20:07:02.000Z
2021-10-04T20:03:47.000Z
// ----------------------------------------------------------------------- // <copyright file="WebHostExtensions.cs" company="RyanAd"> // See the [assembly: AssemblyCopyright(..)] marking attribute linked in to this file's associated project for copyright © information. // </copyright> // ------------------------...
40.590164
140
0.582795
ad036513dd3e43567a81f1bc2b84ee2ce8737235
85,332
cs
C#
src/Common/src/CoreLib/System/MemoryExtensions.cs
johnkellyoxford/corefx
b35819aa391c422138868f037e55db7d9351c23a
[ "MIT" ]
159
2020-06-17T01:01:55.000Z
2022-03-28T10:33:37.000Z
src/Common/src/CoreLib/System/MemoryExtensions.cs
johnkellyoxford/corefx
b35819aa391c422138868f037e55db7d9351c23a
[ "MIT" ]
32
2020-05-21T11:55:32.000Z
2022-03-24T11:33:19.000Z
src/Common/src/CoreLib/System/MemoryExtensions.cs
johnkellyoxford/corefx
b35819aa391c422138868f037e55db7d9351c23a
[ "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.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; usin...
51.188962
243
0.563306
414938fb16f8e74654983e4ef23b79e73f946b01
1,551
cs
C#
Animatroller/src/Scenes/Old/TestOSC.cs
HakanL/animatroller
4516777cba51b953de30beb95e8b44e37f5a30e0
[ "Unlicense", "MIT" ]
8
2016-11-03T14:23:14.000Z
2020-10-19T15:40:15.000Z
Animatroller/src/Scenes/Old/TestOSC.cs
HakanL/animatroller
4516777cba51b953de30beb95e8b44e37f5a30e0
[ "Unlicense", "MIT" ]
null
null
null
Animatroller/src/Scenes/Old/TestOSC.cs
HakanL/animatroller
4516777cba51b953de30beb95e8b44e37f5a30e0
[ "Unlicense", "MIT" ]
1
2017-11-27T17:47:03.000Z
2017-11-27T17:47:03.000Z
using System; using System.Drawing; using System.Collections.Generic; using System.Threading; using System.Linq; using Animatroller.Framework; using Animatroller.Framework.Extensions; using Expander = Animatroller.Framework.Expander; using Controller = Animatroller.Framework.Controller; using Animatroller.Framework.Lo...
29.826923
89
0.63185
fca62fbb445bff29d70008acbbcd69877b414f70
5,789
cs
C#
osu.Game/Overlays/Changelog/ChangelogHeader.cs
mulraf/osu
4bc185118a8216b306478370afa6fd913e2c8d37
[ "MIT" ]
1
2021-08-12T18:07:06.000Z
2021-08-12T18:07:06.000Z
osu.Game/Overlays/Changelog/ChangelogHeader.cs
mulraf/osu
4bc185118a8216b306478370afa6fd913e2c8d37
[ "MIT" ]
1
2018-07-16T12:51:01.000Z
2018-07-16T12:51:01.000Z
osu.Game/Overlays/Changelog/ChangelogHeader.cs
mulraf/osu
4bc185118a8216b306478370afa6fd913e2c8d37
[ "MIT" ]
null
null
null
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System; using System.Linq; using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Framework.Graphics; using osu.Framework.Graphics.Contai...
33.853801
115
0.479703
e7f3f50cbf11149025c1831de62211f20f07fa91
447
cs
C#
aspnet-core/src/ABP.TBK.Application/TaoBaoKe/Dto/GetProductInput.cs
foxaaa/ABP.TBK
e4b79152d5a1ca3b4a058f692914aeb2d99d062c
[ "MIT" ]
null
null
null
aspnet-core/src/ABP.TBK.Application/TaoBaoKe/Dto/GetProductInput.cs
foxaaa/ABP.TBK
e4b79152d5a1ca3b4a058f692914aeb2d99d062c
[ "MIT" ]
null
null
null
aspnet-core/src/ABP.TBK.Application/TaoBaoKe/Dto/GetProductInput.cs
foxaaa/ABP.TBK
e4b79152d5a1ca3b4a058f692914aeb2d99d062c
[ "MIT" ]
null
null
null
using Abp; using ABP.TBK.Dto; using System; using System.Collections.Generic; using System.Text; using Abp.Runtime.Validation; namespace ABP.TBK.TaoBaoKe.Dto { public class GetProductInput : PagedAndSortedInputDto, IShouldNormalize { public string FilterText { get; set; } public void Normaliz...
20.318182
75
0.61745
488a82a396d591d8389da143812768e9dddbbcbd
75
cs
C#
Mozi.HttpEmbedded/Template/Expression.cs
MoziCoder/Mozi.Network
c2623ce1c871f606d410a7ee6b4586707be75abe
[ "MIT" ]
null
null
null
Mozi.HttpEmbedded/Template/Expression.cs
MoziCoder/Mozi.Network
c2623ce1c871f606d410a7ee6b4586707be75abe
[ "MIT" ]
1
2022-03-28T03:37:56.000Z
2022-03-28T06:43:00.000Z
Mozi.HttpEmbedded/Template/Expression.cs
MoziCoder/Mozi.Network
c2623ce1c871f606d410a7ee6b4586707be75abe
[ "MIT" ]
null
null
null
namespace Mozi.HttpEmbedded.Template { class Expression { } }
10.714286
37
0.64
48a6c3129357dc5aecc474a6aa721475a210f32a
10,354
cs
C#
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.cs
angelobreuer/runtime
bf4e881580eddb9f2c5e1b4a9802072a7f31b325
[ "MIT" ]
11
2021-10-21T07:56:23.000Z
2022-03-31T15:08:10.000Z
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.cs
angelobreuer/runtime
bf4e881580eddb9f2c5e1b4a9802072a7f31b325
[ "MIT" ]
1
2020-09-21T15:14:26.000Z
2020-09-21T15:14:26.000Z
src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchemaType.cs
angelobreuer/runtime
bf4e881580eddb9f2c5e1b4a9802072a7f31b325
[ "MIT" ]
4
2021-05-27T08:39:33.000Z
2021-06-24T09:17:05.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; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Xml.Serialization; namespace System.Xml.Schema { /// <devdoc> /// ...
29.331445
188
0.517191
3e582c39beabfbf39ddf9b81648c66b083a6aedc
108
cshtml
C#
OfficeOlympicsWeb/Views/Shared/DisplayTemplates/QuoteTemplate.cshtml
Matt23488/OfficeOlympics
454a1da9c6ffeab1dc51797d9eb2c57c27b9f296
[ "MIT" ]
null
null
null
OfficeOlympicsWeb/Views/Shared/DisplayTemplates/QuoteTemplate.cshtml
Matt23488/OfficeOlympics
454a1da9c6ffeab1dc51797d9eb2c57c27b9f296
[ "MIT" ]
null
null
null
OfficeOlympicsWeb/Views/Shared/DisplayTemplates/QuoteTemplate.cshtml
Matt23488/OfficeOlympics
454a1da9c6ffeab1dc51797d9eb2c57c27b9f296
[ "MIT" ]
null
null
null
@model QuoteViewModel <blockquote> <p>@Model.Text</p> <footer>@Model.Quoter</footer> </blockquote>
18
34
0.675926
3e83084952ef5b61c0336860f9c71e362e611eed
654
cs
C#
PortoGameJam2016/Assets/Scripts/EnemyTopDownBehaviourScript.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
PortoGameJam2016/Assets/Scripts/EnemyTopDownBehaviourScript.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
PortoGameJam2016/Assets/Scripts/EnemyTopDownBehaviourScript.cs
NamefulTeam/PortoGameJam2016
545bebc11ac46f2b90034d71cd2ccb236ea619c3
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class EnemyTopDownBehaviourScript : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } void OnCollisionEnter(Collision collision) { if (GetComponentInParent<EnemyAI>() ...
23.357143
152
0.654434
8e54448fdaaf80c7b3577cccebe00aa8d81ddddf
784
cs
C#
source/Fluent.Time/Parsing/StringToTimespanExtensions.cs
loctanvo/Flime
a1180bb371813422319e8e89a8b132d5243904e0
[ "MIT" ]
null
null
null
source/Fluent.Time/Parsing/StringToTimespanExtensions.cs
loctanvo/Flime
a1180bb371813422319e8e89a8b132d5243904e0
[ "MIT" ]
null
null
null
source/Fluent.Time/Parsing/StringToTimespanExtensions.cs
loctanvo/Flime
a1180bb371813422319e8e89a8b132d5243904e0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Fluent.Time.Parsing { public static class StringToTimespanExtensions { private static readonly IDictionary<string, Func<int, TimeSpan>> Parsers = new Dictionary<string, Func<i...
31.36
82
0.586735
8ee58e1b6f6c8a0dfb4ac44ff1a2db9841de82f7
2,045
cs
C#
citPOINT.StrategyApp.Data.Web/Services/StrategyAppService.metadata.Manual.cs
ivconsult/eNeg-StrategyApp
025d43902ab839bba89d100352171933371a66a7
[ "MIT" ]
null
null
null
citPOINT.StrategyApp.Data.Web/Services/StrategyAppService.metadata.Manual.cs
ivconsult/eNeg-StrategyApp
025d43902ab839bba89d100352171933371a66a7
[ "MIT" ]
null
null
null
citPOINT.StrategyApp.Data.Web/Services/StrategyAppService.metadata.Manual.cs
ivconsult/eNeg-StrategyApp
025d43902ab839bba89d100352171933371a66a7
[ "MIT" ]
null
null
null
// ----------------------------------------------------------------------- // <copyright file="Class1.cs" company=""> // TODO: Update copyright text. // </copyright> // ----------------------------------------------------------------------- namespace citPOINT.StrategyApp.Data.Web { using System; using System....
24.058824
75
0.451834
ae1679a0a16bf9c621f878c74138c49152619c5e
279
cs
C#
src/go-src-converted/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
249
2018-06-02T10:42:32.000Z
2022-03-23T20:54:45.000Z
src/go-src-converted/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
14
2019-01-22T18:55:14.000Z
2022-03-13T21:26:45.000Z
src/go-src-converted/cmd/go/testdata/modlegacy/src/new/sub/x/v1/y/y.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
35
2018-08-01T18:04:30.000Z
2022-02-23T03:25:25.000Z
// package y -- go2cs converted at 2020 October 09 05:48:06 UTC // import "cmd/go/testdata/modlegacy/src/new/sub/x/v1/y" ==> using y = go.cmd.go.testdata.modlegacy.src.@new.sub.x.v1.y_package // Original source: C:\Go\src\cmd\go\testdata\modlegacy\src\new\sub\x\v1\y\y.go }
46.5
127
0.702509
a9fce19824b117be2a986a9c8b25c1f7ac7c8d45
10,995
cs
C#
prime-dotnet-webapi/Migrations/20200319180139_ValidateLicenceFlag.cs
countable-web/moh-prime
099c58fb8c8b3e85a592f7bd62a2ea4b5fae74de
[ "Apache-2.0" ]
1
2021-03-10T22:40:24.000Z
2021-03-10T22:40:24.000Z
prime-dotnet-webapi/Migrations/20200319180139_ValidateLicenceFlag.cs
developeramarish/moh-prime
0d61347f50cefc2f8b249c44d980d73235717e88
[ "Apache-2.0" ]
null
null
null
prime-dotnet-webapi/Migrations/20200319180139_ValidateLicenceFlag.cs
developeramarish/moh-prime
0d61347f50cefc2f8b249c44d980d73235717e88
[ "Apache-2.0" ]
null
null
null
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Prime.Migrations { public partial class ValidateLicenceFlag : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DeleteData( table: "DefaultPrivilege", ...
33.11747
379
0.459027
dd9d8be32fa48be8fc09400ca76bef8a2694046f
1,142
cs
C#
Tanneryd.BulkOperations.EF6/Tanneryd.BulkOperations.EF6.Tests/Models/DM/Numbers/Number.cs
hzahradnik/ef6-bulk-operations
f3c1bcd56f5844bb7af9da32ae6ecbadcd427312
[ "Apache-2.0" ]
null
null
null
Tanneryd.BulkOperations.EF6/Tanneryd.BulkOperations.EF6.Tests/Models/DM/Numbers/Number.cs
hzahradnik/ef6-bulk-operations
f3c1bcd56f5844bb7af9da32ae6ecbadcd427312
[ "Apache-2.0" ]
null
null
null
Tanneryd.BulkOperations.EF6/Tanneryd.BulkOperations.EF6.Tests/Models/DM/Numbers/Number.cs
hzahradnik/ef6-bulk-operations
f3c1bcd56f5844bb7af9da32ae6ecbadcd427312
[ "Apache-2.0" ]
null
null
null
/* * Copyright © 2017-2019 Tånneryd IT AB * * 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...
30.052632
74
0.668126
74aa2c44de6edb147ee23c83def0b5b95aa26193
136
cs
C#
NHS111/NHS111.Models/Models/Web/OutcomeMapViewModel.cs
NHS111Online/nhs111-online
408ee20e1e3ba5ed73cece8b10a74a6e806eda93
[ "Apache-2.0" ]
7
2019-09-03T13:23:29.000Z
2020-08-03T12:57:45.000Z
NHS111/NHS111.Models/Models/Web/OutcomeMapViewModel.cs
NHS111Online/nhs111-online
408ee20e1e3ba5ed73cece8b10a74a6e806eda93
[ "Apache-2.0" ]
1
2020-08-19T09:07:13.000Z
2020-10-09T13:43:43.000Z
NHS111/NHS111.Models/Models/Web/OutcomeMapViewModel.cs
NHS111Online/nhs111-online
408ee20e1e3ba5ed73cece8b10a74a6e806eda93
[ "Apache-2.0" ]
1
2021-04-10T17:21:00.000Z
2021-04-10T17:21:00.000Z
namespace NHS111.Models.Models.Web { public class OutcomeMapViewModel { public string MapsApiKey { get; set; } } }
17
46
0.647059
64374d5413e5acff7b92adef8ce9567512c41ff5
2,209
cs
C#
4.7.1/aspnet-core/src/Recyclops.Application/DashBoardReports/DashBoardService.cs
JoshTheGent/Recyclops
0c2a7f3825ad618a9a30dfe1d1eded95bae3674d
[ "MIT" ]
null
null
null
4.7.1/aspnet-core/src/Recyclops.Application/DashBoardReports/DashBoardService.cs
JoshTheGent/Recyclops
0c2a7f3825ad618a9a30dfe1d1eded95bae3674d
[ "MIT" ]
null
null
null
4.7.1/aspnet-core/src/Recyclops.Application/DashBoardReports/DashBoardService.cs
JoshTheGent/Recyclops
0c2a7f3825ad618a9a30dfe1d1eded95bae3674d
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq.Dynamic.Core; using System.Text; using Abp.Application.Services.Dto; using Abp.Dependency; using Abp.Domain.Repositories; using Recyclops.DashBoardReports.Dto; using Recyclops.LocationSource; namespace Recyclops.DashBoardReports { public class Dash...
27.6125
303
0.708013
f1f5d90643e77f42ab6b0caea3687de7e178bb5f
1,489
cs
C#
SkyEditor.RomEditor.Rtdx.Reverse/Const/sugowaza/Index.cs
theCapypara/SkyEditor.RomEditor.Rtdx
60a3ebf347bc554d19772ef224344013a2ee64e6
[ "MIT" ]
12
2020-03-30T07:29:44.000Z
2021-06-26T06:30:41.000Z
SkyEditor.RomEditor.Rtdx.Reverse/Const/sugowaza/Index.cs
theCapypara/SkyEditor.RomEditor.Rtdx
60a3ebf347bc554d19772ef224344013a2ee64e6
[ "MIT" ]
46
2021-10-13T08:50:01.000Z
2022-03-28T19:31:36.000Z
SkyEditor.RomEditor.Rtdx.Reverse/Const/sugowaza/Index.cs
theCapypara/SkyEditor.RomEditor.Rtdx
60a3ebf347bc554d19772ef224344013a2ee64e6
[ "MIT" ]
4
2020-03-27T21:14:19.000Z
2021-08-10T02:06:32.000Z
namespace SkyEditor.RomEditor.Rtdx.Reverse.Const.sugowaza { public enum Index { NONE, SUGOWAZA_GORIOSHI, SUGOWAZA_RENKETSU, SUGOWAZA_OOTACHIMAWARI, SUGOWAZA_HANDOU_UP, SUGOWAZA_RENZOKU_HIT, SUGOWAZA_TSUURO_HIT, SUGOWAZA_TOBIDASU, SUGOWAZA_...
25.237288
58
0.630625
33ae04df0f04406f8dff0e8d04dc5ec4cb0274cd
625
cs
C#
DarkSoulsSiteMVC/DarkSoulsSite.Common/Extensions/CustomId.cs
dmirchev/DarkSoulsSite
d18d2844ab1b4cc7734316794d1dfd6844c035f9
[ "MIT" ]
null
null
null
DarkSoulsSiteMVC/DarkSoulsSite.Common/Extensions/CustomId.cs
dmirchev/DarkSoulsSite
d18d2844ab1b4cc7734316794d1dfd6844c035f9
[ "MIT" ]
null
null
null
DarkSoulsSiteMVC/DarkSoulsSite.Common/Extensions/CustomId.cs
dmirchev/DarkSoulsSite
d18d2844ab1b4cc7734316794d1dfd6844c035f9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DarkSoulsSite.Common.Extensions { public class CustomId { private readonly Guid _id; public CustomId() { this._id = Guid.NewGuid(); } ...
17.857143
45
0.5552
33c48ead74e2a8d829f679689b82e57d7f63aa11
1,973
cs
C#
PrismLibrary/Desktop/Prism/Events/DataEventArgs.cs
wagnerhsu/sample-Prism4.1-WPF
1dff3abd51bf01b3fdd9a7989697f73885637d7e
[ "MIT" ]
1
2022-01-30T12:54:45.000Z
2022-01-30T12:54:45.000Z
PrismLibrary/Desktop/Prism/Events/DataEventArgs.cs
wagnerhsu/sample-Prism4.1-WPF
1dff3abd51bf01b3fdd9a7989697f73885637d7e
[ "MIT" ]
null
null
null
PrismLibrary/Desktop/Prism/Events/DataEventArgs.cs
wagnerhsu/sample-Prism4.1-WPF
1dff3abd51bf01b3fdd9a7989697f73885637d7e
[ "MIT" ]
1
2020-10-09T02:48:22.000Z
2020-10-09T02:48:22.000Z
//=================================================================================== // Microsoft patterns & practices // Composite Application Guidance for Windows Presentation Foundation and Silverlight //=================================================================================== // Copyright (c) Microso...
41.978723
86
0.533198
3302673344471366f2d21d7987559abe9adf19ac
561
cs
C#
Assets/Units/Resources/Common/Water.cs
Lebeg134/TradeCity
a8cf94d3e631c20c6188a22b9510425a5cbd2de9
[ "MIT" ]
null
null
null
Assets/Units/Resources/Common/Water.cs
Lebeg134/TradeCity
a8cf94d3e631c20c6188a22b9510425a5cbd2de9
[ "MIT" ]
80
2021-10-08T10:39:56.000Z
2022-03-31T11:56:34.000Z
Assets/Units/Resources/Common/Water.cs
Lebeg134/TradeCity
a8cf94d3e631c20c6188a22b9510425a5cbd2de9
[ "MIT" ]
null
null
null
using Lebeg134.Module.Resources; using System; /** * @(#) Water.cs */ namespace Lebeg134.Resources.Common { [Serializable] public class Water : ContinousResource { public Water(int amount) : base(amount) { } public override string GetName() { return "Water"; } ...
19.344828
59
0.559715
654a2a9e1a8a507bf9aec34f6c265fcf33a4a996
3,193
cs
C#
sdk/appplatform/Azure.ResourceManager.AppPlatform/src/Generated/Models/AppBuilderProperties.Serialization.cs
v-kaifazhang/azure-sdk-for-net
87e0563944e9f62e632e8e403da58d63351931b6
[ "MIT" ]
null
null
null
sdk/appplatform/Azure.ResourceManager.AppPlatform/src/Generated/Models/AppBuilderProperties.Serialization.cs
v-kaifazhang/azure-sdk-for-net
87e0563944e9f62e632e8e403da58d63351931b6
[ "MIT" ]
null
null
null
sdk/appplatform/Azure.ResourceManager.AppPlatform/src/Generated/Models/AppBuilderProperties.Serialization.cs
v-kaifazhang/azure-sdk-for-net
87e0563944e9f62e632e8e403da58d63351931b6
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.AppPlatform.Models { public partial class AppBuilderProperties : IUtf...
38.011905
131
0.536173
2b0c9962d25e24c2d1d24566b355a288873d1326
744
cs
C#
unity/Assets/Duktape/Source/IFileSystem.cs
source-transformer/duktape-unity
90f207e241cdc92a112006f180a3f04beb3edd1d
[ "MIT" ]
106
2019-02-25T08:36:43.000Z
2021-12-03T17:53:56.000Z
unity/Assets/Duktape/Source/IFileSystem.cs
roctomato/duktape-unity
5ff22a5576b13e85eb15a1f43441253803b5ad92
[ "MIT" ]
33
2019-06-25T06:21:20.000Z
2020-06-28T12:47:41.000Z
unity/Assets/Duktape/Source/IFileSystem.cs
roctomato/duktape-unity
5ff22a5576b13e85eb15a1f43441253803b5ad92
[ "MIT" ]
18
2019-03-22T06:31:34.000Z
2021-05-31T09:54:30.000Z
using System; using System.Collections.Generic; namespace Duktape { using UnityEngine; public interface IFileSystem { bool Exists(string path); byte[] ReadAllBytes(string path); } public class DefaultFileSystem : IFileSystem { public bool Exists(string p...
21.257143
58
0.490591
d34d384536157d50d2c603eaffe5f4cdc546a1d3
5,560
cs
C#
src/Migrate/generated/api/Models/Api20210210/ApplyRecoveryPointInput.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,336
2015-01-03T15:40:07.000Z
2022-03-31T09:53:06.000Z
src/Migrate/generated/api/Models/Api20210210/ApplyRecoveryPointInput.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
13,768
2015-01-03T14:50:54.000Z
2022-03-31T22:17:19.000Z
src/Migrate/generated/api/Models/Api20210210/ApplyRecoveryPointInput.cs
mbentancour/azure-powershell
142042fb26c23663340dbecd460bcd60866f6aca
[ "MIT" ]
3,968
2015-01-02T17:35:24.000Z
2022-03-30T13:51:31.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Mi...
70.379747
537
0.746942
cb89901165a6e94ed7e0958bb9faa235ea1c1eb5
9,581
cs
C#
src/vstest.console/Processors/ListTestsArgumentProcessor.cs
eerhardt/vstest
59e046d2e47e91ba58e8817dbc8013b8571b88ef
[ "MIT" ]
null
null
null
src/vstest.console/Processors/ListTestsArgumentProcessor.cs
eerhardt/vstest
59e046d2e47e91ba58e8817dbc8013b8571b88ef
[ "MIT" ]
null
null
null
src/vstest.console/Processors/ListTestsArgumentProcessor.cs
eerhardt/vstest
59e046d2e47e91ba58e8817dbc8013b8571b88ef
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.TestPlatform.CommandLine.Processors { using System; using System.Diagnostics.Contracts; using System.Globalizat...
35.354244
136
0.605782
dbce713c4840020c2ee82b0ad9f8d6e24b756b36
1,427
cs
C#
Assets/Tests/AssetReferences.cs
li5414/AddressablesServices
8809bb4c707e9c7d437d0fce8e5190d507106dd9
[ "MIT" ]
23
2021-03-27T12:11:06.000Z
2022-03-11T10:59:52.000Z
Assets/Tests/AssetReferences.cs
li5414/AddressablesServices
8809bb4c707e9c7d437d0fce8e5190d507106dd9
[ "MIT" ]
1
2021-07-28T17:09:57.000Z
2021-08-01T10:55:29.000Z
Assets/Tests/AssetReferences.cs
li5414/AddressablesServices
8809bb4c707e9c7d437d0fce8e5190d507106dd9
[ "MIT" ]
4
2021-04-19T15:30:51.000Z
2022-01-30T11:35:52.000Z
using AddressableAssets.Loaders; using UnityEngine; using UnityEngine.AddressableAssets; namespace AddressablesServices.Tests { [CreateAssetMenu(fileName = "AssetReferences", menuName = "ScriptableObjects/Tests/AssetReferences")] public class AssetReferences : ScriptableObject { [SerializeField] ...
34.804878
106
0.755431
e3a4bc10b39f9bbba6962b1787951ef02834b3de
2,472
cs
C#
tests/Katana.Performance.ReferenceApp.Tests/CanonicalRequestPatternsTests.cs
zerouid/katanaproject
24aa43641adac57cb5bd523b77bdc0ced9f0455d
[ "Apache-2.0" ]
6
2018-09-10T08:36:37.000Z
2021-03-03T20:57:08.000Z
tests/Katana.Performance.ReferenceApp.Tests/CanonicalRequestPatternsTests.cs
zerouid/katanaproject
24aa43641adac57cb5bd523b77bdc0ced9f0455d
[ "Apache-2.0" ]
1
2019-12-24T13:53:41.000Z
2019-12-24T13:53:41.000Z
tests/Katana.Performance.ReferenceApp.Tests/CanonicalRequestPatternsTests.cs
zerouid/katanaproject
24aa43641adac57cb5bd523b77bdc0ced9f0455d
[ "Apache-2.0" ]
8
2018-10-25T15:15:16.000Z
2021-02-03T06:34:29.000Z
// <copyright file="CanonicalRequestPatternsTests.cs" company="Microsoft Open Technologies, Inc."> // Copyright 2011-2013 Microsoft Open Technologies, Inc. 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. // ...
36.352941
116
0.662621
2e0015ca2b5b1dbbb75712533ebe18ff42abc66a
575
cs
C#
ags-client/Resources/GeometryService/ConvexHullResource.cs
nef001/ags-client
8f0788851891ab4d5abc59f5491bcce63e1870db
[ "MIT" ]
1
2019-06-01T09:22:53.000Z
2019-06-01T09:22:53.000Z
ags-client/Resources/GeometryService/ConvexHullResource.cs
nef001/ags-client
8f0788851891ab4d5abc59f5491bcce63e1870db
[ "MIT" ]
1
2019-06-01T09:19:35.000Z
2019-06-02T11:56:10.000Z
ags-client/Resources/GeometryService/ConvexHullResource.cs
nef001/ags-client
8f0788851891ab4d5abc59f5491bcce63e1870db
[ "MIT" ]
null
null
null
 using ags_client.JsonConverters; using ags_client.Types.Geometry; using Newtonsoft.Json; namespace ags_client.Resources.GeometryService { /* The convex hull is typically a polygon but can also be a polyline or point in degenerate cases. * So a custom converter is used to determine the geometry object to ins...
33.823529
107
0.744348
369f2b82b44eb6d28242897dc1eb1f4b4abfd4ae
234
cs
C#
ExpressMapper.Tests.Projections/ViewModel/FlattenFatherSonsCountDto.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
199
2016-04-23T09:16:55.000Z
2022-03-15T09:19:36.000Z
ExpressMapper.Tests.Projections/ViewModel/FlattenFatherSonsCountDto.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
93
2015-05-27T16:17:44.000Z
2016-04-21T09:00:10.000Z
ExpressMapper.Tests.Projections/ViewModel/FlattenFatherSonsCountDto.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
64
2016-05-02T20:24:56.000Z
2022-01-20T08:23:09.000Z
namespace ExpressMapper.Tests.Model.ViewModels { public class FlattenFatherSonsCountDto { public int MyInt { get; set; } public string MyString { get; set; } public int SonsCount { get; set; } } }
23.4
47
0.632479
82d541a0ef51c5810ec605368ee3b44125d1b7b0
3,112
cs
C#
LeeConlin.ExtensionMethods/DateTimeExtensions.cs
hades200082/LeeConlin-ExtensionMethods
8e205395753e2df206efe410aefee35764e94fb5
[ "BSD-3-Clause" ]
null
null
null
LeeConlin.ExtensionMethods/DateTimeExtensions.cs
hades200082/LeeConlin-ExtensionMethods
8e205395753e2df206efe410aefee35764e94fb5
[ "BSD-3-Clause" ]
1
2020-08-14T08:44:01.000Z
2021-07-27T10:28:00.000Z
LeeConlin.ExtensionMethods/DateTimeExtensions.cs
hades200082/LeeConlin-ExtensionMethods
8e205395753e2df206efe410aefee35764e94fb5
[ "BSD-3-Clause" ]
null
null
null
using System; namespace LeeConlin.ExtensionMethods { public static class DateTimeExtensions { /// <summary> /// Is the dateTimeToTest between the other dates /// </summary> /// <param name="dateTimeToTest"></param> /// <param name="d1">One end of the range</param> ...
36.611765
120
0.544987
0a33db6e8036731905f4a17c12ffc251b23ffa77
1,097
cs
C#
HeatingControl/Application/DataAccess/Zone/ZoneRemover.cs
flarestudiopl/shiny-system-rpi
e170f0c8158fef8753e07c3b583f9d8547395aa9
[ "MIT" ]
3
2018-10-19T13:48:06.000Z
2019-10-04T18:19:23.000Z
HeatingControl/Application/DataAccess/Zone/ZoneRemover.cs
flarestudiopl/shiny-system-rpi
e170f0c8158fef8753e07c3b583f9d8547395aa9
[ "MIT" ]
null
null
null
HeatingControl/Application/DataAccess/Zone/ZoneRemover.cs
flarestudiopl/shiny-system-rpi
e170f0c8158fef8753e07c3b583f9d8547395aa9
[ "MIT" ]
null
null
null
using Domain; using Storage.StorageDatabase; namespace HeatingControl.Application.DataAccess.Zone { public interface IZoneRemover { void Remove(Domain.Zone zone, Domain.Building building); } public class ZoneRemover : IZoneRemover { private readonly IDbExecutor _dbExecutor; ...
24.377778
101
0.53783
8cf517b88c8112dd1dd4d018f0e8de0e11d73a0d
6,060
cs
C#
Aspose.Slides.Cloud.Sdk/Model/ArrowHeadProperties.cs
aspose-slides-cloud/aspose-cells-cloud-dotnet
ca91daf1359fc7dee668610fea6e7766ac0baae7
[ "MIT" ]
1
2018-08-27T17:40:38.000Z
2018-08-27T17:40:38.000Z
Aspose.Slides.Cloud.Sdk/Model/ArrowHeadProperties.cs
aspose-slides-cloud/aspose-cells-cloud-dotnet
ca91daf1359fc7dee668610fea6e7766ac0baae7
[ "MIT" ]
null
null
null
Aspose.Slides.Cloud.Sdk/Model/ArrowHeadProperties.cs
aspose-slides-cloud/aspose-cells-cloud-dotnet
ca91daf1359fc7dee668610fea6e7766ac0baae7
[ "MIT" ]
3
2018-06-25T19:33:40.000Z
2021-12-24T11:27:31.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright company="Aspose" file="ArrowHeadProperties.cs"> // Copyright (c) 2018 Aspose.Slides for Cloud // </copyright> // <summary> // Permission is hereby granted, free of charge, to any pers...
30.3
119
0.477558
36ae8169e53d8dbf58fa839a07bffcb2327c2441
2,485
cs
C#
src/YS.Knife.EntityFrameworkCore/SqlQueryAttribute.cs
yscorecore/ys
8c61ed827444f03abe24eda4f756aefa747f3ca3
[ "MIT" ]
5
2021-01-19T07:15:52.000Z
2021-11-05T00:59:05.000Z
src/YS.Knife.EntityFrameworkCore/SqlQueryAttribute.cs
yscorecore/ys
8c61ed827444f03abe24eda4f756aefa747f3ca3
[ "MIT" ]
478
2020-04-27T00:37:49.000Z
2022-03-17T14:26:17.000Z
src/YS.Knife.EntityFrameworkCore/SqlQueryAttribute.cs
yscorecore/ys
8c61ed827444f03abe24eda4f756aefa747f3ca3
[ "MIT" ]
3
2021-03-16T06:25:39.000Z
2021-04-02T04:49:21.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using AspectCore.DynamicProxy; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.Extensions.DependencyInjection; using YS.K...
40.080645
151
0.676459
4c17742f51e0ee3535416e4d78c6b9f3158c6023
702
cs
C#
src/Sdk/PipelinesWebApi/Contracts/CreateActionsStorageArtifactParameters.cs
thyeggman/runner
3615fb6923eb11a82d855e8a9468a3315e077224
[ "MIT" ]
43
2021-05-02T13:16:14.000Z
2022-03-08T12:32:03.000Z
src/Sdk/PipelinesWebApi/Contracts/CreateActionsStorageArtifactParameters.cs
thejoebourneidentity/runner
7d4bbf46de6f348f82988a05040ce17e00f69203
[ "MIT" ]
27
2021-03-31T19:48:38.000Z
2022-01-02T16:06:45.000Z
src/Sdk/PipelinesWebApi/Contracts/CreateActionsStorageArtifactParameters.cs
thejoebourneidentity/runner
7d4bbf46de6f348f82988a05040ce17e00f69203
[ "MIT" ]
5
2021-09-24T09:07:41.000Z
2022-03-22T23:34:53.000Z
using System.Runtime.Serialization; namespace GitHub.Actions.Pipelines.WebApi { [DataContract] public class CreateActionsStorageArtifactParameters : CreateArtifactParameters { public CreateActionsStorageArtifactParameters() : base(ArtifactType.Actions_Storage) { } ...
20.647059
82
0.521368
4c7e08d9e4250b542e659da675a115394a81e01b
1,136
cs
C#
src/core/src/memory/models/SpanHeapT.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/core/src/memory/models/SpanHeapT.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
src/core/src/memory/models/SpanHeapT.cs
0xCM/z0
b157d3354cfff4630aa83c52ac0faf983ee4aafd
[ "BSD-3-Clause" ]
null
null
null
//----------------------------------------------------------------------------- // Copyright : (c) Chris Moore, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0 { using System; using System.Runtime.CompilerServices; using static Root...
24.170213
79
0.466549
d229bb5e7a112c8664a0d84f8205c20aea436f70
11,273
cs
C#
Library/Library.Test/TestTempFiles.cs
git-thinh/CSharpTest.Net-source-v2.12.810.409
cc2e5ad42e3a033efa775fa8570e496f861a9d4f
[ "Apache-2.0" ]
null
null
null
Library/Library.Test/TestTempFiles.cs
git-thinh/CSharpTest.Net-source-v2.12.810.409
cc2e5ad42e3a033efa775fa8570e496f861a9d4f
[ "Apache-2.0" ]
null
null
null
Library/Library.Test/TestTempFiles.cs
git-thinh/CSharpTest.Net-source-v2.12.810.409
cc2e5ad42e3a033efa775fa8570e496f861a9d4f
[ "Apache-2.0" ]
null
null
null
#region Copyright 2010-2012 by Roger Knapp, Licensed under the Apache License, Version 2.0 /* 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....
24.243011
101
0.670718
fd2eb3494deffdb63c63428fd4d5079bcfabd441
1,500
cs
C#
alidns-20150109/csharp/core/Models/DescribeRecordLogsResponse.cs
atptro/alibabacloud-sdk
65d4a000e4f4059b58ca1bc3d032853aedef4f3f
[ "Apache-2.0" ]
null
null
null
alidns-20150109/csharp/core/Models/DescribeRecordLogsResponse.cs
atptro/alibabacloud-sdk
65d4a000e4f4059b58ca1bc3d032853aedef4f3f
[ "Apache-2.0" ]
null
null
null
alidns-20150109/csharp/core/Models/DescribeRecordLogsResponse.cs
atptro/alibabacloud-sdk
65d4a000e4f4059b58ca1bc3d032853aedef4f3f
[ "Apache-2.0" ]
null
null
null
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Alidns20150109.Models { public class DescribeRecordLogsResponse : TeaModel { [NameInMap("RequestId")] [Validation(Required=true)] p...
31.914894
94
0.61
fd36de49360213cfab84ebe0b72132c77bb01e22
2,110
cs
C#
Assets/RNKit/ECS/_SpaceWar/Weapon/WeaponAttributePanelSystem.cs
REDNIGHT/space-war
2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07
[ "MIT" ]
26
2020-01-13T15:32:23.000Z
2022-02-18T07:56:57.000Z
Assets/RNKit/ECS/_SpaceWar/Weapon/WeaponAttributePanelSystem.cs
REDNIGHT/space-war
2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07
[ "MIT" ]
null
null
null
Assets/RNKit/ECS/_SpaceWar/Weapon/WeaponAttributePanelSystem.cs
REDNIGHT/space-war
2d8de15f3177ecdc2ebc430e90b4f9bb645ceb07
[ "MIT" ]
2
2020-03-02T17:41:31.000Z
2020-05-23T18:50:18.000Z
using Unity.Collections; using Unity.Entities; using UnityEngine; namespace RN.Network.SpaceWar { [DisableAutoCreation] public class WeaponAttributePanelClientSystem : ComponentSystem { ActorSyncCreateClientSystem actorClientSystem; Rewired.Player input; protected override void On...
39.074074
130
0.519431
a9e878b1a9e7a3467f2392571abc4f040238fe0c
1,453
cs
C#
Exercises- Iterators And Comparators/1. ListyIterator/Program.cs
giggals/Software-University
23ebecdc06911db80e1ed0d28ed27f58993f737a
[ "MIT" ]
null
null
null
Exercises- Iterators And Comparators/1. ListyIterator/Program.cs
giggals/Software-University
23ebecdc06911db80e1ed0d28ed27f58993f737a
[ "MIT" ]
null
null
null
Exercises- Iterators And Comparators/1. ListyIterator/Program.cs
giggals/Software-University
23ebecdc06911db80e1ed0d28ed27f58993f737a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; class Program { static void Main(string[] args) { string command = string.Empty; ListyIterator<string> listyIterator = new ListyIterator<string>(); while ((command = Console.ReadLine()) != "END") { ...
26.907407
76
0.390915
3b999276a5cf72dd4016fb7595859ffd03fe446a
3,559
cs
C#
src/P3Net.BuildExtensions.TransformConfigs/ConfigTransforms/TransformXmlFiles.cs
CoolDadTx/p3net-t4-templates
198abf7be90fe928756bc651c74de36d480082ed
[ "MIT" ]
null
null
null
src/P3Net.BuildExtensions.TransformConfigs/ConfigTransforms/TransformXmlFiles.cs
CoolDadTx/p3net-t4-templates
198abf7be90fe928756bc651c74de36d480082ed
[ "MIT" ]
1
2018-03-24T19:08:30.000Z
2018-03-24T19:08:30.000Z
src/P3Net.BuildExtensions.TransformConfigs/ConfigTransforms/TransformXmlFiles.cs
CoolDadTx/p3net-t4-templates
198abf7be90fe928756bc651c74de36d480082ed
[ "MIT" ]
null
null
null
/* * Copyright © 2018 Michael Taylor * https://www.michaeltaylorp3.net * * * All Rights Reserved */ using System; using System.IO; using System.Linq; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Microsoft.Web.XmlTransform; namespace P3Net.BuildExtensions.TransformConfigs { /// <s...
36.316327
137
0.544535
3bd3afcbc6d78c246827ac524b1058e54c279125
1,176
cs
C#
ROMObject.cs
otakuto/TomatoTool
df6b7b5f8f74718c0dc0b7d15979a0502c9bebc7
[ "MIT" ]
2
2019-01-23T11:33:53.000Z
2020-05-23T02:39:39.000Z
ROMObject.cs
otakuto/TomatoTool
df6b7b5f8f74718c0dc0b7d15979a0502c9bebc7
[ "MIT" ]
1
2017-03-19T08:26:47.000Z
2017-03-21T13:33:32.000Z
ROMObject.cs
otakuto/TomatoTool
df6b7b5f8f74718c0dc0b7d15979a0502c9bebc7
[ "MIT" ]
null
null
null
using System; using System.Drawing; using TomatoTool; namespace TomatoTool { public abstract class ROMObject : IComparable<ROMObject> { int IComparable<ROMObject>.CompareTo(ROMObject romObject) { return (int)(this.ObjectID - romObject.ObjectID); } public override bool Equals(object obj) { if (o...
14.518519
65
0.617347
1c251fc2f71312c912d8475218b24e75a814adf3
634
cs
C#
src/RapidCMS.Core/Resolvers/Setup/RelatedCollectionListSetupResolver.cs
JTOne123/RapidCMS
ae3763cfcf4473892a00c683f8fc6c951bb2b64a
[ "MIT" ]
null
null
null
src/RapidCMS.Core/Resolvers/Setup/RelatedCollectionListSetupResolver.cs
JTOne123/RapidCMS
ae3763cfcf4473892a00c683f8fc6c951bb2b64a
[ "MIT" ]
null
null
null
src/RapidCMS.Core/Resolvers/Setup/RelatedCollectionListSetupResolver.cs
JTOne123/RapidCMS
ae3763cfcf4473892a00c683f8fc6c951bb2b64a
[ "MIT" ]
null
null
null
using RapidCMS.Core.Abstractions.Resolvers; using RapidCMS.Core.Abstractions.Setup; using RapidCMS.Core.Models.Config; using RapidCMS.Core.Models.Setup; namespace RapidCMS.Core.Resolvers.Setup { internal class RelatedCollectionListSetupResolver : ISetupResolver<RelatedCollectionListSetup, CollectionListConfig> ...
39.625
141
0.790221
298f089fc57775006902117ba99a3141bdff58de
1,157
cs
C#
General/UnityEvents.cs
seahyx/Unity-CommonUtils
deef8bbdde74782c27eb36eab0b88540dc7c0ba2
[ "MIT" ]
null
null
null
General/UnityEvents.cs
seahyx/Unity-CommonUtils
deef8bbdde74782c27eb36eab0b88540dc7c0ba2
[ "MIT" ]
null
null
null
General/UnityEvents.cs
seahyx/Unity-CommonUtils
deef8bbdde74782c27eb36eab0b88540dc7c0ba2
[ "MIT" ]
1
2021-10-05T07:47:53.000Z
2021-10-05T07:47:53.000Z
/** * Common Utilities Library for developing in Unity. * https://github.com/seahyx/Unity-CommonUtils * * MIT License * * Copyright (c) 2021 Seah Ying Xiang */ using UnityEngine.Events; /// <summary> /// Common unity events. /// </summary> namespace CommonUtils { /// <summary> /// Unity Event with a single ...
24.617021
79
0.674157
b17323ffcab8aa729099a3f53fa25e2a0c20c13b
1,936
cs
C#
tvn-cosine.ai/tvn-cosine.ai/probability/proposition/api/IProposition.cs
itoledo/Birdie.Tesseract
ec2fc5ca91eea6ef371b486550b9d76e0a741243
[ "Apache-2.0" ]
null
null
null
tvn-cosine.ai/tvn-cosine.ai/probability/proposition/api/IProposition.cs
itoledo/Birdie.Tesseract
ec2fc5ca91eea6ef371b486550b9d76e0a741243
[ "Apache-2.0" ]
null
null
null
tvn-cosine.ai/tvn-cosine.ai/probability/proposition/api/IProposition.cs
itoledo/Birdie.Tesseract
ec2fc5ca91eea6ef371b486550b9d76e0a741243
[ "Apache-2.0" ]
1
2022-02-07T06:10:09.000Z
2022-02-07T06:10:09.000Z
using tvn.cosine.collections.api; using tvn.cosine.ai.probability.api; namespace tvn.cosine.ai.probability.proposition.api { /// <summary> /// Artificial Intelligence A Modern Approach (3rd Edition): page 486.<para /> /// Propositions describing sets of possible worlds are written in a notation /// th...
40.333333
84
0.618285
b18018e9b2415de6788f036f812ecdf6fd709a58
2,074
cs
C#
src/GraphQL.Maybe/Maybe.Class.Internal.cs
cklam2/graphql-maybe
4ac19a0c6734b8842b4168b613214d06360b25f0
[ "MIT" ]
null
null
null
src/GraphQL.Maybe/Maybe.Class.Internal.cs
cklam2/graphql-maybe
4ac19a0c6734b8842b4168b613214d06360b25f0
[ "MIT" ]
null
null
null
src/GraphQL.Maybe/Maybe.Class.Internal.cs
cklam2/graphql-maybe
4ac19a0c6734b8842b4168b613214d06360b25f0
[ "MIT" ]
null
null
null
using System; namespace GraphQL.Maybe { public static partial class Maybe { /// <summary> /// Checks if object is of type <see cref="Maybe{T}"/> /// </summary> /// <param name="obj">The object to check</param> /// <returns>true if object is of type <see cref="Maybe{T}"/...
38.407407
121
0.556895
955e98ed17cd59762618468082a1ef0a27873c52
5,365
cs
C#
Framework/Atf.Gui.Wpf/Docking/ResizablePopup.xaml.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
2
2019-05-23T20:39:31.000Z
2019-05-24T13:59:49.000Z
Framework/Atf.Gui.Wpf/Docking/ResizablePopup.xaml.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
null
null
null
Framework/Atf.Gui.Wpf/Docking/ResizablePopup.xaml.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
1
2022-02-26T12:59:21.000Z
2022-02-26T12:59:21.000Z
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; usin...
39.448529
146
0.577074
f4aaf7d041b41d5ba29f85e1b3df519db900fe24
517
cs
C#
MyCompany.Visitors.Client.Droid/Theme.cs
xamarin/MyCompany
fc7c579ce61e902765e6af0fc835fccf1b45ad5e
[ "Apache-2.0" ]
17
2015-03-13T14:42:01.000Z
2020-06-17T17:52:09.000Z
MyCompany.Visitors.Client.Droid/Theme.cs
xamarin/MyCompany
fc7c579ce61e902765e6af0fc835fccf1b45ad5e
[ "Apache-2.0" ]
null
null
null
MyCompany.Visitors.Client.Droid/Theme.cs
xamarin/MyCompany
fc7c579ce61e902765e6af0fc835fccf1b45ad5e
[ "Apache-2.0" ]
21
2015-01-16T15:17:43.000Z
2022-01-24T22:58:29.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.Content.Res; using Android.Graphics; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; namespace MyCompany.Visitors.Client.Droid { public sta...
23.5
135
0.794971
7600b50f95e08d00c62525336e243abad5d2299e
3,735
cs
C#
Src/Lsj.Util.Win32/Enums/MSHLFLAGS.cs
kkwpsv/lsjutil
9dbb7825fedba015bd4b69ce76f7a07b72747d90
[ "WTFPL" ]
18
2018-07-17T13:41:39.000Z
2021-11-30T06:13:39.000Z
Src/Lsj.Util.Win32/Enums/MSHLFLAGS.cs
sdzxwxlsj/lsjutil
d1288ad44cb6dd02b19019aa8207468125ae8a1a
[ "WTFPL" ]
2
2020-12-21T03:39:02.000Z
2021-01-21T00:57:01.000Z
Src/Lsj.Util.Win32/Enums/MSHLFLAGS.cs
sdzxwxlsj/lsjutil
d1288ad44cb6dd02b19019aa8207468125ae8a1a
[ "WTFPL" ]
2
2020-03-21T03:13:57.000Z
2020-10-29T14:45:53.000Z
using Lsj.Util.Win32.ComInterfaces; using static Lsj.Util.Win32.Ole32; namespace Lsj.Util.Win32.Enums { /// <summary> /// <para> /// Specifies why the marshaling is to be done. /// </para> /// <para> /// From: <see href="https://docs.microsoft.com/zh-cn/windows/win32/api/wtypesbase/ne-wtypesba...
48.506494
149
0.64498
90b3bf83a2f1bf2dd5347d7b108b3198fc8d7251
310
cs
C#
C#1/Into-To-Programming-Homework/PrintNumbers/Program.cs
YavorIT/TelerikAcademyHomeworks
0cf0aced1ca1c93b1a52c6da4f043fbb25221ea2
[ "MIT" ]
null
null
null
C#1/Into-To-Programming-Homework/PrintNumbers/Program.cs
YavorIT/TelerikAcademyHomeworks
0cf0aced1ca1c93b1a52c6da4f043fbb25221ea2
[ "MIT" ]
null
null
null
C#1/Into-To-Programming-Homework/PrintNumbers/Program.cs
YavorIT/TelerikAcademyHomeworks
0cf0aced1ca1c93b1a52c6da4f043fbb25221ea2
[ "MIT" ]
null
null
null
/* Problem 6. Print Numbers Write a program to print the numbers 1, 101 and 1001, each at a separate line. Name the program correctly. */ using System; class PrintNumbers { public static void Main () { Console.WriteLine ("1"); Console.WriteLine ("101"); Console.WriteLine ("1001"); } }
15.5
79
0.667742
f2bc8ddbf3fc64f63d2f325e4b711154cc9b1504
914
cs
C#
SamplePlaceholderTextView/ViewController.cs
rendr/UIPlaceholderTextView
b325015605e68d255213ff053d992c6f2defd1db
[ "Apache-2.0" ]
null
null
null
SamplePlaceholderTextView/ViewController.cs
rendr/UIPlaceholderTextView
b325015605e68d255213ff053d992c6f2defd1db
[ "Apache-2.0" ]
null
null
null
SamplePlaceholderTextView/ViewController.cs
rendr/UIPlaceholderTextView
b325015605e68d255213ff053d992c6f2defd1db
[ "Apache-2.0" ]
null
null
null
using System; using UIKit; namespace SamplePlaceholderTextView { public partial class ViewController : UIViewController { private UITapGestureRecognizer _tapGestureRecognizer; public ViewController (IntPtr handle) : base (handle) { } public override void ViewDidLoad () { base.ViewDidLoad (); //...
21.255814
80
0.739606
0d39a7a0fc26bb3f8afbcf7441abd7c1aff036eb
5,837
cs
C#
src/ResourceManagement/AppService/Generated/Models/StampCapacity.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
src/ResourceManagement/AppService/Generated/Models/StampCapacity.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
src/ResourceManagement/AppService/Generated/Models/StampCapacity.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // </auto-generated> namespace Microsoft.Azure.Management.AppService.Fluent....
39.979452
474
0.589515
6e62b5afc9d4f689095ca7d16b85b77df2711565
1,789
cs
C#
Freezer/GeckoFX/__Core/WebIDL/Generated/HTMLTableColElement.cs
haga-rak/Freezer
5958540d0d9ab3b7d0cf6a097a40b61fecad01e6
[ "MIT" ]
37
2016-04-21T08:05:11.000Z
2022-03-11T00:05:50.000Z
Freezer/GeckoFX/__Core/WebIDL/Generated/HTMLTableColElement.cs
haga-rak/Freezer
5958540d0d9ab3b7d0cf6a097a40b61fecad01e6
[ "MIT" ]
14
2016-05-05T16:31:45.000Z
2021-12-25T08:25:13.000Z
Freezer/GeckoFX/__Core/WebIDL/Generated/HTMLTableColElement.cs
haga-rak/Freezer
5958540d0d9ab3b7d0cf6a097a40b61fecad01e6
[ "MIT" ]
21
2017-05-25T07:49:34.000Z
2022-03-27T05:23:53.000Z
namespace Gecko.WebIDL { using System; internal class HTMLTableColElement : WebIDLBase { public HTMLTableColElement(nsIDOMWindow globalWindow, nsISupports thisObject) : base(globalWindow, thisObject) { } public uint Span { ...
20.563218
88
0.355506
b1c3abe6d3af24540b21fbbdaa1a22f1f9ea018c
5,761
cs
C#
Mother-of-Ping_CLI/Program.cs
dreamer2908/Mother-of-Ping
46cd8938ab5b0d4e7e10c84ebd111c61337fc6c2
[ "MIT" ]
null
null
null
Mother-of-Ping_CLI/Program.cs
dreamer2908/Mother-of-Ping
46cd8938ab5b0d4e7e10c84ebd111c61337fc6c2
[ "MIT" ]
null
null
null
Mother-of-Ping_CLI/Program.cs
dreamer2908/Mother-of-Ping
46cd8938ab5b0d4e7e10c84ebd111c61337fc6c2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Mother_of_Ping_CLI { class Program { static void Main(string[] args) { List<string[]> hostList = tools.csvHostListParser(@"D:\Code\MonitorHost\IP_List...
45.362205
131
0.587745
f7ff8a209d98301fcb9eb6fe5523eb7b8556962e
195
cs
C#
Texnomic.SecureDNS.Protocols/Options/ENSOptions.cs
Manny27nyc/SecureDNS
76ec625417677c7cb6a7c918e9a38d043d045c85
[ "MIT" ]
219
2019-09-23T14:47:07.000Z
2022-03-29T13:00:58.000Z
Texnomic.SecureDNS.Protocols/Options/ENSOptions.cs
ProjectZeroDays/SecureDNS
30085af31d70cfbe0a0a4dd2ff57840b84683c1e
[ "MIT" ]
268
2020-02-06T17:13:55.000Z
2022-03-31T03:14:42.000Z
Texnomic.SecureDNS.Protocols/Options/ENSOptions.cs
Manny27nyc/SecureDNS
76ec625417677c7cb6a7c918e9a38d043d045c85
[ "MIT" ]
30
2019-09-23T07:22:20.000Z
2022-03-29T09:45:01.000Z
using System; using Texnomic.SecureDNS.Abstractions; namespace Texnomic.SecureDNS.Protocols.Options { public class ENSOptions : IOptions { public Uri Web3 { get; set; } } }
17.727273
46
0.692308
7c3d5275a17144ae7f6af50da4060542fd85e759
22,041
cs
C#
Server/src/HETSAPI/Import/ImportUser.cs
rstens/hets
bd64f8a600fdef7b6a7067db93dbef74c7ed849c
[ "Apache-2.0" ]
null
null
null
Server/src/HETSAPI/Import/ImportUser.cs
rstens/hets
bd64f8a600fdef7b6a7067db93dbef74c7ed849c
[ "Apache-2.0" ]
null
null
null
Server/src/HETSAPI/Import/ImportUser.cs
rstens/hets
bd64f8a600fdef7b6a7067db93dbef74c7ed849c
[ "Apache-2.0" ]
null
null
null
using Hangfire.Console; using Hangfire.Server; using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.IO; using System.Linq; using System.Xml.Serialization; using Hangfire.Console.Progress; using HETSAPI.ImportModels; using HETSAPI.Models; us...
41.586792
166
0.493807
8013c46df36f0efa42c8ad020bfd8a78ebaf6a8b
3,230
cs
C#
src/SDKs/CostManagement/Management.CostManagement/Generated/Models/ReportConfigComparisonExpression.cs
bgsky/azure-sdk-for-net
e8bb3985062b8b17c5116015dba4104a89b1747a
[ "MIT" ]
null
null
null
src/SDKs/CostManagement/Management.CostManagement/Generated/Models/ReportConfigComparisonExpression.cs
bgsky/azure-sdk-for-net
e8bb3985062b8b17c5116015dba4104a89b1747a
[ "MIT" ]
null
null
null
src/SDKs/CostManagement/Management.CostManagement/Generated/Models/ReportConfigComparisonExpression.cs
bgsky/azure-sdk-for-net
e8bb3985062b8b17c5116015dba4104a89b1747a
[ "MIT" ]
null
null
null
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
31.359223
90
0.564706
6b6ed2514681c6b06960595d861a81385a52b8fa
75
cs
C#
Assets/scripts/features/components/trigger/GetHitComponent.cs
R-umia/Roguelike2D
c1e5758aa11d45417ab6c30d2d809b4656704f89
[ "MIT" ]
14
2016-12-18T16:20:22.000Z
2021-09-08T08:57:58.000Z
Assets/scripts/features/components/trigger/GetHitComponent.cs
R-umia/Roguelike2D
c1e5758aa11d45417ab6c30d2d809b4656704f89
[ "MIT" ]
null
null
null
Assets/scripts/features/components/trigger/GetHitComponent.cs
R-umia/Roguelike2D
c1e5758aa11d45417ab6c30d2d809b4656704f89
[ "MIT" ]
1
2019-12-10T09:52:51.000Z
2019-12-10T09:52:51.000Z
using Entitas; [Core] public sealed class GetHitComponent:IComponent { }
10.714286
46
0.773333
dc543717722bad6ae71f3730d2f33812ca867644
286
cs
C#
ConsoleChess/ConsoleChessPieces/IConsoleChessPiece.cs
Poselsky/dotNET-ECO-Chess
037f111e83f37c6f8ae40d7ff5cc2b899494fb65
[ "MIT" ]
null
null
null
ConsoleChess/ConsoleChessPieces/IConsoleChessPiece.cs
Poselsky/dotNET-ECO-Chess
037f111e83f37c6f8ae40d7ff5cc2b899494fb65
[ "MIT" ]
null
null
null
ConsoleChess/ConsoleChessPieces/IConsoleChessPiece.cs
Poselsky/dotNET-ECO-Chess
037f111e83f37c6f8ae40d7ff5cc2b899494fb65
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Chess.ChessPieces; namespace ConsoleChess { public interface IConsoleChessPiece { char GetCharPresentation { get; } //Dependency injection ChessPiece ChessPiece { get; } } }
17.875
41
0.692308
61cf77585ecf153ffce94478e3f47cb843406aa8
12,151
cs
C#
SmartPath/AbsoluteFilename.cs
danyx23/smartpath
9f1789dfdab602762b726d0262582666525110c6
[ "MIT" ]
3
2015-07-11T17:48:58.000Z
2021-07-24T18:42:55.000Z
SmartPath/AbsoluteFilename.cs
vector-man/smartpath
9f1789dfdab602762b726d0262582666525110c6
[ "MIT" ]
null
null
null
SmartPath/AbsoluteFilename.cs
vector-man/smartpath
9f1789dfdab602762b726d0262582666525110c6
[ "MIT" ]
2
2016-08-20T14:25:52.000Z
2021-07-24T18:43:33.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using HTS.SmartPath.PathFragments; namespace HTS.SmartPath { /// <summary> /// Represents an absolute filename path. Valid paths are /// windows NTFS paths starting with a drive letter (C:\test\) or SMB Shares /// (\\Server\sha...
32.316489
156
0.707267
1112bfcc1b8c011bab69619a991ffa0819e63198
4,467
cs
C#
EDDiscovery/EDSM/GalMapType.cs
CommandoUKSF/EDDiscovery
9c22678734cb71938278408706aca58145573b88
[ "Apache-2.0" ]
1
2020-05-27T12:07:56.000Z
2020-05-27T12:07:56.000Z
EDDiscovery/EDSM/GalMapType.cs
RSMLancaster/EDDiscovery
9c22678734cb71938278408706aca58145573b88
[ "Apache-2.0" ]
null
null
null
EDDiscovery/EDSM/GalMapType.cs
RSMLancaster/EDDiscovery
9c22678734cb71938278408706aca58145573b88
[ "Apache-2.0" ]
null
null
null
/* * Copyright © 2016 EDDiscovery development team * * 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 applic...
54.47561
168
0.668458
1175da1a07e94e2f874cc813f508ca5bcd269b6a
2,265
cs
C#
Assets/Thirdparty/StompyRobot/SRF/Scripts/UI/ResponsiveResize.cs
luxiaodong/Game
b5ec2b7b3506c9b9f8cf048aee894c308c29e491
[ "MIT" ]
1
2021-07-05T05:42:47.000Z
2021-07-05T05:42:47.000Z
Assets/Thirdparty/StompyRobot/SRF/Scripts/UI/ResponsiveResize.cs
luxiaodong/Game
b5ec2b7b3506c9b9f8cf048aee894c308c29e491
[ "MIT" ]
3
2021-08-09T02:50:00.000Z
2021-08-09T05:48:26.000Z
Assets/Thirdparty/StompyRobot/SRF/Scripts/UI/ResponsiveResize.cs
luxiaodong/Game
b5ec2b7b3506c9b9f8cf048aee894c308c29e491
[ "MIT" ]
null
null
null
using System; using SRF.Internal; using UnityEngine; using UnityEngine.UI; namespace SRF.UI { [ExecuteInEditMode] [RequireComponent(typeof (RectTransform))] [AddComponentMenu(ComponentMenuPaths.ResponsiveEnable)] public class ResponsiveResize : ResponsiveBase { public Element[] Elements = ...
29.038462
106
0.462252
9e3f639470b58f73201e68e4945927db2ee2b84a
8,142
cs
C#
src/EntityFramework/Core/Objects/Internal/SerializableImplementor.cs
sharwell/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
9
2021-02-17T19:42:32.000Z
2022-03-07T21:28:30.000Z
src/EntityFramework/Core/Objects/Internal/SerializableImplementor.cs
sharwell/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
9
2020-12-02T22:34:13.000Z
2021-08-03T17:55:51.000Z
src/EntityFramework/Core/Objects/Internal/SerializableImplementor.cs
isabella232/ef6tools
94e65c16d36a88f360280931071e1efb0a418c99
[ "MIT" ]
2
2021-05-23T23:40:06.000Z
2022-03-03T20:43:23.000Z
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. namespace System.Data.Entity.Core.Objects.Internal { using System.Collections.Generic; using System.Data.Entity.Core.Metadata.Edm; using System.Data.Entity.Utilit...
47.894118
169
0.592115
e5ba04c23abd79de6e2f1ac259db449c69977d7f
680
cs
C#
Vue.Net/VOL.Order/Repositories/Appointment/App_AppointmentRepository.cs
kissxic/Vue.NetCore
496198b5f02210a3d47c2aeb4102ac3ff3022cc0
[ "MIT" ]
2,694
2019-09-26T06:50:18.000Z
2022-03-31T07:41:53.000Z
Vue.Net/VOL.Order/Repositories/Appointment/App_AppointmentRepository.cs
linkdream1/Vue.NetCore
773a2cd424b25ab6f46bfbe4d321cacc5f51acb7
[ "MIT" ]
185
2019-10-09T09:04:23.000Z
2022-03-31T10:43:05.000Z
Vue.Net/VOL.Order/Repositories/Appointment/App_AppointmentRepository.cs
linkdream1/Vue.NetCore
773a2cd424b25ab6f46bfbe4d321cacc5f51acb7
[ "MIT" ]
894
2019-09-27T08:32:10.000Z
2022-03-31T10:01:54.000Z
/* *代码由框架生成,任何更改都可能导致被代码生成器覆盖 *Repository提供数据库操作,如果要增加数据库操作请在当前目录下Partial文件夹App_AppointmentRepository编写代码 */ using VOL.Order.IRepositories; using VOL.Core.BaseProvider; using VOL.Core.EFDbContext; using VOL.Core.Extensions.AutofacManager; using VOL.Entity.DomainModels; namespace VOL.Order.Repositories { public ...
27.2
113
0.786765
dd3f9b69eb12fe816b1701f850f7d5c15a8e7769
6,699
cs
C#
PiGraphQlOwinServer/GraphQl/Query.cs
gregorvilkner/PiSystemGraphQL
4482133e8504eed5e7f333bb42ff4b125343bd71
[ "MIT" ]
7
2020-03-31T21:49:37.000Z
2022-02-06T02:06:20.000Z
PiGraphQlOwinServer/GraphQl/Query.cs
gregorvilkner/PiSystemGraphQL
4482133e8504eed5e7f333bb42ff4b125343bd71
[ "MIT" ]
null
null
null
PiGraphQlOwinServer/GraphQl/Query.cs
gregorvilkner/PiSystemGraphQL
4482133e8504eed5e7f333bb42ff4b125343bd71
[ "MIT" ]
1
2022-02-10T01:08:49.000Z
2022-02-10T01:08:49.000Z
using GraphQL; using GraphQL.Language.AST; using GraphQL.Types; using OSIsoft.AF; using OSIsoft.AF.Asset; using PiGraphQlOwinServer.GraphQl; using PiGraphQlOwinServer.GraphQlModel; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using System.Linq; using ...
35.632979
148
0.54441
3200d1675b20a0e8a98c79084e0f8453d16299c4
882
cs
C#
Assets/Scripts/Enemy/EnemyPolute.cs
hippunk/PlatypusCorp
83074feb71ddb90b5de2243c036af1b651fb49c0
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Enemy/EnemyPolute.cs
hippunk/PlatypusCorp
83074feb71ddb90b5de2243c036af1b651fb49c0
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Enemy/EnemyPolute.cs
hippunk/PlatypusCorp
83074feb71ddb90b5de2243c036af1b651fb49c0
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemyPolute : MonoBehaviour { public string colorTag; public float poluteRate = 1.0f; public GameObject bullet; private BulletFire target = null; // Use this for initialization void Start () { if (target == null) { ...
22.615385
94
0.681406
bf32369889455655156859ebb094124bd71a2811
3,561
cs
C#
Kooboo.CMS/Kooboo.CMS.Sites/Search/PageConverter.cs
royaso/CMS
66b08c010e56ecf4eb7a608cb1498aa9a40fd9b0
[ "BSD-3-Clause" ]
1
2019-03-08T09:32:12.000Z
2019-03-08T09:32:12.000Z
Kooboo.CMS/Kooboo.CMS.Sites/Search/PageConverter.cs
ertan2002/CMS
31f70dcdbc074b2802433b2dcc0ac9fecec3d2b0
[ "BSD-3-Clause" ]
null
null
null
Kooboo.CMS/Kooboo.CMS.Sites/Search/PageConverter.cs
ertan2002/CMS
31f70dcdbc074b2802433b2dcc0ac9fecec3d2b0
[ "BSD-3-Clause" ]
null
null
null
#region License // // Copyright (c) 2013, Kooboo team // // Licensed under the BSD License // See the file LICENSE.txt for details. // #endregion using Kooboo.CMS.Common.Persistence.Non_Relational; using Kooboo.CMS.Search; using Kooboo.CMS.Search.Models; using Kooboo.CMS.Sites.Models; using Kooboo.CMS.Sites.View; u...
33.914286
119
0.569784
13d50df9591327632662565858d95f26cc533c62
554
cs
C#
BioWorld.Application/Tag/Queries/TagDto.cs
Zhilong-Yang/BioWorldBlog
2eed788aaf9363255729b6aca7316098d1294f6e
[ "MIT" ]
null
null
null
BioWorld.Application/Tag/Queries/TagDto.cs
Zhilong-Yang/BioWorldBlog
2eed788aaf9363255729b6aca7316098d1294f6e
[ "MIT" ]
1
2022-03-02T09:20:27.000Z
2022-03-02T09:20:27.000Z
BioWorld.Application/Tag/Queries/TagDto.cs
Zhilong-Yang/BioWorldBlog
2eed788aaf9363255729b6aca7316098d1294f6e
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace BioWorld.Application.Tag.Queries { public class TagDto { public int Id { get; set; } public string TagName { get; set; } public string NormalizedName { get; set; } } public class TagJsonDto { public IReadOnlyList<TagDto...
19.785714
58
0.586643
9246e22644a38f128e4281be61528d5c0e8e4ec8
1,451
cs
C#
BitcoinTransactionTool/Backend/Blockchain/Scripts/Operations/VerifyOp.cs
Makemeproud/BitcoinTransactionTool
0a6ee94eb1b5efc01af45e6ae81884dc0e2308f4
[ "MIT" ]
16
2017-02-03T12:03:00.000Z
2022-01-29T18:14:54.000Z
BitcoinTransactionTool/Backend/Blockchain/Scripts/Operations/VerifyOp.cs
smartcyberhacker/BitcoinTransactionTool
0a6ee94eb1b5efc01af45e6ae81884dc0e2308f4
[ "MIT" ]
3
2018-10-29T03:07:27.000Z
2022-02-15T04:07:47.000Z
BitcoinTransactionTool/Backend/Blockchain/Scripts/Operations/VerifyOp.cs
smartcyberhacker/BitcoinTransactionTool
0a6ee94eb1b5efc01af45e6ae81884dc0e2308f4
[ "MIT" ]
21
2017-12-23T16:03:39.000Z
2022-03-25T09:40:52.000Z
// Bitcoin Transaction Tool // Copyright (c) 2017 Coding Enthusiast // Distributed under the MIT software license, see the accompanying // file LICENCE or http://www.opensource.org/licenses/mit-license.php. namespace BitcoinTransactionTool.Backend.Blockchain.Scripts.Operations { /// <summary> /// Operation to...
35.390244
127
0.585803
132a65ec5a4ed28c7c56f46ecf155a66c3340bf8
3,198
cs
C#
other/Scripts/View/Shop/NpcShopSellElementGrid.cs
fqkw6/RewriteFrame
c17ec2b3e2bb50f3eef7f7538ed84af2aaa7aa72
[ "Apache-2.0" ]
null
null
null
other/Scripts/View/Shop/NpcShopSellElementGrid.cs
fqkw6/RewriteFrame
c17ec2b3e2bb50f3eef7f7538ed84af2aaa7aa72
[ "Apache-2.0" ]
null
null
null
other/Scripts/View/Shop/NpcShopSellElementGrid.cs
fqkw6/RewriteFrame
c17ec2b3e2bb50f3eef7f7538ed84af2aaa7aa72
[ "Apache-2.0" ]
2
2020-07-22T10:23:05.000Z
2020-11-04T10:00:54.000Z
using Assets.Scripts.Define; using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.UI; public class NpcShopSellElementGrid : MonoBehaviour { /// <summary> /// 商品品质 /// </summary> protected Image m_Quality; /// <summary> /// 商品图标 /// <...
35.932584
170
0.651657
5d243ea685a573c7e9820dce57bf1fdb428a5501
2,870
cs
C#
AI4Animation/Assets/Scripts/IK/FootIK.cs
ianxmason/Fewshot_Learning_of_Homogeneous_Human_Locomotion_Styles
7fc993e9f918d30cfc19b6560963d7d7358209e1
[ "MIT" ]
25
2019-01-03T20:10:41.000Z
2022-03-21T06:42:51.000Z
AI4Animation/Assets/Scripts/IK/FootIK.cs
ianxmason/Fewshot_Learning_of_Homogeneous_Human_Locomotion_Styles
7fc993e9f918d30cfc19b6560963d7d7358209e1
[ "MIT" ]
null
null
null
AI4Animation/Assets/Scripts/IK/FootIK.cs
ianxmason/Fewshot_Learning_of_Homogeneous_Human_Locomotion_Styles
7fc993e9f918d30cfc19b6560963d7d7358209e1
[ "MIT" ]
1
2019-03-06T23:39:49.000Z
2019-03-06T23:39:49.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FootIK : MonoBehaviour { public bool AutoUpdate = true; public int Iterations = 10; public Transform Root; public Transform Ankle; public float Radius = 0.1f; public Vector3 Offset = Vector3.zero; public Vector3 Norma...
28.137255
155
0.696864
c2279d0c02e34135cf53c1335dab0fbe3674350c
1,092
cs
C#
sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/ResolveStatus.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
3,268
2015-01-08T04:21:52.000Z
2022-03-31T11:10:48.000Z
sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/ResolveStatus.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
18,748
2015-01-06T00:12:22.000Z
2022-03-31T23:55:50.000Z
sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/ResolveStatus.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
4,179
2015-01-07T20:13:22.000Z
2022-03-31T09:09:02.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // <auto-generated/> #nullable disable namespace Azure.ResourceManager.AppService.Models { /// <summary> The ResolveStatus. </summary> public enum ResolveStatus { /// <summary> Initialized. </summary> ...
29.513514
60
0.612637
b21c6901eb93011ceb7afca84b8b317f844c2490
404
cs
C#
src/Monq.Core.ClickHouseBuffer/Extensions/EventsBufferEngineExtensions.cs
MONQDL/Monq.Core.ClickHouseBuffer
1212c2eedb28f84f0488956745bce39ec9fbbf07
[ "MIT" ]
10
2021-04-01T14:03:25.000Z
2022-01-29T11:35:36.000Z
src/Monq.Core.ClickHouseBuffer/Extensions/EventsBufferEngineExtensions.cs
MONQDL/Monq.Core.ClickHouseBuffer
1212c2eedb28f84f0488956745bce39ec9fbbf07
[ "MIT" ]
null
null
null
src/Monq.Core.ClickHouseBuffer/Extensions/EventsBufferEngineExtensions.cs
MONQDL/Monq.Core.ClickHouseBuffer
1212c2eedb28f84f0488956745bce39ec9fbbf07
[ "MIT" ]
null
null
null
using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; namespace Monq.Core.ClickHouseBuffer.Extensions { public static class EventsBufferEngineExtensions { public static Task AddEvent<T>(this IEventsBufferEngine engine, [NotNull] T message, string tableName) where T : class ...
25.25
110
0.688119
b9f4777f31dcde68324e2f264298da1ed88e4489
2,073
cs
C#
Application/Processor.cs
rblackman/OneThousandWords
85617bbf98b79fb099e08a09e006307883759ea6
[ "Apache-2.0" ]
1
2016-05-07T15:52:44.000Z
2016-05-07T15:52:44.000Z
Application/Processor.cs
rblackman/OneThousandWords
85617bbf98b79fb099e08a09e006307883759ea6
[ "Apache-2.0" ]
null
null
null
Application/Processor.cs
rblackman/OneThousandWords
85617bbf98b79fb099e08a09e006307883759ea6
[ "Apache-2.0" ]
null
null
null
using System; using System.Drawing; using System.Linq; using System.Collections.Generic; using System.IO; namespace Application { public class Processor { private DirectoryInfo InputDirectory { get; set; } private DirectoryInfo OutputDirectory { get; set; } public Processor() { var basePath = Environme...
20.939394
113
0.694163
83249fc34c647a6e9b9ef8407566df043834befd
522
cs
C#
src/OrcaML.Graphics.Shading/Dom/Implementations/ShaderStorageItemExpression.cs
IntelOrca/OrcaML
6065ee7642dc128f3d516264c46b2cd1ae7fc4fd
[ "MIT" ]
null
null
null
src/OrcaML.Graphics.Shading/Dom/Implementations/ShaderStorageItemExpression.cs
IntelOrca/OrcaML
6065ee7642dc128f3d516264c46b2cd1ae7fc4fd
[ "MIT" ]
null
null
null
src/OrcaML.Graphics.Shading/Dom/Implementations/ShaderStorageItemExpression.cs
IntelOrca/OrcaML
6065ee7642dc128f3d516264c46b2cd1ae7fc4fd
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace OrcaML.Graphics.Shading.Dom { internal class ShaderStorageItemExpression : IShaderStorageItemExpression { public IEnumerable<IShaderNode> Children => null; public IShaderStorageItem StorageItem { get; } public ShaderStorageItemExpression(IS...
23.727273
77
0.653257
833bdb1dc01b5f7315a1dbda05235ba4f65e287a
1,926
cs
C#
01. Local/Fundamentals/ReceivingMessasges/HowTo_04_ReceivePredicate/ExampleRootActor1.cs
hhko/Akka.NET-Labs
3fedd526d6ca65f93454403412cbc2958ef066b6
[ "Apache-2.0" ]
12
2019-04-18T09:12:57.000Z
2019-07-26T14:41:01.000Z
01. Local/Fundamentals/ReceivingMessasges/HowTo_04_ReceivePredicate/ExampleRootActor1.cs
hhko/Learning-Akka.NET
3fedd526d6ca65f93454403412cbc2958ef066b6
[ "Apache-2.0" ]
null
null
null
01. Local/Fundamentals/ReceivingMessasges/HowTo_04_ReceivePredicate/ExampleRootActor1.cs
hhko/Learning-Akka.NET
3fedd526d6ca65f93454403412cbc2958ef066b6
[ "Apache-2.0" ]
1
2021-01-21T23:51:25.000Z
2021-01-21T23:51:25.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Akka.Actor; namespace HowTo_04_ReceivePredicate { public class ExampleRootActor1 : ReceiveActor { public static Props Props() { return A...
31.064516
93
0.515576
4bf21e460cc6c182154cc24c93d7cfe9403930d5
1,614
cs
C#
beta-prototype/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.Logic/CapabilityLogic.cs
TrevorDArcyEvans/NHSBuyingCatalogue
77d04e5c18c7045385786fd1adedf7b9876b8bef
[ "MIT" ]
null
null
null
beta-prototype/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.Logic/CapabilityLogic.cs
TrevorDArcyEvans/NHSBuyingCatalogue
77d04e5c18c7045385786fd1adedf7b9876b8bef
[ "MIT" ]
null
null
null
beta-prototype/api/NHSD.GPITF.BuyingCatalog/NHSD.GPITF.BuyingCatalog.Logic/CapabilityLogic.cs
TrevorDArcyEvans/NHSBuyingCatalogue
77d04e5c18c7045385786fd1adedf7b9876b8bef
[ "MIT" ]
2
2019-11-01T11:08:15.000Z
2020-01-31T18:43:21.000Z
using FluentValidation; using Microsoft.AspNetCore.Http; using NHSD.GPITF.BuyingCatalog.Interfaces; using NHSD.GPITF.BuyingCatalog.Models; using System.Collections.Generic; using System.Linq; namespace NHSD.GPITF.BuyingCatalog.Logic { public sealed class CapabilityLogic : LogicBase, ICapabilityLogic { private...
25.619048
88
0.71995
4627c1362f48026574df7f9bc1c654a0abf0101c
4,908
cs
C#
src/Itinero.IO.Osm/Nodes/DynamicVehicleNodeTagProcessor.cs
itinero/itnero
fe1a22ca5d4d67932c49983c5bf874db8c5e6f11
[ "Apache-2.0" ]
182
2016-05-13T19:20:52.000Z
2022-03-28T12:28:29.000Z
src/Itinero.IO.Osm/Nodes/DynamicVehicleNodeTagProcessor.cs
itinero/itnero
fe1a22ca5d4d67932c49983c5bf874db8c5e6f11
[ "Apache-2.0" ]
336
2016-03-14T12:41:58.000Z
2022-03-31T11:33:57.000Z
TCCC/RouteComputingServer/src/Itinero.IO.Osm/Nodes/DynamicVehicleNodeTagProcessor.cs
andreitudorica/Licence-Thesis-UTCN
7402553b50a3d666c6d6b0bf2051a3be460932f8
[ "BSD-4-Clause-UC" ]
72
2016-07-25T16:26:47.000Z
2022-03-31T21:37:15.000Z
/* * Licensed to SharpSoftware under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * SharpSoftware licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not us...
32.289474
115
0.559698
4a7b6ba7b8d06665fcdc79e864c21ce59037e2f5
5,751
cs
C#
Assets/Scripts/GameState.cs
DimChristodoulou/CardProject
691b84cb5b6cfda089e2e43c983a6f843563c6b4
[ "Apache-2.0" ]
1
2018-07-03T01:36:02.000Z
2018-07-03T01:36:02.000Z
Assets/Scripts/GameState.cs
DimChristodoulou/CardProject
691b84cb5b6cfda089e2e43c983a6f843563c6b4
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/GameState.cs
DimChristodoulou/CardProject
691b84cb5b6cfda089e2e43c983a6f843563c6b4
[ "Apache-2.0" ]
3
2017-12-10T17:23:37.000Z
2019-02-17T15:12:25.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class GameState : MonoBehaviour { //This is the class to handle board, check board conditions (can monster move/summon) where it wants etc //Also initiates and controls game flow (who plays, time etc). //all...
33.436047
122
0.684403
4ceee3da6e394ef7362aed0427a0908389f864a6
885
cs
C#
AIBlog-IntelligentTravelJournal/JournalHelper/FotoFly/ImageProperties.cs
Yonet/AIDeveloperResources
ed69568ac224172574950cab42a1af69bda5f84c
[ "MIT" ]
8
2021-01-20T06:44:12.000Z
2021-11-09T11:41:44.000Z
AIBlog-IntelligentTravelJournal/JournalHelper/FotoFly/ImageProperties.cs
Yonet/AIDeveloperResources
ed69568ac224172574950cab42a1af69bda5f84c
[ "MIT" ]
null
null
null
AIBlog-IntelligentTravelJournal/JournalHelper/FotoFly/ImageProperties.cs
Yonet/AIDeveloperResources
ed69568ac224172574950cab42a1af69bda5f84c
[ "MIT" ]
3
2021-01-20T04:38:29.000Z
2022-02-08T03:19:46.000Z
using Fotofly; using System; using System.Collections.Generic; using System.Text; namespace JournalHelper { class ImageProperties { public static void SetPhotoTags(string inputFile, List<string> tags) { JpgPhoto jpgPhoto = new JpgPhoto(inputFile); // TODO: BUGBUG: Ch...
30.517241
116
0.640678
9883a21024b0e8d09f9d3359870f5a4abfb24454
486
cs
C#
src/Database/Repositories/IUnitOfWork.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
6
2016-07-27T17:54:36.000Z
2021-04-12T12:03:17.000Z
src/Database/Repositories/IUnitOfWork.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
3
2016-09-08T16:11:40.000Z
2018-01-02T12:21:08.000Z
src/Database/Repositories/IUnitOfWork.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
11
2016-07-30T00:27:48.000Z
2021-02-08T04:43:30.000Z
using Qubiz.QuizEngine.Database.Repositories.Section.Contract; using System; using System.Threading.Tasks; namespace Qubiz.QuizEngine.Database.Repositories { public interface IUnitOfWork : IDisposable { IAdminRepository AdminRepository { get; } IFeatureFlagRepository FeatureFlagRepository { get; } IQues...
28.588235
64
0.779835
99ebdbb3da15d41b49c7b84dfdafaae418c04c38
1,143
cs
C#
src/ShooterGame.Windows/Core/SpriteBatchWrapper.cs
bendetat/monogame-tw-tutorial
02000b940a0b0470a5b3ffb66618a54d52378d0b
[ "Apache-2.0" ]
1
2015-08-09T12:45:56.000Z
2015-08-09T12:45:56.000Z
src/ShooterGame.Windows/Core/SpriteBatchWrapper.cs
becdetat/monogame-tw-tutorial
02000b940a0b0470a5b3ffb66618a54d52378d0b
[ "Apache-2.0" ]
null
null
null
src/ShooterGame.Windows/Core/SpriteBatchWrapper.cs
becdetat/monogame-tw-tutorial
02000b940a0b0470a5b3ffb66618a54d52378d0b
[ "Apache-2.0" ]
1
2015-10-15T20:17:50.000Z
2015-10-15T20:17:50.000Z
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using ShooterGame.Windows.Configuration; namespace ShooterGame.Windows.Core { internal class SpriteBatchWrapper : ISpriteBatch, IRegistering { private readonly SpriteBatch _spriteBatch; public SpriteBatchWrapper(Sp...
27.878049
116
0.649169
d164718c7e1fb1f463b518194f73a6c92869642c
1,205
cs
C#
WalletBuddy/Forms/UserIncome.cs
TangoRomeo80/CSharp-final-project
106dd08c25874e8811d650f8491ce6a723f71dec
[ "MIT" ]
null
null
null
WalletBuddy/Forms/UserIncome.cs
TangoRomeo80/CSharp-final-project
106dd08c25874e8811d650f8491ce6a723f71dec
[ "MIT" ]
null
null
null
WalletBuddy/Forms/UserIncome.cs
TangoRomeo80/CSharp-final-project
106dd08c25874e8811d650f8491ce6a723f71dec
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using WalletBuddy.Executor; using WalletBuddy.Model; namespace WalletBuddy.Forms { public partial clas...
23.627451
147
0.699585
84b218440079833e76fbc3112257bc2ca47b32f8
823
cs
C#
CutTheRope/Assets/Resources/Scripts/GameScripts/ShowBonus.cs
SynysterRev/CutTheRope
50c746e4f4be8ee724a65b3900ac71f7651327c8
[ "MIT" ]
null
null
null
CutTheRope/Assets/Resources/Scripts/GameScripts/ShowBonus.cs
SynysterRev/CutTheRope
50c746e4f4be8ee724a65b3900ac71f7651327c8
[ "MIT" ]
null
null
null
CutTheRope/Assets/Resources/Scripts/GameScripts/ShowBonus.cs
SynysterRev/CutTheRope
50c746e4f4be8ee724a65b3900ac71f7651327c8
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ShowBonus : MonoBehaviour { Image[] images; // Use this for initialization void Start() { images = GetComponentsInChildren<Image>(); for (int i = 0; i < images.Length; i++)...
22.243243
100
0.586877
2a0ecdfe860e74b2caf1dbbbcf9e48f27ab2311b
125
cs
C#
Models/ReservationDTO.cs
FullerD3V/API-Interfaces
c2cb24936a0c282a91a91c0e4a69041cb1adb616
[ "MIT" ]
null
null
null
Models/ReservationDTO.cs
FullerD3V/API-Interfaces
c2cb24936a0c282a91a91c0e4a69041cb1adb616
[ "MIT" ]
null
null
null
Models/ReservationDTO.cs
FullerD3V/API-Interfaces
c2cb24936a0c282a91a91c0e4a69041cb1adb616
[ "MIT" ]
null
null
null
public class ReservationDTO : BaseReservationDTO { public ReservationDTO() { } public int Id { get; set; } }
15.625
48
0.64
15a1f9fc60256cc0bf436e74f5a57aecb28541f5
17,997
cs
C#
Gorgon/Gorgon.Renderers/IO.Gorgon2D/Codecs/_Internal/v2/GorgonChunkReader.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
55
2015-01-15T15:39:54.000Z
2022-01-04T14:05:34.000Z
Gorgon/Gorgon.Renderers/IO.Gorgon2D/Codecs/_Internal/v2/GorgonChunkReader.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
35
2015-08-22T08:03:17.000Z
2021-10-10T05:28:45.000Z
Gorgon/Gorgon.Renderers/IO.Gorgon2D/Codecs/_Internal/v2/GorgonChunkReader.cs
Tape-Worm/Gorgon
d97fcda489684743f5562f12d915ad02b4ef7f9a
[ "MIT" ]
11
2017-10-10T22:48:47.000Z
2021-12-08T10:09:19.000Z
#region MIT. // // Gorgon. // Copyright (C) 2013 Michael Winsor // // 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...
40.261745
171
0.592821
5ffdfe999962f58741510c0bab7b10313c886a2b
1,270
cs
C#
E-StoreSolution/E-Store.DataAccess/Repositories/DBRepository/OrderRepository.cs
martinst93/ASP.NET-MVC
28e55b10ca2aa2c2eb1550b5299efec1ed1e53d1
[ "MIT" ]
null
null
null
E-StoreSolution/E-Store.DataAccess/Repositories/DBRepository/OrderRepository.cs
martinst93/ASP.NET-MVC
28e55b10ca2aa2c2eb1550b5299efec1ed1e53d1
[ "MIT" ]
null
null
null
E-StoreSolution/E-Store.DataAccess/Repositories/DBRepository/OrderRepository.cs
martinst93/ASP.NET-MVC
28e55b10ca2aa2c2eb1550b5299efec1ed1e53d1
[ "MIT" ]
null
null
null
using E_Store.Domain.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace E_Store.DataAccess.Repositories.DBRepository { public class OrderRepository : IRepository<Order> { public void DeleteById(int id) { ...
23.962264
81
0.537795
8100dc64e664dfb283045bb19320d9fccdf5f405
4,830
cs
C#
MeadCo.ScriptXConfigHandler/PrintServiceConfiguration.cs
MeadCo/ScriptXConfig
dae0c89927ac761c3bdabb546c4426329bd45040
[ "MIT" ]
null
null
null
MeadCo.ScriptXConfigHandler/PrintServiceConfiguration.cs
MeadCo/ScriptXConfig
dae0c89927ac761c3bdabb546c4426329bd45040
[ "MIT" ]
null
null
null
MeadCo.ScriptXConfigHandler/PrintServiceConfiguration.cs
MeadCo/ScriptXConfig
dae0c89927ac761c3bdabb546c4426329bd45040
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Text; using System.Threading.Tasks; using MeadCo.ScriptX.Convertors; using MeadCo.ScriptX.Helpers; using MeadCo.ScriptX.Validator...
32.416107
146
0.536646
533ef76bb3fa46bae2d9007bf13c7a5da34b1e3e
2,239
cs
C#
orig-src/Algorithm.CSharp/UserDefinedUniverseAlgorithm.cs
aricooperman/jLean
e5ac3b52415ade45a0bc14c948ef3869e33d2257
[ "Apache-2.0" ]
null
null
null
orig-src/Algorithm.CSharp/UserDefinedUniverseAlgorithm.cs
aricooperman/jLean
e5ac3b52415ade45a0bc14c948ef3869e33d2257
[ "Apache-2.0" ]
null
null
null
orig-src/Algorithm.CSharp/UserDefinedUniverseAlgorithm.cs
aricooperman/jLean
e5ac3b52415ade45a0bc14c948ef3869e33d2257
[ "Apache-2.0" ]
null
null
null
/* * QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals. * Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
34.984375
85
0.635552
b72631586f37fd498ea6035b53d5797a11ef567c
2,492
cs
C#
Assets/SsitEngineAssets/Runtime/World/Object/Charater/CharacterState/CharacterStateWPipeAttach.cs
jojo-WJ/SsitEngine
b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23
[ "BSD-2-Clause" ]
2
2020-03-08T14:54:37.000Z
2020-08-08T08:58:01.000Z
Assets/SsitEngineAssets/Runtime/World/Object/Charater/CharacterState/CharacterStateWPipeAttach.cs
jojo-WJ/SsitEngine
b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23
[ "BSD-2-Clause" ]
null
null
null
Assets/SsitEngineAssets/Runtime/World/Object/Charater/CharacterState/CharacterStateWPipeAttach.cs
jojo-WJ/SsitEngine
b3d3e6e3d6299c0c1a2a8556d7f5cfcbfa53af23
[ "BSD-2-Clause" ]
null
null
null
using Framework.SceneObject; using SsitEngine.Fsm; namespace SsitEngine.Unity.SceneObject { public class CharacterStateWPipeAttach : CharacterState { public CharacterStateWPipeAttach( Character player, string animName = "", int animLayer = 0 ) : base(player, EN_CharacterActionState.EN_CHA_...
39.555556
119
0.596308
c4479a7b5e4305afd779697551294026c91bbe36
1,897
cs
C#
ReporterNext/Components/NetworkRouteAuthorization.cs
acid-chicken/ReporterNext
56101574bf83f862804cb6e37b1f058df1d48278
[ "MIT" ]
null
null
null
ReporterNext/Components/NetworkRouteAuthorization.cs
acid-chicken/ReporterNext
56101574bf83f862804cb6e37b1f058df1d48278
[ "MIT" ]
84
2018-11-06T02:45:18.000Z
2021-07-13T20:14:57.000Z
ReporterNext/Components/NetworkRouteAuthorization.cs
acid-chicken/ReporterNext
56101574bf83f862804cb6e37b1f058df1d48278
[ "MIT" ]
null
null
null
using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; namespace ReporterNext.Components { public interface INetworkRouteAuthorization { string Name { get; } string Value { get; } ...
28.313433
135
0.645756
15ed3c64bea8d54d8ea05232b43fe3efccccd1f1
1,009
cs
C#
Framework/Atf.Gui.Wpf/ValueConverters/DomDataTemplateSelector.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
2
2019-05-23T20:39:31.000Z
2019-05-24T13:59:49.000Z
Framework/Atf.Gui.Wpf/ValueConverters/DomDataTemplateSelector.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
null
null
null
Framework/Atf.Gui.Wpf/ValueConverters/DomDataTemplateSelector.cs
syedharoonalam/ATF
26a8de2faaf8b0778d885b1be26e555a9f5d0c8b
[ "Apache-2.0" ]
1
2022-02-26T12:59:21.000Z
2022-02-26T12:59:21.000Z
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System.Windows; using System.Windows.Controls; using Sce.Atf.Adaptation; using Sce.Atf.Dom; namespace Sce.Atf.Wpf.ValueConverters { /// <summary> /// DataTemplateSelector for DomNodes which checks the type metadata...
32.548387
97
0.617443
06c06a4c3dd7ead4662ed1b4aeedb5cbdbf85faa
2,530
cs
C#
src/GetInheritanceType/AssemblyUtils.cs
ytyaru/CSharp.GetInheritanceType.Tree.20191109142150
fdcc0d38728c81096b4081b848ab84406d693ca5
[ "CC0-1.0" ]
null
null
null
src/GetInheritanceType/AssemblyUtils.cs
ytyaru/CSharp.GetInheritanceType.Tree.20191109142150
fdcc0d38728c81096b4081b848ab84406d693ca5
[ "CC0-1.0" ]
null
null
null
src/GetInheritanceType/AssemblyUtils.cs
ytyaru/CSharp.GetInheritanceType.Tree.20191109142150
fdcc0d38728c81096b4081b848ab84406d693ca5
[ "CC0-1.0" ]
null
null
null
using System; using System.Linq; using System.Reflection; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; // ReadOnlyCollection namespace GetInheritanceType { public static class AssemblyUtils { // 指定した型を継承した子型を返す。(直下の子のみ。子孫以下であっても対象外) ...
35.138889
101
0.551779
7fc7955606c24a97fc85789363734a096bb751ba
615
cs
C#
src/EtlLib/Support/BlockingWaitSignaller.cs
dabaus/EtlLib
5ad13795cc8e467cb555008108df6255f94b7856
[ "MIT" ]
10
2018-02-10T21:24:46.000Z
2021-11-15T10:44:21.000Z
src/EtlLib/Support/BlockingWaitSignaller.cs
dabaus/EtlLib
5ad13795cc8e467cb555008108df6255f94b7856
[ "MIT" ]
2
2018-07-02T12:49:50.000Z
2018-09-12T08:38:33.000Z
src/EtlLib/Support/BlockingWaitSignaller.cs
dabaus/EtlLib
5ad13795cc8e467cb555008108df6255f94b7856
[ "MIT" ]
5
2018-03-01T13:52:41.000Z
2021-07-28T08:08:02.000Z
using System.Threading; using EtlLib.Nodes; namespace EtlLib.Support { public class BlockingWaitSignaller : INodeWaitSignaller, INodeWaiter { private readonly ManualResetEventSlim _resetEvent; public BlockingWaitSignaller() { _resetEvent = new ManualResetEventSl...
20.5
73
0.531707