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
e2ad76002b8ef22e29b98bd56c896fc67e2568e2
390
cs
C#
src/Library/CoreFX/Abstractions/Logging/LogMgr.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
src/Library/CoreFX/Abstractions/Logging/LogMgr.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
src/Library/CoreFX/Abstractions/Logging/LogMgr.cs
osisdie/Hello6.WebAPI.on.NET6.OpenAPI.JWT.FluentValidator.Docker.AZ_Pipeline.xUnit
2941f377755c37909215f3908e71c13c97f622e9
[ "BSD-3-Clause" ]
null
null
null
using System; using Microsoft.Extensions.Logging; namespace CoreFX.Abstractions.Logging { public sealed class LogMgr { public static ILogger<T> CreateLogger<T>() => LoggerFactory.CreateLogger<T>(); public static ILogger CreateLogger(Type type) => LoggerFactory.CreateLogger(type); publ...
27.857143
90
0.720513
6eefee7d25faa29bb81a99977096e996180586b7
1,390
cs
C#
RandomProvider/RandomProvider/Common/ISymbolRandomizerBuilder.cs
kmvunion/RandomProvider
4a32c9d6751743f5ed6f27ea75e263083a488eaf
[ "Apache-2.0" ]
1
2022-01-03T22:47:25.000Z
2022-01-03T22:47:25.000Z
RandomProvider/RandomProvider/Common/ISymbolRandomizerBuilder.cs
kmvunion/RandomProvider
4a32c9d6751743f5ed6f27ea75e263083a488eaf
[ "Apache-2.0" ]
null
null
null
RandomProvider/RandomProvider/Common/ISymbolRandomizerBuilder.cs
kmvunion/RandomProvider
4a32c9d6751743f5ed6f27ea75e263083a488eaf
[ "Apache-2.0" ]
null
null
null
namespace KMVUnion.RandomProvider.Common { public interface ISymbolRandomizerBuilder<T> { /// <summary> /// Set allowed symbols from the array. /// </summary> /// <param name="symbols">Array of the symbols which can be used for generating random string value.</param> ///...
40.882353
128
0.629496
aefe414d1abeb68bf5ceaaf029f6958ff127d96f
306
cs
C#
Collections/Queue.cs
iluvredwall/ItzWarty.Commons
861d70902c58a2dcaa34d271ed123152623f5d16
[ "BSD-2-Clause" ]
null
null
null
Collections/Queue.cs
iluvredwall/ItzWarty.Commons
861d70902c58a2dcaa34d271ed123152623f5d16
[ "BSD-2-Clause" ]
null
null
null
Collections/Queue.cs
iluvredwall/ItzWarty.Commons
861d70902c58a2dcaa34d271ed123152623f5d16
[ "BSD-2-Clause" ]
null
null
null
using System.Collections.Generic; namespace Dargon.Commons.Collections { public class Queue<T> : System.Collections.Generic.Queue<T>, IQueue<T> { public Queue() { } public Queue(IEnumerable<T> collection) : base(collection) { } public Queue(int capacity) : base(capacity) { } } }
30.6
75
0.679739
1f4ecce0538a3ba301f5d2a0162e7dfa11b142b0
974
cs
C#
v2/Tests/Spect.Net.SpectrumEmu.Test/Helpers/RunMode.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
219
2017-09-09T08:18:19.000Z
2022-03-24T03:35:28.000Z
v2/Tests/Spect.Net.SpectrumEmu.Test/Helpers/RunMode.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
211
2017-10-25T07:54:43.000Z
2021-12-30T08:59:05.000Z
v2/Tests/Spect.Net.SpectrumEmu.Test/Helpers/RunMode.cs
Toysoft/spectnetide
7fe01fe772215e3405adc4eba8b1d1bb815e4534
[ "MIT" ]
29
2017-09-09T10:19:25.000Z
2022-02-09T12:17:14.000Z
namespace Spect.Net.SpectrumEmu.Test.Helpers { /// <summary> /// This enum defines the run modes the Z80TestMachine allows /// </summary> public enum RunMode { /// <summary> /// Run while the machine is disposed or a break signal arrives. /// </summary> Normal, ...
24.974359
72
0.526694
8c5356187c30c3978953556c0740d2a5e41a7f58
3,954
cs
C#
src/Myra/Graphics2D/UI/ImageTextButton.cs
WTRipper/Myra
31a7c35473087f29980b50d827447b9921190a24
[ "MIT" ]
null
null
null
src/Myra/Graphics2D/UI/ImageTextButton.cs
WTRipper/Myra
31a7c35473087f29980b50d827447b9921190a24
[ "MIT" ]
null
null
null
src/Myra/Graphics2D/UI/ImageTextButton.cs
WTRipper/Myra
31a7c35473087f29980b50d827447b9921190a24
[ "MIT" ]
null
null
null
using System.ComponentModel; using Myra.Graphics2D.UI.Styles; using Myra.Attributes; #if !STRIDE using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #else using Stride.Core.Mathematics; using Stride.Graphics; #endif namespace Myra.Graphics2D.UI { [StyleTypeName("Button")] public class ImageTextB...
16.138776
86
0.666667
163e2deb1cfb24df0db9a1516f83c155072e19d4
2,058
cs
C#
src/projects/MyInfluxDbClient/InfluxPoints.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
src/projects/MyInfluxDbClient/InfluxPoints.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
src/projects/MyInfluxDbClient/InfluxPoints.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using System.Linq; using EnsureThat; namespace MyInfluxDbClient { public class InfluxPoints : IEnumerable<InfluxPoint> { private readonly List<InfluxPoint> _points = new List<InfluxPoint>(); public InfluxPoint this[int index] => _poin...
25.725
133
0.594752
fb811cd949089753368eeca78b7955b2a6921605
1,878
cs
C#
src/Features/Core/Portable/EditAndContinue/SolutionUpdate.cs
ffMathy/roslyn
d66c12164c0da3841f86b165872ea1b55942c575
[ "MIT" ]
35
2016-12-29T14:28:12.000Z
2021-11-24T16:34:22.000Z
src/Features/Core/Portable/EditAndContinue/SolutionUpdate.cs
ffMathy/roslyn
d66c12164c0da3841f86b165872ea1b55942c575
[ "MIT" ]
7
2015-04-23T18:21:24.000Z
2020-04-16T20:12:01.000Z
src/Features/Core/Portable/EditAndContinue/SolutionUpdate.cs
ffMathy/roslyn
d66c12164c0da3841f86b165872ea1b55942c575
[ "MIT" ]
11
2017-03-29T10:03:47.000Z
2021-05-13T05:27:08.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. #nullable disable using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis.Emit; namespace ...
40.826087
143
0.704473
44c14747df4b9a7bf2da26251300306f258e81b5
1,098
cs
C#
Hazaards/Boulder.cs
glenmcmanus/Dude-Bro-Space-Science-Man-Guy
e2da9b56c7a7d08641c31b19c538c00c489e3165
[ "MIT" ]
null
null
null
Hazaards/Boulder.cs
glenmcmanus/Dude-Bro-Space-Science-Man-Guy
e2da9b56c7a7d08641c31b19c538c00c489e3165
[ "MIT" ]
null
null
null
Hazaards/Boulder.cs
glenmcmanus/Dude-Bro-Space-Science-Man-Guy
e2da9b56c7a7d08641c31b19c538c00c489e3165
[ "MIT" ]
null
null
null
using UnityEngine; /* Created by Glen McManus January 28, 2018 */ /* * Boulder provides logic for falling objects that damage the player. */ public class Boulder : MonoBehaviour { public int damage = 1; private bool boulderState; private float speed = 1.5f; private float maxSpeed = 1.5f; publ...
22.408163
70
0.632058
786864bc6f586efa36854fcd5fba0bb940258b21
1,052
cs
C#
libraries/Microsoft.Bot.Builder/PagedResult.cs
yeze322/botbuilder-dotnet
af6a753d3e09c396e709210638a8d16ba7038d04
[ "MIT" ]
425
2019-05-07T06:47:09.000Z
2022-03-28T02:35:52.000Z
libraries/Microsoft.Bot.Builder/PagedResult.cs
yeze322/botbuilder-dotnet
af6a753d3e09c396e709210638a8d16ba7038d04
[ "MIT" ]
3,420
2019-05-07T00:00:05.000Z
2022-03-31T20:33:59.000Z
libraries/Microsoft.Bot.Builder/PagedResult.cs
yeze322/botbuilder-dotnet
af6a753d3e09c396e709210638a8d16ba7038d04
[ "MIT" ]
281
2019-05-08T10:46:49.000Z
2022-03-29T07:20:16.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; namespace Microsoft.Bot.Builder { /// <summary> /// Page of results from an enumeration. /// </summary> /// <typeparam name="T">The type of items in the results.</typeparam> public class ...
31.878788
120
0.602662
78ec44db78da619fb3eef1a23abf0c3d090e4239
997
cs
C#
src/Zrs/Models/ElysiumTransactionSummary.cs
zcoinofficial/zrs
974d3a1c9eb5b604e880a2ec57f475158e8476d8
[ "MIT" ]
1
2021-04-13T22:44:12.000Z
2021-04-13T22:44:12.000Z
src/Zrs/Models/ElysiumTransactionSummary.cs
firoorg/zrs
974d3a1c9eb5b604e880a2ec57f475158e8476d8
[ "MIT" ]
null
null
null
src/Zrs/Models/ElysiumTransactionSummary.cs
firoorg/zrs
974d3a1c9eb5b604e880a2ec57f475158e8476d8
[ "MIT" ]
null
null
null
namespace Zrs.Models { using NBitcoin; /// <summary> /// Summary of the Elysium transaction. /// </summary> public sealed class ElysiumTransactionSummary { /// <summary> /// The sender address. /// </summary> /// <example> /// a95gwjFFBbJWTpAzNxFRbFGvJjZg...
23.186047
53
0.481444
2d5abf61fda8cfa0719b5dbecabdf6f066bb8bae
14,880
cs
C#
Nerdle.AutoConfig.Tests.Integration/ConfigExamples.Designer.cs
0xced/Nerdle.AutoConfig
169ae95a0a3e91aa04c04ac19afdc1a8a6888fef
[ "MIT" ]
null
null
null
Nerdle.AutoConfig.Tests.Integration/ConfigExamples.Designer.cs
0xced/Nerdle.AutoConfig
169ae95a0a3e91aa04c04ac19afdc1a8a6888fef
[ "MIT" ]
null
null
null
Nerdle.AutoConfig.Tests.Integration/ConfigExamples.Designer.cs
0xced/Nerdle.AutoConfig
169ae95a0a3e91aa04c04ac19afdc1a8a6888fef
[ "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> //--...
46.068111
200
0.559207
1ae345b2909f35a4dbe212fbf2bb22ea1c114b97
2,454
cs
C#
backend/Startup.cs
MichalKarol/docker_tutorial
470d9832074d5dc5aedc92e22f1eb004d87e7b45
[ "MIT" ]
1
2020-03-09T00:17:30.000Z
2020-03-09T00:17:30.000Z
backend/Startup.cs
MichalKarol/docker_tutorial
470d9832074d5dc5aedc92e22f1eb004d87e7b45
[ "MIT" ]
5
2021-05-10T09:55:16.000Z
2022-02-26T17:00:58.000Z
backend/Startup.cs
MichalKarol/docker_tutorial
470d9832074d5dc5aedc92e22f1eb004d87e7b45
[ "MIT" ]
1
2020-03-09T00:17:57.000Z
2020-03-09T00:17:57.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using Microsoft.Extensions....
35.565217
122
0.605134
51cd4632f8a51747b9978c75922dbb95769f7a6b
3,958
cs
C#
Sources/Sandbox.Game/ModAPI/MyPlayerCollection_ModAPI.cs
Legion2/PCSS
39004ce9ab75ee133bbbebf97372e27cca7c630a
[ "OML" ]
null
null
null
Sources/Sandbox.Game/ModAPI/MyPlayerCollection_ModAPI.cs
Legion2/PCSS
39004ce9ab75ee133bbbebf97372e27cca7c630a
[ "OML" ]
null
null
null
Sources/Sandbox.Game/ModAPI/MyPlayerCollection_ModAPI.cs
Legion2/PCSS
39004ce9ab75ee133bbbebf97372e27cca7c630a
[ "OML" ]
null
null
null
using Sandbox.Game.Entities; using Sandbox.Game.World; using Sandbox.ModAPI; using System; using System.Collections.Generic; using System.Linq; using System.Text; using VRage.ModAPI; namespace Sandbox.Game.Multiplayer { public partial class MyPlayerCollection : IMyPlayerCollection { long IMyPlayerColl...
35.026549
150
0.592218
7bc5cb3325f654813cc68b13e20bae75898ac56d
5,657
cs
C#
Assets/Mirage/Runtime/Compression.cs
Markario/MirrorNG
8efe7cea0eb8536335f46bf412a8ba71be74ae96
[ "MIT" ]
null
null
null
Assets/Mirage/Runtime/Compression.cs
Markario/MirrorNG
8efe7cea0eb8536335f46bf412a8ba71be74ae96
[ "MIT" ]
null
null
null
Assets/Mirage/Runtime/Compression.cs
Markario/MirrorNG
8efe7cea0eb8536335f46bf412a8ba71be74ae96
[ "MIT" ]
null
null
null
using System; using UnityEngine; namespace Mirage { enum ComponentType : uint { X = 0, Y = 1, Z = 2, W = 3 } /// <summary> /// Credit to this man for converting gaffer games c code to c# /// https://gist.github.com/fversnel/0497ad7ab3b81e0dc1dd /// <...
36.031847
101
0.404985
b408ef52775874af3f07a00963a2ab567233cfda
34,748
cs
C#
PdfCardGenerator/PageTemplate.cs
JTOne123/PdfCardGenerator
cbe9db535a8113b9bcb41e8859219f77b634be08
[ "MIT" ]
null
null
null
PdfCardGenerator/PageTemplate.cs
JTOne123/PdfCardGenerator
cbe9db535a8113b9bcb41e8859219f77b634be08
[ "MIT" ]
null
null
null
PdfCardGenerator/PageTemplate.cs
JTOne123/PdfCardGenerator
cbe9db535a8113b9bcb41e8859219f77b634be08
[ "MIT" ]
1
2020-06-25T13:12:54.000Z
2020-06-25T13:12:54.000Z
using NHyphenator; using PdfCardGenerator; using PdfCardGenerator.Elements; using PdfSharp.Drawing; using PdfSharp.Pdf; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml; using System.Xml.Linq; using System.Xml.XPath; using System.Xml.Xsl; namesp...
48.127424
467
0.448457
e04dbd0069f0f253319c819e58f244162ea69696
4,896
cs
C#
NTF/Provider/PartialEvaluator.cs
doutzen56/NTF
c06a0ff671683d78599b73288117fa7fa0b7b955
[ "Apache-2.0" ]
4
2017-06-10T15:39:30.000Z
2021-05-08T15:03:37.000Z
NTF/Provider/PartialEvaluator.cs
doutzen56/NTF
c06a0ff671683d78599b73288117fa7fa0b7b955
[ "Apache-2.0" ]
null
null
null
NTF/Provider/PartialEvaluator.cs
doutzen56/NTF
c06a0ff671683d78599b73288117fa7fa0b7b955
[ "Apache-2.0" ]
1
2017-11-29T07:14:40.000Z
2017-11-29T07:14:40.000Z
using System; using System.Collections.Generic; using System.Linq.Expressions; namespace NTF.Provider { /// <summary> /// 重写表达式树,将局部分离的子表达式树转换成<see cref="ConstantExpression"/>节点, /// 如:表达式内容为 a=>new User(){Address="ccc"},则转换成 a=>value(User), /// 这块暂不启用 /// </summary> public static class Partia...
33.765517
150
0.527165
e061026620ef51abc1ec71df950a07fc09ef3549
1,500
cs
C#
Beat-360fyer/GitHubBasedUpdateCheck.cs
CodeStix/Beat-360fyer
ef8aa990ef23a8a8e07f611ec5609332a5a0d1dd
[ "MIT" ]
8
2019-12-15T23:38:45.000Z
2021-01-25T19:59:46.000Z
Beat-360fyer/GitHubBasedUpdateCheck.cs
CodeStix/Beat-360fyer
ef8aa990ef23a8a8e07f611ec5609332a5a0d1dd
[ "MIT" ]
4
2019-12-20T21:50:36.000Z
2021-10-21T13:16:49.000Z
Beat-360fyer/GitHubBasedUpdateCheck.cs
CodeStix/Beat-360fyer
ef8aa990ef23a8a8e07f611ec5609332a5a0d1dd
[ "MIT" ]
null
null
null
using Semver; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace Stx.ThreeSixtyfyer { public class GitHubBasedUpdateCheck { //https://raw.githubusercontent.com/CodeStix/Beat-360fyer/mast...
30
135
0.596667
555428469e7658d1797a631e8587be1859eecfef
3,325
cs
C#
Obfuscar/ObfuscarTests/TestHelper.cs
thenextman/obfuscar
7e74fb8deefd5c5a906def64f342992c23fb32c9
[ "MIT" ]
1
2016-06-14T16:22:51.000Z
2016-06-14T16:22:51.000Z
ObfuscarTests/TestHelper.cs
darktable/Obfuscar
f47eae6b770ce5b8553c272811f17a1bbea77dca
[ "MIT" ]
null
null
null
ObfuscarTests/TestHelper.cs
darktable/Obfuscar
f47eae6b770ce5b8553c272811f17a1bbea77dca
[ "MIT" ]
1
2020-03-14T16:51:34.000Z
2020-03-14T16:51:34.000Z
#region Copyright (c) 2007 Ryan Williams <drcforbin@gmail.com> /// <copyright> /// Copyright (c) 2007 Ryan Williams <drcforbin@gmail.com> /// /// 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 t...
34.635417
105
0.703459
a7fd59c7b8bcbba1c59dbf2de9ba589f0e42f58c
807
cs
C#
Rxns.Azure/IAzurePushClient.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
13
2019-02-04T11:39:43.000Z
2021-06-05T13:00:22.000Z
Rxns.Azure/IAzurePushClient.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
null
null
null
Rxns.Azure/IAzurePushClient.cs
captainjono/rxns
3f108c70a1d254e36010f2c25cb351d2bc283516
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Microsoft.Azure.NotificationHubs; namespace Rxns.Azure { public interface IAzurePushClient { IObservable<IEnumerable<RegistrationDescription>> GetRegistrationsByTag(string tag, int top = 100); IObservable<NotificationOutcome> SendAppleNativ...
47.470588
118
0.798017
6557fd4a0df54327dadfacbf6db6df7618de447b
1,448
cs
C#
core/DB/New_Item.cs
romero126/Devops-Toolkit
d1c9ee9fcc6bee342460c583d63dcf147ded6b89
[ "MIT" ]
2
2018-07-27T05:37:22.000Z
2019-04-10T05:58:33.000Z
core/DB/New_Item.cs
romero126/Devops-Toolkit
d1c9ee9fcc6bee342460c583d63dcf147ded6b89
[ "MIT" ]
null
null
null
core/DB/New_Item.cs
romero126/Devops-Toolkit
d1c9ee9fcc6bee342460c583d63dcf147ded6b89
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Dynamic; using System.Reflection; namespace core.DB { public class Item<T> where T : class { private core.DB.Table<T> _table; private T _obj; public T BaseOb...
23.737705
62
0.623619
65a05e13e0081edefd43021d0adebb141a13625c
5,192
cs
C#
FDK/QPCTimer.cs
DTXMania/DTXMania2
6fb019fbd3c82e62f3cb86b54857a34439789069
[ "MIT" ]
64
2019-01-12T12:11:06.000Z
2022-01-05T17:55:57.000Z
FDK/QPCTimer.cs
DTXMania/DTXMania2
6fb019fbd3c82e62f3cb86b54857a34439789069
[ "MIT" ]
88
2018-12-23T22:10:44.000Z
2021-06-22T11:08:01.000Z
FDK/QPCTimer.cs
kumakamikoubou/DTXmatixx
6fb019fbd3c82e62f3cb86b54857a34439789069
[ "MIT" ]
16
2019-01-03T14:21:36.000Z
2022-01-15T21:28:23.000Z
using System; using System.Collections.Generic; using System.Diagnostics; namespace FDK { /// <summary> /// パフォーマンスカウンタを使用した高精度タイマ。 /// </summary> /// <remarks> /// 以下の2種類の使い方を想定する。 /// (A) 正確に同一の時刻を複数の処理で共有できるように、現在時刻をキャプチャしてから取得する方法。 /// 1. 最初に「現在のカウントをキャプチャする()」を呼び出し、その時点での時刻を内部に...
26.762887
103
0.449345
a729211b778dd34beab2c1e5ec42ac2827d4fc32
293
cs
C#
DocumentationSamples/CustomApplicationModules/src/CustomApplicationModules.Domain/Test.cs
sanmen359/abp-samples
3ae5af0082d44898db7987c9805fdce0a4fab818
[ "MIT" ]
807
2020-03-28T10:09:49.000Z
2022-03-31T12:44:33.000Z
DocumentationSamples/CustomApplicationModules/src/CustomApplicationModules.Domain/Test.cs
geffzhang/abp-samples
b9b3205ddb3776b6d3f4f70464ff696165f34ec5
[ "MIT" ]
30
2020-03-28T19:29:43.000Z
2022-03-20T18:17:14.000Z
DocumentationSamples/CustomApplicationModules/src/CustomApplicationModules.Domain/Test.cs
geffzhang/abp-samples
b9b3205ddb3776b6d3f4f70464ff696165f34ec5
[ "MIT" ]
877
2020-04-09T18:01:10.000Z
2022-03-31T12:26:38.000Z
using System; using CustomApplicationModules.Users; using Volo.Abp.Domain.Entities.Auditing; namespace CustomApplicationModules { public class Test : FullAuditedEntityWithUser<Guid, AppUser> { public string Name { get; set; } public string Code { get; set; } } }
22.538462
64
0.706485
451f651f07ea446c79325e6ec7420974abbe293c
984
cs
C#
Online Grid Arena/Assets/Scripts/NetworkManagers/UserNetworkManager.cs
ModestosV/BlackDice
7350f6fe58a6ae276ce1b3822128fe5efeab8298
[ "MIT" ]
1
2020-11-26T16:30:54.000Z
2020-11-26T16:30:54.000Z
Online Grid Arena/Assets/Scripts/NetworkManagers/UserNetworkManager.cs
ModestosV/BlackDice
7350f6fe58a6ae276ce1b3822128fe5efeab8298
[ "MIT" ]
8
2020-09-04T16:12:30.000Z
2022-02-26T09:55:08.000Z
Online Grid Arena/Assets/Scripts/NetworkManagers/UserNetworkManager.cs
ModestosV/BlackDice
7350f6fe58a6ae276ce1b3822128fe5efeab8298
[ "MIT" ]
1
2019-11-08T17:28:47.000Z
2019-11-08T17:28:47.000Z
using Newtonsoft.Json; using System.Net.Http; using System.Threading.Tasks; public sealed class UserNetworkManager : AbstractNetworkManager, IUserNetworkManager { public UserNetworkManager() : base(URLs.BASE_URL + "/account") { } public async Task<IHttpResponseMessage> CreateUserAsync(UserDto userDto) { ...
39.36
106
0.75
0275a4f7494a3ff74ed7da2a2f9f3989db93d326
3,037
cs
C#
NBCEL/Generic/InstructionComparator.cs
SkriptInsight/Apache.NBCEL
720092a43a97f4eb31be618921b1783b441f0110
[ "MIT" ]
1
2020-01-27T05:47:08.000Z
2020-01-27T05:47:08.000Z
NBCEL/Generic/InstructionComparator.cs
SkriptInsight/Apache.NBCEL
720092a43a97f4eb31be618921b1783b441f0110
[ "MIT" ]
null
null
null
NBCEL/Generic/InstructionComparator.cs
SkriptInsight/Apache.NBCEL
720092a43a97f4eb31be618921b1783b441f0110
[ "MIT" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not u...
43.385714
95
0.602898
e81aae3d870000ccecde95a55d1af9dc188134c4
1,201
cs
C#
src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
133
2021-10-17T05:08:07.000Z
2022-03-31T01:21:39.000Z
src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
296
2021-10-16T18:00:18.000Z
2022-03-31T12:09:00.000Z
src/BizHawk.Emulation.Cores/Calculators/Emu83/Emu83.IStatable.cs
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
26
2021-11-05T22:07:23.000Z
2022-03-30T15:29:32.000Z
using System; using System.IO; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Calculators.Emu83 { public partial class Emu83 : IStatable { private readonly byte[] _stateBuf = new byte[LibEmu83.TI83_GetStateSize()]; public void SaveStateBinary(BinaryWriter writer) { if (!Li...
24.02
80
0.676936
0ad73386b8fa85baa9b0461956c020de02a2c230
1,035
cs
C#
dotnet-dersleri-bookstore-projesi/dotnet-dersleri-bookstore-projesi-test/UnitTests/TestSetup/CommonTestFixture.cs
ozge-demiryol/kodluyoruzilkrepo
e13d3505ef3a96bc6f9c4f5e712ef26e02528926
[ "MIT" ]
null
null
null
dotnet-dersleri-bookstore-projesi/dotnet-dersleri-bookstore-projesi-test/UnitTests/TestSetup/CommonTestFixture.cs
ozge-demiryol/kodluyoruzilkrepo
e13d3505ef3a96bc6f9c4f5e712ef26e02528926
[ "MIT" ]
null
null
null
dotnet-dersleri-bookstore-projesi/dotnet-dersleri-bookstore-projesi-test/UnitTests/TestSetup/CommonTestFixture.cs
ozge-demiryol/kodluyoruzilkrepo
e13d3505ef3a96bc6f9c4f5e712ef26e02528926
[ "MIT" ]
null
null
null
using AutoMapper; using dotnet_dersleri_bookstore_projesi.Common; using dotnet_dersleri_bookstore_projesi.DbOperations; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tests.UnitTests.TestSetup...
29.571429
138
0.664734
0061f78a84db0ff2b39425e6135ee883f306d0eb
1,724
cs
C#
src/Cimbalino.Toolkit.Core (Portable)/Services/IPersonalizationService.cs
mieliespoor/Cimbalino-Toolkit
958be3b4e102dc0695bb1530c5bff5a65118ce4b
[ "MIT" ]
100
2015-01-12T15:23:44.000Z
2020-08-14T15:24:52.000Z
src/Cimbalino.Toolkit.Core (Portable)/Services/IPersonalizationService.cs
mieliespoor/Cimbalino-Toolkit
958be3b4e102dc0695bb1530c5bff5a65118ce4b
[ "MIT" ]
25
2015-02-17T10:45:14.000Z
2019-06-26T14:59:02.000Z
src/Cimbalino.Toolkit.Core (Portable)/Services/IPersonalizationService.cs
mieliespoor/Cimbalino-Toolkit
958be3b4e102dc0695bb1530c5bff5a65118ce4b
[ "MIT" ]
29
2015-01-20T13:22:08.000Z
2020-08-14T15:25:02.000Z
// **************************************************************************** // <copyright file="IPersonalizationService.cs" company="Pedro Lamas"> // Copyright © Pedro Lamas 2014 // </copyright> // **************************************************************************** // <author>Pedro Lamas</author> // <emai...
39.181818
101
0.552204
55e3ea74e47f2eadde7ae82c9115996eaac83779
17,017
cs
C#
KarambaCommon_tests/Joints/LineJoint_tests.cs
karamba3d/karamba3d_tests
b64ac79e0cae9f068ac2a2fd9c3f4ebe68b4f17d
[ "MIT" ]
null
null
null
KarambaCommon_tests/Joints/LineJoint_tests.cs
karamba3d/karamba3d_tests
b64ac79e0cae9f068ac2a2fd9c3f4ebe68b4f17d
[ "MIT" ]
null
null
null
KarambaCommon_tests/Joints/LineJoint_tests.cs
karamba3d/karamba3d_tests
b64ac79e0cae9f068ac2a2fd9c3f4ebe68b4f17d
[ "MIT" ]
null
null
null
#if ALL_TESTS namespace KarambaCommon.Tests.Joints { using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Karamba.Algorithms; using Karamba.CrossSections; using Karamba.Elements; using Ka...
39.574419
156
0.51237
3693ef024ee90d0241a73825fb68501dd7ae55f9
7,398
cs
C#
TestReporterBadge/GithubApiClient.cs
impolitetulip/test-reporter-badge
494f71f6355b1adbfb4bca300c66f9a31bb976e1
[ "MIT" ]
1
2021-09-17T00:43:44.000Z
2021-09-17T00:43:44.000Z
TestReporterBadge/GithubApiClient.cs
cryptic-wizard/test-reporter-badge
494f71f6355b1adbfb4bca300c66f9a31bb976e1
[ "MIT" ]
1
2021-07-23T03:01:07.000Z
2021-07-23T03:01:07.000Z
TestReporterBadge/GithubApiClient.cs
cryptic-wizard/test-reporter-badge
494f71f6355b1adbfb4bca300c66f9a31bb976e1
[ "MIT" ]
null
null
null
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using RestSharp; using System; using System.Text; using System.Text.RegularExpressions; namespace TestReporterBadge { public class GithubApiClient { public string org; public string owner; public string repo; publ...
32.88
123
0.482833
f667785b6e84ea9efb84ceeb3febef7eeffe9cf9
4,139
cs
C#
LogExpert/KnobControl.cs
hraab/LogExpert
6f2411da2c4deadd5ec3300309f8eb54d0869689
[ "MIT" ]
13
2017-10-30T03:35:24.000Z
2021-02-25T12:51:05.000Z
LogExpert/KnobControl.cs
hraab/LogExpert
6f2411da2c4deadd5ec3300309f8eb54d0869689
[ "MIT" ]
null
null
null
LogExpert/KnobControl.cs
hraab/LogExpert
6f2411da2c4deadd5ec3300309f8eb54d0869689
[ "MIT" ]
2
2018-08-20T02:29:11.000Z
2019-04-06T06:44:06.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; namespace LogExpert { public partial class KnobControl : UserControl { int startMouseY = 0; int oldValue = 0; int minVal...
24.204678
104
0.594588
b6ea0d2d4917ed553dd1e42cfa8ad139451d30ab
671
cs
C#
DirectN/DirectN/Generated/IMediaBuffer.cs
Steph55/DirectN
000594170c4c60dc297412628f167555a001531d
[ "MIT" ]
124
2018-11-17T06:03:58.000Z
2022-03-29T06:35:03.000Z
DirectN/DirectN/Generated/IMediaBuffer.cs
Steph55/DirectN
000594170c4c60dc297412628f167555a001531d
[ "MIT" ]
24
2018-12-31T19:55:08.000Z
2022-01-21T07:21:52.000Z
DirectN/DirectN/Generated/IMediaBuffer.cs
Steph55/DirectN
000594170c4c60dc297412628f167555a001531d
[ "MIT" ]
16
2018-12-23T20:37:20.000Z
2022-02-23T14:14:00.000Z
// c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\mediaobj.h(192,5) using System; using System.Runtime.InteropServices; namespace DirectN { [ComImport, Guid("59eff8b9-938c-4a26-82f2-95cb84cdc837"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public partial interface IMediaBuffe...
33.55
115
0.660209
3c5d09378d6223a93ee090802ac1f9117190d2ed
1,524
cs
C#
src/Umbraco.Core/CodeAnnotations/UmbracoProposedPublicAttribute.cs
nvdeveloper/UmbracoUpgrade-7.7.0-WorkAround
68299d792f29c184715b815e9c86ce7b345affdd
[ "MIT" ]
1
2019-03-25T06:12:31.000Z
2019-03-25T06:12:31.000Z
src/Umbraco.Core/CodeAnnotations/UmbracoProposedPublicAttribute.cs
nvdeveloper/UmbracoUpgrade-7.7.0-WorkAround
68299d792f29c184715b815e9c86ce7b345affdd
[ "MIT" ]
4
2021-05-11T14:49:02.000Z
2022-03-02T08:44:31.000Z
src/Umbraco.Core/CodeAnnotations/UmbracoProposedPublicAttribute.cs
nvdeveloper/UmbracoUpgrade-7.7.0-WorkAround
68299d792f29c184715b815e9c86ce7b345affdd
[ "MIT" ]
null
null
null
using System; namespace Umbraco.Core.CodeAnnotations { /// <summary> /// Marks the program elements that Umbraco is considering making public. /// </summary> /// <remarks> /// <para>Indicates that Umbraco considers making the (currently internal) program element public /// at some point in the future, but the de...
42.333333
128
0.737533
305322f23fde21e89b08bc0cb0614453f637abb5
1,344
cs
C#
source/Todo.Controllers.Web/Comment/DeleteComment.cs
musa-zulu/Reference-CleanArchitecture-DotNet
95ebbce242c33539bf217c434b32b154aceee8d7
[ "MIT" ]
null
null
null
source/Todo.Controllers.Web/Comment/DeleteComment.cs
musa-zulu/Reference-CleanArchitecture-DotNet
95ebbce242c33539bf217c434b32b154aceee8d7
[ "MIT" ]
null
null
null
source/Todo.Controllers.Web/Comment/DeleteComment.cs
musa-zulu/Reference-CleanArchitecture-DotNet
95ebbce242c33539bf217c434b32b154aceee8d7
[ "MIT" ]
1
2020-01-20T09:28:15.000Z
2020-01-20T09:28:15.000Z
using System; using System.Net; using System.Web.Http; using Swashbuckle.Swagger.Annotations; using TddBuddy.CleanArchitecture.Domain.Messages; using TddBuddy.CleanArchitecture.Presenters; using Todo.Boundary.Comment.Delete; namespace Todo.Controllers.Web.Comment { [RoutePrefix("comment")] public c...
29.217391
100
0.625
306bdf80bbb5ceebdc1d291da9e3db681dc8f1e7
921
cs
C#
Syriatech.WebUI/Controllers/APIs/ActivitiesController.cs
WaleedChayeb/Syriatech.org
e9d35c2e1fcd17af5de290dbf34e1690f0cfa7a4
[ "MIT" ]
6
2019-05-24T21:28:54.000Z
2020-05-21T18:18:23.000Z
Syriatech.WebUI/Controllers/APIs/ActivitiesController.cs
WaleedChayeb/Syriatech.org
e9d35c2e1fcd17af5de290dbf34e1690f0cfa7a4
[ "MIT" ]
null
null
null
Syriatech.WebUI/Controllers/APIs/ActivitiesController.cs
WaleedChayeb/Syriatech.org
e9d35c2e1fcd17af5de290dbf34e1690f0cfa7a4
[ "MIT" ]
1
2019-07-08T20:51:41.000Z
2019-07-08T20:51:41.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Syriatech.Application.Events.Commands.CreateEvent; using Syriatech.Application.Events.Commands.DeleteEvent; using Syriatech.Application.Events.Commands...
30.7
74
0.724213
4b22c3bb5ff9c5e6a2d41588f44092c775ebc057
527
cs
C#
src/CScriptEz/Steps/Results/ProcessedResult.cs
EngagingGear/CScriptEz
05fcfd3c22c4f12c1df723e13c930f76572da0ad
[ "MIT" ]
null
null
null
src/CScriptEz/Steps/Results/ProcessedResult.cs
EngagingGear/CScriptEz
05fcfd3c22c4f12c1df723e13c930f76572da0ad
[ "MIT" ]
null
null
null
src/CScriptEz/Steps/Results/ProcessedResult.cs
EngagingGear/CScriptEz
05fcfd3c22c4f12c1df723e13c930f76572da0ad
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace CScriptEz { public class ProcessedResult { public ProcessedResult() { Usings = new List<UsingDirectiveSyntax>(); Arguments = new List<string>(); Methods = new List<Method...
27.736842
61
0.633776
4b732624a04a3a715452950f9e72b36bc768fed4
2,116
cshtml
C#
server/ERNI.PhotoDatabase.Server/Views/Home/SearchResult.cshtml
ERNICommunity/ERNI-Photo-Database
9e00b1998c745fc56c515fc1d942f3c21c3e9f2c
[ "Unlicense" ]
1
2018-04-11T10:00:06.000Z
2018-04-11T10:00:06.000Z
server/ERNI.PhotoDatabase.Server/Views/Home/SearchResult.cshtml
ERNICommunity/ERNI-Photo-Database
9e00b1998c745fc56c515fc1d942f3c21c3e9f2c
[ "Unlicense" ]
13
2017-10-12T10:11:58.000Z
2018-02-20T16:01:06.000Z
server/ERNI.PhotoDatabase.Server/Views/Home/SearchResult.cshtml
ERNICommunity/ERNI-Photo-Database
9e00b1998c745fc56c515fc1d942f3c21c3e9f2c
[ "Unlicense" ]
null
null
null
@using ERNI.PhotoDatabase.Server.Utils @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @model ERNI.PhotoDatabase.Server.Controllers.PhotoModel[] @{ Layout = "_Layout"; ViewData["Title"] = "Search Results"; } <div class="grid" id="photos"> <div class="grid-sizer"></div> @if (!Model.Any()) ...
28.986301
134
0.518904
ffe2cea549718c59e7b9287743d98d1db0cedcee
616
cs
C#
Installer/AdvocacyPlatformInstaller.Contracts/Model/PowerApps/PowerAppsCdsDatabaseCurrencyMinimal.cs
Bhaskers-Blu-Org2/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
9
2019-07-01T05:12:22.000Z
2022-03-06T22:35:31.000Z
Installer/AdvocacyPlatformInstaller.Contracts/Model/PowerApps/PowerAppsCdsDatabaseCurrencyMinimal.cs
microsoft/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
null
null
null
Installer/AdvocacyPlatformInstaller.Contracts/Model/PowerApps/PowerAppsCdsDatabaseCurrencyMinimal.cs
microsoft/AdvocacyPlatform
eb953cca126fa8bafce0c4ff3a30108612a158fd
[ "MIT" ]
6
2019-11-07T00:03:55.000Z
2020-12-12T02:07:11.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace AdvocacyPlatformInstaller.Contracts { using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /// <summary> /// Model with t...
28
99
0.665584
bc04b9b306694995ab62e9ec47fb14e14167e71e
510
cs
C#
Assets/Scripts/Editor/VisualEntitas/Model/FieldTypeProviderProxy.cs
KumoKairo/Entitas-Visual-Jam
78c68e3b83b97c9589174614fd946d91001423f2
[ "MIT" ]
6
2018-01-14T19:54:28.000Z
2018-03-22T08:02:17.000Z
Assets/Scripts/Editor/VisualEntitas/Model/FieldTypeProviderProxy.cs
KumoKairo/Entitas-Visual-Jam
78c68e3b83b97c9589174614fd946d91001423f2
[ "MIT" ]
1
2018-03-21T20:52:26.000Z
2018-03-25T07:31:47.000Z
Assets/Scripts/Editor/VisualEntitas/Model/FieldTypeProviderProxy.cs
KumoKairo/Entitas-Visual-Jam
78c68e3b83b97c9589174614fd946d91001423f2
[ "MIT" ]
2
2019-02-01T11:00:12.000Z
2021-07-28T15:16:11.000Z
using Entitas.Visual.Model.VO; using PureMVC.Patterns.Proxy; namespace Entitas.Visual.Model { public class FieldTypeProviderProxy : Proxy { public const string Name = "FieldTypeProviderProxy"; public FieldTypeProviderProxy() : base(Name, new FieldTypeProvider()) { FieldTyp...
24.285714
77
0.654902
bc3d4be2c29ed85a87bcc328b4836a5b31f09b02
840
cs
C#
src/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs
mnrazan/corefx
2ce35fd91177178608f1f1b4a777050f62ae8311
[ "MIT" ]
6
2018-07-16T12:18:01.000Z
2022-02-09T03:50:02.000Z
src/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs
mnrazan/corefx
2ce35fd91177178608f1f1b4a777050f62ae8311
[ "MIT" ]
1
2016-01-22T02:42:10.000Z
2016-01-22T02:42:10.000Z
src/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs
mnrazan/corefx
2ce35fd91177178608f1f1b4a777050f62ae8311
[ "MIT" ]
3
2020-11-05T00:23:59.000Z
2022-03-12T15:49:19.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. namespace System.DirectoryServices { /// <include file='doc\SortDirection.uex' path='docs/doc[@for="SortDirectio...
35
103
0.592857
e11ae8254282481ed12d6da697e79aa871b47e74
675
cs
C#
src/IxMilia.Step/Syntax/StepRealSyntax.cs
dwpessoa/step
f2dcd4b9992de65fd3a02bf27b7115280850b4cc
[ "MIT" ]
38
2019-06-12T23:18:08.000Z
2022-02-20T13:00:20.000Z
src/IxMilia.Step/Syntax/StepRealSyntax.cs
R1C4RDO13/step
f6b79f006ffdd53cb04791198df9d10bfc967cbd
[ "MIT" ]
8
2020-03-03T19:47:10.000Z
2021-07-09T16:58:56.000Z
src/IxMilia.Step/Syntax/StepRealSyntax.cs
R1C4RDO13/step
f6b79f006ffdd53cb04791198df9d10bfc967cbd
[ "MIT" ]
23
2019-08-06T11:26:21.000Z
2022-02-20T13:03:41.000Z
using System.Collections.Generic; using IxMilia.Step.Tokens; namespace IxMilia.Step.Syntax { internal class StepRealSyntax : StepSyntax { public override StepSyntaxType SyntaxType => StepSyntaxType.Real; public double Value { get; } public StepRealSyntax(double value) : ba...
22.5
73
0.579259
e1bf1c6ba40264c0756cef5ab01ea25d397668c8
1,065
cs
C#
Augmented_Learning/Assets/AFONSO/aaathats3a/aaathats3a/Scripts/LumberjackScript.cs
fabian-nunes/tecstormEstgoh
90bbf7d39b2396ff4cb7e32297997c6cb9dfae57
[ "MIT" ]
2
2020-02-17T15:07:51.000Z
2020-03-03T12:10:42.000Z
Augmented_Learning/Assets/AFONSO/aaathats3a/aaathats3a/Scripts/LumberjackScript.cs
fabian-nunes/tecstormEstgoh
90bbf7d39b2396ff4cb7e32297997c6cb9dfae57
[ "MIT" ]
null
null
null
Augmented_Learning/Assets/AFONSO/aaathats3a/aaathats3a/Scripts/LumberjackScript.cs
fabian-nunes/tecstormEstgoh
90bbf7d39b2396ff4cb7e32297997c6cb9dfae57
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; //needed to use button functions public class LumberjackScript : MonoBehaviour { public GameObject definedButton; public UnityEvent OnClick = new UnityEvent(); Animator animator; Quaternion origina...
24.204545
88
0.612207
1c150fa70d6a93670c40a26875ab1952cdcb2a41
330
cs
C#
Source/ZoomNet/Models/UserType.cs
nikola-kukic-az/ZoomNet
988b647583031020cd679302d1633e5e5d3a436a
[ "MIT" ]
42
2020-03-05T06:38:43.000Z
2022-03-12T19:15:32.000Z
Source/ZoomNet/Models/UserType.cs
nikola-kukic-az/ZoomNet
988b647583031020cd679302d1633e5e5d3a436a
[ "MIT" ]
160
2019-03-08T13:55:40.000Z
2022-03-28T13:29:21.000Z
Source/ZoomNet/Models/UserType.cs
nikola-kukic-az/ZoomNet
988b647583031020cd679302d1633e5e5d3a436a
[ "MIT" ]
31
2020-07-10T14:16:11.000Z
2022-02-16T17:20:45.000Z
namespace ZoomNet.Models { /// <summary> /// Enumeration to indicate the type of a user. /// </summary> public enum UserType { /// <summary> /// Basic. /// </summary> Basic = 1, /// <summary> /// Licensed. /// </summary> Licensed = 2, /// <summary> /// On-premise. /// </summary> OnPremise...
13.75
48
0.539394
a022c63599ae89c2af364e2c98b24c82aeacbeb3
6,993
cs
C#
Lib/Microsoft.IoT.Devices/Input/Thumbstick/SS944.cs
mjmeans/iot-devices
37f09ed476bf829700701d122e02bcc0fd3fc98f
[ "MIT" ]
45
2015-08-26T19:40:27.000Z
2022-03-18T14:20:24.000Z
Lib/Microsoft.IoT.Devices/Input/Thumbstick/SS944.cs
mjmeans/iot-devices
37f09ed476bf829700701d122e02bcc0fd3fc98f
[ "MIT" ]
13
2015-09-17T22:24:27.000Z
2017-12-24T00:09:14.000Z
Lib/Microsoft.IoT.Devices/Input/Thumbstick/SS944.cs
mjmeans/iot-devices
37f09ed476bf829700701d122e02bcc0fd3fc98f
[ "MIT" ]
25
2015-07-29T16:57:35.000Z
2021-04-24T01:18:49.000Z
// Copyright (c) Microsoft. All rights reserved. // using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.IoT.DeviceCore; using Microsoft.IoT.DeviceCore.Input; using Microsoft.IoT.Devices.Adc; using Windows.Devic...
28.426829
148
0.50236
a0ade495467da5cc5f40deab9446deaab0866690
26,768
cs
C#
src/libraries/System.Diagnostics.DiagnosticSource/tests/PropagatorTests.cs
DzmitryKN/runtime
ec15129db691c640cd0bca96e1441ddf89354b42
[ "MIT" ]
1
2022-01-11T17:22:58.000Z
2022-01-11T17:22:58.000Z
src/libraries/System.Diagnostics.DiagnosticSource/tests/PropagatorTests.cs
jessicah/dotnet-runtime
7bd4f1d40b4d938b81eecbc77d80e145e005118b
[ "MIT" ]
null
null
null
src/libraries/System.Diagnostics.DiagnosticSource/tests/PropagatorTests.cs
jessicah/dotnet-runtime
7bd4f1d40b4d938b81eecbc77d80e145e005118b
[ "MIT" ]
1
2021-04-23T21:36:50.000Z
2021-04-23T21:36:50.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.Net; using System.Linq; using System.Collections.Generic; using Microsoft.DotNet.RemoteExecutor; using Xunit; namespace System.Diagnostics.Tests { public class Prop...
40.252632
228
0.534631
d990e153279a039df97b10cf4950cc807406e9fa
613
cs
C#
BaneTools/Modules/Object/Time/RunEventConstantly.cs
Jordy3D/BaneTools
c61596befd64faeef985e4cc29006a64cd72efc3
[ "MIT" ]
null
null
null
BaneTools/Modules/Object/Time/RunEventConstantly.cs
Jordy3D/BaneTools
c61596befd64faeef985e4cc29006a64cd72efc3
[ "MIT" ]
null
null
null
BaneTools/Modules/Object/Time/RunEventConstantly.cs
Jordy3D/BaneTools
c61596befd64faeef985e4cc29006a64cd72efc3
[ "MIT" ]
2
2019-04-11T00:40:35.000Z
2019-04-11T00:44:28.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; namespace BT { [AddComponentMenu("BaneTools/Modules/Run Event Constantly")] public class RunEventConstantly : MonoBehaviour { public bool isEnabled = true; public float delay; public UnityEvent ...
19.15625
62
0.649266
c941e6caad4a2145233aa1764515a2a4035af85e
4,397
cs
C#
RayTracer.Lib/Renderer.cs
davebrunger/ComputerGraphicsFromScratch
ac53c4a1118e85210f1af47c9de35cc3ea76cf74
[ "MIT" ]
null
null
null
RayTracer.Lib/Renderer.cs
davebrunger/ComputerGraphicsFromScratch
ac53c4a1118e85210f1af47c9de35cc3ea76cf74
[ "MIT" ]
null
null
null
RayTracer.Lib/Renderer.cs
davebrunger/ComputerGraphicsFromScratch
ac53c4a1118e85210f1af47c9de35cc3ea76cf74
[ "MIT" ]
null
null
null
namespace RayTracer.Lib; public static class Renderer { public static void Render(ICanvas canvas, ViewPort viewPort, Scene scene, Camera camera, int recursionDepth) { var firstPass = Enumerable.Range(-canvas.Width / 2, canvas.Width) .AsParallel() .Select(x => Enumerable.Range(-...
39.612613
139
0.590175
e44b19364045c8f7767f31171242c18fe74595a1
1,859
cs
C#
Brambillator.CulturedMedia.Domain/Models/CultureModel.cs
Brambillator/Brambillator.CulturedMedia
55b0633d021bab69a646f7c77c1f74b6d17aa22d
[ "MIT" ]
null
null
null
Brambillator.CulturedMedia.Domain/Models/CultureModel.cs
Brambillator/Brambillator.CulturedMedia
55b0633d021bab69a646f7c77c1f74b6d17aa22d
[ "MIT" ]
1
2019-10-13T02:45:03.000Z
2019-10-13T02:45:03.000Z
Brambillator.CulturedMedia.Domain/Models/CultureModel.cs
Brambillator/Brambillator.CulturedMedia
55b0633d021bab69a646f7c77c1f74b6d17aa22d
[ "MIT" ]
null
null
null
namespace Brambillator.CulturedMedia.Domain.Models { /// <summary> /// Small class for use as a culture identifier. /// </summary> public class CultureModel { /// <summary> /// Initializes a new instance of the <see cref="CultureModel" /> class. /// </summary> public...
31.508475
98
0.529317
f23a219471747790d6f01ea49c635f97efad7b46
3,664
cs
C#
Payload_Type/apollo/agent_code/ApolloInterop/Classes/Tcp/AsyncTcpClient.cs
n0pe-sled/Apollo
cfc5804d163e1b47f6614321434a717b2bd2066f
[ "BSD-3-Clause" ]
null
null
null
Payload_Type/apollo/agent_code/ApolloInterop/Classes/Tcp/AsyncTcpClient.cs
n0pe-sled/Apollo
cfc5804d163e1b47f6614321434a717b2bd2066f
[ "BSD-3-Clause" ]
null
null
null
Payload_Type/apollo/agent_code/ApolloInterop/Classes/Tcp/AsyncTcpClient.cs
n0pe-sled/Apollo
cfc5804d163e1b47f6614321434a717b2bd2066f
[ "BSD-3-Clause" ]
null
null
null
using ApolloInterop.Constants; using ApolloInterop.Interfaces; using ApolloInterop.Structs.ApolloStructs; using System; using System.Net; using System.Net.Sockets; namespace ApolloInterop.Classes { public class AsyncTcpClient { private readonly TcpClient _client; private readonly string _host;...
28.625
103
0.492631
9010110326de62ed9c768a0c23d6e6c56b07c600
4,488
cs
C#
src/Castle.ActiveRecord.Tests/Model/CompositeModel/Group.cs
chenbojian/ActiveRecord
ccee9d136b2a29c3316c6b10eb18af5f28908c72
[ "Apache-2.0" ]
72
2015-02-02T10:31:25.000Z
2018-05-23T11:45:15.000Z
src/Castle.ActiveRecord.Tests/Model/CompositeModel/Group.cs
chenbojian/ActiveRecord
ccee9d136b2a29c3316c6b10eb18af5f28908c72
[ "Apache-2.0" ]
2
2015-05-15T05:48:37.000Z
2016-02-24T17:24:41.000Z
src/Castle.ActiveRecord.Tests/Model/CompositeModel/Group.cs
chenbojian/ActiveRecord
ccee9d136b2a29c3316c6b10eb18af5f28908c72
[ "Apache-2.0" ]
50
2015-01-06T19:48:11.000Z
2018-03-14T08:45:46.000Z
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/ // // 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 // //...
23.87234
118
0.665107
f2ac7d426dada70e492e497503ab688badb07124
2,831
cs
C#
src/GeoJSON.Net/Geometry/LineString.cs
jaybo/GeoJSON.Net
f9133dd5e37b9f0e9b37409391bd45176fc086ed
[ "BSD-3-Clause" ]
null
null
null
src/GeoJSON.Net/Geometry/LineString.cs
jaybo/GeoJSON.Net
f9133dd5e37b9f0e9b37409391bd45176fc086ed
[ "BSD-3-Clause" ]
null
null
null
src/GeoJSON.Net/Geometry/LineString.cs
jaybo/GeoJSON.Net
f9133dd5e37b9f0e9b37409391bd45176fc086ed
[ "BSD-3-Clause" ]
null
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="LineString.cs" company="Jörg Battermann"> // Copyright © Jörg Battermann 2011 // </copyright> // <summary> // Defines the <see cref="http://geojson.org/geojson-spec.html#lines...
37.746667
147
0.521017
72cc486d237f7d97b23890bc99b03ebf74b924c2
455
cs
C#
Alexa.NET.Management/Manifest/GadgetSupport.cs
yadavvineet/Alexa.NET.Management
1a03428d5ff8085ab31c43ead2fd33a28f48a2bc
[ "MIT" ]
11
2017-12-16T10:48:47.000Z
2022-02-09T23:40:42.000Z
Alexa.NET.Management/Manifest/GadgetSupport.cs
yadavvineet/Alexa.NET.Management
1a03428d5ff8085ab31c43ead2fd33a28f48a2bc
[ "MIT" ]
19
2018-11-09T11:17:18.000Z
2021-02-16T08:42:20.000Z
Alexa.NET.Management/Manifest/GadgetSupport.cs
yadavvineet/Alexa.NET.Management
1a03428d5ff8085ab31c43ead2fd33a28f48a2bc
[ "MIT" ]
11
2018-02-21T06:34:17.000Z
2022-02-19T09:38:45.000Z
using Newtonsoft.Json; namespace Alexa.NET.Management.Manifest { public class GadgetSupport { [JsonProperty("requirement")] public string Requirement { get; set; } [JsonProperty("numPlayersMin")] public int MinPlayers { get; set; } [JsonProperty("numPlayersMax")] ...
23.947368
47
0.621978
f418ca22c78cb53d608744fd433d9d2fefda4875
3,294
cs
C#
mono-rfs-lib/SLAM/Vehicles/FakeVehicle.cs
afalchetti/monorfs
453aaae8a3283aa8c7f7e4591f8d317b01b734c9
[ "BSD-3-Clause" ]
3
2018-12-13T23:32:51.000Z
2021-01-01T12:53:40.000Z
mono-rfs-lib/SLAM/Vehicles/FakeVehicle.cs
afalchetti/monorfs
453aaae8a3283aa8c7f7e4591f8d317b01b734c9
[ "BSD-3-Clause" ]
null
null
null
mono-rfs-lib/SLAM/Vehicles/FakeVehicle.cs
afalchetti/monorfs
453aaae8a3283aa8c7f7e4591f8d317b01b734c9
[ "BSD-3-Clause" ]
null
null
null
// FakeVehicle.cs // Vehicle motion and measurement model that does nothing // Part of MonoRFS // // Copyright (c) 2015, Angelo Falchetti // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // ...
40.666667
98
0.73133
6e442951a46cded30122b8957fb9f37870199136
820
cs
C#
ISampleGenerator.cs
rasberry/SoundGen
45cf5b122126da44bd51928e157f26a28f913624
[ "MIT" ]
null
null
null
ISampleGenerator.cs
rasberry/SoundGen
45cf5b122126da44bd51928e157f26a28f913624
[ "MIT" ]
null
null
null
ISampleGenerator.cs
rasberry/SoundGen
45cf5b122126da44bd51928e157f26a28f913624
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoundGen { /// <summary> /// helper interface that defines the contract for a plugin sample generator /// </summary> public interface ISampleGenerator { /// <summary> /// returns the ...
24.117647
79
0.660976
79ad0daf086af992f83fb83cd96ddbad50505e65
871
cs
C#
2008/MyEvents/MyEvents.ConsoleApp/Program.cs
jairomh17/Samples
02035abf5455befceebaf6f94c01934f7e878d69
[ "MIT" ]
88
2015-03-01T22:16:43.000Z
2022-02-11T17:59:01.000Z
2008/MyEvents/MyEvents.ConsoleApp/Program.cs
jairomh17/Samples
02035abf5455befceebaf6f94c01934f7e878d69
[ "MIT" ]
5
2017-03-21T15:13:02.000Z
2022-02-26T01:21:05.000Z
2008/MyEvents/MyEvents.ConsoleApp/Program.cs
jairomh17/Samples
02035abf5455befceebaf6f94c01934f7e878d69
[ "MIT" ]
267
2015-01-02T14:42:21.000Z
2021-11-05T14:19:01.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MyEvents.ConsoleApp { class Program { static void Main(string[] args) { ConnectionManager man = new ConnectionManager(); Console.WriteLine("Start state: " + man.State.ToStrin...
31.107143
99
0.636051
7c3817e57c4b1317ce1dc4ff31fc0e30e76452ed
406
cs
C#
src/Stott.Optimizely.RobotsHandler/Presentation/ViewModels/RobotsListViewModel.cs
GeekInTheNorth/Stott.Optimizely.RobotsHandler
d488679c2a604f15a4ac38a253a96f2f0d939c59
[ "MIT" ]
null
null
null
src/Stott.Optimizely.RobotsHandler/Presentation/ViewModels/RobotsListViewModel.cs
GeekInTheNorth/Stott.Optimizely.RobotsHandler
d488679c2a604f15a4ac38a253a96f2f0d939c59
[ "MIT" ]
9
2021-12-11T15:03:38.000Z
2022-03-10T10:43:30.000Z
src/Stott.Optimizely.RobotsHandler/Presentation/ViewModels/RobotsListViewModel.cs
GeekInTheNorth/Stott.Optimizely.RobotsHandler
d488679c2a604f15a4ac38a253a96f2f0d939c59
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace Stott.Optimizely.RobotsHandler.Presentation.ViewModels { public class RobotsListViewModel { public List<RobotsListItemViewModel> List { get; set; } } public class RobotsListItemViewModel { public Guid Id { get; set; } ...
20.3
64
0.657635
e58d10bab7e898069da782d06d907f337ca36219
3,562
cs
C#
IntegrationTests/ComponentBasedSoftwareArchitectures/Pcm/Usagemodel/IUsageScenario.cs
NMFCode/NMF
91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d
[ "BSD-3-Clause" ]
35
2015-10-16T12:10:01.000Z
2022-03-07T12:25:27.000Z
IntegrationTests/ComponentBasedSoftwareArchitectures/Pcm/Usagemodel/IUsageScenario.cs
NMFCode/NMF
91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d
[ "BSD-3-Clause" ]
45
2016-02-03T17:13:32.000Z
2022-01-27T17:52:31.000Z
IntegrationTests/ComponentBasedSoftwareArchitectures/Pcm/Usagemodel/IUsageScenario.cs
NMFCode/NMF
91de1ee87c1def37e7d013b1d2e62f6dcb6aa83d
[ "BSD-3-Clause" ]
20
2016-02-03T16:02:27.000Z
2021-12-12T21:21:05.000Z
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generi...
33.28972
105
0.643459
50ecb7f570e8cc38d60fc8a569218cf0d6f04bef
12,486
cs
C#
Source Code/SeeShellsV2Tests/Data/ShellItems/MtpVolumeShellItem/MtpVolumeShellItemParserTests.cs
eamoruso/SeeShells
650bfb144ca6228514e6d2186286fc6c6cf672dc
[ "Net-SNMP", "Xnet" ]
null
null
null
Source Code/SeeShellsV2Tests/Data/ShellItems/MtpVolumeShellItem/MtpVolumeShellItemParserTests.cs
eamoruso/SeeShells
650bfb144ca6228514e6d2186286fc6c6cf672dc
[ "Net-SNMP", "Xnet" ]
null
null
null
Source Code/SeeShellsV2Tests/Data/ShellItems/MtpVolumeShellItem/MtpVolumeShellItemParserTests.cs
eamoruso/SeeShells
650bfb144ca6228514e6d2186286fc6c6cf672dc
[ "Net-SNMP", "Xnet" ]
null
null
null
using Microsoft.VisualStudio.TestTools.UnitTesting; using SeeShellsV2.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SeeShellsV2.Data.Tests { [TestClass()] public class MtpVolumeShellItemParserTests { [TestMethod(...
58.896226
90
0.525469
c28fbdc36a822051991b60538ee97d972e1c3498
1,761
cs
C#
Examples/CSharp/PivotTables/GroupPivotFieldsInPivotTable.cs
sergioruizdeveloper/Aspose.Cells-for-.NET
e0a946a5a1fd60164268f41546e424270ac7cbd9
[ "MIT" ]
157
2016-05-08T05:12:41.000Z
2022-03-29T11:37:26.000Z
Examples/CSharp/PivotTables/GroupPivotFieldsInPivotTable.cs
sergioruizdeveloper/Aspose.Cells-for-.NET
e0a946a5a1fd60164268f41546e424270ac7cbd9
[ "MIT" ]
13
2016-06-24T12:04:29.000Z
2022-03-15T02:37:15.000Z
Examples/CSharp/PivotTables/GroupPivotFieldsInPivotTable.cs
sergioruizdeveloper/Aspose.Cells-for-.NET
e0a946a5a1fd60164268f41546e424270ac7cbd9
[ "MIT" ]
71
2016-04-09T07:15:53.000Z
2022-03-29T07:38:07.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Aspose.Cells.Pivot; using System.Collections; namespace Aspose.Cells.Examples.CSharp.PivotTables { class GroupPivotFieldsInPivotTable { //Source directory static string sourceDir = RunExamples.Get_Sourc...
32.018182
94
0.633163
6c2c226a738c30355d7c830e2f77303b9d7a4dc6
2,508
cs
C#
src/IvorySharp/Aspects/Pipeline/FlowBehavior.cs
rex-core/IvoryProxy
5ab91a69453a2153bfe5f2571cacafbd75b52072
[ "MIT" ]
2
2018-03-12T18:13:32.000Z
2018-03-12T18:17:12.000Z
src/IvorySharp/Aspects/Pipeline/FlowBehavior.cs
SolarLabRU/IvorySharp
5ab91a69453a2153bfe5f2571cacafbd75b52072
[ "MIT" ]
null
null
null
src/IvorySharp/Aspects/Pipeline/FlowBehavior.cs
SolarLabRU/IvorySharp
5ab91a69453a2153bfe5f2571cacafbd75b52072
[ "MIT" ]
null
null
null
using IvorySharp.Core; using JetBrains.Annotations; namespace IvorySharp.Aspects.Pipeline { /// <summary> /// Возможные состояния выполнения потока программы. /// </summary> [PublicAPI] public enum FlowBehavior { /// <summary> /// Значение по умолчанию - пайплайн выполяется в н...
40.451613
87
0.605263
32aa7deed2f681d4b96a151b21757bb61baf6082
930
cs
C#
Genesis.NET.Specs/Entities/Requests/Query/SingleReconcile.cs
GenesisGateway/genesis_dotnet
ae3104f38826bd3a13819764cdee4e999483fc09
[ "MIT" ]
1
2016-09-29T14:35:13.000Z
2016-09-29T14:35:13.000Z
Genesis.NET.Specs/Entities/Requests/Query/SingleReconcile.cs
GenesisGateway/genesis_dotnet
ae3104f38826bd3a13819764cdee4e999483fc09
[ "MIT" ]
null
null
null
Genesis.NET.Specs/Entities/Requests/Query/SingleReconcile.cs
GenesisGateway/genesis_dotnet
ae3104f38826bd3a13819764cdee4e999483fc09
[ "MIT" ]
1
2016-09-29T14:48:52.000Z
2016-09-29T14:48:52.000Z
using System; using System.Linq; using Genesis.Net.Entities.Requests.Query; using NSpec; using Genesis.Net.Specs.Mocks; namespace Genesis.Net.Specs.Entities.Requests.Query { class descibe_single_reconcile : nspec { EntityMock<SingleReconcile> singleReconcileMock; void before_each() { ...
28.181818
95
0.698925
f58576c56b2851a7534a82da191d241afd0fba17
5,864
cs
C#
AdaptiveRoads/Patches/AsymPavements/Commons.cs
Elesbaan70/AdaptiveNetworks
d2f2e83e67d9aff93c671da0e81c3446dea5c73b
[ "MIT" ]
2
2021-12-19T12:31:09.000Z
2022-03-06T14:34:42.000Z
AdaptiveRoads/Patches/AsymPavements/Commons.cs
Elesbaan70/AdaptiveNetworks
d2f2e83e67d9aff93c671da0e81c3446dea5c73b
[ "MIT" ]
13
2021-12-26T03:29:03.000Z
2022-03-02T05:37:42.000Z
AdaptiveRoads/Patches/AsymPavements/Commons.cs
Elesbaan70/AdaptiveNetworks
d2f2e83e67d9aff93c671da0e81c3446dea5c73b
[ "MIT" ]
3
2020-10-25T12:34:16.000Z
2021-05-22T14:10:27.000Z
namespace AdaptiveRoads.Patches.AsymPavements { using AdaptiveRoads.Manager; using HarmonyLib; using KianCommons; using KianCommons.Patches; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; using UnityEngine; using static KianCommons.Patches.Tr...
44.763359
112
0.52251
289e617acebf3031cc5f2f845fa76ca39231df32
290
cs
C#
src/Manufactures.Domain/Orders/ValueObjects/MachineId.cs
afandylamusu/nasab-extcore
75943c744ce6f5373c40a95038bdebe9072ba1fa
[ "Apache-2.0" ]
null
null
null
src/Manufactures.Domain/Orders/ValueObjects/MachineId.cs
afandylamusu/nasab-extcore
75943c744ce6f5373c40a95038bdebe9072ba1fa
[ "Apache-2.0" ]
null
null
null
src/Manufactures.Domain/Orders/ValueObjects/MachineId.cs
afandylamusu/nasab-extcore
75943c744ce6f5373c40a95038bdebe9072ba1fa
[ "Apache-2.0" ]
null
null
null
using Moonlay.Domain; using Newtonsoft.Json; namespace Manufactures.Domain.Orders.ValueObjects { [JsonConverter(typeof(SingleValueObjectConverter))] public class MachineId : SingleValueObject<int> { public MachineId(int value) : base(value) { } } }
22.307692
55
0.686207
28bfa190bb2e73371c40aa22b4932aabf2cb759f
3,288
cs
C#
Ballchasing.Net/Entities/FilterReplaysInfo.cs
TristanPearce/Ballchasing.Net
decf3aa0ab5e73c3e86f4f87f9ffd4321ec5a1cb
[ "MIT" ]
1
2020-10-31T03:13:30.000Z
2020-10-31T03:13:30.000Z
Ballchasing.Net/Entities/FilterReplaysInfo.cs
TristanPearce/Ballchasing.Net
decf3aa0ab5e73c3e86f4f87f9ffd4321ec5a1cb
[ "MIT" ]
1
2020-10-29T22:25:12.000Z
2020-10-29T22:32:26.000Z
Ballchasing.Net/Entities/FilterReplaysInfo.cs
TristanPearce/Ballchasing.Net
decf3aa0ab5e73c3e86f4f87f9ffd4321ec5a1cb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; using Newtonsoft.Json; namespace Ballchasing.Net { [DataContract] public class FilterReplaysInfo { [DataMember(Name = "title", IsRequired = false)] public string Title { get; set; } ...
33.212121
117
0.571168
b935b9669ad3b18f7342167efcdaec7faac2cf28
1,230
cs
C#
Assets/Scripts/LobbyCanvas.cs
Atomotos/Smoloons
b82bf83b71fcd7bae5e92626c7202eee1bc82650
[ "MIT" ]
9
2018-03-04T11:09:42.000Z
2021-07-05T03:56:57.000Z
Assets/Scripts/LobbyCanvas.cs
Atomotos/Smoloons
b82bf83b71fcd7bae5e92626c7202eee1bc82650
[ "MIT" ]
null
null
null
Assets/Scripts/LobbyCanvas.cs
Atomotos/Smoloons
b82bf83b71fcd7bae5e92626c7202eee1bc82650
[ "MIT" ]
1
2019-08-27T23:41:45.000Z
2019-08-27T23:41:45.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; public class LobbyCanvas : MonoBehaviour { public InputField PlayerName; //public string playerName; //GameObject go; //KillsIncrementer ki; // string sceneName;...
22.777778
110
0.619512
9f5afae831e62fab8c804f4d7521b9fd8d85fabd
1,537
cs
C#
NWN.Anvil.Tests/src/main/API/Object/NwSoundTests.cs
milliorn/NWN.Managed
750adff0bb0abd0d00c6ffcc2d135514d5a7a093
[ "MIT" ]
9
2021-05-01T13:37:21.000Z
2022-03-24T12:59:02.000Z
NWN.Anvil.Tests/src/main/API/Object/NwSoundTests.cs
nwn-dotnet/Anvil
2c40cbd21936ac6c2fd6860088c8f75500eb60dd
[ "MIT" ]
130
2021-04-18T22:19:50.000Z
2022-03-31T03:09:55.000Z
NWN.Anvil.Tests/src/main/API/Object/NwSoundTests.cs
milliorn/NWN.Managed
750adff0bb0abd0d00c6ffcc2d135514d5a7a093
[ "MIT" ]
4
2021-04-29T20:28:52.000Z
2022-03-19T02:36:50.000Z
using System.Collections.Generic; using Anvil.API; using Anvil.Tests.Resources; using NUnit.Framework; namespace Anvil.Tests.API { [TestFixture(Category = "API.Object")] public sealed class NwSoundTests { private readonly List<NwGameObject> createdTestObjects = new List<NwGameObject>(); [Test(Descriptio...
32.020833
87
0.72609
9fb09fabec66973c06e3c900174f44836ec5ad22
1,033
cs
C#
UnityProject/Assets/Scripts/SoundButtonBehaviour.cs
RemiFusade2/HideAndChick
1d6c515200c4b8c5a717e284d1b343bd7208052c
[ "MIT" ]
null
null
null
UnityProject/Assets/Scripts/SoundButtonBehaviour.cs
RemiFusade2/HideAndChick
1d6c515200c4b8c5a717e284d1b343bd7208052c
[ "MIT" ]
null
null
null
UnityProject/Assets/Scripts/SoundButtonBehaviour.cs
RemiFusade2/HideAndChick
1d6c515200c4b8c5a717e284d1b343bd7208052c
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class SoundButtonBehaviour : MonoBehaviour { public bool soundActive; // Use this for initialization void Start () { float z = this.transform.localPosition.z; float y = this.transform.localPosition.y; Vector3 leftPosition = this.transform.parent.GetCom...
25.825
128
0.722168
9fc39c6675476d893fff1a21801cb5adfb7d0231
1,452
cs
C#
src/AzureMapsControl.Components/Atlas/FormatOptions/HyperLinkFormatOptionsTarget.cs
arnaudleclerc/blazor-azure-maps-controls
839310077ff6774720991c7ba266c6dac1cfcd9f
[ "MIT" ]
15
2020-10-25T07:27:20.000Z
2022-03-14T03:35:15.000Z
src/AzureMapsControl.Components/Atlas/FormatOptions/HyperLinkFormatOptionsTarget.cs
arnaudleclerc/blazor-azure-maps-controls
839310077ff6774720991c7ba266c6dac1cfcd9f
[ "MIT" ]
30
2020-12-07T22:08:50.000Z
2022-02-24T21:48:24.000Z
src/AzureMapsControl.Components/Atlas/FormatOptions/HyperLinkFormatOptionsTarget.cs
arnaudleclerc/blazor-azure-maps-controls
839310077ff6774720991c7ba266c6dac1cfcd9f
[ "MIT" ]
9
2021-03-03T01:26:08.000Z
2022-03-27T23:03:22.000Z
namespace AzureMapsControl.Components.Atlas.FormatOptions { using System; using System.Text.Json; using System.Text.Json.Serialization; /// <summary> /// Specifies the where the hyperlink should open. /// </summary> [JsonConverter(typeof(HyperLinkFormatOptionsTargetJsonConverter))] pub...
46.83871
173
0.767218
dea5d726f98b54d2cf417376b42b48bb89cc8843
3,772
cs
C#
WebService/Login/Redir.Master.designer.cs
petrsnd/tetrad
890221ca730011cac3437b92427d041cbc921db3
[ "MIT" ]
null
null
null
WebService/Login/Redir.Master.designer.cs
petrsnd/tetrad
890221ca730011cac3437b92427d041cbc921db3
[ "MIT" ]
null
null
null
WebService/Login/Redir.Master.designer.cs
petrsnd/tetrad
890221ca730011cac3437b92427d041cbc921db3
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
35.584906
91
0.545864
dea6bb1173f54f4a3da051af83e304b448e55173
459
cs
C#
NetrixPackage/NetRixUI/UserInterface/RulerControl/Orientation_Enum.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
27
2017-03-19T13:27:47.000Z
2022-03-21T21:37:55.000Z
NetrixPackage/NetRixUI/UserInterface/RulerControl/Orientation_Enum.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
5
2017-09-10T02:18:19.000Z
2019-05-31T07:46:51.000Z
NetrixPackage/NetRixUI/UserInterface/RulerControl/Orientation_Enum.cs
apircher/netrix
e33769852c164b8f8b4391920aeb1a2b7b5fecdb
[ "MIT" ]
10
2017-09-10T01:57:06.000Z
2022-03-16T10:31:19.000Z
namespace GuruComponents.Netrix.UserInterface.Ruler { #region Enumerations /// <summary> /// The orientiation of the ruler control. /// </summary> public enum Orientation { /// <summary> /// Appears horizontal, for top ruler (from left to right). /// </summary> Horizontal = 0, ...
20.863636
67
0.59695
d0ee02a7f36cbd3aea50e2dc309fca7a663a5626
1,715
cs
C#
src/AndcultureCode.CSharp.Sitefinity.Testing/Extensions/RestResponseResultExtensions.cs
KevinBusch/AndcultureCode.CSharp.Sitefinity.Testing
70b668c7f21fda2923e844b187c41c7f354b38cb
[ "Apache-2.0" ]
null
null
null
src/AndcultureCode.CSharp.Sitefinity.Testing/Extensions/RestResponseResultExtensions.cs
KevinBusch/AndcultureCode.CSharp.Sitefinity.Testing
70b668c7f21fda2923e844b187c41c7f354b38cb
[ "Apache-2.0" ]
9
2020-09-21T20:14:34.000Z
2021-06-01T13:05:15.000Z
src/AndcultureCode.CSharp.Sitefinity.Testing/Extensions/RestResponseResultExtensions.cs
KevinBusch/AndcultureCode.CSharp.Sitefinity.Testing
70b668c7f21fda2923e844b187c41c7f354b38cb
[ "Apache-2.0" ]
5
2020-09-21T16:31:07.000Z
2021-02-11T14:24:29.000Z
using AndcultureCode.CSharp.Sitefinity.Core.Models.Services; using AndcultureCode.CSharp.Sitefinity.Testing.Constants; using Shouldly; namespace AndcultureCode.CSharp.Sitefinity.Testing.Extensions { public static class RestResponseResultExtensions { public static void ShouldBeExpectedStatusCode<T>(thi...
50.441176
183
0.700875
ca2b9bb3385e32e92abde995b7b16267bc1034f7
12,955
cs
C#
Interfaz/FormMapa.Designer.cs
brayanhenao/tsp_approach
eac1c85e7dda7793a6823e3b90c8802ba39c298e
[ "MIT" ]
null
null
null
Interfaz/FormMapa.Designer.cs
brayanhenao/tsp_approach
eac1c85e7dda7793a6823e3b90c8802ba39c298e
[ "MIT" ]
null
null
null
Interfaz/FormMapa.Designer.cs
brayanhenao/tsp_approach
eac1c85e7dda7793a6823e3b90c8802ba39c298e
[ "MIT" ]
null
null
null
namespace Interfaz { partial class FormMapa { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
50.40856
178
0.586029
6a5cd54ec14ef1dda4cbd34f84a9986ee58955b5
1,346
cs
C#
src/Dfc.CourseDirectory.Core/DataStore/Sql/QueryHandlers/GetExclusiveLockHandler.cs
uk-gov-mirror/SkillsFundingAgency.dfc-coursedirectory
cb15ca366a9c3314dfa1272e55ed0493489c8b02
[ "MIT" ]
4
2018-12-06T10:13:42.000Z
2022-01-20T16:44:16.000Z
src/Dfc.CourseDirectory.Core/DataStore/Sql/QueryHandlers/GetExclusiveLockHandler.cs
uk-gov-mirror/SkillsFundingAgency.dfc-coursedirectory
cb15ca366a9c3314dfa1272e55ed0493489c8b02
[ "MIT" ]
89
2018-12-06T15:06:39.000Z
2022-03-29T10:22:29.000Z
src/Dfc.CourseDirectory.Core/DataStore/Sql/QueryHandlers/GetExclusiveLockHandler.cs
uk-gov-mirror/SkillsFundingAgency.dfc-coursedirectory
cb15ca366a9c3314dfa1272e55ed0493489c8b02
[ "MIT" ]
5
2019-01-18T16:33:20.000Z
2021-04-11T08:33:08.000Z
using System.Data; using System.Data.SqlClient; using System.Threading.Tasks; using Dapper; using Dfc.CourseDirectory.Core.DataStore.Sql.Queries; namespace Dfc.CourseDirectory.Core.DataStore.Sql.QueryHandlers { public class GetExclusiveLockHandler : ISqlQueryHandler<GetExclusiveLock, bool> { public as...
32.829268
169
0.594354
83e7bc3654855ecf1c2bf0d9db281cb4ed158167
2,288
cs
C#
src/Dx29.FileStorage/Services/FileStorageService.cs
foundation29org/Dx29.FileStorage
451ea61dc6aa4a0bf9c79bcbb11f53a51990cb51
[ "MIT" ]
null
null
null
src/Dx29.FileStorage/Services/FileStorageService.cs
foundation29org/Dx29.FileStorage
451ea61dc6aa4a0bf9c79bcbb11f53a51990cb51
[ "MIT" ]
null
null
null
src/Dx29.FileStorage/Services/FileStorageService.cs
foundation29org/Dx29.FileStorage
451ea61dc6aa4a0bf9c79bcbb11f53a51990cb51
[ "MIT" ]
null
null
null
using System; using System.IO; using System.Threading.Tasks; namespace Dx29.Services { public class FileStorageService { public FileStorageService(BlobStorage blobStorage) { BlobStorage = blobStorage; } public BlobStorage BlobStorage { get; } public async ...
37.508197
118
0.623252
fa907bacb5eb951a3ed6f63980f12165db9de4f0
4,604
cs
C#
SMTPRouter.Windows/Configuration/SmtpConnectionElement.cs
diassoft/SMTPRouter.Windows
932a59432514525243aab8e2d31d2198d1c23271
[ "MIT" ]
2
2020-11-16T11:42:08.000Z
2020-12-22T17:24:03.000Z
SMTPRouter.Windows/Configuration/SmtpConnectionElement.cs
diassoft/SMTPRouter.Windows
932a59432514525243aab8e2d31d2198d1c23271
[ "MIT" ]
null
null
null
SMTPRouter.Windows/Configuration/SmtpConnectionElement.cs
diassoft/SMTPRouter.Windows
932a59432514525243aab8e2d31d2198d1c23271
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Configuration; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SMTPRouter.Windows.Configuration { /// <summary> /// Represents the Configuration Element for SMTP Connections, to be used on App.Config / Web.Config Files ...
34.103704
130
0.528236
39ba507fa93bbb4e3894e7a43e18738f62ffb1ae
632
cs
C#
test/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests/QueryNoClientEvalSqliteFixture.cs
davidroth/EntityFrameworkCore
7bdf5818b10389588d74ecc03ba766fe24850298
[ "Apache-2.0" ]
null
null
null
test/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests/QueryNoClientEvalSqliteFixture.cs
davidroth/EntityFrameworkCore
7bdf5818b10389588d74ecc03ba766fe24850298
[ "Apache-2.0" ]
null
null
null
test/Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests/QueryNoClientEvalSqliteFixture.cs
davidroth/EntityFrameworkCore
7bdf5818b10389588d74ecc03ba766fe24850298
[ "Apache-2.0" ]
null
null
null
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.EntityFrameworkCore.Infrastructure; namespace Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests { public class QueryNoClientEval...
45.142857
137
0.821203
98864f356ae8f9e991b6e8b544044996278994c4
3,057
cs
C#
Azure.Devices.DeviceClient/Twin.cs
hbraasch/nanoFramework.Azure.Devices
62d1a1c07a4248032efe66b56ae9f290a0e4fc67
[ "MIT" ]
12
2021-06-30T08:11:52.000Z
2022-01-29T14:18:02.000Z
Azure.Devices.DeviceClient/Twin.cs
hbraasch/nanoFramework.Azure.Devices
62d1a1c07a4248032efe66b56ae9f290a0e4fc67
[ "MIT" ]
34
2021-06-29T19:10:04.000Z
2022-03-30T00:23:24.000Z
Azure.Devices.DeviceClient/Twin.cs
hbraasch/nanoFramework.Azure.Devices
62d1a1c07a4248032efe66b56ae9f290a0e4fc67
[ "MIT" ]
10
2021-08-16T19:14:39.000Z
2022-01-20T13:06:40.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Collections; using nanoFramework.Json; namespace nanoFramework.Azure.Devices.Shared { /// <summary> /// Twin Representation. /// </summary> ...
29.394231
110
0.516847
22e28f3256b40edbdbc01be9851d40a71822ebbe
230
cs
C#
server/Shared/Triple.cs
sjefvanleeuwen/parcel-signalr-react-recipe
ccadd46c95b9432e6ad17c0a8c31dd224678268c
[ "MIT" ]
null
null
null
server/Shared/Triple.cs
sjefvanleeuwen/parcel-signalr-react-recipe
ccadd46c95b9432e6ad17c0a8c31dd224678268c
[ "MIT" ]
null
null
null
server/Shared/Triple.cs
sjefvanleeuwen/parcel-signalr-react-recipe
ccadd46c95b9432e6ad17c0a8c31dd224678268c
[ "MIT" ]
null
null
null
using System; namespace server.Shared { public struct Triple { public DateTime Time; public long Subject; public long Predicate; public long Object; public long InvPredicate; } }
19.166667
33
0.617391
fe38b9d44f9d0f76d8582d0a673ae6ee193a6e0d
1,578
cs
C#
src/IngameEditorUI.cs
Coac/ingame-editor-ui
7a846aac45f81e8b18c4c26af1e555a03c854622
[ "MIT" ]
14
2017-04-14T08:58:36.000Z
2021-11-17T11:38:32.000Z
src/IngameEditorUI.cs
Coac/ingame-editor-ui
7a846aac45f81e8b18c4c26af1e555a03c854622
[ "MIT" ]
null
null
null
src/IngameEditorUI.cs
Coac/ingame-editor-ui
7a846aac45f81e8b18c4c26af1e555a03c854622
[ "MIT" ]
4
2017-12-17T19:23:28.000Z
2020-09-09T19:55:05.000Z
/*==== DebugSceneUI.cs ===================================================== * Class that shows via IMGUI at runtime a Hierarchy and a Inspector like * the built-in Editor. Can be useful when testing game on Android or doing * some reverse-engineering ;) * * Author: Victor Le aka "Coac" * Repository : https:/...
29.773585
129
0.590621
a8e7cd7bbc928509e85cc6a1a614a6341dfd9ac0
1,348
cs
C#
ATF/Framework/Atf.Gui/Drawing/IAtfBitmapGraphics.cs
rcmaniac25/ATF-LevelEditor
5de98d464d860ff353d3c52c2a9eacdb3cb1b97a
[ "Apache-2.0" ]
2
2015-04-22T07:43:19.000Z
2015-05-02T03:56:34.000Z
ATF/Framework/Atf.Gui/Drawing/IAtfBitmapGraphics.cs
rcmaniac25/ATF-LevelEditor
5de98d464d860ff353d3c52c2a9eacdb3cb1b97a
[ "Apache-2.0" ]
null
null
null
ATF/Framework/Atf.Gui/Drawing/IAtfBitmapGraphics.cs
rcmaniac25/ATF-LevelEditor
5de98d464d860ff353d3c52c2a9eacdb3cb1b97a
[ "Apache-2.0" ]
null
null
null
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. //Copyright © 2014 Vincent Simonetti using System; namespace Sce.Atf.Drawing { /// <summary> /// Renders to an intermediate bitmap created by the CreateCompatibleRenderTarget method</summary> public interface IAtfBitmap...
37.444444
114
0.661721
c02f697861cc1d91e4dfa7382fd1e289a70e3724
131
cs
C#
Source/Ultraviolet.Tests/UI/Presentation/Screens/UPF_UIElement_DrawsCorrectly_WithRenderTransform_VM.cs
Spool5520/ultraviolet
aad3183430a99d92488f009473688442c092f525
[ "Apache-2.0", "MIT" ]
null
null
null
Source/Ultraviolet.Tests/UI/Presentation/Screens/UPF_UIElement_DrawsCorrectly_WithRenderTransform_VM.cs
Spool5520/ultraviolet
aad3183430a99d92488f009473688442c092f525
[ "Apache-2.0", "MIT" ]
null
null
null
Source/Ultraviolet.Tests/UI/Presentation/Screens/UPF_UIElement_DrawsCorrectly_WithRenderTransform_VM.cs
Spool5520/ultraviolet
aad3183430a99d92488f009473688442c092f525
[ "Apache-2.0", "MIT" ]
1
2019-12-10T10:09:15.000Z
2019-12-10T10:09:15.000Z
 namespace Ultraviolet.Tests.UI.Presentation.Screens { public class UPF_UIElement_DrawsCorrectly_WithRenderTransform_VM { } }
21.833333
72
0.824427
c7d3586b66b578fe60df78a682db6835cda14992
4,303
cs
C#
src/XEngineActor/Actor.cs
moto2002/tianqi_src
3f3658e5059aa790b14a5cad3c253ff957bce177
[ "MIT" ]
5
2017-06-04T12:30:50.000Z
2018-03-12T09:33:10.000Z
src/XEngineActor/Actor.cs
corefan/tianqi_src
3f3658e5059aa790b14a5cad3c253ff957bce177
[ "MIT" ]
null
null
null
src/XEngineActor/Actor.cs
corefan/tianqi_src
3f3658e5059aa790b14a5cad3c253ff957bce177
[ "MIT" ]
7
2017-07-18T13:38:00.000Z
2020-03-29T03:42:11.000Z
using Foundation.EF; using System; using UnityEngine; using UnityEngine.EventSystems; using XEngine; using XEngineCommand; namespace XEngineActor { public class Actor : AbstractActorMediator, IEventSystemHandler, ICommandReceiver { public int InstanceID; [HideInInspector] public int resGUID; [HideInInspect...
16.743191
115
0.730421
6338d4016492815fdf810da664e01e7fb7f31d24
9,085
cs
C#
BetterFix/Functions/BetterUi/BetterDisplay/DisplayMerchantType.cs
aloneangel34/BetterFix
4f80744488a248004fecadf95627ee38245378ec
[ "MIT" ]
1
2021-08-18T11:25:48.000Z
2021-08-18T11:25:48.000Z
BetterFix/Functions/BetterUi/BetterDisplay/DisplayMerchantType.cs
aloneangel34/BetterFix
4f80744488a248004fecadf95627ee38245378ec
[ "MIT" ]
1
2021-07-26T10:36:54.000Z
2021-07-26T10:36:54.000Z
BetterFix/Functions/BetterUi/BetterDisplay/DisplayMerchantType.cs
aloneangel34/BetterFix
4f80744488a248004fecadf95627ee38245378ec
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using GameData; using HarmonyLib; using UnityEngine; namespace BetterFix { /// <summary> /// 显示商人所属商队:地点人物列表 /// </summary> [HarmonyPatch(typeof(SetPlaceActor), "SetActor")] public static class MerchantTypeInPlaceActor { ...
37.081633
131
0.491469
5feb2733838b59dd241dcfeeae833bc4eed45e95
59,569
cs
C#
Console-Snake-Game/GameManager.cs
Jon-Dev21/Console-Snake-Game
c75e76c1356a0a7fa52ecca3ec449e52ee734284
[ "MIT" ]
null
null
null
Console-Snake-Game/GameManager.cs
Jon-Dev21/Console-Snake-Game
c75e76c1356a0a7fa52ecca3ec449e52ee734284
[ "MIT" ]
null
null
null
Console-Snake-Game/GameManager.cs
Jon-Dev21/Console-Snake-Game
c75e76c1356a0a7fa52ecca3ec449e52ee734284
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Timers; namespace Console_Snake_Game { /// <summary> /// This class manages the entire game. /// It contains a game board, a player and a score manager....
65.967885
175
0.260404
8685ba63aa56985a76e20524badca1e8c1d82607
378
cs
C#
IptablesCtl/Native/RejectWith.cs
skywarer/IptablesCtl
b9624232346ce599ba4bac9aeb7482a5c33c0ae6
[ "Apache-2.0" ]
1
2021-06-11T10:52:30.000Z
2021-06-11T10:52:30.000Z
IptablesCtl/Native/RejectWith.cs
skywarer/IptablesCtl
b9624232346ce599ba4bac9aeb7482a5c33c0ae6
[ "Apache-2.0" ]
null
null
null
IptablesCtl/Native/RejectWith.cs
skywarer/IptablesCtl
b9624232346ce599ba4bac9aeb7482a5c33c0ae6
[ "Apache-2.0" ]
null
null
null
using System; namespace IptablesCtl.Native { public enum RejectWith { IPT_ICMP_NET_UNREACHABLE, IPT_ICMP_HOST_UNREACHABLE, IPT_ICMP_PROT_UNREACHABLE, IPT_ICMP_PORT_UNREACHABLE, IPT_ICMP_ECHOREPLY, IPT_ICMP_NET_PROHIBITED, IPT_ICMP_HOST_PROHIBITED, ...
23.625
34
0.685185
53e6a28ea44630ca49022e30f43dd6648ef69f0e
785
cs
C#
Assets/Script/Skill/Effects/SkillEffect.cs
SardineFish/TheLastOne
af9c928659423b1d674fa220b6925a8a51a036c8
[ "MIT" ]
1
2018-04-25T03:02:15.000Z
2018-04-25T03:02:15.000Z
Assets/Script/Skill/Effects/SkillEffect.cs
SardineFish/TheLastOne
af9c928659423b1d674fa220b6925a8a51a036c8
[ "MIT" ]
null
null
null
Assets/Script/Skill/Effects/SkillEffect.cs
SardineFish/TheLastOne
af9c928659423b1d674fa220b6925a8a51a036c8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; [Serializable] public abstract class SkillEffect:ScriptableObject,IWeightedObject,IDocumented { [SerializeField] public string DisplayName; public string Descr...
25.322581
89
0.692994
0690805c8a56fb8a0fe722f53dcd59106de301ff
4,002
cs
C#
NebPowerAutomation/Core/PowerShellLogger.cs
Nebulon/nebPowerAutomation
0cbafbba2b44a6ed1e529aff3374848eb3aab350
[ "MIT" ]
null
null
null
NebPowerAutomation/Core/PowerShellLogger.cs
Nebulon/nebPowerAutomation
0cbafbba2b44a6ed1e529aff3374848eb3aab350
[ "MIT" ]
null
null
null
NebPowerAutomation/Core/PowerShellLogger.cs
Nebulon/nebPowerAutomation
0cbafbba2b44a6ed1e529aff3374848eb3aab350
[ "MIT" ]
null
null
null
/* * * Copyright 2021 Nebulon, Inc. * All Rights Reserved. * * DISCLAIMER: THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO * EVENT SHALL TH...
32.016
91
0.567966
7e15938a86532ac607050eaadf07e7f1766c857f
1,030
cs
C#
Mongo.LuceneQuery/LuceneQueryParser.cs
SebastianStehle/MongoSearchTest
a6f61b7c51f7b04706ff7c7416dc55db6938bd3c
[ "MIT" ]
2
2021-11-10T17:09:28.000Z
2021-11-20T03:59:20.000Z
Mongo.LuceneQuery/LuceneQueryParser.cs
SebastianStehle/MongoSearchTest
a6f61b7c51f7b04706ff7c7416dc55db6938bd3c
[ "MIT" ]
null
null
null
Mongo.LuceneQuery/LuceneQueryParser.cs
SebastianStehle/MongoSearchTest
a6f61b7c51f7b04706ff7c7416dc55db6938bd3c
[ "MIT" ]
1
2021-11-20T03:59:21.000Z
2021-11-20T03:59:21.000Z
using Lucene.Net.Analysis; using Lucene.Net.Analysis.Standard; using Lucene.Net.Analysis.Util; using Lucene.Net.QueryParsers.Classic; using Lucene.Net.Util; namespace Mongo.LuceneQuery { public static class LuceneQueryParser { private static readonly Analyzer DefaultAnalyzer = new StandardAnalyzer(Luc...
27.837838
129
0.636893
03c7189ee74f2e7ff08f06eb4a74fb61276e8e4c
551
cs
C#
Tumbler.Addin.Core/AddinAttributeException.cs
paxhujing/Tumbler.Addin
806ec4c35a97ae7728a4689945157d3e23a03780
[ "MIT" ]
null
null
null
Tumbler.Addin.Core/AddinAttributeException.cs
paxhujing/Tumbler.Addin
806ec4c35a97ae7728a4689945157d3e23a03780
[ "MIT" ]
null
null
null
Tumbler.Addin.Core/AddinAttributeException.cs
paxhujing/Tumbler.Addin
806ec4c35a97ae7728a4689945157d3e23a03780
[ "MIT" ]
2
2019-11-13T07:25:27.000Z
2021-05-17T03:44:31.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tumbler.Addin.Core { /// <summary> /// 当处理AddinAttribute特性失败时引发的异常。 /// </summary> public class AddinAttributeException : Exception { /// <summary> /// 初始化类...
22.04
64
0.62069
6f2d274ee2505076ec4b6198a175d0e63f2223e0
1,225
cs
C#
Assets/Devdog/QuestSystemPro/Scripts/Waypoint/WaypointPathfinder/WaypointNavmeshCharacterController.cs
Casey-Hofland/Quest-System-Pro
c5cfc343d4d357b8779a6c414050fc9fb72da517
[ "MIT" ]
552
2019-09-27T20:10:42.000Z
2022-03-25T15:30:01.000Z
Assets/Devdog/QuestSystemPro/Scripts/Waypoint/WaypointPathfinder/WaypointNavmeshCharacterController.cs
gamergamesz/Quest-System-Pro
7f77dd81c4cb0b81362797f7f9f8a3850dc8ec8d
[ "MIT" ]
1
2021-01-17T21:08:34.000Z
2021-02-08T08:54:51.000Z
Assets/Devdog/QuestSystemPro/Scripts/Waypoint/WaypointPathfinder/WaypointNavmeshCharacterController.cs
gamergamesz/Quest-System-Pro
7f77dd81c4cb0b81362797f7f9f8a3850dc8ec8d
[ "MIT" ]
125
2019-10-02T18:19:48.000Z
2022-03-25T03:13:19.000Z
using System; using Devdog.General; using UnityEngine; #if UNITY_5_5_OR_NEWER using UnityEngine.AI; #endif namespace Devdog.QuestSystemPro { [RequireComponent(typeof(NavMeshAgent))] public sealed class WaypointNavmeshCharacterController : WaypointCharacterControllerBase { public override float di...
21.12069
92
0.556735
cc99b29b95b92e5a7a50c472dad7ccaaa3d9f952
536
cs
C#
EpiInfoAPI/View.cs
Epi-Info/NBS-Integrations
fefe15f2f89d72059775fc07c8c07825f27ae0f2
[ "Apache-2.0" ]
2
2018-10-03T16:05:54.000Z
2019-03-04T19:35:58.000Z
EpiInfoAPI/View.cs
Epi-Info/NBS-Integrations
fefe15f2f89d72059775fc07c8c07825f27ae0f2
[ "Apache-2.0" ]
null
null
null
EpiInfoAPI/View.cs
Epi-Info/NBS-Integrations
fefe15f2f89d72059775fc07c8c07825f27ae0f2
[ "Apache-2.0" ]
1
2020-11-13T14:20:55.000Z
2020-11-13T14:20:55.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EpiInfoAPI { public class View { #region Fields private string name = string.Empty; private bool isRelatedView = false; private Project project; #endregion /// <summa...
20.615385
56
0.578358
3776db26b597533682fb88de046aeefb42548bfb
1,160
cs
C#
Core/AI/BehaviourTree/Blackboard.cs
RobertStivanson/Justice-Framework
3d7325d0d63018c5506b3fefedc99a76eb8bc6b4
[ "MIT" ]
null
null
null
Core/AI/BehaviourTree/Blackboard.cs
RobertStivanson/Justice-Framework
3d7325d0d63018c5506b3fefedc99a76eb8bc6b4
[ "MIT" ]
2
2019-10-01T14:18:48.000Z
2019-10-01T14:20:30.000Z
Core/AI/BehaviourTree/Blackboard.cs
RobertStivanson/Justice-Framework
3d7325d0d63018c5506b3fefedc99a76eb8bc6b4
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace JusticeFramework.Core.AI.BehaviourTree { public class Blackboard { private readonly Dictionary<object, object> memory; public Blackboard() { memory = new Dictionary<object, object>(); } private Dictionary<object, object> GetNodeMemory(object nodeId) { if (!...
26.363636
67
0.67931
378d7c955c3f6261452240a67ce4bd3f9885bd28
508
cs
C#
src/IDP/DNT.IDP.DataLayer/Configurations/ApiResourceClaimConfiguration.cs
VahidN/IdentityServerImageGallery
b160e21e5cb5f914808d4b7ad20b39794fda4c46
[ "Apache-2.0" ]
61
2018-09-02T11:29:24.000Z
2022-02-19T11:40:25.000Z
src/IDP/DNT.IDP.DataLayer/Configurations/ApiResourceClaimConfiguration.cs
VahidN/IdentityServerImageGallery
b160e21e5cb5f914808d4b7ad20b39794fda4c46
[ "Apache-2.0" ]
4
2018-12-18T15:10:31.000Z
2019-12-15T20:41:31.000Z
src/IDP/DNT.IDP.DataLayer/Configurations/ApiResourceClaimConfiguration.cs
VahidN/IdentityServerImageGallery
b160e21e5cb5f914808d4b7ad20b39794fda4c46
[ "Apache-2.0" ]
14
2018-09-21T17:32:36.000Z
2022-03-03T12:19:12.000Z
using DNT.IDP.DomainClasses.IdentityServer4Entities; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace DNT.IDP.DataLayer.Configurations { public class ApiResourceClaimConfiguration : IEntityTypeConfiguration<ApiResourceClaim> { public void Configure(E...
31.75
91
0.732283
d4d37e30819e0b86eaa57215f5d27fded31d8a82
341
cs
C#
CursoDesignPatterns/CursoDesignPatterns/EstadoDeUmaConta.cs
lariodiniz/Alura---Design-Patterns-C-I
aa0407743cabcc10f34bd49e792c7ad6c0c193d9
[ "MIT" ]
null
null
null
CursoDesignPatterns/CursoDesignPatterns/EstadoDeUmaConta.cs
lariodiniz/Alura---Design-Patterns-C-I
aa0407743cabcc10f34bd49e792c7ad6c0c193d9
[ "MIT" ]
null
null
null
CursoDesignPatterns/CursoDesignPatterns/EstadoDeUmaConta.cs
lariodiniz/Alura---Design-Patterns-C-I
aa0407743cabcc10f34bd49e792c7ad6c0c193d9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CursoDesignPatterns { public interface xEstadoDeUmaConta { void Sacar(Conta conta, double valor); void Depositar(Conta conta, double valor); void StatusAtual(Co...
20.058824
50
0.715543
0cb11a195f610cb3109a9e8cfb23addbde15e243
1,902
cs
C#
FemDesign.Grasshopper/Shells/ShellOrthotropyDefine.cs
AmalieRask131/femdesign-api
3b198ecba193efd2a09501e08af3818b227003cc
[ "MIT" ]
18
2020-11-23T00:03:57.000Z
2022-03-31T07:30:16.000Z
FemDesign.Grasshopper/Shells/ShellOrthotropyDefine.cs
AmalieRask131/femdesign-api
3b198ecba193efd2a09501e08af3818b227003cc
[ "MIT" ]
264
2021-02-10T08:51:09.000Z
2022-03-31T14:29:49.000Z
FemDesign.Grasshopper/Shells/ShellOrthotropyDefine.cs
AmalieRask131/femdesign-api
3b198ecba193efd2a09501e08af3818b227003cc
[ "MIT" ]
9
2021-02-01T14:04:56.000Z
2022-03-17T07:30:10.000Z
// https://strusoft.com/ using System; using Grasshopper.Kernel; namespace FemDesign.Grasshopper { public class ShellOrthotropyDefine: GH_Component { public ShellOrthotropyDefine(): base("ShellOrthotropy.Define", "Define", "Define a definition for ShellOrthotropy.", "FemDesign", "Shells") { ...
33.964286
147
0.585699
ebf0ef79092018a5d98bc3ba961887385522708b
19,155
cs
C#
Scripts/VectorText/VectorText.cs
NegInfinity/NiTools
af9d2e715763d63c896c5ba74e281c6b06c3ffca
[ "MIT" ]
1
2022-03-20T16:09:20.000Z
2022-03-20T16:09:20.000Z
Scripts/VectorText/VectorText.cs
NegInfinity/NiTools
af9d2e715763d63c896c5ba74e281c6b06c3ffca
[ "MIT" ]
null
null
null
Scripts/VectorText/VectorText.cs
NegInfinity/NiTools
af9d2e715763d63c896c5ba74e281c6b06c3ffca
[ "MIT" ]
1
2022-03-20T16:09:26.000Z
2022-03-20T16:09:26.000Z
/* This file implements a vector based "typeface" which can be used with a line drawing delegate to produce wireframe text. */ using UnityEngine; using System.Collections; using System.Collections.Generic; namespace NiTools{ public static class VectorText{ public delegate void LineDelegate2D(Vector2 a, Vector2 b); ...
70.164835
301
0.539389
2351eeb5f1a90d7824f1239206961c33032d87d4
1,106
cs
C#
Implementations/ShipCreator.cs
SamLad2015/DemontfordTest
2d938b9253f8d11fb9c96ba8a000cedd259064eb
[ "MIT" ]
null
null
null
Implementations/ShipCreator.cs
SamLad2015/DemontfordTest
2d938b9253f8d11fb9c96ba8a000cedd259064eb
[ "MIT" ]
null
null
null
Implementations/ShipCreator.cs
SamLad2015/DemontfordTest
2d938b9253f8d11fb9c96ba8a000cedd259064eb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using BattleshipTest.Entities; using BattleshipTest.Entities.Ships; using BattleshipTest.Enums; using BattleshipTest.Interfaces; using BattleshipTest.Models; namespace BattleshipTest.Implementations { public class ShipCreator : IShipCreator { public IList...
29.105263
77
0.477396
d4f100a9ce78c1198c1a692dd439d6268dce5675
2,762
cs
C#
TuckUnity/Assets/Src/Game/GameLogic/TuckMatchCore.cs
Xaer033/tuck
06a4d3c9b5ef884e0da25730fb26cf30c7a25b00
[ "MIT" ]
null
null
null
TuckUnity/Assets/Src/Game/GameLogic/TuckMatchCore.cs
Xaer033/tuck
06a4d3c9b5ef884e0da25730fb26cf30c7a25b00
[ "MIT" ]
null
null
null
TuckUnity/Assets/Src/Game/GameLogic/TuckMatchCore.cs
Xaer033/tuck
06a4d3c9b5ef884e0da25730fb26cf30c7a25b00
[ "MIT" ]
null
null
null
using System.Collections.Generic; using GameCommands; public class TuckMatchCore { public TuckMatchState matchState { get; private set; } private CommandFactory _commandFactory = new CommandFactory(); public static TuckMatchCore Create( List<PlayerState> playerList, CardDeck cardD...
27.346535
119
0.661839
be64f48980d3053bac910a0c0e48e3ba9f788688
5,792
cs
C#
src/ResourceManagement/Compute/AvailabilitySetImpl.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
1
2022-02-15T13:58:42.000Z
2022-02-15T13:58:42.000Z
src/ResourceManagement/Compute/AvailabilitySetImpl.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
null
null
null
src/ResourceManagement/Compute/AvailabilitySetImpl.cs
abharath27/azure-libraries-for-net
a3e57896e5dfce4eee32de5bb6a4f42b820b6b12
[ "MIT" ]
1
2019-12-01T06:21:40.000Z
2019-12-01T06:21:40.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Compute.Fluent { using Models; using ResourceManager.Fluent; using System.Collections.Generic; using System.Li...
40.503497
180
0.673688
4fd2b56f3af852e674343a8e8388da76ee59dae9
467
cs
C#
net472/WebFormsFull/src/WebFormsFull/Models/People.cs
marknfawaz/TestProjects
e3826245ada858e2c40a4e56018f94810eceac2d
[ "MIT" ]
3
2021-06-30T22:13:38.000Z
2022-02-04T19:25:15.000Z
net472/WebFormsFull/src/WebFormsFull/Models/People.cs
marknfawaz/TestProjects
e3826245ada858e2c40a4e56018f94810eceac2d
[ "MIT" ]
11
2021-01-08T22:30:37.000Z
2021-06-09T18:41:25.000Z
net472/WebFormsFull/src/WebFormsFull/Models/People.cs
marknfawaz/TestProjects
e3826245ada858e2c40a4e56018f94810eceac2d
[ "MIT" ]
1
2021-07-15T19:57:02.000Z
2021-07-15T19:57:02.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebFormsFull.Models { public class People { public string Name { get; set; } public string LastName { get; set; } public string Position { get; set; } public People(string name, strin...
23.35
68
0.593148
4fe7b9a14b201d9f66a3db287dbf61998593b84d
109
cs
C#
OnlyT/ViewModel/Messages/ShowTimeOfDayUnderTimerChangedMessage.cs
DavidIQ/OnlyT
bc3f5ecaae6d46cce1477ba70142c820dcd474f8
[ "MIT" ]
95
2017-09-13T23:16:45.000Z
2022-03-15T12:50:01.000Z
OnlyT/ViewModel/Messages/ShowTimeOfDayUnderTimerChangedMessage.cs
DavidIQ/OnlyT
bc3f5ecaae6d46cce1477ba70142c820dcd474f8
[ "MIT" ]
259
2017-09-11T18:05:54.000Z
2022-03-30T19:33:50.000Z
OnlyT/ViewModel/Messages/ShowTimeOfDayUnderTimerChangedMessage.cs
DavidIQ/OnlyT
bc3f5ecaae6d46cce1477ba70142c820dcd474f8
[ "MIT" ]
47
2017-09-26T12:52:12.000Z
2022-01-29T23:55:54.000Z
namespace OnlyT.ViewModel.Messages { internal class ShowTimeOfDayUnderTimerChangedMessage { } }
15.571429
56
0.743119