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
37189b30ec63ddb81c74444968ab720502753352
434
cs
C#
LevelEditor/Domain/TileRules.cs
Otard95/tools-exam-2
776538f085ed9c88fe595612eb60680529bba0d3
[ "MIT" ]
null
null
null
LevelEditor/Domain/TileRules.cs
Otard95/tools-exam-2
776538f085ed9c88fe595612eb60680529bba0d3
[ "MIT" ]
null
null
null
LevelEditor/Domain/TileRules.cs
Otard95/tools-exam-2
776538f085ed9c88fe595612eb60680529bba0d3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LevelEditor.Domain { public static class TileRules { public static int[] AllowedDimensions = { 16, 32, 64, 128, 256 }; public static bool InvalidTi...
21.7
62
0.642857
0c4ebd64a0a52811546e50fc5c7080297286fa8f
461
cs
C#
src/MAZE.Api/Contracts/Player.cs
kits-ab/maze
aaacd8b1f2145a73a8fc1f7d3f6e579ea8a88277
[ "Unlicense" ]
null
null
null
src/MAZE.Api/Contracts/Player.cs
kits-ab/maze
aaacd8b1f2145a73a8fc1f7d3f6e579ea8a88277
[ "Unlicense" ]
3
2020-05-25T11:35:15.000Z
2022-03-02T08:47:36.000Z
src/MAZE.Api/Contracts/Player.cs
kits-ab/maze
aaacd8b1f2145a73a8fc1f7d3f6e579ea8a88277
[ "Unlicense" ]
null
null
null
using System.Collections.Generic; using System.Linq; using PlayerId = System.Int32; namespace MAZE.Api.Contracts { public class Player { public Player(int id, string name, IEnumerable<ActionName> actions) { Id = id; Name = name; Actions = actions.ToList(); ...
20.043478
75
0.574837
0c740d4281c2b7d94ce1b6001466c2c3d5a9c845
270
cs
C#
src/App/Gui/Controls/ProgressBarWithTextViewModel.cs
PolarGoose/ShowWhatProcessLocksFile
60180971ca54ad79b8f43546c86c80e7af200948
[ "MIT" ]
17
2021-08-10T16:37:44.000Z
2022-03-21T09:03:41.000Z
src/App/Gui/Controls/ProgressBarWithTextViewModel.cs
PolarGoose/ShowWhatProcessLocksFile
60180971ca54ad79b8f43546c86c80e7af200948
[ "MIT" ]
1
2021-07-15T07:09:29.000Z
2021-07-15T18:58:06.000Z
src/App/Gui/Controls/ProgressBarWithTextViewModel.cs
PolarGoose/ShowWhatProcessLocksFile
60180971ca54ad79b8f43546c86c80e7af200948
[ "MIT" ]
null
null
null
namespace ShowWhatProcessLocksFile.Gui.Controls { internal class ProgressBarWithTextViewModel : ViewModelBase { public string Text { get; } public ProgressBarWithTextViewModel(string text) { Text = text; } } }
16.875
63
0.625926
3de8271ef55f5f1e39d3721c02b50d3ef0237d90
4,264
cs
C#
NanoRpcSharp.Tests/Messages/AccountInfoTests.cs
justdmitry/NanoRpcSharp
c98492b237324c594f20fa09f5ec9b19f9d4eb69
[ "MIT" ]
3
2019-05-06T22:17:45.000Z
2021-11-05T02:52:04.000Z
NanoRpcSharp.Tests/Messages/AccountInfoTests.cs
justdmitry/NanoRpcSharp
c98492b237324c594f20fa09f5ec9b19f9d4eb69
[ "MIT" ]
null
null
null
NanoRpcSharp.Tests/Messages/AccountInfoTests.cs
justdmitry/NanoRpcSharp
c98492b237324c594f20fa09f5ec9b19f9d4eb69
[ "MIT" ]
null
null
null
namespace NanoRpcSharp.Messages { using System; using System.Numerics; using Newtonsoft.Json.Linq; using Xunit; public class AccountInfoTests { [Fact] public void RequestOk() { var req = new AccountInfoRequest("xrb_3t6k35gi95xu6tergt6p69ck76ogmitsa8mnijtpxm9...
41
128
0.687383
4ff063aba843d58753d278314505cc2d7b641095
5,172
cs
C#
src/BackupVault/App.xaml.cs
chrisforte/backupvault
8757a659533193b5a28171c3a1e35292fe66d673
[ "MIT" ]
null
null
null
src/BackupVault/App.xaml.cs
chrisforte/backupvault
8757a659533193b5a28171c3a1e35292fe66d673
[ "MIT" ]
1
2019-12-20T20:04:49.000Z
2019-12-20T20:08:11.000Z
src/BackupVault/App.xaml.cs
chrisforte/BackupVault
8757a659533193b5a28171c3a1e35292fe66d673
[ "MIT" ]
null
null
null
using BackupVault.Activation; using BackupVault.Contracts.Data; using BackupVault.Contracts.Services; using BackupVault.Data; using BackupVault.Data.Context; using BackupVault.Models; using BackupVault.Services; using BackupVault.ViewModels; using BackupVault.Views; using BackupVault.Windows; using MessagePipe; names...
38.887218
129
0.630704
4108aa35721a86d0431033037c7b048ad55088a3
6,925
cs
C#
UnityProject/Assets/Scripts/QuizManagers/QuizManagerMerge.cs
monica22schmidt/Drive360
0fbbee0ce0ce07f5efb608d5e89caea22df4a0e8
[ "MIT" ]
2
2020-02-29T08:34:10.000Z
2020-03-26T07:02:41.000Z
UnityProject/Assets/Scripts/QuizManagers/QuizManagerMerge.cs
monica22schmidt/Drive360
0fbbee0ce0ce07f5efb608d5e89caea22df4a0e8
[ "MIT" ]
1
2020-03-30T04:20:19.000Z
2020-03-30T04:20:19.000Z
UnityProject/Assets/Scripts/QuizManagers/QuizManagerMerge.cs
klmui/Drive360
8814a2f5ca8f78d80de6fa4d977b5578e092543f
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video; using VRStandardAssets.Utils; public class QuizManagerMerge : MonoBehaviour { // Question where the canvas appears public GameObject questionCanvas; public GameObje...
26.634615
127
0.589892
41377a44f24aef8e4468105657afee024c5070fa
3,668
cs
C#
src/Magellan/Framework/WindowViewEngine.cs
CADbloke/magellan-framework
5d1e639816b3c9cb905eff3c7a3de75233795615
[ "MIT" ]
null
null
null
src/Magellan/Framework/WindowViewEngine.cs
CADbloke/magellan-framework
5d1e639816b3c9cb905eff3c7a3de75233795615
[ "MIT" ]
null
null
null
src/Magellan/Framework/WindowViewEngine.cs
CADbloke/magellan-framework
5d1e639816b3c9cb905eff3c7a3de75233795615
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Windows; namespace Magellan.Framework { /// <summary> /// A <see cref="IViewEngine"/> for Window-derived UI elements. /// </summary> public class WindowViewEngine : ReflectionBasedViewEn...
47.025641
177
0.63277
ac5450add6983d022e0734e9a6bdc035b9e29f2c
742
cs
C#
Source/Mosa.Compiler.Framework/Common/OperandVisitor.cs
robot9706/MOSA-Project
cf27f7ee4eafd3fdf1a13a1983f5f0947f9903d3
[ "BSD-3-Clause" ]
null
null
null
Source/Mosa.Compiler.Framework/Common/OperandVisitor.cs
robot9706/MOSA-Project
cf27f7ee4eafd3fdf1a13a1983f5f0947f9903d3
[ "BSD-3-Clause" ]
null
null
null
Source/Mosa.Compiler.Framework/Common/OperandVisitor.cs
robot9706/MOSA-Project
cf27f7ee4eafd3fdf1a13a1983f5f0947f9903d3
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) MOSA Project. Licensed under the New BSD License. using System.Collections.Generic; namespace Mosa.Compiler.Framework.Common { public struct OperandVisitor { private readonly InstructionNode node; public OperandVisitor(InstructionNode node) { this.node = node; } public IEnumerable<O...
16.488889
67
0.6469
ad24844c622c4a0f94cfb77620a1b827a64c2111
772
cs
C#
VirtualMindTest/DataAccess/VirtualMindInitializer.cs
mendezdev/vm-net-test
2016987012ef6feb47254d5ce8a8005310aa5aad
[ "MIT" ]
null
null
null
VirtualMindTest/DataAccess/VirtualMindInitializer.cs
mendezdev/vm-net-test
2016987012ef6feb47254d5ce8a8005310aa5aad
[ "MIT" ]
null
null
null
VirtualMindTest/DataAccess/VirtualMindInitializer.cs
mendezdev/vm-net-test
2016987012ef6feb47254d5ce8a8005310aa5aad
[ "MIT" ]
null
null
null
using Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataAccess { public class VirtualMindInitializer : DropCreateDatabaseIfModelChanges<VirtualMindContext> { protected override void Seed(V...
29.692308
121
0.637306
fadd5b46afd723928924377949b398bbd707c5ad
1,334
cs
C#
GooglePlayPlugins/com.google.play.billing/Runtime/Scripts/Internal/PurchaseUpdatedListener.cs
PerBlue/play-unity-plugins
7858b7bbbc5e1c58197192ef3a4e4b232869ff31
[ "Apache-2.0" ]
269
2020-03-18T03:25:54.000Z
2022-03-30T17:33:49.000Z
GooglePlayPlugins/com.google.play.billing/Runtime/Scripts/Internal/PurchaseUpdatedListener.cs
PerBlue/play-unity-plugins
7858b7bbbc5e1c58197192ef3a4e4b232869ff31
[ "Apache-2.0" ]
173
2020-03-29T10:56:18.000Z
2022-03-31T17:16:20.000Z
GooglePlayPlugins/com.google.play.billing/Runtime/Scripts/Internal/PurchaseUpdatedListener.cs
PerBlue/play-unity-plugins
7858b7bbbc5e1c58197192ef3a4e4b232869ff31
[ "Apache-2.0" ]
94
2020-04-13T01:29:37.000Z
2022-03-24T02:40:20.000Z
// Copyright 2020 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
36.054054
100
0.721139
2227e3a45e0f16c064060246c2ef3aa8aab25bad
2,715
cs
C#
src/Stratis.Bitcoin/Consensus/ValidationContext.cs
hu53yin/StratisFullNode
7a0f59b63a9427f31fba772228a8cd3ad895a620
[ "MIT" ]
883
2016-09-03T09:46:22.000Z
2022-03-10T07:07:05.000Z
src/Stratis.Bitcoin/Consensus/ValidationContext.cs
hu53yin/StratisFullNode
7a0f59b63a9427f31fba772228a8cd3ad895a620
[ "MIT" ]
2,618
2017-01-09T17:10:11.000Z
2021-08-04T18:22:28.000Z
src/Stratis.Bitcoin/Consensus/ValidationContext.cs
Bingo1392/StratisFullNode
79833c69334a5ea9dd647e94c328a8f3d88bec80
[ "MIT" ]
454
2016-09-11T21:35:22.000Z
2022-03-26T16:07:54.000Z
using System; using NBitcoin; using Stratis.Bitcoin.Configuration.Settings; using Stratis.Bitcoin.P2P.Protocol.Payloads; namespace Stratis.Bitcoin.Consensus { /// <summary> /// A context that is used by consensus that is required for validation, in case validation failed the <see cref="ValidationContext.Error...
49.363636
166
0.671087
749197f42fb3cde25aa9d5d2e805a91bfbf5b305
298
cs
C#
DocumentationSamples/CustomApplicationModules/test/CustomApplicationModules.Application.Tests/CustomApplicationModulesApplicationTestModule.cs
sanmen359/abp-samples
3ae5af0082d44898db7987c9805fdce0a4fab818
[ "MIT" ]
807
2020-03-28T10:09:49.000Z
2022-03-31T12:44:33.000Z
DocumentationSamples/CustomApplicationModules/test/CustomApplicationModules.Application.Tests/CustomApplicationModulesApplicationTestModule.cs
geffzhang/abp-samples
b9b3205ddb3776b6d3f4f70464ff696165f34ec5
[ "MIT" ]
30
2020-03-28T19:29:43.000Z
2022-03-20T18:17:14.000Z
DocumentationSamples/CustomApplicationModules/test/CustomApplicationModules.Application.Tests/CustomApplicationModulesApplicationTestModule.cs
geffzhang/abp-samples
b9b3205ddb3776b6d3f4f70464ff696165f34ec5
[ "MIT" ]
877
2020-04-09T18:01:10.000Z
2022-03-31T12:26:38.000Z
using Volo.Abp.Modularity; namespace CustomApplicationModules { [DependsOn( typeof(CustomApplicationModulesApplicationModule), typeof(CustomApplicationModulesDomainTestModule) )] public class CustomApplicationModulesApplicationTestModule : AbpModule { } }
22.923077
74
0.744966
2fa808efb966417c1d72142d237fe3cebcda0d3e
636
cs
C#
Imms/Imms.Collections/Wrappers/Immutable/ImmSortedSet/Debugging.cs
Imms/Imms
e5fa401776206c8dfb3f551f1c60928325c0f9a1
[ "MIT" ]
92
2016-04-20T19:21:49.000Z
2022-02-17T05:20:24.000Z
Imms/Imms.Collections/Wrappers/Immutable/ImmSortedSet/Debugging.cs
GregRos/Funq
e5fa401776206c8dfb3f551f1c60928325c0f9a1
[ "MIT" ]
3
2016-03-26T12:53:53.000Z
2016-11-29T15:40:15.000Z
Imms/Imms.Collections/Wrappers/Immutable/ImmSortedSet/Debugging.cs
Imms/Imms
e5fa401776206c8dfb3f551f1c60928325c0f9a1
[ "MIT" ]
18
2016-04-27T05:57:19.000Z
2022-02-17T05:20:25.000Z
using System.Diagnostics; using Imms.Abstract; namespace Imms { [DebuggerDisplay("{DebuggerDisplay,nq}")] [DebuggerTypeProxy(typeof (ImmSortedSetDebugView<>))] partial class ImmSortedSet<T> { } class ImmSortedSetDebugView<T> { private ImmSortedSet<T> _inner; public ImmSortedSetDebugView(ImmSortedSet<T> se...
21.2
57
0.721698
2fc173c32757779ce64e42dcd800bfec7c1075e9
1,106
cs
C#
GoOnTap.Android/Utilities.cs
jbatonnet/goontap
c3ee8aa620dd1eb7e716b5e8be0b036bd3e1a34b
[ "MIT" ]
2
2016-09-26T03:58:51.000Z
2016-11-18T19:38:15.000Z
GoOnTap.Android/Utilities.cs
jbatonnet/goontap
c3ee8aa620dd1eb7e716b5e8be0b036bd3e1a34b
[ "MIT" ]
12
2016-11-22T21:19:20.000Z
2017-08-14T15:11:18.000Z
GoOnTap.Android/Utilities.cs
Googulator/goontap
f0788402152316ef9efe054c6b40cf36d2a99572
[ "MIT" ]
5
2016-11-22T19:31:05.000Z
2017-12-27T19:53:03.000Z
using System; using System.Collections.Generic; using System.Text; namespace System { public static class Utilities { public static int Diff(string a, string b) { if (a == null || b == null) //string.IsNullOrEmpty(a) || string.IsNullOrEmpty(b)) throw new ArgumentNul...
31.6
93
0.433996
e8956e1d9bef1490449cb0cdbb2c33c8b2ccf2d9
1,004
cs
C#
src/Commands/Data/Props/PropCreateCommand.cs
tomtehtom/CSM
034b0a7122fdee83cdfea7930b16ea93fe52df71
[ "MIT" ]
241
2020-06-03T01:07:58.000Z
2022-03-31T21:28:54.000Z
src/Commands/Data/Props/PropCreateCommand.cs
tomtehtom/CSM
034b0a7122fdee83cdfea7930b16ea93fe52df71
[ "MIT" ]
78
2020-06-02T11:10:46.000Z
2022-03-21T13:24:24.000Z
src/Commands/Data/Props/PropCreateCommand.cs
tomtehtom/CSM
034b0a7122fdee83cdfea7930b16ea93fe52df71
[ "MIT" ]
68
2020-07-13T22:25:14.000Z
2022-03-17T22:48:03.000Z
using ProtoBuf; using UnityEngine; namespace CSM.Commands.Data.Props { /// <summary> /// Called when a prop is created. /// </summary> /// Sent by: /// - PropHandler [ProtoContract] public class PropCreateCommand : CommandBase { /// <summary> /// The prop id to ...
22.311111
55
0.492032
da4993dee5ac1caf7a3ce833ce9fba2cb143586e
2,993
cs
C#
Hyena.Gui/Hyena.Gui/EditableInsertAction.cs
arfbtwn/hyena
c72e5208632f8b1c2b27bd853e22acbb1d06d9fd
[ "MIT" ]
null
null
null
Hyena.Gui/Hyena.Gui/EditableInsertAction.cs
arfbtwn/hyena
c72e5208632f8b1c2b27bd853e22acbb1d06d9fd
[ "MIT" ]
null
null
null
Hyena.Gui/Hyena.Gui/EditableInsertAction.cs
arfbtwn/hyena
c72e5208632f8b1c2b27bd853e22acbb1d06d9fd
[ "MIT" ]
null
null
null
// // EditableInsertAction.cs // // Author: // Aaron Bockover <abockover@novell.com> // // Copyright (C) 2007-2008 Novell, Inc. // // 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...
33.255556
108
0.608086
a77bed1152f01bdf043a7705d9b003ba7c510416
831
cs
C#
src/Framework/Framework/Compilation/BindingParserException.cs
cafstep/dotvvm
892aaf281a55fcf5bf13ba3978df0013debc5af6
[ "Apache-2.0" ]
641
2015-06-13T06:24:47.000Z
2022-03-18T20:06:06.000Z
src/Framework/Framework/Compilation/BindingParserException.cs
cafstep/dotvvm
892aaf281a55fcf5bf13ba3978df0013debc5af6
[ "Apache-2.0" ]
879
2015-06-13T16:10:46.000Z
2022-03-28T14:42:37.000Z
src/Framework/Framework/Compilation/BindingParserException.cs
cafstep/dotvvm
892aaf281a55fcf5bf13ba3978df0013debc5af6
[ "Apache-2.0" ]
128
2015-07-14T15:00:59.000Z
2022-03-02T17:39:24.000Z
using System; namespace DotVVM.Framework.Compilation { public class BindingParserException : Exception { public Type DataContext { get; set; } public string BindingExpression { get; set; } public Type[] DataContextAncestors { get; set; } public Type ControlType { get; set; } ...
36.130435
162
0.663057
45ed4963e9a6f2fb24c742e8280c743221f816ee
1,653
cs
C#
OpenApiQuery.Test/Serialization/SystemText/DeltaDeserializationTests.cs
Pzixel/OpenApiQuery
0d8fea86560f6755dcf82f5179c5e3f00a427b37
[ "MIT" ]
29
2019-11-15T19:16:17.000Z
2022-03-23T09:29:02.000Z
OpenApiQuery.Test/Serialization/SystemText/DeltaDeserializationTests.cs
Pzixel/OpenApiQuery
0d8fea86560f6755dcf82f5179c5e3f00a427b37
[ "MIT" ]
31
2019-11-18T14:08:14.000Z
2020-07-31T13:22:23.000Z
OpenApiQuery.Test/Serialization/SystemText/DeltaDeserializationTests.cs
Pzixel/OpenApiQuery
0d8fea86560f6755dcf82f5179c5e3f00a427b37
[ "MIT" ]
7
2019-11-18T13:50:28.000Z
2020-06-01T10:30:05.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace OpenApiQuery.Test.Serialization.SystemText { [TestClass] public class DeltaDeserializationTests : SerializationTestBase { [TestMethod] public void TestDeserialize_Simple() { var objects = Deserialize<Delta<Sim...
36.733333
85
0.572898
3404fbc936db755604a731b7bc9f1de728d948ee
1,080
cs
C#
src/MSC.CM.Xam/SampleData/FeedbackType.cs
MSCTek/ConferenceMate
457a7852296caddb77c3aa12a6a75157ed52f9a7
[ "Apache-2.0" ]
9
2019-06-15T01:44:39.000Z
2020-08-20T15:29:50.000Z
src/MSC.CM.Xam/SampleData/FeedbackType.cs
MSCTek/ConferenceMate
457a7852296caddb77c3aa12a6a75157ed52f9a7
[ "Apache-2.0" ]
2
2021-03-17T02:57:18.000Z
2021-03-17T03:57:18.000Z
src/MSC.CM.Xam/SampleData/FeedbackType.cs
MSCTek/ConferenceMate
457a7852296caddb77c3aa12a6a75157ed52f9a7
[ "Apache-2.0" ]
1
2021-01-21T12:38:28.000Z
2021-01-21T12:38:28.000Z
// <auto-generated> - Template:XamSample, Version:1.1, Id:9131a0a2-7ceb-4f4c-b8a9-6740ac19f66c using System; namespace MSC.CM.Xam.ModelData.CM { public static class DemoFeedbackType { public static int SampleFeedbackTypeId0000 = 360146547; public static int SampleFeedbackTypeId0100 = 480728670; public static ...
22.5
94
0.680556
65bca7bdade4bddedaf48919d3e09a5ba19911e9
471
cs
C#
backend/src/Liar.Application.Contracts/Dtos/Sys/User/UserRefreshTokenDto.cs
Jiayg/Liar
60b21ef7d554550c0d45a567ba94013729e61830
[ "Apache-2.0" ]
1
2021-08-02T09:31:54.000Z
2021-08-02T09:31:54.000Z
backend/src/Liar.Application.Contracts/Dtos/Sys/User/UserRefreshTokenDto.cs
Jiayg/Liar
60b21ef7d554550c0d45a567ba94013729e61830
[ "Apache-2.0" ]
null
null
null
backend/src/Liar.Application.Contracts/Dtos/Sys/User/UserRefreshTokenDto.cs
Jiayg/Liar
60b21ef7d554550c0d45a567ba94013729e61830
[ "Apache-2.0" ]
null
null
null
using Liar.Domain.Shared.Dtos; namespace Liar.Application.Contracts.Dtos.Sys.User { public class UserRefreshTokenDto : IInputDto { /// <summary> /// id /// </summary> public long Id { get; set; } /// <summary> /// 账户 /// </summary> public string...
20.478261
50
0.507431
8984af9b12089a29d5eb5d9b01290bc292d77b0d
819
cs
C#
test/Shared/FunctionalTests/TestModels/TemplateModels/Schemas/AdvancedPatterns.Designer.cs
mariloutb/EntityFramework-Classic
b52a43d8e72b3a9afe553d4949197c1cace51d68
[ "Apache-2.0" ]
1,209
2016-07-26T21:35:17.000Z
2020-01-06T10:31:01.000Z
test/EntityFramework/FunctionalTests/TestModels/TemplateModels/Schemas/AdvancedPatterns.Designer.cs
kidkai25/EntityFramework6
58b5434fab7768f5118dd55a5fecad8509af4128
[ "Apache-2.0" ]
1,383
2016-07-26T21:56:54.000Z
2020-01-07T20:00:46.000Z
test/EntityFramework/FunctionalTests/TestModels/TemplateModels/Schemas/AdvancedPatterns.Designer.cs
kidkai25/EntityFramework6
58b5434fab7768f5118dd55a5fecad8509af4128
[ "Apache-2.0" ]
559
2016-07-26T21:39:54.000Z
2020-01-04T17:34:02.000Z
// Default code generation is disabled for model 'D:\entityframework\test\EntityFramework\FunctionalTests\TestModels\TemplateModels\Schemas\AdvancedPatterns.edmx'. // To enable default code generation, change the value of the 'Code Generation Strategy' designer // property to an alternate value. This property is avai...
81.9
165
0.778999
d8c7bb8e42f135c6b140c3370d6c29ceea1ac0c6
5,967
cs
C#
ClickShow/UI/ClickIndicator.xaml.cs
BigDevil82/ClickShow
16c8baa4bc1d2b3e66db3d04c9ddcf6934cd2049
[ "MIT" ]
1
2021-09-13T08:16:14.000Z
2021-09-13T08:16:14.000Z
ClickShow/UI/ClickIndicator.xaml.cs
BigDevil82/ClickShow
16c8baa4bc1d2b3e66db3d04c9ddcf6934cd2049
[ "MIT" ]
null
null
null
ClickShow/UI/ClickIndicator.xaml.cs
BigDevil82/ClickShow
16c8baa4bc1d2b3e66db3d04c9ddcf6934cd2049
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Diagnostics; 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.Interop; using S...
31.240838
126
0.615385
a721a2d8f3f8c3aab0d51450eddd7ae883f7a292
10,070
cs
C#
src/_Configuration/Framework.Configuration.BLL.Core.Tests.Unit/SubscriptionSystemService3/Templates/ExcessTemplatesFilterTests.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
18
2021-12-22T09:28:06.000Z
2022-01-20T19:48:41.000Z
src/_Configuration/Framework.Configuration.BLL.Core.Tests.Unit/SubscriptionSystemService3/Templates/ExcessTemplatesFilterTests.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
44
2021-12-28T08:36:17.000Z
2022-03-22T09:17:28.000Z
src/_Configuration/Framework.Configuration.BLL.Core.Tests.Unit/SubscriptionSystemService3/Templates/ExcessTemplatesFilterTests.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
2
2021-12-23T15:30:01.000Z
2021-12-28T01:26:36.000Z
using System.Linq; using AutoFixture; using FluentAssertions; using Framework.Configuration.BLL.SubscriptionSystemService3.Templates; using Framework.UnitTesting; using NUnit.Framework; namespace Framework.Configuration.BLL.Core.Tests.Unit.SubscriptionSystemService3.Templates { [TestFixture] pub...
33.125
135
0.528103
6dda2d79b5d9f8bd399c12d682648e0acb630127
940
cs
C#
Tech-Module/Exams/PF-Demo-Final_01Dec18/02.Deciphering/Program.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
null
null
null
Tech-Module/Exams/PF-Demo-Final_01Dec18/02.Deciphering/Program.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
null
null
null
Tech-Module/Exams/PF-Demo-Final_01Dec18/02.Deciphering/Program.cs
kovachevmartin/SoftUni
2618fa8d9090f880bf461ce3b5d9932a7b068c8a
[ "MIT" ]
1
2020-01-27T14:57:31.000Z
2020-01-27T14:57:31.000Z
using System; using System.Text; namespace _02.Deciphering { class Program { static void Main(string[] args) { string encryptedText = Console.ReadLine(); StringBuilder decryptedText = new StringBuilder(); for (int i = 0; i < encryptedText.Length; i++) ...
28.484848
98
0.5
45444cc1f3c59a6223373ea38dab028c86113b13
663
cs
C#
src/OperatorFramework/src/Testing/Models/ListParameters.cs
georgait/reverse-proxy
7ca6acb0594489cb8bedce12662f0c7f58d797a5
[ "MIT" ]
5,346
2020-04-09T21:29:16.000Z
2022-03-31T20:50:04.000Z
src/OperatorFramework/src/Testing/Models/ListParameters.cs
georgait/reverse-proxy
7ca6acb0594489cb8bedce12662f0c7f58d797a5
[ "MIT" ]
1,038
2020-04-09T22:16:36.000Z
2022-03-31T17:12:05.000Z
src/OperatorFramework/src/Testing/Models/ListParameters.cs
georgait/reverse-proxy
7ca6acb0594489cb8bedce12662f0c7f58d797a5
[ "MIT" ]
490
2020-04-11T16:58:08.000Z
2022-03-30T15:17:55.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.AspNetCore.Mvc; namespace Microsoft.Kubernetes.Testing.Models; public class ListParameters { [FromQuery] public string Continue { get; set; } [FromQuery] public string FieldSelector { get; set; } [FromQu...
19.5
47
0.657617
629fbd7a92e7e8c1e7646d8317ed13861d979ad4
815
cs
C#
Assets/Scripts/GamePlay/Attacking/Bullet/AllingDirection.cs
dev-den-dev/DutchDefence
ec0d83cfb1ed9c6180aaa37b292616a8417f9e9f
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/GamePlay/Attacking/Bullet/AllingDirection.cs
dev-den-dev/DutchDefence
ec0d83cfb1ed9c6180aaa37b292616a8417f9e9f
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/GamePlay/Attacking/Bullet/AllingDirection.cs
dev-den-dev/DutchDefence
ec0d83cfb1ed9c6180aaa37b292616a8417f9e9f
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(Rigidbody2D))] public class AllingDirection : MonoBehaviour { private Rigidbody2D _rigidbody; private bool _shouldRefresh; private void Start() { _rigidbody = GetComponent<Rig...
20.897436
66
0.651534
0ab7acc6ecf44a0b93e7bbb51aeffab47672abc5
3,779
cs
C#
code/c#/three.net/Three.Net/Utils/Trigger.cs
delaneyj/three.net
fbfb02ee0a547c597149fda16c9666135ba6d02f
[ "MIT" ]
81
2015-05-21T02:00:41.000Z
2022-02-10T01:01:37.000Z
code/c#/three.net/Three.Net/Utils/Trigger.cs
delaneyj/three.net
fbfb02ee0a547c597149fda16c9666135ba6d02f
[ "MIT" ]
6
2015-05-27T12:24:16.000Z
2017-08-17T19:51:09.000Z
code/c#/three.net/Three.Net/Utils/Trigger.cs
delaneyj/three.net
fbfb02ee0a547c597149fda16c9666135ba6d02f
[ "MIT" ]
26
2015-05-22T10:16:03.000Z
2022-01-15T11:15:28.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Three.Net.Utils { public abstract class Subscribable<T> where T : class { public abstract SubscriptionToken<T> Subscribe(Action<T> onFire, SubscriptionPriority priority = Subsc...
30.723577
158
0.564964
0ad1bc63323ae52556860e7a1004fd549c20b5dc
3,034
cs
C#
C#-Forms/006-PropertyGrid/PropertyGrid5/PropertyGrid5/FormMain.Designer.cs
wujianhua2000/Code.Learning.aus.Internet
7e18c3839e3be332c1b4367fbb0f3f281af65a69
[ "MIT" ]
null
null
null
C#-Forms/006-PropertyGrid/PropertyGrid5/PropertyGrid5/FormMain.Designer.cs
wujianhua2000/Code.Learning.aus.Internet
7e18c3839e3be332c1b4367fbb0f3f281af65a69
[ "MIT" ]
null
null
null
C#-Forms/006-PropertyGrid/PropertyGrid5/PropertyGrid5/FormMain.Designer.cs
wujianhua2000/Code.Learning.aus.Internet
7e18c3839e3be332c1b4367fbb0f3f281af65a69
[ "MIT" ]
null
null
null
namespace PropertyGrid5 { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <pa...
38.897436
150
0.572512
5cabe0c9f39d4fcd693c01f2a3e5efae1f1eb81b
3,185
cs
C#
src/WebApi/Startup.cs
gusals/api-google-signin-netcore
43d34b9f1fad055f77da6ba780266a9bd505145b
[ "MIT" ]
null
null
null
src/WebApi/Startup.cs
gusals/api-google-signin-netcore
43d34b9f1fad055f77da6ba780266a9bd505145b
[ "MIT" ]
null
null
null
src/WebApi/Startup.cs
gusals/api-google-signin-netcore
43d34b9f1fad055f77da6ba780266a9bd505145b
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Prometheus; using WebApi.Modules; using Westwind.AspNetCore.Live...
43.040541
175
0.616327
8b835d0c6151e0927066dea80f749da5a8ef927b
1,638
cs
C#
NsqSharp/Bus/Logging/IMessageAuditorExtensions.cs
a180285/NsqSharp
6db7faddca848ad4d8b5fc7fea6e70ca29867dff
[ "MIT" ]
170
2015-01-27T00:19:27.000Z
2022-01-14T20:53:07.000Z
NsqSharp/Bus/Logging/IMessageAuditorExtensions.cs
a180285/NsqSharp
6db7faddca848ad4d8b5fc7fea6e70ca29867dff
[ "MIT" ]
85
2015-03-21T19:18:17.000Z
2021-11-28T01:49:09.000Z
NsqSharp/Bus/Logging/IMessageAuditorExtensions.cs
a180285/NsqSharp
6db7faddca848ad4d8b5fc7fea6e70ca29867dff
[ "MIT" ]
50
2015-04-28T08:11:17.000Z
2021-05-14T02:22:46.000Z
using System; using NsqSharp.Core; namespace NsqSharp.Bus.Logging { internal static class IMessageAuditorExtensions { public static void TryOnReceived( this IMessageAuditor messageAuditor, ILogger logger, IBus bus, MessageInformation messageInformation ...
27.3
101
0.520147
e3b0ab1003b60f9eec9d16f78203fc3c6f4e3866
19,974
cs
C#
Main/Main/Form1.Designer.cs
feycce/Desktop-C_Sharp_App
5f93e7f3ac33769de34a0a2a6b5637be54934e73
[ "MIT" ]
null
null
null
Main/Main/Form1.Designer.cs
feycce/Desktop-C_Sharp_App
5f93e7f3ac33769de34a0a2a6b5637be54934e73
[ "MIT" ]
null
null
null
Main/Main/Form1.Designer.cs
feycce/Desktop-C_Sharp_App
5f93e7f3ac33769de34a0a2a6b5637be54934e73
[ "MIT" ]
null
null
null
namespace Main { partial class mainForm { /// <summary> /// Variable nécessaire au concepteur. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Nettoyage des ressources utilisées. /// </summary> /// <pa...
58.920354
181
0.642035
a8289fc5534a4bb299cf228b2092ab6ef68ad61b
2,678
cs
C#
Assets/Scripts/Questing/CollectionGoalTracker.cs
ZakariaTalhami/Rustcrest
2d14e294947831ba8744a372e0ef51738ab81715
[ "MIT" ]
null
null
null
Assets/Scripts/Questing/CollectionGoalTracker.cs
ZakariaTalhami/Rustcrest
2d14e294947831ba8744a372e0ef51738ab81715
[ "MIT" ]
null
null
null
Assets/Scripts/Questing/CollectionGoalTracker.cs
ZakariaTalhami/Rustcrest
2d14e294947831ba8744a372e0ef51738ab81715
[ "MIT" ]
null
null
null
using System; using UnityEngine; [Serializable] public class CollectionGoalTracker : GoalTracker { public int currentAmount = 0; private const string MESSAGE_FORMAT = "Collected: {0} {1}/{2}"; public CollectionGoalTracker(QuestTracker quest, BaseGoal goal) : base(quest, goal) { this.currentAmo...
31.880952
116
0.667662
a8a1dd3f379f29fa119a588ea7065188a0e0954a
168
cs
C#
GE.WebUI/Areas/Admin/Controllers/RequestsController.cs
simlex-titul2005/GE
d94b8b88b49398b8b5903290d34f90ae084e0acd
[ "MIT" ]
null
null
null
GE.WebUI/Areas/Admin/Controllers/RequestsController.cs
simlex-titul2005/GE
d94b8b88b49398b8b5903290d34f90ae084e0acd
[ "MIT" ]
47
2016-01-13T20:18:13.000Z
2016-08-17T15:04:52.000Z
GE.WebUI/Areas/Admin/Controllers/RequestsController.cs
simlex-titul2005/game-exe.com
d94b8b88b49398b8b5903290d34f90ae084e0acd
[ "MIT" ]
null
null
null
using SX.WebCore.MvcControllers; namespace GE.WebUI.Areas.Admin.Controllers { public sealed class RequestsController : SxRequestsController { } }
18.666667
65
0.714286
f6d93d80d70da1e6562c230ce9bab2b588b0b7e7
200
cs
C#
src/EBuy.Services/Contracts/IOrderService.cs
kristiyanb/ebuy
c8ec90ad4fafe7fdac8ac5bfff6326f6d904ef18
[ "MIT" ]
null
null
null
src/EBuy.Services/Contracts/IOrderService.cs
kristiyanb/ebuy
c8ec90ad4fafe7fdac8ac5bfff6326f6d904ef18
[ "MIT" ]
null
null
null
src/EBuy.Services/Contracts/IOrderService.cs
kristiyanb/ebuy
c8ec90ad4fafe7fdac8ac5bfff6326f6d904ef18
[ "MIT" ]
null
null
null
namespace EBuy.Services.Contracts { using System.Threading.Tasks; using Models; public interface IOrderService { Task<bool> Create(OrderDto input, string username); } }
16.666667
59
0.675
8d98a862d732951525f4e8503c794e1d44805449
532
cs
C#
source/ElmahMagic.Repository/Helpers/NameValueCollectionExtensions.cs
OpenMagic/ElmahMagic.Repository
b21f60499b92b7579a8d5bfe58c2fa5526cb7e2e
[ "MIT" ]
null
null
null
source/ElmahMagic.Repository/Helpers/NameValueCollectionExtensions.cs
OpenMagic/ElmahMagic.Repository
b21f60499b92b7579a8d5bfe58c2fa5526cb7e2e
[ "MIT" ]
null
null
null
source/ElmahMagic.Repository/Helpers/NameValueCollectionExtensions.cs
OpenMagic/ElmahMagic.Repository
b21f60499b92b7579a8d5bfe58c2fa5526cb7e2e
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Collections.Specialized; namespace ElmahMagic.Repository.Helpers { public static class NameValueCollectionExtensions { public static void AddKeyValueCollection(this NameValueCollection nameValueCollection, IReadOnlyCollection<KeyValueItem> keyValueCollect...
31.294118
148
0.706767
8dbc5ecd5d848f53dd7c023886d7123799eeb523
2,958
cs
C#
src/client/Microsoft.Identity.Client/OAuth2/Throttling/SingletonThrottlingManager.cs
Ossiaco/microsoft-authentication-library-for-dotnet
11eb3f27a1863b8fbfddfa0a8de36f2cd5c0b11b
[ "MIT" ]
1
2021-05-25T13:41:26.000Z
2021-05-25T13:41:26.000Z
src/client/Microsoft.Identity.Client/OAuth2/Throttling/SingletonThrottlingManager.cs
Ossiaco/microsoft-authentication-library-for-dotnet
11eb3f27a1863b8fbfddfa0a8de36f2cd5c0b11b
[ "MIT" ]
null
null
null
src/client/Microsoft.Identity.Client/OAuth2/Throttling/SingletonThrottlingManager.cs
Ossiaco/microsoft-authentication-library-for-dotnet
11eb3f27a1863b8fbfddfa0a8de36f2cd5c0b11b
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using Microsoft.Identity.Client.Internal.Requests; namespace Microsoft.Identity.Client.OAuth2.Throttling { /// <summary> /// Throttling is the action through which M...
34.395349
113
0.618661
82c9c2a195117d90979e84b4eeac72cb5385431c
10,407
cs
C#
NeoLua.Test/Functions.cs
ojb500/neolua
f9a20b5c6344abfa4823a84e99ffe3577355a2c3
[ "Apache-2.0" ]
null
null
null
NeoLua.Test/Functions.cs
ojb500/neolua
f9a20b5c6344abfa4823a84e99ffe3577355a2c3
[ "Apache-2.0" ]
null
null
null
NeoLua.Test/Functions.cs
ojb500/neolua
f9a20b5c6344abfa4823a84e99ffe3577355a2c3
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Reflection; using Microsoft.VisualStudio.TestTools.UnitTesting; using Neo.IronLua; namespace LuaDLR.Test { public delegate int ParamOutDelegate(int a, ref int b, out int c); public delegate int ParamIntDelegate(int a, int b, int c); public cl...
23.545249
138
0.561257
82f23cf5a4b380d27c0956445df898d91c5c8cc2
1,337
cs
C#
src/CoreWCF.Primitives/src/CoreWCF/Channels/BindingElement.cs
ydemetriades/CoreWCF
20a314d8354ed96618f9c42a9a43378bfb0735e0
[ "MIT" ]
null
null
null
src/CoreWCF.Primitives/src/CoreWCF/Channels/BindingElement.cs
ydemetriades/CoreWCF
20a314d8354ed96618f9c42a9a43378bfb0735e0
[ "MIT" ]
null
null
null
src/CoreWCF.Primitives/src/CoreWCF/Channels/BindingElement.cs
ydemetriades/CoreWCF
20a314d8354ed96618f9c42a9a43378bfb0735e0
[ "MIT" ]
null
null
null
using CoreWCF.Runtime; namespace CoreWCF.Channels { public abstract class BindingElement { protected BindingElement() { } #pragma warning disable RECS0154 // Parameter is never used protected BindingElement(BindingElement elementToBeCloned) { } #pragma warning restore RECS0154 // Parameter is n...
43.129032
212
0.706058
767d9b995b51542b177a6cffb86ad796ce3eacc1
2,109
cs
C#
code/Storage/Entities/AgencyEntity.cs
microsoft/EmbeddedSocial-SyncService-for-OBA
7f2a33959742106a6acc63b5f41329e2ae73c4c1
[ "MIT" ]
2
2020-05-09T09:32:21.000Z
2020-09-06T18:05:07.000Z
code/Storage/Entities/AgencyEntity.cs
microsoft/EmbeddedSocial-SyncService-for-OBA
7f2a33959742106a6acc63b5f41329e2ae73c4c1
[ "MIT" ]
null
null
null
code/Storage/Entities/AgencyEntity.cs
microsoft/EmbeddedSocial-SyncService-for-OBA
7f2a33959742106a6acc63b5f41329e2ae73c4c1
[ "MIT" ]
3
2020-06-30T15:45:51.000Z
2020-08-05T14:08:39.000Z
// <copyright file="AgencyEntity.cs" company="Microsoft"> // Copyright (c) Microsoft. All rights reserved. // </copyright> namespace OBAService.Storage.Model { using OBAService.Utils; /// <summary> /// OneBusAway Agency in Azure Table storage /// </summary> public class AgencyEntity { ...
23.965909
121
0.472262
b36135bb1e69de2a00b816d6a9bd435464d351e2
221
cs
C#
test/unit/AdaskoTheBeAsT.MediatR.SimpleInjector.Test/TypeExtensionsTest.Derived.cs
AdaskoTheBeAsT/AdaskoTheBeAsT.MediatR.SimpleInjector
bd3d8b930d55624af2af73b00e058cba9f45a276
[ "MIT" ]
null
null
null
test/unit/AdaskoTheBeAsT.MediatR.SimpleInjector.Test/TypeExtensionsTest.Derived.cs
AdaskoTheBeAsT/AdaskoTheBeAsT.MediatR.SimpleInjector
bd3d8b930d55624af2af73b00e058cba9f45a276
[ "MIT" ]
1
2020-08-01T02:58:29.000Z
2020-08-01T02:58:29.000Z
test/unit/AdaskoTheBeAsT.MediatR.SimpleInjector.Test/TypeExtensionsTest.Derived.cs
AdaskoTheBeAsT/AdaskoTheBeAsT.MediatR.SimpleInjector
bd3d8b930d55624af2af73b00e058cba9f45a276
[ "MIT" ]
1
2020-08-01T02:52:40.000Z
2020-08-01T02:52:40.000Z
namespace AdaskoTheBeAsT.MediatR.SimpleInjector.Test { public sealed partial class TypeExtensionsTest { private class Derived<T> : Base<T>, IBase<T> { } } }
18.416667
52
0.547511
309347c151072d1e13f91664d85943f7be15c33e
24,388
cs
C#
Luna/Process/Create.cs
lunaphp/luna-cli
93b2c4849be1f791da99b06f17f60e5eb8a24f40
[ "MIT" ]
null
null
null
Luna/Process/Create.cs
lunaphp/luna-cli
93b2c4849be1f791da99b06f17f60e5eb8a24f40
[ "MIT" ]
null
null
null
Luna/Process/Create.cs
lunaphp/luna-cli
93b2c4849be1f791da99b06f17f60e5eb8a24f40
[ "MIT" ]
null
null
null
using Colorify; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text.RegularExpressions; namespace Luna.Process { class Create { public static void Page(string name, bool crud = false, IEnumerable<string> columns = null) { #region Va...
53.718062
244
0.492414
bc22efcf92e5a685da269bb0b92e35266f24dc6f
93
cs
C#
src/Metrics/IMetricsStore.cs
deeja/metrics
287df6c6b24fdd35be4969e76eccf1a26610b6bf
[ "MIT" ]
null
null
null
src/Metrics/IMetricsStore.cs
deeja/metrics
287df6c6b24fdd35be4969e76eccf1a26610b6bf
[ "MIT" ]
null
null
null
src/Metrics/IMetricsStore.cs
deeja/metrics
287df6c6b24fdd35be4969e76eccf1a26610b6bf
[ "MIT" ]
1
2020-11-05T15:32:48.000Z
2020-11-05T15:32:48.000Z
namespace Metrics { public interface IMetricsStore : IMetricsStore<IMetric> { } }
15.5
59
0.688172
d27fcb87a9465cbe283b9f5d190a676b1dba78d9
29,978
cs
C#
src/InitializeCmdlet/content.cs
CiscoDevNet/intersight-powershell
01e565eab5586e4bc4b9eecde73067e1c3497e6c
[ "Apache-2.0" ]
6
2021-03-24T15:21:12.000Z
2022-02-22T09:47:16.000Z
src/InitializeCmdlet/content.cs
CiscoDevNet/intersight-powershell
01e565eab5586e4bc4b9eecde73067e1c3497e6c
[ "Apache-2.0" ]
18
2020-08-27T20:54:38.000Z
2022-03-31T05:53:57.000Z
src/InitializeCmdlet/content.cs
CiscoDevNet/intersight-powershell
01e565eab5586e4bc4b9eecde73067e1c3497e6c
[ "Apache-2.0" ]
3
2020-07-07T14:59:28.000Z
2021-03-27T14:41:50.000Z
using System; using System.Collections.Generic; using System.Text; using System.Management.Automation; using Intersight.Api; using Intersight.Model; namespace Intersight.PowerShell { /// <summary> /// <para type="synopsis">This is the cmdlet to Initialize ContentParameter.</para> /// </summary> [Cmdlet...
53.341637
1,021
0.640069
a93ac7de88de6dc36a4c0bfeac72952c8a080a08
2,520
cs
C#
src/ParkingLotTest/Utils/SlotToEmptyTest.cs
rahulchrty/ParkingLot
ced4376c375d2b1f7a7f2b447fe807477056b398
[ "MIT" ]
null
null
null
src/ParkingLotTest/Utils/SlotToEmptyTest.cs
rahulchrty/ParkingLot
ced4376c375d2b1f7a7f2b447fe807477056b398
[ "MIT" ]
null
null
null
src/ParkingLotTest/Utils/SlotToEmptyTest.cs
rahulchrty/ParkingLot
ced4376c375d2b1f7a7f2b447fe807477056b398
[ "MIT" ]
null
null
null
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using ParkingLot.BusinessInterfaces; using ParkingLot.Business; namespace ParkingLotTest.Utils { [TestClass] public class SlotToEmptyTest { private ISlotToEmpty _slotToEmpty; [TestInitialize] public void SetUp() ...
31.898734
63
0.551984
089342dbc36e0a4a40d2fd0b97197ad66646e032
2,366
cs
C#
src/go2cs/ScannerBase/ScannerBase_ExpressionList.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
249
2018-06-02T10:42:32.000Z
2022-03-23T20:54:45.000Z
src/go2cs/ScannerBase/ScannerBase_ExpressionList.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
14
2019-01-22T18:55:14.000Z
2022-03-13T21:26:45.000Z
src/go2cs/ScannerBase/ScannerBase_ExpressionList.cs
rgwood/go2cs
9d9b931c53153bc1598268951de779ad9216e631
[ "MIT" ]
35
2018-08-01T18:04:30.000Z
2022-02-23T03:25:25.000Z
//****************************************************************************************************** // ScannerBase_ExpressionList.cs - Gbtc // // Copyright © 2018, Grid Protection Alliance. All Rights Reserved. // // Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreemen...
41.508772
119
0.581995
a0fa6bd055dc847dfce4ea331f4a1ea3c856fd51
2,050
cs
C#
ufo/UFO.Server/UFO.Commander/ViewModels/PerformanceViewModel.cs
untitled-no1/ufo
42a45bd7ef5b924dd54b048fe551aa29a4f7b33e
[ "Apache-2.0" ]
null
null
null
ufo/UFO.Server/UFO.Commander/ViewModels/PerformanceViewModel.cs
untitled-no1/ufo
42a45bd7ef5b924dd54b048fe551aa29a4f7b33e
[ "Apache-2.0" ]
null
null
null
ufo/UFO.Server/UFO.Commander/ViewModels/PerformanceViewModel.cs
untitled-no1/ufo
42a45bd7ef5b924dd54b048fe551aa29a4f7b33e
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; using UFO.Commander.Annotations; using UFO.Server.Domain; namespace UFO.Commander.ViewModels { public class PerformanceViewModel :...
21.354167
86
0.583902
ba7e132292f892308e2cdc3cf7ec773b2b5974af
311
cshtml
C#
src/net3/3-0/aspnet/rcl/RazorLayout/Soeleman.Libs.Core/Pages/Shared/Components/BootstrapCss/Default.cshtml
soeleman/DotNetLab
91f1d6ca3cbfbfae08b4b241026eaaedb9d99de7
[ "MIT" ]
4
2020-11-23T23:35:07.000Z
2022-01-20T23:56:39.000Z
src/net3/3-0/aspnet/rcl/RazorLayout/Soeleman.Libs.Core/Pages/Shared/Components/BootstrapCss/Default.cshtml
soeleman/DotNetLab
91f1d6ca3cbfbfae08b4b241026eaaedb9d99de7
[ "MIT" ]
null
null
null
src/net3/3-0/aspnet/rcl/RazorLayout/Soeleman.Libs.Core/Pages/Shared/Components/BootstrapCss/Default.cshtml
soeleman/DotNetLab
91f1d6ca3cbfbfae08b4b241026eaaedb9d99de7
[ "MIT" ]
8
2019-10-03T23:35:13.000Z
2021-08-20T10:46:49.000Z
<link rel="stylesheet" href="/_content/Soeleman.Libs.Core/libs/bootstrap/4.3.1/bootstrap.min.css" /> @*<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha256-YLGeXaapI0/5IgZopewRJcFXomhRMlYYjugPLSyNjTY=" crossorigin="anonymous" />*@
311
311
0.778135
ed2452b8eb91303a8ac4b75b548cf675c98b2804
1,022
cshtml
C#
BbB.MVC/TodoMVC/Views/User/Upgrade.cshtml
1806-jun25-net/BbB-MVC
bac425c4950dca62f84cd311eb7550a869e31d43
[ "MIT" ]
null
null
null
BbB.MVC/TodoMVC/Views/User/Upgrade.cshtml
1806-jun25-net/BbB-MVC
bac425c4950dca62f84cd311eb7550a869e31d43
[ "MIT" ]
null
null
null
BbB.MVC/TodoMVC/Views/User/Upgrade.cshtml
1806-jun25-net/BbB-MVC
bac425c4950dca62f84cd311eb7550a869e31d43
[ "MIT" ]
null
null
null
@model TodoMVC.Models.Driver @{ ViewData["Title"] = "Upgrade"; } <h2>Upgrade</h2> <hr /> <div class="row"> <div class="col-md-4"> <form asp-action="Upgrade"> <div asp-validation-summary="ModelOnly" class="text-danger"></div> <div class="form-group"> <label asp...
29.2
78
0.520548
a0026f4f9b03f1f25b4a82e03e6c95dcdda4afcb
7,192
cs
C#
Content/Projectiles/Other/ArmorSetBonus/MiningEnergyBlast.cs
RighteousRyan1/AerovelenceMod
f0c2d5f3057782dfbac7de64ffef94002548e6d3
[ "MIT" ]
null
null
null
Content/Projectiles/Other/ArmorSetBonus/MiningEnergyBlast.cs
RighteousRyan1/AerovelenceMod
f0c2d5f3057782dfbac7de64ffef94002548e6d3
[ "MIT" ]
1
2021-03-21T00:37:09.000Z
2021-03-21T00:37:09.000Z
Content/Projectiles/Other/ArmorSetBonus/MiningEnergyBlast.cs
RighteousRyan1/AerovelenceMod
f0c2d5f3057782dfbac7de64ffef94002548e6d3
[ "MIT" ]
1
2021-03-28T02:28:57.000Z
2021-03-28T02:28:57.000Z
using System; using AerovelenceMod.Content.Dusts; using Microsoft.Xna.Framework; using Terraria; using Terraria.GameContent.Achievements; using Terraria.ID; using Terraria.ModLoader; using static Terraria.ModLoader.ModContent; namespace AerovelenceMod.Content.Projectiles.Other.ArmorSetBonus { public class MiningEnerg...
39.955556
451
0.614155
b1693626072bb57a4b73f4da5826c017b74e73be
381
cs
C#
OfficePS/Models/IFeedBackRepositorio.cs
edmarssk/Envio-Asp_net_core
931537ae1173eddc50853b7637a9ab691b31ffe8
[ "MIT" ]
null
null
null
OfficePS/Models/IFeedBackRepositorio.cs
edmarssk/Envio-Asp_net_core
931537ae1173eddc50853b7637a9ab691b31ffe8
[ "MIT" ]
null
null
null
OfficePS/Models/IFeedBackRepositorio.cs
edmarssk/Envio-Asp_net_core
931537ae1173eddc50853b7637a9ab691b31ffe8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace OfficePS.Models { public interface IFeedBackRepositorio { IEnumerable<FeedBack> GetAll(); FeedBack GetById(int id); void Create(FeedBack feedBack); void Update(FeedBack...
18.142857
41
0.685039
95e1dd4d378b7d13796c244af4ce02a8328b0df1
144
cs
C#
Wobble.Models/TwitchEventHandler/ITwitchEventHandler.cs
ScottLilly/Wobble
f3adcd04bc1cf817bb0cd6decefab4d3dd3e557d
[ "MIT" ]
2
2021-12-25T15:26:20.000Z
2021-12-25T17:37:16.000Z
Wobble.Models/TwitchEventHandler/ITwitchEventHandler.cs
ScottLilly/Wobble
f3adcd04bc1cf817bb0cd6decefab4d3dd3e557d
[ "MIT" ]
45
2021-12-25T14:11:29.000Z
2022-03-11T23:19:27.000Z
Wobble.Models/TwitchEventHandler/ITwitchEventHandler.cs
ScottLilly/Wobble
f3adcd04bc1cf817bb0cd6decefab4d3dd3e557d
[ "MIT" ]
1
2021-12-25T15:26:21.000Z
2021-12-25T15:26:21.000Z
namespace Wobble.Models.TwitchEventHandler; public interface ITwitchEventHandler { string EventName { get; } string Message { get; } }
20.571429
44
0.743056
f4bb2fc587082082c7cf56eea17fc8aeb1e5c475
1,557
cs
C#
AcensiPhotoShop/Color.cs
lesnip3r/photoshop
7509cfc2104f11900ce7774faa83eec98e9527cd
[ "MIT" ]
1
2016-09-24T09:50:48.000Z
2016-09-24T09:50:48.000Z
AcensiPhotoShop/Color.cs
julien-lebot/photoshop
7509cfc2104f11900ce7774faa83eec98e9527cd
[ "MIT" ]
null
null
null
AcensiPhotoShop/Color.cs
julien-lebot/photoshop
7509cfc2104f11900ce7774faa83eec98e9527cd
[ "MIT" ]
null
null
null
using System; namespace AcensiPhotoShop { public struct Color : IEquatable<Color> { public static readonly Color White = new Color(255, 255, 255); public static readonly Color Black = new Color(0, 0, 0); public static readonly Color Green = new Color(0, 255, 0); public readonl...
24.328125
70
0.476557
ed645603d85692cb22c26fdfcca9b4914501eedf
8,932
cs
C#
Run/GameLogic(1).cs
dima13230/neira-engine
a6036e6e77b8b35a222d242eefd79392bab6f2e3
[ "MIT" ]
1
2021-07-14T12:50:36.000Z
2021-07-14T12:50:36.000Z
Run/GameLogic(1).cs
dima13230/neira-engine
a6036e6e77b8b35a222d242eefd79392bab6f2e3
[ "MIT" ]
null
null
null
Run/GameLogic(1).cs
dima13230/neira-engine
a6036e6e77b8b35a222d242eefd79392bab6f2e3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading; using System.Drawing; using System.Windows.Forms; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.OpenGL; using OpenTK.Input; using Cgen.Audio; using NeiraEngine; us...
32.838235
180
0.484774
edc94a9ee53c615c0536e091478f219958d96086
979
cs
C#
common/src/Microsoft.Azure.IIoT.Core/src/Cdm/ICdmClientConfig.cs
garolion/Industrial-IoT
73f6c5d313f5006d8d41c2762d40e9fb1f1cd524
[ "MIT" ]
null
null
null
common/src/Microsoft.Azure.IIoT.Core/src/Cdm/ICdmClientConfig.cs
garolion/Industrial-IoT
73f6c5d313f5006d8d41c2762d40e9fb1f1cd524
[ "MIT" ]
null
null
null
common/src/Microsoft.Azure.IIoT.Core/src/Cdm/ICdmClientConfig.cs
garolion/Industrial-IoT
73f6c5d313f5006d8d41c2762d40e9fb1f1cd524
[ "MIT" ]
null
null
null
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ namespace Microsoft.Azure.I...
31.580645
99
0.526047
aaf9827e1c069c223549fefb1501896c4a61e0e2
1,869
cs
C#
Scripts/GlobalReferenceProvider.cs
Dino0040/Fossil
f2b327fe4fd4e720affe535ff1adea9f0a6a3baa
[ "MIT" ]
null
null
null
Scripts/GlobalReferenceProvider.cs
Dino0040/Fossil
f2b327fe4fd4e720affe535ff1adea9f0a6a3baa
[ "MIT" ]
null
null
null
Scripts/GlobalReferenceProvider.cs
Dino0040/Fossil
f2b327fe4fd4e720affe535ff1adea9f0a6a3baa
[ "MIT" ]
null
null
null
using System.Collections.Generic; using UnityEngine; namespace Fossil { public static class GlobalReferenceProvider { static Dictionary<System.Type, Object> references; [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)] static void Init() { ...
28.318182
93
0.479936
979a2c0ad2bd0c2b5e6e7550c5cb8d6746aa70a2
2,143
cs
C#
tests/Onbox.Revit.Tests/JsonService/JsonExtensionsShould.cs
Eduardo-Thiesen/Onboxframework
f660d81f7829c80c7ce53268b3f986c332221bde
[ "MIT" ]
36
2020-10-16T13:50:52.000Z
2022-03-05T17:28:08.000Z
tests/Onbox.Revit.Tests/JsonService/JsonExtensionsShould.cs
Eduardo-Thiesen/Onboxframework
f660d81f7829c80c7ce53268b3f986c332221bde
[ "MIT" ]
3
2020-10-29T17:35:28.000Z
2020-11-22T00:08:57.000Z
tests/Onbox.Revit.Tests/JsonService/JsonExtensionsShould.cs
Eduardo-Thiesen/Onboxframework
f660d81f7829c80c7ce53268b3f986c332221bde
[ "MIT" ]
8
2020-10-27T00:08:04.000Z
2021-08-23T23:26:59.000Z
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using NUnit.Framework; using Onbox.Abstractions.VDev; using Onbox.Core.VDev.Json; using Onbox.Di.VDev; namespace Onbox.Revit.Tests.JsonService { [Category("Json Service Extensions")] public class JsonExtensionsShould { private Container C...
29.763889
112
0.621559
e4fbea1ebd824694ba8fd2ef89699b036531638b
558
cs
C#
Assets/Editor/SerializeID.cs
vncastanheira/Mesh-Experiments
d88695a6a653c87846284eb3f66f100184d1e472
[ "MIT" ]
1
2017-09-30T16:58:52.000Z
2017-09-30T16:58:52.000Z
Assets/Editor/SerializeID.cs
vncastanheira/Unity-Experiments
d88695a6a653c87846284eb3f66f100184d1e472
[ "MIT" ]
null
null
null
Assets/Editor/SerializeID.cs
vncastanheira/Unity-Experiments
d88695a6a653c87846284eb3f66f100184d1e472
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEditor.VersionControl; using UnityEngine; public class SerializeID : MonoBehaviour { public GameObject CerealObj; public int instanceID; void Start() { instanceID = CerealObj.GetInstanceID(); var ...
20.666667
56
0.594982
93ec304b6450aca37a71a542b450537604871150
7,004
cs
C#
src/ArcGISRuntime.Samples.Shared/Managers/DataManager.cs
JonLavi/arcgis-runtime-samples-dotnet
b9b4ea556ce6130d6d2c783ea613c6ae702c9332
[ "Apache-2.0" ]
1
2019-05-25T07:48:32.000Z
2019-05-25T07:48:32.000Z
src/ArcGISRuntime.Samples.Shared/Managers/DataManager.cs
JonLavi/arcgis-runtime-samples-dotnet
b9b4ea556ce6130d6d2c783ea613c6ae702c9332
[ "Apache-2.0" ]
null
null
null
src/ArcGISRuntime.Samples.Shared/Managers/DataManager.cs
JonLavi/arcgis-runtime-samples-dotnet
b9b4ea556ce6130d6d2c783ea613c6ae702c9332
[ "Apache-2.0" ]
1
2019-03-14T21:39:15.000Z
2019-03-14T21:39:15.000Z
// Copyright 2018 Esri. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. // You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software...
40.959064
131
0.603798
d63ab5403f59c34ca606955a38ba2727b97e5b07
13,419
cs
C#
Microsoft.Toolkit.Win32.UI.XamlHost/DesktopApp/ReflectionXamlMetadataProvider.cs
rahat036/Microsoft-Toolkit-Win32
369387bff7dd79392ff44a453349a57859bc1d90
[ "MIT" ]
null
null
null
Microsoft.Toolkit.Win32.UI.XamlHost/DesktopApp/ReflectionXamlMetadataProvider.cs
rahat036/Microsoft-Toolkit-Win32
369387bff7dd79392ff44a453349a57859bc1d90
[ "MIT" ]
null
null
null
Microsoft.Toolkit.Win32.UI.XamlHost/DesktopApp/ReflectionXamlMetadataProvider.cs
rahat036/Microsoft-Toolkit-Win32
369387bff7dd79392ff44a453349a57859bc1d90
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; using Windows.UI.Xaml.Markup; namespace Microsoft.Toolkit.Win32.UI.XamlHost { public sealed class ReflectionXamlMetadataProvider : global::Windows.UI.Xaml.Markup.IXamlMetadataProvider ...
41.803738
170
0.544303
59279243f4a08796765e27c4a42bd91fe1e9f2cf
138
cshtml
C#
src/RepoCat.Portal/Areas/Admin/_ViewImports.cshtml
bartosz-jarmuz/RepoCat
a169f1e398a83a87e66e1b08b50fdfeb8c91fa21
[ "MIT" ]
3
2019-09-05T09:13:04.000Z
2020-05-19T01:58:47.000Z
src/RepoCat.Portal/Areas/Catalog/Views/_ViewImports.cshtml
bartosz-jarmuz/RepoCat
a169f1e398a83a87e66e1b08b50fdfeb8c91fa21
[ "MIT" ]
null
null
null
src/RepoCat.Portal/Areas/Catalog/Views/_ViewImports.cshtml
bartosz-jarmuz/RepoCat
a169f1e398a83a87e66e1b08b50fdfeb8c91fa21
[ "MIT" ]
null
null
null
@using RepoCat.Portal @using RepoCat.Portal.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, SmartBreadcrumbs
34.5
52
0.826087
7cec3c0b7b1bb4a5d4fc154555d6b4c9224e957e
2,749
cs
C#
Assets/Scripts/Core/Editor/GUI/FieldDrawer/AListFieldDrawer.cs
fqkw6/AssetTool
678929b7f509247532ff5ec057f61bdcc530962e
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Core/Editor/GUI/FieldDrawer/AListFieldDrawer.cs
fqkw6/AssetTool
678929b7f509247532ff5ec057f61bdcc530962e
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Core/Editor/GUI/FieldDrawer/AListFieldDrawer.cs
fqkw6/AssetTool
678929b7f509247532ff5ec057f61bdcc530962e
[ "Apache-2.0" ]
2
2020-07-22T10:23:05.000Z
2020-11-04T10:00:54.000Z
using System; using System.Collections; using System.Reflection; using UnityEditor; using UnityEditorInternal; using UnityEngine; using SystemObject = System.Object; namespace LeyoutechEditor.EGUI.FieldDrawer { public abstract class AListFieldDrawer : AFieldDrawer { private ReorderableList m_RList = n...
33.52439
98
0.523827
800ccedb7d712ef404aeb5271ca2e8e53b165d8a
366
cs
C#
AuthBehavior/Behaviors/ClientAuthenticationHeaderContext.cs
chsakell/wcfauthheader
d65b221c635979960d64c7663c6c0b6b74708884
[ "MIT" ]
4
2017-01-04T07:47:21.000Z
2020-05-27T15:09:08.000Z
AuthBehavior/Behaviors/ClientAuthenticationHeaderContext.cs
chsakell/wcfauthheader
d65b221c635979960d64c7663c6c0b6b74708884
[ "MIT" ]
null
null
null
AuthBehavior/Behaviors/ClientAuthenticationHeaderContext.cs
chsakell/wcfauthheader
d65b221c635979960d64c7663c6c0b6b74708884
[ "MIT" ]
3
2015-07-21T09:56:55.000Z
2021-06-12T10:22:02.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace AuthBehavior { public class ClientAuthenticationHeaderContext { public static AuthenticationData HeaderInformation; static ClientAuthenticationHeaderContext() { HeaderInformation...
21.529412
59
0.704918
6b537650610ab77def88878b13ca2da44c25785a
1,074
cs
C#
1. Presentation/SCode.Client.Teacher.ConsoleApp/SCode.Client.Teacher.ConsoleApp/Application/Helpers/FileSystemEntryChangeHelper.cs
joseavilees/SCode
611e2d02d69c02af9dba9b518b5fab66cbb0cff2
[ "MIT" ]
null
null
null
1. Presentation/SCode.Client.Teacher.ConsoleApp/SCode.Client.Teacher.ConsoleApp/Application/Helpers/FileSystemEntryChangeHelper.cs
joseavilees/SCode
611e2d02d69c02af9dba9b518b5fab66cbb0cff2
[ "MIT" ]
null
null
null
1. Presentation/SCode.Client.Teacher.ConsoleApp/SCode.Client.Teacher.ConsoleApp/Application/Helpers/FileSystemEntryChangeHelper.cs
joseavilees/SCode
611e2d02d69c02af9dba9b518b5fab66cbb0cff2
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using SCode.Client.Teacher.ConsoleApp.Domain.Models.FileSystemEntryChangeEntities; namespace SCode.Client.Teacher.ConsoleApp.Application.Helpers { public static class FileSystemEntryChangeHelper { /// <summary> /// Fusiona los ...
37.034483
104
0.623836
dca3e75a8e33ce05e9f193b9dafc43551d1876b6
1,001
cs
C#
Examples/SinusoidRegressionLSTM/SinusoidRegressionLSTM/HelperExtesions.cs
byteshadow/EasyCNTK
be9f67e072abebc356a80606d7485ee094c8acdb
[ "MIT" ]
null
null
null
Examples/SinusoidRegressionLSTM/SinusoidRegressionLSTM/HelperExtesions.cs
byteshadow/EasyCNTK
be9f67e072abebc356a80606d7485ee094c8acdb
[ "MIT" ]
1
2019-10-30T23:22:22.000Z
2019-10-30T23:22:22.000Z
Examples/SinusoidRegressionLSTM/SinusoidRegressionLSTM/HelperExtesions.cs
byteshadow/EasyCNTK
be9f67e072abebc356a80606d7485ee094c8acdb
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace SinusoidRegressionLSTM { static class HelperExtesions { /// <summary> /// Splits an input sequence into segments (subsequences) of equal size /// </summary> /// <typeparam name="T"></typeparam> /// <param name="source">Source s...
30.333333
99
0.5005
e525bd02f99a886e91ddfa5631825d84264bd473
647
cs
C#
src/IsblCheck.Context.Development/Database/Handlers/IDatabaseHandler.cs
arhipovdv/IsblCheck
45f19d4edd09fde0520d680a2cf0ff02eb7a83df
[ "MIT" ]
13
2018-01-10T05:25:12.000Z
2022-03-30T06:24:19.000Z
src/IsblCheck.Context.Development/Database/Handlers/IDatabaseHandler.cs
arhipovdv/IsblCheck
45f19d4edd09fde0520d680a2cf0ff02eb7a83df
[ "MIT" ]
1
2018-01-12T07:57:59.000Z
2018-07-20T07:16:26.000Z
src/IsblCheck.Context.Development/Database/Handlers/IDatabaseHandler.cs
arhipovdv/IsblCheck
45f19d4edd09fde0520d680a2cf0ff02eb7a83df
[ "MIT" ]
3
2018-06-01T11:10:50.000Z
2020-06-17T07:21:49.000Z
using System; using System.Collections.Generic; using System.Data.SqlClient; using IsblCheck.Core.Context.Development; namespace IsblCheck.Context.Development.Database.Handlers { /// <summary> /// Интерфейс хендлера БД. /// </summary> internal interface IDatabaseHandler<out T> where T: Component { /// <...
29.409091
75
0.706337
40f4d0127e48da6d328daa5fa419fa3ab76fb185
11,630
cs
C#
FunctionApp/FunctionApp/AzureLogAnalytics.cs
majiksystems/iotedge-logging-and-monitoring-solution
bedb5391d078a3bd3cf17c039a61ec2df999ddc0
[ "MIT" ]
3
2021-04-19T22:56:04.000Z
2021-05-11T08:51:17.000Z
FunctionApp/FunctionApp/AzureLogAnalytics.cs
majiksystems/iotedge-logging-and-monitoring-solution
bedb5391d078a3bd3cf17c039a61ec2df999ddc0
[ "MIT" ]
1
2021-05-11T09:17:34.000Z
2021-05-11T09:17:34.000Z
FunctionApp/FunctionApp/AzureLogAnalytics.cs
majiksystems/iotedge-logging-and-monitoring-solution
bedb5391d078a3bd3cf17c039a61ec2df999ddc0
[ "MIT" ]
1
2021-04-23T10:40:20.000Z
2021-04-23T10:40:20.000Z
using System; using System.IO; using System.Text; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; using System.Security.Cryptography; using FunctionApp.MetricsCollector; using Microsoft.Extensions.Logging; using ICSharpCode.SharpZipLib.Zip.Compression; using ICShar...
48.661088
216
0.536887
e58ab347f95c7850efab113f27dd59a8dfb793ba
1,510
cs
C#
Vostok.Airlock.Client/Metrics/MetricEventSerializer.cs
vostok/vstk.airlock.client
117943f9c73e5dfb90f403fc925e4aa9c055e7c3
[ "MIT" ]
null
null
null
Vostok.Airlock.Client/Metrics/MetricEventSerializer.cs
vostok/vstk.airlock.client
117943f9c73e5dfb90f403fc925e4aa9c055e7c3
[ "MIT" ]
3
2018-02-12T10:57:44.000Z
2018-02-27T05:32:15.000Z
Vostok.Airlock.Client/Metrics/MetricEventSerializer.cs
vostok/vstk.airlock.client
117943f9c73e5dfb90f403fc925e4aa9c055e7c3
[ "MIT" ]
null
null
null
using System; using System.IO; using Vostok.Commons.Binary; using Vostok.Metrics; namespace Vostok.Airlock.Metrics { public class MetricEventSerializer : IAirlockSerializer<MetricEvent>, IAirlockDeserializer<MetricEvent> { private const byte formatVersion = 1; public void Serialize(MetricEven...
32.826087
107
0.566225
a6cdf50c618bc143d8c2d129ca2bd4a93c7e9471
657
cs
C#
App_Code/Model/SsCategory.cs
qianqianyouyou/shopStore
54007b7a30f16fdf47d933ad2e49af1d5eb2d84a
[ "Apache-2.0" ]
6
2019-06-13T07:51:43.000Z
2020-12-16T07:16:13.000Z
App_Code/Model/SsCategory.cs
qianqianyouyou/shopStore
54007b7a30f16fdf47d933ad2e49af1d5eb2d84a
[ "Apache-2.0" ]
null
null
null
App_Code/Model/SsCategory.cs
qianqianyouyou/shopStore
54007b7a30f16fdf47d933ad2e49af1d5eb2d84a
[ "Apache-2.0" ]
5
2019-05-27T07:28:05.000Z
2022-01-11T01:59:25.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// SsCategory 的摘要说明 /// </summary> public class SsCategory { private int _CatID; private string _Name; public SsCategory() { } public SsCategory(int id, string name) { _CatID = ...
13.6875
42
0.461187
04024f5cd9d30ebb2fe88606f3232668fa565c59
300
cs
C#
src/Journalist.EventStore/Utils/Polling/IPollingJob.cs
forki/Journalist
46753fe870eb6d00f2a089c48b170241c2db7270
[ "Apache-2.0" ]
15
2015-06-05T15:21:18.000Z
2020-10-23T09:29:31.000Z
src/Journalist.EventStore/Utils/Polling/IPollingJob.cs
forki/Journalist
46753fe870eb6d00f2a089c48b170241c2db7270
[ "Apache-2.0" ]
19
2016-04-21T09:44:51.000Z
2020-10-23T09:31:25.000Z
src/Journalist.EventStore/Utils/Polling/IPollingJob.cs
forki/Journalist
46753fe870eb6d00f2a089c48b170241c2db7270
[ "Apache-2.0" ]
11
2015-06-28T18:41:48.000Z
2020-05-29T11:36:10.000Z
using System.Threading; using System.Threading.Tasks; namespace Journalist.EventStore.Utils.Polling { public delegate Task<bool> PollingFunction(CancellationToken cancellationToken); public interface IPollingJob { void Start(PollingFunction func); void Stop(); } }
20
84
0.73
0969cede48c0721554cd301dd420c7ec2036087d
253
cshtml
C#
FinancesSharp/Views/Shared/EditorTemplates/DateTime.cshtml
MartinEden/finances-sharp
01b010dc69f346e62af5ca73097729cfa1b0a0d3
[ "MIT" ]
null
null
null
FinancesSharp/Views/Shared/EditorTemplates/DateTime.cshtml
MartinEden/finances-sharp
01b010dc69f346e62af5ca73097729cfa1b0a0d3
[ "MIT" ]
1
2017-08-29T10:12:10.000Z
2017-08-29T10:12:37.000Z
FinancesSharp/Views/Shared/EditorTemplates/DateTime.cshtml
MartinEden/finances-sharp
01b010dc69f346e62af5ca73097729cfa1b0a0d3
[ "MIT" ]
null
null
null
@model System.DateTime? @{ string name = Html.NameForModel().ToString(); string value = ""; if (Model.HasValue) { value = Model.Value.ToShortDateString(); } } <span class="datepicker">@Html.TextBox("", value)</span>
25.3
56
0.592885
68d989c82a4590cec5bab8f3f82eb7d91ac2fb65
956
cs
C#
_Src/Tests/Generics/CanCloseSingleGenericInterfaceWithMultipleParameters.cs
halex2005/simple-container
748b59d52afd8392e05e145fbf49ae0cf46792e1
[ "MIT" ]
16
2015-01-23T11:05:57.000Z
2019-07-29T04:40:33.000Z
_Src/Tests/Generics/CanCloseSingleGenericInterfaceWithMultipleParameters.cs
halex2005/simple-container
748b59d52afd8392e05e145fbf49ae0cf46792e1
[ "MIT" ]
11
2015-06-07T08:44:26.000Z
2020-05-21T12:36:21.000Z
_Src/Tests/Generics/CanCloseSingleGenericInterfaceWithMultipleParameters.cs
halex2005/simple-container
748b59d52afd8392e05e145fbf49ae0cf46792e1
[ "MIT" ]
7
2015-05-21T15:14:32.000Z
2020-05-18T10:48:39.000Z
using System.Linq; using NUnit.Framework; using SimpleContainer.Tests.Helpers; namespace SimpleContainer.Tests.Generics { public class CanCloseSingleGenericInterfaceWithMultipleParameters : SimpleContainerTestBase { public interface IMarkerInterface { } public interface IGenericInterface<T> : IMarkerInterfa...
21.727273
92
0.730126
bfd18dc68694d3277ec991bfd7320e51b9cb768f
956
cs
C#
LD44/Assets/Scripts/Game/BuildingBase.cs
Team-on/LD44
7dabdffc08433966ddf337cdb4d2767d42c6b860
[ "MIT" ]
null
null
null
LD44/Assets/Scripts/Game/BuildingBase.cs
Team-on/LD44
7dabdffc08433966ddf337cdb4d2767d42c6b860
[ "MIT" ]
null
null
null
LD44/Assets/Scripts/Game/BuildingBase.cs
Team-on/LD44
7dabdffc08433966ddf337cdb4d2767d42c6b860
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public enum BuildingType { None, MainHearth, AdditionalHearth, Chopper, Baraks, Brain, Wall, } public class BuildingBase : MonoBehaviour { public BloodConsumper bloodConsumper; public Health health; public Price price; public P...
21.244444
85
0.783473
e90d662358d124bdd02fdef576191f36e9a66243
1,357
cs
C#
Pharmacy/Pharmacy.Services/Admin/Models/OrderWithDetailsServiceModel.cs
Zhelyazko777/OnlinePharmacy
c56de42917d4746c33f4a6aab8c5e289893f68d3
[ "MIT" ]
null
null
null
Pharmacy/Pharmacy.Services/Admin/Models/OrderWithDetailsServiceModel.cs
Zhelyazko777/OnlinePharmacy
c56de42917d4746c33f4a6aab8c5e289893f68d3
[ "MIT" ]
null
null
null
Pharmacy/Pharmacy.Services/Admin/Models/OrderWithDetailsServiceModel.cs
Zhelyazko777/OnlinePharmacy
c56de42917d4746c33f4a6aab8c5e289893f68d3
[ "MIT" ]
null
null
null
namespace Pharmacy.Services.Admin.Models { using AutoMapper; using Pharmacy.Common.Mapping; using Pharmacy.Models; using Pharmacy.Services.Shop.Models; using System; using System.Collections.Generic; public class OrderWithDetailsServiceModel: /*IMapFrom<Order>,*/ IHaveCustomMapping { ...
33.097561
98
0.58364
de9067b7713992b6782e4a0c4ee684baa9908f2e
4,607
cs
C#
Assets/Scripts/GameManager.cs
mkuczynski11/BGameJam2020.2
4ff82609ef928e67e569d6c3e61be95f4e2c1fbc
[ "MIT" ]
null
null
null
Assets/Scripts/GameManager.cs
mkuczynski11/BGameJam2020.2
4ff82609ef928e67e569d6c3e61be95f4e2c1fbc
[ "MIT" ]
null
null
null
Assets/Scripts/GameManager.cs
mkuczynski11/BGameJam2020.2
4ff82609ef928e67e569d6c3e61be95f4e2c1fbc
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.UI; using UnityEngine.XR.WSA; public class GameManager : MonoBehaviour { public string viewChange = "q"; public bool canChange = true; public LayerMask collisionAble; pub...
36.275591
163
0.642283
ca2dc5316d65f9125398d71976ddfac1cc314602
348
cs
C#
ClassTracker2/Common/IDomain.cs
KathleenDollard/sample-class-tracker2
9d3f834990b8934ba6b1d92edcdad3469b16abbb
[ "MIT" ]
null
null
null
ClassTracker2/Common/IDomain.cs
KathleenDollard/sample-class-tracker2
9d3f834990b8934ba6b1d92edcdad3469b16abbb
[ "MIT" ]
null
null
null
ClassTracker2/Common/IDomain.cs
KathleenDollard/sample-class-tracker2
9d3f834990b8934ba6b1d92edcdad3469b16abbb
[ "MIT" ]
null
null
null
namespace Common { public interface IDomain { //Result StartGetById(object key); public IResult GetById(int key); } public interface IDomain<TKey, TDto> : IDomain { //Result<TKey,TDto> ValidateKey(Result<TKey, TDto> result); // Result<TDto, TOut> Validate(Result<T...
23.2
68
0.614943
ca7bb72a4d26db05e5714e2f2073c90a63a0f0b0
286
cs
C#
DirectN/DirectN/Generated/tagOLEDCFLAGS.cs
riQQ/DirectN
9f9ec790c317448b0f5ddfeea423959d8227ee1d
[ "MIT" ]
1
2019-11-30T20:41:08.000Z
2019-11-30T20:41:08.000Z
DirectN/DirectN/Generated/tagOLEDCFLAGS.cs
bbday/DirectN
5db37386f44078ffa082c6499a29361a50ea11a5
[ "MIT" ]
null
null
null
DirectN/DirectN/Generated/tagOLEDCFLAGS.cs
bbday/DirectN
5db37386f44078ffa082c6499a29361a50ea11a5
[ "MIT" ]
null
null
null
// c:\program files (x86)\windows kits\10\include\10.0.18362.0\um\ocidl.h(4406,1) using System; namespace DirectN { [Flags] public enum tagOLEDCFLAGS { OLEDC_NODRAW = 0x00000001, OLEDC_PAINTBKGND = 0x00000002, OLEDC_OFFSCREEN = 0x00000004, } }
20.428571
82
0.65035
83d767d8f7d8cc29b4394ee2f3ee950871271ee4
9,502
cs
C#
src/Azure.MediaServices.Core/AzureMediaServiceClient.cs
NiklasArbin/azure-media-services-core
eed42bc757090a17eb6155697a39ca7dc7fe0ae6
[ "Apache-2.0" ]
5
2018-03-02T15:18:49.000Z
2019-08-06T19:06:17.000Z
src/Azure.MediaServices.Core/AzureMediaServiceClient.cs
NiklasArbin/azure-media-services-core
eed42bc757090a17eb6155697a39ca7dc7fe0ae6
[ "Apache-2.0" ]
2
2018-03-09T14:25:16.000Z
2020-04-27T13:06:36.000Z
src/Azure.MediaServices.Core/AzureMediaServiceClient.cs
NiklasArbin/azure-media-services-core
eed42bc757090a17eb6155697a39ca7dc7fe0ae6
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using Azure.MediaServices.Core.AccessPolicies; using Azure.MediaServices.Core.Assets; using Azure.MediaServices.Co...
32.878893
140
0.673753
83dd6e8f0f3d2f26998f7483bd30331a350fb97e
771
cs
C#
src/UnitTesting/Startup.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
6
2016-07-27T17:54:36.000Z
2021-04-12T12:03:17.000Z
src/UnitTesting/Startup.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
3
2016-09-08T16:11:40.000Z
2018-01-02T12:21:08.000Z
src/UnitTesting/Startup.cs
QubizSolutions/quiz-engine
e858519391e5d70ba8c26ea1576a1e4de169157d
[ "MIT" ]
11
2016-07-30T00:27:48.000Z
2021-02-08T04:43:30.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; using Qubiz.QuizEngine.Database; namespace Qubiz.QuizEngine.UnitTesting { [TestClass] public class Startup { [AssemblyInitialize] public static void AssemblyInitialize(TestContext testContext) { Database.Config config ...
33.521739
165
0.721141
2cd6701a04bd95b4363e2bf1dc9bc44570c36e44
6,273
cshtml
C#
DotNetFlicks.Web/Views/Shared/_Layout.cshtml
marklacasse/demo-netflicks
0429ad51b74813729e8b6bd6c7e25bb21360cbab
[ "MIT" ]
9
2019-01-23T16:47:56.000Z
2021-08-30T02:21:10.000Z
DotNetFlicks.Web/Views/Shared/_Layout.cshtml
marklacasse/demo-netflicks
0429ad51b74813729e8b6bd6c7e25bb21360cbab
[ "MIT" ]
21
2021-11-30T17:49:45.000Z
2021-11-30T17:52:22.000Z
DotNetFlicks.Web/Views/Shared/_Layout.cshtml
marklacasse/demo-netflicks
0429ad51b74813729e8b6bd6c7e25bb21360cbab
[ "MIT" ]
11
2019-12-06T15:34:28.000Z
2021-11-21T17:02:34.000Z
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>@ViewData["Title"] - DotNetFlicks</title> <environment include="Development"> <link rel="stylesheet" href="~/lib/bootstrap/css/bootstrap.css" /> <link ...
55.026316
141
0.59238
2cf68a1d286f1e89a5e68d5907f86b08635dcada
915
cs
C#
Runtime/ExternalConnectors/COLMAPSettings.cs
CAOR-MINES-ParisTech/colibri-vr-unity-package
ab11dab814461154185a1e868cc5496cc35d6086
[ "MIT" ]
35
2020-02-29T10:45:06.000Z
2022-03-20T07:21:24.000Z
Runtime/ExternalConnectors/COLMAPSettings.cs
CAOR-MINES-ParisTech/colibri-vr-unity-package
ab11dab814461154185a1e868cc5496cc35d6086
[ "MIT" ]
11
2020-04-02T12:41:06.000Z
2021-07-05T16:17:21.000Z
Runtime/ExternalConnectors/COLMAPSettings.cs
CAOR-MINES-ParisTech/colibri-vr-unity-package
ab11dab814461154185a1e868cc5496cc35d6086
[ "MIT" ]
7
2020-03-31T00:54:45.000Z
2022-02-18T18:52:05.000Z
/// Copyright 2019-2020 MINES ParisTech (PSL University) /// This work is licensed under the terms of the MIT license, see the LICENSE file. /// /// Author: Grégoire Dupont de Dinechin, gregoire@dinechin.org namespace COLIBRIVR.ExternalConnectors { /// <summary> /// Class that enables specifying settings for...
28.59375
122
0.737705
8da1b76cbc0e12070ce0218f17cd9352ae6d4264
535
cs
C#
src/RulesDoer.Core/Expressions/FEEL/Ast/Elements/Function/BuiltIn/StringFuncs/UpperCaseFunc.cs
jagalembu/RulesDoer
586085b9e3fda5901a911085ff533ab254e388b0
[ "BSD-3-Clause" ]
4
2019-04-22T18:55:43.000Z
2022-03-22T06:56:16.000Z
src/RulesDoer.Core/Expressions/FEEL/Ast/Elements/Function/BuiltIn/StringFuncs/UpperCaseFunc.cs
jagalembu/RulesDoer
586085b9e3fda5901a911085ff533ab254e388b0
[ "BSD-3-Clause" ]
9
2019-09-10T23:43:00.000Z
2019-09-15T17:39:52.000Z
src/RulesDoer.Core/Expressions/FEEL/Ast/Elements/Function/BuiltIn/StringFuncs/UpperCaseFunc.cs
jagalembu/RulesDoer
586085b9e3fda5901a911085ff533ab254e388b0
[ "BSD-3-Clause" ]
2
2019-04-18T18:46:57.000Z
2020-12-18T15:06:11.000Z
using System.Collections.Generic; using RulesDoer.Core.Runtime.Context; using RulesDoer.Core.Utils; namespace RulesDoer.Core.Expressions.FEEL.Ast.Elements.Function.BuiltIn.StringFuncs { public class UpperCaseFunc : IFunc { public const string FuncName = "upper case"; public Variable Execute (List<V...
38.214286
85
0.661682
c85b080be3a8575b1a7ba27fd0a1709f704567c4
1,005
cs
C#
module/OneF.Proxyable.Abstractions/OneFInterceptorAttribute.cs
one-land/framework
9e3a17da63d78dd450bff208a82a6d1839715b4c
[ "Apache-2.0" ]
null
null
null
module/OneF.Proxyable.Abstractions/OneFInterceptorAttribute.cs
one-land/framework
9e3a17da63d78dd450bff208a82a6d1839715b4c
[ "Apache-2.0" ]
51
2021-09-12T03:49:35.000Z
2021-12-22T06:03:51.000Z
module/OneF.Proxyable.Abstractions/OneFInterceptorAttribute.cs
one-land/framework
9e3a17da63d78dd450bff208a82a6d1839715b4c
[ "Apache-2.0" ]
1
2021-08-03T08:53:01.000Z
2021-08-03T08:53:01.000Z
// Copyright 2021 Maple512 and Contributors // // Licensed under the Apache License, Version 2.0 (the "License"), // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
31.40625
91
0.740299
8258bf305b0f9e7f43f2b0200840727e04db2ca8
338
cs
C#
aspnet-core/src/IIASA.FloodCitiSense.Application.Shared/Playground/Dtos/CreateOrUpdateCreativeEntiyInput.cs
FloodCitiSense/FloodCitiSense
ee9fc7140f3f7271a3620c7a3cace05aafa9f54f
[ "MIT" ]
1
2021-02-03T10:40:27.000Z
2021-02-03T10:40:27.000Z
aspnet-core/src/IIASA.FloodCitiSense.Application.Shared/Playground/Dtos/CreateOrUpdateCreativeEntiyInput.cs
FloodCitiSense/FloodCitiSense
ee9fc7140f3f7271a3620c7a3cace05aafa9f54f
[ "MIT" ]
null
null
null
aspnet-core/src/IIASA.FloodCitiSense.Application.Shared/Playground/Dtos/CreateOrUpdateCreativeEntiyInput.cs
FloodCitiSense/FloodCitiSense
ee9fc7140f3f7271a3620c7a3cace05aafa9f54f
[ "MIT" ]
null
null
null
using Abp.Application.Services.Dto; namespace IIASA.FloodCitiSense.Playground.Dtos { public class CreateOrEditCreativeEntiyDto : AuditedEntityDto<int?> { public string name { get; set; } public string comment { get; set; } public double lat { get; set; } public double lon { g...
22.533333
70
0.647929
4ef8802ca2fc0d2f6125821360fc47979a0e4256
384
cs
C#
stepik/3577/58391/step_5/Program.cs
tshemake/Software-Development
e6dff82dffa49e66dc5fa5650af775437ebb6a9b
[ "Unlicense" ]
null
null
null
stepik/3577/58391/step_5/Program.cs
tshemake/Software-Development
e6dff82dffa49e66dc5fa5650af775437ebb6a9b
[ "Unlicense" ]
null
null
null
stepik/3577/58391/step_5/Program.cs
tshemake/Software-Development
e6dff82dffa49e66dc5fa5650af775437ebb6a9b
[ "Unlicense" ]
null
null
null
using System; /* * Переведи число 205 из десятичной системы счисления в * шестнадцатеричную. В ответе запишите полученное шестнадцатеричное * число. Основание системы счисления писать не нужно. */ namespace step_5 { class Program { static void Main(string[] args) { ...
20.210526
69
0.601563
4c474eb17baf01a2402c48f1c5ca6a0730af5631
5,148
cs
C#
GrandeTravelMVC/Services/PayPalPaymentService.cs
alysesue/aspnetcoremvc
a239bbe2698a3f97ef95a5b779483a6133fba5ca
[ "MIT" ]
null
null
null
GrandeTravelMVC/Services/PayPalPaymentService.cs
alysesue/aspnetcoremvc
a239bbe2698a3f97ef95a5b779483a6133fba5ca
[ "MIT" ]
null
null
null
GrandeTravelMVC/Services/PayPalPaymentService.cs
alysesue/aspnetcoremvc
a239bbe2698a3f97ef95a5b779483a6133fba5ca
[ "MIT" ]
2
2020-02-22T12:15:45.000Z
2020-05-07T09:45:17.000Z
using PayPal.Api; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace GrandeTravelMVC.Services { public static class PayPalPaymentService { public static Payment CreatePayment(string baseUrl, string intent) { // ### Api Context...
37.304348
176
0.520785
18c08c2629e6249ad81923ca715e25fdc497c90c
3,286
cs
C#
Library/Perspective.Core/Wpf/Imaging/BitmapConverterEventArgs.cs
technodesigner/Perspective
8776c53b501b3458a338c598ad2a775d70e9e8f7
[ "MS-PL" ]
2
2017-11-27T05:49:30.000Z
2019-04-13T14:17:27.000Z
Library/Perspective.Core/Wpf/Imaging/BitmapConverterEventArgs.cs
technodesigner/Perspective
8776c53b501b3458a338c598ad2a775d70e9e8f7
[ "MS-PL" ]
null
null
null
Library/Perspective.Core/Wpf/Imaging/BitmapConverterEventArgs.cs
technodesigner/Perspective
8776c53b501b3458a338c598ad2a775d70e9e8f7
[ "MS-PL" ]
null
null
null
//------------------------------------------------------------------ // // For licensing information and to get the latest version go to: // http://www.codeplex.com/perspective // // THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT...
31.295238
97
0.541388
3a72f5d1f3f6bb9498fa199171c40145d88a9fab
415
cs
C#
AutoPoco/Engine/IObjectAction.cs
awakentrue/AutoPoco.NetCore
9d1486615d78603e0472e851eae5813f57d17ca0
[ "Apache-2.0" ]
null
null
null
AutoPoco/Engine/IObjectAction.cs
awakentrue/AutoPoco.NetCore
9d1486615d78603e0472e851eae5813f57d17ca0
[ "Apache-2.0" ]
null
null
null
AutoPoco/Engine/IObjectAction.cs
awakentrue/AutoPoco.NetCore
9d1486615d78603e0472e851eae5813f57d17ca0
[ "Apache-2.0" ]
null
null
null
using System; namespace AutoPoco.Engine { /// <summary> /// The base interface for any action to be enacted on an object post-creation /// </summary> public interface IObjectAction { /// <summary> /// Enacts this action on the target object /// </summary> /// <param...
24.411765
82
0.60241
9dafa14e0e5270828bd9bbc856f804ebd92f944c
515
cs
C#
Assets/Scripts/CameraController.cs
mert-erdem/Balanced-Car
d041f838670dbb2288c63a7fd9eef213ebfd830e
[ "MIT" ]
1
2021-06-07T17:44:47.000Z
2021-06-07T17:44:47.000Z
Assets/Scripts/CameraController.cs
mert-erdem/Balanced-Car
d041f838670dbb2288c63a7fd9eef213ebfd830e
[ "MIT" ]
null
null
null
Assets/Scripts/CameraController.cs
mert-erdem/Balanced-Car
d041f838670dbb2288c63a7fd9eef213ebfd830e
[ "MIT" ]
null
null
null
using UnityEngine; public class CameraController : MonoBehaviour { [SerializeField] Transform player; private Vector3 _targetPos, _smoothPos; [Range(0f,1f)] public float smoothnessRate = 0.9f; private void LateUpdate() => Follow(); private void Follow() { _targetPos = new Vector3(play...
27.105263
98
0.700971
9de9985848f9be60509acaa6e47be32d46d5c62a
527
cs
C#
Legacy.Core/Core/EventManagement/ItemSuffixApplyBuffEventArgs.cs
Albeoris/MMXLegacy
22aac69f36f0852872927c86ea7b22af98604899
[ "MIT" ]
10
2018-06-21T12:28:17.000Z
2021-07-30T08:50:32.000Z
Legacy.Core/Core/EventManagement/ItemSuffixApplyBuffEventArgs.cs
Albeoris/MMXLegacy
22aac69f36f0852872927c86ea7b22af98604899
[ "MIT" ]
1
2019-06-02T19:25:37.000Z
2021-01-16T20:53:44.000Z
Legacy.Core/Core/EventManagement/ItemSuffixApplyBuffEventArgs.cs
Albeoris/MMXLegacy
22aac69f36f0852872927c86ea7b22af98604899
[ "MIT" ]
6
2018-04-26T12:17:16.000Z
2021-07-30T03:42:29.000Z
using System; using Legacy.Core.Buffs; using Legacy.Core.Entities; namespace Legacy.Core.EventManagement { public class ItemSuffixApplyBuffEventArgs : EventArgs { public ItemSuffixApplyBuffEventArgs(Monster p_targetMonster, String p_suffixKey, EMonsterBuffType p_buff) { TargetMonster = p_targetMonster; Su...
22.913043
107
0.760911
4b34643e8210bbdbc85774858c17b6d439196e4b
2,741
cs
C#
RecommenderSystem.Tests01/RecommenderTest.cs
AAU-projects/P2-movie-recommender
b52d66d502be39d50de441fa0c68c0e818ffc858
[ "MIT" ]
null
null
null
RecommenderSystem.Tests01/RecommenderTest.cs
AAU-projects/P2-movie-recommender
b52d66d502be39d50de441fa0c68c0e818ffc858
[ "MIT" ]
null
null
null
RecommenderSystem.Tests01/RecommenderTest.cs
AAU-projects/P2-movie-recommender
b52d66d502be39d50de441fa0c68c0e818ffc858
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NUnit.Framework; namespace RecommenderSystem.Tests { class RecommenderTest { // (a^2)/(b*c) == a/b/c*a // example for expected result // action weight = thumbsUps(1...
45.683333
159
0.597227
4b3c512d32c9cb1d1de3a2c2c28cba2dd3de94b9
750
cs
C#
FloristSolution/Florist.DataAccessLayer/Entity/Flower.cs
SabaUrgup/Samples-Multi-Layer-Architecture
017ac6149e9f5666c14bc35ca066940301deb6a5
[ "MIT" ]
2
2021-08-21T04:41:51.000Z
2021-09-23T18:58:02.000Z
FloristSolution/Florist.DataAccessLayer/Entity/Flower.cs
SabaUrgup/Samples-Multi-Layer-Architecture
017ac6149e9f5666c14bc35ca066940301deb6a5
[ "MIT" ]
null
null
null
FloristSolution/Florist.DataAccessLayer/Entity/Flower.cs
SabaUrgup/Samples-Multi-Layer-Architecture
017ac6149e9f5666c14bc35ca066940301deb6a5
[ "MIT" ]
null
null
null
using ApplicationCore.Entity; using Florist.DAL.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Florist.DataAccessLayer.Entity { public class Flower : Audit, IEntity, ISoftDelete { public Flower() ...
27.777778
61
0.610667
ffcae3886388a590ab76a47d42792a7b70db9e54
3,936
cs
C#
UnityAssetDanshari/Assets/AssetDanshari/Editor/ReferenceWindow/AssetReferenceTreeModel.cs
zilongshanren/UnityAssetDanshari
a3ea698d1b18b8a51dbcbe40c721a3311542e99d
[ "MIT" ]
179
2018-12-14T03:31:18.000Z
2022-03-29T11:16:03.000Z
UnityAssetDanshari/Assets/AssetDanshari/Editor/ReferenceWindow/AssetReferenceTreeModel.cs
zilongshanren/UnityAssetDanshari
a3ea698d1b18b8a51dbcbe40c721a3311542e99d
[ "MIT" ]
null
null
null
UnityAssetDanshari/Assets/AssetDanshari/Editor/ReferenceWindow/AssetReferenceTreeModel.cs
zilongshanren/UnityAssetDanshari
a3ea698d1b18b8a51dbcbe40c721a3311542e99d
[ "MIT" ]
57
2018-11-20T07:15:53.000Z
2022-03-24T07:16:35.000Z
using System; using System.Collections.Generic; using System.Text; using UnityEditor; using UnityEngine; namespace AssetDanshari { public class AssetReferenceTreeModel : AssetTreeModel { public override void SetDataPaths(string refPathStr, string pathStr, string commonPathStr) { ba...
34.226087
101
0.495681
bc185a7ad1315abb11b0c3fa5a309309a922a157
79
cs
C#
Thorn/IRunner.cs
little-sharps/thorn
11a9646a4303c945cb3ed56688ee4c684cce8804
[ "MIT" ]
5
2016-01-10T22:30:10.000Z
2020-06-11T10:15:48.000Z
Thorn/IRunner.cs
little-sharps/thorn
11a9646a4303c945cb3ed56688ee4c684cce8804
[ "MIT" ]
null
null
null
Thorn/IRunner.cs
little-sharps/thorn
11a9646a4303c945cb3ed56688ee4c684cce8804
[ "MIT" ]
null
null
null
namespace Thorn { public interface IRunner { void Run(string[] args); } }
11.285714
26
0.670886
bca775b4aea05356433139e9013588b0430fd858
584
cs
C#
NativeAPI/File.cs
abduelkarim/EagleMonitorRAT
b355b2c44943be9f59be50aae4d756862a778c97
[ "MIT" ]
9
2021-09-07T07:34:17.000Z
2021-11-02T17:16:31.000Z
NativeAPI/File.cs
am-523/EagleMonitor
af63472709233cf073c0044be31983b18e9d9962
[ "MIT" ]
3
2021-10-01T22:31:00.000Z
2021-10-12T11:44:26.000Z
NativeAPI/File.cs
am-523/EagleMonitor
af63472709233cf073c0044be31983b18e9d9962
[ "MIT" ]
6
2021-09-07T07:47:33.000Z
2021-11-03T00:05:23.000Z
using System.Runtime.InteropServices; /* || AUTHOR Arsium || || github : https://github.com/arsium || */ namespace NativeAPI { public static class File { [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool DeleteFil...
30.736842
176
0.696918
ba23f88b1c62c8cd4b5c1bc674425bba4633d4b3
3,713
cs
C#
Lab/EPiServer.SocialAlloy.Web/Social/Models/Ratings/RatingBlockViewModel.cs
jstemerdink/AscendSocialFindLab
bbae328f315ca93edf57ae398427fbe474c172bf
[ "Apache-2.0" ]
null
null
null
Lab/EPiServer.SocialAlloy.Web/Social/Models/Ratings/RatingBlockViewModel.cs
jstemerdink/AscendSocialFindLab
bbae328f315ca93edf57ae398427fbe474c172bf
[ "Apache-2.0" ]
null
null
null
Lab/EPiServer.SocialAlloy.Web/Social/Models/Ratings/RatingBlockViewModel.cs
jstemerdink/AscendSocialFindLab
bbae328f315ca93edf57ae398427fbe474c172bf
[ "Apache-2.0" ]
null
null
null
using EPiServer.Core; using EPiServer.SocialAlloy.Web.Social.Blocks; using EPiServer.SocialAlloy.Web.Social.Common.Models; using System.Collections.Generic; using System.Linq; namespace EPiServer.SocialAlloy.Web.Social.Models { /// <summary> /// The RatingBlockViewModel class represents the model that will be...
36.762376
115
0.603555
7734f7dc95ed238bc93346385c58d030d819d90d
133
cs
C#
Assets/Scripts/Views/IView.cs
cwoac/StlVault
0caca4ba6639463e918145e497b681fb6dd37122
[ "MIT" ]
102
2020-03-08T16:17:55.000Z
2022-03-29T16:34:05.000Z
Assets/Scripts/Views/IView.cs
boubiro/StlVault
e71f6504b63a5266eb95d6621526be8333a64da4
[ "MIT" ]
49
2020-04-08T17:10:33.000Z
2021-07-12T09:02:20.000Z
Assets/Scripts/Views/IView.cs
boubiro/StlVault
e71f6504b63a5266eb95d6621526be8333a64da4
[ "MIT" ]
19
2020-04-19T17:15:22.000Z
2022-02-24T10:21:15.000Z
namespace StlVault.Views { public interface IView<T> { T ViewModel { get; } void BindTo(T viewModel); } }
16.625
33
0.571429
3b8961ad45a212709602581f4544e90ad7b6d882
1,318
cs
C#
src/MicroElements.Metadata/Metadata/CompositeMetadataProvider.cs
micro-elements/MicroElements.MetadataModel
4556b96fbf21eafbb9b780204c188f5c868294d7
[ "MIT" ]
null
null
null
src/MicroElements.Metadata/Metadata/CompositeMetadataProvider.cs
micro-elements/MicroElements.MetadataModel
4556b96fbf21eafbb9b780204c188f5c868294d7
[ "MIT" ]
null
null
null
src/MicroElements.Metadata/Metadata/CompositeMetadataProvider.cs
micro-elements/MicroElements.MetadataModel
4556b96fbf21eafbb9b780204c188f5c868294d7
[ "MIT" ]
null
null
null
// Copyright (c) MicroElements. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace MicroElements.Metadata { public readonly struct CompositeMetadataProvider : IMetadataProvider { private readonly IMetadataProvider _first...
39.939394
123
0.730653
3bfb3887355698355b34dc393f7c1b927fc69bb1
735
cs
C#
src/MarkPad.PluginApi/FileReference.cs
asine/DownmarkerWPF
b960e90e77160c57b1ad2ef4c2c8d39275911a9d
[ "MS-PL" ]
817
2015-01-01T17:40:09.000Z
2022-03-31T08:19:09.000Z
src/MarkPad.PluginApi/FileReference.cs
asine/DownmarkerWPF
b960e90e77160c57b1ad2ef4c2c8d39275911a9d
[ "MS-PL" ]
52
2015-01-09T03:54:18.000Z
2022-02-26T01:21:04.000Z
src/MarkPad.PluginApi/FileReference.cs
asine/DownmarkerWPF
b960e90e77160c57b1ad2ef4c2c8d39275911a9d
[ "MS-PL" ]
342
2015-01-04T01:28:01.000Z
2022-03-26T11:36:47.000Z
namespace MarkPad.Plugins { /// <summary> /// Represents a file associated with a document, this could be an image, or an attachment /// </summary> public class FileReference { public FileReference(string fullPath, string relativePath, bool saved ) { FullPath = fullPat...
27.222222
94
0.556463
f364092f8206e01a7ecf0a6de025dacfe6aba3ae
1,879
cs
C#
Formats/Assets/Labyrinth/Object.cs
mrwillbarnz/ualbion
f606a6c5944ab7fcdee9186368db4bcad8acdd57
[ "MIT" ]
null
null
null
Formats/Assets/Labyrinth/Object.cs
mrwillbarnz/ualbion
f606a6c5944ab7fcdee9186368db4bcad8acdd57
[ "MIT" ]
null
null
null
Formats/Assets/Labyrinth/Object.cs
mrwillbarnz/ualbion
f606a6c5944ab7fcdee9186368db4bcad8acdd57
[ "MIT" ]
null
null
null
using System; using UAlbion.Formats.AssetIds; using UAlbion.Formats.Parsers; namespace UAlbion.Formats.Assets.Labyrinth { public class Object { [Flags] public enum ObjectFlags : byte { Unk0 = 1 << 0, Unk1 = 1 << 1, FloorObject = 1 << 2, U...
37.58
116
0.532198
958876ea8998e03dbbae83e3dbfcec49ddd0858a
566
cs
C#
Backend/6 Api/FightCore.Api/Notifications/UserIdProvider.cs
jawadmn/FightCore
83a9d5552e60b36ae999403975fab1f0e7c58c9f
[ "MIT" ]
1
2019-05-12T10:47:27.000Z
2019-05-12T10:47:27.000Z
Backend/6 Api/FightCore.Api/Notifications/UserIdProvider.cs
jawadmn/FightCore
83a9d5552e60b36ae999403975fab1f0e7c58c9f
[ "MIT" ]
30
2018-11-22T19:43:08.000Z
2019-08-01T07:24:21.000Z
Backend/6 Api/FightCore.Api/Notifications/UserIdProvider.cs
jawadmn/FightCore
83a9d5552e60b36ae999403975fab1f0e7c58c9f
[ "MIT" ]
1
2018-11-23T18:51:18.000Z
2018-11-23T18:51:18.000Z
using Microsoft.AspNetCore.SignalR; namespace FightCore.Api.Notifications { public class UserIdProvider : IUserIdProvider { /// <summary> /// Standard method for identifying a specific client for SignalR /// </summary> /// <param name="connection">Client connection</param> ...
31.444444
92
0.651943