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
ed2f56451c9e47879f9bbe785de3b1e3ab9388fb
3,399
cs
C#
ProjectV/Libraries/ProjectV.Crawlers/Movie/OMDb/OmdbCrawler.cs
Vasar007/ProjectV
e2c660df3a5379067f609e53f198d815463369eb
[ "Apache-2.0" ]
null
null
null
ProjectV/Libraries/ProjectV.Crawlers/Movie/OMDb/OmdbCrawler.cs
Vasar007/ProjectV
e2c660df3a5379067f609e53f198d815463369eb
[ "Apache-2.0" ]
4
2020-08-16T18:44:09.000Z
2022-03-27T16:19:17.000Z
ProjectV/Libraries/ProjectV.Crawlers/Movie/OMDb/OmdbCrawler.cs
Vasar007/ProjectV
e2c660df3a5379067f609e53f198d815463369eb
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Acolyte.Assertions; using ProjectV.Communication; using ProjectV.Logging; using ProjectV.Models.Data; using ProjectV.OmdbService; namespace ProjectV.Crawlers.Movie.Omdb { /// <summary> /// Concrete crawler for Open Movie Database service...
29.556522
96
0.570168
daf9950d71d6e0a8927aee62346c9153bfa2a69e
456
cs
C#
C# OOP Advanced/Interfaces and Abstraction Exercises/07 Food Shortage/Models/Rebel.cs
NadiaKaradjova/SoftUni
ef3c17996147c0cf9042b62e88bc6fe368846c62
[ "MIT" ]
null
null
null
C# OOP Advanced/Interfaces and Abstraction Exercises/07 Food Shortage/Models/Rebel.cs
NadiaKaradjova/SoftUni
ef3c17996147c0cf9042b62e88bc6fe368846c62
[ "MIT" ]
null
null
null
C# OOP Advanced/Interfaces and Abstraction Exercises/07 Food Shortage/Models/Rebel.cs
NadiaKaradjova/SoftUni
ef3c17996147c0cf9042b62e88bc6fe368846c62
[ "MIT" ]
null
null
null
namespace FoodShortage { public class Rebel : Human { private string group; public Rebel(string name, int age, string group) : base(name, age) { this.Group = group; } public string Group { get { return this.group; } ...
19
56
0.458333
ed768c562d3a72d438e705c6e3d912e7994cccbb
177
cs
C#
Trunc/Models/LatestHitModel.cs
sumo300/trunc
7d9312bb5a76d3a3b0908a84a545ec507c070369
[ "Apache-2.0" ]
null
null
null
Trunc/Models/LatestHitModel.cs
sumo300/trunc
7d9312bb5a76d3a3b0908a84a545ec507c070369
[ "Apache-2.0" ]
null
null
null
Trunc/Models/LatestHitModel.cs
sumo300/trunc
7d9312bb5a76d3a3b0908a84a545ec507c070369
[ "Apache-2.0" ]
null
null
null
using System; namespace Trunc.Models { public class LatestHitModel { public long UrlItemId { get; set; } public DateTime HitOn { get; set; } } }
22.125
44
0.59887
c90adf9b42a622e1bb9d199e2a8ac3f34182ea56
17,075
cs
C#
Assets/SimplerVR/Core/Interaction/Editor/InteractableObjectEditor.cs
Roiw/simplervr
78d0ed79402eb852d8b60c53f3c02511ccf3cab6
[ "MIT" ]
null
null
null
Assets/SimplerVR/Core/Interaction/Editor/InteractableObjectEditor.cs
Roiw/simplervr
78d0ed79402eb852d8b60c53f3c02511ccf3cab6
[ "MIT" ]
null
null
null
Assets/SimplerVR/Core/Interaction/Editor/InteractableObjectEditor.cs
Roiw/simplervr
78d0ed79402eb852d8b60c53f3c02511ccf3cab6
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; using UnityEditor.AnimatedValues; using static SimplerVR.Core.Controller.Button; using System; using SimplerVR.Common.Editor; using SimplerVR.Core.Controller; using SimplerVR.PlatformInterfaces; namespace SimplerVR.Core....
46.148649
206
0.590747
aa07e4ded8e122dadb69a872f38a2ed7591b15ab
221
cs
C#
src/DotNetClub.Domain/Enums/MessageType.cs
b1pb1p/DotNetClub
86be9ecc3ede48178431aff2d558c76ad0fa9257
[ "Artistic-2.0" ]
279
2016-06-28T03:54:39.000Z
2021-07-15T01:39:32.000Z
src/DotNetClub.Domain/Enums/MessageType.cs
b1pb1p/DotNetClub
86be9ecc3ede48178431aff2d558c76ad0fa9257
[ "Artistic-2.0" ]
4
2016-09-27T10:36:00.000Z
2019-01-14T02:56:52.000Z
src/DotNetClub.Domain/Enums/MessageType.cs
b1pb1p/DotNetClub
86be9ecc3ede48178431aff2d558c76ad0fa9257
[ "Artistic-2.0" ]
122
2016-06-28T03:54:49.000Z
2021-11-22T00:26:30.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace DotNetClub.Domain.Enums { public enum MessageType : byte { Comment = 1, At = 2 } }
14.733333
34
0.660633
90001e08d681ddbcf4cab41a6721ef7441d768c8
868
cs
C#
core/CodeGenerator/Options.cs
SaladLab/TrackableData
86e73be783f001c0f00f48965854b8124cb027a7
[ "MIT" ]
20
2016-03-24T16:47:21.000Z
2020-05-22T00:07:24.000Z
core/CodeGenerator/Options.cs
SaladLab/TrackableData
86e73be783f001c0f00f48965854b8124cb027a7
[ "MIT" ]
3
2016-10-21T07:31:44.000Z
2017-07-10T16:53:16.000Z
core/CodeGenerator/Options.cs
SaladLab/TrackableData
86e73be783f001c0f00f48965854b8124cb027a7
[ "MIT" ]
3
2017-05-17T20:25:44.000Z
2019-09-06T03:33:58.000Z
using System.Collections.Generic; using CommandLine; namespace CodeGen { internal class Options { [Option('p', "path", HelpText = "Base path for processing sources, references and target.")] public string Path { get; set; } [Option('s', "source", Separator = ';', HelpText = "Input sou...
36.166667
115
0.623272
2593c058ed4477ae96c94dc1b4a1ccd587294cf6
2,041
cs
C#
ConsoleApp1/ConsoleApp1/Heap.cs
AveryPratt/Data_Structures_C-
308f9e6caad300202055ad4c14b2db8d15735789
[ "MIT" ]
null
null
null
ConsoleApp1/ConsoleApp1/Heap.cs
AveryPratt/Data_Structures_C-
308f9e6caad300202055ad4c14b2db8d15735789
[ "MIT" ]
null
null
null
ConsoleApp1/ConsoleApp1/Heap.cs
AveryPratt/Data_Structures_C-
308f9e6caad300202055ad4c14b2db8d15735789
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataStructures { public class Heap<T> { public List<T> Values { get; internal set; } public Comparison<T> Comparer { get; internal set; } public Heap(Comparison<T> comp, IEnumerable<T...
19.074766
95
0.535522
0dccc18fdaef1fba2edcd026808f2ae1d5905ec8
310
cs
C#
MaterialCMS/Settings/AppSettingNameAttribute.cs
DucThanhNguyen/MaterialCMS
c4c5530a1e55fe3b87928bcac921ddc9c78a7ab2
[ "MIT" ]
12
2016-12-17T09:13:46.000Z
2021-04-10T00:17:25.000Z
MaterialCMS/Settings/AppSettingNameAttribute.cs
DucThanhNguyen/MaterialCMS
c4c5530a1e55fe3b87928bcac921ddc9c78a7ab2
[ "MIT" ]
null
null
null
MaterialCMS/Settings/AppSettingNameAttribute.cs
DucThanhNguyen/MaterialCMS
c4c5530a1e55fe3b87928bcac921ddc9c78a7ab2
[ "MIT" ]
15
2017-02-02T20:44:16.000Z
2020-05-10T06:33:49.000Z
using System; namespace MaterialCMS.Settings { [AttributeUsage(AttributeTargets.Property)] public class AppSettingNameAttribute : Attribute { public AppSettingNameAttribute(string name) { Name = name; } public string Name { get; private set; } } }
20.666667
52
0.632258
d6303ea1d1375e4b26c073c0478af1b741c74e3f
923
cs
C#
src/Testime.Automation/Attributes/TagConstraintAttribute.cs
Barteco/Testime
49a84c7f6504ff990ecf2a275676e7c44ddbd698
[ "MIT" ]
null
null
null
src/Testime.Automation/Attributes/TagConstraintAttribute.cs
Barteco/Testime
49a84c7f6504ff990ecf2a275676e7c44ddbd698
[ "MIT" ]
null
null
null
src/Testime.Automation/Attributes/TagConstraintAttribute.cs
Barteco/Testime
49a84c7f6504ff990ecf2a275676e7c44ddbd698
[ "MIT" ]
null
null
null
using OpenQA.Selenium; using System; namespace Testime.Automation.Attributes { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public class TagConstraintAttribute : Attribute { public string Contraint { get; } public readonly string _tag; public readonly string _typ...
34.185185
145
0.657638
d6333f19b3509374ee6ffd3b152e41592e9b5924
2,371
cs
C#
Complex Labirinth Generation Algorithm/Labirint/Program.cs
NikolaHadzhiev/Programming-Algorithms
aa55a06caac629c8879550ebd648a4f4fd17748e
[ "MIT" ]
null
null
null
Complex Labirinth Generation Algorithm/Labirint/Program.cs
NikolaHadzhiev/Programming-Algorithms
aa55a06caac629c8879550ebd648a4f4fd17748e
[ "MIT" ]
null
null
null
Complex Labirinth Generation Algorithm/Labirint/Program.cs
NikolaHadzhiev/Programming-Algorithms
aa55a06caac629c8879550ebd648a4f4fd17748e
[ "MIT" ]
null
null
null
using System; using System.Text; namespace Labirint { class Program { static char[,] lab = { {'-', '-', '-', '*', '-', '-', '-'}, {'*', '*', '-', '*', '-', '*', '-'}, {'-', '-', '-', '-', '-', '-', '-'}, {'-', '*', '*', '*', '*'...
23.949495
66
0.324757
796cb6426b834c8afc8f6845d5f0fe2987a137dd
2,809
cs
C#
src/Model/Options.cs
JoannaMadNat/ARMSim
d4e4f9be231522740f2624be97e4985f0008816f
[ "MIT" ]
null
null
null
src/Model/Options.cs
JoannaMadNat/ARMSim
d4e4f9be231522740f2624be97e4985f0008816f
[ "MIT" ]
null
null
null
src/Model/Options.cs
JoannaMadNat/ARMSim
d4e4f9be231522740f2624be97e4985f0008816f
[ "MIT" ]
null
null
null
using System; /// <summary> /// File: Options.cs /// Uses NDesk Options to parse command line arguments. /// </summary> /// namespace armsim.Model { //A class that stores the specified oftions of the program through the command line arguments. class Options { public string FileName { get; set; } ...
33.843373
130
0.49733
7983664868127090774e89f02c396d818c729de4
360
cs
C#
src/GodotOnReady.Generator/MemberSymbol.cs
mark-rafter/GodotOnReady
890b78567bcaa657b73dd54944ae489d13700153
[ "MIT" ]
56
2021-02-04T13:15:26.000Z
2022-03-28T12:58:16.000Z
src/GodotOnReady.Generator/MemberSymbol.cs
mark-rafter/GodotOnReady
890b78567bcaa657b73dd54944ae489d13700153
[ "MIT" ]
17
2021-01-10T15:56:37.000Z
2022-03-27T23:54:51.000Z
src/GodotOnReady.Generator/MemberSymbol.cs
mark-rafter/GodotOnReady
890b78567bcaa657b73dd54944ae489d13700153
[ "MIT" ]
7
2021-04-14T06:07:17.000Z
2022-03-19T12:50:12.000Z
using Microsoft.CodeAnalysis; namespace GodotOnReady.Generator { public record MemberSymbol(ITypeSymbol Type, string Name, ISymbol Symbol) { public static MemberSymbol Create(IPropertySymbol member) => new( member.Type, member.Name, member); public static MemberSymbol Create(IFieldSymbol member) => new( ...
25.714286
74
0.763889
f7898ab6e8b7dcefd67345f761f099597a56cc78
245
cs
C#
InteropTypes/src/ArraySegment.cs
pimmelpansen/Frische-Haut
e6af5be2651e3c7063b6f952be2c8f3f60cb9f60
[ "MIT" ]
48
2017-09-18T16:12:49.000Z
2022-01-10T20:16:15.000Z
InteropTypes/src/ArraySegment.cs
pimmelpansen/virtually-naked
e6af5be2651e3c7063b6f952be2c8f3f60cb9f60
[ "MIT" ]
null
null
null
InteropTypes/src/ArraySegment.cs
pimmelpansen/virtually-naked
e6af5be2651e3c7063b6f952be2c8f3f60cb9f60
[ "MIT" ]
14
2017-12-21T21:14:34.000Z
2022-03-18T15:21:35.000Z
using System.Runtime.InteropServices; [StructLayout(LayoutKind.Sequential)] public struct ArraySegment { public int Offset {get;} public int Count {get;} public ArraySegment(int offset, int count) { Offset = offset; Count = count; } }
18.846154
45
0.738776
16a7c2c21ca568b9fdb911faed624c0152271281
8,513
cs
C#
PatchGenerator/Main.cs
cyberinferno/cabal-online-updater
cebc6ff9f403316d87ce9b96722d672a640fd4f3
[ "MIT" ]
5
2019-09-25T07:03:18.000Z
2021-12-11T01:08:44.000Z
PatchGenerator/Main.cs
cyberinferno/cabal-online-updater
cebc6ff9f403316d87ce9b96722d672a640fd4f3
[ "MIT" ]
1
2021-11-19T06:29:51.000Z
2021-12-02T09:45:15.000Z
PatchGenerator/Main.cs
cyberinferno/cabal-online-updater
cebc6ff9f403316d87ce9b96722d672a640fd4f3
[ "MIT" ]
3
2020-03-15T10:43:53.000Z
2021-05-27T08:25:24.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Security.Cryptography; using System.Windows.Forms; namespace PatchGenerator { public partial class Main : Form { public Main() { InitializeComponent(); patchWorker...
35.032922
155
0.504875
dd0f1e47493bbdb9ac5318826165da7188e590d2
7,646
cs
C#
Assets/Scripts/Net/TcpConnection.cs
Mr-sB/IMClient
d22538cc9d7dc68fbb51e2773dc42c37e3240171
[ "MIT" ]
null
null
null
Assets/Scripts/Net/TcpConnection.cs
Mr-sB/IMClient
d22538cc9d7dc68fbb51e2773dc42c37e3240171
[ "MIT" ]
null
null
null
Assets/Scripts/Net/TcpConnection.cs
Mr-sB/IMClient
d22538cc9d7dc68fbb51e2773dc42c37e3240171
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Google.Protobuf; using Pb; using UnityEngine; namespace Net { public enum ConnectionState : byte { NotConnected, Connecting, Connected, } public enum ConnectionEvent : byte { Connected, ConnectFailure, //...
31.208163
119
0.550615
dd64000a1b5c4fce63b1dd6d2af39ec45c1a5852
7,676
cs
C#
src/nCubed.MVCCore/nCubed.MVCCore/Attributes/EnablePaginationHeaderAttribute.cs
josuuribe/nCubed.MVCCore
5872d31fd9ea0ac334622a3cfb61965cf01be097
[ "Apache-2.0" ]
null
null
null
src/nCubed.MVCCore/nCubed.MVCCore/Attributes/EnablePaginationHeaderAttribute.cs
josuuribe/nCubed.MVCCore
5872d31fd9ea0ac334622a3cfb61965cf01be097
[ "Apache-2.0" ]
null
null
null
src/nCubed.MVCCore/nCubed.MVCCore/Attributes/EnablePaginationHeaderAttribute.cs
josuuribe/nCubed.MVCCore
5872d31fd9ea0ac334622a3cfb61965cf01be097
[ "Apache-2.0" ]
null
null
null
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Mvc.Filters; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; using nCubed.MVCCore.Helpers; using Newtonsoft.Json; using System; using System.Colle...
45.964072
271
0.515503
0947902019b598bc2a038ac983688c55b394dd24
364
cs
C#
Source/FrameGrabberSample.Target.cs
pafuhana1213/FrameGrabberSample
7b8a5703ee0e80b045b120a74ffeff1276289068
[ "MIT" ]
31
2018-08-26T21:16:32.000Z
2022-03-30T02:21:15.000Z
Source/FrameGrabberSample.Target.cs
pafuhana1213/FrameGrabberSample
7b8a5703ee0e80b045b120a74ffeff1276289068
[ "MIT" ]
3
2021-10-11T08:25:18.000Z
2022-01-13T11:05:41.000Z
Source/FrameGrabberSample.Target.cs
pafuhana1213/FrameGrabberSample
7b8a5703ee0e80b045b120a74ffeff1276289068
[ "MIT" ]
6
2018-08-27T18:14:57.000Z
2021-11-30T07:33:01.000Z
// Fill out your copyright notice in the Description page of Project Settings. using UnrealBuildTool; using System.Collections.Generic; public class FrameGrabberSampleTarget : TargetRules { public FrameGrabberSampleTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.AddRange( ne...
24.266667
78
0.777473
cfeaaa7c56904080a6e64204bc78f70dc6635524
677
cs
C#
Public/Src/Cache/ContentStore/GrpcTest/GrpcExtensionsTests.cs
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
448
2018-11-07T21:00:58.000Z
2019-05-06T17:29:34.000Z
Public/Src/Cache/ContentStore/GrpcTest/GrpcExtensionsTests.cs
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
496
2019-05-06T21:38:22.000Z
2022-03-14T18:17:14.000Z
Public/Src/Cache/ContentStore/GrpcTest/GrpcExtensionsTests.cs
miniksa/BuildXL
4dc257a82a6126fe7516f15fa6f505c14c122ffb
[ "MIT" ]
88
2019-05-08T08:28:45.000Z
2022-03-24T23:43:21.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using BuildXL.Cache.ContentStore.Service.Grpc; using BuildXL.Cache.ContentStore.Hashing; using FluentAssertions; using Google.Protobuf; using Xunit; namespace ContentStoreTest.Grpc { public class GrpcExtensionsTests { ...
27.08
88
0.669129
5986b778e130de2e69ff09f6970744d1bd847338
63,668
cshtml
C#
GDO.Apps.Maps/Web/Maps/Control.cshtml
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
null
null
null
GDO.Apps.Maps/Web/Maps/Control.cshtml
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
1
2019-10-09T08:50:15.000Z
2019-10-09T08:50:15.000Z
GDO.Apps.Maps/Web/Maps/Control.cshtml
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
2
2019-10-02T20:35:22.000Z
2021-05-17T00:56:45.000Z
@using System.Threading.Tasks @using GDO.Core @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="au...
67.58811
334
0.432729
59b1b3f5049c87a2c6984939b78982e2bc8a592e
241
cs
C#
GraphLinqQL.AspNetCore/IGraphQlExecutionServiceProvider.cs
mdekrey/GraphLinQL
8c1dc363df529433a76161273857b203a9e984dd
[ "MIT" ]
2
2020-05-27T03:28:46.000Z
2021-07-08T23:08:57.000Z
GraphLinqQL.AspNetCore/IGraphQlExecutionServiceProvider.cs
mdekrey/GraphLinQL
8c1dc363df529433a76161273857b203a9e984dd
[ "MIT" ]
17
2019-09-23T12:01:52.000Z
2019-10-21T12:13:18.000Z
GraphLinqQL.AspNetCore/IGraphQlExecutionServiceProvider.cs
mdekrey/GraphLinqQL
8c1dc363df529433a76161273857b203a9e984dd
[ "MIT" ]
null
null
null
using System; namespace GraphLinqQL { public interface IGraphQlExecutionServiceProvider : IGraphQlServiceProvider { IServiceProvider ExecutionServices { get; } IGraphQlDirective GetDirective(Type directive); } }
24.1
79
0.742739
bf05cd507cc643265ec575e9e310ba6c61fa4833
2,914
cs
C#
UKHO.Logging.EventHubLogProvider/EventHubClientWrapper.cs
vkurmi/EventHub-Logging-Provider
f50bce8319df7cb371500042ddc692c79453d0dd
[ "MIT" ]
1
2022-01-31T14:33:28.000Z
2022-01-31T14:33:28.000Z
UKHO.Logging.EventHubLogProvider/EventHubClientWrapper.cs
vkurmi/EventHub-Logging-Provider
f50bce8319df7cb371500042ddc692c79453d0dd
[ "MIT" ]
9
2020-01-13T13:47:47.000Z
2022-01-31T10:12:55.000Z
UKHO.Logging.EventHubLogProvider/EventHubClientWrapper.cs
vkurmi/EventHub-Logging-Provider
f50bce8319df7cb371500042ddc692c79453d0dd
[ "MIT" ]
1
2020-03-17T08:08:43.000Z
2020-03-17T08:08:43.000Z
// British Crown Copyright © 2019, // All rights reserved. // // You may not copy the Software, rent, lease, sub-license, loan, translate, merge, adapt, vary // re-compile or modify the Software without written permission from UKHO. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN...
35.975309
107
0.653054
13e80213e1b38569914fb8a20f6f32a15edbb6fc
726
cs
C#
unity_project/Assets/Scripts/UI/Misc/InputFieldNoTabKey.cs
TeodorVecerdi/saxion_project_startup
4b778003bf70de354e2d0d8c3d76c9c54bf524b3
[ "MIT" ]
1
2021-04-12T19:31:31.000Z
2021-04-12T19:31:31.000Z
unity_project/Assets/Scripts/UI/Misc/InputFieldNoTabKey.cs
TeodorVecerdi/saxion_project_startup
4b778003bf70de354e2d0d8c3d76c9c54bf524b3
[ "MIT" ]
null
null
null
unity_project/Assets/Scripts/UI/Misc/InputFieldNoTabKey.cs
TeodorVecerdi/saxion_project_startup
4b778003bf70de354e2d0d8c3d76c9c54bf524b3
[ "MIT" ]
1
2021-02-10T15:20:46.000Z
2021-02-10T15:20:46.000Z
using System; using TMPro; using UnityEngine; [RequireComponent(typeof(TMP_InputField))] public class InputFieldNoTabKey : MonoBehaviour { private TMP_InputField inputField; private void Awake() { inputField = GetComponent<TMP_InputField>(); inputField.onValueChanged.AddListener(OnNewValue); ...
31.565217
171
0.666667
132bdb1a80816715423f70c78eaf60380f115856
773
cs
C#
src/FruitStore/Fruit.cs
ElandGroup/FruitStore
894dd5c8b3888c8ebf2fed23c514a9768f720f09
[ "Apache-2.0" ]
null
null
null
src/FruitStore/Fruit.cs
ElandGroup/FruitStore
894dd5c8b3888c8ebf2fed23c514a9768f720f09
[ "Apache-2.0" ]
null
null
null
src/FruitStore/Fruit.cs
ElandGroup/FruitStore
894dd5c8b3888c8ebf2fed23c514a9768f720f09
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace FruitStore { public class Fruit { public string Name { get; set; } public static decimal CalcPrice(FruitType type) { decimal price = 0m; switch (type) ...
22.735294
55
0.426908
28874448be66c4d8c8256374aed0fa9efd29577c
1,065
cs
C#
ToolBoxGNA/GNA/DatabaseOperations/Operations/LoginRegister/LoginService.cs
AlexDimo/ITCareerProjectGDN
1c48f20a13af558549597b0a7845ba23015a2e4c
[ "MIT" ]
null
null
null
ToolBoxGNA/GNA/DatabaseOperations/Operations/LoginRegister/LoginService.cs
AlexDimo/ITCareerProjectGDN
1c48f20a13af558549597b0a7845ba23015a2e4c
[ "MIT" ]
null
null
null
ToolBoxGNA/GNA/DatabaseOperations/Operations/LoginRegister/LoginService.cs
AlexDimo/ITCareerProjectGDN
1c48f20a13af558549597b0a7845ba23015a2e4c
[ "MIT" ]
null
null
null
using DatabaseOperations.Model; using Renci.SshNet.Messages; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace DatabaseOperations.Operations.LoginRegister { public static class LoginService { public sta...
22.1875
97
0.680751
a6fe187bee64ee173e7e437b59c3873d0890bd68
9,245
cs
C#
src/Spring/Spring.Core/Validation/CollectionValidator.cs
MaferYangPointJun/Spring.net
bd8fe386c7cc164931f4b7c339d85f4a3c044b21
[ "Apache-2.0" ]
null
null
null
src/Spring/Spring.Core/Validation/CollectionValidator.cs
MaferYangPointJun/Spring.net
bd8fe386c7cc164931f4b7c339d85f4a3c044b21
[ "Apache-2.0" ]
null
null
null
src/Spring/Spring.Core/Validation/CollectionValidator.cs
MaferYangPointJun/Spring.net
bd8fe386c7cc164931f4b7c339d85f4a3c044b21
[ "Apache-2.0" ]
null
null
null
#region License /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
42.603687
127
0.612764
7c00a02e29f1f80da7717853a56dfbc1ac3b2f30
2,130
cs
C#
Source/Sundew.Git.CommandLine/CommonOptions.cs
sundews/Sundew.CommandLine
890a858eb215b68915761976eb64aefd98cbcbf2
[ "MIT" ]
null
null
null
Source/Sundew.Git.CommandLine/CommonOptions.cs
sundews/Sundew.CommandLine
890a858eb215b68915761976eb64aefd98cbcbf2
[ "MIT" ]
null
null
null
Source/Sundew.Git.CommandLine/CommonOptions.cs
sundews/Sundew.CommandLine
890a858eb215b68915761976eb64aefd98cbcbf2
[ "MIT" ]
null
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="CommonOptions.cs" company="Hukano"> // Copyright (c) Hukano. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license informat...
47.333333
193
0.607042
de2c75a49826ce2f4bce321ba1eab693568f3cdf
5,525
cs
C#
Assets/Scripts/Player/TimeBombManager.cs
BlackHoleGames/Blackhole
dc6d3871989a43373c88810b556a2acff7e143be
[ "MIT" ]
1
2019-01-15T20:58:54.000Z
2019-01-15T20:58:54.000Z
Assets/Scripts/Player/TimeBombManager.cs
BlackHoleGames/Blackhole
dc6d3871989a43373c88810b556a2acff7e143be
[ "MIT" ]
null
null
null
Assets/Scripts/Player/TimeBombManager.cs
BlackHoleGames/Blackhole
dc6d3871989a43373c88810b556a2acff7e143be
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class TimeBombManager : MonoBehaviour { private float timeBombRegenPerSec = 0.12f; public static int bombs =0; public GameObject timeBomb, timeBombPanel, player; public Image TimeBomb1, TimeBom...
29.545455
85
0.515294
de715b489a872e556b46d962a33e935805677b9a
43,936
cs
C#
src/MyCommerce.App/obj/Debug/netcoreapp3.1/Razor/Views/Products/Create.cshtml.g.cs
DenisWO/MyCommerce
ce4b9df1d28f879761dfd58dd2488cd3a7086392
[ "MIT" ]
null
null
null
src/MyCommerce.App/obj/Debug/netcoreapp3.1/Razor/Views/Products/Create.cshtml.g.cs
DenisWO/MyCommerce
ce4b9df1d28f879761dfd58dd2488cd3a7086392
[ "MIT" ]
null
null
null
src/MyCommerce.App/obj/Debug/netcoreapp3.1/Razor/Views/Products/Create.cshtml.g.cs
DenisWO/MyCommerce
ce4b9df1d28f879761dfd58dd2488cd3a7086392
[ "MIT" ]
null
null
null
#pragma checksum "D:\GitHub\MyCommerce\src\MyCommerce.App\Views\Products\Create.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d74d7a8137c0dc26dfb9e50752a48ec95e0665ef" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore...
75.882556
360
0.733385
1920552aa4214fc2d12326d10e73d32d01ded938
3,616
cs
C#
Scripts/Editor/AssetPreprocessorUtils.cs
GameDeveloperS001/AssetPreprocessor
c3afce812a756a53e3e5281f7ea6dc9250783452
[ "MIT" ]
10
2020-04-13T04:52:14.000Z
2021-08-04T09:04:32.000Z
Scripts/Editor/AssetPreprocessorUtils.cs
GameDeveloperS001/AssetPreprocessor
c3afce812a756a53e3e5281f7ea6dc9250783452
[ "MIT" ]
null
null
null
Scripts/Editor/AssetPreprocessorUtils.cs
GameDeveloperS001/AssetPreprocessor
c3afce812a756a53e3e5281f7ea6dc9250783452
[ "MIT" ]
2
2020-12-01T13:19:48.000Z
2020-12-08T07:49:33.000Z
using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEditor; using UnityEngine; namespace AssetPreprocessor.Scripts.Editor { public static class AssetPreprocessorUtils { /// <summary> /// Extracts the asset name from an asset path. /// <...
41.563218
120
0.597898
26ac5ba62fd373071f2f8d015ce8928c0cd02391
4,307
cs
C#
yafsrc/YetAnotherForum.NET/Pages/DeleteMessage.ascx.designer.cs
dotnetframeworknewbie/YAFNET
0576950c527d4a9647ebf1758aa19848dab2f0b8
[ "Apache-2.0" ]
1
2020-04-14T17:08:36.000Z
2020-04-14T17:08:36.000Z
yafsrc/YetAnotherForum.NET/Pages/DeleteMessage.ascx.designer.cs
dotnetframeworknewbie/YAFNET
0576950c527d4a9647ebf1758aa19848dab2f0b8
[ "Apache-2.0" ]
null
null
null
yafsrc/YetAnotherForum.NET/Pages/DeleteMessage.ascx.designer.cs
dotnetframeworknewbie/YAFNET
0576950c527d4a9647ebf1758aa19848dab2f0b8
[ "Apache-2.0" ]
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> //----------------------------------...
34.18254
85
0.5303
26ad83b7d2efcc69ae895734e4b198caa8921651
2,171
cs
C#
api/api.core/Controllers/ValuesController.cs
akeresztesgh/Angular5AndWebAPi
b53d831818bfa34c0bca91888625feb7a35118a3
[ "Apache-2.0" ]
null
null
null
api/api.core/Controllers/ValuesController.cs
akeresztesgh/Angular5AndWebAPi
b53d831818bfa34c0bca91888625feb7a35118a3
[ "Apache-2.0" ]
null
null
null
api/api.core/Controllers/ValuesController.cs
akeresztesgh/Angular5AndWebAPi
b53d831818bfa34c0bca91888625feb7a35118a3
[ "Apache-2.0" ]
1
2018-02-24T18:11:35.000Z
2018-02-24T18:11:35.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Authorization; using System.Security.Claims; using Microsoft.IdentityModel.Tokens; using System.Text; using System.IdentityModel.Tokens.Jwt; using api.core.Utils; ...
27.1375
126
0.569323
86753da30c1fe9edd62132e33568a20cf0ececa3
963
cs
C#
Assets/Scripts/instantiate_obj.cs
f-akazawa/PTB2
c4f43dbc9232cba5061081eb3936eadb9569bdcd
[ "MIT" ]
null
null
null
Assets/Scripts/instantiate_obj.cs
f-akazawa/PTB2
c4f43dbc9232cba5061081eb3936eadb9569bdcd
[ "MIT" ]
null
null
null
Assets/Scripts/instantiate_obj.cs
f-akazawa/PTB2
c4f43dbc9232cba5061081eb3936eadb9569bdcd
[ "MIT" ]
1
2019-03-22T04:50:53.000Z
2019-03-22T04:50:53.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class instantiate_obj : MonoBehaviour { public GameObject targetGameObject; public float MinRange,MaxRange; public int numberObj; float x,y,z; public float time; // Start ...
26.027027
89
0.643821
e6c72b6a7a0d8e5582ed731fb4397fde84b90b9a
808
cs
C#
Assets/UnityResources/Scripts/RepulsionImpulse2D.cs
jojolepro/ludumdare43
665c48fa15a7948d5d742a240923ad267953d910
[ "Apache-2.0" ]
null
null
null
Assets/UnityResources/Scripts/RepulsionImpulse2D.cs
jojolepro/ludumdare43
665c48fa15a7948d5d742a240923ad267953d910
[ "Apache-2.0" ]
null
null
null
Assets/UnityResources/Scripts/RepulsionImpulse2D.cs
jojolepro/ludumdare43
665c48fa15a7948d5d742a240923ad267953d910
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class RepulsionImpulse2D : MonoBehaviour { public float force = 5f; public float radius = 1f; public float upwardLift = 0.0f; public void Repulse(GameObject obj){ var rb = obj.GetComponent<Rigidbody2...
35.130435
67
0.558168
1792b3722c24dd48ea12fe9a7c3bec817ff2fabe
955
cs
C#
ElfManipulator/Data/ElfData.cs
Darkmet98/ElfManipulator
3332a443b5289ed21a624491fdfcaeecdd500d1b
[ "MIT" ]
null
null
null
ElfManipulator/Data/ElfData.cs
Darkmet98/ElfManipulator
3332a443b5289ed21a624491fdfcaeecdd500d1b
[ "MIT" ]
null
null
null
ElfManipulator/Data/ElfData.cs
Darkmet98/ElfManipulator
3332a443b5289ed21a624491fdfcaeecdd500d1b
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace ElfManipulator.Data { /// <summary> /// Elf data entry to replace with the program. /// </summary> public class ElfData { /// <summary> /// List of positions to replace the current pointer. /// </summary> public List<int> ...
25.810811
61
0.503665
70b189bb5a5b747674676b6df8190edbc568895b
6,124
cs
C#
Blazor/Games/YaBlewItBlazor/CardGraphicsBlazor.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
Blazor/Games/YaBlewItBlazor/CardGraphicsBlazor.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
Blazor/Games/YaBlewItBlazor/CardGraphicsBlazor.cs
musictopia2/GamingPackXV3
dbc6ee2127f829b600fb084fc30b26f9020b8fde
[ "MIT" ]
null
null
null
namespace YaBlewItBlazor; public class CardGraphicsBlazor : BaseDeckGraphics<YaBlewItCardInformation> { private static YaBlewItPlayerItem? _selfPlayer; //this can be shared. protected override void BeforeFilling() { if (_selfPlayer is null) { YaBlewItGameContainer temp = aa.Resol...
30.467662
112
0.535924
2f1aaf07abf78a6517864083aa8d5aea710debc3
2,434
cs
C#
UsageDataProcessor/UsageDataProcessor/Function1.cs
MarkDaviesEsendex/OctoHackDataFunction
60e96e0ba326aa35786c0ae7e14f727a0de3f681
[ "Apache-2.0" ]
null
null
null
UsageDataProcessor/UsageDataProcessor/Function1.cs
MarkDaviesEsendex/OctoHackDataFunction
60e96e0ba326aa35786c0ae7e14f727a0de3f681
[ "Apache-2.0" ]
null
null
null
UsageDataProcessor/UsageDataProcessor/Function1.cs
MarkDaviesEsendex/OctoHackDataFunction
60e96e0ba326aa35786c0ae7e14f727a0de3f681
[ "Apache-2.0" ]
null
null
null
using System; using System.ComponentModel.DataAnnotations.Schema; using System.Data; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Azure.Documents.Client; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Azure.WebJo...
41.254237
158
0.692276
20775c6930bee29f43f381ce8a637fea9bc84cec
6,383
cs
C#
ModBrowser/GithubApi/GithubApiClient.cs
cpof-tea/ModBrowser
c5d92dedf30780f125ffc07bdcb131332cc4b127
[ "MIT" ]
3
2021-05-16T21:52:21.000Z
2021-11-16T13:09:06.000Z
ModBrowser/GithubApi/GithubApiClient.cs
cpof-tea/ModBrowser
c5d92dedf30780f125ffc07bdcb131332cc4b127
[ "MIT" ]
10
2021-01-12T23:53:33.000Z
2021-05-02T16:36:18.000Z
ModBrowser/GithubApi/GithubApiClient.cs
cpof-tea/ModBrowser
c5d92dedf30780f125ffc07bdcb131332cc4b127
[ "MIT" ]
1
2021-04-21T18:19:37.000Z
2021-04-21T18:19:37.000Z
using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace SporeCommunity.ModBrowser.GithubApi { /// <summary> /// Provides access to the GitHub web API. /// </summary> pub...
43.128378
194
0.609275
4ce43dee3216a3bb6dbd3014972c88ff9ba448b4
264
cs
C#
Poynt.NET.Model/EntryMode.cs
segios/PoyntSDK.NET
4289ef00454a9eda831ee71861332ac04faad350
[ "MIT" ]
1
2021-11-23T21:02:04.000Z
2021-11-23T21:02:04.000Z
Poynt.NET.Model/EntryMode.cs
segios/PoyntSDK.NET
4289ef00454a9eda831ee71861332ac04faad350
[ "MIT" ]
null
null
null
Poynt.NET.Model/EntryMode.cs
segios/PoyntSDK.NET
4289ef00454a9eda831ee71861332ac04faad350
[ "MIT" ]
3
2019-10-17T16:10:07.000Z
2021-09-14T21:48:16.000Z
using System.Collections.Generic; namespace Poynt.NET.Model { public enum EntryMode { KEYED, TRACK_DATA_FROM_MAGSTRIPE, CONTACTLESS_MAGSTRIPE, INTEGRATED_CIRCUIT_CARD, CONTACTLESS_INTEGRATED_CIRCUIT_CARD } }
17.6
43
0.67803
229d775a0804e2410fd58c085a3faba4ca613f01
1,595
cs
C#
src/GeneratedMapper/Information/ParameterInformation.cs
TylerCarlson1/GeneratedMapper
b79743edf70a2617a1b5519ee9e2f194f620cd4f
[ "MIT" ]
null
null
null
src/GeneratedMapper/Information/ParameterInformation.cs
TylerCarlson1/GeneratedMapper
b79743edf70a2617a1b5519ee9e2f194f620cd4f
[ "MIT" ]
null
null
null
src/GeneratedMapper/Information/ParameterInformation.cs
TylerCarlson1/GeneratedMapper
b79743edf70a2617a1b5519ee9e2f194f620cd4f
[ "MIT" ]
null
null
null
using System; using GeneratedMapper.Enums; using GeneratedMapper.Extensions; namespace GeneratedMapper.Information { internal sealed class ParameterInformation { public ParameterInformation( string parameterName, string typeName, string @namespace, bool ...
37.97619
115
0.642006
54ee97f5fcf89bd1b814e298e77a0765ebac9b56
397
cshtml
C#
Views/Auth/LoginSuccess.cshtml
BreadcrumbIsTaken/DenizenPastingWebsite
e11dc1324f07500acfc970c113280f01757d9014
[ "MIT" ]
null
null
null
Views/Auth/LoginSuccess.cshtml
BreadcrumbIsTaken/DenizenPastingWebsite
e11dc1324f07500acfc970c113280f01757d9014
[ "MIT" ]
null
null
null
Views/Auth/LoginSuccess.cshtml
BreadcrumbIsTaken/DenizenPastingWebsite
e11dc1324f07500acfc970c113280f01757d9014
[ "MIT" ]
null
null
null
@{ ViewData["Title"] = "Login Success"; ViewData["Description"] = "Login Success"; ViewData["MetaColor"] = "#00FF00"; ViewData["OtherHeaderLines"] = ""; } <span class="center_helper"> <h1 class="text-success">Login Success!</h1> <h2 class="text-success">You are now logged in.</h2> </span> <scr...
24.8125
61
0.629723
2a093b2dda2b8972de81c62ede4c317b452a2928
559
cs
C#
InfectedRose.Database/Concepts/Tables/SmashableComponent.cs
enteryournamehere/InfectedRose
291c71976b63c0a0c8c013ef6b2be676f8547ed5
[ "MIT" ]
10
2019-12-23T07:04:10.000Z
2022-01-04T04:43:19.000Z
InfectedRose.Database/Concepts/Tables/SmashableComponent.cs
enteryournamehere/InfectedRose
291c71976b63c0a0c8c013ef6b2be676f8547ed5
[ "MIT" ]
null
null
null
InfectedRose.Database/Concepts/Tables/SmashableComponent.cs
enteryournamehere/InfectedRose
291c71976b63c0a0c8c013ef6b2be676f8547ed5
[ "MIT" ]
4
2020-09-17T21:44:00.000Z
2021-06-10T13:04:02.000Z
namespace InfectedRose.Database.Concepts.Tables { public class SmashableComponentTable { public SmashableComponentTable(Column column) { Column = column; } public Column Column { get; } public int id { get => (int) Column["id"].Value; ...
19.964286
59
0.522361
21b49b309b404f865f382d755a530537891184fd
1,907
cs
C#
Web/Config/WebConfig.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
Web/Config/WebConfig.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
Web/Config/WebConfig.cs
RMXdotEXE/Platform-Racing-3-Backend
c97601f9708c10f98d66a1f945d9343073c4005a
[ "MIT" ]
null
null
null
using Newtonsoft.Json; using Platform_Racing_3_Common.Config; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Platform_Racing_3_Web.Config { public class WebConfig : IDatabaseConfig, IRedisConfig, IEmailConfig { [JsonProperty("database_host", ...
39.729167
75
0.667541
15a03c83f0961decf38d45bfe7d9eeee7f987d66
916
cs
C#
Pulse.Core/WinAPI/Win32ErrorExm.cs
Albeoris/Pulse
a62bae0b0e2f5f197dd28d153233a13b1dd6bdcc
[ "MIT" ]
24
2015-01-11T01:13:13.000Z
2021-05-26T22:22:48.000Z
Pulse.Core/WinAPI/Win32ErrorExm.cs
thegrudgeytonberry/Pulse
f04d177bf1776b44d666903bcaee43156f37e825
[ "MIT" ]
10
2015-02-13T22:15:46.000Z
2021-03-21T21:21:14.000Z
Pulse.Core/WinAPI/Win32ErrorExm.cs
Albeoris/Pulse
a62bae0b0e2f5f197dd28d153233a13b1dd6bdcc
[ "MIT" ]
19
2015-07-03T00:59:08.000Z
2021-10-11T17:51:27.000Z
using System; using System.ComponentModel; namespace Pulse.Core.WinAPI { public static class Win32ErrorExm { public static void Check(this Win32Error self, string formatMessage = null, params object[] args) { if (self == Win32Error.ERROR_SUCCESS) return; ...
26.171429
105
0.582969
2c8470771e8726b33919fc56f2d86a9617af248f
11,337
cs
C#
test/WebJobs.Script.Tests/DependencyInjection/JobHostServiceProviderScopeTests.cs
v-shenoy/azure-functions-host
b2ed903d20416157cc8d3730246e642d3e6ed9e5
[ "Apache-2.0", "MIT" ]
405
2015-10-09T18:12:51.000Z
2018-02-02T16:45:06.000Z
test/WebJobs.Script.Tests/DependencyInjection/JobHostServiceProviderScopeTests.cs
v-shenoy/azure-functions-host
b2ed903d20416157cc8d3730246e642d3e6ed9e5
[ "Apache-2.0", "MIT" ]
2,018
2015-10-09T18:10:07.000Z
2018-02-02T19:02:28.000Z
test/WebJobs.Script.Tests/DependencyInjection/JobHostServiceProviderScopeTests.cs
v-shenoy/azure-functions-host
b2ed903d20416157cc8d3730246e642d3e6ed9e5
[ "Apache-2.0", "MIT" ]
170
2015-10-17T20:44:40.000Z
2018-02-02T15:57:20.000Z
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using DryIoc; using Microsoft.Azure.WebJobs.Script.WebHost.DependencyInjection; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extension...
45.898785
126
0.67831
2cb8668e06826640a14d73c4aa9e43cca18a0838
970
cs
C#
kaneko/script/buttle/damageEfect.cs
apugcw/2021-PuzzleGame
32e51cea1bd5c0183eaf376d89d7b229f89925c7
[ "MIT" ]
null
null
null
kaneko/script/buttle/damageEfect.cs
apugcw/2021-PuzzleGame
32e51cea1bd5c0183eaf376d89d7b229f89925c7
[ "MIT" ]
null
null
null
kaneko/script/buttle/damageEfect.cs
apugcw/2021-PuzzleGame
32e51cea1bd5c0183eaf376d89d7b229f89925c7
[ "MIT" ]
7
2021-05-31T10:04:58.000Z
2021-06-28T08:04:49.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class damageEfect : MonoBehaviour { Image charaSprite;//キャラクターイメージ private float _flashAlpha = 1;//点滅用透過度 bool flashFlag = false; void Start() { //キャラの見た目取得 charaSprite = this...
24.871795
64
0.590722
1df8fd899e5e03f3f0ba9d2cd1ecbf32871b8556
2,863
cs
C#
src/SDKs/ContainerInstance/Management.ContainerInstance/Generated/Models/ContainerPropertiesInstanceView.cs
azure-keyvault/azure-sdk-for-net
6aa586f707a871ef6070a8e0eb879ed9f69fe085
[ "MIT" ]
1
2018-07-19T10:07:08.000Z
2018-07-19T10:07:08.000Z
src/SDKs/ContainerInstance/Management.ContainerInstance/Generated/Models/ContainerPropertiesInstanceView.cs
thangnguyen2001/azure-sdk-for-net
f5cb15c0fcc3387e067a42db60588cb3786ab102
[ "MIT" ]
null
null
null
src/SDKs/ContainerInstance/Management.ContainerInstance/Generated/Models/ContainerPropertiesInstanceView.cs
thangnguyen2001/azure-sdk-for-net
f5cb15c0fcc3387e067a42db60588cb3786ab102
[ "MIT" ]
1
2018-11-08T03:03:53.000Z
2018-11-08T03:03:53.000Z
// Code generated by Microsoft (R) AutoRest Code Generator 1.2.1.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.ContainerInstance.Models { using Microsoft.Azure; using Microsoft.Azure.Management; using Microsoft.Azure.Managemen...
36.240506
255
0.626965
79ff3f174dd1a8530f3d6e3c0b9266bb522c54d8
1,076
cs
C#
NorthLion.Zero.Application/AuditLogs/IAuditLogAppService.cs
TacoDevs/NorthLionAbpZero
1ccebbddaee723415db10fda5fdcd4b8c24d7101
[ "MIT" ]
2
2018-06-07T06:36:24.000Z
2019-06-20T11:41:44.000Z
NorthLion.Zero.Application/AuditLogs/IAuditLogAppService.cs
periface/NorthLionAbpZero
1ccebbddaee723415db10fda5fdcd4b8c24d7101
[ "MIT" ]
1
2019-06-04T10:00:34.000Z
2019-07-26T02:00:05.000Z
NorthLion.Zero.Application/AuditLogs/IAuditLogAppService.cs
CodefyMX/NorthLionAbpZero
1ccebbddaee723415db10fda5fdcd4b8c24d7101
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Http; using Abp.Application.Services; using Abp.Application.Services.Dto; using Abp.Auditing; using Abp.AutoMapper; using NorthLion.Zero.AuditLogs.Dto; using NorthLion.Zero.PaginatedMode...
29.888889
94
0.737918
35cfd4a34dac8c29836ffc6a00c5b6035824aea7
678
cs
C#
src/SlothBot/ConsoleBotLog.cs
captainjono/SlothBot
c8a54fbc893989e141f28d5d0ae5e51ac19e3dd4
[ "MIT" ]
null
null
null
src/SlothBot/ConsoleBotLog.cs
captainjono/SlothBot
c8a54fbc893989e141f28d5d0ae5e51ac19e3dd4
[ "MIT" ]
1
2017-11-13T14:07:01.000Z
2017-12-19T07:32:46.000Z
src/SlothBot/ConsoleBotLog.cs
captainjono/SlothBot
c8a54fbc893989e141f28d5d0ae5e51ac19e3dd4
[ "MIT" ]
2
2018-01-01T20:22:38.000Z
2018-09-24T18:40:37.000Z
using System; namespace SlothBot { /// <summary> /// A logger that outputs to the console /// </summary> public class ConsoleBotLog : ISlothLog { public void Info(string message, params object[] args) { Console.WriteLine("[INFO] {0}".FormatWith(message.FormatWith(args))...
26.076923
84
0.582596
494c208a26f005e5818af6f8087b2a6ed74ad9a9
883
cs
C#
Panosen.CodeDom.Tag.Vue.Vuetify/VCheckboxComponent.cs
panosen/panosen-codedom-tag-vue
9869e1c50bed1b8cccd58181ea558283d0d16bd6
[ "MIT" ]
null
null
null
Panosen.CodeDom.Tag.Vue.Vuetify/VCheckboxComponent.cs
panosen/panosen-codedom-tag-vue
9869e1c50bed1b8cccd58181ea558283d0d16bd6
[ "MIT" ]
1
2022-02-09T16:20:04.000Z
2022-02-09T16:20:04.000Z
Panosen.CodeDom.Tag.Vue.Vuetify/VCheckboxComponent.cs
panosen/panosen-codedom-tag-vue
9869e1c50bed1b8cccd58181ea558283d0d16bd6
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Panosen.CodeDom.Tag.Vue.Vuetify { public class VCheckboxComponent : VueComponent { public override string Name { get; set; } = "v-checkbox"; public VCheckboxComponent ...
23.236842
65
0.582106
498ea7ffcc2fd4c17baa9dadaa95fb2ff3ba497b
1,027
cs
C#
XTiled/TerrainData.cs
jvlppm/xtiled
78dcdce42f3f4d0189b8e1e596d0d7f5107dfee3
[ "Unlicense" ]
1
2020-11-15T23:01:51.000Z
2020-11-15T23:01:51.000Z
XTiled/TerrainData.cs
jvlppm/xtiled
78dcdce42f3f4d0189b8e1e596d0d7f5107dfee3
[ "Unlicense" ]
null
null
null
XTiled/TerrainData.cs
jvlppm/xtiled
78dcdce42f3f4d0189b8e1e596d0d7f5107dfee3
[ "Unlicense" ]
null
null
null
namespace FuncWorks.XNA.XTiled { /// <summary> /// Terrain data for a tile. /// </summary> public class TerrainData { /// <summary> /// Terrain associated with the tile's top-left corner. /// </summary> public readonly Terrain TopLeft; /// <summary> /...
30.205882
102
0.571568
0564a6a72f1c319eb1c4e9a46b05c5ec081c9379
4,660
cs
C#
Source/TemporaryArray.cs
electricessence/Open.MemoryExtensions
785e803c2792c6bb284bc1f38272969d4ac424d7
[ "MIT" ]
3
2018-07-05T08:32:08.000Z
2019-10-05T07:20:16.000Z
Source/TemporaryArray.cs
electricessence/Open.MemoryExtensions
785e803c2792c6bb284bc1f38272969d4ac424d7
[ "MIT" ]
null
null
null
Source/TemporaryArray.cs
electricessence/Open.MemoryExtensions
785e803c2792c6bb284bc1f38272969d4ac424d7
[ "MIT" ]
null
null
null
using System; using System.Buffers; using System.Collections; using System.Collections.Generic; using System.Diagnostics.Contracts; namespace Open.Memory { public sealed class TemporaryArray<T> : IDisposable, IList<T>, IReadOnlyList<T> { ArrayPool<T>? _pool; T[]? _array; [System.Diagnostics.CodeAnalysis.Sup...
29.493671
178
0.689914
ccf22c1787a726bb044c9fa8fa9d40994913571b
791
cs
C#
KcvExtension/KcvExtension.Core/Extensions/DistinctEx.cs
AMMing/KcvExtension
ceb45cfa38b5ccdb8781ebd57a2c023971ad7e65
[ "Apache-2.0" ]
null
null
null
KcvExtension/KcvExtension.Core/Extensions/DistinctEx.cs
AMMing/KcvExtension
ceb45cfa38b5ccdb8781ebd57a2c023971ad7e65
[ "Apache-2.0" ]
null
null
null
KcvExtension/KcvExtension.Core/Extensions/DistinctEx.cs
AMMing/KcvExtension
ceb45cfa38b5ccdb8781ebd57a2c023971ad7e65
[ "Apache-2.0" ]
null
null
null
//来源:http://www.cnblogs.com/ldp615/archive/2011/08/01/distinct-entension.html using AMing.KcvExtension.Core.Collections; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AMing.KcvExtension.Core.Extensions { public static class DistinctEx...
32.958333
134
0.702908
a1c26943b940ded2aa9ec14176e425017c56c763
1,211
cs
C#
Emulate.Core.Tests/Intel8080/CpuDiagFixture.cs
crankery/emulate
2d240ea8c93bfbe0048636991ee90f290ccf1924
[ "MIT" ]
6
2017-06-03T15:41:40.000Z
2021-08-18T18:20:32.000Z
Emulate.Core.Tests/Intel8080/CpuDiagFixture.cs
crankery/emulate
2d240ea8c93bfbe0048636991ee90f290ccf1924
[ "MIT" ]
1
2018-03-04T06:06:51.000Z
2018-03-04T17:49:18.000Z
Emulate.Core.Tests/Intel8080/CpuDiagFixture.cs
crankery/emulate
2d240ea8c93bfbe0048636991ee90f290ccf1924
[ "MIT" ]
1
2018-03-18T04:16:39.000Z
2018-03-18T04:16:39.000Z
namespace Crankery.Emulate.Core.Tests.Intel8080 { using System.IO; using System.Reflection; using Crankery.Emulate.Common; using Crankery.Emulate.Core.Intel8080; using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] public class CpuDiagFixture { [TestMethod...
33.638889
121
0.580512
375a2318532b0dc3eb46334bcd97df5aa0fb04a5
1,145
cs
C#
MicroWebserver/Framework/NeonMika.XML/XMLPair.cs
DotNetWorker/PaperbitsChallenge
2147d5451bf019560a2b19ae48481c5df1064bc3
[ "MIT" ]
1
2020-04-03T19:37:12.000Z
2020-04-03T19:37:12.000Z
MicroWebserver/Framework/NeonMika.XML/XMLPair.cs
DotNetWorker/PaperbitsChallenge
2147d5451bf019560a2b19ae48481c5df1064bc3
[ "MIT" ]
null
null
null
MicroWebserver/Framework/NeonMika.XML/XMLPair.cs
DotNetWorker/PaperbitsChallenge
2147d5451bf019560a2b19ae48481c5df1064bc3
[ "MIT" ]
null
null
null
using System; using System.Collections; namespace NeonMika.XML { public class XMLPair : XMLObject { public XMLPair(string Key, object Value) { this.Key = Key; this.Value = Value; this.Attributes = new Hashtable(); } public XMLPair(string Key)...
20.087719
81
0.427074
a2df071a45e84307fb8a3e4fafe2c1dbe67fa9b5
342
cs
C#
src/semantictypes/Generator.Templates.AspNetCore/ModelBinding/BlogPost/BlogPost.cs
manne/obviously
07d27f6a78a370cefd57cfd8b34445d864170646
[ "MIT" ]
8
2020-01-12T14:55:29.000Z
2021-06-01T16:50:02.000Z
src/semantictypes/Generator.Templates.AspNetCore/ModelBinding/BlogPost/BlogPost.cs
manne/obviously
07d27f6a78a370cefd57cfd8b34445d864170646
[ "MIT" ]
3
2020-05-23T10:08:01.000Z
2020-12-23T16:15:28.000Z
src/semantictypes/Generator.Templates.AspNetCore/ModelBinding/BlogPost/BlogPost.cs
manne/obviously
07d27f6a78a370cefd57cfd8b34445d864170646
[ "MIT" ]
3
2020-07-06T17:36:55.000Z
2021-09-09T13:15:02.000Z
namespace Obviously.SemanticTypes.Generator.Templates.AspNetCore.ModelBinding.BlogPost { public sealed class BlogPost { public BlogPost(BlogPostId id, string content) { Id = id; Content = content; } public BlogPostId Id { get; } public string Co...
22.8
87
0.596491
0c654075fc7d48de75e81687305bc44e6c6f1e1f
3,652
cs
C#
OgrePlugin/Definition/BoneInfo.cs
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
OgrePlugin/Definition/BoneInfo.cs
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
OgrePlugin/Definition/BoneInfo.cs
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Engine.Saving; using Engine; namespace OgrePlugin { /// <summary> /// This class saves information about an individual bone. /// </summary> class BoneInfo : Saveable { private Quaterni...
34.130841
77
0.584337
9b1a216bd5b3c97fc1edc0772aaf2c7f9ed466f5
1,041
cs
C#
Source/Vehicle/Car.cs
abecerramatias/TestProject
6812421ec4fdf9ac216215cb9749568726ec59fb
[ "MIT" ]
null
null
null
Source/Vehicle/Car.cs
abecerramatias/TestProject
6812421ec4fdf9ac216215cb9749568726ec59fb
[ "MIT" ]
null
null
null
Source/Vehicle/Car.cs
abecerramatias/TestProject
6812421ec4fdf9ac216215cb9749568726ec59fb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Vehicle { public class Car { private IEngine engine; private string plate; public int MaxEngineTemp = 200; //constructor public Car(IEngine e, ...
21.244898
93
0.532181
9b427e6791226cd08efef0841e1f330663911d77
2,390
cs
C#
Assets/PackageSystem/Package.cs
Roy-H/UnityToy
590fb322b31eb58290103576f2bcd9b9474e0b4d
[ "Apache-2.0" ]
null
null
null
Assets/PackageSystem/Package.cs
Roy-H/UnityToy
590fb322b31eb58290103576f2bcd9b9474e0b4d
[ "Apache-2.0" ]
null
null
null
Assets/PackageSystem/Package.cs
Roy-H/UnityToy
590fb322b31eb58290103576f2bcd9b9474e0b4d
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using UnityEngine; using System; namespace OneGame.Package { [Serializable] public class Package { private const int MaxCellCount = 99; private const int MaxAbilityForEachCategory = 50; List<ItemCell> AllItems = new List<ItemCell>(); publi...
27.159091
91
0.501674
4fab30100af6d1dc26474f1412cd829acdf61ac4
879
cs
C#
HiddenSound.API/Extensions/OpenIddictApplicationManagerExtensions.cs
hidden-sound-team/Hidden-Sound-API
95d60c7f6f027cfa63dc5f155abfb6b9f0744bd4
[ "Apache-2.0" ]
null
null
null
HiddenSound.API/Extensions/OpenIddictApplicationManagerExtensions.cs
hidden-sound-team/Hidden-Sound-API
95d60c7f6f027cfa63dc5f155abfb6b9f0744bd4
[ "Apache-2.0" ]
null
null
null
HiddenSound.API/Extensions/OpenIddictApplicationManagerExtensions.cs
hidden-sound-team/Hidden-Sound-API
95d60c7f6f027cfa63dc5f155abfb6b9f0744bd4
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Threading; using System.Threading.Tasks; using AspNet.Security.OpenIdConnect.Extensions; using HiddenSound.API.OpenIddict; using OpenIddict.Core; namespace HiddenSound.API.Extensions { public static class...
31.392857
208
0.724687
8b0e71f7faa832e906e85255dd20429625353f08
2,486
cs
C#
test/Elastic.Apm.Tests.MockApmServer/MetricsAssertValid.cs
one-legged/test
b6dbb6591172ace4e234ab2f99dc982cfa435ecb
[ "Apache-2.0" ]
null
null
null
test/Elastic.Apm.Tests.MockApmServer/MetricsAssertValid.cs
one-legged/test
b6dbb6591172ace4e234ab2f99dc982cfa435ecb
[ "Apache-2.0" ]
null
null
null
test/Elastic.Apm.Tests.MockApmServer/MetricsAssertValid.cs
one-legged/test
b6dbb6591172ace4e234ab2f99dc982cfa435ecb
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using Elastic.Apm.Metrics.MetricsProvider; using FluentAssertions; namespace Elastic.Apm.Tests.MockApmServer { internal static class MetricsAssertValid { internal static readonly Dictionary<string, MetricTypeMetadata> MetricMetadataPerType = new Dictionary<string, Me...
40.754098
132
0.799276
413181d054b15abd1a7b4bb90ae056edbf993bfd
2,262
cs
C#
Enchants/Enchantment.cs
ffhighwind/PoE-Price-Lister
20d10264c76ba8a2a4eb7aa9f6a11459b2253a23
[ "Apache-2.0" ]
9
2018-03-27T12:59:52.000Z
2020-09-07T04:53:02.000Z
Enchants/Enchantment.cs
ffhighwind/PoE-Price-Lister
20d10264c76ba8a2a4eb7aa9f6a11459b2253a23
[ "Apache-2.0" ]
1
2020-03-27T19:26:27.000Z
2020-04-02T13:15:56.000Z
Enchants/Enchantment.cs
ffhighwind/PoE-Price-Lister
20d10264c76ba8a2a4eb7aa9f6a11459b2253a23
[ "Apache-2.0" ]
6
2019-03-08T13:45:00.000Z
2021-04-19T22:08:28.000Z
#region License // Copyright © 2018 Wesley Hamilton // // 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 appli...
29.376623
125
0.695844
413b15545b1f61d86f085b8630adbce95fa4200e
681
cs
C#
Assets/MiroChessBord/Utils/EditUtil/ChildAnimCtrl.cs
iniwap/LianQiClient
1d1c9e2c68f053201cd595caf9c723b72bc45a15
[ "MIT" ]
3
2020-07-28T11:40:13.000Z
2021-05-14T05:25:17.000Z
Assets/MiroChessBord/Utils/EditUtil/ChildAnimCtrl.cs
iniwap/LianQiClient
1d1c9e2c68f053201cd595caf9c723b72bc45a15
[ "MIT" ]
null
null
null
Assets/MiroChessBord/Utils/EditUtil/ChildAnimCtrl.cs
iniwap/LianQiClient
1d1c9e2c68f053201cd595caf9c723b72bc45a15
[ "MIT" ]
3
2020-10-12T12:03:59.000Z
2021-06-11T03:11:14.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Lyu { public class ChildAnimCtrl : MonoBehaviour { public string _AnimClipName; public Animator[] _Anims; [ContextMenu("GetChildAnims")] public void GetChildAnims() { _Anims = GetComponentsInChildren<Animator> ()...
16.214286
49
0.660793
41a8223e5bf25a133700152f3b5eaf48e0613201
444
cs
C#
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Completion/RazorCompletionItemKind.cs
adrianwright109/razor-tooling
885a343b00bcab620a90c1550c37dafd730ce984
[ "MIT" ]
104
2018-12-05T00:11:03.000Z
2020-01-06T10:05:11.000Z
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Completion/RazorCompletionItemKind.cs
adrianwright109/razor-tooling
885a343b00bcab620a90c1550c37dafd730ce984
[ "MIT" ]
1,627
2020-01-08T19:00:26.000Z
2021-10-06T18:09:05.000Z
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Completion/RazorCompletionItemKind.cs
adrianwright109/razor-tooling
885a343b00bcab620a90c1550c37dafd730ce984
[ "MIT" ]
60
2018-12-04T20:24:27.000Z
2019-12-30T20:26:18.000Z
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See License.txt in the project root for license information. #nullable disable namespace Microsoft.CodeAnalysis.Razor.Completion { internal enum RazorCompletionItemKind { Directive, DirectiveAttribute, ...
24.666667
95
0.709459
fc5bdb1246123f01e42b1747a7ce62f273b0816a
57,026
cs
C#
TestSuites/RDP/Client/src/TestSuite/RDPEGFX/RdpegfxSurfaceToScreenTest.cs
G-arj/WindowsProtocolTestSuites
58a0c33976804d3a4e9c269da3621bf5047e7be4
[ "MIT" ]
332
2019-05-14T09:46:46.000Z
2022-03-23T19:45:34.000Z
TestSuites/RDP/Client/src/TestSuite/RDPEGFX/RdpegfxSurfaceToScreenTest.cs
racktopsystems/WindowsProtocolTestSuites
fff89db356d98f9a8d3ebe80f3e1b5a70e3f7d22
[ "MIT" ]
107
2015-11-27T05:44:26.000Z
2019-02-28T08:37:53.000Z
TestSuites/RDP/Client/src/TestSuite/RDPEGFX/RdpegfxSurfaceToScreenTest.cs
racktopsystems/WindowsProtocolTestSuites
fff89db356d98f9a8d3ebe80f3e1b5a70e3f7d22
[ "MIT" ]
106
2019-05-15T02:05:55.000Z
2022-03-25T00:52:11.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; using System.Drawing; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Microsoft.Protocols.TestTools; using Micr...
56.742289
246
0.668099
1fa4ef179c0c74a78db8cba7d1d862ed91be9911
11,092
cs
C#
src/plugin.validation.dns.azure/Azure.cs
kant2002/win-acme
496d80bfb700c3701ed83eb171850ace36b0901e
[ "Apache-2.0" ]
null
null
null
src/plugin.validation.dns.azure/Azure.cs
kant2002/win-acme
496d80bfb700c3701ed83eb171850ace36b0901e
[ "Apache-2.0" ]
null
null
null
src/plugin.validation.dns.azure/Azure.cs
kant2002/win-acme
496d80bfb700c3701ed83eb171850ace36b0901e
[ "Apache-2.0" ]
null
null
null
using Microsoft.Azure.Management.Dns; using Microsoft.Azure.Management.Dns.Models; using Microsoft.Azure.Services.AppAuthentication; using Microsoft.Rest; using Microsoft.Rest.Azure.Authentication; using PKISharp.WACS.Clients.DNS; using PKISharp.WACS.Plugins.Interfaces; using PKISharp.WACS.Services; using Syst...
39.756272
128
0.519383
ac0e0f0f3f9ddf43b254c8ed576c99c9ba281058
843
cs
C#
Assets/Evereal/VRVideoPlayer/Scripts/UI/VolumeBar.cs
tcdanielh/TutoriVR
56666bde8dac600e820da2e82adbda5b406af873
[ "Apache-2.0" ]
3
2021-11-08T04:59:39.000Z
2022-02-14T06:33:39.000Z
Assets/Evereal/VRVideoPlayer/Scripts/UI/VolumeBar.cs
tcdanielh/TutoriVR
56666bde8dac600e820da2e82adbda5b406af873
[ "Apache-2.0" ]
null
null
null
Assets/Evereal/VRVideoPlayer/Scripts/UI/VolumeBar.cs
tcdanielh/TutoriVR
56666bde8dac600e820da2e82adbda5b406af873
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2020-present Evereal. All rights reserved. */ using UnityEngine; namespace Evereal.VRVideoPlayer { public class VolumeBar : BarBase, IRunnable { protected override void OnClick() { float currentWidth = Vector3.Distance(startPoint.position, currentPoint); float volume = Mathf....
31.222222
80
0.639383
87acee5a00158fb3240d46072023e64d2adde202
3,912
cs
C#
app/Ray.Domain/Model/BaseShape.cs
mchalejunior/ray
c93f90a6f30fc49afdd3b87daab7fad0bbf5a0ba
[ "MIT" ]
null
null
null
app/Ray.Domain/Model/BaseShape.cs
mchalejunior/ray
c93f90a6f30fc49afdd3b87daab7fad0bbf5a0ba
[ "MIT" ]
1
2020-07-08T16:09:47.000Z
2020-07-08T16:09:47.000Z
app/Ray.Domain/Model/BaseShape.cs
mchalejunior/ray
c93f90a6f30fc49afdd3b87daab7fad0bbf5a0ba
[ "MIT" ]
1
2020-11-08T11:47:20.000Z
2020-11-08T11:47:20.000Z
using Ray.Domain.Maths.Factories; using System.Numerics; namespace Ray.Domain.Model { public abstract class BaseShape { public Material Material { get; set; } = Material.CreateDefaultInstance(); // NOTE: Leaving comment for Sphere on Transformation property, as most descriptive. // ...
33.724138
109
0.579499
e252c0029c1679ca2a3b3d202294ced6e8e57a02
251
cs
C#
src/projects/MyInfluxDbClient/SecondsResolution.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
src/projects/MyInfluxDbClient/SecondsResolution.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
src/projects/MyInfluxDbClient/SecondsResolution.cs
danielwertheim/MyInfluxDbClient
f052bb87cea6469b53693583015724077752d3ae
[ "MIT" ]
null
null
null
namespace MyInfluxDbClient { public class SecondsResolution : TimeStampResolution { protected override long OnApply(TimeStamp timeStamp) { return timeStamp.Ticks - timeStamp.Ticks % TicksPerSecond; } } }
25.1
70
0.661355
e29094d9b30386f105e8f4dfa47e574793f1d6e0
5,992
cs
C#
sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
jessicl-ms/azure-sdk-for-net
5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5
[ "MIT" ]
3
2019-07-29T09:51:04.000Z
2019-08-21T06:12:47.000Z
sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
jessicl-ms/azure-sdk-for-net
5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5
[ "MIT" ]
3
2019-07-30T02:39:18.000Z
2019-07-30T02:45:31.000Z
sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
jessicl-ms/azure-sdk-for-net
5a5591b0a1a8a6ff4c8e8e3156a98a34c52020b5
[ "MIT" ]
1
2019-10-30T05:06:11.000Z
2019-10-30T05:06:11.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace EventHub.Tests.ScenarioTests { using System; using System.Collections.Generic; using System.Linq; using System.Net; using Microsof...
49.114754
218
0.611315
e2e98fde0efce353ff1bf5741592510e1322e7bd
5,521
cs
C#
ProjetoFinalEstacionamento/Telas/frmLogin.Designer.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
ProjetoFinalEstacionamento/Telas/frmLogin.Designer.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
ProjetoFinalEstacionamento/Telas/frmLogin.Designer.cs
ProjetoFinalCurso/ProjetoEstacionamento
17e9ea4129851029d4c238811dbe8f3c10c94b13
[ "MIT" ]
null
null
null
namespace ProjetoFinalEstacionamento.Telas { partial class frmLogin { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summ...
44.168
169
0.5787
1f20e86b833f81468cf3240ac470168fe3c7ca8d
11,943
cs
C#
AccountBookSimu/MainForm.cs
kusa-mochi/account-book-simulator
0580179cea65aa30d36dc29bb010fb70a640e781
[ "Apache-2.0" ]
null
null
null
AccountBookSimu/MainForm.cs
kusa-mochi/account-book-simulator
0580179cea65aa30d36dc29bb010fb70a640e781
[ "Apache-2.0" ]
null
null
null
AccountBookSimu/MainForm.cs
kusa-mochi/account-book-simulator
0580179cea65aa30d36dc29bb010fb70a640e781
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Windows.Forms; namespace AccountBookSimu { public partial class MainForm : Form { private DataManager _data; private string _filePath; public MainForm() { InitializeComponent(); ...
33.832861
131
0.546764
f1a489cbda35ec960060ee7edbb7a18d90be6a55
1,358
cs
C#
CSharp OOP Advanced/Unit Testing - Exercises/Twitter/TwitterTests/TweetTests.cs
valkin88/CSharp-Fundamentals
4847558dcf589b572b758be101ea3f1f67d8585e
[ "MIT" ]
1
2018-04-15T19:27:41.000Z
2018-04-15T19:27:41.000Z
CSharp OOP Advanced/Unit Testing - Exercises/Twitter/TwitterTests/TweetTests.cs
valkin88/CSharp-Fundamentals
4847558dcf589b572b758be101ea3f1f67d8585e
[ "MIT" ]
null
null
null
CSharp OOP Advanced/Unit Testing - Exercises/Twitter/TwitterTests/TweetTests.cs
valkin88/CSharp-Fundamentals
4847558dcf589b572b758be101ea3f1f67d8585e
[ "MIT" ]
null
null
null
namespace TwitterTests { using Moq; using NUnit.Framework; using Twitter.Contracts; using Twitter.Models; public class TweetTests { [Test] public void ReceiveMessageShouldInvokeItsClientToWriteTheMessage() { // Arrange var client = new Mock<IClie...
30.863636
95
0.566274
d04f53f680841d456091c12d3216ba39204e017b
552
cs
C#
BackpropagationEngine/Nodes/OutputNode.cs
chickweed01/BackpropagationEngine-
99a5329518e33ac6567b5daa9e527db93152cfe3
[ "MIT" ]
1
2020-02-09T11:26:18.000Z
2020-02-09T11:26:18.000Z
BackpropagationEngine/Nodes/OutputNode.cs
chickweed01/BackpropagationEngine-
99a5329518e33ac6567b5daa9e527db93152cfe3
[ "MIT" ]
null
null
null
BackpropagationEngine/Nodes/OutputNode.cs
chickweed01/BackpropagationEngine-
99a5329518e33ac6567b5daa9e527db93152cfe3
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace BackpropagationEngine.Nodes { public class OutputNode : AbstractNode { private double _val; public OutputNode(double val = 0.0) { _val = val; } public override double Gradient { get; set; } ...
27.6
82
0.599638
d05f50288b81d4ea999c2e9f5208af4e2c4b5900
283
cs
C#
EtherData.Func/MythX/AccountLimitExceedException.cs
okamilab/etherdata
e4b43e5f6664191848c2fdb768ade659547ca49a
[ "MIT" ]
null
null
null
EtherData.Func/MythX/AccountLimitExceedException.cs
okamilab/etherdata
e4b43e5f6664191848c2fdb768ade659547ca49a
[ "MIT" ]
null
null
null
EtherData.Func/MythX/AccountLimitExceedException.cs
okamilab/etherdata
e4b43e5f6664191848c2fdb768ade659547ca49a
[ "MIT" ]
null
null
null
using System; namespace EtherData.Func.MythX { public class AccountLimitExceedException : Exception { public string Address { get; private set; } public AccountLimitExceedException(string address) { Address = address; } } }
18.866667
58
0.625442
7807523cda2639b97bea283a0bbb63d596335113
1,532
cs
C#
Assets/Scripts/TimeCounter.cs
ireneSelina/ImaraMoneySkills
e503c6ec2ab956f2916c36b97382bf3d50186b41
[ "MIT" ]
null
null
null
Assets/Scripts/TimeCounter.cs
ireneSelina/ImaraMoneySkills
e503c6ec2ab956f2916c36b97382bf3d50186b41
[ "MIT" ]
null
null
null
Assets/Scripts/TimeCounter.cs
ireneSelina/ImaraMoneySkills
e503c6ec2ab956f2916c36b97382bf3d50186b41
[ "MIT" ]
null
null
null
using TMPro; using UnityEngine; public class TimeCounter : MonoBehaviour { public float timeValue = 61f; public int timeInt; public TextMeshProUGUI timeText; public bool timeLeft; // Start is called before the first frame update void Start() { string timeTextStr = timeText.text...
19.15
55
0.520235
2d01827093d39a4588bb7bd00aa404d86a355bd1
577
cs
C#
CSharp-OOP/05-POLYMORPHISM/P03.WildFarm/Animals/Birds/Hen.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
null
null
null
CSharp-OOP/05-POLYMORPHISM/P03.WildFarm/Animals/Birds/Hen.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
null
null
null
CSharp-OOP/05-POLYMORPHISM/P03.WildFarm/Animals/Birds/Hen.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
1
2020-01-27T14:57:31.000Z
2020-01-27T14:57:31.000Z
using System; using System.Collections.Generic; using System.Text; using P03.WildFarm.Foods; namespace P03.WildFarm.Animals.Birds { public class Hen : Bird { public Hen(string name, double weight, double wingSize) : base(name, weight, wingSize) { } public override...
20.607143
64
0.558059
d5b239c940cd906332240f366852db3f56f8e948
8,987
cs
C#
src/AzureDevOps.DataIngestor.Sdk/Ingestors/BuildDefinitionIngestor.cs
chinarosesz/AzureDevOpsDataCollector
017e757625d7ad52e516845205b1feae3fe71d22
[ "MIT" ]
1
2021-09-03T20:25:40.000Z
2021-09-03T20:25:40.000Z
src/AzureDevOps.DataIngestor.Sdk/Ingestors/BuildDefinitionIngestor.cs
chinarosesz/AzureDevOpsDataCollector
017e757625d7ad52e516845205b1feae3fe71d22
[ "MIT" ]
9
2020-05-01T23:51:52.000Z
2020-07-22T21:12:04.000Z
src/AzureDevOps.DataIngestor.Sdk/Ingestors/BuildDefinitionIngestor.cs
chinarosesz/AzureDevOpsDataCollector
017e757625d7ad52e516845205b1feae3fe71d22
[ "MIT" ]
1
2021-09-01T00:26:01.000Z
2021-09-01T00:26:01.000Z
using AzureDevOps.DataIngestor.Sdk.Clients; using AzureDevOps.DataIngestor.Sdk.Entities; using AzureDevOps.DataIngestor.Sdk.Util; using EntityFrameworkCore.BulkOperations; using Microsoft.EntityFrameworkCore.Storage; using Microsoft.Extensions.Logging; using Microsoft.TeamFoundation.Build.WebApi; using Microsoft.TeamF...
50.206704
221
0.607433
d5b8edfd88467371709665b6f722b9b7d3d7d774
6,425
cs
C#
TextParseReturnValue.cs
Starry-Orbit-Studio/Rampastring.XNAUI
29cad525da371c4083541b20dcc631ce22bad5ff
[ "MIT" ]
null
null
null
TextParseReturnValue.cs
Starry-Orbit-Studio/Rampastring.XNAUI
29cad525da371c4083541b20dcc631ce22bad5ff
[ "MIT" ]
null
null
null
TextParseReturnValue.cs
Starry-Orbit-Studio/Rampastring.XNAUI
29cad525da371c4083541b20dcc631ce22bad5ff
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using Microsoft.Xna.Framework.Graphics; using System.Text; using FontStashSharp; namespace Rampastring.XNAUI { public class TextParseReturnValue { public int LineCount = 1; public string Text; public static TextParseReturnValue FixText(S...
35.893855
127
0.443424
a460c9a6707fffbde11ca21369e04fcfc022b662
3,226
cs
C#
Assets/NativeQuadTreeRangeQuery.cs
GameDeveloperS001/NativeQuadtree
31b15599214b93c52386bf602589c5b8478ba078
[ "MIT" ]
165
2020-01-13T15:30:05.000Z
2022-03-30T09:02:53.000Z
Assets/NativeQuadTreeRangeQuery.cs
GameDeveloperS001/NativeQuadtree
31b15599214b93c52386bf602589c5b8478ba078
[ "MIT" ]
9
2020-01-27T08:15:59.000Z
2021-09-18T14:45:02.000Z
Assets/NativeQuadTreeRangeQuery.cs
GameDeveloperS001/NativeQuadtree
31b15599214b93c52386bf602589c5b8478ba078
[ "MIT" ]
19
2020-04-02T22:26:39.000Z
2022-03-15T09:46:33.000Z
using System; using Unity.Collections; using Unity.Collections.LowLevel.Unsafe; using Unity.Mathematics; namespace NativeQuadTree { public unsafe partial struct NativeQuadTree<T> where T : unmanaged { struct QuadTreeRangeQuery { NativeQuadTree<T> tree; UnsafeList* fastResults; int count; AABB2D bou...
29.327273
121
0.655301
7babb94536dc7f5b65639554587ec89237f399cf
2,362
cs
C#
source/MikhailKhalizev.Max/source/Program/Auto/z-1012-1216.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
3
2020-08-04T13:18:57.000Z
2020-12-06T20:22:19.000Z
source/MikhailKhalizev.Max/source/Program/Auto/z-1012-1216.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
source/MikhailKhalizev.Max/source/Program/Auto/z-1012-1216.cs
mikhail-khalizev/max
dd20e7f3a8a0972a4240d240fea0b2e89938983b
[ "Apache-2.0" ]
null
null
null
using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x1012_1216-1e3211dc")] public void Method_1012_1216() { ii(0x1012_1216, 5); push(0x24); ...
63.837838
114
0.400931
3374b04cbc721fa6c26d028b9597054640b66171
5,976
cs
C#
GermanRapKalenderCode/GermanRapKalenderWindowsUI/Popups/PopupDownload.xaml.cs
GermanRapKalender/GermanRapKalender.github.io
947523e581a861c1a91e6ab6f62378cb37135963
[ "MIT" ]
null
null
null
GermanRapKalenderCode/GermanRapKalenderWindowsUI/Popups/PopupDownload.xaml.cs
GermanRapKalender/GermanRapKalender.github.io
947523e581a861c1a91e6ab6f62378cb37135963
[ "MIT" ]
null
null
null
GermanRapKalenderCode/GermanRapKalenderWindowsUI/Popups/PopupDownload.xaml.cs
GermanRapKalender/GermanRapKalender.github.io
947523e581a861c1a91e6ab6f62378cb37135963
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Dat...
29.294118
249
0.68156
d5071e98b17614b334d22ab75678ef3bce489a24
875
cs
C#
Sledge.Formats.Map/Formats/VmfObjects/VmfGroup.cs
kaphula/sledge-formats
45ef4f9f7d48c24cfcdc72a87f43f813b4494298
[ "MIT" ]
27
2019-06-09T07:22:52.000Z
2022-03-25T22:57:36.000Z
Sledge.Formats.Map/Formats/VmfObjects/VmfGroup.cs
kaphula/sledge-formats
45ef4f9f7d48c24cfcdc72a87f43f813b4494298
[ "MIT" ]
8
2020-03-10T05:59:17.000Z
2022-03-12T11:19:31.000Z
Sledge.Formats.Map/Formats/VmfObjects/VmfGroup.cs
kaphula/sledge-formats
45ef4f9f7d48c24cfcdc72a87f43f813b4494298
[ "MIT" ]
6
2020-02-19T14:41:44.000Z
2022-03-12T10:57:49.000Z
using System.Collections.Generic; using Sledge.Formats.Map.Objects; using Sledge.Formats.Valve; namespace Sledge.Formats.Map.Formats.VmfObjects { internal class VmfGroup : VmfObject { public VmfGroup(SerialisedObject obj) : base(obj) { } public VmfGroup(Group grp, int id) : ba...
22.435897
61
0.555429
bd66b0ebf8dec9a3ddc1786bd7b8abcafa64e1ea
3,651
cs
C#
src/test/unit/VideoDB.WebApi.Tests/Middleware/ErrorHandlingMiddlewareTests.cs
arinn1204/NPVideo
82e3bb73d9e59c6fd444bd1b62f561a04bbd726c
[ "MIT" ]
null
null
null
src/test/unit/VideoDB.WebApi.Tests/Middleware/ErrorHandlingMiddlewareTests.cs
arinn1204/NPVideo
82e3bb73d9e59c6fd444bd1b62f561a04bbd726c
[ "MIT" ]
null
null
null
src/test/unit/VideoDB.WebApi.Tests/Middleware/ErrorHandlingMiddlewareTests.cs
arinn1204/NPVideo
82e3bb73d9e59c6fd444bd1b62f561a04bbd726c
[ "MIT" ]
null
null
null
using AutoFixture; using AutoFixture.AutoMoq; using Evo.WebApi.Exceptions; using Evo.WebApi.Models.ViewModels; using FluentAssertions; using Microsoft.AspNetCore.Http; using Moq; using Newtonsoft.Json; using NUnit.Framework; using System; using System.Collections.Generic; using System.IO; using System.Net;...
31.747826
125
0.594906
e0021dd1dd4903e43b4913c4e661d460b3d892f0
5,598
cs
C#
src/Codeizi.CQRS.Saga/Execution/ExecutionScheduling.cs
JDouglasMendes/codeizi-cqrs-saga
76c38990f4a9a31b3cebf911d9fa251a72ae8719
[ "MIT" ]
null
null
null
src/Codeizi.CQRS.Saga/Execution/ExecutionScheduling.cs
JDouglasMendes/codeizi-cqrs-saga
76c38990f4a9a31b3cebf911d9fa251a72ae8719
[ "MIT" ]
null
null
null
src/Codeizi.CQRS.Saga/Execution/ExecutionScheduling.cs
JDouglasMendes/codeizi-cqrs-saga
76c38990f4a9a31b3cebf911d9fa251a72ae8719
[ "MIT" ]
null
null
null
using Codeizi.CQRS.Saga.BackgroundServices; using Codeizi.CQRS.Saga.DAO; using Codeizi.CQRS.Saga.Data; using Codeizi.CQRS.Saga.Logs; using Codeizi.CQRS.Saga.Utils; using Microsoft.Extensions.DependencyInjection; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Thre...
37.072848
118
0.556449
5533e6c9b8014eeb803986ac742534f16c3b1286
1,883
cs
C#
src/PlcncliBuild/BuildTask.cs
PLCnext/PLCnext_CLI_VS
0f8f536eb8dcbc83daa20f402d451106a73ee9c5
[ "Apache-2.0" ]
1
2020-09-16T13:18:18.000Z
2020-09-16T13:18:18.000Z
src/PlcncliBuild/BuildTask.cs
PLCnext/PLCnext_CLI_VS
0f8f536eb8dcbc83daa20f402d451106a73ee9c5
[ "Apache-2.0" ]
5
2020-09-03T18:33:08.000Z
2021-12-08T08:04:24.000Z
src/PlcncliBuild/BuildTask.cs
PLCnext/PLCnext_CLI_VS
0f8f536eb8dcbc83daa20f402d451106a73ee9c5
[ "Apache-2.0" ]
1
2021-07-23T07:36:17.000Z
2021-07-23T07:36:17.000Z
#region Copyright /////////////////////////////////////////////////////////////////////////////// // // Copyright (c) Phoenix Contact GmbH & Co KG // This software is licensed under Apache-2.0 // /////////////////////////////////////////////////////////////////////////////// #endregion using System; using...
31.915254
115
0.528412
555bc3f23812e7bbcdf15d12bc8683ab65cb177d
806
cs
C#
Src/UN.EntityFramework.Extensions.Pagination/PageQuery.cs
umairsyed613/EntityFramework.Extensions.Pagination
ef5660fd9a217fa74a9a708d19dffd03bb35c3ef
[ "MIT" ]
null
null
null
Src/UN.EntityFramework.Extensions.Pagination/PageQuery.cs
umairsyed613/EntityFramework.Extensions.Pagination
ef5660fd9a217fa74a9a708d19dffd03bb35c3ef
[ "MIT" ]
null
null
null
Src/UN.EntityFramework.Extensions.Pagination/PageQuery.cs
umairsyed613/EntityFramework.Extensions.Pagination
ef5660fd9a217fa74a9a708d19dffd03bb35c3ef
[ "MIT" ]
null
null
null
using System; namespace UN.EntityFramework.Extensions.Pagination { public class PageQuery : IPageQuery { private int _PageSize; public int PageSize { get => _PageSize; set { if (value <= 0) { throw...
20.666667
93
0.41067
7ed862db413e7cb3b5b6c167af979f81db669e36
1,601
cs
C#
morphology/MorphoModel/Types/PartOfSpeechList.cs
zamgi/lingvo--PosTagger_ru
63b9c1d60ed0f7cdef7dcc3434ce262808460279
[ "MIT" ]
7
2018-01-18T16:30:17.000Z
2022-03-07T14:37:20.000Z
morphology/MorphoModel/Types/PartOfSpeechList.cs
zamgi/lingvo--PosTagger_ru
63b9c1d60ed0f7cdef7dcc3434ce262808460279
[ "MIT" ]
4
2017-03-20T23:40:57.000Z
2021-04-05T15:28:30.000Z
morphology/MorphoModel/Types/PartOfSpeechList.cs
zamgi/lingvo--PosTagger_ru
63b9c1d60ed0f7cdef7dcc3434ce262808460279
[ "MIT" ]
4
2017-03-20T23:07:09.000Z
2019-09-17T18:47:13.000Z
using System; using System.Collections.Generic; namespace lingvo.morphology { /// <summary> /// части речи /// </summary> internal sealed class PartOfSpeechList { /// название части речи - часть речи private readonly Dictionary< PartOfSpeechEnum, PartOfSpeechBase > _Dictionary; ...
32.02
86
0.58401
34409e5da3f031fe0cbda4a947c1db40ed8237af
297
cs
C#
Nowin/ILayerFactory.cs
jchannon/Nowin
e29180d97e727b9fdbb5838eec4194973da08ba8
[ "MIT" ]
353
2015-01-07T07:22:46.000Z
2022-01-10T13:38:11.000Z
Nowin/ILayerFactory.cs
jchannon/Nowin
e29180d97e727b9fdbb5838eec4194973da08ba8
[ "MIT" ]
56
2015-01-05T07:02:20.000Z
2019-08-04T16:55:20.000Z
Nowin/ILayerFactory.cs
jchannon/Nowin
e29180d97e727b9fdbb5838eec4194973da08ba8
[ "MIT" ]
75
2015-01-30T20:22:10.000Z
2021-09-18T13:22:28.000Z
namespace Nowin { public interface ILayerFactory { int PerConnectionBufferSize { get; } int CommonBufferSize { get; } void InitCommonBuffer(byte[] buffer, int offset); ILayerHandler Create(byte[] buffer, int offset, int commonOffset, int handlerId); } }
29.7
89
0.6633
89e672383df6ae9f6be480b6c71427242f4ad8b6
2,149
cs
C#
src/Abp.ZeroCore/Authorization/Users/UserToken.cs
yshbchenlie/aspnetboilerplate
1c41d3b9dfcd6c03fac4d2597670d201bf80518f
[ "MIT" ]
3
2021-04-09T00:29:02.000Z
2021-04-12T16:15:01.000Z
src/Abp.ZeroCore/Authorization/Users/UserToken.cs
yshbchenlie/aspnetboilerplate
1c41d3b9dfcd6c03fac4d2597670d201bf80518f
[ "MIT" ]
1
2018-06-14T02:44:24.000Z
2018-06-14T02:44:24.000Z
src/Abp.ZeroCore/Authorization/Users/UserToken.cs
wufujie2000/aspnetboilerplate
abe26135de751e210b4a2453a70c733d6281dfe3
[ "MIT" ]
null
null
null
using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Abp.Domain.Entities; using JetBrains.Annotations; namespace Abp.Authorization.Users { /// <summary> /// Represents an authentication token for a user. /// </summary> [Table("AbpUserTokens")] publi...
30.267606
123
0.577013
d8fcf241dd91defd4df769c999cd643e202aad29
11,318
cs
C#
Assets/u2vis/NodeLinkDiagrams/Presenter/ChunkedGraphPresenter.cs
imldresden/u2vis
3b8f48e92b58f3d89ed8761d74d8f242ea37c2d4
[ "MIT" ]
18
2020-09-10T04:09:34.000Z
2022-02-25T02:39:10.000Z
Assets/u2vis/NodeLinkDiagrams/Presenter/ChunkedGraphPresenter.cs
MOEllenberg/u2vis
3b8f48e92b58f3d89ed8761d74d8f242ea37c2d4
[ "MIT" ]
1
2020-11-12T12:08:01.000Z
2020-11-13T10:40:27.000Z
Assets/u2vis/NodeLinkDiagrams/Presenter/ChunkedGraphPresenter.cs
MOEllenberg/u2vis
3b8f48e92b58f3d89ed8761d74d8f242ea37c2d4
[ "MIT" ]
9
2020-09-18T11:25:11.000Z
2022-02-25T03:24:11.000Z
using System; using System.Collections.Generic; using UnityEngine; namespace u2vis.NodeLink { public delegate void NodeInteractionHandler(object sender, BaseNodePresenter node, int button); public class ChunkedGraphPresenter : MonoBehaviour { [SerializeField] private BaseGraphPro...
42.389513
142
0.541262
3cc97211920b41d3cb04f7da26c43433cc1270a6
8,136
cs
C#
src/NUnitFramework/framework/Internal/Results/TestSuiteResult.cs
ZenonBuratta/nunit
ffcfba9bdd85792f6aa32dada77a4b044857b4bf
[ "MIT" ]
1
2022-01-10T07:07:54.000Z
2022-01-10T07:07:54.000Z
src/NUnitFramework/framework/Internal/Results/TestSuiteResult.cs
ZenonBuratta/nunit
ffcfba9bdd85792f6aa32dada77a4b044857b4bf
[ "MIT" ]
null
null
null
src/NUnitFramework/framework/Internal/Results/TestSuiteResult.cs
ZenonBuratta/nunit
ffcfba9bdd85792f6aa32dada77a4b044857b4bf
[ "MIT" ]
1
2021-02-10T05:10:32.000Z
2021-02-10T05:10:32.000Z
// *********************************************************************** // Copyright (c) 2015 Charlie Poole, Rob Prouse // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restri...
29.266187
117
0.526549
a749ea837f593f6abaecae31ca46e2b6574df5b4
1,304
cs
C#
src/OpenTl.Schema/_generated/_Entities/KeyboardButton/TKeyboardButtonSwitchInline.cs
zzz8415/OpenTl.Schema
9fc37541179736508aa1ae85732093dc36223222
[ "MIT" ]
null
null
null
src/OpenTl.Schema/_generated/_Entities/KeyboardButton/TKeyboardButtonSwitchInline.cs
zzz8415/OpenTl.Schema
9fc37541179736508aa1ae85732093dc36223222
[ "MIT" ]
null
null
null
src/OpenTl.Schema/_generated/_Entities/KeyboardButton/TKeyboardButtonSwitchInline.cs
zzz8415/OpenTl.Schema
9fc37541179736508aa1ae85732093dc36223222
[ "MIT" ]
null
null
null
// ReSharper disable All namespace OpenTl.Schema { using System; using System.Collections; using System.Text; using OpenTl.Schema; using OpenTl.Schema.Serialization.Attributes; [Serialize(0x568a748)] public sealed class TKeyboardButtonSwitchInline : IKeyboardButton { [SerializationOrder(0)] p...
34.315789
133
0.680982
cb96557d179eb3dce6411ff31b259effb3297278
1,699
cs
C#
src/PinPayments/PinPaymentsConfiguration.cs
ChrisRowtcliff/pinpayments.net
c9ea37160ce8a9a63e11a5165458e64781638cf2
[ "MIT" ]
null
null
null
src/PinPayments/PinPaymentsConfiguration.cs
ChrisRowtcliff/pinpayments.net
c9ea37160ce8a9a63e11a5165458e64781638cf2
[ "MIT" ]
null
null
null
src/PinPayments/PinPaymentsConfiguration.cs
ChrisRowtcliff/pinpayments.net
c9ea37160ce8a9a63e11a5165458e64781638cf2
[ "MIT" ]
null
null
null
namespace PinPayments { using System; using System.Net; using System.Net.Http; using System.Text; using PinPayments.Services; public static class PinPaymentsConfiguration { private static HttpClient httpClient; private static Currency defaultCurrency = Currency.AUD; ...
32.673077
136
0.605062
cbcefd6009f6b4490fa3c2bfc941d22847876d61
10,013
cs
C#
Extensions/LegendaryGemInfoExtensions.cs
JackCeparou/JackCeparouCompass
b12f8925e16a56357be21ebf7d07a8e194b41bf1
[ "MIT" ]
20
2017-02-26T22:03:09.000Z
2021-04-26T02:52:13.000Z
Extensions/LegendaryGemInfoExtensions.cs
JackCeparou/JackCeparouCompass
b12f8925e16a56357be21ebf7d07a8e194b41bf1
[ "MIT" ]
4
2017-03-20T11:45:05.000Z
2019-03-05T09:46:09.000Z
Extensions/LegendaryGemInfoExtensions.cs
JackCeparou/JackCeparouCompass
b12f8925e16a56357be21ebf7d07a8e194b41bf1
[ "MIT" ]
18
2017-03-03T03:26:43.000Z
2021-01-18T06:43:20.000Z
namespace Turbo.Plugins.Jack.Extensions { using System.Collections.Generic; public static class LegendaryGemInfoExtensions { public static IEnumerable<IBuff> AllGemBuffs(this ILegendaryGemInfo powerInfo) { if (powerInfo.BaneOfThePowerfulPrimary != null) yield return powerInfo.B...
93.579439
138
0.756017
cbf7d8e3fd599cc3900c5e947a30dd96b99d9f9a
1,986
cs
C#
Rubros.aspx.cs
tomrndom/webApp-finalLabo4
37f36e50082a92ab3b05fcaefbd2e7be4467e2d2
[ "MIT" ]
null
null
null
Rubros.aspx.cs
tomrndom/webApp-finalLabo4
37f36e50082a92ab3b05fcaefbd2e7be4467e2d2
[ "MIT" ]
null
null
null
Rubros.aspx.cs
tomrndom/webApp-finalLabo4
37f36e50082a92ab3b05fcaefbd2e7be4467e2d2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class Rubros : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void btnNuevoRubro_Click(obje...
30.090909
108
0.520141
cbf7edfbe4e032d0a48dc5d3ca6bdaa9f4284a2f
1,369
cs
C#
code/Meerkat.Security/Security/Activities/AuthorizationScopeProviderCache.cs
phatcher/Meerkat.Security
808603eca9f2aaf84f3f1e8349e4cc1283c699ea
[ "MIT" ]
22
2018-05-07T13:55:57.000Z
2021-11-13T08:26:22.000Z
code/Meerkat.Security/Security/Activities/AuthorizationScopeProviderCache.cs
phatcher/Meerkat.Security
808603eca9f2aaf84f3f1e8349e4cc1283c699ea
[ "MIT" ]
2
2016-06-09T18:50:15.000Z
2019-06-30T05:16:28.000Z
code/Meerkat.Security/Security/Activities/AuthorizationScopeProviderCache.cs
phatcher/Meerkat.Security
808603eca9f2aaf84f3f1e8349e4cc1283c699ea
[ "MIT" ]
5
2018-05-21T14:06:37.000Z
2021-09-09T21:59:40.000Z
#if NETSTANDARD using System.Threading; using System.Threading.Tasks; using Meerkat.Caching; using Polly.Caching; namespace Meerkat.Security.Activities { /// <summary> /// A caching <see cref="IAuthorizationScopeProvider"/> using a <see cref="CachePolicy"/>. /// </summary> public class Authorization...
36.026316
141
0.697589
dbc2aee4d07c19d4f24bc4faf6fa33ad4acc3777
2,617
cs
C#
src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlProperty.cs
Therzok/wpf
ff881dbc5d5039d032f16198da27928082a6e7cb
[ "MIT" ]
null
null
null
src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlProperty.cs
Therzok/wpf
ff881dbc5d5039d032f16198da27928082a6e7cb
[ "MIT" ]
null
null
null
src/Microsoft.DotNet.Wpf/src/System.Xaml/System/Xaml/XamlProperty.cs
Therzok/wpf
ff881dbc5d5039d032f16198da27928082a6e7cb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; #if SILVERLIGHTXAML namespace MS.Internal.Xaml #else namespace System.Xaml #endif { #if SILVERLIGHTXAML internal #else public #endif abstract class XamlProperty { public String Name{ get { return NameCore; } } abstract protected String Na...
36.347222
92
0.664501
a3b917f66222ca199edbcd0e5cbb8b3c9b0e67ad
860
cs
C#
Project0/Project0/Models/InStockProduct.cs
12062021-dynamics365-uta/terrencebrownRevature2
d7c83559d81254fe4b2ffccc0ab910f7019c6f6b
[ "MIT" ]
null
null
null
Project0/Project0/Models/InStockProduct.cs
12062021-dynamics365-uta/terrencebrownRevature2
d7c83559d81254fe4b2ffccc0ab910f7019c6f6b
[ "MIT" ]
null
null
null
Project0/Project0/Models/InStockProduct.cs
12062021-dynamics365-uta/terrencebrownRevature2
d7c83559d81254fe4b2ffccc0ab910f7019c6f6b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models { public class InStockProduct { public int product_id { get; set; } public string product_Name { get; set; } public string location_City { get; set; } ...
25.294118
111
0.634884
a3feee22a4e99c4f0f15c4f9e71d8bc9fef1eaaf
5,430
cake
C#
CakeBuild/ASP.NETSample/build.cake
Ky7m/DemoCode
dba7eda42dcbc31c756be9e740f587c708a2d9dd
[ "MIT" ]
12
2017-04-03T15:15:17.000Z
2021-10-09T19:12:30.000Z
CakeBuild/ASP.NETSample/build.cake
Ky7m/DemoCode
dba7eda42dcbc31c756be9e740f587c708a2d9dd
[ "MIT" ]
167
2020-05-20T01:01:16.000Z
2022-03-31T22:33:38.000Z
CakeBuild/ASP.NETSample/build.cake
Ky7m/DemoCode
dba7eda42dcbc31c756be9e740f587c708a2d9dd
[ "MIT" ]
9
2017-07-31T22:24:13.000Z
2021-08-12T17:54:56.000Z
////////////////////////////////////////////////////////////////////// // TOOLS ////////////////////////////////////////////////////////////////////// #tool "nuget:?package=xunit.runner.console" #tool "nuget:?package=JetBrains.ReSharper.CommandLineTools" ////////////////////////////////////////////////////////////////...
34.150943
115
0.558379
31c047b6739e28a73182626348c48f4db1b6a5c4
706
cs
C#
test/OhPrimitives.Test/Types/HasMaxFieldTest.cs
oceanho/OhPrimitives
9a11fa20667c1d933d35159385fa526ab198205f
[ "MIT" ]
1
2017-06-22T13:16:18.000Z
2017-06-22T13:16:18.000Z
test/OhPrimitives.Test/Types/HasMaxFieldTest.cs
oceanho/OhPrimitiveTypes
9a11fa20667c1d933d35159385fa526ab198205f
[ "MIT" ]
null
null
null
test/OhPrimitives.Test/Types/HasMaxFieldTest.cs
oceanho/OhPrimitiveTypes
9a11fa20667c1d933d35159385fa526ab198205f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Xunit; using Shouldly; using OhPrimitives; namespace OhPrimitives.Test { public class HasMaxFieldTest { public HasMaxFieldTest() { } } public class MyHasMaxField<TPrimitive> : Field, IHasMaxField<TPrimit...
20.171429
76
0.583569