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
9534a7bb4657a3dea27a9a268e8454bd8326fbae
1,100
cs
C#
SimpleRemoteMethods.Bases/UserTokenRequest.cs
noant/SimpleRemoteMehtods
1f16e905b2d9929ac22053cc6bac0187fb2939a0
[ "Apache-2.0" ]
null
null
null
SimpleRemoteMethods.Bases/UserTokenRequest.cs
noant/SimpleRemoteMehtods
1f16e905b2d9929ac22053cc6bac0187fb2939a0
[ "Apache-2.0" ]
null
null
null
SimpleRemoteMethods.Bases/UserTokenRequest.cs
noant/SimpleRemoteMehtods
1f16e905b2d9929ac22053cc6bac0187fb2939a0
[ "Apache-2.0" ]
null
null
null
using ProtoBuf; namespace SimpleRemoteMethods.Bases { /// <summary> /// Request for server to get user token /// </summary> [ProtoContract] public class UserTokenRequest { /// <summary> /// Unique id of request /// </summary> [ProtoMember(1)] public stri...
28.205128
106
0.567273
ac3e06b0e594dc8c4aa8544ba7ce2375387c5f64
723
cs
C#
Geodex/Surfaces/Open/Enneper_B.cs
interopxyz/GeoDex
2c803a6c1809a8bf35888b32f95c1e368ff6c0d2
[ "MIT" ]
4
2019-07-28T04:06:10.000Z
2019-08-18T11:17:17.000Z
Geodex/Surfaces/Open/Enneper_B.cs
interopxyz/GeoDex
2c803a6c1809a8bf35888b32f95c1e368ff6c0d2
[ "MIT" ]
null
null
null
Geodex/Surfaces/Open/Enneper_B.cs
interopxyz/GeoDex
2c803a6c1809a8bf35888b32f95c1e368ff6c0d2
[ "MIT" ]
3
2020-04-21T18:35:35.000Z
2020-11-24T08:24:00.000Z
using System; namespace Geodex.Surfaces.Open { public class Enneper_B : Field { #region members #endregion #region constructors public Enneper_B() : base() { } public Enneper_B(UV uv) : base() { this.U = uv.U; this.V...
16.431818
80
0.437068
e255810cf86858c3a95f1e9a20e6cfb24b6a5666
579
cs
C#
L1_T1/Program.cs
doXi70/Homework_SoftUni
9b8b0a7364a7f72036e4b7cac089a799de891c4e
[ "MIT" ]
1
2019-04-09T19:53:54.000Z
2019-04-09T19:53:54.000Z
L1_T1/Program.cs
doXi70/Homework_SoftUni
9b8b0a7364a7f72036e4b7cac089a799de891c4e
[ "MIT" ]
null
null
null
L1_T1/Program.cs
doXi70/Homework_SoftUni
9b8b0a7364a7f72036e4b7cac089a799de891c4e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace L1_T1 { class Program { static void Main(string[] args) { int firstNumber = int.Parse(Console.ReadLine()); int secondNumber = int.Parse(Console....
25.173913
103
0.626943
480a3b960deb32a87faa3b8ffca69a14ac44d3e5
1,531
cs
C#
framework/Furion/DatabaseAccessor/Internal/ProcedureOutputResult.cs
Glepooek/Furion
277d91be3770a328796fbb10afdd37f1b311a87e
[ "MulanPSL-1.0" ]
null
null
null
framework/Furion/DatabaseAccessor/Internal/ProcedureOutputResult.cs
Glepooek/Furion
277d91be3770a328796fbb10afdd37f1b311a87e
[ "MulanPSL-1.0" ]
null
null
null
framework/Furion/DatabaseAccessor/Internal/ProcedureOutputResult.cs
Glepooek/Furion
277d91be3770a328796fbb10afdd37f1b311a87e
[ "MulanPSL-1.0" ]
null
null
null
// Copyright (c) 2020-2022 百小僧, Baiqian Co.,Ltd. // Furion is licensed under Mulan PSL v2. // You can use this software according to the terms and conditions of the Mulan PSL v2. // You may obtain a copy of Mulan PSL v2 at: // https://gitee.com/dotnetchina/Furion/blob/master/LICENSE // THIS SOFTWARE IS PRO...
26.396552
204
0.662965
62feea21012526a9d91df9943230306ffc12ef23
24,041
cs
C#
src/Bluestacks/BlueStacks/BlueStacksUI/FrontendHandler.cs
YehudaEi/Bluestacks-source-code
eab0ab3a83917bbe6c5631964bbda85a014e76c8
[ "MIT" ]
8
2021-01-21T21:52:35.000Z
2021-12-18T03:46:21.000Z
src/Bluestacks/BlueStacks/BlueStacksUI/FrontendHandler.cs
YehudaEi/Bluestacks-source-code
eab0ab3a83917bbe6c5631964bbda85a014e76c8
[ "MIT" ]
null
null
null
src/Bluestacks/BlueStacks/BlueStacksUI/FrontendHandler.cs
YehudaEi/Bluestacks-source-code
eab0ab3a83917bbe6c5631964bbda85a014e76c8
[ "MIT" ]
4
2021-02-03T08:36:46.000Z
2021-11-05T04:00:41.000Z
// Decompiled with JetBrains decompiler // Type: BlueStacks.BlueStacksUI.FrontendHandler // Assembly: Bluestacks, Version=4.250.0.1070, Culture=neutral, PublicKeyToken=null // MVID: 99F027F6-79F1-4BCA-896C-81F7B404BE8F // Assembly location: C:\Program Files\BlueStacks\Bluestacks.exe using BlueStacks.Common; using New...
43.16158
432
0.621688
1aaf16c2549f7771b9c72472f88daad2f96b9178
8,337
cs
C#
AngleSharp/Parser/BaseTokenizer.cs
Livven/AngleSharp
9b066100515dc7138a44c8ca6e81a8d109f923dd
[ "MIT" ]
null
null
null
AngleSharp/Parser/BaseTokenizer.cs
Livven/AngleSharp
9b066100515dc7138a44c8ca6e81a8d109f923dd
[ "MIT" ]
null
null
null
AngleSharp/Parser/BaseTokenizer.cs
Livven/AngleSharp
9b066100515dc7138a44c8ca6e81a8d109f923dd
[ "MIT" ]
null
null
null
namespace AngleSharp.Parser { using AngleSharp.Events; using AngleSharp.Extensions; using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; /// <summary> /// Common methods and variables of all tokenizers. /// </summary> [DebuggerStepThrough...
26.299685
143
0.483147
e7e2f91de4d50ac36acff6ba21db1b681456d178
94,352
cs
C#
core/StreamConfig.cs
mmoron/kafka-streams-dotnet
be96e15e790f9f3985479c56189651a30dc20eb5
[ "MIT" ]
null
null
null
core/StreamConfig.cs
mmoron/kafka-streams-dotnet
be96e15e790f9f3985479c56189651a30dc20eb5
[ "MIT" ]
null
null
null
core/StreamConfig.cs
mmoron/kafka-streams-dotnet
be96e15e790f9f3985479c56189651a30dc20eb5
[ "MIT" ]
null
null
null
using Confluent.Kafka; using Streamiz.Kafka.Net.Crosscutting; using Streamiz.Kafka.Net.Errors; using Streamiz.Kafka.Net.Processors; using Streamiz.Kafka.Net.Processors.Internal; using Streamiz.Kafka.Net.SerDes; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Streamiz.Ka...
45.231064
470
0.607682
f14573fc178bc1614be5bda4523d8980082684e7
1,057
cs
C#
Infrastructure/Library.Unit/Extensions/ForEachWithLastTests.cs
lincolnpires/DDD.Enterprise.Example
692ac2e810bfac0c0486b00a7bdf438eab325588
[ "MIT" ]
161
2015-01-10T23:37:49.000Z
2020-06-29T02:46:11.000Z
Infrastructure/Library.Unit/Extensions/ForEachWithLastTests.cs
virajs/DDD.Enterprise.Example
692ac2e810bfac0c0486b00a7bdf438eab325588
[ "MIT" ]
null
null
null
Infrastructure/Library.Unit/Extensions/ForEachWithLastTests.cs
virajs/DDD.Enterprise.Example
692ac2e810bfac0c0486b00a7bdf438eab325588
[ "MIT" ]
42
2015-04-10T08:09:55.000Z
2020-01-13T07:02:29.000Z
using Demo.Library.Extensions; using NUnit.Framework; using System; using System.Collections.Generic; namespace Demo.Library.Unit.Extensions { [TestFixture] public class ForEachWithLastTests { private List<Int32> data; [SetUp] public void Setup() { data = new L...
22.020833
58
0.435194
ddc398fbd7fd28982fc3aee04a8e6c3d4194524c
3,805
cs
C#
source/Bundling/Internal/DefaultBundleBuilder.cs
nobin0007/bundling
36b2dda964a840448b3be84b607e8a4755cbfd20
[ "MIT" ]
1
2019-07-08T07:25:57.000Z
2019-07-08T07:25:57.000Z
source/Bundling/Internal/DefaultBundleBuilder.cs
nobin0007/bundling
36b2dda964a840448b3be84b607e8a4755cbfd20
[ "MIT" ]
null
null
null
source/Bundling/Internal/DefaultBundleBuilder.cs
nobin0007/bundling
36b2dda964a840448b3be84b607e8a4755cbfd20
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using System.Threading.Tasks.Dataflow; namespace Karambolo.AspNetCore.Bundling.Internal { public class DefaultBundleBuilder : IBundleBuilder { protected virtual void CreateItemTransformPipeline(IBundleBuilderContext con...
36.238095
170
0.562681
fb1f655ec09214c66c78a4c441374909941c63e8
1,062
cs
C#
sdk/dotnet/DynamoDB/Outputs/TableReplica.cs
alexbowers/pulumi-aws
7dbdb03b1e4f7c0d51d5b5d17233ff4465c3eff5
[ "ECL-2.0", "Apache-2.0" ]
260
2018-06-18T14:57:00.000Z
2022-03-29T11:41:03.000Z
sdk/dotnet/DynamoDB/Outputs/TableReplica.cs
alexbowers/pulumi-aws
7dbdb03b1e4f7c0d51d5b5d17233ff4465c3eff5
[ "ECL-2.0", "Apache-2.0" ]
1,154
2018-06-19T20:38:20.000Z
2022-03-31T19:48:16.000Z
sdk/dotnet/DynamoDB/Outputs/TableReplica.cs
alexbowers/pulumi-aws
7dbdb03b1e4f7c0d51d5b5d17233ff4465c3eff5
[ "ECL-2.0", "Apache-2.0" ]
115
2018-06-28T03:20:27.000Z
2022-03-29T11:41:06.000Z
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
28.702703
128
0.629944
222b75539063c0d916a74f0ecbce1e2cbe9e5d74
6,149
cs
C#
Tyr/Tasks/DefendBansheeTask.cs
SimonPrins/TyrSc2
bca42ab0a209308ba626c9b25fda44632a7b7543
[ "MIT" ]
19
2018-10-21T09:12:46.000Z
2021-06-06T08:37:48.000Z
Tyr/Tasks/DefendBansheeTask.cs
SimonPrins/TyrSc2
bca42ab0a209308ba626c9b25fda44632a7b7543
[ "MIT" ]
null
null
null
Tyr/Tasks/DefendBansheeTask.cs
SimonPrins/TyrSc2
bca42ab0a209308ba626c9b25fda44632a7b7543
[ "MIT" ]
10
2018-11-12T17:07:10.000Z
2021-06-06T08:37:48.000Z
using SC2APIProtocol; using System; using System.Collections.Generic; using SC2Sharp.Agents; using SC2Sharp.Managers; using SC2Sharp.Util; namespace SC2Sharp.Tasks { class DefendBansheeTask : Task { public static DefendBansheeTask Task = new DefendBansheeTask(); ulong TargetTag = 0; Un...
32.193717
120
0.453407
44e63790070992091c1b2c8da9afb85ab8cb6001
2,108
cs
C#
src/Umbraco.Infrastructure/Persistence/Dtos/UserStartNodeDto.cs
mehrdadab/Umbraco-CMS
4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8
[ "MIT" ]
1
2020-07-17T09:05:54.000Z
2020-07-17T09:05:54.000Z
src/Umbraco.Infrastructure/Persistence/Dtos/UserStartNodeDto.cs
mehrdadab/Umbraco-CMS
4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8
[ "MIT" ]
null
null
null
src/Umbraco.Infrastructure/Persistence/Dtos/UserStartNodeDto.cs
mehrdadab/Umbraco-CMS
4238e2a4f3a418c8d8cb68f8efdc59b83ce768d8
[ "MIT" ]
null
null
null
using System; using NPoco; using Umbraco.Cms.Infrastructure.Persistence.DatabaseAnnotations; namespace Umbraco.Cms.Infrastructure.Persistence.Dtos { [TableName(Cms.Core.Constants.DatabaseSchema.Tables.UserStartNode)] [PrimaryKey("id", AutoIncrement = true)] [ExplicitColumns] public class UserStartNodeD...
31
143
0.608159
784c1ee1a31d90f2d58c55eeda0511228676180d
4,009
cs
C#
Libraries/AspNetCore.Service/Tracing/TracingMiddleware.cs
krzysztofdudek/DecoupleIt
6783e3c2c265eb223a791fad6c67eeb80d93b6f5
[ "MIT" ]
null
null
null
Libraries/AspNetCore.Service/Tracing/TracingMiddleware.cs
krzysztofdudek/DecoupleIt
6783e3c2c265eb223a791fad6c67eeb80d93b6f5
[ "MIT" ]
8
2020-11-26T20:33:11.000Z
2020-12-03T15:34:17.000Z
Libraries/AspNetCore.Service/Tracing/TracingMiddleware.cs
krzysztofdudek/DecoupleIt
6783e3c2c265eb223a791fad6c67eeb80d93b6f5
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using GS.DecoupleIt.DependencyInjection.Automatic; using GS.DecoupleIt.Shared; using GS.DecoupleIt.Tracing; using JetBrains.Annotations; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Options; using Microsoft.Extensions.Primitives; namespace ...
45.044944
135
0.569219
2d499ca5d9bf27483513b674182e073de3cd2616
1,195
cs
C#
src/Dynatrace.Net/Common/Converters/PluginStatesConverter.cs
lvermeulen/Dynatrace.Net
9bb05f351589d1faf23bf54da40df7f64846ba31
[ "MIT" ]
1
2021-09-03T07:13:20.000Z
2021-09-03T07:13:20.000Z
src/Dynatrace.Net/Common/Converters/PluginStatesConverter.cs
lvermeulen/Dynatrace.Net
9bb05f351589d1faf23bf54da40df7f64846ba31
[ "MIT" ]
50
2020-10-21T11:02:35.000Z
2021-03-04T14:09:15.000Z
src/Dynatrace.Net/Common/Converters/PluginStatesConverter.cs
lvermeulen/Dynatrace.Net
9bb05f351589d1faf23bf54da40df7f64846ba31
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Dynatrace.Net.Configuration.Plugins.Models; namespace Dynatrace.Net.Common.Converters { public class PluginStatesConverter : JsonEnumConverter<PluginStates> { private static readonly Dictionary<PluginStates, string> s_pairs = new Dictionary<PluginStates, string> {...
38.548387
106
0.742259
51284a1df05a101e4e1f830ce51dcc48aac79e1d
923
cs
C#
src/Workspaces/Core/Portable/Shared/Extensions/ISyntaxFactsServiceExtensions.cs
svick/roslyn-not-a-fork
c2f0b6982b09586a4a3dcc4ea364c30364647239
[ "Apache-2.0" ]
null
null
null
src/Workspaces/Core/Portable/Shared/Extensions/ISyntaxFactsServiceExtensions.cs
svick/roslyn-not-a-fork
c2f0b6982b09586a4a3dcc4ea364c30364647239
[ "Apache-2.0" ]
null
null
null
src/Workspaces/Core/Portable/Shared/Extensions/ISyntaxFactsServiceExtensions.cs
svick/roslyn-not-a-fork
c2f0b6982b09586a4a3dcc4ea364c30364647239
[ "Apache-2.0" ]
null
null
null
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.LanguageServices; namespace Microsoft.CodeAnalysis.Shared.Extensions { internal static class ISyntaxFactsServiceExtensions ...
38.458333
161
0.698808
332126d08d9b91df13152527acebba3b3b584fdc
2,315
cs
C#
src/Huge Code Base/Open Judge System/Web/OJS.Web/Areas/Administration/ViewModels/ContestQuestionAnswer/ContestQuestionAnswerViewModel.cs
gnusmas12/MyTested.AspNet.TV
76e243ef3f8aa1c1d19f4ab453c7f7b2692ed33e
[ "MIT" ]
439
2019-11-22T12:07:09.000Z
2021-06-14T02:24:50.000Z
src/Huge Code Base/Open Judge System/Web/OJS.Web/Areas/Administration/ViewModels/ContestQuestionAnswer/ContestQuestionAnswerViewModel.cs
gnusmas12/MyTested.AspNet.TV
76e243ef3f8aa1c1d19f4ab453c7f7b2692ed33e
[ "MIT" ]
2
2020-02-23T13:34:15.000Z
2021-02-22T10:56:07.000Z
src/Huge Code Base/Open Judge System/Web/OJS.Web/Areas/Administration/ViewModels/ContestQuestionAnswer/ContestQuestionAnswerViewModel.cs
gnusmas12/MyTested.AspNet.TV
76e243ef3f8aa1c1d19f4ab453c7f7b2692ed33e
[ "MIT" ]
65
2019-12-16T08:17:50.000Z
2021-06-04T07:54:31.000Z
namespace OJS.Web.Areas.Administration.ViewModels.ContestQuestionAnswer { using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq.Expressions; using System.Web.Mvc; using OJS.Common; using OJS.Common.DataAnnotations; using OJS.Data.Mode...
36.171875
103
0.630238
b5e430d974e8d1f412a0939d0757e6a9e97e6a58
1,861
cs
C#
Sources/Micon/Bitmaps/MacBitmap.cs
dotnet-ad/Micon
b08b9224e60c4ef1af4c7ec4ce56a8a80a4c3f9b
[ "MIT" ]
1
2019-08-13T01:07:55.000Z
2019-08-13T01:07:55.000Z
Sources/Micon/Bitmaps/MacBitmap.cs
aloisdeniel/Micon
b08b9224e60c4ef1af4c7ec4ce56a8a80a4c3f9b
[ "MIT" ]
null
null
null
Sources/Micon/Bitmaps/MacBitmap.cs
aloisdeniel/Micon
b08b9224e60c4ef1af4c7ec4ce56a8a80a4c3f9b
[ "MIT" ]
1
2020-12-22T20:13:57.000Z
2020-12-22T20:13:57.000Z
namespace Micon.Mac.Bitmaps { using System; using System.Linq; using System.Threading.Tasks; using AppKit; using CoreGraphics; using Foundation; using Portable; using Micon.Portable.Generation; using Portable.Bitmaps; public class MacBitmap : IBitmap { public MacBitmap(string path, int width, int height)...
21.639535
129
0.688877
65641d369bf76661d72f54616f9681a6123c606a
275
cs
C#
_no_namespace/MapObjectDatas.MapObjectData.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
1
2021-06-21T11:34:02.000Z
2021-06-21T11:34:02.000Z
_no_namespace/MapObjectDatas.MapObjectData.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
_no_namespace/MapObjectDatas.MapObjectData.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
[Serializable] public struct MapObjectDatas.MapObjectData // TypeDefIndex: 8496 { // Fields public string PlaceNameId; // 0x0 public string MiniIconName; // 0x8 public string TypeNameId; // 0x10 public string ExplainNameTextId; // 0x18 public Place PlaceId; // 0x20 }
22.916667
64
0.752727
a761bc038247639dab6875094e7d7e8eedb5d57f
2,754
cs
C#
WalletWasabi.Tests/UnitTests/Crypto/ZeroKnowledge/KnowledgeOfDlogTests.cs
soosr/WalletWasabi
1be07b20be7d1204eb148b3b8a71a6637d0004ba
[ "MIT" ]
1,517
2018-04-10T04:48:37.000Z
2022-03-31T07:57:43.000Z
WalletWasabi.Tests/UnitTests/Crypto/ZeroKnowledge/KnowledgeOfDlogTests.cs
soosr/WalletWasabi
1be07b20be7d1204eb148b3b8a71a6637d0004ba
[ "MIT" ]
4,940
2018-04-09T10:34:39.000Z
2022-03-31T20:12:49.000Z
WalletWasabi.Tests/UnitTests/Crypto/ZeroKnowledge/KnowledgeOfDlogTests.cs
soosr/WalletWasabi
1be07b20be7d1204eb148b3b8a71a6637d0004ba
[ "MIT" ]
394
2018-04-11T02:47:04.000Z
2022-03-26T00:08:55.000Z
using Moq; using NBitcoin.Secp256k1; using WalletWasabi.Crypto.Groups; using WalletWasabi.Crypto.Randomness; using WalletWasabi.Crypto.ZeroKnowledge.LinearRelation; using WalletWasabi.Tests.Helpers; using Xunit; namespace WalletWasabi.Tests.UnitTests.Crypto.ZeroKnowledge { public class KnowledgeOfDLogTests { [Theo...
32.023256
84
0.714234
db1db2a687d48008e8d11f52fca04399cf9718e1
2,944
cs
C#
Assets/MufflonUtil/Runtime/Timeline/Signal.cs
OJuergen/MufflonUtil
afe2f64c851a711227b79f075527abecbaedd33a
[ "MIT" ]
null
null
null
Assets/MufflonUtil/Runtime/Timeline/Signal.cs
OJuergen/MufflonUtil
afe2f64c851a711227b79f075527abecbaedd33a
[ "MIT" ]
null
null
null
Assets/MufflonUtil/Runtime/Timeline/Signal.cs
OJuergen/MufflonUtil
afe2f64c851a711227b79f075527abecbaedd33a
[ "MIT" ]
null
null
null
using System.ComponentModel; using UnityEngine; using UnityEngine.Events; using UnityEngine.Playables; using UnityEngine.Timeline; namespace MufflonUtil { /// <summary> /// Very basic implementation of a Timeline <see cref="Marker"/> implementing /// the <see cref="INotification"/> interface. /// Use i...
45.292308
134
0.668139
450777db108cadf9904f4752fe0767fcac2cd9f4
7,811
cs
C#
MetX/MetX.Controls/Context.cs
wrawlsqw/xlg
f839e0da9eb33ace2db021327c2ff0e064795243
[ "ISC" ]
null
null
null
MetX/MetX.Controls/Context.cs
wrawlsqw/xlg
f839e0da9eb33ace2db021327c2ff0e064795243
[ "ISC" ]
null
null
null
MetX/MetX.Controls/Context.cs
wrawlsqw/xlg
f839e0da9eb33ace2db021327c2ff0e064795243
[ "ISC" ]
null
null
null
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Threading; using System.Windows.Forms; using Microsoft.Win32; using MetX.Standard; using MetX.Standard.Library; using MetX.Standard.Pipelines; using MetX.Standard.Scripts; using MetX.Windows.Library; using MetX.Sta...
37.917476
212
0.510306
452be74dbaa6755f10027581b8c239dd8ddb934a
1,232
cs
C#
Services/Charterio.Services.Data/Schedule/ScheduleService.cs
nkrastev/Charterio
729d6f332ef7f9de358f93a8b21dfbc3930a74ac
[ "MIT" ]
6
2022-03-24T06:45:26.000Z
2022-03-31T19:20:31.000Z
Services/Charterio.Services.Data/Schedule/ScheduleService.cs
nkrastev/Charterio
729d6f332ef7f9de358f93a8b21dfbc3930a74ac
[ "MIT" ]
null
null
null
Services/Charterio.Services.Data/Schedule/ScheduleService.cs
nkrastev/Charterio
729d6f332ef7f9de358f93a8b21dfbc3930a74ac
[ "MIT" ]
null
null
null
namespace Charterio.Services.Data { using System; using System.Collections.Generic; using System.Linq; using Charterio.Data; using Charterio.Web.ViewModels.Schedule; public class ScheduleService : IScheduleService { private readonly ApplicationDbContext db; public Schedul...
29.333333
80
0.533279
1cb507ca47e887fb6880825d12ee4387349b9562
332
cs
C#
Tools/1 - Common/MoCommon/Collection/IAttributes.cs
favedit/MoCross
2a550b3d41b0c33c44c66dd595e84b0e4ee95b08
[ "Apache-2.0" ]
3
2016-10-26T11:48:58.000Z
2017-10-24T18:35:17.000Z
Tools/1 - Common/MoCommon/Collection/IAttributes.cs
favedit/MoCross
2a550b3d41b0c33c44c66dd595e84b0e4ee95b08
[ "Apache-2.0" ]
null
null
null
Tools/1 - Common/MoCommon/Collection/IAttributes.cs
favedit/MoCross
2a550b3d41b0c33c44c66dd595e84b0e4ee95b08
[ "Apache-2.0" ]
6
2015-03-24T06:40:20.000Z
2019-03-18T13:56:13.000Z
namespace MO.Common.Collection { //============================================================ // <T>属性表接口。</T> //============================================================ public interface IAttributes : IDictionary<string> { string Pack(); bool Unpack(string pack); string DumpInf...
22.133333
65
0.364458
bb0562c44884f4ae888fdec18e4abcff4ef2ac3d
3,356
cs
C#
FrequentDataMining/Markov/MarkovPredictor.cs
ABaboshin/FrequentDataMining
1d74f264f325e63fc5798d74bc1cf45070b6153e
[ "MIT" ]
2
2015-11-15T18:22:51.000Z
2017-01-09T03:34:08.000Z
FrequentDataMining/Markov/MarkovPredictor.cs
ABaboshin/FrequentDataMining
1d74f264f325e63fc5798d74bc1cf45070b6153e
[ "MIT" ]
null
null
null
FrequentDataMining/Markov/MarkovPredictor.cs
ABaboshin/FrequentDataMining
1d74f264f325e63fc5798d74bc1cf45070b6153e
[ "MIT" ]
null
null
null
// MIT License. // (c) 2015, Andrey Baboshin using System; using System.Collections.Generic; using System.Linq; using FrequentDataMining.Common; namespace FrequentDataMining.Markov { public class MarkovPredictor<T> { /// <summary> /// Order of the model /// </summary> public i...
27.508197
90
0.395113
bb7a4c779171f9202501ffdcd26d70a5dbef182b
993
cs
C#
isukces.code.Serenity/SerenityCsClass.cs
isukces/isukces.code
162f8381e69ed0291802f3ff8a12df4e7fbb5876
[ "MIT" ]
null
null
null
isukces.code.Serenity/SerenityCsClass.cs
isukces/isukces.code
162f8381e69ed0291802f3ff8a12df4e7fbb5876
[ "MIT" ]
2
2021-01-23T22:48:54.000Z
2021-01-24T08:00:40.000Z
isukces.code.Serenity/SerenityCsClass.cs
isukces/isukces.code
162f8381e69ed0291802f3ff8a12df4e7fbb5876
[ "MIT" ]
null
null
null
namespace iSukces.Code.Serenity {/* public class SerenityClass { public SerenityClass(SerenityEntityBuilder builder) { Builder = builder; } public SerenityEntityBuilder Builder { get; } } public class SerenityCsClass : SerenityClass { public Sere...
26.837838
93
0.618328
ceb474ed519e37d1cef21f06cff68340f21d5d24
1,022
cs
C#
Managed/PluginManager.cs
calgray/DotNetCorePlugin
b5757b1c2aa53cc68501da3b5695c71f49c6bf8c
[ "MIT" ]
null
null
null
Managed/PluginManager.cs
calgray/DotNetCorePlugin
b5757b1c2aa53cc68501da3b5695c71f49c6bf8c
[ "MIT" ]
null
null
null
Managed/PluginManager.cs
calgray/DotNetCorePlugin
b5757b1c2aa53cc68501da3b5695c71f49c6bf8c
[ "MIT" ]
null
null
null
using System; using System.Reflection; using System.IO; using System.Linq; using System.Collections.Generic; using System.Runtime.InteropServices; using Gtk; namespace Managed { public class PluginManager : IDisposable { List<IPlugin> m_plugins = new List<IPlugin>(); public void AddPlugin(IPl...
19.653846
63
0.500978
01396b36e56c797ea9d37849c4775142fbb30648
232
cs
C#
src/Contract/Control/Button/IButtonId.cs
AddinX/AddinX.Ribbon
cf167829b6d09368c7adc86efb225082d312d647
[ "MIT" ]
7
2017-06-10T22:42:25.000Z
2021-08-01T04:39:42.000Z
src/Contract/Control/Button/IButtonId.cs
AddinX/AddinX.Ribbon
cf167829b6d09368c7adc86efb225082d312d647
[ "MIT" ]
1
2020-11-04T08:28:14.000Z
2020-11-04T08:28:14.000Z
src/Contract/Control/Button/IButtonId.cs
AddinX/AddinX.Ribbon
cf167829b6d09368c7adc86efb225082d312d647
[ "MIT" ]
7
2018-01-26T15:24:05.000Z
2021-08-01T04:39:43.000Z
namespace AddinX.Ribbon.Contract.Control.Button { public interface IButtonId { IButtonSize SetId(string name); IButtonSize SetIdMso(string name); IButtonSize SetIdQ(string ns, string name); } }
21.090909
51
0.672414
363ec4443d245e8d90ebb09f1324cab2fc0efedf
105
cs
C#
HiveEngine/TileColor.cs
robinweston/hive-engine
b037c0f9854afddf218e7cb3b70c2b9a8a1698ed
[ "MIT" ]
null
null
null
HiveEngine/TileColor.cs
robinweston/hive-engine
b037c0f9854afddf218e7cb3b70c2b9a8a1698ed
[ "MIT" ]
null
null
null
HiveEngine/TileColor.cs
robinweston/hive-engine
b037c0f9854afddf218e7cb3b70c2b9a8a1698ed
[ "MIT" ]
null
null
null
namespace HiveEngine { public enum TileColor { None, Black, White } }
11.666667
25
0.495238
b675460cc161cb41c5a01b765ea59dac54cdf7ed
4,542
cs
C#
TCMB.ExchangeRates/TCMB.ExchangeRates/Form1.cs
cmd64/TCMB.ExchangeRates
fa59c86d33e734e0605764bc091f0640b0a6a47a
[ "MIT" ]
null
null
null
TCMB.ExchangeRates/TCMB.ExchangeRates/Form1.cs
cmd64/TCMB.ExchangeRates
fa59c86d33e734e0605764bc091f0640b0a6a47a
[ "MIT" ]
null
null
null
TCMB.ExchangeRates/TCMB.ExchangeRates/Form1.cs
cmd64/TCMB.ExchangeRates
fa59c86d33e734e0605764bc091f0640b0a6a47a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Resources; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Xml; namespace TCMB.ExchangeRate...
34.938462
115
0.581682
7a22f3c1c9dd71b6bac86cb3e5e76de3749abb98
1,596
cs
C#
ADarkBlazor/ADarkBlazor/Services/ResourceService.cs
Xciles/ADarkBlazor
7ba0a962e7a5f7132b0b76d947252fa0d3407cfe
[ "MIT" ]
null
null
null
ADarkBlazor/ADarkBlazor/Services/ResourceService.cs
Xciles/ADarkBlazor
7ba0a962e7a5f7132b0b76d947252fa0d3407cfe
[ "MIT" ]
1
2018-06-18T13:45:05.000Z
2018-06-18T13:45:05.000Z
ADarkBlazor/ADarkBlazor/Services/ResourceService.cs
Xciles/ADarkBlazor
7ba0a962e7a5f7132b0b76d947252fa0d3407cfe
[ "MIT" ]
2
2018-06-13T14:43:24.000Z
2018-06-13T14:44:46.000Z
using System; using System.Collections.Generic; using System.Linq; using ADarkBlazor.Services.Domain.Enums; using ADarkBlazor.Services.Interfaces; using ADarkBlazor.Services.Resources; using ADarkBlazor.Services.Resources.Interfaces; namespace ADarkBlazor.Services { public class ResourceService : IResourceService...
31.294118
80
0.62218
3c178af02ebfc1cdc722420b880952c8f80785d0
1,491
cs
C#
AnsibleBackgroundWorker/AnsibleBackgroundWorker/PowershellExecutor.cs
trondhindenes/AnsibleBackgroundWorker
8fb45272c802c31e5275a7a0a1d3bfb0a3bf42d3
[ "MIT" ]
null
null
null
AnsibleBackgroundWorker/AnsibleBackgroundWorker/PowershellExecutor.cs
trondhindenes/AnsibleBackgroundWorker
8fb45272c802c31e5275a7a0a1d3bfb0a3bf42d3
[ "MIT" ]
null
null
null
AnsibleBackgroundWorker/AnsibleBackgroundWorker/PowershellExecutor.cs
trondhindenes/AnsibleBackgroundWorker
8fb45272c802c31e5275a7a0a1d3bfb0a3bf42d3
[ "MIT" ]
null
null
null
using System; using System.Management.Automation; using System.Management.Automation.Runspaces; using System.Collections.Generic; using System.Security.Cryptography; namespace AnsibleBackgroundWorker { public class PowershellExecutor { public static Runspace rs; public string VersionInfo = Str...
29.235294
107
0.551308
4c3784afe949dffbf05dd2b138b690271d2061bd
372
cs
C#
LinqToSqlRetry/IRetryPolicy.cs
cangosta/RetryLogic
b62bee9e7dd9a7e71a22659ba941e58ac82009a4
[ "MIT" ]
1
2015-10-30T17:01:54.000Z
2015-10-30T17:01:54.000Z
LinqToSqlRetry/IRetryPolicy.cs
cangosta/RetryLogic
b62bee9e7dd9a7e71a22659ba941e58ac82009a4
[ "MIT" ]
null
null
null
LinqToSqlRetry/IRetryPolicy.cs
cangosta/RetryLogic
b62bee9e7dd9a7e71a22659ba941e58ac82009a4
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RetryLogic { public interface IRetryPolicy { // Return a TimeSpan indicating the interval to wait until the next retry or null to rethrow the Exception TimeSpan? Should...
24.8
114
0.744624
4c6928e22344b082cff02b1831d05c29773b75be
1,692
cs
C#
Plugins/DynamicsCRM/Properties/Settings.Designer.cs
bezlio/bezlio-plugins
b2b393b1f7399bdbc01603639d238e35a2567c8e
[ "MIT" ]
4
2017-05-06T15:19:38.000Z
2019-11-04T20:44:09.000Z
Plugins/DynamicsCRM/Properties/Settings.Designer.cs
bezlio/bezlio-plugins
b2b393b1f7399bdbc01603639d238e35a2567c8e
[ "MIT" ]
92
2017-01-27T15:00:15.000Z
2019-04-03T17:46:47.000Z
Plugins/DynamicsCRM/Properties/Settings.Designer.cs
bezlio/bezlio-plugins
b2b393b1f7399bdbc01603639d238e35a2567c8e
[ "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> //--...
44.526316
165
0.572104
9dcb45f1c01c24607bdae22b234a48d297dceae4
475
cs
C#
Accounting.Bll.Im/Sales/BOSaleOpenInvoice.cs
cschen1205/myob-accounting-plugin
5ef712fc51def08834c813617c81f5a0072f65d1
[ "MIT" ]
null
null
null
Accounting.Bll.Im/Sales/BOSaleOpenInvoice.cs
cschen1205/myob-accounting-plugin
5ef712fc51def08834c813617c81f5a0072f65d1
[ "MIT" ]
null
null
null
Accounting.Bll.Im/Sales/BOSaleOpenInvoice.cs
cschen1205/myob-accounting-plugin
5ef712fc51def08834c813617c81f5a0072f65d1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Accounting.Bll.Im.Sales { using Accounting.Core; using Accounting.Core.Sales; using Accounting.Core.Inventory; public class BOSaleOpenInvoice : Accounting.Bll.Sales.BOSaleOpenInvoice { public B...
22.619048
84
0.68
081f150a4e03e6c695b13a08c842250686b2db79
3,025
cs
C#
src/CrystalWind.VegaSharp/Core/Specifications/SingleViewSpecification.cs
CrystalWindSnake/CrystalWind.VegaSharp
10a14b1ea5a429d60b677052224fce56e1d2ab4b
[ "MIT" ]
null
null
null
src/CrystalWind.VegaSharp/Core/Specifications/SingleViewSpecification.cs
CrystalWindSnake/CrystalWind.VegaSharp
10a14b1ea5a429d60b677052224fce56e1d2ab4b
[ "MIT" ]
1
2020-01-21T07:01:08.000Z
2020-01-21T07:01:08.000Z
src/CrystalWind.VegaSharp/Core/Specifications/SingleViewSpecification.cs
CrystalWindSnake/CrystalWind.VegaSharp
10a14b1ea5a429d60b677052224fce56e1d2ab4b
[ "MIT" ]
1
2020-01-23T00:54:43.000Z
2020-01-23T00:54:43.000Z
using CrystalWind.VegaSharp.Core.Configurations; using CrystalWind.VegaSharp.Core.Data; using CrystalWind.VegaSharp.Core.Encodings; using CrystalWind.VegaSharp.Core.Marks; using CrystalWind.VegaSharp.Properties; using System.Drawing; using System.IO; using Newtonsoft.Json; using CrystalWind.VegaSharp.Core.Selections;...
30.25
112
0.595702
0874c6afce360bd756f1d7a70b321933d55eb2ab
4,594
cs
C#
SpotifyAPI.Web/Clients/Interfaces/IFollowClient.cs
Timmaaaa/SpotifyAPI-NET
137cd53b3b8ad30cbb8e397cfeca8560bd38ff9a
[ "MIT" ]
1,198
2015-01-03T19:53:21.000Z
2022-03-31T14:50:00.000Z
SpotifyAPI.Web/Clients/Interfaces/IFollowClient.cs
Timmaaaa/SpotifyAPI-NET
137cd53b3b8ad30cbb8e397cfeca8560bd38ff9a
[ "MIT" ]
537
2015-01-02T23:40:59.000Z
2022-03-30T19:00:56.000Z
SpotifyAPI.Web/Clients/Interfaces/IFollowClient.cs
Timmaaaa/SpotifyAPI-NET
137cd53b3b8ad30cbb8e397cfeca8560bd38ff9a
[ "MIT" ]
414
2015-01-10T08:03:56.000Z
2022-03-19T10:53:49.000Z
using System.Collections.Generic; using System.Threading.Tasks; namespace SpotifyAPI.Web { /// <summary> /// Endpoints for managing the artists, users, and playlists that a Spotify user follows. /// </summary> public interface IFollowClient { /// <summary> /// Check to see if the current user is foll...
41.387387
115
0.670004
e103ed56ffec0d9aac08f610db625e6a09af775b
713
cs
C#
API/Dtos/Product/ProductToCreate.cs
ZakariaDjebbes/DzTechly
984c80365f23d599504768f4e73ec1a8d50995af
[ "MIT" ]
null
null
null
API/Dtos/Product/ProductToCreate.cs
ZakariaDjebbes/DzTechly
984c80365f23d599504768f4e73ec1a8d50995af
[ "MIT" ]
null
null
null
API/Dtos/Product/ProductToCreate.cs
ZakariaDjebbes/DzTechly
984c80365f23d599504768f4e73ec1a8d50995af
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace API.Dtos.Product { public class ProductToCreate { public int? Id { get; set; } [Required] public string Name { get; set; } public string Description { get; set; } [Required] ...
29.708333
87
0.611501
b86467ca07ed7a5dc94589efe0a00dcaaa829985
2,517
cs
C#
UnityThread/Tests/Runtime/UpdateLoopTest.cs
ngtrhieu/unity-thread
d4335f74180bfe7118eef58386049efa5c9bb516
[ "MIT" ]
1
2021-09-01T21:59:34.000Z
2021-09-01T21:59:34.000Z
UnityThread/Tests/Runtime/UpdateLoopTest.cs
ngtrhieu/unity-thread
d4335f74180bfe7118eef58386049efa5c9bb516
[ "MIT" ]
null
null
null
UnityThread/Tests/Runtime/UpdateLoopTest.cs
ngtrhieu/unity-thread
d4335f74180bfe7118eef58386049efa5c9bb516
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using NUnit.Framework; using UnityEngine; using UnityEngine.TestTools; namespace UnityEngine.Tests { public class UpdateLoopTest { [SetUp] public void SetUp() { var runner = GameObject.Find("UnityThreadRunner"); if (runner != null) ...
23.971429
56
0.623361
a9ceedfa377e1324ca920d5795e8d3270b5ff590
3,765
cs
C#
src/JUDI.Server.Ladder/JUDI.Server.Ladder.Data/Migrations/20191011051327_InitialCreate.cs
rythos42/ladder
9f2a209cc858dab6765cf983de89d3d9e7ce0036
[ "MIT" ]
1
2019-11-08T23:36:42.000Z
2019-11-08T23:36:42.000Z
src/JUDI.Server.Ladder/JUDI.Server.Ladder.Data/Migrations/20191011051327_InitialCreate.cs
rythos42/ladder
9f2a209cc858dab6765cf983de89d3d9e7ce0036
[ "MIT" ]
79
2019-10-11T23:55:07.000Z
2022-02-18T12:41:43.000Z
src/JUDI.Server.Ladder/JUDI.Server.Ladder.Data/Migrations/20191011051327_InitialCreate.cs
rythos42/ladder
9f2a209cc858dab6765cf983de89d3d9e7ce0036
[ "MIT" ]
null
null
null
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace JUDI.Server.Ladder.Data.Migrations { public partial class InitialCreate : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Skills"...
39.631579
79
0.483931
d7264ecac942994bf0e0c0bc8d21df6d3f5bdfb3
1,249
cs
C#
Models/Usuarios.cs
michelbbraga/WebControleDespesa
c7ab2ca1925e870f00f9775af46e8f4d16e3ac80
[ "MIT" ]
null
null
null
Models/Usuarios.cs
michelbbraga/WebControleDespesa
c7ab2ca1925e870f00f9775af46e8f4d16e3ac80
[ "MIT" ]
null
null
null
Models/Usuarios.cs
michelbbraga/WebControleDespesa
c7ab2ca1925e870f00f9775af46e8f4d16e3ac80
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace ControleDespesa5.Models { public class Usuarios : BaseModel { public Usuarios() { } [Required] [StringLength(45)] ...
23.566038
116
0.564452
08bb837310d6f72b9f28b3596db344a0bfec991a
1,689
cs
C#
DataMigration.App/DataMigration.App/Program.cs
gsayem/DatabaseMigrationEFCore
51b19d00918177bab5d808e5c45a773d341f79a9
[ "MIT" ]
null
null
null
DataMigration.App/DataMigration.App/Program.cs
gsayem/DatabaseMigrationEFCore
51b19d00918177bab5d808e5c45a773d341f79a9
[ "MIT" ]
null
null
null
DataMigration.App/DataMigration.App/Program.cs
gsayem/DatabaseMigrationEFCore
51b19d00918177bab5d808e5c45a773d341f79a9
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; namespace DataMigration.App { public class Program { public static void Main(string[] args) { string connStr = Environment.GetEnvironmentVariable("WebApiSqlConnection"); ...
36.717391
120
0.551214
ba7f81eccce45427e6943b90441f53523513c139
4,632
cs
C#
playground/Assets/_INTERNAL_/Scripts/Editor/DefaultComponents/TransformInspector.cs
etcadinfinitum/games
6cc4e6651d4b37fd347e20143544692ece228179
[ "MIT" ]
null
null
null
playground/Assets/_INTERNAL_/Scripts/Editor/DefaultComponents/TransformInspector.cs
etcadinfinitum/games
6cc4e6651d4b37fd347e20143544692ece228179
[ "MIT" ]
null
null
null
playground/Assets/_INTERNAL_/Scripts/Editor/DefaultComponents/TransformInspector.cs
etcadinfinitum/games
6cc4e6651d4b37fd347e20143544692ece228179
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; #if DEFAULT_INSPECTORS [CanEditMultipleObjects] [CustomEditor(typeof(Transform))] public class TransformInspector : Editor { private SerializedProperty xPos, yPos, xScale, yScale; private Vector3 localEule...
36.761905
101
0.736399
f3f926de28b997051304f5ac60d74b8063b2ad2d
6,253
cs
C#
src/MiningCore/Blockchain/CoinMetaData.cs
AltcoinCoop/miningcore
2b4cd86e85ec60ea5fb0c84c66beb35b444cee64
[ "MIT" ]
null
null
null
src/MiningCore/Blockchain/CoinMetaData.cs
AltcoinCoop/miningcore
2b4cd86e85ec60ea5fb0c84c66beb35b444cee64
[ "MIT" ]
null
null
null
src/MiningCore/Blockchain/CoinMetaData.cs
AltcoinCoop/miningcore
2b4cd86e85ec60ea5fb0c84c66beb35b444cee64
[ "MIT" ]
1
2018-08-26T07:13:15.000Z
2018-08-26T07:13:15.000Z
using System.Collections.Generic; using MiningCore.Blockchain.Ethereum; using MiningCore.Configuration; namespace MiningCore.Blockchain { public static class CoinMetaData { public static readonly Dictionary<CoinType, Dictionary<string, string>> BlockInfoLinks = new Dictionary<CoinType, Diction...
67.967391
150
0.573645
6d9f1a319553d68ed5f5bd832aa92a20698f8f6b
7,007
cs
C#
Mediathek Client/Forms/FrmMediaOverviewBase.Designer.cs
TheShihan/Mediathek
a8c367462571ceac1573685397b0520641bfc457
[ "Apache-2.0" ]
null
null
null
Mediathek Client/Forms/FrmMediaOverviewBase.Designer.cs
TheShihan/Mediathek
a8c367462571ceac1573685397b0520641bfc457
[ "Apache-2.0" ]
null
null
null
Mediathek Client/Forms/FrmMediaOverviewBase.Designer.cs
TheShihan/Mediathek
a8c367462571ceac1573685397b0520641bfc457
[ "Apache-2.0" ]
null
null
null
namespace MediathekClient.Forms { /// <summary> /// Media overview base /// </summary> partial class FrmMediaOverviewBase { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary>...
42.210843
152
0.600114
dac2d089fc68927465c9d6501e044d9bd696c888
443
cs
C#
EnterpriseToolSolution/BusinessCommons/common/Check.cs
programming-wolf/ETS
61bd4e5c8d259d94f4d7ca8e54e308c1ca2b2deb
[ "MIT" ]
null
null
null
EnterpriseToolSolution/BusinessCommons/common/Check.cs
programming-wolf/ETS
61bd4e5c8d259d94f4d7ca8e54e308c1ca2b2deb
[ "MIT" ]
null
null
null
EnterpriseToolSolution/BusinessCommons/common/Check.cs
programming-wolf/ETS
61bd4e5c8d259d94f4d7ca8e54e308c1ca2b2deb
[ "MIT" ]
null
null
null
namespace De.ProgrammingWolf.Business.Common.Common { public static class Check { public static long ConvertByteArrayToLong(byte[] array) { long result = 0; long shift = 0; if (array != null) for (var i = 0; i <= 8; i++) shi...
24.611111
63
0.442438
1b94c65dd309efd64a8943e78d668dd641b9963c
955
cs
C#
tests/monotouch-test/Foundation/NSDateComponentsTest.cs
juwens/xamarin-macios
16f98f113a59855759dfb088bb5fc2f20fbe1cf4
[ "BSD-3-Clause" ]
2,441
2016-04-27T13:30:04.000Z
2022-03-28T11:22:29.000Z
tests/monotouch-test/Foundation/NSDateComponentsTest.cs
juwens/xamarin-macios
16f98f113a59855759dfb088bb5fc2f20fbe1cf4
[ "BSD-3-Clause" ]
13,993
2016-04-27T14:57:15.000Z
2022-03-31T23:53:13.000Z
tests/monotouch-test/Foundation/NSDateComponentsTest.cs
juwens/xamarin-macios
16f98f113a59855759dfb088bb5fc2f20fbe1cf4
[ "BSD-3-Clause" ]
557
2016-04-27T13:26:30.000Z
2022-03-30T21:52:36.000Z
using System; using Foundation; using NUnit.Framework; namespace MonoTouchFixtures.Foundation { [TestFixture] [Preserve (AllMembers = true)] public class NSDateComponentsTest { [Test] public void TestUndefinedComponent () { // as per documentation: // "When a new instance of NSDateComponents is creat...
32.931034
77
0.743455
402270419226ec87929d7f39665bb93ea4c27faa
11,225
cs
C#
benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/Controls/QueryResultPreviewDialog.Designer.cs
RadimBaca/QueryOptimizerBenchmark
e4ef5ec1dcc6b92f513c1174228311f9f7987c66
[ "Apache-2.0" ]
1
2021-02-22T14:40:43.000Z
2021-02-22T14:40:43.000Z
benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/Controls/QueryResultPreviewDialog.Designer.cs
RadimBaca/QueryOptimizerBenchmark
e4ef5ec1dcc6b92f513c1174228311f9f7987c66
[ "Apache-2.0" ]
null
null
null
benchmark_runner/src/SqlOptimizerBechmark/SqlOptimizerBenchmark/Controls/QueryResultPreviewDialog.Designer.cs
RadimBaca/QueryOptimizerBenchmark
e4ef5ec1dcc6b92f513c1174228311f9f7987c66
[ "Apache-2.0" ]
1
2021-02-22T14:40:57.000Z
2021-02-22T14:40:57.000Z
namespace SqlOptimizerBenchmark.Controls { partial class QueryResultPreviewDialog { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
49.232456
164
0.604276
e4545c4d3f0a3bd13cc9c2f6ded43f6f2fa480ac
1,510
cshtml
C#
PierresTreats/Views/Treats/Details.cshtml
basicjohn/PierresTreats.Solution
681e1e4cfd23a577ee9ce6b098f36c6201bb95ba
[ "Unlicense" ]
1
2021-07-21T18:36:47.000Z
2021-07-21T18:36:47.000Z
PierresTreats/Views/Treats/Details.cshtml
basicjohn/PierresTreats.Solution
681e1e4cfd23a577ee9ce6b098f36c6201bb95ba
[ "Unlicense" ]
null
null
null
PierresTreats/Views/Treats/Details.cshtml
basicjohn/PierresTreats.Solution
681e1e4cfd23a577ee9ce6b098f36c6201bb95ba
[ "Unlicense" ]
null
null
null
@{ Layout = "_Layout"; } @model PierresTreats.Models.Treat; <h2>Treat Details</h2> <hr /> @* <h3>@Html.DisplayNameFor(model => model.TreatTitle): @Html.DisplayFor(model => model.TreatTitle)</h3> <h4>@Html.DisplayNameFor(model => model.Tagline): @Html.DisplayFor(model => model.Tagline)</h4> *@ @if (@Model.JoinEnt...
29.607843
117
0.619868
c4d46817e2a8749433a489b3f6b529164eb41c0c
1,524
cs
C#
HumanPop/Program.cs
cxxxxxxd/HumanPop
f14ebe7d738884d8dc35e3166fb85896632e22f8
[ "ISC" ]
1
2021-05-28T06:38:52.000Z
2021-05-28T06:38:52.000Z
HumanPop/Program.cs
lapayx/HumanPop
5d65f246005525c68610695a29f4adf348b43158
[ "ISC" ]
5
2021-03-10T09:47:34.000Z
2022-03-02T07:36:51.000Z
HumanPop/Program.cs
lapayx/HumanPop
5d65f246005525c68610695a29f4adf348b43158
[ "ISC" ]
1
2020-06-27T23:35:19.000Z
2020-06-27T23:35:19.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; using DBRepository; using DBRepository.Interfaces; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInj...
31.102041
110
0.633202
90b5aabb74f1dd378e4b89fe7bdf7d04f5cf2b75
4,568
cs
C#
Samples~/Space/Scripts/PlayerCharacter.cs
DanielSidhion/YarnSpinner-Unity
d3df768db3de058fb2fe8d3a8fb82dce7b2e10d5
[ "MIT" ]
10
2022-01-31T18:32:12.000Z
2022-02-28T16:06:16.000Z
Samples~/Space/Scripts/PlayerCharacter.cs
DanielSidhion/YarnSpinner-Unity
d3df768db3de058fb2fe8d3a8fb82dce7b2e10d5
[ "MIT" ]
null
null
null
Samples~/Space/Scripts/PlayerCharacter.cs
DanielSidhion/YarnSpinner-Unity
d3df768db3de058fb2fe8d3a8fb82dce7b2e10d5
[ "MIT" ]
8
2022-01-31T01:26:45.000Z
2022-02-25T07:58:04.000Z
/* The MIT License (MIT) Copyright (c) 2015-2017 Secret Lab Pty. Ltd. and Yarn Spinner contributors. 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 limit...
35.138462
105
0.640762
72bba78901730612ea1e5cd6cc8527bb7c93a159
306
cs
C#
src/Movies.Models/Model/NewFolderModel.cs
eadwinCode/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
5
2018-08-30T08:37:12.000Z
2022-03-13T22:38:39.000Z
src/Movies.Models/Model/NewFolderModel.cs
eadwintoochos/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
null
null
null
src/Movies.Models/Model/NewFolderModel.cs
eadwintoochos/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
3
2021-05-05T23:08:34.000Z
2022-03-13T22:38:58.000Z
using Movies.Models.Model; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; namespace Movies.Models.Model { public class NewFolderModel { public ObservableCollection<MovieFolderModel> NewFolderCollection; } }
20.4
74
0.77451
f417093038e960896e49c874863cff8a6057d758
333
cs
C#
operations/Square.cs
Clara230/StatisticsCalculator1
6f79a60dd8c2e513b919b13a29c6427cd92163bd
[ "MIT" ]
null
null
null
operations/Square.cs
Clara230/StatisticsCalculator1
6f79a60dd8c2e513b919b13a29c6427cd92163bd
[ "MIT" ]
null
null
null
operations/Square.cs
Clara230/StatisticsCalculator1
6f79a60dd8c2e513b919b13a29c6427cd92163bd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace operations { public class Square { public static int Squared(int a) { return a * a; } public static double Squared(double b) { return b * b; } ...
15.136364
46
0.495495
f42894bd2805c7dd65dec69464198fb27838d285
459
cs
C#
Assets/Scripts/Planet.cs
XDKlein/forth
674bfd25794412babf76dac896133b79ed4969db
[ "MIT" ]
null
null
null
Assets/Scripts/Planet.cs
XDKlein/forth
674bfd25794412babf76dac896133b79ed4969db
[ "MIT" ]
null
null
null
Assets/Scripts/Planet.cs
XDKlein/forth
674bfd25794412babf76dac896133b79ed4969db
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace forth { public class Planet : ScriptableObject { protected string name = ""; protected int capacity = 0; protected int buildingSlots = 0; protected int population = 0; protected Lis...
22.95
66
0.614379
0ddc2bc4a31bb0445381cc50ac3b99c99838b426
22,126
cs
C#
SaleTheaterTickets/SaleTheaterTickets/obj/Debug/netcoreapp3.1/Razor/Views/GeneratedTickets/Index.cshtml.g.cs
karolinagb/SaleTheaterTickets
815256f856b8c4881ffad2d738dcddd2ae470989
[ "MIT" ]
null
null
null
SaleTheaterTickets/SaleTheaterTickets/obj/Debug/netcoreapp3.1/Razor/Views/GeneratedTickets/Index.cshtml.g.cs
karolinagb/SaleTheaterTickets
815256f856b8c4881ffad2d738dcddd2ae470989
[ "MIT" ]
null
null
null
SaleTheaterTickets/SaleTheaterTickets/obj/Debug/netcoreapp3.1/Razor/Views/GeneratedTickets/Index.cshtml.g.cs
karolinagb/SaleTheaterTickets
815256f856b8c4881ffad2d738dcddd2ae470989
[ "MIT" ]
1
2022-01-23T03:22:38.000Z
2022-01-23T03:22:38.000Z
#pragma checksum "C:\projetos\SaleTheaterTickets\SaleTheaterTickets\SaleTheaterTickets\Views\GeneratedTickets\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "c1c08927d6baaa9843b51917fa5d3632e78b445f" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCom...
58.073491
353
0.718024
d6bbcbcf5a73fc7c43e541efd4f05e374a5e31b7
4,655
cs
C#
src/Stripe.net/Services/Coupons/StripeCouponService.cs
HilalRather/stripe.net
0f816594d9303ef2e103c029bcdc550af54f9316
[ "Apache-2.0" ]
1
2021-01-28T23:07:45.000Z
2021-01-28T23:07:45.000Z
src/Stripe/Services/Coupons/StripeCouponService.cs
t0mburton/stripe.net
7496216f9fb95068cb377c31da9b22cdc3dff906
[ "Apache-2.0" ]
null
null
null
src/Stripe/Services/Coupons/StripeCouponService.cs
t0mburton/stripe.net
7496216f9fb95068cb377c31da9b22cdc3dff906
[ "Apache-2.0" ]
1
2020-03-06T04:11:21.000Z
2020-03-06T04:11:21.000Z
using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Stripe.Infrastructure; namespace Stripe { public class StripeCouponService : StripeService { public StripeCouponService(string apiKey = null) : base(apiKey) { } //Sync public virtual Stripe...
44.759615
227
0.668528
6e89a59eabb36a255de78fd9befd28defa6be65e
1,628
cs
C#
Rollbar/Infrastructure/RollbarErrorUtility.cs
rollbar/Rollbar.NET
11b784108873dfa90043242540230e33404c5db2
[ "MIT" ]
69
2016-06-29T13:38:24.000Z
2022-02-02T16:13:32.000Z
Rollbar/Infrastructure/RollbarErrorUtility.cs
rollbar/Rollbar.NET
11b784108873dfa90043242540230e33404c5db2
[ "MIT" ]
491
2016-06-10T19:37:48.000Z
2022-03-31T21:27:59.000Z
Rollbar/Infrastructure/RollbarErrorUtility.cs
rollbar/Rollbar.NET
11b784108873dfa90043242540230e33404c5db2
[ "MIT" ]
56
2016-07-08T01:28:36.000Z
2021-11-22T22:57:31.000Z
namespace Rollbar { using Rollbar.Common; using System; /// <summary> /// Class RollbarErrorUtility. /// </summary> internal static class RollbarErrorUtility { /// <summary> /// Reports the specified rollbar logger. /// </summary> /// <param name="rollbarLog...
33.916667
129
0.597052
6ed484d13d510d753d2b3e1ea9c6334937d02eea
1,941
cs
C#
src/Files/Models/FileResult.cs
leeanchu/ReplayBook
8f326e6b14fc3d2bef81c29114c03b8fb6097574
[ "MIT" ]
14
2020-02-01T21:49:17.000Z
2020-09-30T11:56:22.000Z
src/Files/Models/FileResult.cs
leeanchu/ReplayBook
8f326e6b14fc3d2bef81c29114c03b8fb6097574
[ "MIT" ]
null
null
null
src/Files/Models/FileResult.cs
leeanchu/ReplayBook
8f326e6b14fc3d2bef81c29114c03b8fb6097574
[ "MIT" ]
2
2020-07-14T17:04:37.000Z
2020-09-15T01:40:43.000Z
using Fraxiinus.ReplayBook.Reader.Models; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; namespace Fraxiinus.ReplayBook.Files.Models { public class FileResult { // Blank constructor for LiteDB public FileResult() { } public FileResult(Re...
35.944444
114
0.653272
794a04dd7c711af1e1f638560c1e0e594231bb8f
422
cs
C#
MemeApi.Test/utils/ContextUtils.cs
koshaan/MemeApi
6e5c0a866a2ef77a56f76847ca7952171d21065a
[ "MIT" ]
null
null
null
MemeApi.Test/utils/ContextUtils.cs
koshaan/MemeApi
6e5c0a866a2ef77a56f76847ca7952171d21065a
[ "MIT" ]
1
2022-02-22T21:56:21.000Z
2022-02-22T21:56:21.000Z
MemeApi.Test/utils/ContextUtils.cs
koshaan/MemeApi
6e5c0a866a2ef77a56f76847ca7952171d21065a
[ "MIT" ]
1
2022-02-22T21:51:42.000Z
2022-02-22T21:51:42.000Z
using MemeApi.Models.Context; using Microsoft.EntityFrameworkCore; using System; namespace MemeApi.Test.utils { internal class ContextUtils { public static MemeContext CreateMemeTestContext() { var contextOptions = new DbContextOptionsBuilder<MemeContext>().UseInMemoryDatabase(Guid...
26.375
131
0.701422
805e7be9b7d5f14773950f97d8e8082bb28afbbc
8,900
cs
C#
SabaRaider/MainWindow.xaml.cs
SabaNyam/SabaRaider
620c0dbf8a701380abf74d8cc0acb5c45fde4181
[ "MIT" ]
null
null
null
SabaRaider/MainWindow.xaml.cs
SabaNyam/SabaRaider
620c0dbf8a701380abf74d8cc0acb5c45fde4181
[ "MIT" ]
null
null
null
SabaRaider/MainWindow.xaml.cs
SabaNyam/SabaRaider
620c0dbf8a701380abf74d8cc0acb5c45fde4181
[ "MIT" ]
null
null
null
using CoreTweet; using CoreTweet.Streaming; using MetroRadiance.UI; using Microsoft.VisualBasic.FileIO; using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reactive.Concurrency; using System.Reactive.Linq; using System.Runtime.Serialization.Formatt...
33.085502
187
0.481124
806f13e4d829430c6d2c489f264ffce3adaad99b
1,271
cs
C#
DailyProblems/LongestPalindromicContiguousSubstring/Program.cs
kamentr/Daily-Coding-Problem
efe4ec82d6fd7ed57629186f3d2cd245b5b8a2f2
[ "MIT" ]
null
null
null
DailyProblems/LongestPalindromicContiguousSubstring/Program.cs
kamentr/Daily-Coding-Problem
efe4ec82d6fd7ed57629186f3d2cd245b5b8a2f2
[ "MIT" ]
null
null
null
DailyProblems/LongestPalindromicContiguousSubstring/Program.cs
kamentr/Daily-Coding-Problem
efe4ec82d6fd7ed57629186f3d2cd245b5b8a2f2
[ "MIT" ]
null
null
null
using System; namespace LongestPalindromicContiguousSubstring { class Program { static void Main(string[] args) { string input = Console.ReadLine(); Console.WriteLine(GetLongestPalindrome(input)); } private static string GetLongestPalindrome(string input...
32.589744
95
0.483084
dc9a6120ba71f2bebfa65455bf1e55179d3562e1
1,220
cs
C#
src/Cake.Common/Tools/MSBuild/MSBuildPropertyExtensions.cs
ecampidoglio/cake
edfbaecda58da419737b9d49f37e3e714068cf29
[ "MIT" ]
null
null
null
src/Cake.Common/Tools/MSBuild/MSBuildPropertyExtensions.cs
ecampidoglio/cake
edfbaecda58da419737b9d49f37e3e714068cf29
[ "MIT" ]
null
null
null
src/Cake.Common/Tools/MSBuild/MSBuildPropertyExtensions.cs
ecampidoglio/cake
edfbaecda58da419737b9d49f37e3e714068cf29
[ "MIT" ]
1
2019-07-31T06:07:41.000Z
2019-07-31T06:07:41.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;...
26.521739
106
0.585246
0d0bfc8a4fe22b8fa2da5ded2a1355a4802cd493
691
cs
C#
NetBungieAPI/Models/Destiny/Definitions/Vendors/DestinyVendorServiceDefinition.cs
Tailtinn/.NetBungieAPI
d1d2eb8aa8c1d9c554bc256f98b16be51ac6f51d
[ "MIT" ]
null
null
null
NetBungieAPI/Models/Destiny/Definitions/Vendors/DestinyVendorServiceDefinition.cs
Tailtinn/.NetBungieAPI
d1d2eb8aa8c1d9c554bc256f98b16be51ac6f51d
[ "MIT" ]
null
null
null
NetBungieAPI/Models/Destiny/Definitions/Vendors/DestinyVendorServiceDefinition.cs
Tailtinn/.NetBungieAPI
d1d2eb8aa8c1d9c554bc256f98b16be51ac6f51d
[ "MIT" ]
null
null
null
using System.Text.Json.Serialization; namespace NetBungieAPI.Models.Destiny.Definitions.Vendors { /// <summary> /// When a vendor provides services, this is the localized name of those services. /// </summary> public sealed record DestinyVendorServiceDefinition : IDeepEquatable<DestinyVendorServic...
31.409091
104
0.619392
425be7f0a04e24d40c07165474ac2d3d1d69c1aa
1,130
cs
C#
P2Grupo4N21/auto_destruicao.cs
Eng-Comp-Grupo-4n21/RAP_pi2
fb8047d9610616cfe8e00cf9537e3624d7e2924b
[ "MIT" ]
null
null
null
P2Grupo4N21/auto_destruicao.cs
Eng-Comp-Grupo-4n21/RAP_pi2
fb8047d9610616cfe8e00cf9537e3624d7e2924b
[ "MIT" ]
null
null
null
P2Grupo4N21/auto_destruicao.cs
Eng-Comp-Grupo-4n21/RAP_pi2
fb8047d9610616cfe8e00cf9537e3624d7e2924b
[ "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 System.Threading; namespace P2Grupo4N21 { public partial class auto_destruicao : Form { ...
24.565217
88
0.523894
4270f04b74a1873ec118e2b8aba2a2de589ab371
3,823
cs
C#
Peach.Core/Mutators/WordListMutator.cs
FXTi/peachfuzz-code
7ec04adb11f001b06ffb2b1415cc7723101486d3
[ "MIT" ]
10
2017-06-18T19:40:23.000Z
2022-03-09T08:09:44.000Z
Peach.Core/Mutators/WordListMutator.cs
FXTi/peachfuzz-code
7ec04adb11f001b06ffb2b1415cc7723101486d3
[ "MIT" ]
2
2019-07-01T12:39:41.000Z
2020-11-09T11:40:54.000Z
Peach.Core/Mutators/WordListMutator.cs
FXTi/peachfuzz-code
7ec04adb11f001b06ffb2b1415cc7723101486d3
[ "MIT" ]
11
2016-07-01T02:21:06.000Z
2020-11-23T08:29:22.000Z
// // Copyright (c) Mick Ayzenberg // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publis...
29.867188
93
0.586189
6180dfe445eee1b9ee339e7c0356ea83e75d2df7
8,559
cs
C#
netcore/src/Koralium.SqlToExpression/Indexing/IndexBuilderVisitor.cs
rs-swc/Koralium
ad1c7abbcbb334226bae8678bd4da04f2af75ef6
[ "Apache-2.0" ]
null
null
null
netcore/src/Koralium.SqlToExpression/Indexing/IndexBuilderVisitor.cs
rs-swc/Koralium
ad1c7abbcbb334226bae8678bd4da04f2af75ef6
[ "Apache-2.0" ]
null
null
null
netcore/src/Koralium.SqlToExpression/Indexing/IndexBuilderVisitor.cs
rs-swc/Koralium
ad1c7abbcbb334226bae8678bd4da04f2af75ef6
[ "Apache-2.0" ]
null
null
null
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
37.213043
119
0.547844
9e35b44380e3d16ba3d13a04c361e08b7e7ac14d
30,705
cs
C#
code/SyntaxBox/Alsing.SyntaxBox/Document/DocumentStructure/Row/Row.cs
TrevorDArcyEvans/EllieWare
d172e8a6cb7dd4c714470bc0af7b3f7404b47c96
[ "MIT" ]
null
null
null
code/SyntaxBox/Alsing.SyntaxBox/Document/DocumentStructure/Row/Row.cs
TrevorDArcyEvans/EllieWare
d172e8a6cb7dd4c714470bc0af7b3f7404b47c96
[ "MIT" ]
null
null
null
code/SyntaxBox/Alsing.SyntaxBox/Document/DocumentStructure/Row/Row.cs
TrevorDArcyEvans/EllieWare
d172e8a6cb7dd4c714470bc0af7b3f7404b47c96
[ "MIT" ]
1
2020-09-06T11:06:56.000Z
2020-09-06T11:06:56.000Z
// * // * Copyright (C) 2008 Roger Alsing : http://www.RogerAlsing.com // * // * This library is free software; you can redistribute it and/or modify it // * under the terms of the GNU Lesser General Public License 2.1 or later, as // * published by the Free Software Foundation. See the included license.txt // * or htt...
28.562791
118
0.423286
b264a048f740f277003bc6e8d3b9a850994d40a5
6,702
cs
C#
Assets/Plugins/GameCreator/Characters/Actions/ActionCharacterState.cs
SK0P3iN/Rapid-Prototyping-Unity-Game
8d856e124ad00b87973176e5f866f4e9a491b8ed
[ "MIT" ]
2
2021-09-22T06:02:31.000Z
2021-12-09T08:10:35.000Z
Assets/Plugins/GameCreator/Characters/Actions/ActionCharacterState.cs
SK0P3iN/Rapid-Prototyping-Unity-Game
8d856e124ad00b87973176e5f866f4e9a491b8ed
[ "MIT" ]
12
2021-10-30T04:17:54.000Z
2022-02-21T06:17:59.000Z
Assets/Plugins/GameCreator/Characters/Actions/ActionCharacterState.cs
Signal-K/Unity-Demo
70d9f487cb5452c523430392afeb781bb0c2fe29
[ "MIT" ]
null
null
null
namespace GameCreator.Characters { using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using GameCreator.Core; using GameCreator.Variables; #if UNITY_EDITOR using UnityEditor; #endif [AddComponentMenu("")] public class ActionCharacterState : IAc...
35.460317
99
0.537899
a66ca68ed64d520407ca8c2a3ab7799e85d6184d
760
cs
C#
DapperExtensionsReloaded/Predicates/Internal/PropertyPredicate.cs
MisterGoodcat/Dapper-Extensions-Reloaded
b4a41a1e107fd52f3d4a8c8377a6a0d99835d364
[ "MIT" ]
4
2018-02-20T13:11:02.000Z
2019-07-01T19:28:14.000Z
DapperExtensionsReloaded/Predicates/Internal/PropertyPredicate.cs
MisterGoodcat/Dapper-Extensions
b4a41a1e107fd52f3d4a8c8377a6a0d99835d364
[ "MIT" ]
3
2018-10-05T14:28:39.000Z
2021-05-07T10:35:34.000Z
DapperExtensionsReloaded/Predicates/Internal/PropertyPredicate.cs
MisterGoodcat/Dapper-Extensions
b4a41a1e107fd52f3d4a8c8377a6a0d99835d364
[ "MIT" ]
1
2021-07-18T06:14:19.000Z
2021-07-18T06:14:19.000Z
using System; using System.Collections.Generic; using DapperExtensionsReloaded.Internal.Sql; namespace DapperExtensionsReloaded.Predicates.Internal { internal sealed class PropertyPredicate<T, T2> : ComparePredicate, IPropertyPredicate where T : class where T2 : class { public PropertyPredicate(Func<IS...
34.545455
122
0.686842
a6aa6bf8ef8ee43c9d327934e0eb5d5b933b4833
1,943
cshtml
C#
src/BlogSystem.Web/Areas/Administration/Views/Posts/Index.cshtml
csyntax/BlogSystem
b5cc738df8e8b8acc1dca0d8ef80a72204092426
[ "MIT" ]
25
2015-08-27T15:37:05.000Z
2022-02-07T17:04:14.000Z
src/BlogSystem.Web/Areas/Administration/Views/Posts/Index.cshtml
csyntax/BlogSystem
b5cc738df8e8b8acc1dca0d8ef80a72204092426
[ "MIT" ]
null
null
null
src/BlogSystem.Web/Areas/Administration/Views/Posts/Index.cshtml
csyntax/BlogSystem
b5cc738df8e8b8acc1dca0d8ef80a72204092426
[ "MIT" ]
8
2017-11-19T16:35:53.000Z
2020-07-07T21:27:15.000Z
@model BlogSystem.Web.Areas.Administration.ViewModels.Posts.IndexPostsPageViewModel @{ ViewBag.Title = "All Posts"; } <header> <h2 class="float-left">@ViewBag.Title</h2> <a href="@Url.Action("Create", "Posts", new {area = "Administration"})" class="btn btn-success float-right"> <span class="fa f...
32.383333
137
0.419454
a6b5e20a910b7cf2b80e80290f896b09db57713c
25,170
cs
C#
R7.HelpDesk/Controls/Work.ascx.cs
volgau/R7.HelpDesk
7d6137fb9ef87fabaf5a0e1d83dd90b8679765aa
[ "MIT" ]
2
2019-01-13T15:54:20.000Z
2021-02-11T07:04:13.000Z
R7.HelpDesk/Controls/Work.ascx.cs
roman-yagodin/R7.HelpDesk
7d6137fb9ef87fabaf5a0e1d83dd90b8679765aa
[ "MIT" ]
3
2015-01-18T16:17:05.000Z
2015-01-18T16:28:26.000Z
R7.HelpDesk/Controls/Work.ascx.cs
volgau/R7.HelpDesk
7d6137fb9ef87fabaf5a0e1d83dd90b8679765aa
[ "MIT" ]
2
2019-10-03T13:46:06.000Z
2020-06-20T11:53:34.000Z
// // webserver.com // Copyright (c) 2009 // by Michael Washington // // redhound.ru // Copyright (c) 2013 // by Roman M. Yagodin // // 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 Softwar...
41.534653
309
0.554112
094d7ad67a30e778847792f70b7e852ca31f7ac6
3,850
cs
C#
Assets/Sample Assets/Cross Platform Input/Scripts/TouchPad.cs
tjkierzkowski/corporate_rpg
5ccf7e31265276e6bba08602576f48de3c564ccc
[ "MIT" ]
8
2015-10-10T10:05:40.000Z
2021-06-01T16:20:49.000Z
Assets/Sample Assets/Cross Platform Input/Scripts/TouchPad.cs
tjkierzkowski/corporate_rpg
5ccf7e31265276e6bba08602576f48de3c564ccc
[ "MIT" ]
null
null
null
Assets/Sample Assets/Cross Platform Input/Scripts/TouchPad.cs
tjkierzkowski/corporate_rpg
5ccf7e31265276e6bba08602576f48de3c564ccc
[ "MIT" ]
4
2016-01-30T13:43:55.000Z
2019-10-12T20:21:43.000Z
using UnityEngine; public class TouchPad : JoystickAbstract { public enum SensitivityRelativeTo { ZoneSize, Resolution } public SensitivityRelativeTo sensitivityRelativeTo; protected float sensitivityRelativeX; protected float sensitivityRelativeY; protected override voi...
34.375
138
0.567013
32a3b5c545b4ebb3458da96b061cd8c88fb5535a
3,473
cs
C#
Core/Deck.cs
richardschneider/bridge-net
f1e211162670199f333a98ea0acf3a6abaea731d
[ "MIT" ]
null
null
null
Core/Deck.cs
richardschneider/bridge-net
f1e211162670199f333a98ea0acf3a6abaea731d
[ "MIT" ]
11
2017-05-11T06:39:36.000Z
2019-06-23T20:55:33.000Z
Core/Deck.cs
richardschneider/bridge-net
f1e211162670199f333a98ea0acf3a6abaea731d
[ "MIT" ]
1
2020-08-12T08:37:40.000Z
2020-08-12T08:37:40.000Z
using System; using System.Collections.Generic; using System.Linq; namespace Makaretu.Bridge { /// <summary> /// A distribution of 52 <see cref="Card">cards </see>. /// </summary> public class Deck { /// <summary> /// The number of <see cref="Card">cards</see> in a <see cref="D...
28.702479
107
0.433631
32cbfc5f2cbbcd29a337c4471e23f6422dc3ea8d
149
cs
C#
src/Endpoint/Contracts/Hello6/HelloServices/SendCommand/HelloSendCommand_ResponseDto.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
src/Endpoint/Contracts/Hello6/HelloServices/SendCommand/HelloSendCommand_ResponseDto.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
src/Endpoint/Contracts/Hello6/HelloServices/SendCommand/HelloSendCommand_ResponseDto.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
namespace Hello6.Domain.Contract.Models.Echo { public class HelloSendCommand_ResponseDto { public string Recv { get; set; } } }
18.625
45
0.671141
cf74b4fe4ab3cfc99d8237a29913e91e7e24f9ef
5,774
cs
C#
BcFactory/CryptoFactory.cs
lockejan/secure-text-editor
0dd05b4c7c115cfcb62851f7d3edc3df01acff64
[ "MIT" ]
null
null
null
BcFactory/CryptoFactory.cs
lockejan/secure-text-editor
0dd05b4c7c115cfcb62851f7d3edc3df01acff64
[ "MIT" ]
null
null
null
BcFactory/CryptoFactory.cs
lockejan/secure-text-editor
0dd05b4c7c115cfcb62851f7d3edc3df01acff64
[ "MIT" ]
null
null
null
using System; using BcFactory.Factories; using BcFactory.Resources; namespace BcFactory { /// <summary> /// Factory class which returns objects from all supported engines. /// Also holds interface implementation for builder/engine classes. /// </summary> public static class CryptoFactory { ...
38.238411
121
0.611015
3228429076de4384a837fd906e2aa5a6432d1250
732
cs
C#
Assets/TestingScript/TimerTester.cs
BartInTheField/Unity-Timer
f1c33230a702335098a2aff3b787cf1f6d6927df
[ "MIT" ]
null
null
null
Assets/TestingScript/TimerTester.cs
BartInTheField/Unity-Timer
f1c33230a702335098a2aff3b787cf1f6d6927df
[ "MIT" ]
null
null
null
Assets/TestingScript/TimerTester.cs
BartInTheField/Unity-Timer
f1c33230a702335098a2aff3b787cf1f6d6927df
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using BartInTheField.Timer; using UnityEngine; using UnityEngine.UI; public class TimerTester : MonoBehaviour { [SerializeField] private Timer timer = default; [SerializeField] private Text counterText = default; private void Start() { ...
20.914286
56
0.663934
686b940bb9476c5a7d917038d43a6236be450296
596
cs
C#
Source/AnimalTab/PawnColumns/PawnColumnWorker_Wool.cs
Karel-Kroeze/RW_EnhancedAnimalsTab
3a281f829e785836e07c66666c2125d775018f2c
[ "MIT" ]
13
2017-01-16T15:43:19.000Z
2019-08-09T06:01:20.000Z
Source/AnimalTab/PawnColumns/PawnColumnWorker_Wool.cs
Karel-Kroeze/RW_EnhancedAnimalsTab
3a281f829e785836e07c66666c2125d775018f2c
[ "MIT" ]
32
2017-01-09T06:44:21.000Z
2019-08-03T20:24:35.000Z
Source/AnimalTab/PawnColumns/PawnColumnWorker_Wool.cs
Karel-Kroeze/RW_EnhancedAnimalsTab
3a281f829e785836e07c66666c2125d775018f2c
[ "MIT" ]
12
2017-01-11T11:40:07.000Z
2019-08-01T17:21:41.000Z
// PawnColumnWorker_Wool.cs // Copyright Karel Kroeze, 2017-2017 using Verse; namespace AnimalTab { public class PawnColumnWorker_Wool: PawnColumnWorker_Progress { public override bool ShouldDraw(Pawn pawn) { return pawn.Shearable(); } public override float GetProgress(Pawn pa...
28.380952
139
0.671141
bfbf3729f8d50dd7711df8e6ca522bf5fe8d5299
7,106
cs
C#
src/MessagePack/Resolvers/TypelessDefaultResolver.cs
cuteant/MessagePack-Span-Fork
be4ad56077eb0c83414d4a42a5390980c352a776
[ "BSD-2-Clause" ]
3
2020-07-17T12:40:43.000Z
2020-09-13T10:19:04.000Z
src/MessagePack/Resolvers/TypelessDefaultResolver.cs
cuteant/MessagePack-Span-Fork
be4ad56077eb0c83414d4a42a5390980c352a776
[ "BSD-2-Clause" ]
null
null
null
src/MessagePack/Resolvers/TypelessDefaultResolver.cs
cuteant/MessagePack-Span-Fork
be4ad56077eb0c83414d4a42a5390980c352a776
[ "BSD-2-Clause" ]
null
null
null
namespace MessagePack.Resolvers { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using MessagePack.Formatters; #if DEPENDENT_ON_CUTEANT using CuteAnt.Reflection; #else using MessagePack.Internal; #endif /// <summa...
37.010417
153
0.588235
281926b2206f5772ec58a246272b04313f511d1d
315
cs
C#
Assets/UFOtest/Scripts/BtnScript.cs
sachinoma/VR_Exhibition
d0e4065797a70bf588352fedb06d048f89a2644b
[ "Unlicense" ]
null
null
null
Assets/UFOtest/Scripts/BtnScript.cs
sachinoma/VR_Exhibition
d0e4065797a70bf588352fedb06d048f89a2644b
[ "Unlicense" ]
null
null
null
Assets/UFOtest/Scripts/BtnScript.cs
sachinoma/VR_Exhibition
d0e4065797a70bf588352fedb06d048f89a2644b
[ "Unlicense" ]
null
null
null
using UnityEngine; using System.Collections; using UnityEngine.SceneManagement; public class BtnScript : MonoBehaviour { public void btnStartpressed() { Time.timeScale = 1; SceneManager.LoadScene("1020_04"); } public void btnQuitpressed() { Application.Quit(); } }
18.529412
42
0.660317
5d0af8b1c302acca3735022b03eac60585a12f8c
667
cs
C#
TensorShaderPreset/Properties/AssemblyInfo.cs
tk-yoshimura/TensorShader
d7f905cc087998efd44a653a4870faf3e2684e17
[ "MIT" ]
2
2019-09-11T05:46:03.000Z
2021-11-26T21:59:21.000Z
TensorShaderPreset/Properties/AssemblyInfo.cs
tk-yoshimura/TensorShader
d7f905cc087998efd44a653a4870faf3e2684e17
[ "MIT" ]
1
2020-01-17T19:43:23.000Z
2021-05-29T03:49:35.000Z
TensorShaderPreset/Properties/AssemblyInfo.cs
tk-yoshimura/TensorShader
d7f905cc087998efd44a653a4870faf3e2684e17
[ "MIT" ]
null
null
null
using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("TensorShaderPreset")] [assembly: AssemblyDescription("Deep Learning .NET library, For Regression. Preset")] #if DEBUG [assembly: AssemblyConfiguration("Debug")] #else [assembly: AssemblyConfiguration("Release")] #endif [assembl...
27.791667
85
0.770615
5d53ea59cd7d703af680687644a7d6116b138f9d
1,607
cs
C#
TTF.Tests/MappingIsMatchTests.cs
AndyPook/TTF
a052d98cda159664f37c81e0a6a5b8dd367e1e01
[ "MIT" ]
null
null
null
TTF.Tests/MappingIsMatchTests.cs
AndyPook/TTF
a052d98cda159664f37c81e0a6a5b8dd367e1e01
[ "MIT" ]
null
null
null
TTF.Tests/MappingIsMatchTests.cs
AndyPook/TTF
a052d98cda159664f37c81e0a6a5b8dd367e1e01
[ "MIT" ]
null
null
null
using Xunit; using TTF.Mappings; namespace TTF.Tests { public class MappingIsMatchTests { public static TestData TestData => GenerateTestData(); private static TestData GenerateTestData() { var result = new TestData(); // generate the combinations of a,b,c indicating which values should match each map...
29.218182
127
0.695706
5d5bb372f3c985e01df83e5d42cf6d8e51c8b933
370
cs
C#
source/StockManager.Domain/AggregatesModel/CategoryAggregate/Type.cs
roly445/StockManager
0abf9b24a19b6ea9a946cd39966e76dc50006982
[ "MIT" ]
null
null
null
source/StockManager.Domain/AggregatesModel/CategoryAggregate/Type.cs
roly445/StockManager
0abf9b24a19b6ea9a946cd39966e76dc50006982
[ "MIT" ]
null
null
null
source/StockManager.Domain/AggregatesModel/CategoryAggregate/Type.cs
roly445/StockManager
0abf9b24a19b6ea9a946cd39966e76dc50006982
[ "MIT" ]
1
2021-12-22T15:59:49.000Z
2021-12-22T15:59:49.000Z
using System; using StockManager.Core.Domain; namespace StockManager.Domain.AggregatesModel.CategoryAggregate { public class Type : Entity { public Type(Guid id, string name) { this.Id = id; this.Name = name; } private Type() { } ...
18.5
63
0.551351
b927d48b1afdcdef6c751aee7b4d1e1ee1f4b4ce
2,102
cs
C#
PasswordTextBoxControl.Test.Unit/Facades/GraphicsTest.cs
njonsson/PasswordTextBox-Control
b8493916fd9aa5ab56379c2033fdcec5ce316d53
[ "MIT" ]
5
2016-02-12T03:12:06.000Z
2021-02-03T23:59:26.000Z
PasswordTextBoxControl.Test.Unit/Facades/GraphicsTest.cs
njonsson/PasswordTextBox-Control
b8493916fd9aa5ab56379c2033fdcec5ce316d53
[ "MIT" ]
null
null
null
PasswordTextBoxControl.Test.Unit/Facades/GraphicsTest.cs
njonsson/PasswordTextBox-Control
b8493916fd9aa5ab56379c2033fdcec5ce316d53
[ "MIT" ]
1
2017-01-01T15:36:20.000Z
2017-01-01T15:36:20.000Z
using System.Diagnostics.CodeAnalysis; using System.Drawing.Text; using System.Windows.Forms; using Microsoft.VisualStudio.TestTools.UnitTesting; using Graphics = PasswordTextBoxControl.Facades.Graphics; namespace PasswordTextBoxControl.Test.Unit.Facades { [SuppressMessage("Microsoft.Design", ...
29.194444
82
0.596099
9f8d45a7a2c7ecfbce3437c084d4236cca25b7e6
3,061
cs
C#
test/NosCore.Networking.Tests/LogLanguageTests.cs
NosCoreIO/NosCore.Networking
8fc2fe7e62e1f33c1938b6bd864bcc3e605e5348
[ "MIT" ]
null
null
null
test/NosCore.Networking.Tests/LogLanguageTests.cs
NosCoreIO/NosCore.Networking
8fc2fe7e62e1f33c1938b6bd864bcc3e605e5348
[ "MIT" ]
11
2022-01-03T10:08:08.000Z
2022-03-07T05:25:13.000Z
test/NosCore.Networking.Tests/LogLanguageTests.cs
NosCoreIO/NosCore.Networking
8fc2fe7e62e1f33c1938b6bd864bcc3e605e5348
[ "MIT" ]
null
null
null
using System; using System.Globalization; using System.Linq; using Microsoft.Extensions.Localization; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using Microsoft.VisualStudio.TestTools.UnitTesting; using NosCore.Networking.Resource; using NosCore.Shared.Enumerations; using NosCore.Shared.I1...
32.56383
116
0.602744
04b9904a0012fe6a6375a52b2f742d4f87478313
7,015
cs
C#
Applications/Converter/Main/Sources/Models/FileDecorator.cs
hisa-lab/Cube.Pdf
842e92542a32fe188907f69e212451ac2f613723
[ "Apache-2.0" ]
null
null
null
Applications/Converter/Main/Sources/Models/FileDecorator.cs
hisa-lab/Cube.Pdf
842e92542a32fe188907f69e212451ac2f613723
[ "Apache-2.0" ]
null
null
null
Applications/Converter/Main/Sources/Models/FileDecorator.cs
hisa-lab/Cube.Pdf
842e92542a32fe188907f69e212451ac2f613723
[ "Apache-2.0" ]
null
null
null
/* ------------------------------------------------------------------------- */ // // Copyright (c) 2010 CubeSoft, Inc. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published // by the Free Software Foundation, either versi...
33.246445
90
0.398717
04ca4ca1a19311ba909400db666052ff65c98b3d
13,770
cs
C#
apps/News/News/DetailsPage.xaml.cs
Peullo/uwp-experiences
f398702433929a8d2282ee5517b85da8b71bb1dc
[ "MIT" ]
457
2016-11-11T20:16:59.000Z
2019-05-05T10:26:40.000Z
apps/News/News/DetailsPage.xaml.cs
Peullo/uwp-experiences
f398702433929a8d2282ee5517b85da8b71bb1dc
[ "MIT" ]
19
2016-11-19T07:29:12.000Z
2019-04-04T08:16:10.000Z
apps/News/News/DetailsPage.xaml.cs
Peullo/uwp-experiences
f398702433929a8d2282ee5517b85da8b71bb1dc
[ "MIT" ]
206
2016-12-05T07:41:53.000Z
2019-05-03T07:45:20.000Z
using Microsoft.Toolkit.Uwp.UI.Animations; using News.Data; using News.Helpers; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Threading.Tasks; using Windows.Foundation; using Windows.Founda...
36.525199
347
0.606826
b20a0279f2f5a8f0cc71b9e688fd2b487e87b805
347
cs
C#
JoystickTest/Statics.cs
EDDiscovery/MultiJoyStickTest
d9412060a6bc8c6f0072de1d253b5f2bccfa63fb
[ "Apache-2.0" ]
3
2021-07-19T14:05:29.000Z
2021-09-23T06:44:38.000Z
JoystickTest/Statics.cs
EDDiscovery/MultiJoyStickTest
d9412060a6bc8c6f0072de1d253b5f2bccfa63fb
[ "Apache-2.0" ]
null
null
null
JoystickTest/Statics.cs
EDDiscovery/MultiJoyStickTest
d9412060a6bc8c6f0072de1d253b5f2bccfa63fb
[ "Apache-2.0" ]
1
2021-07-19T14:05:32.000Z
2021-07-19T14:05:32.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; public static class Statics { public static string RemoveNuls( this string s) { int index = s.IndexOf('\0'); if (index > 0) s = s.Substring(0, index); ...
20.411765
52
0.596542
ef0b4880746caca780ce5b2b4e7b4a9fb483e89d
977
cs
C#
MiniBuild/Options.cs
wang-yn/MiniTools
9cc467eaa25121b68dcb9c71b972e353010b2ad5
[ "MIT" ]
1
2017-08-21T03:36:13.000Z
2017-08-21T03:36:13.000Z
MiniBuild/Options.cs
wang-yn/MiniTools
9cc467eaa25121b68dcb9c71b972e353010b2ad5
[ "MIT" ]
null
null
null
MiniBuild/Options.cs
wang-yn/MiniTools
9cc467eaa25121b68dcb9c71b972e353010b2ad5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CommandLine; namespace MiniBuild { class Options { [Option("debug", DefaultValue = false, HelpText = "以调试模式启动(输出更详细的日志)")] public bool DebugMode { get; set; } [Option('s', "solution", Required ...
33.689655
114
0.627431
efcd1ff6a652550340f3d9e647092aa53fa47788
4,101
cs
C#
src/NiceHashMiner/Forms/Form_TDPSettings.cs
Torino777/NiceHashMiner
d4abfaa1875228a2f4394d32c3c3947db9061cba
[ "MIT" ]
2
2019-10-17T16:27:42.000Z
2019-10-17T17:24:53.000Z
src/NiceHashMiner/Forms/Form_TDPSettings.cs
Torino777/NiceHashMiner
d4abfaa1875228a2f4394d32c3c3947db9061cba
[ "MIT" ]
null
null
null
src/NiceHashMiner/Forms/Form_TDPSettings.cs
Torino777/NiceHashMiner
d4abfaa1875228a2f4394d32c3c3947db9061cba
[ "MIT" ]
1
2021-05-19T23:08:08.000Z
2021-05-19T23:08:08.000Z
using System; using System.Linq; using System.Windows.Forms; using NHM.DeviceMonitoring.TDP; using NHMCore.Mining; namespace NiceHashMiner.Forms { public partial class Form_TDPSettings : Form { public Form_TDPSettings() { InitializeComponent(); InitializeDevices(); ...
34.754237
123
0.577176
eff20848ebf6c489f2d674bf8a478478af591dcd
3,066
cs
C#
Assets/Scripts/RedRunner/UIManager.cs
AppStoreFoundation/RedRunner
5f99242655cced155d4906494147dfab456e94a0
[ "MIT" ]
null
null
null
Assets/Scripts/RedRunner/UIManager.cs
AppStoreFoundation/RedRunner
5f99242655cced155d4906494147dfab456e94a0
[ "MIT" ]
null
null
null
Assets/Scripts/RedRunner/UIManager.cs
AppStoreFoundation/RedRunner
5f99242655cced155d4906494147dfab456e94a0
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using RedRunner.UI; namespace RedRunner { public class UIManager : MonoBehaviour { private static UIManager m_Singleton; public static UIManager Singleton { get { return m_Singleton; } } ...
18.695122
79
0.634051
e6e9ce0e1cd3ded023b3c356ca19f5efc8770d2c
175
cs
C#
abremir.AllMyBricks.ThirdParty.Brickset/Models/Parameters/ParameterSetId.cs
zmira/abremir.allmybricks
00e3adcfb5cf92dd0937d5294123a66264ea96d3
[ "MIT" ]
null
null
null
abremir.AllMyBricks.ThirdParty.Brickset/Models/Parameters/ParameterSetId.cs
zmira/abremir.allmybricks
00e3adcfb5cf92dd0937d5294123a66264ea96d3
[ "MIT" ]
null
null
null
abremir.AllMyBricks.ThirdParty.Brickset/Models/Parameters/ParameterSetId.cs
zmira/abremir.allmybricks
00e3adcfb5cf92dd0937d5294123a66264ea96d3
[ "MIT" ]
null
null
null
namespace abremir.AllMyBricks.ThirdParty.Brickset.Models.Parameters { public class ParameterSetId : ParameterApiKey { public long SetID { get; set; } } }
21.875
68
0.697143
faa1b8073804b6854ca0036b97faf69d3ba968fc
1,188
cs
C#
src/MailCheck.Dkim.Evaluator/Implicit/ImplicitProviderStrategyBase.cs
ukncsc/MailCheck.Public.Dkim
7096610e1cccdff548419da36274ee1452e172fc
[ "Apache-2.0" ]
null
null
null
src/MailCheck.Dkim.Evaluator/Implicit/ImplicitProviderStrategyBase.cs
ukncsc/MailCheck.Public.Dkim
7096610e1cccdff548419da36274ee1452e172fc
[ "Apache-2.0" ]
null
null
null
src/MailCheck.Dkim.Evaluator/Implicit/ImplicitProviderStrategyBase.cs
ukncsc/MailCheck.Public.Dkim
7096610e1cccdff548419da36274ee1452e172fc
[ "Apache-2.0" ]
1
2021-04-11T09:44:38.000Z
2021-04-11T09:44:38.000Z
using System; using System.Collections.Generic; using System.Linq; using MailCheck.Dkim.Evaluator.Domain; namespace MailCheck.Dkim.Evaluator.Implicit { public abstract class ImplicitTagProviderStrategyBase<TConcrete> : ImplicitProviderStrategyBase<Tag, TConcrete> where TConcrete : Tag { ...
29.7
107
0.641414
0737f06c912c29c082083986cab2275112dd42eb
277
cs
C#
Havit.Services.Azure.Tests/FileStorage/Infrastructure/TestFileStorage.cs
havit/HavitFramework
cc23bd0070a4becb2ce990e696022eb62662973a
[ "MIT" ]
23
2019-05-08T07:15:12.000Z
2022-01-27T06:44:25.000Z
Havit.Services.Azure.Tests/FileStorage/Infrastructure/TestFileStorage.cs
havit/HavitFramework
cc23bd0070a4becb2ce990e696022eb62662973a
[ "MIT" ]
null
null
null
Havit.Services.Azure.Tests/FileStorage/Infrastructure/TestFileStorage.cs
havit/HavitFramework
cc23bd0070a4becb2ce990e696022eb62662973a
[ "MIT" ]
2
2021-10-15T06:36:51.000Z
2022-01-25T22:23:10.000Z
using Havit.Services.FileStorage; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Havit.Services.Azure.Tests.FileStorage.Infrastructure { public class TestFileStorage : FileStorageContext { } }
19.785714
63
0.812274
98f932a3dd464350caa8cd3ffe2b3a22fe356474
1,258
cs
C#
src/Controllers/Filter/JsonHandlerAttribute.cs
vitormoura/template-mvc5_jsonrpc
ae8e4d895f765e49adf3af300f9a02222ccd3311
[ "MIT" ]
null
null
null
src/Controllers/Filter/JsonHandlerAttribute.cs
vitormoura/template-mvc5_jsonrpc
ae8e4d895f765e49adf3af300f9a02222ccd3311
[ "MIT" ]
null
null
null
src/Controllers/Filter/JsonHandlerAttribute.cs
vitormoura/template-mvc5_jsonrpc
ae8e4d895f765e49adf3af300f9a02222ccd3311
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using TemplateMVC5_JSONRpc.Results; namespace TemplateMVC5_JSONRpc.Filters { /// <summary> /// Filtro que intercepta resultados do tipo JsonResult, substituindo-o por um outro tipo de resultado /// q...
34
114
0.63593
8d0ad3b472d6a39303cf95838e3eea0e8a5983aa
1,143
cs
C#
Bodoconsult.Core.Latex/Model/LaTexImageItem.cs
RobertLeisner/Bodoconsult.Core.Latex
7bf9e15fa8d6462bc3f0b70dffc3ce20a0e359ae
[ "MIT" ]
null
null
null
Bodoconsult.Core.Latex/Model/LaTexImageItem.cs
RobertLeisner/Bodoconsult.Core.Latex
7bf9e15fa8d6462bc3f0b70dffc3ce20a0e359ae
[ "MIT" ]
null
null
null
Bodoconsult.Core.Latex/Model/LaTexImageItem.cs
RobertLeisner/Bodoconsult.Core.Latex
7bf9e15fa8d6462bc3f0b70dffc3ce20a0e359ae
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.IO; using Bodoconsult.Core.Latex.Enums; using Bodoconsult.Core.Latex.Interfaces; namespace Bodoconsult.Core.Latex.Model { /// <summary> /// Paragraph class for image paragraphs /// </summary> public class LaTexImageItem : ILaTexImageItem { //...
24.319149
76
0.553806
998e722eb198c0121bd17cf180d12f374f60e31f
658
cs
C#
MonoGame.Imaging/Pixels/IPixelSource.cs
TechnologicalPizza/MonoGame
81556bb9717da64fc72e22674cc91ec3fae07b93
[ "MS-PL" ]
null
null
null
MonoGame.Imaging/Pixels/IPixelSource.cs
TechnologicalPizza/MonoGame
81556bb9717da64fc72e22674cc91ec3fae07b93
[ "MS-PL" ]
null
null
null
MonoGame.Imaging/Pixels/IPixelSource.cs
TechnologicalPizza/MonoGame
81556bb9717da64fc72e22674cc91ec3fae07b93
[ "MS-PL" ]
null
null
null
using System; using MonoGame.Framework.Vectors; namespace MonoGame.Imaging.Pixels { /// <summary> /// Base interface for objects that store pixels. /// </summary> public interface IPixelSource : IDisposable { /// <summary> /// Gets the width of the source in pixels. ...
24.37037
58
0.525836
fec1723b6958c380ef4f7be930864b2e23036fda
1,616
cs
C#
backend/.net core-be/Pygma/tests/uat/Pygma.UatTests/Endpoints/HttpUsersExtensions.cs
CodeExcavator/project-pygma
b8439dc2927ff04037f3e918cf788a9f3056364e
[ "MIT" ]
null
null
null
backend/.net core-be/Pygma/tests/uat/Pygma.UatTests/Endpoints/HttpUsersExtensions.cs
CodeExcavator/project-pygma
b8439dc2927ff04037f3e918cf788a9f3056364e
[ "MIT" ]
6
2021-03-10T13:47:36.000Z
2022-02-27T02:37:27.000Z
backend/.net core-be/Pygma/tests/uat/Pygma.UatTests/Endpoints/HttpUsersExtensions.cs
CodeExcavator/project-pygma
b8439dc2927ff04037f3e918cf788a9f3056364e
[ "MIT" ]
1
2020-08-15T12:04:50.000Z
2020-08-15T12:04:50.000Z
using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Pygma.UatTests.Extensions; using Pygma.Users.ViewModels.Requests; using Pygma.Users.ViewModels.Requests.Users; using Pygma.Users.ViewModels.Responses; using Pygma.Users.ViewModels.Responses.Users; namespace Py...
43.675676
187
0.715347
56f5225a32714c92327ddffc911e706875e8eecd
2,368
cs
C#
source/MikhailKhalizev.Max/source/Program/Auto/z-1009-c660.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
3
2020-08-04T13:18:57.000Z
2020-12-06T20:22:19.000Z
source/MikhailKhalizev.Max/source/Program/Auto/z-1009-c660.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
source/MikhailKhalizev.Max/source/Program/Auto/z-1009-c660.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x1009_c660-b5fdc02a")] public void Method_1009_c660() { ii(0x1009_c660, 5); push(0x24); ...
64
114
0.409206
a8dbe8e25d5d708cc113462c7a96aead6ae95be2
9,332
cs
C#
src/Compat/Utils.cs
mcneel/compat
667a4f16d2393a8cb0adf8ad15199ceac2aa1d57
[ "MIT" ]
null
null
null
src/Compat/Utils.cs
mcneel/compat
667a4f16d2393a8cb0adf8ad15199ceac2aa1d57
[ "MIT" ]
3
2016-08-30T12:21:56.000Z
2020-09-14T16:47:20.000Z
src/Compat/Utils.cs
mcneel/compat
667a4f16d2393a8cb0adf8ad15199ceac2aa1d57
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Mono.Cecil; namespace Compat { static class Utils { #region MethodMatching internal static MethodDefinition TryMatchMethod(TypeDefinition type, MethodDefinition candidate) { if (type == null) return null; if (!type.HasMethods) ...
33.689531
130
0.641234
c05b77be0a5c66d16feeb30071b068c8e63e554f
1,761
cs
C#
Source/Patch_TantrumMentalStateUtility_CanSmash.cs
Phenrei/RimWorld-LWM.DeepStorage
d214208c9903284a89e79efdb5e55645bd08a19f
[ "MIT" ]
null
null
null
Source/Patch_TantrumMentalStateUtility_CanSmash.cs
Phenrei/RimWorld-LWM.DeepStorage
d214208c9903284a89e79efdb5e55645bd08a19f
[ "MIT" ]
null
null
null
Source/Patch_TantrumMentalStateUtility_CanSmash.cs
Phenrei/RimWorld-LWM.DeepStorage
d214208c9903284a89e79efdb5e55645bd08a19f
[ "MIT" ]
null
null
null
using System; using HarmonyLib; using RimWorld; using Verse; using Verse.AI; /************* * Limit damage a pawn can do while having a tantrum: * Only allow pawn to check "top" item in Deep Storage * Only allow any item half the time (because dealing * with tightly packed storage is a pain) * ...
39.133333
121
0.551391
c7f383ca9b1c2b89bb4eb73a7e4a9e33f4f248b3
3,510
cs
C#
WordNet.Wpf/Core/CommandSourceControl.cs
ametj/wordnet-dictionary
6fda1bfe97ee29cf2ab567f6312c1c3d36763b38
[ "MIT" ]
2
2021-05-29T19:27:44.000Z
2021-06-11T09:46:25.000Z
WordNet.Wpf/Core/CommandSourceControl.cs
ametj/wordnet-dictionary
6fda1bfe97ee29cf2ab567f6312c1c3d36763b38
[ "MIT" ]
null
null
null
WordNet.Wpf/Core/CommandSourceControl.cs
ametj/wordnet-dictionary
6fda1bfe97ee29cf2ab567f6312c1c3d36763b38
[ "MIT" ]
null
null
null
using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; namespace WordNet.Wpf.Core { public class CommandSourceControl : Control, ICommandSource { public static readonly DependencyProperty CommandProperty = DependencyProperty.Register(nameof(Command), typeof(ICom...
33.428571
245
0.547863