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
dbc5d3008b35ec93ce0074d90ecde223b0324132
265
cs
C#
src/Swank/Description/MaxLengthAttribute.cs
mikeobrien/swank
351a8664506720a5749182967ffc00b612ceeb0f
[ "MIT" ]
5
2016-08-24T04:06:48.000Z
2020-08-03T19:34:46.000Z
src/Swank/Description/MaxLengthAttribute.cs
mikeobrien/swank
351a8664506720a5749182967ffc00b612ceeb0f
[ "MIT" ]
null
null
null
src/Swank/Description/MaxLengthAttribute.cs
mikeobrien/swank
351a8664506720a5749182967ffc00b612ceeb0f
[ "MIT" ]
null
null
null
using System; namespace Swank.Description { public class MaxLengthAttribute : Attribute { public MaxLengthAttribute(int maxLength) { MaxLength = maxLength; } public int MaxLength { get; } } }
17.666667
49
0.562264
58617f8cb4c95cccaa95bd59513464bf1cf96cb0
1,445
cs
C#
MyAnimeWorld.App/Areas/Categories/Pages/Categories.cshtml.cs
kirrcho/Project
77e792ef9516edfd2b95105ecdaaafdabfca18c9
[ "MIT" ]
null
null
null
MyAnimeWorld.App/Areas/Categories/Pages/Categories.cshtml.cs
kirrcho/Project
77e792ef9516edfd2b95105ecdaaafdabfca18c9
[ "MIT" ]
null
null
null
MyAnimeWorld.App/Areas/Categories/Pages/Categories.cshtml.cs
kirrcho/Project
77e792ef9516edfd2b95105ecdaaafdabfca18c9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using MyAnimeWorld.Common.Categories.ViewModels; using MyAnimeWorld.Common.Utilities.Constants; using MyAnimeWorld.Services; namespace MyAnimeWorld...
31.413043
142
0.651903
02a66f7d3c25587337524d0d83716fb96dc669ce
10,260
cs
C#
RodinaCrypt/CipherPredictionDictionary.cs
yuo123/RodinaCrypt
b6dab5b07febeea563542b8dfd4d1e033294b0c2
[ "MIT" ]
null
null
null
RodinaCrypt/CipherPredictionDictionary.cs
yuo123/RodinaCrypt
b6dab5b07febeea563542b8dfd4d1e033294b0c2
[ "MIT" ]
null
null
null
RodinaCrypt/CipherPredictionDictionary.cs
yuo123/RodinaCrypt
b6dab5b07febeea563542b8dfd4d1e033294b0c2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace RodinaCrypt { public class CipherPredictionDictionary : List<CipherPossibilities> { public CipherPredictionDictionary() : base() { } ...
42.396694
229
0.507407
e81a94bfdeee78387e42ef202fe913709125359f
2,474
cs
C#
tests/FsharpNetInterop.CsharpTests/Tests.cs
awseward/FsharpNetInterop
ed4307e0c8046c02211ccd486b209ea9b4ad0263
[ "Unlicense" ]
null
null
null
tests/FsharpNetInterop.CsharpTests/Tests.cs
awseward/FsharpNetInterop
ed4307e0c8046c02211ccd486b209ea9b4ad0263
[ "Unlicense" ]
null
null
null
tests/FsharpNetInterop.CsharpTests/Tests.cs
awseward/FsharpNetInterop
ed4307e0c8046c02211ccd486b209ea9b4ad0263
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using FsharpNetInterop; using Microsoft.FSharp.Core; namespace FsharpNetInterop.CsharpTests { public class Tests { [Test] public void ReferenceToOptionNullValue() { string nullStr = nu...
26.602151
67
0.564673
7ad2f5111f5ea03b8a8c6d77d4534d612137505d
1,346
cs
C#
source/NDomain/IAggregateRepository.cs
sky-uk/NDomain
b45f77b024e8b7271775026cef83a70f712416ee
[ "MIT" ]
57
2015-09-06T19:50:41.000Z
2021-07-17T05:40:51.000Z
source/NDomain/IAggregateRepository.cs
sky-uk/NDomain
b45f77b024e8b7271775026cef83a70f712416ee
[ "MIT" ]
5
2015-09-23T19:30:28.000Z
2017-07-03T01:31:14.000Z
source/NDomain/IAggregateRepository.cs
sky-uk/NDomain
b45f77b024e8b7271775026cef83a70f712416ee
[ "MIT" ]
22
2015-09-23T20:46:01.000Z
2020-04-27T11:25:31.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NDomain { /// <summary> /// Represents a higher level persistence abstraction for aggregates and implements the repository pattern /// </summary> /// <typeparam name="T">Type o...
35.421053
110
0.624814
0a5ba388b3bf3971868a157b3de67f01d57a7633
1,345
cs
C#
SMSMService/Log.cs
CaiB/SMSM
9db44eab4bc42cbf1b3ea859f627816fef4fc0f0
[ "Apache-2.0" ]
null
null
null
SMSMService/Log.cs
CaiB/SMSM
9db44eab4bc42cbf1b3ea859f627816fef4fc0f0
[ "Apache-2.0" ]
null
null
null
SMSMService/Log.cs
CaiB/SMSM
9db44eab4bc42cbf1b3ea859f627816fef4fc0f0
[ "Apache-2.0" ]
null
null
null
namespace SMSMService; public static class Log { private static string ServerName = "Minecraft Server"; public static StreamWriter? LogFile; public static void Server(string message) { string FormattedMsg = $"[SRV][{ServerName}] {message}"; Console.WriteLine(FormattedMsg); // T...
32.804878
71
0.652045
cd53159bc0513840abd06f393f6596c7bb994b2a
18,932
cs
C#
Rebus.MySql/MySql/Transport/MySqlLeaseTransport.cs
bgrainger/Rebus.MySqlConnector
7c3cfd1cc33eacf624ccf213b0f4c35a44130a7a
[ "MIT" ]
null
null
null
Rebus.MySql/MySql/Transport/MySqlLeaseTransport.cs
bgrainger/Rebus.MySqlConnector
7c3cfd1cc33eacf624ccf213b0f4c35a44130a7a
[ "MIT" ]
null
null
null
Rebus.MySql/MySql/Transport/MySqlLeaseTransport.cs
bgrainger/Rebus.MySqlConnector
7c3cfd1cc33eacf624ccf213b0f4c35a44130a7a
[ "MIT" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using MySqlConnector; using Rebus.Config; using Rebus.Logging; using Rebus.Messages; using Rebus.Threading; using Rebus.Time; using Rebus.Transport; namespace Rebus.MySql.Transport { /// <summary> /// Simi...
47.21197
237
0.566343
bbee350524b681d3bad610c22ce79776c7c4a5f3
5,382
cs
C#
sdk/src/Services/MediaLive/Generated/Model/Ac3Settings.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
1
2021-09-17T15:33:32.000Z
2021-09-17T15:33:32.000Z
sdk/src/Services/MediaLive/Generated/Model/Ac3Settings.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
null
null
null
sdk/src/Services/MediaLive/Generated/Model/Ac3Settings.cs
philasmar/aws-sdk-net
64a49f18246bf903fdd1f01c5b5af36ab0fd6f94
[ "Apache-2.0" ]
1
2022-01-22T02:39:11.000Z
2022-01-22T02:39:11.000Z
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "li...
33.6375
108
0.588257
8bd83e9985129b9b2a85e5da8bf482ac4bf0366e
143
cs
C#
AbstractFactory/ProductA2.cs
enriqueescobar-askida/Kinito.Patterns.Creational
855f966e46f006a9fa20d1a7fffb39669cb10b9e
[ "MIT" ]
null
null
null
AbstractFactory/ProductA2.cs
enriqueescobar-askida/Kinito.Patterns.Creational
855f966e46f006a9fa20d1a7fffb39669cb10b9e
[ "MIT" ]
null
null
null
AbstractFactory/ProductA2.cs
enriqueescobar-askida/Kinito.Patterns.Creational
855f966e46f006a9fa20d1a7fffb39669cb10b9e
[ "MIT" ]
null
null
null
namespace AbstractFactory { /// <summary> /// The product a 2. /// </summary> class ProductA2 : AbstractProductA { } }
15.888889
38
0.559441
a8069a24668d1e73b369bd203201789ab5664928
1,699
cs
C#
Views/Books/NewBookPage.xaml.cs
PFSoftware/MediaTracker
031b676aca6bda8aba64d1135190f3b3f609c834
[ "MIT" ]
null
null
null
Views/Books/NewBookPage.xaml.cs
PFSoftware/MediaTracker
031b676aca6bda8aba64d1135190f3b3f609c834
[ "MIT" ]
null
null
null
Views/Books/NewBookPage.xaml.cs
PFSoftware/MediaTracker
031b676aca6bda8aba64d1135190f3b3f609c834
[ "MIT" ]
null
null
null
using PFSoftware.MediaTracker.Models; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; namespace PersonalTracker.Media.Views.MediaBooks { /// <summary>Interaction logic for NewBookPage.xaml</summary> public partial class NewBookPage : Page { private void Reset() ...
35.395833
505
0.66804
a89f7305ce1a83d58ac656d751a7c42b02407873
1,571
cs
C#
TileWindow/src/Configuration/Parser/Commands/CommandExecutor.cs
teast/TileWindow
993f4201302c3032a9c94eaf0434e153a45d1435
[ "MIT" ]
null
null
null
TileWindow/src/Configuration/Parser/Commands/CommandExecutor.cs
teast/TileWindow
993f4201302c3032a9c94eaf0434e153a45d1435
[ "MIT" ]
null
null
null
TileWindow/src/Configuration/Parser/Commands/CommandExecutor.cs
teast/TileWindow
993f4201302c3032a9c94eaf0434e153a45d1435
[ "MIT" ]
null
null
null
using System.Linq; namespace TileWindow.Configuration.Parser.Commands { public interface ICommandExecutor { /// <summary> /// If an command is found it gets executed and result is return /// </summary> /// <param name="cmd"></param> /// <param name="handler"></param> ...
32.061224
91
0.591343
5c49f614cf02abcd397fabf9fe67abddd60ddf1d
1,255
cs
C#
MalwareMultiScan.Api/Attributes/IsHttpUrlAttribute.cs
bhardwajRahul/MalwareMultiScan
eaa631c3cfaa40c7ff35c04b4a34f7e66c5668b4
[ "MIT" ]
265
2020-10-29T15:47:20.000Z
2022-03-31T02:34:34.000Z
MalwareMultiScan.Api/Attributes/IsHttpUrlAttribute.cs
bhardwajRahul/MalwareMultiScan
eaa631c3cfaa40c7ff35c04b4a34f7e66c5668b4
[ "MIT" ]
86
2020-10-22T19:06:09.000Z
2021-05-10T07:45:31.000Z
MalwareMultiScan.Api/Attributes/IsHttpUrlAttribute.cs
mindcollapse/MalwareMultiScan
eaa631c3cfaa40c7ff35c04b4a34f7e66c5668b4
[ "MIT" ]
31
2020-10-30T01:54:54.000Z
2022-03-26T15:43:53.000Z
using System; using System.ComponentModel.DataAnnotations; namespace MalwareMultiScan.Api.Attributes { /// <summary> /// Validate URI to be an absolute http(s) URL. /// </summary> public class IsHttpUrlAttribute : ValidationAttribute { private readonly bool _failOnNull; /// <summar...
33.918919
102
0.609562
82e7ebaafd75baa12d657da924bc377fd4cfdce5
877
cs
C#
src/Ardalis.Extensions/Enumerable/ForEach.cs
WebWat/Ardalis.Extensions
b7b0b83bbda256d91b5321a8f2ea3854c73eb6ce
[ "MIT" ]
58
2021-07-09T16:31:12.000Z
2022-03-26T17:24:31.000Z
src/Ardalis.Extensions/Enumerable/ForEach.cs
WebWat/Ardalis.Extensions
b7b0b83bbda256d91b5321a8f2ea3854c73eb6ce
[ "MIT" ]
29
2021-07-09T17:06:24.000Z
2021-12-24T01:38:17.000Z
src/Ardalis.Extensions/Enumerable/ForEach.cs
WebWat/Ardalis.Extensions
b7b0b83bbda256d91b5321a8f2ea3854c73eb6ce
[ "MIT" ]
28
2021-07-09T16:47:26.000Z
2022-02-18T01:17:22.000Z
using Ardalis.GuardClauses; using System; using System.Collections.Generic; namespace Ardalis.Extensions.Enumerable { public static partial class EnumerableExtensions { /// <summary> /// Iterates over an enumerable and executes an Action on each item. /// </summary> /// <typepa...
33.730769
92
0.608894
f6a6841f00519e177580939bd9a9e2df0e89f9eb
1,173
cs
C#
DotNetThumborTest/TestThumborSigner.cs
dankobaia/DotNetThumbor
732490db1e81f9fdd475bfd1d19ecb524a38c7ab
[ "BSD-3-Clause" ]
6
2015-03-13T05:12:27.000Z
2015-09-04T06:09:52.000Z
DotNetThumborTest/TestThumborSigner.cs
dankobaia/DotNetThumbor
732490db1e81f9fdd475bfd1d19ecb524a38c7ab
[ "BSD-3-Clause" ]
2
2018-09-24T14:11:01.000Z
2019-07-03T14:07:54.000Z
DotNetThumborTest/TestThumborSigner.cs
dankobaia/DotNetThumbor
732490db1e81f9fdd475bfd1d19ecb524a38c7ab
[ "BSD-3-Clause" ]
6
2017-09-29T11:26:36.000Z
2021-02-09T05:36:55.000Z
namespace DotNetThumborTest { using DotNetThumbor; using FluentAssertions; using NUnit.Framework; [TestFixture] public class TestThumborSigner { // Verified against https://quickhash.com/ for hmac sha1 which is used by thumbor [Test] public void TestEncodeSigner() ...
28.609756
104
0.606991
7a39908e076642195d6790e07661f1274542c2d9
2,504
cs
C#
NetTestClient/NetTestClient/MainWindow.xaml.cs
wx98/NetTest
4a5d017c5dfcf580780f865423258cc32cf31b07
[ "MIT" ]
1
2018-05-16T18:51:26.000Z
2018-05-16T18:51:26.000Z
NetTestClient/NetTestClient/MainWindow.xaml.cs
wx98/NetTest
4a5d017c5dfcf580780f865423258cc32cf31b07
[ "MIT" ]
null
null
null
NetTestClient/NetTestClient/MainWindow.xaml.cs
wx98/NetTest
4a5d017c5dfcf580780f865423258cc32cf31b07
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
31.3
110
0.539137
7a8252ac2e9bd7e359b3c9723a40dc6fcfd0c82f
187
cs
C#
SqlServer.Core/src/SqlServer.Core/Internal/AllHeadersType.cs
Drawaes/datalab
08cf6c0c00a081e5023a33657f70d75e1eabbedb
[ "MIT" ]
null
null
null
SqlServer.Core/src/SqlServer.Core/Internal/AllHeadersType.cs
Drawaes/datalab
08cf6c0c00a081e5023a33657f70d75e1eabbedb
[ "MIT" ]
null
null
null
SqlServer.Core/src/SqlServer.Core/Internal/AllHeadersType.cs
Drawaes/datalab
08cf6c0c00a081e5023a33657f70d75e1eabbedb
[ "MIT" ]
1
2021-08-07T09:51:14.000Z
2021-08-07T09:51:14.000Z
namespace SqlServer.Core.Internal { internal enum AllHeadersType : ushort { QueryNotifications = 1, TransactionDescriptor = 2, TraceActivity = 3, } }
18.7
41
0.625668
30524a6bd32566a2a0c6dca9075f7264a8c00427
510
cs
C#
MDSDK.BinaryIO.Test/PrimitiveStruct.cs
mdsdk/BinaryIO.NET
dbe3651daf490f05ca3f8b6d386efe2ac1bcda50
[ "MIT" ]
null
null
null
MDSDK.BinaryIO.Test/PrimitiveStruct.cs
mdsdk/BinaryIO.NET
dbe3651daf490f05ca3f8b6d386efe2ac1bcda50
[ "MIT" ]
null
null
null
MDSDK.BinaryIO.Test/PrimitiveStruct.cs
mdsdk/BinaryIO.NET
dbe3651daf490f05ca3f8b6d386efe2ac1bcda50
[ "MIT" ]
null
null
null
// Copyright (c) Robin Boerdijk - All rights reserved - See LICENSE file for license terms namespace MDSDK.BinaryIO.Test { public struct PrimitiveStruct { public byte Byte1; public byte Byte2; public short Short; public ushort UShort1; public ushort UShort2; pub...
23.181818
91
0.615686
a52296abb5c2d1bf76e1cc64a1a97a02333ba9f4
5,568
cs
C#
AE_ColorPalette/AE_ClipData.cs
bryful/AE_utils
05ba49266793e4a1ab0c3853a1441adf9dd0b2f9
[ "MIT" ]
4
2020-08-04T10:42:42.000Z
2022-02-11T04:07:45.000Z
AE_ColorPalette/AE_ClipData.cs
bryful/AE_utils
05ba49266793e4a1ab0c3853a1441adf9dd0b2f9
[ "MIT" ]
1
2020-03-25T13:37:07.000Z
2020-03-25T13:37:07.000Z
AE_ColorPalette/AE_ClipData.cs
bryful/AE_utils
05ba49266793e4a1ab0c3853a1441adf9dd0b2f9
[ "MIT" ]
1
2021-01-01T21:01:09.000Z
2021-01-01T21:01:09.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing; namespace AE_Util_skelton { public class AE_ClipData { private string m_ClipData_template = "Adobe After Effects 8.0 Keyfram...
33.341317
99
0.352011
4c5e79ee60fb1a58dc92e58992ec854c4adff748
236
cs
C#
src/DouCalendarService.Contracts/Exceptions/EventNotFoundException.cs
DarkSideMoon/DouCalendarService
5771d8d57a2cec3939f129e3ef17ed2505e7079f
[ "MIT" ]
4
2019-07-23T20:47:37.000Z
2021-12-12T18:43:26.000Z
src/DouCalendarService.Contracts/Exceptions/EventNotFoundException.cs
DarkSideMoon/DouCalendarService
5771d8d57a2cec3939f129e3ef17ed2505e7079f
[ "MIT" ]
4
2021-11-28T22:28:35.000Z
2021-11-28T22:32:00.000Z
src/DouCalendarService.Contracts/Exceptions/EventNotFoundException.cs
DarkSideMoon/DouCalendarService
5771d8d57a2cec3939f129e3ef17ed2505e7079f
[ "MIT" ]
null
null
null
using System; namespace DouCalendarService.Contracts.Exceptions { public class EventNotFoundException : Exception { public EventNotFoundException(string message) : base(message) { } } }
18.153846
53
0.639831
4c9c481db77b32e79d0d7c72239fc8e222645bdc
1,315
cs
C#
ClassicalSharp/Singleplayer/OtherPhysics.cs
gcw1718/ClassicalSharp-Survival
c4b60df1dc57bbf9bbbdda99ac96fb6f16a50b7f
[ "BSD-3-Clause" ]
3
2020-03-13T01:09:44.000Z
2020-09-13T02:06:08.000Z
ClassicalSharp/Singleplayer/OtherPhysics.cs
Starburst1063/ClassiCubeSVL
b26952224a3097ad1a9ec61381b8981040afd1ba
[ "BSD-3-Clause" ]
1
2020-06-11T10:56:15.000Z
2020-06-11T10:56:15.000Z
ClassicalSharp/Singleplayer/OtherPhysics.cs
Starburst1063/ClassiCubeSVL
b26952224a3097ad1a9ec61381b8981040afd1ba
[ "BSD-3-Clause" ]
2
2021-02-13T23:23:37.000Z
2021-02-22T18:06:14.000Z
// Copyright 2014-2017 ClassicalSharp | Licensed under BSD-3 using System; using ClassicalSharp.Map; using BlockRaw = System.Byte; namespace ClassicalSharp.Singleplayer { public class OtherPhysics { Game game; World map; public OtherPhysics(Game game, PhysicsBase physics) { this.game = game;...
32.073171
85
0.644106
d82073cfaa0142ea39f40eede0f18d465a6d8c7b
3,015
cs
C#
src/NwPluginManager/NwPluginManager.cs
Zhuangkh/NwPluginManager
08f0e5e64d8d0ad690edd2faab9ff320b1aa8bd2
[ "Apache-2.0" ]
1
2021-04-18T14:49:09.000Z
2021-04-18T14:49:09.000Z
src/NwPluginManager/NwPluginManager.cs
Zhuangkh/NwPluginManager
08f0e5e64d8d0ad690edd2faab9ff320b1aa8bd2
[ "Apache-2.0" ]
null
null
null
src/NwPluginManager/NwPluginManager.cs
Zhuangkh/NwPluginManager
08f0e5e64d8d0ad690edd2faab9ff320b1aa8bd2
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Reflection; using System.Threading; using System.Windows; using Autodesk.Navisworks.Api.Plugins; namespace NwPluginManager { public sealed class NwPluginManager { private NwPluginManager() { } public static NwPluginManager Instance ...
29.851485
114
0.474627
0fa2b4e770d624f7c3cea1d9808eef4a144e7361
2,166
cs
C#
src/App/CabanasRD/Framework/APIs/Models/MotelResponse.cs
GaboMendez/CabanasRDCommunityEdition
49ca43c1704387a58ce57ce904541c82b7a8174b
[ "MIT" ]
15
2020-07-22T01:26:10.000Z
2021-08-13T04:20:43.000Z
src/App/CabanasRD/Framework/APIs/Models/MotelResponse.cs
GaboMendez/CabanasRDCommunityEdition
49ca43c1704387a58ce57ce904541c82b7a8174b
[ "MIT" ]
10
2020-07-24T23:54:44.000Z
2020-09-01T13:23:51.000Z
src/App/CabanasRD/Framework/APIs/Models/MotelResponse.cs
GaboMendez/CabanasRDCommunityEdition
49ca43c1704387a58ce57ce904541c82b7a8174b
[ "MIT" ]
3
2020-08-01T23:17:48.000Z
2020-08-09T22:27:12.000Z
using System; using System.Collections.Generic; using Newtonsoft.Json; namespace CabanasRD.Framework.APIs.Models { public partial class MotelResponse { [JsonProperty("id")] public string Id { get; set; } [JsonProperty("name")] public string Name { get; set; } [JsonPro...
25.186047
69
0.586334
b881013dc615f35c6a8f80bd3a42a0979c928ba6
337
cs
C#
Assets/Scripts/Managers/SpawnPointManager.cs
Tobogganeer/MP-Proj-Setup
22506cc86b9191868e92a55be4422624ee561aef
[ "MIT" ]
null
null
null
Assets/Scripts/Managers/SpawnPointManager.cs
Tobogganeer/MP-Proj-Setup
22506cc86b9191868e92a55be4422624ee561aef
[ "MIT" ]
null
null
null
Assets/Scripts/Managers/SpawnPointManager.cs
Tobogganeer/MP-Proj-Setup
22506cc86b9191868e92a55be4422624ee561aef
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SpawnPointManager : MonoBehaviour { public static SpawnPointManager instance; private void Awake() { instance = this; Spawns = spawns; } public Transform[] spawns; public static Transf...
16.85
46
0.691395
b89b5f45ee286206247b3e649a5deeae1ed9506d
4,971
cs
C#
InstaScrump.Database/Model/Db.generated.cs
Soffel/InstaScrump
cba55577da76f550478cab578f252e98581c45ee
[ "MIT" ]
null
null
null
InstaScrump.Database/Model/Db.generated.cs
Soffel/InstaScrump
cba55577da76f550478cab578f252e98581c45ee
[ "MIT" ]
null
null
null
InstaScrump.Database/Model/Db.generated.cs
Soffel/InstaScrump
cba55577da76f550478cab578f252e98581c45ee
[ "MIT" ]
null
null
null
//--------------------------------------------------------------------------------------------------- // <auto-generated> // This code was generated by T4Model template for T4 (https://github.com/linq2db/linq2db). // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. /...
32.490196
136
0.657011
1c5254e3120719b2767f2ad4d2a2b8ce4040b988
915
cs
C#
src/Quadrum.Game/Modules/Simulation/Application/SimulationScope.cs
guerro323/that-rhythm-project
8a68e18e183030bb456360b2612dd6b73296f3dd
[ "MIT" ]
null
null
null
src/Quadrum.Game/Modules/Simulation/Application/SimulationScope.cs
guerro323/that-rhythm-project
8a68e18e183030bb456360b2612dd6b73296f3dd
[ "MIT" ]
null
null
null
src/Quadrum.Game/Modules/Simulation/Application/SimulationScope.cs
guerro323/that-rhythm-project
8a68e18e183030bb456360b2612dd6b73296f3dd
[ "MIT" ]
null
null
null
using DefaultEcs; using revecs.Core; using revecs.Systems; using revghost; using revtask.Core; using revtask.OpportunistJobRunner; namespace Quadrum.Game.Modules.Simulation.Application; public class SimulationScope : Scope { public readonly World World; public readonly IJobRunner JobRunner; public readonl...
27.727273
86
0.710383
bae34909186307fdb4a91b70e0368b15d05d6bdc
683
cs
C#
Iyzipay/Request/CreateCancelRequest.cs
erhmutlu/iyzipay-dotnet
c7fc1632296fa86abf1c67d5d6cd3ef862634a53
[ "MIT" ]
121
2016-02-03T11:46:03.000Z
2022-03-30T18:03:08.000Z
Iyzipay/Request/CreateCancelRequest.cs
erhmutlu/iyzipay-dotnet
c7fc1632296fa86abf1c67d5d6cd3ef862634a53
[ "MIT" ]
54
2016-02-02T14:39:51.000Z
2021-08-01T15:05:58.000Z
Iyzipay/Request/CreateCancelRequest.cs
erhmutlu/iyzipay-dotnet
c7fc1632296fa86abf1c67d5d6cd3ef862634a53
[ "MIT" ]
72
2016-02-25T20:36:06.000Z
2022-02-25T20:01:05.000Z
using System; namespace Iyzipay.Request { public class CreateCancelRequest : BaseRequest { public String PaymentId { get; set; } public String Ip { get; set; } public String Reason { get; set; } public String Description { get; set; } public override String ToPKIReques...
28.458333
55
0.557833
f3cdba443eed50c8211dc8d4af087bb865d3972f
1,159
cs
C#
test/EntityFramework.Tests/ApiConsistencyTest.cs
garora/EntityFramework
98d5b0cd85532cbe34a101584091afc476568f0f
[ "Apache-2.0" ]
1
2021-08-06T21:09:13.000Z
2021-08-06T21:09:13.000Z
test/EntityFramework.Tests/ApiConsistencyTest.cs
garora/EntityFramework
98d5b0cd85532cbe34a101584091afc476568f0f
[ "Apache-2.0" ]
null
null
null
test/EntityFramework.Tests/ApiConsistencyTest.cs
garora/EntityFramework
98d5b0cd85532cbe34a101584091afc476568f0f
[ "Apache-2.0" ]
null
null
null
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq; using System.Reflection; using Microsoft.Data.Entity.Metadata; using Xunit; namespace Microsoft.Data.Entity { p...
32.194444
111
0.593615
6adcfe1769f917245641f9f0a1bb6c9c73a77e15
2,719
cs
C#
src/Provider/Provider.Web/Controllers/EditVacancyDatesController.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
12
2018-01-26T11:16:21.000Z
2019-10-24T15:43:55.000Z
src/Provider/Provider.Web/Controllers/EditVacancyDatesController.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
244
2018-01-25T15:37:57.000Z
2022-03-31T11:31:50.000Z
src/Provider/Provider.Web/Controllers/EditVacancyDatesController.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
3
2019-02-01T14:32:31.000Z
2021-04-11T08:34:19.000Z
using System.Threading.Tasks; using Esfa.Recruit.Provider.Web.Configuration.Routing; using Esfa.Recruit.Provider.Web.Orchestrators; using Esfa.Recruit.Provider.Web.RouteModel; using Esfa.Recruit.Provider.Web.ViewModels.EditVacancyDates; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Hosting; using System; u...
40.58209
137
0.713865
775bf03a39a2e5eb493a44b8596c9021c196d3ab
180
cs
C#
DiceShow.Model/Interfaces/IRoller.cs
Nevenall/DiceShow
da0571a76103d94570f57c2fec43b888be019ff7
[ "MIT" ]
null
null
null
DiceShow.Model/Interfaces/IRoller.cs
Nevenall/DiceShow
da0571a76103d94570f57c2fec43b888be019ff7
[ "MIT" ]
null
null
null
DiceShow.Model/Interfaces/IRoller.cs
Nevenall/DiceShow
da0571a76103d94570f57c2fec43b888be019ff7
[ "MIT" ]
null
null
null
namespace DiceShow.Model { /// <summary> /// Determine a result /// </summary> public interface IRoller { int Roll(int minimum, int maximum); } }
16.363636
43
0.561111
7771b7e2270c81e71c2f1360a3a4a7c3c562bcbc
2,273
cs
C#
src/Edulinq.Tests/AllTest.cs
iainholder/edulinq
c06a6a6c5f81bf44c3f8b1fa3915dc80249363e8
[ "Apache-2.0" ]
79
2015-03-17T08:18:26.000Z
2022-03-07T02:43:47.000Z
src/Edulinq.Tests/AllTest.cs
iainholder/edulinq
c06a6a6c5f81bf44c3f8b1fa3915dc80249363e8
[ "Apache-2.0" ]
null
null
null
src/Edulinq.Tests/AllTest.cs
iainholder/edulinq
c06a6a6c5f81bf44c3f8b1fa3915dc80249363e8
[ "Apache-2.0" ]
23
2015-10-14T07:32:52.000Z
2022-01-16T12:15:55.000Z
#region Copyright and license information // Copyright 2010-2011 Jon Skeet // // 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 ...
29.519481
78
0.535416
778c9027457487cb2c8fe297d6fef5d160174516
8,734
cs
C#
SpiceSharp/Components/Semiconductors/Mosfets/Common/Parameters.cs
Polyfly/SpiceSharp
69f6d37d2c4b6ddaa125d25a790ef49f3fae851b
[ "MIT" ]
null
null
null
SpiceSharp/Components/Semiconductors/Mosfets/Common/Parameters.cs
Polyfly/SpiceSharp
69f6d37d2c4b6ddaa125d25a790ef49f3fae851b
[ "MIT" ]
null
null
null
SpiceSharp/Components/Semiconductors/Mosfets/Common/Parameters.cs
Polyfly/SpiceSharp
69f6d37d2c4b6ddaa125d25a790ef49f3fae851b
[ "MIT" ]
null
null
null
using SpiceSharp.ParameterSets; namespace SpiceSharp.Components.Mosfets { /// <summary> /// Common parameters for mosfet components. /// </summary> /// <seealso cref="ParameterSet" /> [GeneratedParameters] public class Parameters : ParameterSet { private double _parallelMultiplier =...
31.76
120
0.50916
972c956c8ba8db1ba0814f7d273887a123c1df2e
732
cs
C#
Source/CaliburnMicro/CaliburnMicro.WinForms.Net45/ComponentHandlers/BinderAgent.cs
tfreitasleal/mvvmfx
529a2f1cfcc014c1bf1063cfbbe1ecadc97600f5
[ "MIT" ]
62
2015-09-11T13:57:55.000Z
2022-03-18T03:24:37.000Z
Source/CaliburnMicro/CaliburnMicro.WinForms.Net45/ComponentHandlers/BinderAgent.cs
tfreitasleal/mvvmfx
529a2f1cfcc014c1bf1063cfbbe1ecadc97600f5
[ "MIT" ]
44
2016-03-04T17:12:33.000Z
2021-06-09T10:37:53.000Z
Source/CaliburnMicro/CaliburnMicro.WinForms.Net45/ComponentHandlers/BinderAgent.cs
tfreitasleal/mvvmfx
529a2f1cfcc014c1bf1063cfbbe1ecadc97600f5
[ "MIT" ]
25
2015-08-11T10:42:53.000Z
2022-03-18T03:24:39.000Z
namespace MvvmFx.CaliburnMicro.ComponentHandlers { using System; #if WINFORMS using Component = System.ComponentModel.Component; using System.Windows.Forms; #else using Wisej.Web; using Component = Wisej.Web.Component; #endif using MvvmFx.Bindings.Data; /// <summary> /// Represents the...
30.5
94
0.661202
ed7d4611ead2f62448b7ec17c96f836073cb5abd
427
cs
C#
PhotoArtSystem/Web/PhotoArtSystem.Web/ViewModels/UserModels/UserHomePageViewModel.cs
Borayvor/ASP.NET-MVC-CourseProject-2017
6ebb5bd031d346c8ddda474b8de63c486bd530bf
[ "MIT" ]
null
null
null
PhotoArtSystem/Web/PhotoArtSystem.Web/ViewModels/UserModels/UserHomePageViewModel.cs
Borayvor/ASP.NET-MVC-CourseProject-2017
6ebb5bd031d346c8ddda474b8de63c486bd530bf
[ "MIT" ]
null
null
null
PhotoArtSystem/Web/PhotoArtSystem.Web/ViewModels/UserModels/UserHomePageViewModel.cs
Borayvor/ASP.NET-MVC-CourseProject-2017
6ebb5bd031d346c8ddda474b8de63c486bd530bf
[ "MIT" ]
null
null
null
namespace PhotoArtSystem.Web.ViewModels.UserModels { using System.ComponentModel.DataAnnotations; using Data.Models.TransitionalModels; using Infrastructure.Mapping; public class UserHomePageViewModel : BaseDbKeyViewModel<string>, IMapFrom<ApplicationUserTransitional> { [Display(Name = "Us...
28.466667
106
0.711944
d99dba9b78928f9adcf9e6cdf9751371f6cbea4c
9,929
cs
C#
Scripts/Runtime/Audio/AudioController.cs
mikebmac/VR-Local-Solar-System-for-Master-s-Thesis
b25c92fc44d809085f718a3be6b8bde64038c517
[ "MIT" ]
null
null
null
Scripts/Runtime/Audio/AudioController.cs
mikebmac/VR-Local-Solar-System-for-Master-s-Thesis
b25c92fc44d809085f718a3be6b8bde64038c517
[ "MIT" ]
null
null
null
Scripts/Runtime/Audio/AudioController.cs
mikebmac/VR-Local-Solar-System-for-Master-s-Thesis
b25c92fc44d809085f718a3be6b8bde64038c517
[ "MIT" ]
null
null
null
using System; using System.Collections; using UnityEngine; namespace MacKay.Audio { #region Audio Class Structures [Serializable] public class AudioObject { public AudioType type; public AudioClip clip; } [Serializable] public class AudioTrack { public AudioSource audio...
31.22327
125
0.498439
97d221be9fbdb8ec24ac3f1105c078f4fc74fe35
775
cs
C#
cli/template/test/Web/RestApi.IntegrationTest/Fixtures/ControllerFixture.cs
optivem/optivem-commons-cs
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
6
2020-11-25T10:57:49.000Z
2022-03-23T17:14:48.000Z
cli/template/test/Web/RestApi.IntegrationTest/Fixtures/ControllerFixture.cs
optivem/optivem-commons-cs
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
284
2019-05-01T13:19:10.000Z
2020-01-02T18:43:33.000Z
cli/template/test/Web/RestApi.IntegrationTest/Fixtures/ControllerFixture.cs
optivem/platform-dotnetcore
ea1cf2b0a6c951e090bca06efc18904a5cd3d8c2
[ "MIT" ]
1
2020-10-14T10:00:29.000Z
2020-10-14T10:00:29.000Z
using Cli.DependencyInjection; using Cli.Infrastructure.EntityFrameworkCore; using Atomiv.Test.AspNetCore; using Atomiv.Test.EntityFrameworkCore; using Cli.Web.RestClient.Http; using Cli.Web.RestClient.Interface; namespace Cli.Web.RestApi.IntegrationTest.Fixtures { public class ControllerFixture { pub...
29.807692
131
0.709677
259be91b35f9fa31c124bd15982279b8bc32cf37
400
cs
C#
src/Uintra/Core/Member/Profile/Services/IProfileService.cs
Uintra/Uintra
7ddf3135db16b984cda63907c68a822a49000ec3
[ "MIT" ]
45
2018-06-08T08:51:29.000Z
2021-09-16T17:39:01.000Z
src/Uintra/Core/Member/Profile/Services/IProfileService.cs
Uintra/Uintra
7ddf3135db16b984cda63907c68a822a49000ec3
[ "MIT" ]
106
2018-09-07T12:20:21.000Z
2022-03-31T21:15:07.000Z
src/Uintra/Core/Member/Profile/Services/IProfileService.cs
Uintra/Uintra
7ddf3135db16b984cda63907c68a822a49000ec3
[ "MIT" ]
20
2018-09-07T12:18:26.000Z
2021-08-18T01:04:55.000Z
using System.Threading.Tasks; using Uintra.Core.Member.Profile.Edit.Models; namespace Uintra.Core.Member.Profile.Services { public interface IProfileService { Task Delete(int photoId); Task UpdateNotificationSettings(ProfileEditNotificationSettings settings); Task Edit(ProfileEditModel...
30.769231
82
0.75
72a0eb167243aa258de7d5eb510994d58fa7b38c
579
cs
C#
Psarc/Models/Sng/NLinkedDifficulty.cs
neitetsu/Rocksmith2014PsarcLib
5f3af714c492bdbddb244875b734ded36f66f4fa
[ "MIT" ]
6
2020-10-14T17:04:37.000Z
2021-05-28T00:09:53.000Z
Psarc/Models/Sng/NLinkedDifficulty.cs
neitetsu/Rocksmith2014PsarcLib
5f3af714c492bdbddb244875b734ded36f66f4fa
[ "MIT" ]
2
2021-05-18T20:51:31.000Z
2021-12-13T10:59:01.000Z
Psarc/Models/Sng/NLinkedDifficulty.cs
neitetsu/Rocksmith2014PsarcLib
5f3af714c492bdbddb244875b734ded36f66f4fa
[ "MIT" ]
4
2021-08-18T16:31:38.000Z
2022-02-12T03:36:29.000Z
using System.IO; namespace Rocksmith2014PsarcLib.Psarc.Models.Sng { public struct NLinkedDifficulty : IBinarySerializable { public int LevelBreak; public int PhraseCount; public int[] NLD_Phrase; public IBinarySerializable Read(BinaryReader reader) { Level...
23.16
91
0.604491
f4702d84063d681f3e460f0361421488834e63a4
486
cs
C#
Projects/Aero.Cake.Tests/TestFixture.cs
asalvo/Aero
a05597f1593d3117aceb1f71998e611154172670
[ "MIT" ]
null
null
null
Projects/Aero.Cake.Tests/TestFixture.cs
asalvo/Aero
a05597f1593d3117aceb1f71998e611154172670
[ "MIT" ]
2
2018-12-17T20:32:10.000Z
2021-09-03T02:38:50.000Z
Projects/Aero.Cake.Tests/TestFixture.cs
asalvo/Aero
a05597f1593d3117aceb1f71998e611154172670
[ "MIT" ]
1
2018-12-17T13:08:22.000Z
2018-12-17T13:08:22.000Z
using System.Reflection; using Aero.Build; using Aero.Cake.TestSupport; namespace Aero.Cake { public abstract class TestFixture : AbstractTestFixture<MyContext> { private static readonly Assembly _testAssembly = typeof(TestFixture).Assembly; protected TestFixture() { MyCon...
24.3
86
0.68107
0dafcfca63e75a813b3df609e556470b786a3a6a
369
cs
C#
Venture.ProjectRead/Venture.ProjectRead.Data/DomainEvents/ProjectDescriptionUpdatedEvent.cs
radu-solca/Venture
bda8f13edd41397a42660daa02819e6e450f087f
[ "MIT" ]
null
null
null
Venture.ProjectRead/Venture.ProjectRead.Data/DomainEvents/ProjectDescriptionUpdatedEvent.cs
radu-solca/Venture
bda8f13edd41397a42660daa02819e6e450f087f
[ "MIT" ]
null
null
null
Venture.ProjectRead/Venture.ProjectRead.Data/DomainEvents/ProjectDescriptionUpdatedEvent.cs
radu-solca/Venture
bda8f13edd41397a42660daa02819e6e450f087f
[ "MIT" ]
null
null
null
using System; using Venture.Common.Events; namespace Venture.ProjectRead.Data.DomainEvents { public sealed class ProjectDescriptionUpdatedEvent : DomainEvent { public ProjectDescriptionUpdatedEvent(Guid aggregateId, int version, string jsonPayload) : base("ProjectDescriptionUpdatedEvent", aggregateId, ...
30.75
172
0.750678
d69cf40308a0502bc288d0e13e65cfc1ddd2a3d0
178
cs
C#
backend/src/Megarender.AppServices/Megarender.IdentityService/CQRS/Commands/SendCodeCommand.cs
Kingmidas74/Megarender
87273c69f02aaa10c6c84a6cfc32d80bd29d35d2
[ "PostgreSQL" ]
null
null
null
backend/src/Megarender.AppServices/Megarender.IdentityService/CQRS/Commands/SendCodeCommand.cs
Kingmidas74/Megarender
87273c69f02aaa10c6c84a6cfc32d80bd29d35d2
[ "PostgreSQL" ]
4
2021-09-26T09:41:36.000Z
2021-09-26T09:41:46.000Z
backend/src/Megarender.AppServices/Megarender.IdentityService/CQRS/Commands/SendCodeCommand.cs
Kingmidas74/Megarender
87273c69f02aaa10c6c84a6cfc32d80bd29d35d2
[ "PostgreSQL" ]
null
null
null
using System; using MediatR; namespace Megarender.IdentityService.CQRS { public class SendCodeCommand:IRequest<Guid> { public string Phone { get; init; } } }
17.8
47
0.691011
b1c526f1a4aea41dccc10bffe843a82093ff12cc
493
cs
C#
RoleShuffle.Application.Tests/Games/Insider/InsiderGameTests.cs
janniksam/RoleServant.Alexa
8b0f8daa0b5c25b98ca96ba669c6f198996024ed
[ "MIT" ]
null
null
null
RoleShuffle.Application.Tests/Games/Insider/InsiderGameTests.cs
janniksam/RoleServant.Alexa
8b0f8daa0b5c25b98ca96ba669c6f198996024ed
[ "MIT" ]
null
null
null
RoleShuffle.Application.Tests/Games/Insider/InsiderGameTests.cs
janniksam/RoleServant.Alexa
8b0f8daa0b5c25b98ca96ba669c6f198996024ed
[ "MIT" ]
null
null
null
using Microsoft.VisualStudio.TestTools.UnitTesting; using RoleShuffle.Application.Games.Insider; namespace RoleShuffle.Application.Tests.Games.Insider { [TestClass] public class InsiderGameTests : GameTestBase { [TestInitialize] public void TestFixture() { var game = ne...
23.47619
62
0.626775
dcf5b917ab0abea35f29ce63a71858c05ce077f4
2,338
cs
C#
tests/Here.Tests/HereTestsBase.cs
KeRNeLith/Maybe
ef4b5988d27e7fb6096fe0cbb42317d6a6e05f15
[ "MIT" ]
null
null
null
tests/Here.Tests/HereTestsBase.cs
KeRNeLith/Maybe
ef4b5988d27e7fb6096fe0cbb42317d6a6e05f15
[ "MIT" ]
null
null
null
tests/Here.Tests/HereTestsBase.cs
KeRNeLith/Maybe
ef4b5988d27e7fb6096fe0cbb42317d6a6e05f15
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using JetBrains.Annotations; namespace Here.Tests { /// <summary> /// Base class for Tests. /// </summary> internal class HereTestsBase { #region Test classes protected class PersonNotEquatable { [UsedImplicitly] ...
23.616162
81
0.479042
4229a1b414dfbb96aa2a3f97898d6a1738a369ec
5,162
cs
C#
src/FeatureDemo/Common/OptionsControl.cs
friedcucumber/winui-demos
ad5bfd9bfad8113788e477f2c18f84f2bf807c96
[ "FSFAP" ]
null
null
null
src/FeatureDemo/Common/OptionsControl.cs
friedcucumber/winui-demos
ad5bfd9bfad8113788e477f2c18f84f2bf807c96
[ "FSFAP" ]
null
null
null
src/FeatureDemo/Common/OptionsControl.cs
friedcucumber/winui-demos
ad5bfd9bfad8113788e477f2c18f84f2bf807c96
[ "FSFAP" ]
null
null
null
using DevExpress.WinUI.Core.Extensions; using DevExpress.WinUI.Core.Internal; using DevExpress.Mvvm.Native; using FeatureDemo.View; using FeatureDemo.ViewModel; using System; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Foundation; using Windows.Storage....
39.106061
121
0.604223
61e7e44c5ff08b3ca794aba5791edfb705d4ac13
4,036
cs
C#
qwik.coms/spotify/IPlayer.cs
RexMorgan/qwik-tools
5a6fbfe47def4952928ed77557af7c774c3fa2f3
[ "0BSD" ]
1
2021-02-20T15:25:54.000Z
2021-02-20T15:25:54.000Z
qwik.coms/spotify/IPlayer.cs
RexMorgan/qwik-tools
5a6fbfe47def4952928ed77557af7c774c3fa2f3
[ "0BSD" ]
null
null
null
qwik.coms/spotify/IPlayer.cs
RexMorgan/qwik-tools
5a6fbfe47def4952928ed77557af7c774c3fa2f3
[ "0BSD" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using NAudio.Wave; using qwik.coms.Output; using qwik.coms.spotify.NextTrackStrategies; using qwik.coms.spotify.Sessions; using qwik.helpers.Settings; namespace qwik.coms.spotify { public interface IPlayer { void Play(IntPtr track); ...
33.915966
134
0.654361
73fb92bbf89081c6e15f57ac4fad42e15f57b6bb
505
cs
C#
src/Bing.EasyPrint/Enums/RotationAngle.cs
bing-framework/Bing.EasyPrint
48ca43fd54eaffb75b0c5e03d22c7356b8ad4c66
[ "MIT" ]
5
2020-11-05T00:33:40.000Z
2022-02-06T17:28:02.000Z
src/Bing.EasyPrint/Enums/RotationAngle.cs
bing-framework/Bing.EasyPrint
48ca43fd54eaffb75b0c5e03d22c7356b8ad4c66
[ "MIT" ]
1
2020-11-14T14:03:26.000Z
2020-11-14T14:03:26.000Z
src/Bing.EasyPrint/Enums/RotationAngle.cs
bing-framework/Bing.EasyPrint
48ca43fd54eaffb75b0c5e03d22c7356b8ad4c66
[ "MIT" ]
3
2020-10-29T02:10:08.000Z
2022-02-18T12:35:54.000Z
// ReSharper disable once CheckNamespace namespace Bing.EasyPrint { /// <summary> /// 旋转角度 /// </summary> public enum RotationAngle { /// <summary> /// 正常 /// </summary> None = 0, /// <summary> /// 旋转90° /// </summary> Rotate90 = 90, ...
18.703704
41
0.411881
a6667a3bb7e3aee2c1ae0be76f50b4f094f703ea
2,308
cs
C#
apps/HassModel/HouseState/roomspecific.cs
helto4real/HassModelAutomations
9211c1e90353a4ef025b3e3f507864d2490804fe
[ "MIT" ]
null
null
null
apps/HassModel/HouseState/roomspecific.cs
helto4real/HassModelAutomations
9211c1e90353a4ef025b3e3f507864d2490804fe
[ "MIT" ]
null
null
null
apps/HassModel/HouseState/roomspecific.cs
helto4real/HassModelAutomations
9211c1e90353a4ef025b3e3f507864d2490804fe
[ "MIT" ]
null
null
null
using System; using System.Linq; using System.Reactive.Linq; using NetDaemon.Common; using NetDaemon.HassModel.Common; using NetDaemon.HassModel.Extensions; using NetDaemon.HassModel.Entities; using NetDaemon.Extensions.Scheduler; using HomeAssistantGenerated; using Microsoft.Extensions.Logging; /// <summary> /// ...
32.055556
108
0.647747
a6a541f30fb475b075a300d9ec091c8a6172ad8b
7,770
cs
C#
src/Service/Controllers/StatementController.cs
dktlp/lms
40b8d6dc95dfcad45357a7e31d9d732c255b6499
[ "Apache-2.0" ]
null
null
null
src/Service/Controllers/StatementController.cs
dktlp/lms
40b8d6dc95dfcad45357a7e31d9d732c255b6499
[ "Apache-2.0" ]
1
2017-03-02T12:33:33.000Z
2017-03-02T12:33:54.000Z
src/Service/Controllers/StatementController.cs
dktlp/lms
40b8d6dc95dfcad45357a7e31d9d732c255b6499
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Web.Http; using log4net; using LMS.Model.Resource; using LMS.Data; using LMS.Configuration; using LMS.Service.Logging; using LMS.Model.Resource.Logging; using LMS.Model.Composite; using LMS.Model.Resource.Enums; namespace LMS.Service.Controllers { [Ro...
37
108
0.533591
0b82435b7191aa71ffb7b7fdcb832a026cd05973
363
cs
C#
OOPPrinciples/Program.cs
adard2002/OOP-Principles
4ee8aa14ac6f2b4644edc82a7a60bebadf66f5ae
[ "MIT" ]
null
null
null
OOPPrinciples/Program.cs
adard2002/OOP-Principles
4ee8aa14ac6f2b4644edc82a7a60bebadf66f5ae
[ "MIT" ]
null
null
null
OOPPrinciples/Program.cs
adard2002/OOP-Principles
4ee8aa14ac6f2b4644edc82a7a60bebadf66f5ae
[ "MIT" ]
null
null
null
using System; namespace OOPPrinciples { class Program { static void Main(string[] args) { Console.WriteLine("Choo Choo KaZoo!"); Zoo zoo = new ZooAnimal(); zoo.Animal(); Console.WriteLine($"3 different classes of animals: {Flying, Marine, and La...
10.371429
93
0.512397
6c50fce9c6222a8796845ff78aefb7f74105793e
139
cs
C#
src/OrchardCore/OrchardCore.Rules.Abstractions/IConditionIdGenerator.cs
SvanBoxel/OrchardCore
fecbac529a90ee0c14e2af857a9c26b8003a6440
[ "BSD-3-Clause" ]
5,234
2017-09-13T09:49:43.000Z
2022-03-31T13:40:03.000Z
src/OrchardCore/OrchardCore.Rules.Abstractions/IConditionIdGenerator.cs
SvanBoxel/OrchardCore
fecbac529a90ee0c14e2af857a9c26b8003a6440
[ "BSD-3-Clause" ]
7,672
2017-09-12T21:53:39.000Z
2022-03-31T19:48:26.000Z
src/OrchardCore/OrchardCore.Rules.Abstractions/IConditionIdGenerator.cs
SvanBoxel/OrchardCore
fecbac529a90ee0c14e2af857a9c26b8003a6440
[ "BSD-3-Clause" ]
2,266
2017-09-14T03:14:00.000Z
2022-03-31T05:45:39.000Z
namespace OrchardCore.Rules { public interface IConditionIdGenerator { void GenerateUniqueId(Condition condition); } }
17.375
51
0.71223
578e7c20b4e5d3e9120a55b8a7b429a2ca0f3c4b
6,985
cs
C#
GreekHealthcareNetwork/GreekHealthcareNetwork/Repositories/InsuredsRepository.cs
karabasisilias92/greek-healthcare-network
550595999192ac6863efcd520841d753c9b86baa
[ "MIT" ]
null
null
null
GreekHealthcareNetwork/GreekHealthcareNetwork/Repositories/InsuredsRepository.cs
karabasisilias92/greek-healthcare-network
550595999192ac6863efcd520841d753c9b86baa
[ "MIT" ]
null
null
null
GreekHealthcareNetwork/GreekHealthcareNetwork/Repositories/InsuredsRepository.cs
karabasisilias92/greek-healthcare-network
550595999192ac6863efcd520841d753c9b86baa
[ "MIT" ]
1
2021-05-02T05:27:26.000Z
2021-05-02T05:27:26.000Z
using GreekHealthcareNetwork.Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; namespace GreekHealthcareNetwork.Repositories { public class InsuredsRepository { public IEnumerable<Insured> GetFilteredInsureds(string insuredsFirstName...
37.553763
147
0.461704
579ce17ba5c291509bcd9bfa161f5f9c58c61fb0
1,227
cs
C#
Libraries/RosBridgeClient/Messages/Rosapi/TypeDef.cs
kaldap/ros-sharp
1437650c4b55198ac78887c99c466b453ad8104b
[ "Apache-2.0" ]
null
null
null
Libraries/RosBridgeClient/Messages/Rosapi/TypeDef.cs
kaldap/ros-sharp
1437650c4b55198ac78887c99c466b453ad8104b
[ "Apache-2.0" ]
null
null
null
Libraries/RosBridgeClient/Messages/Rosapi/TypeDef.cs
kaldap/ros-sharp
1437650c4b55198ac78887c99c466b453ad8104b
[ "Apache-2.0" ]
null
null
null
/* © Cutter Systems spol. s r.o., 2018 Author: Petr Kalandra (kalandra@cutter.cz) 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 app...
25.5625
72
0.749796
598a1fd9c43782110ca9de437596744a292327c9
3,344
cs
C#
NetCrud.Rest.Example/Models/User.cs
imnapo/netcrud-rest
d00c0d37702fff940d911b56814dc2f28ed457af
[ "MIT" ]
null
null
null
NetCrud.Rest.Example/Models/User.cs
imnapo/netcrud-rest
d00c0d37702fff940d911b56814dc2f28ed457af
[ "MIT" ]
null
null
null
NetCrud.Rest.Example/Models/User.cs
imnapo/netcrud-rest
d00c0d37702fff940d911b56814dc2f28ed457af
[ "MIT" ]
null
null
null
using Bogus; using Microsoft.EntityFrameworkCore; using NetCrud.Rest.Core; using NetCrud.Rest.Models; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Threading.Tasks; namespace NetCrud.Rest.Example.Models { public class User : Cru...
28.581197
123
0.570873
59c46b82862025c42f9acd69e4d866efc7f7f81d
2,047
cs
C#
Assets/Scripts/Player Behavior/Manabar_Script.cs
BentNai1/OnyxCrownGitVersion
e04500df42095097656854d2d845906dc5e21282
[ "MIT" ]
null
null
null
Assets/Scripts/Player Behavior/Manabar_Script.cs
BentNai1/OnyxCrownGitVersion
e04500df42095097656854d2d845906dc5e21282
[ "MIT" ]
null
null
null
Assets/Scripts/Player Behavior/Manabar_Script.cs
BentNai1/OnyxCrownGitVersion
e04500df42095097656854d2d845906dc5e21282
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class Manabar_Script : MonoBehaviour { private Image ManaBar; private float currentMana; private float maxMana; private float displayMana; [HideInInspector] public Player_Mana Player; ...
26.24359
78
0.608696
f5e17d3d729278b65735ef8bdcf58e7dd65fe73b
1,570
cs
C#
CoreSharp.GraphQL/Extensions/ResolveFieldContextExtensions.cs
maca88/CoreSharp
5d559ebf433c2af7ebe44ffeeadd5a6e0239560f
[ "MIT" ]
7
2019-08-22T03:19:18.000Z
2020-12-28T10:57:02.000Z
CoreSharp.GraphQL/Extensions/ResolveFieldContextExtensions.cs
maca88/CoreSharp
5d559ebf433c2af7ebe44ffeeadd5a6e0239560f
[ "MIT" ]
1
2020-08-10T18:28:59.000Z
2020-11-03T21:22:15.000Z
CoreSharp.GraphQL/Extensions/ResolveFieldContextExtensions.cs
maca88/CoreSharp
5d559ebf433c2af7ebe44ffeeadd5a6e0239560f
[ "MIT" ]
6
2019-08-28T11:02:38.000Z
2022-03-15T01:34:31.000Z
using System; using System.Collections.Generic; using System.Linq; using GraphQL.Language.AST; // ReSharper disable once CheckNamespace namespace GraphQL.Types { public static class ResolveFieldContextExtensions { public static IList<string> GetIncludes(this Field field) { return Ge...
32.708333
138
0.576433
bf11bd65408a47302ea70a9245f8d4477e7e2130
2,491
cs
C#
src/ConstellationMind.Api/Startup.cs
ktutak1337/ConstellationMind.Api
b52c79b907a3e429fed41abc11be7816902191bf
[ "MIT" ]
1
2019-05-14T20:38:10.000Z
2019-05-14T20:38:10.000Z
src/ConstellationMind.Api/Startup.cs
ktutak1337/ConstellationMind.Api
b52c79b907a3e429fed41abc11be7816902191bf
[ "MIT" ]
null
null
null
src/ConstellationMind.Api/Startup.cs
ktutak1337/ConstellationMind.Api
b52c79b907a3e429fed41abc11be7816902191bf
[ "MIT" ]
null
null
null
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Autofac; using Autofac.Extensions.DependencyInjection; using ConstellationMind.Infrastructure...
33.662162
132
0.636291
ca050e1ad8e321954bf759ebbb0c04f433cdbada
1,620
cs
C#
src/QBittorrent.Client/SearchResult.cs
valiretti/qbittorrent-net-client
e8bf18ba1df2aa70dc1c912f9b250d4e55847d73
[ "MIT" ]
15
2018-07-06T07:04:26.000Z
2022-03-01T19:46:09.000Z
src/QBittorrent.Client/SearchResult.cs
valiretti/qbittorrent-net-client
e8bf18ba1df2aa70dc1c912f9b250d4e55847d73
[ "MIT" ]
9
2019-04-08T21:02:01.000Z
2022-03-06T23:10:56.000Z
src/QBittorrent.Client/SearchResult.cs
valiretti/qbittorrent-net-client
e8bf18ba1df2aa70dc1c912f9b250d4e55847d73
[ "MIT" ]
8
2018-12-14T12:13:47.000Z
2022-02-25T20:28:06.000Z
using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; using QBittorrent.Client.Converters; namespace QBittorrent.Client { /// <summary> /// Represents a search result. /// </summary> public class SearchResult { /// <summary> /// Name of the file....
27
80
0.552469
c573e1910859d417798ba0a55ce1810dbac576d7
1,511
cs
C#
tests/BioInformatics.Project3.Core.Tests/Algorithms/SuffixTree/MultiWaySuffixTreeProviderSpecs.cs
MNie/BioInformatics.Project3
2c31678b5abfda8121c59ddf60b8c129e5fae8cd
[ "Apache-2.0" ]
null
null
null
tests/BioInformatics.Project3.Core.Tests/Algorithms/SuffixTree/MultiWaySuffixTreeProviderSpecs.cs
MNie/BioInformatics.Project3
2c31678b5abfda8121c59ddf60b8c129e5fae8cd
[ "Apache-2.0" ]
null
null
null
tests/BioInformatics.Project3.Core.Tests/Algorithms/SuffixTree/MultiWaySuffixTreeProviderSpecs.cs
MNie/BioInformatics.Project3
2c31678b5abfda8121c59ddf60b8c129e5fae8cd
[ "Apache-2.0" ]
null
null
null
using System.Linq; using Bio; using Bio.Algorithms.StringSearch; using BioInformatics.Project3.Core.Algorithms.StringSearch; using BioInformatics.Project3.Core.Algorithms.SuffixTree; using BioInformatics.Project3.Core.Providers; using Rhino.Mocks; using Shouldly; using Xunit; namespace BioInformatics.Project3.Core.Te...
29.057692
103
0.643944
b9ac4662294d04af098cb03ed3b180a3e14ca9a4
999
cs
C#
osu.Game/Overlays/INotificationOverlay.cs
peppy/osu-new
72c0fc3fecaba8f3ca848ced4bf41c97077e5acc
[ "MIT" ]
1
2016-08-31T01:24:08.000Z
2016-08-31T01:24:08.000Z
osu.Game/Overlays/INotificationOverlay.cs
peppy/osu-new
72c0fc3fecaba8f3ca848ced4bf41c97077e5acc
[ "MIT" ]
null
null
null
osu.Game/Overlays/INotificationOverlay.cs
peppy/osu-new
72c0fc3fecaba8f3ca848ced4bf41c97077e5acc
[ "MIT" ]
null
null
null
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. #nullable disable using osu.Framework.Allocation; using osu.Framework.Bindables; using osu.Game.Overlays.Notifications; namespace osu.Game.Overlays { ///...
28.542857
79
0.603604
6a5a7f0a670652c397ad941ecb7963cecb839248
3,129
cs
C#
QuanLyNhaSach/Views/Views/UserControls/tabQuanLyTaiKhoan.xaml.cs
LTUDQL1-1660401-1660426/QuanLyNhaSach
2a5f81bf21ab8478d8db8bc5b5ab09b917030a93
[ "MIT" ]
1
2019-10-12T03:51:35.000Z
2019-10-12T03:51:35.000Z
QuanLyNhaSach/Views/Views/UserControls/tabQuanLyTaiKhoan.xaml.cs
LTUDQL1-1660401-1660426/QuanLyNhaSach
2a5f81bf21ab8478d8db8bc5b5ab09b917030a93
[ "MIT" ]
null
null
null
QuanLyNhaSach/Views/Views/UserControls/tabQuanLyTaiKhoan.xaml.cs
LTUDQL1-1660401-1660426/QuanLyNhaSach
2a5f81bf21ab8478d8db8bc5b5ab09b917030a93
[ "MIT" ]
3
2019-04-15T12:44:26.000Z
2021-11-30T13:27:15.000Z
using QuanLyNhaSach.Objects; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Docume...
30.378641
176
0.645574
8341fd4006918fb0af78954a24cf595a11303a28
12,520
cs
C#
src/Fuse/Tests/TestGraph.cs
vjgegenlicht/VL.Fuse
e2564e60490b9a435ac8c8d20181be8c9d01023c
[ "MIT" ]
162
2021-06-08T07:06:48.000Z
2022-03-31T10:49:15.000Z
src/Fuse/Tests/TestGraph.cs
vjgegenlicht/VL.Fuse
e2564e60490b9a435ac8c8d20181be8c9d01023c
[ "MIT" ]
40
2021-07-10T20:12:00.000Z
2022-03-31T10:35:48.000Z
src/Fuse/Tests/TestGraph.cs
vjgegenlicht/VL.Fuse
e2564e60490b9a435ac8c8d20181be8c9d01023c
[ "MIT" ]
15
2021-06-02T17:29:29.000Z
2022-02-25T11:59:17.000Z
using System; using System.Collections.Generic; using Fuse.ShaderFX; using Stride.Core.Mathematics; using Stride.Graphics; namespace Fuse.Tests { public class TestGraph { public static void TestInputs() { var gpuValue0 = new GpuInput<float>(); Console.Write...
44.084507
172
0.58778
ab455c08ffff1f8e374d3b3d84add2edd59b91ce
3,584
cs
C#
src/modules/DataBase.cs
DanilchikB/console-scheduler-prototype
8b10c46b4cd5f0d7984250e63271d5453f6dc272
[ "MIT" ]
null
null
null
src/modules/DataBase.cs
DanilchikB/console-scheduler-prototype
8b10c46b4cd5f0d7984250e63271d5453f6dc272
[ "MIT" ]
null
null
null
src/modules/DataBase.cs
DanilchikB/console-scheduler-prototype
8b10c46b4cd5f0d7984250e63271d5453f6dc272
[ "MIT" ]
null
null
null
using System; using Helpers.HelpWorkWithDB; using Helpers.HelpWorkSettings; using Helpers.HelpText; namespace Modules.DataBase{ class DataBase{ private WorkWithDB db; public DataBase(WorkSettings ws){ db = new WorkWithDB(ws.Settings.LocalDB); } //Создание таблиц...
32.880734
102
0.547154
70aef37ea400e20c387f6237a9c3f76c8b49426b
283
cs
C#
src/Blog.Application/Business/Articles/ArticlesQuery.cs
mardsystems/Semantic-Blog
4c8f2f8e0a3013b0e48c2d6848b3e6f5e69eec04
[ "MIT" ]
null
null
null
src/Blog.Application/Business/Articles/ArticlesQuery.cs
mardsystems/Semantic-Blog
4c8f2f8e0a3013b0e48c2d6848b3e6f5e69eec04
[ "MIT" ]
null
null
null
src/Blog.Application/Business/Articles/ArticlesQuery.cs
mardsystems/Semantic-Blog
4c8f2f8e0a3013b0e48c2d6848b3e6f5e69eec04
[ "MIT" ]
null
null
null
namespace Blog.Business.Articles { public interface IArticlesQuery { Article[] GetArticles(ArticlesQueryRequest request); Article GetArticle(ArticleId id); } public class ArticlesQueryRequest { public string Title { get; set; } } }
18.866667
60
0.65371
20000331502a6961e3226bde4243d169bf175922
6,865
cs
C#
PListNet/Nodes/DictionaryNode.cs
aholkner/PList-Net
fd2152343840498470fdd2be64ec43ea69565114
[ "BSD-2-Clause" ]
25
2015-11-20T16:28:46.000Z
2022-02-25T14:54:09.000Z
PListNet/Nodes/DictionaryNode.cs
aholkner/PList-Net
fd2152343840498470fdd2be64ec43ea69565114
[ "BSD-2-Clause" ]
19
2015-06-18T23:01:41.000Z
2020-05-20T17:58:22.000Z
PListNet/Nodes/DictionaryNode.cs
aholkner/PList-Net
fd2152343840498470fdd2be64ec43ea69565114
[ "BSD-2-Clause" ]
16
2016-03-08T22:01:42.000Z
2022-03-01T05:47:35.000Z
using System; using System.Collections.Generic; using System.IO; using System.Xml; using PListNet.Internal; namespace PListNet.Nodes { /// <summary> /// Represents an dictionary with <see cref="T:System.String"/> keys and <see cref="T:PListNet.PNode"/> values /// </summary> public class DictionaryNode : PNode, ID...
26.102662
121
0.65346
4deecab499fb2dc2b1aa1f1e103957e8c2e87fc7
6,219
cs
C#
DayTwenty/Model/Tile.cs
FourLeggedHead/AdventOfCode2020
9de26957d9f422b742da489043e2bf6927118707
[ "MIT" ]
null
null
null
DayTwenty/Model/Tile.cs
FourLeggedHead/AdventOfCode2020
9de26957d9f422b742da489043e2bf6927118707
[ "MIT" ]
null
null
null
DayTwenty/Model/Tile.cs
FourLeggedHead/AdventOfCode2020
9de26957d9f422b742da489043e2bf6927118707
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text.RegularExpressions; using System.Linq; using System.Text; namespace DayTwenty.Model { public enum Side { Top, Left, Bottom, Right } public class Tile { public const int TILE_DIMENSION = 10; ...
29.899038
111
0.44364
2c4df1a0d644e2ebfb2f53c0ba3ae715d62e21bf
13,851
cs
C#
ThreadBenchmarker.Designer.cs
szkocot/Threading-Benchmarker
63a71533300ef0acf3c3db660d5f08309f3249e5
[ "MIT" ]
null
null
null
ThreadBenchmarker.Designer.cs
szkocot/Threading-Benchmarker
63a71533300ef0acf3c3db660d5f08309f3249e5
[ "MIT" ]
null
null
null
ThreadBenchmarker.Designer.cs
szkocot/Threading-Benchmarker
63a71533300ef0acf3c3db660d5f08309f3249e5
[ "MIT" ]
null
null
null
using System; namespace ThreadBenchNamespace { partial class ThreadBenchmarker { private int noCpus = Environment.ProcessorCount; private int vectSize; private int noThreads; private int windowSize; private string chosenMethod = "mean"; private bool alreadyExecu...
48.43007
169
0.613891
2cc6607a05794ebe50da7c2117841ab8aa9a488b
323
cs
C#
HerancaDoCursoFaculdade/Model/HerancaDIsciplina/DetalheDisciplina.cs
leonardovitorecker/Projeto-Hernca-da-Faculdade
d13ca24838f10a1dc70d4bf2791e136e7a4d455f
[ "MIT" ]
null
null
null
HerancaDoCursoFaculdade/Model/HerancaDIsciplina/DetalheDisciplina.cs
leonardovitorecker/Projeto-Hernca-da-Faculdade
d13ca24838f10a1dc70d4bf2791e136e7a4d455f
[ "MIT" ]
null
null
null
HerancaDoCursoFaculdade/Model/HerancaDIsciplina/DetalheDisciplina.cs
leonardovitorecker/Projeto-Hernca-da-Faculdade
d13ca24838f10a1dc70d4bf2791e136e7a4d455f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HerancaDoCursoFaculdade.Model.HerancaDIsciplina { public class DetalheDisciplina { public Curso Curso { get; set; } public Disciplina CodDisciplina { get; set; } }...
21.533333
57
0.724458
5368dd9639027c881b8f3392c5081318a30dafca
2,276
cs
C#
source/Computer.Client.App/RemoteApps/Model/ListModelMapper.generated.cs
zerotwooneone/Computer.ClientBackend
aa9e1f0e794f8d86956ca3a7de4298ce6ea2a28b
[ "MIT" ]
null
null
null
source/Computer.Client.App/RemoteApps/Model/ListModelMapper.generated.cs
zerotwooneone/Computer.ClientBackend
aa9e1f0e794f8d86956ca3a7de4298ce6ea2a28b
[ "MIT" ]
null
null
null
source/Computer.Client.App/RemoteApps/Model/ListModelMapper.generated.cs
zerotwooneone/Computer.ClientBackend
aa9e1f0e794f8d86956ca3a7de4298ce6ea2a28b
[ "MIT" ]
null
null
null
using Computer.Bus.Domain.Contracts.Models; using System; namespace Computer.Client.App.RemoteApps.Model; #nullable enable public class ListModelMapper : IMapper { public object? DtoToDomain(Type dtoType, object obj, Type domainType) { if (!dtoType.IsAssignableFrom(typeof(Computer.Client.App.RemoteApps...
32.985507
208
0.609402
4da938929c87c512de7b5b5fd9eefc853c8008f8
2,435
cs
C#
src/NadekoBot/Modules/Searches/Commands/Models/WeatherModels.cs
Demiture/Nadeko
3dafc55df24b0b55208a85b94408cfadde220d5f
[ "Unlicense" ]
5
2020-04-28T23:29:59.000Z
2021-10-11T03:37:17.000Z
src/NadekoBot/Modules/Searches/Commands/Models/WeatherModels.cs
Demiture/Nadeko
3dafc55df24b0b55208a85b94408cfadde220d5f
[ "Unlicense" ]
null
null
null
src/NadekoBot/Modules/Searches/Commands/Models/WeatherModels.cs
Demiture/Nadeko
3dafc55df24b0b55208a85b94408cfadde220d5f
[ "Unlicense" ]
13
2020-02-24T20:58:57.000Z
2022-03-20T05:57:31.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NadekoBot.Modules.Searches.Commands.Models { public class Coord { public double lon { get; set; } public double lat { get; set; } } public class Weather { ...
26.467391
63
0.512115
039a46e0c870b60dcc5076bbcf2c66cd925a4646
221
cs
C#
day28-webhooks/Models/Notifications.cs
talktoanubhav/TestConsole
564e4f09adfc28e2568bf873c9614b9a31bf6c17
[ "MIT" ]
null
null
null
day28-webhooks/Models/Notifications.cs
talktoanubhav/TestConsole
564e4f09adfc28e2568bf873c9614b9a31bf6c17
[ "MIT" ]
null
null
null
day28-webhooks/Models/Notifications.cs
talktoanubhav/TestConsole
564e4f09adfc28e2568bf873c9614b9a31bf6c17
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Newtonsoft.Json; namespace GraphWebhooks { public class Notifications { [JsonProperty("value")] public IEnumerable<Notification> value { get; set; } } }
20.090909
60
0.683258
5f53adef73409f69185863719935ecc2ec1f01b4
516
cs
C#
Tests/opieandanthonylive.Data.API.Patreon.Tests/PatreonAPITests.cs
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
null
null
null
Tests/opieandanthonylive.Data.API.Patreon.Tests/PatreonAPITests.cs
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
11
2018-10-28T04:32:56.000Z
2018-11-29T19:22:08.000Z
Tests/opieandanthonylive.Data.API.Patreon.Tests/PatreonAPITests.cs
vreniose95/opieandanthonylive
28e4030bffb983fa64db331ca618ed1a4c444a1f
[ "MIT" ]
1
2018-09-26T23:04:26.000Z
2018-09-26T23:04:26.000Z
using System.Linq; using NUnit.Framework; using opieandanthonylive.Data.API.Patreon.Query; namespace opieandanthonylive.Data.API.Patreon.Tests { public class PatreonAPITests { [Test] public void CanQueryFilesFromPatreonAPI() { var audibleAPI = new PatreonAPI(); var queryBuilder = new PatreonQueryBuilder...
18.428571
51
0.717054
3d11e0ca8be4328f572cc4ae95151e3a47416b0d
1,948
cs
C#
src/bottom-navigation-bar/BottomBarItemBase.cs
pocheshire/BottomNavigationBar
bbc94f99f738543ffac87d8e1e6b087aba3f0ec3
[ "Apache-2.0" ]
253
2016-03-26T03:10:28.000Z
2021-12-04T03:35:51.000Z
src/bottom-navigation-bar/BottomBarItemBase.cs
pocheshire/BottomNavigationBar
bbc94f99f738543ffac87d8e1e6b087aba3f0ec3
[ "Apache-2.0" ]
80
2016-04-29T09:15:54.000Z
2020-03-10T21:08:53.000Z
src/bottom-navigation-bar/BottomBarItemBase.cs
pocheshire/BottomNavigationBar
bbc94f99f738543ffac87d8e1e6b087aba3f0ec3
[ "Apache-2.0" ]
97
2016-04-26T10:32:00.000Z
2021-10-12T13:31:25.000Z
/* * C# port BottomBar library for Android * Copyright (c) 2016 Iiro Krankka (http://github.com/roughike). * * 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/l...
27.055556
122
0.610883
aff7de77c155439125f0383f1a822f2d338041a7
173
cs
C#
SpecFlow.VisualStudio/ProjectSystem/Settings/ProjectProgrammingLanguage.cs
tlecomte/SpecFlow.VS
f4f014433f65d4ea9294b9ce58bb20d90eca5dca
[ "MIT" ]
null
null
null
SpecFlow.VisualStudio/ProjectSystem/Settings/ProjectProgrammingLanguage.cs
tlecomte/SpecFlow.VS
f4f014433f65d4ea9294b9ce58bb20d90eca5dca
[ "MIT" ]
null
null
null
SpecFlow.VisualStudio/ProjectSystem/Settings/ProjectProgrammingLanguage.cs
tlecomte/SpecFlow.VS
f4f014433f65d4ea9294b9ce58bb20d90eca5dca
[ "MIT" ]
null
null
null
namespace SpecFlow.VisualStudio.ProjectSystem.Settings { public enum ProjectProgrammingLanguage { Other, CSharp, VB, FSharp, } }
17.3
55
0.606936
6f47e2820030b2b26c17c0116ade0c59e80425a1
1,518
cs
C#
src/SimpleLogInterface.NUnit/AssertiveLog.cs
Brightspace/SimpleLogInterface
5c0d379687b2763b773acf0b79a3f5180c26219f
[ "Apache-2.0" ]
null
null
null
src/SimpleLogInterface.NUnit/AssertiveLog.cs
Brightspace/SimpleLogInterface
5c0d379687b2763b773acf0b79a3f5180c26219f
[ "Apache-2.0" ]
3
2016-02-14T04:39:07.000Z
2021-11-02T19:00:27.000Z
src/SimpleLogInterface.NUnit/AssertiveLog.cs
Brightspace/SimpleLogInterface
5c0d379687b2763b773acf0b79a3f5180c26219f
[ "Apache-2.0" ]
null
null
null
using System; using NUnit.Framework; namespace SimpleLogInterface.NUnit { public sealed class AssertiveLog : ILog { /// <summary> /// Allows Debug and Info messages. /// </summary> public static readonly ILog Default = new AssertiveLog( Levels.Debug | Levels.Info ); private readonly Levels m_all...
21.685714
80
0.677866
528f2fc09af643b1c681b602468a4389ed0504ad
1,962
cs
C#
Algorithms Fundamenantals/06. Exercise-Graph-Theory-Traversal-and-Shortest-Paths/Graph Theory Exercise/03Cycles in a Graph/Program.cs
stanislavyv/softuni-projects
d163464d63e5ea6f04c4241ef3a96a9b5ec38c33
[ "MIT" ]
null
null
null
Algorithms Fundamenantals/06. Exercise-Graph-Theory-Traversal-and-Shortest-Paths/Graph Theory Exercise/03Cycles in a Graph/Program.cs
stanislavyv/softuni-projects
d163464d63e5ea6f04c4241ef3a96a9b5ec38c33
[ "MIT" ]
null
null
null
Algorithms Fundamenantals/06. Exercise-Graph-Theory-Traversal-and-Shortest-Paths/Graph Theory Exercise/03Cycles in a Graph/Program.cs
stanislavyv/softuni-projects
d163464d63e5ea6f04c4241ef3a96a9b5ec38c33
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace _03Cycles_in_a_Graph { class Program { static Dictionary<string, string> graph; static HashSet<string> visited; static HashSet<string> cycles; static void Main(string[] args) { graph = InitGraph(); ...
25.153846
68
0.448012
a2f09cba9c515dd87bfb04308ce11cf40e7b1c82
2,946
cs
C#
Assets/Spider Crawler/Scipts/Editor/EditorSpiderMove.cs
usernameHed/hololens
30d8e88e8d500ffd216d0203277b28f1a126bf6a
[ "MIT" ]
null
null
null
Assets/Spider Crawler/Scipts/Editor/EditorSpiderMove.cs
usernameHed/hololens
30d8e88e8d500ffd216d0203277b28f1a126bf6a
[ "MIT" ]
null
null
null
Assets/Spider Crawler/Scipts/Editor/EditorSpiderMove.cs
usernameHed/hololens
30d8e88e8d500ffd216d0203277b28f1a126bf6a
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; using UnityEditor; [CustomEditor(typeof(SpiderMove))] public class EditorSpiderMove : Editor { public override void OnInspectorGUI() { var _GUIStyleNormal = new GUIStyle(GUI.skin.window); _GUIStyleNormal.wordWrap = true; _GUIStyleNormal.alignment = TextAnchor.Upper...
47.516129
145
0.781059
3d3bfaa537ae45d85b09e2b9f0f2a4afd8371e60
2,902
cs
C#
LINQ.Exercises/LINQ.Exercises/SetOperations.cs
claresudbery/linq-exercises
d8525e41e4936125e1349e13725f2a883784d03a
[ "MIT" ]
11
2018-06-07T05:53:03.000Z
2021-11-25T12:54:50.000Z
LINQ.Exercises/LINQ.Exercises/SetOperations.cs
claresudbery/linq-exercises
d8525e41e4936125e1349e13725f2a883784d03a
[ "MIT" ]
null
null
null
LINQ.Exercises/LINQ.Exercises/SetOperations.cs
claresudbery/linq-exercises
d8525e41e4936125e1349e13725f2a883784d03a
[ "MIT" ]
5
2018-05-25T09:02:40.000Z
2022-01-01T14:40:37.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Collections.Generic; using System.Linq; namespace LINQ.Exercises { /// <summary> /// Your task is to apply LINQ `Distinct/Union/Intersect/Except/OrderBy` methods, /// so all tests will be passed. /// Make sure to preview test data locate...
35.82716
129
0.568229
3dc691ff69ea84e244967af5f9ea108022c70ec1
1,425
cs
C#
Assets/testScripts/FlyNum.cs
aboutvfx/SLGanim
c4a412e625a71a160be58ea960c5c9fe8be3146e
[ "MIT" ]
null
null
null
Assets/testScripts/FlyNum.cs
aboutvfx/SLGanim
c4a412e625a71a160be58ea960c5c9fe8be3146e
[ "MIT" ]
null
null
null
Assets/testScripts/FlyNum.cs
aboutvfx/SLGanim
c4a412e625a71a160be58ea960c5c9fe8be3146e
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using DG.Tweening; public class FlyNum : MonoBehaviour { Transform thousand; Transform hundred; Transform ten; Transform one; public int factor = 100; void Start () { thou...
28.5
107
0.615439
fc69c2b75fb4af45c54708696d97dfb451990cde
1,205
cs
C#
Noob.Core/Auditing/IEntityHistorySelectorList.cs
noobwu/DncZeus
59fb94eed95897aed7554131d116f8ca46579007
[ "MIT" ]
null
null
null
Noob.Core/Auditing/IEntityHistorySelectorList.cs
noobwu/DncZeus
59fb94eed95897aed7554131d116f8ca46579007
[ "MIT" ]
null
null
null
Noob.Core/Auditing/IEntityHistorySelectorList.cs
noobwu/DncZeus
59fb94eed95897aed7554131d116f8ca46579007
[ "MIT" ]
null
null
null
// *********************************************************************** // Assembly : Noob.Core // Author : Administrator // Created : 2020-04-26 // // Last Modified By : Administrator // Last Modified On : 2020-04-26 // ********************************************************************...
36.515152
89
0.513693
963efcd7f032156f7a10da25381009f53564d750
1,327
cshtml
C#
BTCPayServer/Views/Account/LoginWithRecoveryCode.cshtml
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
BTCPayServer/Views/Account/LoginWithRecoveryCode.cshtml
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
BTCPayServer/Views/Account/LoginWithRecoveryCode.cshtml
CristianBanexcoin/banexcoinpay
1d19872935503d78b596826624b9780b51e6ad1d
[ "MIT" ]
null
null
null
@model LoginWithRecoveryCodeViewModel @{ ViewData["Title"] = "Verificacion de codigo de recuperacion"; } <section> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">@ViewData["Title"]</h2> <hr class="...
35.864865
242
0.562924
f00a1fdd36f6109b7b0802105292f102d5fd7531
510
cs
C#
Iyzipay/Model/CardList.cs
irensaltali/iyzipay-dotnetcore
66ce66c0d20191382aa4664f0810926b6db26ab6
[ "MIT" ]
null
null
null
Iyzipay/Model/CardList.cs
irensaltali/iyzipay-dotnetcore
66ce66c0d20191382aa4664f0810926b6db26ab6
[ "MIT" ]
null
null
null
Iyzipay/Model/CardList.cs
irensaltali/iyzipay-dotnetcore
66ce66c0d20191382aa4664f0810926b6db26ab6
[ "MIT" ]
null
null
null
using Iyzipay.Request; using System; using System.Collections.Generic; namespace Iyzipay.Model { public class CardList : IyzipayResource { public string CardUserKey { get; set; } public List<Card> CardDetails { get; set; } public static CardList Retrieve(RetrieveCardListRequest reques...
28.333333
141
0.684314
87a0d00dd1529f8f5342634e08178e9a2eecb359
1,496
cs
C#
Eutyches.Spell.Hunspell/Options/CheckCompoundPattern.cs
joemaza/Lexedit
9f54b40746eb32562b89f94f767830a74c45be16
[ "BSD-3-Clause" ]
1
2019-10-08T17:53:28.000Z
2019-10-08T17:53:28.000Z
Eutyches.Spell.Hunspell/Options/CheckCompoundPattern.cs
joemaza/Lexedit
9f54b40746eb32562b89f94f767830a74c45be16
[ "BSD-3-Clause" ]
null
null
null
Eutyches.Spell.Hunspell/Options/CheckCompoundPattern.cs
joemaza/Lexedit
9f54b40746eb32562b89f94f767830a74c45be16
[ "BSD-3-Clause" ]
null
null
null
//============================================================================= // Copyright © 2018 Joseph S. Maza <joseph.maza@gmail.com>. All Rights Reserved. //============================================================================= using Newtonsoft.Json; using System; using System.Collections.Generic; using ...
26.714286
80
0.490642
87e6ae652e88e668b959587ab9434ef9cafa3420
7,933
cs
C#
src/Trinity.Core/Trinity/Global.cs
ZZHGit/GraphEngine
5f2509f1c167d782e7b96a5d77b58568c567351e
[ "MIT" ]
3
2021-04-17T11:56:00.000Z
2021-07-03T09:50:06.000Z
src/Trinity.Core/Trinity/Global.cs
xiaoxiaocoder/GraphEngine
5f2509f1c167d782e7b96a5d77b58568c567351e
[ "MIT" ]
null
null
null
src/Trinity.Core/Trinity/Global.cs
xiaoxiaocoder/GraphEngine
5f2509f1c167d782e7b96a5d77b58568c567351e
[ "MIT" ]
1
2019-09-17T19:16:46.000Z
2019-09-17T19:16:46.000Z
// Graph Engine // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // using System; using System.Collections.Generic; using System.Threading; using System.Text; using System.Net; using System.IO; using Syste...
50.852564
190
0.638094
3e149ac299fd76da4d9b0ccf7529cb919abb0f4d
6,468
cs
C#
CookPopularControl/Controls/Animation/AnimationTilePanel.cs
Muzsor/CookPopularControl
d772dfff4f44cef14108c95ce861b543ac1074c4
[ "Apache-2.0" ]
18
2021-04-30T01:40:01.000Z
2022-01-06T17:53:29.000Z
CookPopularControl/Controls/Animation/AnimationTilePanel.cs
Muzsor/CookPopularControl
d772dfff4f44cef14108c95ce861b543ac1074c4
[ "Apache-2.0" ]
1
2021-06-22T04:04:57.000Z
2021-07-13T07:10:03.000Z
CookPopularControl/Controls/Animation/AnimationTilePanel.cs
Muzsor/CookPopularControl
d772dfff4f44cef14108c95ce861b543ac1074c4
[ "Apache-2.0" ]
6
2021-05-25T14:35:40.000Z
2022-03-27T03:37:03.000Z
using CookPopularCSharpToolkit.Communal; using CookPopularCSharpToolkit.Windows; using System; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Media.Animation; /* * Copyright (c) 2021 All Rights Reserved. * Description:AnimationTilePanel * A...
36.96
195
0.596939
3e768cca173f64a18deb70e49583a6569c6e9c7b
23,075
cs
C#
Source/Tests/Trakt.NET.Objects.Get.Tests/Seasons/Json/Writer/SeasonArrayJsonWriter/SeasonArrayJsonWriter_Object_Tests.cs
henrikfroehling/Trakt.NET
33a6c52a5dd61089acc6a7993a6055bdd58de603
[ "MIT" ]
39
2018-07-17T07:20:17.000Z
2022-03-19T00:20:29.000Z
Source/Tests/Trakt.NET.Objects.Get.Tests/Seasons/Json/Writer/SeasonArrayJsonWriter/SeasonArrayJsonWriter_Object_Tests.cs
henrikfroehling/Trakt.NET
33a6c52a5dd61089acc6a7993a6055bdd58de603
[ "MIT" ]
177
2018-07-05T17:50:43.000Z
2022-03-31T21:48:42.000Z
Source/Tests/Trakt.NET.Objects.Get.Tests/Seasons/Json/Writer/SeasonArrayJsonWriter/SeasonArrayJsonWriter_Object_Tests.cs
henrikfroehling/Trakt.NET
33a6c52a5dd61089acc6a7993a6055bdd58de603
[ "MIT" ]
10
2018-11-19T17:33:26.000Z
2022-03-19T00:20:10.000Z
namespace TraktNet.Objects.Get.Tests.Seasons.Json.Writer { using FluentAssertions; using System; using System.Collections.Generic; using System.Threading.Tasks; using Trakt.NET.Tests.Utility.Traits; using TraktNet.Extensions; using TraktNet.Objects.Get.Episodes; using TraktNet.Objects.G...
51.506696
138
0.335861
3e77ba3b192c99088e6b4d97828a496c511aa4e7
1,524
cs
C#
PartPreviewWindow/View3D/UndoCommands/DeleteUndoCommand.cs
WinstonMao/MatterControl
6b7f9fc26ac9344cec4c5141f67b11cc38c1a312
[ "BSD-2-Clause" ]
null
null
null
PartPreviewWindow/View3D/UndoCommands/DeleteUndoCommand.cs
WinstonMao/MatterControl
6b7f9fc26ac9344cec4c5141f67b11cc38c1a312
[ "BSD-2-Clause" ]
null
null
null
PartPreviewWindow/View3D/UndoCommands/DeleteUndoCommand.cs
WinstonMao/MatterControl
6b7f9fc26ac9344cec4c5141f67b11cc38c1a312
[ "BSD-2-Clause" ]
1
2020-10-11T18:45:29.000Z
2020-10-11T18:45:29.000Z
using MatterHackers.Agg.UI; using MatterHackers.PolygonMesh; using MatterHackers.VectorMath; namespace MatterHackers.MatterControl.PartPreviewWindow { internal class DeleteUndoCommand : IUndoRedoCommand { private int deletedIndex; private View3DWidget view3DWidget; private Matrix4X4 deletedTransform; Platin...
33.130435
76
0.80643
8e489f9c76aa6077812a7f909eebc81304489b10
14,929
cs
C#
NGeo/Yahoo/PlaceFinder/OAuthClient.cs
danludwig/NGeo
f03cfc8bc7eee23a648e79f0527c15a905e292fa
[ "MS-PL" ]
20
2015-01-10T23:02:22.000Z
2022-03-27T16:15:30.000Z
NGeo/Yahoo/PlaceFinder/OAuthClient.cs
danludwig/NGeo
f03cfc8bc7eee23a648e79f0527c15a905e292fa
[ "MS-PL" ]
5
2016-04-22T23:04:27.000Z
2021-12-30T14:51:03.000Z
NGeo/Yahoo/PlaceFinder/OAuthClient.cs
danludwig/NGeo
f03cfc8bc7eee23a648e79f0527c15a905e292fa
[ "MS-PL" ]
14
2015-01-27T05:09:42.000Z
2020-05-04T22:52:26.000Z
using System; using System.Collections.Generic; using System.Globalization; using System.Net; using System.Security.Cryptography; using System.Text; using System.Web; namespace NGeo.Yahoo.PlaceFinder { internal class OAuthClient : IDisposable { private readonly WebClient _webClient; ...
41.584958
281
0.570634
8e6ee49f3eafc0c002bea97cba10b8546b19af25
9,368
cs
C#
Core/RuleEngine/RuleEngine.cs
Blecki/RMUDReboot
9d82eb838037a4fb970d3e4dbcf3b7f8d4eacd43
[ "MIT" ]
1
2020-10-11T15:39:36.000Z
2020-10-11T15:39:36.000Z
Core/RuleEngine/RuleEngine.cs
Blecki/RMUDReboot
9d82eb838037a4fb970d3e4dbcf3b7f8d4eacd43
[ "MIT" ]
null
null
null
Core/RuleEngine/RuleEngine.cs
Blecki/RMUDReboot
9d82eb838037a4fb970d3e4dbcf3b7f8d4eacd43
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; namespace RMUD { public enum NewRuleQueueingMode { QueueNewRules, ImmediatelyAddNewRules } public partial class RuleEngine { internal Action<String> Log; ...
40.554113
174
0.574616
ae55575f71a15a20b0e15a33ef11e3ef05471d01
2,636
cs
C#
Avalonia.DfrFrameBuffer/BridgeFrameBuffer.cs
imbushuo/DFRContentHost
9d9d471274229684ba63c58b32c95b92f7e0176d
[ "MIT" ]
22
2019-08-12T01:01:40.000Z
2021-11-04T19:02:14.000Z
Avalonia.DfrFrameBuffer/BridgeFrameBuffer.cs
imbushuo/DFRContentHost
9d9d471274229684ba63c58b32c95b92f7e0176d
[ "MIT" ]
null
null
null
Avalonia.DfrFrameBuffer/BridgeFrameBuffer.cs
imbushuo/DFRContentHost
9d9d471274229684ba63c58b32c95b92f7e0176d
[ "MIT" ]
4
2019-10-24T13:36:34.000Z
2021-12-25T10:55:09.000Z
using System; using System.IO; using System.Runtime.InteropServices; using Avalonia.Controls.Platform.Surfaces; using Avalonia.DfrFrameBuffer.Device; using Avalonia.DfrFrameBuffer.Interop; using Avalonia.Platform; namespace Avalonia.DfrFrameBuffer { public class BridgeFrameBuffer : IFramebufferPlatformSurface, ID...
32.146341
113
0.586495
ae8dcb19254027646f6ddb2f6054bd7a851ada77
6,506
cs
C#
0_homeworks/C#/6 system/1/Bank/Program.cs
Team-on/works
16978b61c0d6bcb37e910efb4b5b80e9a2460230
[ "MIT" ]
10
2018-11-12T19:43:28.000Z
2020-09-09T18:48:30.000Z
0_homeworks/C#/6 system/1/Bank/Program.cs
Team-on/works
16978b61c0d6bcb37e910efb4b5b80e9a2460230
[ "MIT" ]
null
null
null
0_homeworks/C#/6 system/1/Bank/Program.cs
Team-on/works
16978b61c0d6bcb37e910efb4b5b80e9a2460230
[ "MIT" ]
null
null
null
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Threading; using ConsoleOOPMenu; namespace Bank { class MainState : MenuState { const int seconds = 10; private Dictionary<int, MenuItem> _menus = new Dictionary<int, MenuItem>() { {1, ne...
29.707763
104
0.466031
1f3ff0cf913274bbb4e3b20beec6217d3d934337
3,861
cs
C#
yafsrc/YAF.Core/Model/UserRepositoryExtensions.cs
TristanTong/bbsWirelessTag
909b3f5e6934b5662e115ea77209ca8cd62a1b38
[ "Apache-2.0" ]
4
2021-05-04T08:25:01.000Z
2021-05-04T23:33:01.000Z
yafsrc/YAF.Core/Model/UserRepositoryExtensions.cs
TristanTong/bbsWirelessTag
909b3f5e6934b5662e115ea77209ca8cd62a1b38
[ "Apache-2.0" ]
null
null
null
yafsrc/YAF.Core/Model/UserRepositoryExtensions.cs
TristanTong/bbsWirelessTag
909b3f5e6934b5662e115ea77209ca8cd62a1b38
[ "Apache-2.0" ]
null
null
null
/* Yet Another Forum.NET * Copyright (C) 2003-2005 Bjørnar Henden * Copyright (C) 2006-2013 Jaben Cargman * Copyright (C) 2014-2015 Ingo Herbote * http://www.yetanotherforum.net/ * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file ...
39.397959
77
0.574463
1f49f16a0f7bb418a33902d3107d5f04a19a4dd8
2,444
cs
C#
Assets/#StateMachineAI/Scripts/StateController.cs
andresilmor/Tanks-State-Machines
5300ea679342badc063e31dc15977bee42b3ff49
[ "MIT" ]
null
null
null
Assets/#StateMachineAI/Scripts/StateController.cs
andresilmor/Tanks-State-Machines
5300ea679342badc063e31dc15977bee42b3ff49
[ "MIT" ]
null
null
null
Assets/#StateMachineAI/Scripts/StateController.cs
andresilmor/Tanks-State-Machines
5300ea679342badc063e31dc15977bee42b3ff49
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.AI; using Complete; public class StateController : MonoBehaviour { public State currentState; // referência às estatísticas do inimigo public EnemyStats enemyStats; // transform que fica à frente do tank, co...
25.726316
101
0.683306
96ee0e552fa8581b5a6d1107f9f7fbd2a498ba35
2,856
cs
C#
Examples/GroupDocs.Editor.Examples.CSharp/AdvancedUsage/WorkingWithSpreadsheetMultiTab.cs
groupdocs-editor/GroupDocs.Editor-for-.NET
1b61671cbe54309dca006921e169b42afff1b651
[ "MIT" ]
1
2021-12-08T03:56:14.000Z
2021-12-08T03:56:14.000Z
Examples/GroupDocs.Editor.Examples.CSharp/AdvancedUsage/WorkingWithSpreadsheetMultiTab.cs
groupdocs-editor/GroupDocs.Editor-for-.NET
1b61671cbe54309dca006921e169b42afff1b651
[ "MIT" ]
3
2021-06-04T10:43:17.000Z
2022-03-01T00:59:46.000Z
Examples/GroupDocs.Editor.Examples.CSharp/AdvancedUsage/WorkingWithSpreadsheetMultiTab.cs
groupdocs-editor/GroupDocs.Editor-for-.NET
1b61671cbe54309dca006921e169b42afff1b651
[ "MIT" ]
9
2017-06-02T06:57:19.000Z
2017-11-29T06:51:48.000Z
using System.IO; using GroupDocs.Editor.Formats; using GroupDocs.Editor.Options; namespace GroupDocs.Editor.Examples.CSharp.AdvancedUsage { /// <summary> /// This example demonstrates loading, editing and saving multi-tab Spreadsheet documents /// </summary> internal static class WorkingWithSpreadshee...
52.888889
133
0.639356
0e98a18b14297f1f5d005ea16f0bf7b55460c061
2,695
cs
C#
Tests/DNTProfiler.IntegrationTests/UseFirstLevelCacheTests.cs
VahidN/DNTProfiler
a8dd6492a8f1ac96638e38939895a52a70b45e82
[ "Apache-2.0" ]
69
2015-03-20T15:17:55.000Z
2020-10-08T01:38:15.000Z
Tests/DNTProfiler.IntegrationTests/UseFirstLevelCacheTests.cs
mahdymorady/DNTProfiler
a8dd6492a8f1ac96638e38939895a52a70b45e82
[ "Apache-2.0" ]
4
2015-08-30T20:42:06.000Z
2017-08-25T18:20:19.000Z
Tests/DNTProfiler.IntegrationTests/UseFirstLevelCacheTests.cs
mahdymorady/DNTProfiler
a8dd6492a8f1ac96638e38939895a52a70b45e82
[ "Apache-2.0" ]
25
2015-03-20T19:11:23.000Z
2020-05-13T09:10:51.000Z
using DNTProfiler.ServiceLayer.Contracts; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DNTProfiler.IntegrationTests { [TestClass] public class UseFirstLevelCacheTests { [TestMethod] public void IssueFirstOrDefaultAndFind() { var service = ObjectFactory...
33.6875
88
0.634879
9c705607cf03539b71851d1d06e1c06e6c7c7d7f
792
cs
C#
DarkWeather/DarkWeather/Secure/Secure.cs
alandixon/DarkWeather
a686ed54c4e90f9b19ed3e727f5bc56f86147df7
[ "MIT" ]
null
null
null
DarkWeather/DarkWeather/Secure/Secure.cs
alandixon/DarkWeather
a686ed54c4e90f9b19ed3e727f5bc56f86147df7
[ "MIT" ]
null
null
null
DarkWeather/DarkWeather/Secure/Secure.cs
alandixon/DarkWeather
a686ed54c4e90f9b19ed3e727f5bc56f86147df7
[ "MIT" ]
null
null
null
using Xamarin.Forms; namespace DarkWeather.Secure { public class SecureProperties { // https://xamarinhelp.com/xamarin-forms-dependency-injection/ private static ISecure secure = DependencyService.Get<ISecure>(); /// <summary> Call into Android to save a secure property</summary> ...
30.461538
91
0.635101
14402024380cc4b150e02668611ba09c7e4adc4a
9,535
cs
C#
Assets/Facebook/Editor/android/ManifestMod.cs
yuanfux/zombiecrush
5acdf89671d979c98a1a95ca672056a31151ce09
[ "CC-BY-3.0" ]
41
2017-12-11T18:43:57.000Z
2022-03-28T15:45:37.000Z
Unity 5.1 Source Project/Project/Assets/Facebook/Editor/android/ManifestMod.cs
Kwell/UNION-OpenSource-MOBA
5af8c48e7cb8f7478a262d5ce498581050753ed6
[ "Apache-2.0" ]
null
null
null
Unity 5.1 Source Project/Project/Assets/Facebook/Editor/android/ManifestMod.cs
Kwell/UNION-OpenSource-MOBA
5af8c48e7cb8f7478a262d5ce498581050753ed6
[ "Apache-2.0" ]
16
2018-04-16T05:57:18.000Z
2022-03-10T16:14:24.000Z
using UnityEngine; using UnityEditor; using System.IO; using System.Xml; using System.Text; using System.Linq; namespace UnityEditor.FacebookEditor { public class ManifestMod { public const string DeepLinkingActivityName = "com.facebook.unity.FBUnityDeepLinkingActivity"; public const string Lo...
43.144796
249
0.606712
facf4af03a9a8c723a07091f8f4b4122d599a449
6,045
cs
C#
StompNet/Models/Frames/Frame.cs
rezaneam/StompNet
30511e91eab7757acf5abf20f5b94b8514563b80
[ "Apache-2.0" ]
14
2015-05-07T19:38:27.000Z
2021-03-05T17:51:58.000Z
StompNet/Models/Frames/Frame.cs
rezaneam/StompNet
30511e91eab7757acf5abf20f5b94b8514563b80
[ "Apache-2.0" ]
6
2016-06-20T05:15:55.000Z
2020-09-23T23:23:48.000Z
StompNet/Models/Frames/Frame.cs
rezaneam/StompNet
30511e91eab7757acf5abf20f5b94b8514563b80
[ "Apache-2.0" ]
12
2015-11-06T18:03:30.000Z
2021-08-25T11:53:48.000Z
/******************************************************************************* * * Copyright (c) 2014 Carlos Campo <carlos@campo.com.co> * * 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 Lice...
37.08589
139
0.564764
4f1fc2defb99ef9a1e762e8dee26d940bc276c6c
536
cs
C#
src/ConfectionCountry/ConfectionCountry/Move.cs
adv12/ConfectionCountry
af984292dee796b065ca1a730745a291bdc0c1d9
[ "MIT" ]
null
null
null
src/ConfectionCountry/ConfectionCountry/Move.cs
adv12/ConfectionCountry
af984292dee796b065ca1a730745a291bdc0c1d9
[ "MIT" ]
null
null
null
src/ConfectionCountry/ConfectionCountry/Move.cs
adv12/ConfectionCountry
af984292dee796b065ca1a730745a291bdc0c1d9
[ "MIT" ]
null
null
null
// Copyright (c) 2019 Andrew Vardeman. Published under the MIT license. // See license.txt in the ConfectionCountry distribution or repository for the // full text of the license. namespace ConfectionCountry { public class Move { public string Name { get; } public int Position { get;...
24.363636
79
0.567164
c89cdc7ece0ac67f1527f41099c66b5b2e970557
857
cs
C#
AnnoSavegameViewer/Structures/Savegame/Generated/Content/TrainStation.cs
brumiros/AnnoSavegameViewer
27e5149d64413d82669d5027add92cf2d34c0cdb
[ "MIT" ]
null
null
null
AnnoSavegameViewer/Structures/Savegame/Generated/Content/TrainStation.cs
brumiros/AnnoSavegameViewer
27e5149d64413d82669d5027add92cf2d34c0cdb
[ "MIT" ]
null
null
null
AnnoSavegameViewer/Structures/Savegame/Generated/Content/TrainStation.cs
brumiros/AnnoSavegameViewer
27e5149d64413d82669d5027add92cf2d34c0cdb
[ "MIT" ]
null
null
null
using AnnoSavegameViewer.Serialization.Core; using System.Collections.Generic; namespace AnnoSavegameViewer.Structures.Savegame.Generated { public class TrainStation { [BinaryContent(Name = "LastTrainSend", NodeType = BinaryContentTypes.Attribute)] public object LastTrainSend { get; set; } [BinaryCont...
35.708333
86
0.752625
74a6df14019c8de80bad5034fb61672cdcceccf8
990
cs
C#
DearInventoryLib/Model/Purchase/AdvancedPurchaseStockReceived.cs
mbe14/dear-api-wrapper
bd3711d4b98ca7583574dbc20b8abaa485cd711c
[ "MIT" ]
null
null
null
DearInventoryLib/Model/Purchase/AdvancedPurchaseStockReceived.cs
mbe14/dear-api-wrapper
bd3711d4b98ca7583574dbc20b8abaa485cd711c
[ "MIT" ]
null
null
null
DearInventoryLib/Model/Purchase/AdvancedPurchaseStockReceived.cs
mbe14/dear-api-wrapper
bd3711d4b98ca7583574dbc20b8abaa485cd711c
[ "MIT" ]
null
null
null
using DearInventoryLib.Model.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DearInventoryLib.Model.Purchase { public class AdvancedPurchaseStockReceived { public Guid TaskID { get; set; } public Guid Pur...
30.9375
71
0.645455
2fe74c6ea4711280d08af24d808f1f67cee43635
61,044
cs
C#
0-project-files/Car_Renting_Management_System/bookForm.cs
GunaRakulan-GR/car-rental-system
4fd4befe492d48a8f5f79aa4fd67e0a2fbc35800
[ "Apache-2.0" ]
2
2021-09-07T06:19:23.000Z
2021-09-07T12:36:28.000Z
0-project-files/Car_Renting_Management_System/bookForm.cs
GunaRakulan-GR/car-rental-system
4fd4befe492d48a8f5f79aa4fd67e0a2fbc35800
[ "Apache-2.0" ]
null
null
null
0-project-files/Car_Renting_Management_System/bookForm.cs
GunaRakulan-GR/car-rental-system
4fd4befe492d48a8f5f79aa4fd67e0a2fbc35800
[ "Apache-2.0" ]
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 MySql.Data.MySqlClient; using System.Xml; using System.IO; using System.Text.RegularExpressions; n...
36.996364
671
0.491269