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
8e01491aac549cbfc7e92ec4f1ebc4ca0cfe8c59
9,610
cshtml
C#
src/Pages/ResetPassword.cshtml
sgermosen/Vacuna
9a20ead69a3bf6be8120ca834947956550304962
[ "MIT" ]
4
2021-09-23T18:07:40.000Z
2022-03-14T20:51:49.000Z
src/Pages/ResetPassword.cshtml
andres88888/Vacuna
e3384654749e5b46b519fde7fbe489cb3f0a8d64
[ "MIT" ]
12
2021-09-17T15:40:08.000Z
2021-10-11T01:07:57.000Z
src/Pages/ResetPassword.cshtml
andres88888/Vacuna
e3384654749e5b46b519fde7fbe489cb3f0a8d64
[ "MIT" ]
2
2021-12-14T02:34:35.000Z
2022-03-14T20:51:51.000Z
@page "/ResetPassword" @model VacunaAPI.Pages.ResetPasswordModel @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Reset Password</title> <style> #highlighted { position: relative; background...
32.687075
135
0.362851
7a3d5e39ed5ef04ae7a7c14e5536684c0ccc328d
5,231
cs
C#
src/Microsoft.Health.Dicom.Api.UnitTests/Features/Web/LazyMultipartReadOnlyStreamTests.cs
daemel/dicom-server
9b16efba259b1061d766fc3497d9d3c2d12d0da6
[ "MIT" ]
null
null
null
src/Microsoft.Health.Dicom.Api.UnitTests/Features/Web/LazyMultipartReadOnlyStreamTests.cs
daemel/dicom-server
9b16efba259b1061d766fc3497d9d3c2d12d0da6
[ "MIT" ]
null
null
null
src/Microsoft.Health.Dicom.Api.UnitTests/Features/Web/LazyMultipartReadOnlyStreamTests.cs
daemel/dicom-server
9b16efba259b1061d766fc3497d9d3c2d12d0da6
[ "MIT" ]
null
null
null
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
38.182482
159
0.660294
ea0abdba32e36de96a57b10c8a9792984f0641aa
1,254
cs
C#
TetrisClone/TetrisClone/Utils/ScriptBase.cs
Oscetch/Oscetch.MonoGame.GuiComponent
c4f5732857c9eca42e7baf7286bd5d24fc06e6bb
[ "Apache-2.0" ]
null
null
null
TetrisClone/TetrisClone/Utils/ScriptBase.cs
Oscetch/Oscetch.MonoGame.GuiComponent
c4f5732857c9eca42e7baf7286bd5d24fc06e6bb
[ "Apache-2.0" ]
null
null
null
TetrisClone/TetrisClone/Utils/ScriptBase.cs
Oscetch/Oscetch.MonoGame.GuiComponent
c4f5732857c9eca42e7baf7286bd5d24fc06e6bb
[ "Apache-2.0" ]
null
null
null
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; using Oscetch.MonoGame.Camera; using Oscetch.MonoGame.GuiComponent; using Oscetch.MonoGame.GuiComponent.Interfaces; using Oscetch.MonoGame.GuiComponent.Models; namespace TetrisClone.Utils { public abstrac...
22.8
82
0.624402
183093ea0422c1410dfc451705b26718aa5f6040
382
cs
C#
Src/nBlog.sdk/Actors/Directory/IDirectoryService.cs
khooversoft/nblog.net
4d9266489c37e12ce7c32e62f5865a5ca8990026
[ "MIT" ]
null
null
null
Src/nBlog.sdk/Actors/Directory/IDirectoryService.cs
khooversoft/nblog.net
4d9266489c37e12ce7c32e62f5865a5ca8990026
[ "MIT" ]
null
null
null
Src/nBlog.sdk/Actors/Directory/IDirectoryService.cs
khooversoft/nblog.net
4d9266489c37e12ce7c32e62f5865a5ca8990026
[ "MIT" ]
null
null
null
using nBlog.sdk.Model; using System.Threading; using System.Threading.Tasks; namespace nBlog.sdk.Actors.Directory { public interface IDirectoryService { Task<bool> Delete(CancellationToken token = default); Task<ArticleDirectory?> Get(CancellationToken token = default); Task Set(Articl...
29.384615
77
0.732984
3a6502c46bf6f93c2099b8f864baa4e825fca3e4
119
cs
C#
WorkflowLayer/Parameters/ISpritzParameters.cs
cameyer6/Spritz
7d5d16707877192eeac7b9479be28a52a9ae218a
[ "MIT" ]
null
null
null
WorkflowLayer/Parameters/ISpritzParameters.cs
cameyer6/Spritz
7d5d16707877192eeac7b9479be28a52a9ae218a
[ "MIT" ]
null
null
null
WorkflowLayer/Parameters/ISpritzParameters.cs
cameyer6/Spritz
7d5d16707877192eeac7b9479be28a52a9ae218a
[ "MIT" ]
null
null
null
namespace WorkflowLayer { public interface ISpritzParameters { string SpritzDirectory { get; } } }
17
39
0.655462
4b9b9372fe865f34f3c382bbff4fd02ee90cc20b
286
cs
C#
src/FaasNet.Gateway.Core/Exceptions/NotFoundException.cs
simpleidserver/FaasNet
bc5e981c565ef04f3d3206fd20f7d3580e32f5ef
[ "Apache-2.0" ]
7
2022-01-07T14:54:59.000Z
2022-03-24T10:17:16.000Z
src/FaasNet.Gateway.Core/Exceptions/NotFoundException.cs
simpleidserver/FaasNet
bc5e981c565ef04f3d3206fd20f7d3580e32f5ef
[ "Apache-2.0" ]
81
2021-09-15T15:09:59.000Z
2022-03-31T14:48:57.000Z
src/FaasNet.Gateway.Core/Exceptions/NotFoundException.cs
simpleidserver/FaasNet
bc5e981c565ef04f3d3206fd20f7d3580e32f5ef
[ "Apache-2.0" ]
1
2022-03-24T10:19:29.000Z
2022-03-24T10:19:29.000Z
using System; namespace FaasNet.Gateway.Core.Exceptions { public class NotFoundException: Exception { public NotFoundException(string code, string message) : base(message) { Code = code; } public string Code { get; set; } } }
19.066667
78
0.601399
d7888e8164f832bd74ced8f717c0d8b2c2e63b20
3,293
cs
C#
Assets/Scripts/PoolMan.cs
nilsrasa/Missile-Command
0dc3314b0c1d145eb939ebc70d75132535a9fac3
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/PoolMan.cs
nilsrasa/Missile-Command
0dc3314b0c1d145eb939ebc70d75132535a9fac3
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/PoolMan.cs
nilsrasa/Missile-Command
0dc3314b0c1d145eb939ebc70d75132535a9fac3
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; /** * Mr. poolman ready for duty **/ public class PoolMan { private Dictionary<int, Queue<PoolObject>> poolLib = new Dictionary<int, Queue<PoolObject>>(); private Transform transform; private static PoolMan _instance; pub...
26.772358
118
0.56119
ba68ae537a767cd21004837850af8bc2d7f109ab
1,915
cs
C#
Assets/End Clock/_makeYOURlevel_LITE/PREFAB_makeYOURlevel_LITE/6_scripts/uScriptRuntime/Nodes/Actions/GameObjects/uScriptAct_Flip.cs
pierre-galaup/globalgamejam2016
ce67965f763985907e48fc5e98048f6e9482595d
[ "CC0-1.0" ]
5
2022-01-02T03:37:13.000Z
2022-02-08T04:03:36.000Z
uScript_Dev/Assets/uScript/uScriptRuntime/Nodes/Actions/GameObjects/uScriptAct_Flip.cs
detoxstudios/uscript
cf3e715850a747d43ac7e77c25e122af56d56082
[ "MIT" ]
null
null
null
uScript_Dev/Assets/uScript/uScriptRuntime/Nodes/Actions/GameObjects/uScriptAct_Flip.cs
detoxstudios/uscript
cf3e715850a747d43ac7e77c25e122af56d56082
[ "MIT" ]
null
null
null
// uScript Action Node // (C) 2014 Detox Studios LLC using UnityEngine; using System.Collections; [NodePath("Actions/GameObjects/Movement")] [NodeCopyright("Copyright 2014 by Detox Studios LLC")] [NodeToolTip("Flips the target GameObject(s) 180 degrees on the specified axis.")] [NodeAuthor("Detox Studios LLC", "http:...
31.916667
203
0.62141
ed4c3636c8d54bc5e66b26e7189d18f885ce4203
1,095
cs
C#
Elements.Benchmarks/Serialization.cs
ehtick/Elements
d676365ca69ae52100288c6b09963d9ec4f1888f
[ "MIT" ]
167
2019-06-14T09:56:20.000Z
2022-03-27T17:26:37.000Z
Elements.Benchmarks/Serialization.cs
ehtick/Elements
d676365ca69ae52100288c6b09963d9ec4f1888f
[ "MIT" ]
247
2019-05-31T23:22:38.000Z
2022-03-23T05:14:38.000Z
Elements.Benchmarks/Serialization.cs
ehtick/Elements
d676365ca69ae52100288c6b09963d9ec4f1888f
[ "MIT" ]
46
2019-07-02T22:39:26.000Z
2022-02-28T05:33:42.000Z
using System.Linq; using BenchmarkDotNet.Attributes; using Elements.Geometry.Profiles; using Elements.Serialization.glTF; namespace Elements.Benchmarks { [MemoryDiagnoser] public class Serialization { private Model _model; private string _json; [GlobalSetup] public void Set...
24.886364
63
0.583562
dabc23dea69f225e27f3e47e13c5609a52caf504
1,008
cs
C#
LobbyDemo/Lobby/Assets/Script/PlayerNameInputField.cs
smingscript/4Way_Path_Finding_Test
dc4669539353d8c6ebec035e8ed162c7f4676423
[ "MIT" ]
null
null
null
LobbyDemo/Lobby/Assets/Script/PlayerNameInputField.cs
smingscript/4Way_Path_Finding_Test
dc4669539353d8c6ebec035e8ed162c7f4676423
[ "MIT" ]
null
null
null
LobbyDemo/Lobby/Assets/Script/PlayerNameInputField.cs
smingscript/4Way_Path_Finding_Test
dc4669539353d8c6ebec035e8ed162c7f4676423
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; [RequireComponent(typeof(InputField))] public class PlayerNameInputField : MonoBehaviour { #region outlets private static string playerNamePrefKey = "PlayerName"; #endregion #region fields #end...
20.571429
71
0.634921
9575a91bf75fc2f5bdb47e318db11fcc503cb62d
5,999
cs
C#
Assets/YourSharingEconomyApp/CLIENT/Scripts/MainApp/View/Offers/ScreenSearchResultView.cs
EstebanGameDevelopment/YourSharingEconomyApp
7eaba574857a927c9584ae229d7b22cd5e841238
[ "MIT" ]
null
null
null
Assets/YourSharingEconomyApp/CLIENT/Scripts/MainApp/View/Offers/ScreenSearchResultView.cs
EstebanGameDevelopment/YourSharingEconomyApp
7eaba574857a927c9584ae229d7b22cd5e841238
[ "MIT" ]
null
null
null
Assets/YourSharingEconomyApp/CLIENT/Scripts/MainApp/View/Offers/ScreenSearchResultView.cs
EstebanGameDevelopment/YourSharingEconomyApp
7eaba574857a927c9584ae229d7b22cd5e841238
[ "MIT" ]
1
2018-10-31T22:50:40.000Z
2018-10-31T22:50:40.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using UnityEngine.UI; using YourCommonTools; namespace YourSharingEconomyApp { /****************************************** * * ScreenSearchResultView * * It will show a list with the result of a search...
35.922156
185
0.70195
d9194abd71ba06e6d2082b45b0d4a512efb0a202
3,775
cs
C#
Assets/Sources/Generated/Audio/Components/AudioAudioDestroyedListenerComponent.cs
Adjuvant/PulseSequencer
eade32a1a23e8172eaa66f7cad5ad2cbeaad729f
[ "MIT" ]
2
2019-04-20T18:38:37.000Z
2019-06-14T07:12:39.000Z
Assets/Sources/Generated/Audio/Components/AudioAudioDestroyedListenerComponent.cs
Adjuvant/PulseSequencer
eade32a1a23e8172eaa66f7cad5ad2cbeaad729f
[ "MIT" ]
null
null
null
Assets/Sources/Generated/Audio/Components/AudioAudioDestroyedListenerComponent.cs
Adjuvant/PulseSequencer
eade32a1a23e8172eaa66f7cad5ad2cbeaad729f
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by Entitas.CodeGeneration.Plugins.ComponentEntityApiGenerator. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-gen...
43.895349
177
0.636291
c958f4f8e80acca29ae7aa79f2001033d3f0c629
5,235
cs
C#
Aspose.HTML.Cloud.Sdk.Tests/Document/DocumentFragmentsTest.cs
aspose-html-cloud/aspose-html-cloud-dotnet
710066c1f1d549117ce9ce85b3f51235e5777d6b
[ "MIT" ]
1
2020-04-02T13:37:14.000Z
2020-04-02T13:37:14.000Z
Aspose.HTML.Cloud.Sdk.Tests/Document/DocumentFragmentsTest.cs
aspose-html-cloud/aspose-html-cloud-dotnet
710066c1f1d549117ce9ce85b3f51235e5777d6b
[ "MIT" ]
null
null
null
Aspose.HTML.Cloud.Sdk.Tests/Document/DocumentFragmentsTest.cs
aspose-html-cloud/aspose-html-cloud-dotnet
710066c1f1d549117ce9ce85b3f51235e5777d6b
[ "MIT" ]
2
2018-04-02T04:47:22.000Z
2018-06-25T19:45:11.000Z
using System; using System.Collections.Generic; using System.IO; using Microsoft.VisualStudio.TestTools.UnitTesting; using Aspose.HTML.Cloud.Sdk.Tests.Base; namespace Aspose.HTML.Cloud.Sdk.Tests.Document { [TestClass] public class DocumentFragmentsTest : BaseTestContext { private readonly string ...
34.668874
105
0.587775
aa7be79e3c99291e9d9b93e79a4db61badb7cf30
1,640
cs
C#
InternalDevHelper/InternalDevHelper/ViewModels/IMainViewModel.cs
francoishill/InternalDevHelper
b9b53ddbf55750c754387b1691041d6b4c750543
[ "MIT" ]
1
2018-05-17T13:47:24.000Z
2018-05-17T13:47:24.000Z
InternalDevHelper/InternalDevHelper/ViewModels/IMainViewModel.cs
francoishill/InternalDevHelper
b9b53ddbf55750c754387b1691041d6b4c750543
[ "MIT" ]
null
null
null
InternalDevHelper/InternalDevHelper/ViewModels/IMainViewModel.cs
francoishill/InternalDevHelper
b9b53ddbf55750c754387b1691041d6b4c750543
[ "MIT" ]
1
2018-05-17T13:47:27.000Z
2018-05-17T13:47:27.000Z
using System.Collections.Generic; using System.Windows.Input; using GalaSoft.MvvmLight.Command; using InternalDevHelper.ViewModels.Projects; namespace InternalDevHelper.ViewModels { public interface IMainViewModel { void HandleKeyPressed(Key key, ModifierKeys modifiers); ICollection<IDevProjec...
17.083333
63
0.485976
aaa714c5cde5b2bcb9ce4d17e47169228522fc92
1,958
cs
C#
src/Sumo.Data/Schema/IndexDefinitions/IndexDefinition.cs
SumoSoftware/Data
d526dc62eced184b105b9856861108141a22e80a
[ "MIT" ]
1
2018-07-24T20:48:41.000Z
2018-07-24T20:48:41.000Z
src/Sumo.Data/Schema/IndexDefinitions/IndexDefinition.cs
SumoSoftware/Sumo.Data
d526dc62eced184b105b9856861108141a22e80a
[ "MIT" ]
3
2018-08-09T16:28:56.000Z
2018-09-04T14:33:55.000Z
src/Sumo.Data/Schema/IndexDefinitions/IndexDefinition.cs
SumoSoftware/Sumo.Data
d526dc62eced184b105b9856861108141a22e80a
[ "MIT" ]
1
2018-08-07T14:14:21.000Z
2018-08-07T14:14:21.000Z
using Sumo.Data.Expressions; using System; using System.Collections.Generic; namespace Sumo.Data.Schema { [Serializable] public class IndexDefinition : EntityDefinition { public IndexDefinition() : base() { } public IndexDefinition(string name) : base(name) { } public bool IsUniqu...
36.943396
165
0.644025
1b8fc3e354ac6c1c72729e66939f4a94737a9376
2,887
cs
C#
src/Heap/215KthLargestElementInAnArray.cs
macdavid313/LeetCode-CSharp
dbb74630f45b5ba14e07c8a56f60e42118419d94
[ "MIT" ]
1
2020-11-18T09:50:35.000Z
2020-11-18T09:50:35.000Z
src/Heap/215KthLargestElementInAnArray.cs
macdavid313/LeetCode-CSharp
dbb74630f45b5ba14e07c8a56f60e42118419d94
[ "MIT" ]
null
null
null
src/Heap/215KthLargestElementInAnArray.cs
macdavid313/LeetCode-CSharp
dbb74630f45b5ba14e07c8a56f60e42118419d94
[ "MIT" ]
null
null
null
/* * File: 215KthLargestElementInAnArray.cs * Project: Heap * Created Date: Saturday, 3rd October 2020 9:22:31 am * Author: David Gu (macdavid313@gmail.com) * Runtime: 96 ms, faster than 92.39% of C# online submissions for Kth Largest Element in an Array. * Memory Usage: 25.8 MB, less than 26.90% of C# online sub...
27.495238
104
0.453758
1bd74ea2d93bc0a562b50b220fb4b1a704ce3f97
3,323
cs
C#
Capping/admin/rankings.aspx.designer.cs
bpatton00/handicapping
9099035baa0978bd5ce610b296b7df0fc456f040
[ "Apache-2.0" ]
null
null
null
Capping/admin/rankings.aspx.designer.cs
bpatton00/handicapping
9099035baa0978bd5ce610b296b7df0fc456f040
[ "Apache-2.0" ]
null
null
null
Capping/admin/rankings.aspx.designer.cs
bpatton00/handicapping
9099035baa0978bd5ce610b296b7df0fc456f040
[ "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> //----------------------------------------...
31.951923
82
0.599759
e4d8e8d1206466b9542925eeda3a2fa6090cfc63
3,311
cs
C#
Solucion/Backend.Infrastructure/Respositories/Estudiante/EstudianteDapperRepositoryAsync.cs
EddyEscalanteU/LearningDapper
30dc8be0b577ac3fe067fc6208b87ed42e3fa495
[ "MIT" ]
null
null
null
Solucion/Backend.Infrastructure/Respositories/Estudiante/EstudianteDapperRepositoryAsync.cs
EddyEscalanteU/LearningDapper
30dc8be0b577ac3fe067fc6208b87ed42e3fa495
[ "MIT" ]
null
null
null
Solucion/Backend.Infrastructure/Respositories/Estudiante/EstudianteDapperRepositoryAsync.cs
EddyEscalanteU/LearningDapper
30dc8be0b577ac3fe067fc6208b87ed42e3fa495
[ "MIT" ]
null
null
null
using Backend.Core.Interfaces; using Microsoft.Extensions.Configuration; using System; using System.Data; using Dapper; using Backend.Core.Entities; using System.Threading.Tasks; using System.Data.SqlClient; namespace Backend.Infrastructure.Respositories { public class EstudianteDapperRepositoryAsync : IEstudiant...
36.384615
133
0.53277
909a46532e21423902371ccc502b38b3733f16ed
985
cs
C#
KalosfideAPI/Data/Keys/AKeyUid.cs
kalosfide/KalosfideAPI
1389ea9eddbbd12fb785098c73f70506c1c076ae
[ "MIT" ]
null
null
null
KalosfideAPI/Data/Keys/AKeyUid.cs
kalosfide/KalosfideAPI
1389ea9eddbbd12fb785098c73f70506c1c076ae
[ "MIT" ]
null
null
null
KalosfideAPI/Data/Keys/AKeyUid.cs
kalosfide/KalosfideAPI
1389ea9eddbbd12fb785098c73f70506c1c076ae
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace KalosfideAPI.Data.Keys { // classes dérivées: Utilisateur public abstract class AKeyUid : AKeyBase { public abstract string Uid { get; set; } public override string TexteKey {...
23.452381
72
0.542132
f25f8dc4afef20dca0ae99db218130df2600ffbc
1,554
cs
C#
components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa/src/Registry/ISupervisorRegistryListener.cs
JMayrbaeurl/Industrial-IoT
ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01
[ "MIT" ]
392
2019-07-24T16:23:16.000Z
2022-03-27T09:59:49.000Z
components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa/src/Registry/ISupervisorRegistryListener.cs
JMayrbaeurl/Industrial-IoT
ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01
[ "MIT" ]
723
2019-07-25T06:06:27.000Z
2022-03-31T10:57:01.000Z
components/opc-ua/src/Microsoft.Azure.IIoT.OpcUa/src/Registry/ISupervisorRegistryListener.cs
JMayrbaeurl/Industrial-IoT
ef18f7a14a9e223c9df9f668a5c6f280ea4c1f01
[ "MIT" ]
184
2019-08-05T08:39:51.000Z
2022-03-28T16:55:59.000Z
// ------------------------------------------------------------ // 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...
36.139535
99
0.567568
729ef8ca80ae2c5c47ccc091d9fa60e2465f8c0d
920
cs
C#
src/MarketingBox.Affiliate.Service.Grpc/ICampaignService.cs
MyJetMarketingBox/MarketingBox.Affiliate.Service
18ca167ec5bec6f8787f5f6b4cbd394d63d170c6
[ "MIT" ]
null
null
null
src/MarketingBox.Affiliate.Service.Grpc/ICampaignService.cs
MyJetMarketingBox/MarketingBox.Affiliate.Service
18ca167ec5bec6f8787f5f6b4cbd394d63d170c6
[ "MIT" ]
null
null
null
src/MarketingBox.Affiliate.Service.Grpc/ICampaignService.cs
MyJetMarketingBox/MarketingBox.Affiliate.Service
18ca167ec5bec6f8787f5f6b4cbd394d63d170c6
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.ServiceModel; using System.Threading.Tasks; using MarketingBox.Affiliate.Service.Domain.Models.Campaigns; using MarketingBox.Affiliate.Service.Grpc.Requests.Campaigns; using MarketingBox.Sdk.Common.Models.Grpc; namespace MarketingBox.Affiliate.Service.Grpc { [Service...
32.857143
97
0.756522
d660407576ab6865360a266f48b9551581f18588
1,469
cs
C#
projects/startup/startup-basic-multiple/src/Program.cs
omelianlevkovych/practical-aspnetcore
b86266d171d72e49bbfc0e2e87e8226b667c767f
[ "MIT" ]
6,723
2016-08-09T12:14:52.000Z
2022-03-31T13:50:08.000Z
projects/startup/startup-basic-multiple/src/Program.cs
omelianlevkovych/practical-aspnetcore
b86266d171d72e49bbfc0e2e87e8226b667c767f
[ "MIT" ]
278
2016-08-03T15:57:04.000Z
2022-02-18T08:57:15.000Z
projects/startup/startup-basic-multiple/src/Program.cs
omelianlevkovych/practical-aspnetcore
b86266d171d72e49bbfc0e2e87e8226b667c767f
[ "MIT" ]
978
2016-09-09T13:40:01.000Z
2022-03-31T21:26:37.000Z
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Hosting; namespace PracticalAspNetCore { public class Startup1 { public void Configure(IApplicationBuilder app) { app.Run(context => { ...
29.38
117
0.547311
7c3172e10f03330fc94c8b33b8ccfce0ae3d02d7
1,054
cs
C#
src/Disruptor/AggregateEventHandler.cs
ltrzesniewski/Disruptor-net
cd3e6ad7dccb59206a87899bb6a5ef6342ff7c75
[ "Apache-2.0" ]
null
null
null
src/Disruptor/AggregateEventHandler.cs
ltrzesniewski/Disruptor-net
cd3e6ad7dccb59206a87899bb6a5ef6342ff7c75
[ "Apache-2.0" ]
null
null
null
src/Disruptor/AggregateEventHandler.cs
ltrzesniewski/Disruptor-net
cd3e6ad7dccb59206a87899bb6a5ef6342ff7c75
[ "Apache-2.0" ]
null
null
null
namespace Disruptor; /// <summary> /// An aggregate collection of <see cref="IEventHandler{T}"/> that get called in sequence for each event. /// </summary> /// <typeparam name="T">event implementation storing the data for sharing during exchange or parallel coordination of an event</typeparam> public class AggregateEv...
26.35
138
0.645161
61566950e97a11d09ca19c15b7f0735d5227b425
1,106
cs
C#
admin.aspx.cs
zeynepppp/AdminPanelAsp
143a0c55c94263cd9e5bc814670eac4b54ea2ad7
[ "MIT" ]
null
null
null
admin.aspx.cs
zeynepppp/AdminPanelAsp
143a0c55c94263cd9e5bc814670eac4b54ea2ad7
[ "MIT" ]
null
null
null
admin.aspx.cs
zeynepppp/AdminPanelAsp
143a0c55c94263cd9e5bc814670eac4b54ea2ad7
[ "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; using System.Data.SqlClient; using System.Data; namespace Aksan2.jeweler_master { public partial class admin2 : System.Web.UI.Page { Baglan baganti = new Baglan(...
29.891892
118
0.61302
16a849d0d2836ee6055ec89bc23169f99711ff95
794
cs
C#
ComputerPartsShop.Data/DataConstants.cs
SamiSuhail/ComputerPartsShop
ed0ed270abe47b2411ae05e6fe19b0e73bbafc29
[ "MIT" ]
null
null
null
ComputerPartsShop.Data/DataConstants.cs
SamiSuhail/ComputerPartsShop
ed0ed270abe47b2411ae05e6fe19b0e73bbafc29
[ "MIT" ]
null
null
null
ComputerPartsShop.Data/DataConstants.cs
SamiSuhail/ComputerPartsShop
ed0ed270abe47b2411ae05e6fe19b0e73bbafc29
[ "MIT" ]
null
null
null
namespace ComputerPartsShop.Data { public static class DataConstants { public class Ram { public const int FrequencyMin = 100; public const int FrequencyMax = 5000; public const int CapacityMin = 1; public const int CapacityMax = 256; ...
26.466667
49
0.565491
73fea70299b1fd7d0776692730e77f242c00b145
1,172
cs
C#
A01 - First Look/Controllers/MailingListController.cs
PFC-webprojects/ITC172
2ca867bb316c0f732e5c5d22469f2c1d02614521
[ "Apache-2.0" ]
null
null
null
A01 - First Look/Controllers/MailingListController.cs
PFC-webprojects/ITC172
2ca867bb316c0f732e5c5d22469f2c1d02614521
[ "Apache-2.0" ]
null
null
null
A01 - First Look/Controllers/MailingListController.cs
PFC-webprojects/ITC172
2ca867bb316c0f732e5c5d22469f2c1d02614521
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using A01___First_Look.Models; namespace A01___First_Look.Controllers { public class MailingListController : Controller { // GET: MailingList public ActionResult Index() { ...
28.585366
150
0.575939
f0c5c6ac4f08ac05e64674824fc8f4b02d7e6889
2,316
cs
C#
Assets/Scripts/EnemyScripts/BasicEnemyController.cs
maxartDanny/GDDi0000_Roll-a-Ball_Danny
bf0f76260229989dc73783adddf87eff8aac9e11
[ "MIT" ]
null
null
null
Assets/Scripts/EnemyScripts/BasicEnemyController.cs
maxartDanny/GDDi0000_Roll-a-Ball_Danny
bf0f76260229989dc73783adddf87eff8aac9e11
[ "MIT" ]
null
null
null
Assets/Scripts/EnemyScripts/BasicEnemyController.cs
maxartDanny/GDDi0000_Roll-a-Ball_Danny
bf0f76260229989dc73783adddf87eff8aac9e11
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using Audio; using UnityEngine.Timeline; /// <summary> /// /// </summary> public class BasicEnemyController : EnemyController { #region Variables [SerializeField] protected float impactScale = 10; protected float maxImp...
21.849057
112
0.744387
dd099067534af60eb968a698268f726c431d2b45
1,823
cs
C#
Contracts/Sceene.cs
simonejsing/Prerelease
47da21af3cec16fe5adb199cac71f12f87b9fecd
[ "MIT" ]
null
null
null
Contracts/Sceene.cs
simonejsing/Prerelease
47da21af3cec16fe5adb199cac71f12f87b9fecd
[ "MIT" ]
null
null
null
Contracts/Sceene.cs
simonejsing/Prerelease
47da21af3cec16fe5adb199cac71f12f87b9fecd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Contracts { public abstract class Sceene : ISceene { protected IRenderer Renderer; protected IUserInterface UI; protected ActionQueue ActionQueue; prote...
26.808824
110
0.618212
dd66629180c414334e5d66dea5a9140105e157ee
2,837
cs
C#
Tests/TestBucketBuilder.cs
gongchengshi/mimeo
b0594c4c7ef41dcd217cfd0e2149d010382b25ed
[ "MIT" ]
null
null
null
Tests/TestBucketBuilder.cs
gongchengshi/mimeo
b0594c4c7ef41dcd217cfd0e2149d010382b25ed
[ "MIT" ]
null
null
null
Tests/TestBucketBuilder.cs
gongchengshi/mimeo
b0594c4c7ef41dcd217cfd0e2149d010382b25ed
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Amazon; using Amazon.S3; using Amazon.S3.Model; using Mimeo.Tests.MimeoProxyTestCase; using Gongchengshi.Collections.Generic; namespace Mimeo.Tests { static class TestBucketBuilder { private const string _fileContentsFormat = @" <html> <head> <title>{...
28.94898
140
0.524145
c2ac8fde831a71ee16b31ee824cad1688da23541
3,368
cs
C#
KancolleSniffer/Model/Achievement.cs
fujieda/KancolleSniffer
daa8805cb422e16db40c1a8dd9b23e05021983f5
[ "Apache-2.0" ]
2
2021-06-17T17:37:57.000Z
2021-06-22T05:00:56.000Z
KancolleSniffer/Model/Achievement.cs
fujieda/KancolleSniffer
daa8805cb422e16db40c1a8dd9b23e05021983f5
[ "Apache-2.0" ]
null
null
null
KancolleSniffer/Model/Achievement.cs
fujieda/KancolleSniffer
daa8805cb422e16db40c1a8dd9b23e05021983f5
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2014, 2015 Kazuhiro Fujieda <fujieda@users.osdn.me> // // 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 // // Un...
32.07619
77
0.551663
324ba52834ba5ccc86e069a2a1bf51ebd7816f0d
2,696
cs
C#
Com.Loonytone.Droid.PullToRefresh/Views/ListFragments/PullToRefreshBaseListFragment.cs
Loonytone/Android-PullToRefresh
6ea41f41fdc43f07868ce9b82cc550e363c330ab
[ "Apache-2.0" ]
2
2017-08-16T01:04:04.000Z
2017-08-16T02:34:20.000Z
Com.Loonytone.Droid.PullToRefresh/Views/ListFragments/PullToRefreshBaseListFragment.cs
Loonytone/Android-PullToRefresh
6ea41f41fdc43f07868ce9b82cc550e363c330ab
[ "Apache-2.0" ]
null
null
null
Com.Loonytone.Droid.PullToRefresh/Views/ListFragments/PullToRefreshBaseListFragment.cs
Loonytone/Android-PullToRefresh
6ea41f41fdc43f07868ce9b82cc550e363c330ab
[ "Apache-2.0" ]
null
null
null
/// <summary> ///***************************************************************************** /// Copyright 2011, 2012 Chris Banes. /// /// 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 ...
38.514286
108
0.690653
9472870f286459c8fb25fb98c190365758f54246
564
cs
C#
unity-renderer/Assets/Scripts/MainScripts/DCL/Helpers/WaitForSecondsHelpers/WaitForSecondsCache.cs
mr0ng/unity-renderer
5d9005159acdc5acf652215bb8646971ee80f85c
[ "Apache-2.0" ]
74
2021-04-29T17:50:40.000Z
2022-03-11T15:51:36.000Z
unity-renderer/Assets/Scripts/MainScripts/DCL/Helpers/WaitForSecondsHelpers/WaitForSecondsCache.cs
mr0ng/unity-renderer
5d9005159acdc5acf652215bb8646971ee80f85c
[ "Apache-2.0" ]
1,888
2021-03-10T15:23:32.000Z
2022-03-31T21:28:17.000Z
unity-renderer/Assets/Scripts/MainScripts/DCL/Helpers/WaitForSecondsHelpers/WaitForSecondsCache.cs
mr0ng/unity-renderer
5d9005159acdc5acf652215bb8646971ee80f85c
[ "Apache-2.0" ]
45
2021-04-18T22:37:49.000Z
2022-03-29T17:11:36.000Z
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class WaitForSecondsCache { private static Dictionary<string, WaitForSeconds> waitCache = new Dictionary<string, WaitForSeconds>(); public static WaitForSeconds Get(float seconds) { string key = se...
25.636364
107
0.666667
f5546e4b2661a1af2bc6fb1d6050313afd89902a
7,333
cs
C#
Assets/Scripts/GameController.cs
hanlsin/AergoSpaceShooter
ba223a47d451b2ca2e8299e414e7fcd9d421a04d
[ "MIT" ]
null
null
null
Assets/Scripts/GameController.cs
hanlsin/AergoSpaceShooter
ba223a47d451b2ca2e8299e414e7fcd9d421a04d
[ "MIT" ]
null
null
null
Assets/Scripts/GameController.cs
hanlsin/AergoSpaceShooter
ba223a47d451b2ca2e8299e414e7fcd9d421a04d
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; using aergo.heracs; public class GameController : MonoBehaviour { public GameObject hazard; public Vector3 spawnValue; public int hazardCount; public float spawnWait...
28.870079
123
0.565662
eb510a716909ec1b0e612aced7a937f18fdee9fd
1,330
cs
C#
Plugins.FridayNightLive/Data/Session.EntityConfiguration.cs
alexnoddings/Elvet
822def543dad78d912f2d78b5f3495b5e3590af6
[ "MIT" ]
null
null
null
Plugins.FridayNightLive/Data/Session.EntityConfiguration.cs
alexnoddings/Elvet
822def543dad78d912f2d78b5f3495b5e3590af6
[ "MIT" ]
null
null
null
Plugins.FridayNightLive/Data/Session.EntityConfiguration.cs
alexnoddings/Elvet
822def543dad78d912f2d78b5f3495b5e3590af6
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace Elvet.FridayNightLive.Data { internal class SessionEntityConfiguration : IEntityTypeConfiguration<Session> { public void Configure(EntityTypeBuilder<Session> builder) { builder ...
30.227273
84
0.542105
28226c5d92eccb11b789b011ea0e022acf39e67a
253
cs
C#
back-end/UruIT.GameOfDrones.Domain/Contracts/Repositories/IPlayerRepository.cs
brunoedsm/UruIT
e601d608a355cb198cfd74a5c08711579d623861
[ "MIT" ]
null
null
null
back-end/UruIT.GameOfDrones.Domain/Contracts/Repositories/IPlayerRepository.cs
brunoedsm/UruIT
e601d608a355cb198cfd74a5c08711579d623861
[ "MIT" ]
7
2021-03-09T03:47:49.000Z
2022-03-02T04:03:42.000Z
back-end/UruIT.GameOfDrones.Domain/Contracts/Repositories/IPlayerRepository.cs
brunoedsm/UruIT
e601d608a355cb198cfd74a5c08711579d623861
[ "MIT" ]
null
null
null
using System.Collections.Generic; using UruIT.GameOfDrones.Domain.Entities; namespace UruIT.GameOfDrones.Domain.Contracts.Repositories { public interface IPlayerRepository : IRepository<Player> { /*For personal implementations*/ } }
25.3
60
0.762846
e9aa269c60ac9a6504cce2e337944df325dc1ae3
652
cs
C#
Assets/_NoClip/Scripts/Trap.cs
DavidST44/ggj2021noclip
db3f4c0b6857a93ee742f320dce6f3c4ff4f536e
[ "CC0-1.0" ]
null
null
null
Assets/_NoClip/Scripts/Trap.cs
DavidST44/ggj2021noclip
db3f4c0b6857a93ee742f320dce6f3c4ff4f536e
[ "CC0-1.0" ]
null
null
null
Assets/_NoClip/Scripts/Trap.cs
DavidST44/ggj2021noclip
db3f4c0b6857a93ee742f320dce6f3c4ff4f536e
[ "CC0-1.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Trap : MonoBehaviour { public float damage = 100f; public bool destroySelf = true; private void Update() { transform.localEulerAngles = new Vector3(Mathf.Sin(Time.time * 1f) * 360f, Mathf.Cos(Time.time *...
27.166667
152
0.611963
9a79626b73eaa56c2fc22d5b06406e43ed2e89d6
472
cs
C#
src/Microsoft.TemplateEngine.Abstractions/IShortNameList.cs
khalidabuhakmeh/templating
12f1f9e24eb0b253b50166abc8fe5f2a2278cefb
[ "MIT" ]
1,247
2016-08-29T16:12:05.000Z
2022-03-28T14:45:16.000Z
src/Microsoft.TemplateEngine.Abstractions/IShortNameList.cs
khalidabuhakmeh/templating
12f1f9e24eb0b253b50166abc8fe5f2a2278cefb
[ "MIT" ]
2,363
2016-08-25T20:27:08.000Z
2022-03-31T18:20:20.000Z
src/Microsoft.TemplateEngine.Abstractions/IShortNameList.cs
khalidabuhakmeh/templating
12f1f9e24eb0b253b50166abc8fe5f2a2278cefb
[ "MIT" ]
379
2016-08-25T21:16:39.000Z
2022-03-27T19:01:27.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; namespace Microsoft.TemplateEngine.Abstractions { [Obsolete("The ShortNameList is added to ITemplateInfo instead")] public in...
29.5
71
0.741525
5da105a7b3486451250d013eadeb18f70820daeb
349
cs
C#
src/WWB.Wx.Sdk/Apis/User/Dtos/GetUserByTagInput.cs
my6521/WWB.Wx.Sdk
f823591cd469f5a2ec132c5a17d6c00bda7e4f61
[ "MIT" ]
null
null
null
src/WWB.Wx.Sdk/Apis/User/Dtos/GetUserByTagInput.cs
my6521/WWB.Wx.Sdk
f823591cd469f5a2ec132c5a17d6c00bda7e4f61
[ "MIT" ]
null
null
null
src/WWB.Wx.Sdk/Apis/User/Dtos/GetUserByTagInput.cs
my6521/WWB.Wx.Sdk
f823591cd469f5a2ec132c5a17d6c00bda7e4f61
[ "MIT" ]
null
null
null
using Newtonsoft.Json; namespace WWB.Wx.Sdk.Apis.User.Dtos { public class GetUserByTagInput { [JsonProperty("tagid")] public int TagId { get; set; } /// <summary> /// 第一个拉取的OPENID,不填默认从头开始拉取 /// </summary> [JsonProperty("next_openid")] public string Nex...
21.8125
46
0.573066
5dba54a431b15eedd0ab5b87e3553327540d71bd
455
cs
C#
AJMigratorApp/Helpers/RecordsetHelper.cs
dokuflex/AJMigratorApp
a65317ff35d37b299a7d0e0024ae6cd98a3baf16
[ "Apache-2.0" ]
null
null
null
AJMigratorApp/Helpers/RecordsetHelper.cs
dokuflex/AJMigratorApp
a65317ff35d37b299a7d0e0024ae6cd98a3baf16
[ "Apache-2.0" ]
null
null
null
AJMigratorApp/Helpers/RecordsetHelper.cs
dokuflex/AJMigratorApp
a65317ff35d37b299a7d0e0024ae6cd98a3baf16
[ "Apache-2.0" ]
null
null
null
using Microsoft.Office.Interop.Access.Dao; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AJMigratorApp.Helpers { public static class RecordsetHelper { public static Recordset2 GetRecordset2(string fieldName, Recordset reco...
23.947368
85
0.70989
5defcf8826a1af17727a0f54bde2c2a9714b7e37
794
cs
C#
source/Stile/Types/Expressions/Printing/ExpressionParsers/UnaryExpressionParser.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
source/Stile/Types/Expressions/Printing/ExpressionParsers/UnaryExpressionParser.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
source/Stile/Types/Expressions/Printing/ExpressionParsers/UnaryExpressionParser.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
#region License info... // Stile for .NET, Copyright 2011-2013 by Mark Knell // Licensed under the MIT License found at the top directory of the Stile project on GitHub #endregion #region using... using System.Linq.Expressions; using Stile.Types.Expressions.Printing.Tokens; #endregion namespace Stile.Types.Expressio...
25.612903
106
0.774559
b90e7bfeb7a1023dda8ce996759e2d69059dcd32
103
cshtml
C#
PartySquirrel/Views/_ViewImports.cshtml
chyoon2/PartySquirrelClient.Solution
176e505605b34e69c9b729ad98a53c7dd3f6c9c1
[ "MIT" ]
null
null
null
PartySquirrel/Views/_ViewImports.cshtml
chyoon2/PartySquirrelClient.Solution
176e505605b34e69c9b729ad98a53c7dd3f6c9c1
[ "MIT" ]
1
2021-06-24T20:44:00.000Z
2021-06-24T20:44:00.000Z
PartySquirrel/Views/_ViewImports.cshtml
chyoon2/PartySquirrelClient.Solution
176e505605b34e69c9b729ad98a53c7dd3f6c9c1
[ "MIT" ]
3
2020-08-25T23:46:24.000Z
2020-08-27T22:02:41.000Z
@using PartySquirrel @using PartySquirrel.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
25.75
52
0.834951
b0c9c30f4b3371763c29194e13570a46a3323cb0
521
cs
C#
SerializationExtensions.cs
mikeeheler/EU4SaveTool
ba61ceaa064a96c023f448b68ef651aa0a1bf90e
[ "MIT" ]
null
null
null
SerializationExtensions.cs
mikeeheler/EU4SaveTool
ba61ceaa064a96c023f448b68ef651aa0a1bf90e
[ "MIT" ]
null
null
null
SerializationExtensions.cs
mikeeheler/EU4SaveTool
ba61ceaa064a96c023f448b68ef651aa0a1bf90e
[ "MIT" ]
1
2018-10-16T17:15:19.000Z
2018-10-16T17:15:19.000Z
namespace EU4SaveTool { using System; using System.IO; internal static class SerializationExtensions { public static string ToYaml(this object value) { var serializer = new YamlDotNet.Serialization.SerializerBuilder() .EmitDefaults() .Build();...
24.809524
77
0.545106
def43fe121883b6cfcef1f71057479d113263bdc
130
cs
C#
CarBackEnd/Car.DAL/Entities/Journey.cs
UMuryn/Car-Back-End
52ec80b02fd42d94c4d15dd5dd11295552c20f3a
[ "MIT" ]
null
null
null
CarBackEnd/Car.DAL/Entities/Journey.cs
UMuryn/Car-Back-End
52ec80b02fd42d94c4d15dd5dd11295552c20f3a
[ "MIT" ]
null
null
null
CarBackEnd/Car.DAL/Entities/Journey.cs
UMuryn/Car-Back-End
52ec80b02fd42d94c4d15dd5dd11295552c20f3a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace Car.DAL.Entities { class Journey { } }
11.818182
33
0.692308
1962aebab8f36c21ebf591d7b1764306ab709c89
1,543
cs
C#
Assets/ApplicationInsights/Model/Context/Context.cs
Unity3dAzure/UnityApplicationInsights
31ee6e6ef5a97eb74a42efbe21565e29591a6396
[ "MIT" ]
15
2018-09-25T13:08:17.000Z
2022-03-14T06:39:16.000Z
Assets/ApplicationInsights/Model/Context/Context.cs
Unity3dAzure/UnityApplicationInsights
31ee6e6ef5a97eb74a42efbe21565e29591a6396
[ "MIT" ]
3
2018-09-18T08:49:15.000Z
2020-11-03T12:18:13.000Z
Assets/ApplicationInsights/Model/Context/Context.cs
Unity3dAzure/UnityApplicationInsights
31ee6e6ef5a97eb74a42efbe21565e29591a6396
[ "MIT" ]
2
2020-05-23T16:26:01.000Z
2020-12-16T11:33:53.000Z
using System.Collections.Generic; using UnityEngine; namespace UnityApplicationInsights { public class Context { public Device Device; public User User; public Session Session; public Operation Operation; public Dictionary<string, string> Properties; private Dictionary<string, string> _tag...
27.553571
118
0.62022
c25680110533ffd8696ec89f9d357188f1f57024
251
cs
C#
Src/WorkoutWotch.Models/IAction.cs
reactiveui-forks/WorkoutWotch
d8218b088f4a7c00ae42f552266215571686eee7
[ "MIT" ]
null
null
null
Src/WorkoutWotch.Models/IAction.cs
reactiveui-forks/WorkoutWotch
d8218b088f4a7c00ae42f552266215571686eee7
[ "MIT" ]
null
null
null
Src/WorkoutWotch.Models/IAction.cs
reactiveui-forks/WorkoutWotch
d8218b088f4a7c00ae42f552266215571686eee7
[ "MIT" ]
1
2019-02-04T16:33:05.000Z
2019-02-04T16:33:05.000Z
namespace WorkoutWotch.Models { using System; using System.Reactive; public interface IAction { TimeSpan Duration { get; } IObservable<Unit> ExecuteAsync(ExecutionContext context); } }
16.733333
65
0.589641
ca59deb27ab4768312bb427e76f5700de4b6a09d
1,256
cs
C#
Web/GarageManager.Web/Areas/Employees/Controllers/DepartmentsController.cs
TodorChapkanov/Garage-Manager
fed75c78d0622b9312fb83fa640a746a49e466ff
[ "MIT" ]
null
null
null
Web/GarageManager.Web/Areas/Employees/Controllers/DepartmentsController.cs
TodorChapkanov/Garage-Manager
fed75c78d0622b9312fb83fa640a746a49e466ff
[ "MIT" ]
null
null
null
Web/GarageManager.Web/Areas/Employees/Controllers/DepartmentsController.cs
TodorChapkanov/Garage-Manager
fed75c78d0622b9312fb83fa640a746a49e466ff
[ "MIT" ]
null
null
null
using GarageManager.Common; using GarageManager.Common.GlobalConstant; using GarageManager.Common.Notification; using GarageManager.Services.Contracts; using GarageManager.Web.Models.ViewModels.Department; using Microsoft.AspNetCore.Mvc; using System.Linq; using System.Threading.Tasks; namespace GarageManager.Web.Are...
29.904762
81
0.664809
b9d5740339042c3b5dd2c1cddf7ae7d06d40c78d
354
cs
C#
Assets/Scripts/LoadingScenes.cs
TomRich01/RTS_Prototype
6dd7c600f48d90ad7eeaca60868277782fb8ed56
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/LoadingScenes.cs
TomRich01/RTS_Prototype
6dd7c600f48d90ad7eeaca60868277782fb8ed56
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/LoadingScenes.cs
TomRich01/RTS_Prototype
6dd7c600f48d90ad7eeaca60868277782fb8ed56
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class LoadingScenes : MonoBehaviour { public int loadlevel; public void LoadLevel() { SceneManager.LoadScene(loadlevel); } public void QuitGame() { ...
15.391304
42
0.663842
863c7c229ba12a2cd4d811a3f9bacb158465120a
633
cs
C#
496. Next Greater Element I/496_Original_Stack_Hashtable.cs
webigboss/Leetcode
b92dfa7c322754a6ef985f9f199e7e2045092b1a
[ "MIT" ]
null
null
null
496. Next Greater Element I/496_Original_Stack_Hashtable.cs
webigboss/Leetcode
b92dfa7c322754a6ef985f9f199e7e2045092b1a
[ "MIT" ]
null
null
null
496. Next Greater Element I/496_Original_Stack_Hashtable.cs
webigboss/Leetcode
b92dfa7c322754a6ef985f9f199e7e2045092b1a
[ "MIT" ]
null
null
null
public class Solution { public int[] NextGreaterElement(int[] nums1, int[] nums2) { var st = new Stack<int>(); var result = new int[nums1.Length]; var dict = new Dictionary<int, int>(); for(var i = 0; i < nums2.Length; i++){ while(st.Count > 0 && st.Peek() < nums2[i]){ ...
28.772727
63
0.436019
8645c60ede236a12428a9439b8fb5e5972e4a7ab
488
cs
C#
Assets/Scripts/Items/Weapon.cs
klyye/Silenciodorius
e16e9cb3d83945265ee17f8c31eca04b01e8be89
[ "MIT" ]
3
2020-06-19T03:06:03.000Z
2020-06-19T03:06:06.000Z
Assets/Scripts/Items/Weapon.cs
klyye/Silenciodorius
e16e9cb3d83945265ee17f8c31eca04b01e8be89
[ "MIT" ]
null
null
null
Assets/Scripts/Items/Weapon.cs
klyye/Silenciodorius
e16e9cb3d83945265ee17f8c31eca04b01e8be89
[ "MIT" ]
null
null
null
using UnityEngine; namespace Items { /// <summary> /// Any Item that can be equipped to attack. /// </summary> public abstract class Weapon : Item { /// <summary> /// Issues an attack at the target. /// </summary> /// <param name="target">The location that i...
28.705882
77
0.579918
bedb024ac4045f4f2c6b1a6fb1972d98f656c7d1
5,580
cs
C#
tests/LiteNetwork.Protocol.Tests/LitePacketParserWithCustomProcessor.cs
KSExtrez/Sylver.Network
e821283348b8dcec35a27fee89c825a2b3c0d035
[ "MIT" ]
36
2020-11-21T20:30:26.000Z
2022-02-13T03:48:14.000Z
tests/LiteNetwork.Protocol.Tests/LitePacketParserWithCustomProcessor.cs
KSExtrez/Sylver.Network
e821283348b8dcec35a27fee89c825a2b3c0d035
[ "MIT" ]
19
2020-11-22T15:53:12.000Z
2022-02-19T19:50:57.000Z
tests/LiteNetwork.Protocol.Tests/LitePacketParserWithCustomProcessor.cs
KSExtrez/Sylver.Network
e821283348b8dcec35a27fee89c825a2b3c0d035
[ "MIT" ]
11
2021-01-24T10:03:20.000Z
2022-02-16T22:09:30.000Z
using LiteNetwork.Protocol.Internal; using LiteNetwork.Protocol.Tests.Processors; using System; using System.Collections.Generic; using System.Linq; using Xunit; namespace LiteNetwork.Protocol.Tests { public class LitePacketParserWithCustomProcessor { public static IEnumerable<object[]> Packets = new ...
46.890756
659
0.574373
2cd59b081ba68e2af7a88317f8c6e33093fc4b75
2,955
cs
C#
TFTCalculator/Controls/FancyBorder.cs
StarscapeTFT/TFTCalculator
e28bcc33a80f069d6853d318023784cab6fdcc54
[ "MIT" ]
7
2020-06-25T23:55:36.000Z
2021-06-12T15:10:20.000Z
TFTCalculator/Controls/FancyBorder.cs
StarscapeTFT/TFTCalculator
e28bcc33a80f069d6853d318023784cab6fdcc54
[ "MIT" ]
null
null
null
TFTCalculator/Controls/FancyBorder.cs
StarscapeTFT/TFTCalculator
e28bcc33a80f069d6853d318023784cab6fdcc54
[ "MIT" ]
null
null
null
using System.Windows.Controls; using System.Windows.Media; using System.Windows; namespace TFTCalculator { public class FancyBorder : Border { protected override void OnRender(DrawingContext dc) { Pen leftPen = new Pen(BorderBrush, BorderThickness.Left); Pen topPen = ne...
44.104478
103
0.592893
f98ec89ade374403d8d8cb08e1e3629b4e9afc04
2,394
cs
C#
MaxLib/Tools/SolutionFinder/Solver.cs
Garados007/MaxLib
de341a8d7e2f1293582ee6053a3f6b85ab80c708
[ "MIT" ]
2
2017-11-15T16:56:39.000Z
2021-03-06T19:16:39.000Z
MaxLib/Tools/SolutionFinder/Solver.cs
Garados007/MaxLib
de341a8d7e2f1293582ee6053a3f6b85ab80c708
[ "MIT" ]
4
2017-11-15T18:45:00.000Z
2017-11-15T18:48:19.000Z
MaxLib/Tools/SolutionFinder/Solver.cs
Garados007/MaxLib
de341a8d7e2f1293582ee6053a3f6b85ab80c708
[ "MIT" ]
1
2018-01-03T17:45:09.000Z
2018-01-03T17:45:09.000Z
using System.Collections.Generic; namespace MaxLib.Tools.SolutionFinder { /// <summary> /// A implementation of a problem solver. /// </summary> /// <typeparam name="Problem">The problem to solve</typeparam> /// <typeparam name="Solution">The solution that would solve the problem</typeparam> p...
39.245902
96
0.649123
4ac191302732411be27e552e7031dc984354379e
1,670
cs
C#
src/Singer.Core/DResult.cs
shoy160/singer.wpf
8a75e9002bc2d83e116ff0af6cfb69bcf60bfca7
[ "MIT" ]
null
null
null
src/Singer.Core/DResult.cs
shoy160/singer.wpf
8a75e9002bc2d83e116ff0af6cfb69bcf60bfca7
[ "MIT" ]
null
null
null
src/Singer.Core/DResult.cs
shoy160/singer.wpf
8a75e9002bc2d83e116ff0af6cfb69bcf60bfca7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace Singer.Core { /// <summary> 通用结果类 </summary> [Serializable] public class DResult { /// <summary> 状态 </summary> public bool Status { get; set; } /// <summary> 错误码 </summary> public int Code { get; set; } = -1; ...
24.925373
99
0.509581
4accdcf3b60af06a0cfc91051e30d9da95068682
1,034
cs
C#
hms-sdk-unity/HuaweiMobileServices/Game/Ranking.cs
NikolaiZyulin/hms-sdk-unity
c2c2ca2edb9eccf6355997dfc6bf6ced0c9a4a86
[ "MIT" ]
null
null
null
hms-sdk-unity/HuaweiMobileServices/Game/Ranking.cs
NikolaiZyulin/hms-sdk-unity
c2c2ca2edb9eccf6355997dfc6bf6ced0c9a4a86
[ "MIT" ]
null
null
null
hms-sdk-unity/HuaweiMobileServices/Game/Ranking.cs
NikolaiZyulin/hms-sdk-unity
c2c2ca2edb9eccf6355997dfc6bf6ced0c9a4a86
[ "MIT" ]
null
null
null
using System.Collections.Generic; using HuaweiMobileServices.Utils; using UnityEngine; using UnityEngine.Scripting; namespace HuaweiMobileServices.Game { // Wrapper for com.huawei.hms.jos.games.ranking.Ranking public class Ranking : JavaObjectWrapper { [Preserve] private static readonly AndroidJavaClass Rankin...
32.3125
123
0.794004
2038f734ae5b3f9868d61eaa948745eb47a869e7
410
cs
C#
DiskInventoryConsole/DiskInventory/Models/Status.cs
chulack/chulack.github.io
8eb144a41679f7f4f4775e78bcdaff64cf8f270a
[ "Apache-2.0" ]
null
null
null
DiskInventoryConsole/DiskInventory/Models/Status.cs
chulack/chulack.github.io
8eb144a41679f7f4f4775e78bcdaff64cf8f270a
[ "Apache-2.0" ]
null
null
null
DiskInventoryConsole/DiskInventory/Models/Status.cs
chulack/chulack.github.io
8eb144a41679f7f4f4775e78bcdaff64cf8f270a
[ "Apache-2.0" ]
2
2021-11-19T01:22:46.000Z
2021-12-02T20:11:23.000Z
using System; using System.Collections.Generic; #nullable disable namespace DiskInventory.Models { public partial class Status { public Status() { Media = new HashSet<Medium>(); } public int StatusId { get; set; } public string Description {...
19.52381
63
0.568293
fe80a834efe051aaaf9236193d78b4a4eea405ef
205
cs
C#
LotteryManagement/LotteryManagement.Data/Entities/AppRole.cs
hoangthanz/LotteryManagement.Services
8642b71d9932592033d55f08323f3272286421a7
[ "MIT" ]
null
null
null
LotteryManagement/LotteryManagement.Data/Entities/AppRole.cs
hoangthanz/LotteryManagement.Services
8642b71d9932592033d55f08323f3272286421a7
[ "MIT" ]
null
null
null
LotteryManagement/LotteryManagement.Data/Entities/AppRole.cs
hoangthanz/LotteryManagement.Services
8642b71d9932592033d55f08323f3272286421a7
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Identity; using System; namespace LotteryManagement.Data.Entities { public class AppRole : IdentityRole<Guid> { public string Description { get; set; } } }
18.636364
47
0.702439
71a153174b630fa8a163585e9fe61a5665596953
23,433
cs
C#
src/CodeGenerator.Templates/Duration.cs
MafuJosh/NGenericDimensions
0df8663425a59afd24038decc95061e8cc291691
[ "MIT" ]
3
2019-01-16T06:00:30.000Z
2019-02-27T22:31:02.000Z
src/CodeGenerator.Templates/Duration.cs
MafuJosh/NGenericDimensions
0df8663425a59afd24038decc95061e8cc291691
[ "MIT" ]
1
2019-03-01T08:29:08.000Z
2020-06-23T13:24:30.000Z
src/CodeGenerator.Templates/Duration.cs
MafuJosh/NGenericDimensions
0df8663425a59afd24038decc95061e8cc291691
[ "MIT" ]
null
null
null
/* using NGenericDimensions.Lengths; using NGenericDimensions.Math; using NGenericDimensions.MetricPrefix; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace NGenericDimensions { public interface IDuration : IDimension, IDimensionSupportsPe...
81.083045
281
0.768147
1b16a493404af84edaceec732e057f6b5f42efde
1,054
cs
C#
Laixer.Identity.Dapper/IdentityDapperOptions.cs
Laixer/Laixer.Identity.Dapper
9ad9eb1bd1ee31be8a18285c363b60498fb4f8a2
[ "MIT" ]
null
null
null
Laixer.Identity.Dapper/IdentityDapperOptions.cs
Laixer/Laixer.Identity.Dapper
9ad9eb1bd1ee31be8a18285c363b60498fb4f8a2
[ "MIT" ]
1
2019-11-26T15:11:57.000Z
2019-11-26T15:11:57.000Z
Laixer.Identity.Dapper/IdentityDapperOptions.cs
Laixer/Laixer.Identity.Dapper
9ad9eb1bd1ee31be8a18285c363b60498fb4f8a2
[ "MIT" ]
null
null
null
using Laixer.Identity.Dapper.Database; namespace Laixer.Identity.Dapper { /// <summary> /// Identity Dapper database configuration. /// </summary> public class IdentityDapperOptions { /// <summary> /// Database connection string. /// </summary> public string Connect...
25.707317
66
0.537002
88759c5efd2d9f11df1c4bddb92c0942e2bee964
4,119
cs
C#
Scenes/Scripts/WaveEmitter.cs
mryderie/waveripper-godot-vr-csharp
a7651e2cc46637cd0f18904a0565a6b5dbdcbd2c
[ "MIT" ]
2
2021-04-24T16:29:47.000Z
2021-07-08T08:37:37.000Z
Scenes/Scripts/WaveEmitter.cs
bitmammoth/waveripper-godot-vr-csharp
a7651e2cc46637cd0f18904a0565a6b5dbdcbd2c
[ "MIT" ]
null
null
null
Scenes/Scripts/WaveEmitter.cs
bitmammoth/waveripper-godot-vr-csharp
a7651e2cc46637cd0f18904a0565a6b5dbdcbd2c
[ "MIT" ]
1
2021-04-24T16:29:42.000Z
2021-04-24T16:29:42.000Z
using Godot; using System.Collections.Generic; using System.Linq; public class WaveEmitter : Spatial { protected Position3D WaveSpawnPoint; protected Tween WaveMovementTween; protected Sequence WaveSequence; protected List<Wave> WaveInstances = new List<Wave>(); protected AudioStreamPlayer AudioStreamPlayer; pr...
32.433071
151
0.737558
24585938010607e9659c365291787313018b9886
1,633
cs
C#
dotnet/storage/blob/blob-storage/Program.cs
scottluskcis/azure-samples
e47a2bb8434d85761bddb118993a786532d54e36
[ "MIT" ]
null
null
null
dotnet/storage/blob/blob-storage/Program.cs
scottluskcis/azure-samples
e47a2bb8434d85761bddb118993a786532d54e36
[ "MIT" ]
3
2020-11-06T13:33:33.000Z
2020-11-08T22:37:12.000Z
dotnet/storage/blob/blob-storage/Program.cs
scottluskcis/azure-samples
e47a2bb8434d85761bddb118993a786532d54e36
[ "MIT" ]
null
null
null
using System; using System.Threading; using System.Threading.Tasks; using CommandLine; namespace AzureSamples.Storage.Blob { class Program { static async Task Main(string[] args) { await Parser.Default.ParseArguments<ProgramOptions>(args) .MapResult(RunAsync, _ => T...
28.155172
110
0.521739
701a5fb32a8a8da20fb6e4016f7dec0bf1943801
584
cs
C#
TechnicalEquationsSourceGenerator/GeometryFormula/GeometryFormula.Generation.SourceGenerator.Tests/TestSupport/MockAdditionalText.cs
vaananart/SourceGeneratorDemo-Part2
7bff27a0b1197f750424d42bcef6be314a48c21e
[ "MIT" ]
null
null
null
TechnicalEquationsSourceGenerator/GeometryFormula/GeometryFormula.Generation.SourceGenerator.Tests/TestSupport/MockAdditionalText.cs
vaananart/SourceGeneratorDemo-Part2
7bff27a0b1197f750424d42bcef6be314a48c21e
[ "MIT" ]
null
null
null
TechnicalEquationsSourceGenerator/GeometryFormula/GeometryFormula.Generation.SourceGenerator.Tests/TestSupport/MockAdditionalText.cs
vaananart/SourceGeneratorDemo-Part2
7bff27a0b1197f750424d42bcef6be314a48c21e
[ "MIT" ]
null
null
null
 using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using System; using System.Threading; namespace GeometryFormula.Generation.SourceGenerator.Tests.TestSupport { public class MockAdditionalText : AdditionalText { private readonly string _path; private readonly string _content; public MockAddi...
20.857143
84
0.770548
1d874d652ac65967514330150322b52c1d421e6e
2,128
cs
C#
Education/Metanit/Program.cs
Stanislav121/study-and-experiments
a9c3c1a1056b05b0e6db13bed72fc0c15afea990
[ "MIT" ]
null
null
null
Education/Metanit/Program.cs
Stanislav121/study-and-experiments
a9c3c1a1056b05b0e6db13bed72fc0c15afea990
[ "MIT" ]
null
null
null
Education/Metanit/Program.cs
Stanislav121/study-and-experiments
a9c3c1a1056b05b0e6db13bed72fc0c15afea990
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Metanit { class Program { static void Main(string[] args) { FirstQuestion(); Console.ReadLine(); } private static void FirstQue...
21.494949
50
0.390038
4df7215e1d898f5b3300dcfa3307e70e92aad56b
587
cs
C#
TrainingDesign/InformationHiding/Lab01/Sample/Challenge/WeatherStation.cs
hdowalil/software-design-c_sharp
8bf12876b30aeb1ba9ba22f5fbf142c7c5326798
[ "MIT" ]
1
2019-03-31T19:25:20.000Z
2019-03-31T19:25:20.000Z
TrainingDesign/InformationHiding/Lab01/Sample/Challenge/WeatherStation.cs
hdowalil/software-design-c_sharp
8bf12876b30aeb1ba9ba22f5fbf142c7c5326798
[ "MIT" ]
null
null
null
TrainingDesign/InformationHiding/Lab01/Sample/Challenge/WeatherStation.cs
hdowalil/software-design-c_sharp
8bf12876b30aeb1ba9ba22f5fbf142c7c5326798
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace InformationHiding.Lab01.Sample.Challenge { class WeatherStation : Dictionary<long, int> { public int Measure() { // now let´s assume this is a very complex thing to do: Random rnd = new Random(); int...
20.964286
67
0.563884
60b757bfd85e1521f1b155fb71f76c7a444a3e20
344,866
cs
C#
Unity/Assets/Cold/XLua/Gen/EnumWrap.cs
dayfox5317/ET_Lua
c036f6a81f0a73b54ce9db84275d257c6a418db8
[ "MIT" ]
1
2021-07-27T09:55:03.000Z
2021-07-27T09:55:03.000Z
Unity/Assets/Cold/XLua/Gen/EnumWrap.cs
dayfox5317/ET_Lua
c036f6a81f0a73b54ce9db84275d257c6a418db8
[ "MIT" ]
null
null
null
Unity/Assets/Cold/XLua/Gen/EnumWrap.cs
dayfox5317/ET_Lua
c036f6a81f0a73b54ce9db84275d257c6a418db8
[ "MIT" ]
null
null
null
#if USE_UNI_LUA using LuaAPI = UniLua.Lua; using RealStatePtr = UniLua.ILuaState; using LuaCSFunction = UniLua.CSharpFunctionDelegate; #else using LuaAPI = XLua.LuaDLL.Lua; using RealStatePtr = System.IntPtr; using LuaCSFunction = XLua.LuaDLL.lua_CSFunction; #endif using XLua; using System.Collections.Generic; name...
45.430905
177
0.614131
8815155ccb0cf53ba170ba16589b4b5727f58748
12,472
cs
C#
addressbook-web-tests/appmanager/ContactsHelper.cs
AisilyGai/csharp_training
330df10b08b8911e3677c1a1abf40f6fd282357d
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/appmanager/ContactsHelper.cs
AisilyGai/csharp_training
330df10b08b8911e3677c1a1abf40f6fd282357d
[ "Apache-2.0" ]
null
null
null
addressbook-web-tests/appmanager/ContactsHelper.cs
AisilyGai/csharp_training
330df10b08b8911e3677c1a1abf40f6fd282357d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Threading; using NUnit.Framework; using OpenQA.Selenium; using OpenQA.Selenium.Firefox; using OpenQA.Selenium.Support.UI; using System.Text.RegularExpr...
33.708108
128
0.538085
63a0d5d20b03e1f05c72cbda01d3c94523cb0d3a
4,721
cs
C#
Ris/Application/Common/CannedTextService/ICannedTextService.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
1
2017-06-08T21:47:22.000Z
2017-06-08T21:47:22.000Z
Ris/Application/Common/CannedTextService/ICannedTextService.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
null
null
null
Ris/Application/Common/CannedTextService/ICannedTextService.cs
econmed/ImageServer20
2339c32e5fee68458c1c0bd8c638f964b3bc8b8a
[ "Apache-2.0" ]
2
2017-06-08T21:47:22.000Z
2020-01-01T04:37:44.000Z
#region License // Copyright (c) 2009, ClearCanvas Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright not...
44.961905
105
0.736073
c3237684d0ef659c3ae91675b3ecc6c602f450b8
933
cs
C#
src/Core/JSC_LMS.Application/Features/Gallary/Commands/DeleteImage/DeleteImageCommandHandler.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
src/Core/JSC_LMS.Application/Features/Gallary/Commands/DeleteImage/DeleteImageCommandHandler.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
src/Core/JSC_LMS.Application/Features/Gallary/Commands/DeleteImage/DeleteImageCommandHandler.cs
ashishneosoftmail/JSC_LMS
e07ce6f934bd764171bc6b381708371ef2838b78
[ "Apache-2.0" ]
null
null
null
using JSC_LMS.Application.Contracts.Persistence; using MediatR; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace JSC_LMS.Application.Features.Gallary.Commands.DeleteImage { public class DeleteImageCommandHandler : IRequestHa...
31.1
107
0.689175
065a44be546947530b27ceb61a108d269986531b
737
cs
C#
PizzaBox.Client/Singletons/CrustSingleton.cs
phambao2006/pizzabox
1bb5ce0a75fa0fa18f0eec0a0a040ba2e3049624
[ "MIT" ]
null
null
null
PizzaBox.Client/Singletons/CrustSingleton.cs
phambao2006/pizzabox
1bb5ce0a75fa0fa18f0eec0a0a040ba2e3049624
[ "MIT" ]
null
null
null
PizzaBox.Client/Singletons/CrustSingleton.cs
phambao2006/pizzabox
1bb5ce0a75fa0fa18f0eec0a0a040ba2e3049624
[ "MIT" ]
null
null
null
using System.Collections.Generic; using PizzaBox.Domain.Abstracts; using PizzaBox.Domain.Models; using PizzaBox.Storing.Repositories; using PizzaBox.Domain; using System.Linq; namespace PizzaBox.Client.Singletons { public class CrustSingleton { private static CrustSingleton _instance; private static reado...
18.897436
90
0.675712
1dc5dc499ed22707c2c4d55fc5b747d8c3048b7a
1,614
cs
C#
Solitaire/ViewModel/CardViewModel.cs
ricksladkey/Spider
23dcba13baa66778fb7ddb4612fdce9a589f3471
[ "Apache-2.0" ]
7
2015-09-29T02:12:33.000Z
2019-05-13T12:36:39.000Z
Solitaire/ViewModel/CardViewModel.cs
ricksladkey/Spider
23dcba13baa66778fb7ddb4612fdce9a589f3471
[ "Apache-2.0" ]
null
null
null
Solitaire/ViewModel/CardViewModel.cs
ricksladkey/Spider
23dcba13baa66778fb7ddb4612fdce9a589f3471
[ "Apache-2.0" ]
6
2015-09-29T02:12:31.000Z
2021-12-24T03:06:58.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Spider.Engine.Core; using System.Windows.Input; namespace Spider.Solitaire.ViewModel { public class CardViewModel : IEquatable<CardViewModel> { public Card Card { get; set; } public CardType CardType { ...
34.340426
123
0.600991
12a459cfaa331bf2f1d4c90466330215f78e6595
6,847
cs
C#
test/Microsoft.Ccr.Core/MultipleItemReceiverTest.cs
kumpera/Ccr
1f0826d8afad088d7eeb87afc9cbe66e6785c7fc
[ "MIT" ]
1
2016-05-09T14:12:27.000Z
2016-05-09T14:12:27.000Z
test/Microsoft.Ccr.Core/MultipleItemReceiverTest.cs
kumpera/Ccr
1f0826d8afad088d7eeb87afc9cbe66e6785c7fc
[ "MIT" ]
null
null
null
test/Microsoft.Ccr.Core/MultipleItemReceiverTest.cs
kumpera/Ccr
1f0826d8afad088d7eeb87afc9cbe66e6785c7fc
[ "MIT" ]
null
null
null
// // MultipleItemReceiverTest.cs // // Author: // Rodrigo Kumpera <kumpera@gmail.com> // // // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without...
27.720648
86
0.62626
b72cd16cfd0fa1babace4cc515e6348b1aed49aa
454
cs
C#
Sunny/Application/Feature/DefaultSunnyResponseFeature.cs
aqa510415008/Sunny
6f23ad26a099e47cc6aa20cc3abb3876a5954a31
[ "MIT" ]
null
null
null
Sunny/Application/Feature/DefaultSunnyResponseFeature.cs
aqa510415008/Sunny
6f23ad26a099e47cc6aa20cc3abb3876a5954a31
[ "MIT" ]
null
null
null
Sunny/Application/Feature/DefaultSunnyResponseFeature.cs
aqa510415008/Sunny
6f23ad26a099e47cc6aa20cc3abb3876a5954a31
[ "MIT" ]
1
2019-03-20T06:19:24.000Z
2019-03-20T06:19:24.000Z
using System; using System.Collections.Generic; using System.IO; using System.Text; namespace Sunny.Application.Feature { internal class DefaultSunnyResponseFeature : ISunnyResponseFeature { public DefaultSunnyResponseFeature() { this.OutputStream = Stream.Null; this.St...
21.619048
70
0.64978
79e335d54e915cd476569c23b6ba121ccb6a2319
890
cs
C#
src/ChromelySmallSingleExecutable/Features/Downloader/Helpers/DownloadTool.cs
pkudrel/ChromelySmallSingleExecutable
af107acc206c251c460839e83a52d5d1edc1a4eb
[ "MIT" ]
6
2019-01-03T10:57:13.000Z
2021-05-19T12:47:28.000Z
src/ChromelySmallSingleExecutable/Features/Downloader/Helpers/DownloadTool.cs
pkudrel/ChromelySmallSingleExecutable
af107acc206c251c460839e83a52d5d1edc1a4eb
[ "MIT" ]
null
null
null
src/ChromelySmallSingleExecutable/Features/Downloader/Helpers/DownloadTool.cs
pkudrel/ChromelySmallSingleExecutable
af107acc206c251c460839e83a52d5d1edc1a4eb
[ "MIT" ]
null
null
null
using System; using System.Net; using System.Threading.Tasks; namespace ChromelySmallSingleExecutable.Features.Downloader.Helpers { public class DownloadTool { private readonly Action<int> _progressFn; public DownloadTool(Action<int> progressFn) { _progressFn = progressFn;...
27.8125
91
0.620225
35fbca0601e9b74d512eba5ad70664fa0d260934
4,739
cs
C#
dnSpy.Shared/Files/TreeView/Resources/SerializedImageListStreamerUtils.cs
haise0/reAtomizer
d67148e78544a958d507614b6b4a5d9e297c8237
[ "MIT" ]
1
2021-03-27T04:32:12.000Z
2021-03-27T04:32:12.000Z
dnSpy.Shared/Files/TreeView/Resources/SerializedImageListStreamerUtils.cs
blackunixteam/dnSpy
009c932f7bf1e8bcc6e6cf4e33cebb56c4aeb757
[ "MIT" ]
null
null
null
dnSpy.Shared/Files/TreeView/Resources/SerializedImageListStreamerUtils.cs
blackunixteam/dnSpy
009c932f7bf1e8bcc6e6cf4e33cebb56c4aeb757
[ "MIT" ]
1
2021-03-27T04:43:41.000Z
2021-03-27T04:43:41.000Z
/* Copyright (C) 2014-2016 de4dot@gmail.com This file is part of dnSpy dnSpy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any late...
38.528455
205
0.751002
b56b60d78951f0d97d765096b4dbcbe956122618
4,485
cs
C#
PasswordHashing.Tests/PBKDF2HashContentTests.cs
in-async/PasswordHash.NET
abf09ebad28e0dd8730925514578b5cfd08d1c4e
[ "MIT" ]
4
2018-11-14T04:36:15.000Z
2022-03-04T00:33:25.000Z
PasswordHashing.Tests/PBKDF2HashContentTests.cs
in-async/PasswordHash.NET
abf09ebad28e0dd8730925514578b5cfd08d1c4e
[ "MIT" ]
null
null
null
PasswordHashing.Tests/PBKDF2HashContentTests.cs
in-async/PasswordHash.NET
abf09ebad28e0dd8730925514578b5cfd08d1c4e
[ "MIT" ]
null
null
null
using System; using Inasync; using Inasync.Security.PasswordHashing; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace PasswordHashing.Tests { [TestClass] public class PBKDF2HashContentTests { [TestMethod] public void Ctor() { foreach (var item in TestCases()) { ...
59.8
145
0.453066
b57b70ee928d9c1d9330af33b9bf8c9e0e7cf43c
2,332
cs
C#
Assets/Scripts/DragAndDrop.cs
skywardsc2/BTP-Game-Jam
a7fadbc46286a9b4c77d0ce9d126bbee778be41b
[ "MIT" ]
null
null
null
Assets/Scripts/DragAndDrop.cs
skywardsc2/BTP-Game-Jam
a7fadbc46286a9b4c77d0ce9d126bbee778be41b
[ "MIT" ]
null
null
null
Assets/Scripts/DragAndDrop.cs
skywardsc2/BTP-Game-Jam
a7fadbc46286a9b4c77d0ce9d126bbee778be41b
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class DragAndDrop : MonoBehaviour, IDragHandler, IBeginDragHandler, IEndDragHandler { private Vector3 startPosition; private CanvasGroup canvasGroup; private RectTransform rectTransform; public V...
29.518987
122
0.765866
7f69f5e9bc01db15c13a7dd7c835ebf4309cf481
1,148
cs
C#
02. Tech Module/Programming Fundamentals/10. Data Types and Variables - Exercises/Data Types and Variables - More Exercises/15.BalancedBrackets/BalancedBrackets.cs
MustafaAmish/All-Curses-in-SoftUni
9963af9a5b5232240dcea2c6869d57d7b6303ac8
[ "MIT" ]
null
null
null
02. Tech Module/Programming Fundamentals/10. Data Types and Variables - Exercises/Data Types and Variables - More Exercises/15.BalancedBrackets/BalancedBrackets.cs
MustafaAmish/All-Curses-in-SoftUni
9963af9a5b5232240dcea2c6869d57d7b6303ac8
[ "MIT" ]
null
null
null
02. Tech Module/Programming Fundamentals/10. Data Types and Variables - Exercises/Data Types and Variables - More Exercises/15.BalancedBrackets/BalancedBrackets.cs
MustafaAmish/All-Curses-in-SoftUni
9963af9a5b5232240dcea2c6869d57d7b6303ac8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _15.BalancedBrackets { class BalancedBrackets { static Queue<string> queue = new Queue<string>(); static void Main(string[] args) { int n ...
24.425532
65
0.417247
c6f3bc72a91080b918c3e3cee048da6b62e5c98c
1,507
cs
C#
src/MarginTrading.AccountsManagement.Contracts/Audit/GetAuditLogsRequest.cs
lykkecloud/MT.AccountManagement
6ae448bf755d67d47646752b9a690e636636f39b
[ "MIT-0" ]
null
null
null
src/MarginTrading.AccountsManagement.Contracts/Audit/GetAuditLogsRequest.cs
lykkecloud/MT.AccountManagement
6ae448bf755d67d47646752b9a690e636636f39b
[ "MIT-0" ]
4
2018-04-16T11:38:20.000Z
2019-04-28T18:41:29.000Z
src/MarginTrading.AccountsManagement.Contracts/Audit/GetAuditLogsRequest.cs
lykkecloud/MarginTrading.AccountsManagement
f8f6b3b12a88d14761c171215e03c79dd9aaaa8f
[ "MIT-0" ]
null
null
null
// Copyright (c) 2019 Lykke Corp. // See the LICENSE file in the project root for more information. using System; using JetBrains.Annotations; using Refit; namespace MarginTrading.AccountsManagement.Contracts.Audit { /// <summary> /// Audit lof request details /// </summary> [PublicAPI] public cla...
28.980769
94
0.577306
afdb8eceeabb67c8ada8f6f359e940aa367852dd
1,277
cs
C#
test/StringParsingTests.cs
geaz84/coreArgs
58a0f1f688b5e4b5c49eee8eb957ee3bdd5f89f0
[ "MIT" ]
4
2017-01-23T08:59:07.000Z
2019-05-23T16:24:25.000Z
test/StringParsingTests.cs
geaz84/coreArgs
58a0f1f688b5e4b5c49eee8eb957ee3bdd5f89f0
[ "MIT" ]
null
null
null
test/StringParsingTests.cs
geaz84/coreArgs
58a0f1f688b5e4b5c49eee8eb957ee3bdd5f89f0
[ "MIT" ]
2
2017-08-22T20:38:09.000Z
2021-09-20T09:20:10.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; using coreArgs.Tests.Options; namespace coreArgs.Tests { [TestClass] public class StringParsingTests { [TestMethod] public void ShouldParseLongArgumentSuccessfully() { //Arrange var args = new [] { "--longs...
25.54
105
0.548943
524de075c140c85113ac812fd513f6d8b5c64510
591
cs
C#
src/Zop.Application/DtoMapper/ApiResourceDtoMapper.cs
aqa510415008/Zop.identity
02b1fc7ae8722341c61723a0b9f764162c144bd4
[ "Apache-2.0" ]
2
2018-07-05T01:08:45.000Z
2018-08-08T10:00:16.000Z
src/Zop.Application/DtoMapper/ApiResourceDtoMapper.cs
aqa510415008/Zop.identity
02b1fc7ae8722341c61723a0b9f764162c144bd4
[ "Apache-2.0" ]
null
null
null
src/Zop.Application/DtoMapper/ApiResourceDtoMapper.cs
aqa510415008/Zop.identity
02b1fc7ae8722341c61723a0b9f764162c144bd4
[ "Apache-2.0" ]
3
2018-05-11T16:52:53.000Z
2018-07-27T12:13:18.000Z
using System; using System.Collections.Generic; using System.Text; using AutoMapper; using Zop.Domain.Entities; using Zop.Identity.DTO; using System.Linq; namespace Zop.Application.DtoMapper { public class ApiResourceDtoMapper : Profile { public ApiResourceDtoMapper() { base.Create...
26.863636
82
0.648054
c158bcc59c7ed7ce1b5851e98eb64bea0b43e492
482
cs
C#
URSA.Http.Tests/Web/AnotherTestController.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
15
2015-09-28T19:50:54.000Z
2021-06-22T08:21:18.000Z
URSA.Http.Tests/Web/AnotherTestController.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
1
2021-03-01T20:02:56.000Z
2021-05-13T20:28:30.000Z
URSA.Http.Tests/Web/AnotherTestController.cs
CharlesOkwuagwu/URSA
6f3e758fd6bce21ced9cba990975c7b174ed8628
[ "BSD-3-Clause" ]
3
2017-04-28T08:34:43.000Z
2020-03-03T16:14:27.000Z
using System.Diagnostics.CodeAnalysis; using URSA.Web.Http.Tests.Data; using URSA.Web.Mapping; namespace URSA.Web.Tests { [ExcludeFromCodeCoverage] [DependentRoute] public class AnotherTestController<T> : IController where T : IController { public IResponseInfo Response { get; set; } ...
20.956522
77
0.609959
1e2873469eb0b6d4c1d25051087e7709aca7db08
520
cs
C#
src/Protocol/Client/WorkDone/IClientWorkDoneManager.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
322
2017-04-25T15:01:57.000Z
2022-03-30T15:40:45.000Z
src/Protocol/Client/WorkDone/IClientWorkDoneManager.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
716
2017-04-25T07:53:57.000Z
2022-03-30T17:02:45.000Z
src/Protocol/Client/WorkDone/IClientWorkDoneManager.cs
jairbubbles/csharp-language-server-protocol
f74bfcf31b89df4e754d2155cccdfdc91488fb2c
[ "MIT" ]
94
2017-05-04T15:47:06.000Z
2022-03-16T10:31:00.000Z
using OmniSharp.Extensions.LanguageServer.Protocol.Client.Capabilities; using OmniSharp.Extensions.LanguageServer.Protocol.Models; using OmniSharp.Extensions.LanguageServer.Protocol.Progress; namespace OmniSharp.Extensions.LanguageServer.Protocol.Client.WorkDone { public interface IClientWorkDoneManager { ...
37.142857
83
0.805769
1ecf3b6dbf093ec11278fd6f3aaf073056fe5109
1,427
cs
C#
C#/C# 2/Homework Text Files/Problem 10. Extract text from XML/Program.cs
Telerik-Homework-ValentinRangelov/Homework
8ae73246586f745f193b66946246921383a866ee
[ "MIT" ]
1
2015-07-30T01:36:53.000Z
2015-07-30T01:36:53.000Z
C#/C# 2/Homework Text Files/Problem 10. Extract text from XML/Program.cs
Telerik-Homework-ValentinRangelov/Homework
8ae73246586f745f193b66946246921383a866ee
[ "MIT" ]
null
null
null
C#/C# 2/Homework Text Files/Problem 10. Extract text from XML/Program.cs
Telerik-Homework-ValentinRangelov/Homework
8ae73246586f745f193b66946246921383a866ee
[ "MIT" ]
null
null
null
/*Write a program that extracts from given XML file all the text without the tags. Example: <?xml version="1.0"><student><name>Pesho</name> <age>21</age><interests count="3"> * <interest> Games</instrest><interest>C#</instrest><interest> Java</instrest></interests></student> */ using System; using System.Colle...
29.729167
102
0.387526
fc85faceabb7dc359d907e15d2c137ba5964493b
4,141
cs
C#
Assets/TerrainTools/PathPaintTool/Editor/Modules/HeightModule.cs
Marwan0/PathPaintTool
2956245fe25ac38220bf994414b8908006c20d9f
[ "MIT" ]
9
2020-08-13T03:13:06.000Z
2022-01-08T13:12:22.000Z
Assets/TerrainTools/PathPaintTool/Editor/Modules/HeightModule.cs
Marwan0/PathPaintTool
2956245fe25ac38220bf994414b8908006c20d9f
[ "MIT" ]
null
null
null
Assets/TerrainTools/PathPaintTool/Editor/Modules/HeightModule.cs
Marwan0/PathPaintTool
2956245fe25ac38220bf994414b8908006c20d9f
[ "MIT" ]
2
2020-09-15T10:46:50.000Z
2021-05-14T06:50:36.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Experimental.TerrainAPI; namespace UnityEditor.Experimental.TerrainAPI { public class HeightModule : ModuleEditor { #region Fields [SerializeField] float heightBrushSize = 100f; ...
37.645455
160
0.662642
accb36699d4627586a2b510ce3184bb9754f6b37
1,804
cs
C#
Assets/ModuleScripts/Constants.cs
marksam32/ktaneLogicalButtons
b0f0a8bd716c9672c473ad3e8373ef2f429b8211
[ "MIT" ]
null
null
null
Assets/ModuleScripts/Constants.cs
marksam32/ktaneLogicalButtons
b0f0a8bd716c9672c473ad3e8373ef2f429b8211
[ "MIT" ]
null
null
null
Assets/ModuleScripts/Constants.cs
marksam32/ktaneLogicalButtons
b0f0a8bd716c9672c473ad3e8373ef2f429b8211
[ "MIT" ]
1
2020-01-24T20:14:55.000Z
2020-01-24T20:14:55.000Z
 using System.Collections.Generic; public static class Constants { //Words public const string LogicString = "Logic"; public const string ColorString = "Color"; public const string LabelString = "Label"; public const string ButtonString = "Button"; public const string WrongString = "Wrong...
23.128205
82
0.664634
ace0fb27c0ff7e0e4e05f59a54eea8d0cf1329c6
2,552
cs
C#
src/Proto/Routing/src/Matching/IEndpointSelectorPolicy.cs
gamenet2/GameNetCore
5a8fe19956121987a0189848b315db215df89b17
[ "Apache-2.0" ]
1
2022-01-20T02:26:04.000Z
2022-01-20T02:26:04.000Z
src/Proto/Routing/src/Matching/IEndpointSelectorPolicy.cs
gamenet2/GameNetCore
5a8fe19956121987a0189848b315db215df89b17
[ "Apache-2.0" ]
null
null
null
src/Proto/Routing/src/Matching/IEndpointSelectorPolicy.cs
gamenet2/GameNetCore
5a8fe19956121987a0189848b315db215df89b17
[ "Apache-2.0" ]
null
null
null
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Contoso.GameNetCore.Proto; using System.Collections.Generic; using System.Threading.Tasks; namespace Contoso.GameNetCore.Routing.Matching...
49.076923
119
0.628527
ad6b2c111f404aaf584ec458e63586da211d8df0
1,048
cs
C#
src/Alturos.ImageAnnotation/Helper/InterfaceHelper.cs
innozent/Alturos.ImageAnnotation
e3a1c4a55cf517c7eaa20250dc37a8fd4ecb72d6
[ "MIT" ]
39
2019-05-29T14:39:24.000Z
2022-02-16T14:14:10.000Z
src/Alturos.ImageAnnotation/Helper/InterfaceHelper.cs
innozent/Alturos.ImageAnnotation
e3a1c4a55cf517c7eaa20250dc37a8fd4ecb72d6
[ "MIT" ]
8
2019-09-20T06:27:14.000Z
2021-07-24T21:13:36.000Z
src/Alturos.ImageAnnotation/Helper/InterfaceHelper.cs
innozent/Alturos.ImageAnnotation
e3a1c4a55cf517c7eaa20250dc37a8fd4ecb72d6
[ "MIT" ]
13
2019-05-27T06:54:17.000Z
2021-04-27T14:19:44.000Z
using Alturos.ImageAnnotation.Model; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; namespace Alturos.ImageAnnotation.Helper { public static class InterfaceHelper { public static List<NameValueObject> GetImplementations<T>() { var ty...
28.324324
140
0.57729
ad6edfdf08cd1c86aede129d7240aabd27b01dd2
1,302
cs
C#
Xamarin.Forms.ControlGallery.WPF/Issue11923.cs
solidfoundationsoftware/Xamarin.Forms
caab66bcf9614aca0c0805d560a34e176d196e17
[ "MIT" ]
16,061
2020-05-19T15:14:28.000Z
2022-03-31T16:48:19.000Z
Xamarin.Forms.ControlGallery.WPF/Issue11923.cs
solidfoundationsoftware/Xamarin.Forms
caab66bcf9614aca0c0805d560a34e176d196e17
[ "MIT" ]
12,754
2016-04-27T15:11:18.000Z
2022-03-31T19:59:32.000Z
Xamarin.Forms.ControlGallery.WPF/Issue11923.cs
solidfoundationsoftware/Xamarin.Forms
caab66bcf9614aca0c0805d560a34e176d196e17
[ "MIT" ]
2,786
2016-04-27T13:40:12.000Z
2022-03-31T07:25:37.000Z
using System; using System.Threading; using System.Threading.Tasks; using System.Windows; using Xamarin.Forms.Controls.Issues; using Xamarin.Forms.Platform.WPF; namespace Xamarin.Forms.ControlGallery.WPF { // To test this issue modify the csproj to modify the Application entry point. // <StartupObject>Xamarin.Forms...
25.038462
111
0.696621
e27919b84722b6e4a52a86f3b06945d502642ce5
4,968
cs
C#
MeshIO.GLTF/Schema/V2/GltfImage.cs
ehtick/MeshIO
64cb3e91d586f2cbdc37d9fe0b62e101a668670a
[ "MIT" ]
6
2021-03-24T14:30:03.000Z
2022-01-02T17:21:10.000Z
MeshIO.GLTF/Schema/V2/GltfImage.cs
ehtick/MeshIO
64cb3e91d586f2cbdc37d9fe0b62e101a668670a
[ "MIT" ]
3
2021-09-09T02:10:52.000Z
2022-03-14T14:15:47.000Z
MeshIO.GLTF/Schema/V2/GltfImage.cs
ehtick/MeshIO
64cb3e91d586f2cbdc37d9fe0b62e101a668670a
[ "MIT" ]
5
2021-03-24T14:30:05.000Z
2022-03-29T21:43:23.000Z
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //---...
29.223529
137
0.457327
e2dc6cea6c4747a11da38cec7ddfe1cd7fd3ca9f
5,755
cs
C#
src/chocolatey/infrastructure.app/services/FilesService.cs
javifelices/choco
eedfb598d633279d138e6b8bb948159507d2881b
[ "Apache-2.0" ]
null
null
null
src/chocolatey/infrastructure.app/services/FilesService.cs
javifelices/choco
eedfb598d633279d138e6b8bb948159507d2881b
[ "Apache-2.0" ]
null
null
null
src/chocolatey/infrastructure.app/services/FilesService.cs
javifelices/choco
eedfb598d633279d138e6b8bb948159507d2881b
[ "Apache-2.0" ]
null
null
null
// Copyright © 2011 - Present RealDimensions Software, 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless ...
42.316176
191
0.653171
e2e6c3b5bb402664012b686afbcad1ceccb266bb
3,807
cs
C#
SharpCoreSource/SharpCoreTests/Ticking/CoreTickSystemConstructionTests.cs
mjstephens/SharpCore
e9dcafd0ba378cd2d367812962f3cd382fd6e3c6
[ "MIT" ]
null
null
null
SharpCoreSource/SharpCoreTests/Ticking/CoreTickSystemConstructionTests.cs
mjstephens/SharpCore
e9dcafd0ba378cd2d367812962f3cd382fd6e3c6
[ "MIT" ]
null
null
null
SharpCoreSource/SharpCoreTests/Ticking/CoreTickSystemConstructionTests.cs
mjstephens/SharpCore
e9dcafd0ba378cd2d367812962f3cd382fd6e3c6
[ "MIT" ]
null
null
null
using System; using NUnit.Framework; using SharpCore; using SharpCore.Ticking; namespace SharpCoreTests.Ticking { [TestFixture] public class CoreTickSystemConstructionTests { #region Null Checks [Test] public void CoreTickSystemNullConfigDataDoesFailValidation() { ...
35.579439
120
0.592855
5b770a9a99e68117e0c8d0896c6ad13ad65fa5d9
383
cs
C#
State/IContext.cs
NiuXWolf/Design-Pattern
4997eb9e8db352f0a05cade2ba1824a064047a04
[ "MIT" ]
5
2016-05-17T06:16:18.000Z
2017-12-29T09:46:46.000Z
State/IContext.cs
NiuXWolf/Design-Pattern
4997eb9e8db352f0a05cade2ba1824a064047a04
[ "MIT" ]
null
null
null
State/IContext.cs
NiuXWolf/Design-Pattern
4997eb9e8db352f0a05cade2ba1824a064047a04
[ "MIT" ]
9
2016-05-17T06:16:13.000Z
2020-11-05T03:41:02.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace State { public interface IContext { double getBalance(); void setBalance(double balance); void setState(State state); void withdraw(double amount); void depos...
20.157895
41
0.62141
487dc28f026f675a5b4224a0f172db21bc479673
16,373
cs
C#
trunk/platforms/windows/logjoint.winforms/ui/Postprocessors/StateInspector/StateInspectorForm.designer.cs
logjointfork/logjoint
cb61f095b701c71f19b191d73076568311d3a6f6
[ "MIT" ]
null
null
null
trunk/platforms/windows/logjoint.winforms/ui/Postprocessors/StateInspector/StateInspectorForm.designer.cs
logjointfork/logjoint
cb61f095b701c71f19b191d73076568311d3a6f6
[ "MIT" ]
null
null
null
trunk/platforms/windows/logjoint.winforms/ui/Postprocessors/StateInspector/StateInspectorForm.designer.cs
logjointfork/logjoint
cb61f095b701c71f19b191d73076568311d3a6f6
[ "MIT" ]
null
null
null
namespace LogJoint.UI.Postprocessing.StateInspector { partial class StateInspectorForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="dispo...
51.649842
174
0.769865
3e065d040f3f706dcfabbbeefef841b42ccb4c91
1,404
cs
C#
Development/UnitTesting/ObjectMothers/MutableReflection/Generics/MethodOnTypeInstantiationObjectMother.cs
bubdm/TypePipe
381a86f0e6b9d05d43618fd3bb60e6d6aee5d2c3
[ "ECL-2.0", "Apache-2.0" ]
22
2016-02-28T22:29:51.000Z
2021-12-03T11:05:00.000Z
Development/UnitTesting/ObjectMothers/MutableReflection/Generics/MethodOnTypeInstantiationObjectMother.cs
bubdm/TypePipe
381a86f0e6b9d05d43618fd3bb60e6d6aee5d2c3
[ "ECL-2.0", "Apache-2.0" ]
3
2020-07-10T10:53:23.000Z
2021-05-03T10:09:06.000Z
Development/UnitTesting/ObjectMothers/MutableReflection/Generics/MethodOnTypeInstantiationObjectMother.cs
bubdm/TypePipe
381a86f0e6b9d05d43618fd3bb60e6d6aee5d2c3
[ "ECL-2.0", "Apache-2.0" ]
7
2016-03-02T17:03:13.000Z
2021-07-20T10:49:06.000Z
// Copyright (c) rubicon IT GmbH, www.rubicon.eu // // See the NOTICE file distributed with this work for additional information // regarding copyright ownership. rubicon licenses this file to you under // the Apache License, Version 2.0 (the "License"); you may not use this // file except in compliance with the Lic...
41.294118
117
0.769943
3e214c03732bd59c66881f8fb9f55798a7519081
4,312
cs
C#
Rx.NET/Source/src/System.Reactive/Internal/SystemClock.Default.cs
tralivali1234/reactive
dfaebe3407db5f6454ec21fcdf6e22e2f1481676
[ "Apache-2.0" ]
1
2019-01-10T18:54:48.000Z
2019-01-10T18:54:48.000Z
Rx.NET/Source/src/System.Reactive/Internal/SystemClock.Default.cs
tralivali1234/reactive
dfaebe3407db5f6454ec21fcdf6e22e2f1481676
[ "Apache-2.0" ]
null
null
null
Rx.NET/Source/src/System.Reactive/Internal/SystemClock.Default.cs
tralivali1234/reactive
dfaebe3407db5f6454ec21fcdf6e22e2f1481676
[ "Apache-2.0" ]
4
2021-01-15T22:00:52.000Z
2021-10-09T19:29:51.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System.ComponentModel; using System.Reactive.Concurrency; using System.Reactive.Disposables; using Sy...
32.179104
130
0.586735
3ea5455b3a47a9be644553970201270a001a96db
89,038
cs
C#
NAudio.Wasapi/MediaFoundation/MediaFoundationErrors.cs
izzyus/NAudio
03b46c70049628ba2237ff9ddce0337143ebcc76
[ "MIT" ]
54
2019-04-13T16:22:40.000Z
2022-02-16T13:04:40.000Z
NAudio.Wasapi/MediaFoundation/MediaFoundationErrors.cs
izzyus/NAudio
03b46c70049628ba2237ff9ddce0337143ebcc76
[ "MIT" ]
11
2019-09-11T03:05:46.000Z
2021-09-24T07:59:48.000Z
NAudio.Wasapi/MediaFoundation/MediaFoundationErrors.cs
izzyus/NAudio
03b46c70049628ba2237ff9ddce0337143ebcc76
[ "MIT" ]
24
2019-04-15T08:22:42.000Z
2022-02-16T06:55:09.000Z
using System; using System.Collections.Generic; using System.Text; namespace NAudio.MediaFoundation { // from mferror.h /// <summary> /// Media Foundation Errors /// /// </summary> /// <remarks> /// RANGES /// 14000 - 14999 = General Media Foundation errors /// 15000 - 15999 = ...
32.201808
303
0.555459
1aa4821578995b24c557858f85a137cdb118f764
3,062
cs
C#
src/sdk/PnP.Core/Model/SharePoint/Core/Public/IInformationRightsManagementSettings.cs
Sarah4x/pnpcore
3d84bd0880b8792e58f9b7b126112ca11c6be8d0
[ "MIT" ]
1
2021-05-01T16:05:46.000Z
2021-05-01T16:05:46.000Z
src/sdk/PnP.Core/Model/SharePoint/Core/Public/IInformationRightsManagementSettings.cs
Sarah4x/pnpcore
3d84bd0880b8792e58f9b7b126112ca11c6be8d0
[ "MIT" ]
null
null
null
src/sdk/PnP.Core/Model/SharePoint/Core/Public/IInformationRightsManagementSettings.cs
Sarah4x/pnpcore
3d84bd0880b8792e58f9b7b126112ca11c6be8d0
[ "MIT" ]
null
null
null
using System; namespace PnP.Core.Model.SharePoint { /// <summary> /// Public interface to define a InformationRightsManagementSettings object /// </summary> [ConcreteType(typeof(InformationRightsManagementSettings))] public interface IInformationRightsManagementSettings : IDataModel<IInformationRi...
34.795455
215
0.609732
a9ff1e91349edc46c8730083c2682b280da3a47d
6,722
cs
C#
CSharp/Samples/SimpleFacebookAuthBot/SimpleFacebookAuthDialog.cs
SannaSavannah/BotBuilder
a0caa023b077f5f520244e874e187c3c6dbd4b80
[ "MIT" ]
1
2020-03-30T16:14:05.000Z
2020-03-30T16:14:05.000Z
CSharp/Samples/SimpleFacebookAuthBot/SimpleFacebookAuthDialog.cs
SannaSavannah/BotBuilder
a0caa023b077f5f520244e874e187c3c6dbd4b80
[ "MIT" ]
null
null
null
CSharp/Samples/SimpleFacebookAuthBot/SimpleFacebookAuthDialog.cs
SannaSavannah/BotBuilder
a0caa023b077f5f520244e874e187c3c6dbd4b80
[ "MIT" ]
null
null
null
using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Connector; using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Web; using System.Threading.Tasks; using System.Net.Http; using Newtonsoft.Json; using System.Security.Authentication; n...
43.089744
149
0.529753
e7008c386b8ffc4adb8d87cab5e026c7da3c0879
3,872
cs
C#
tests/CassandraQueryBuilder.Tests.UT/Queries/UT_Insert.cs
EntritGroup/db.cassandra.csharp.query-builder
23f0d8b454baf191013fed8f5a8c8b83fe83f5af
[ "MIT" ]
5
2020-11-28T10:30:43.000Z
2022-01-31T06:34:00.000Z
tests/CassandraQueryBuilder.Tests.UT/Queries/UT_Insert.cs
EntritGroup/db.cassandra.csharp.query-builder
23f0d8b454baf191013fed8f5a8c8b83fe83f5af
[ "MIT" ]
null
null
null
tests/CassandraQueryBuilder.Tests.UT/Queries/UT_Insert.cs
EntritGroup/db.cassandra.csharp.query-builder
23f0d8b454baf191013fed8f5a8c8b83fe83f5af
[ "MIT" ]
null
null
null
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace CassandraQueryBuilder.Tests.UT { [TestClass] public class UT_Insert { [TestMethod] public void UT_Insert_GetString() { String result = "INSERT INTO ks.tb (v1) VALUES (?);"; Assert.A...
33.094017
107
0.440083
69bae0da75bd91198e579a2c75ecaff2212edbb7
9,449
cs
C#
Code/Main.Designer.cs
mgontar/DOCXTemplate
560e20bad6384d217e6f1da30cb1f88532e62ed8
[ "CC0-1.0" ]
null
null
null
Code/Main.Designer.cs
mgontar/DOCXTemplate
560e20bad6384d217e6f1da30cb1f88532e62ed8
[ "CC0-1.0" ]
null
null
null
Code/Main.Designer.cs
mgontar/DOCXTemplate
560e20bad6384d217e6f1da30cb1f88532e62ed8
[ "CC0-1.0" ]
null
null
null
using System; namespace DOCXTemplate { partial class Main { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
48.958549
161
0.625992
0e3c2b5466f549e924275ed47e5d5e6cad98c4fb
2,350
cs
C#
sourceCode/dcutilities/Mvc/PermanentRedirectResult.cs
pvgoran/dcutilities-codeplex-archive
c414fc5d518acd3189945a3c895c376293edc575
[ "MS-PL" ]
null
null
null
sourceCode/dcutilities/Mvc/PermanentRedirectResult.cs
pvgoran/dcutilities-codeplex-archive
c414fc5d518acd3189945a3c895c376293edc575
[ "MS-PL" ]
null
null
null
sourceCode/dcutilities/Mvc/PermanentRedirectResult.cs
pvgoran/dcutilities-codeplex-archive
c414fc5d518acd3189945a3c895c376293edc575
[ "MS-PL" ]
null
null
null
using System; using System.Web; using System.Web.Mvc; namespace DigitallyCreated.Utilities.Mvc { /// <summary> /// An <see cref="ActionResult"/> that works similar to <see cref="RedirectResult"/> except that /// it sets the HTTP return code to 301 (Permanently Moved) rather than 302 (Found). This /// HT...
32.191781
100
0.662128