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
14ca86cf7c2fce0c07a9607c2768b46146ec7951
6,409
cs
C#
src/LibreLancer.Base/Platforms/Mac/Cocoa.cs
lyzardiar/Librelancer
d91a2e67ad7171d8c11d2531c9fffe27041f4959
[ "MIT" ]
null
null
null
src/LibreLancer.Base/Platforms/Mac/Cocoa.cs
lyzardiar/Librelancer
d91a2e67ad7171d8c11d2531c9fffe27041f4959
[ "MIT" ]
null
null
null
src/LibreLancer.Base/Platforms/Mac/Cocoa.cs
lyzardiar/Librelancer
d91a2e67ad7171d8c11d2531c9fffe27041f4959
[ "MIT" ]
null
null
null
// Adapted from OpenTK's Mac Platform // // Cocoa.cs // // Author: // Olle Håkansson <ollhak@gmail.com> // // Copyright (c) 2014 Olle Håkansson // // 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...
36.414773
155
0.754564
78594bd1380d161a462ba8e16a22c89842c115ca
4,113
cs
C#
src/ReactiveDomain.Messaging.Tests/Subscribers/QueuedSubscriber/can_handle_ordered_queued_messages.cs
npiani/reactive-domain
338880f570d8d781e887222cd83d4e63035c45a9
[ "MIT" ]
19
2019-09-03T20:33:26.000Z
2022-01-14T06:55:07.000Z
src/ReactiveDomain.Messaging.Tests/Subscribers/QueuedSubscriber/can_handle_ordered_queued_messages.cs
npiani/reactive-domain
338880f570d8d781e887222cd83d4e63035c45a9
[ "MIT" ]
32
2017-01-27T22:45:03.000Z
2019-07-16T16:04:12.000Z
src/ReactiveDomain.Messaging.Tests/Subscribers/QueuedSubscriber/can_handle_ordered_queued_messages.cs
npiani/reactive-domain
338880f570d8d781e887222cd83d4e63035c45a9
[ "MIT" ]
12
2019-07-16T18:20:21.000Z
2021-07-19T07:51:46.000Z
using System; using System.Threading; using ReactiveDomain.Messaging.Bus; using ReactiveDomain.Testing; using Xunit; namespace ReactiveDomain.Messaging.Tests.Subscribers.QueuedSubscriber { public class QueuedOrderingFixture { public Dispatcher Dispatcher { get; } public long EventCount; p...
38.439252
103
0.578896
7470b8318ec5248e15f93c78b1f014fbe1fbc732
2,068
cs
C#
Tests/Runtime/NavMeshSurfaceModifierVolumeTests.cs
needle-mirror/com.unity.ai.navigation
f6870ea98a95b56d07afec92e8ba95654e632a36
[ "MIT" ]
null
null
null
Tests/Runtime/NavMeshSurfaceModifierVolumeTests.cs
needle-mirror/com.unity.ai.navigation
f6870ea98a95b56d07afec92e8ba95654e632a36
[ "MIT" ]
null
null
null
Tests/Runtime/NavMeshSurfaceModifierVolumeTests.cs
needle-mirror/com.unity.ai.navigation
f6870ea98a95b56d07afec92e8ba95654e632a36
[ "MIT" ]
null
null
null
#if UNITY_EDITOR || UNITY_STANDALONE using NUnit.Framework; using UnityEngine; namespace Unity.AI.Navigation.Tests { [TestFixture] class NavMeshSurfaceModifierVolumeTests { NavMeshSurface surface; NavMeshModifierVolume modifier; [SetUp] public void CreatePlaneA...
28.722222
85
0.581238
2d2730c601003620028677fb7a533d5f94a6552d
3,422
cs
C#
csrc/apis/csharp/MMDeploy/APIs/Restorer.cs
grimoire/mmdeploy
e84bc30f4a036dd19cb3af854203922a91098e84
[ "Apache-2.0" ]
746
2021-12-27T10:50:28.000Z
2022-03-31T13:34:14.000Z
csrc/apis/csharp/MMDeploy/APIs/Restorer.cs
grimoire/mmdeploy
e84bc30f4a036dd19cb3af854203922a91098e84
[ "Apache-2.0" ]
253
2021-12-28T05:59:13.000Z
2022-03-31T18:22:25.000Z
csrc/apis/csharp/MMDeploy/APIs/Restorer.cs
grimoire/mmdeploy
e84bc30f4a036dd19cb3af854203922a91098e84
[ "Apache-2.0" ]
147
2021-12-27T10:50:33.000Z
2022-03-30T10:44:20.000Z
using System; using System.Collections.Generic; namespace MMDeploy { /// <summary> /// Output of Restorer. /// </summary> public struct RestorerOutput { /// <summary> /// Height. /// </summary> public int Height; /// <summary> /// Width. ///...
29.756522
121
0.514904
64ad458931d97c33f7e0240689b1279e86601fc3
3,605
cs
C#
WebObs.MVC/Controllers/SecurityController.cs
cihatfurkaneken/school-management
c566af9851469e0c07d31f594361cde46c817a7b
[ "MIT" ]
1
2021-06-04T14:38:09.000Z
2021-06-04T14:38:09.000Z
WebObs.MVC/Controllers/SecurityController.cs
cihatfurkaneken/school-management
c566af9851469e0c07d31f594361cde46c817a7b
[ "MIT" ]
null
null
null
WebObs.MVC/Controllers/SecurityController.cs
cihatfurkaneken/school-management
c566af9851469e0c07d31f594361cde46c817a7b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using WebObs.MVC.Identity; using WebObs.MVC.Models.Security; namespace WebObs.MVC.Controllers { p...
35
163
0.536755
7b695cd8d52f1097bdc9459c6c52d4cceef2d538
1,506
cs
C#
Plugins/MVC/Aspose.MVC.ExportToWord/Controllers/ExportToWordController.cs
Web-Dev-Collaborative/Aspose.Words-for-.NET
bf62ae46d38c0514485f47e9a0e6d295dcf818f1
[ "MIT" ]
310
2016-04-18T06:50:54.000Z
2022-03-29T13:24:09.000Z
Plugins/MVC/Aspose.MVC.ExportToWord/Controllers/ExportToWordController.cs
Web-Dev-Collaborative/Aspose.Words-for-.NET
bf62ae46d38c0514485f47e9a0e6d295dcf818f1
[ "MIT" ]
34
2016-04-15T16:39:43.000Z
2022-01-04T18:13:20.000Z
Plugins/MVC/Aspose.MVC.ExportToWord/Controllers/ExportToWordController.cs
Web-Dev-Collaborative/Aspose.Words-for-.NET
bf62ae46d38c0514485f47e9a0e6d295dcf818f1
[ "MIT" ]
149
2016-04-08T03:30:01.000Z
2022-03-27T14:55:25.000Z
using Aspose.Words; using System; using System.IO; using System.Net; using System.Text; using System.Web.Mvc; namespace Aspose.MVC.ExportToWord.Controllers { public class ExportToWordController : Controller { // GET: /ExportToWord/ public void Index() { ApplyLicense(); ...
33.466667
108
0.593625
b59b2f4ef22558bbf43685eaa4a165b0b40306d8
419
cs
C#
src/Sfa.Tl.ResultsAndCertification.Web/ViewModel/StatementOfAchievement/NotAvailableViewModel.cs
SkillsFundingAgency/tl-result-and-certification
1267f0405ba8d2c11d5990135f4f015f03c29291
[ "MIT" ]
1
2021-02-22T15:04:13.000Z
2021-02-22T15:04:13.000Z
src/Sfa.Tl.ResultsAndCertification.Web/ViewModel/StatementOfAchievement/NotAvailableViewModel.cs
SkillsFundingAgency/tl-result-and-certification
1267f0405ba8d2c11d5990135f4f015f03c29291
[ "MIT" ]
6
2019-11-25T14:30:51.000Z
2021-04-27T17:08:30.000Z
src/Sfa.Tl.ResultsAndCertification.Web/ViewModel/StatementOfAchievement/NotAvailableViewModel.cs
SkillsFundingAgency/tl-result-and-certification
1267f0405ba8d2c11d5990135f4f015f03c29291
[ "MIT" ]
1
2021-04-11T08:32:49.000Z
2021-04-11T08:32:49.000Z
using Sfa.Tl.ResultsAndCertification.Common.Helpers; using Sfa.Tl.ResultsAndCertification.Web.ViewComponents.BackLink; using System; namespace Sfa.Tl.ResultsAndCertification.Web.ViewModel.StatementOfAchievement { public class NotAvailableViewModel { public DateTime? SoaAvailableDate { get; set; } ...
34.916667
95
0.77327
bd5b13dfeb24ba011920ea90c016afd0f1a69095
7,256
cs
C#
src/core/AutoRest.Core/GlobalSuppressions.cs
ratchapol-an/autorest
c419134517972d9c97177180d2a2faaaff4cc36a
[ "MIT" ]
12
2017-03-15T11:05:19.000Z
2019-08-22T07:47:31.000Z
src/core/AutoRest.Core/GlobalSuppressions.cs
ratchapol-an/autorest
c419134517972d9c97177180d2a2faaaff4cc36a
[ "MIT" ]
14
2018-01-24T05:36:23.000Z
2019-06-28T10:59:42.000Z
src/core/AutoRest.Core/GlobalSuppressions.cs
ratchapol-an/autorest
c419134517972d9c97177180d2a2faaaff4cc36a
[ "MIT" ]
15
2017-03-23T05:38:05.000Z
2019-07-23T05:33:37.000Z
// This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specific target and scoped to a namespace, type, member, etc. // // To add a suppression to this file, right-click the message in the...
113.375
325
0.789002
2b621069928359cbf93457424bae8775db6e90d9
827
cs
C#
services/itops/src/communication/Response.cs
artiso-solutions/adsd-hotel
5904646a89acbe1e96d08559d8c2bf6ddeca1211
[ "MIT" ]
4
2020-09-30T20:32:46.000Z
2020-11-06T15:39:20.000Z
services/itops/src/communication/Response.cs
artiso-solutions/adsd-hotel
5904646a89acbe1e96d08559d8c2bf6ddeca1211
[ "MIT" ]
56
2020-10-06T09:57:55.000Z
2021-08-06T07:01:30.000Z
services/itops/src/communication/Response.cs
artiso-solutions/adsd-hotel
5904646a89acbe1e96d08559d8c2bf6ddeca1211
[ "MIT" ]
null
null
null
using System; using System.Diagnostics.CodeAnalysis; using Newtonsoft.Json; namespace artiso.AdsdHotel.ITOps.Communication { public class Response<TValue> { public bool IsSuccessful => Exception is null; [MaybeNull] public TValue Value { get; } public Exception? Exception { g...
23.628571
63
0.592503
a7f5184521d3357a19db7dda2db845c82f79af32
2,545
cs
C#
resharper/resharper-unity/src/Yaml/Psi/Modules/UnityMiscFilesProjectPsiModuleProvider.cs
PotterDai/resharper-unity
6b656fe01df720750b7268723c9b4b1a8336564c
[ "Apache-2.0" ]
null
null
null
resharper/resharper-unity/src/Yaml/Psi/Modules/UnityMiscFilesProjectPsiModuleProvider.cs
PotterDai/resharper-unity
6b656fe01df720750b7268723c9b4b1a8336564c
[ "Apache-2.0" ]
null
null
null
resharper/resharper-unity/src/Yaml/Psi/Modules/UnityMiscFilesProjectPsiModuleProvider.cs
PotterDai/resharper-unity
6b656fe01df720750b7268723c9b4b1a8336564c
[ "Apache-2.0" ]
1
2020-12-15T10:45:41.000Z
2020-12-15T10:45:41.000Z
using System; using System.Collections.Generic; using JetBrains.Diagnostics; using JetBrains.ProjectModel; using JetBrains.ReSharper.Psi; using JetBrains.ReSharper.Psi.Modules; using JetBrains.Util; namespace JetBrains.ReSharper.Plugins.Unity.Yaml.Psi.Modules { [MiscFilesProjectPsiModuleProvider] public class ...
37.985075
123
0.62554
7d22dc3c467420838adcf904f82effad89f2c3bb
161
cs
C#
Assets/Scripts/FollowMultiplayer.cs
EricTheDevil/MultiplayerGame
c542aaa68422d2c1b92e593221ef65094a7c2e85
[ "MIT" ]
null
null
null
Assets/Scripts/FollowMultiplayer.cs
EricTheDevil/MultiplayerGame
c542aaa68422d2c1b92e593221ef65094a7c2e85
[ "MIT" ]
null
null
null
Assets/Scripts/FollowMultiplayer.cs
EricTheDevil/MultiplayerGame
c542aaa68422d2c1b92e593221ef65094a7c2e85
[ "MIT" ]
1
2022-01-28T13:49:03.000Z
2022-01-28T13:49:03.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using Bolt; public class FollowMultiplayer : EntityBehaviour<ICubeState> { }
17.888889
60
0.801242
7d381b96670ae816e2bd837b845de1c9c08a9c2d
3,495
cs
C#
src/2020/11/Program.cs
premun/advent-of-code
c60ec2188a88f045601428aaa11bfdeeacef052d
[ "MIT" ]
null
null
null
src/2020/11/Program.cs
premun/advent-of-code
c60ec2188a88f045601428aaa11bfdeeacef052d
[ "MIT" ]
null
null
null
src/2020/11/Program.cs
premun/advent-of-code
c60ec2188a88f045601428aaa11bfdeeacef052d
[ "MIT" ]
1
2021-12-22T09:29:26.000Z
2021-12-22T09:29:26.000Z
using AdventOfCode.Common; var map = Resources.GetResourceFileLines("input.txt").ParseAsArray(); static bool TrySimulate( char[,] map, char[,] result, Func<Coor, List<Coor>> getNeighbours, int requiredNeighbourCount) { var sizeY = map.GetLength(0); var sizeX = map.GetLength(1); var change...
24.270833
107
0.430329
342cc2413fd3d08374e7934d1cbb62916f50e58f
8,239
cs
C#
MobileApps3-Project/MobileApps3-Project/roomLevel.xaml.cs
Alna132/MobileApps3Project
6b7dc3af29211940f0713def6a94b32edcbf6e44
[ "MIT" ]
null
null
null
MobileApps3-Project/MobileApps3-Project/roomLevel.xaml.cs
Alna132/MobileApps3Project
6b7dc3af29211940f0713def6a94b32edcbf6e44
[ "MIT" ]
1
2016-12-04T15:42:01.000Z
2019-01-15T07:33:11.000Z
MobileApps3-Project/MobileApps3-Project/roomLevel.xaml.cs
Alna132/MobileApps3Project
6b7dc3af29211940f0713def6a94b32edcbf6e44
[ "MIT" ]
null
null
null
using Windows.UI.Popups; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; namespace MobileApps3_Project { public sealed partial class roomLevel : Page { public roomLevel() { this.InitializeComponent(); }//- End of roomLevel /...
52.14557
123
0.651171
346c3dbb89dfe44b306788443d48dbd157c8da59
2,927
cs
C#
src/xna/MattsGames/PongWin/VideoHelper.cs
mwwhited/PlaygroundGames
758fb04a21e736501dbc8666be2a215a3d130af9
[ "MIT" ]
null
null
null
src/xna/MattsGames/PongWin/VideoHelper.cs
mwwhited/PlaygroundGames
758fb04a21e736501dbc8666be2a215a3d130af9
[ "MIT" ]
null
null
null
src/xna/MattsGames/PongWin/VideoHelper.cs
mwwhited/PlaygroundGames
758fb04a21e736501dbc8666be2a215a3d130af9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework; namespace PongWin { public static class VideoHelper { //http://www.ziggyware.com/readarticle.php?article_id=66 public static bool InitGraphicsMode(GraphicsDe...
45.030769
118
0.550393
34897e6ba991f1f1e0eb5255d40a2f4e388799e4
5,683
cs
C#
DatilClientLibrary/Factura.cs
patorey3/link-dotnet
319143d982b543ecf02231b8b281944bbd17c608
[ "MIT" ]
null
null
null
DatilClientLibrary/Factura.cs
patorey3/link-dotnet
319143d982b543ecf02231b8b281944bbd17c608
[ "MIT" ]
8
2015-10-30T17:42:29.000Z
2019-12-19T03:47:08.000Z
DatilClientLibrary/Factura.cs
patorey3/link-dotnet
319143d982b543ecf02231b8b281944bbd17c608
[ "MIT" ]
1
2019-12-13T15:37:13.000Z
2019-12-13T15:37:13.000Z
using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using System; using System.Collections.Generic; using System.Web.Script.Serialization; using System.ComponentModel; using System.Linq; using System.Text; namespace DatilClientLibrary { /// <summary> /// Clase de la factura /// </summary> pu...
33.827381
165
0.579799
6502c0af1117f72db16a114e5270ddcbdce8881b
9,585
cs
C#
Assets/_games/Assessments/_scripts/Decorations/StillLetterBox.cs
Unity3D-Projects/Antura
6ca30e25093287ce9701540e796ab52584acd445
[ "CC-BY-4.0" ]
1
2021-01-08T17:44:51.000Z
2021-01-08T17:44:51.000Z
Assets/_games/Assessments/_scripts/Decorations/StillLetterBox.cs
Unity3D-Projects/Antura
6ca30e25093287ce9701540e796ab52584acd445
[ "CC-BY-4.0" ]
null
null
null
Assets/_games/Assessments/_scripts/Decorations/StillLetterBox.cs
Unity3D-Projects/Antura
6ca30e25093287ce9701540e796ab52584acd445
[ "CC-BY-4.0" ]
null
null
null
using Antura.Core; using Antura.Helpers; using Antura.LivingLetters; using Antura.Minigames; using Antura.UI; using Antura.Utilities; using DG.Tweening; using System; using TMPro; using UnityEngine; using Antura.Language; namespace Antura.Assessment { /// <summary> /// Alternative LL, no animation, more light...
29.311927
125
0.52603
652dd4842080e773a8af7ab817419d94a2fedcf3
2,021
cs
C#
src/Components/Components/src/Reflection/MemberAssignment.cs
belav/aspnetcore
04543dfcbeb46c05ebadb638b091668bebd10be2
[ "Apache-2.0" ]
null
null
null
src/Components/Components/src/Reflection/MemberAssignment.cs
belav/aspnetcore
04543dfcbeb46c05ebadb638b091668bebd10be2
[ "Apache-2.0" ]
null
null
null
src/Components/Components/src/Reflection/MemberAssignment.cs
belav/aspnetcore
04543dfcbeb46c05ebadb638b091668bebd10be2
[ "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 System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using static Microsof...
33.683333
111
0.519545
d3c232da90fbb4fc74561295a79df120309b6c8f
2,893
cs
C#
Cocos3D/Core/Node/CC3Node.cs
mono-soc-2013/Cocos3D-XNA
6d65452009aacdc60412262b2398f07e97489ab6
[ "Zlib", "Apache-2.0", "MIT", "MIT-0", "MS-PL" ]
1
2016-11-03T15:29:48.000Z
2016-11-03T15:29:48.000Z
Cocos3D/Core/Node/CC3Node.cs
mono-soc-2013/Cocos3D-XNA
6d65452009aacdc60412262b2398f07e97489ab6
[ "Zlib", "Apache-2.0", "MIT", "MIT-0", "MS-PL" ]
null
null
null
Cocos3D/Core/Node/CC3Node.cs
mono-soc-2013/Cocos3D-XNA
6d65452009aacdc60412262b2398f07e97489ab6
[ "Zlib", "Apache-2.0", "MIT", "MIT-0", "MS-PL" ]
null
null
null
// // Copyright 2013 Rami Tabbara // // 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...
28.087379
125
0.657103
3103d337c8f5582e1fd5118315912f1650ad3d2b
1,239
cs
C#
arrays/task 1/Program.cs
MikkoTKaipainen/programming-basics
b0904c55adae202e840ff44b4c46df8bf0649ac4
[ "MIT" ]
null
null
null
arrays/task 1/Program.cs
MikkoTKaipainen/programming-basics
b0904c55adae202e840ff44b4c46df8bf0649ac4
[ "MIT" ]
null
null
null
arrays/task 1/Program.cs
MikkoTKaipainen/programming-basics
b0904c55adae202e840ff44b4c46df8bf0649ac4
[ "MIT" ]
null
null
null
using System; namespace task_1 { class Program { static void Main(string[] args) { Console.OutputEncoding = System.Text.Encoding.UTF8; Console.WriteLine("Ohjelma arpoo 100 lukua väliltä 0 - 50 sekä tulostaa lukujen keskiarvon"); Random rnd = new Random(); ...
22.944444
105
0.424536
3ca6d4e2c916fe4982b2b4fc0ad9a3b6daf70284
1,341
cshtml
C#
V308CMS/Views/themes/mamoo/Product_div/SlideShowDetail.cshtml
giaiphapictcom/mamoo.vn
605c8ee95545d7dcbcb66a85d8d47ed64b37a37c
[ "Unlicense" ]
null
null
null
V308CMS/Views/themes/mamoo/Product_div/SlideShowDetail.cshtml
giaiphapictcom/mamoo.vn
605c8ee95545d7dcbcb66a85d8d47ed64b37a37c
[ "Unlicense" ]
null
null
null
V308CMS/Views/themes/mamoo/Product_div/SlideShowDetail.cshtml
giaiphapictcom/mamoo.vn
605c8ee95545d7dcbcb66a85d8d47ed64b37a37c
[ "Unlicense" ]
null
null
null
@using V308CMS.Common; @using V308CMS.Helpers.Url @model V308CMS.Data.ProductSlideShow @if (Model.Images != null && Model.Images.Count() > 0) { //Model.Images = Model.Images.Take(3).ToList(); <div class="regular slider row" data-slick='{"slidesToShow": 3, "slidesToScroll": 3}' > @foreach (V30...
31.928571
173
0.51305
3cc29da1d826d765d71592c794d74940b7f25fc0
738
cs
C#
C# OOP Basics/DefiningClasses/DefiningClasses/Family.cs
teodortenchev/C-Sharp-Advanced-Coursework
23cee0e7cd9983cbd1e8f80bee15ea107bf741d1
[ "MIT" ]
1
2019-10-07T15:39:56.000Z
2019-10-07T15:39:56.000Z
C# OOP Basics/DefiningClasses/DefiningClasses/Family.cs
teodortenchev/C-Sharp-Advanced-Coursework
23cee0e7cd9983cbd1e8f80bee15ea107bf741d1
[ "MIT" ]
null
null
null
C# OOP Basics/DefiningClasses/DefiningClasses/Family.cs
teodortenchev/C-Sharp-Advanced-Coursework
23cee0e7cd9983cbd1e8f80bee15ea107bf741d1
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; namespace DefiningClasses { public class Family { private List<Person> familyMembers; public List<Person> FamilyMembers { get { return familyMembers; } set ...
19.421053
85
0.493225
cb9f301f4cddca939cd934f555b0a9567d14e7e9
7,160
cs
C#
src/Microsoft.AspNet.Mvc.Razor/RazorTextWriter.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
src/Microsoft.AspNet.Mvc.Razor/RazorTextWriter.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
src/Microsoft.AspNet.Mvc.Razor/RazorTextWriter.cs
walkeeperY/ManagementSystem
1e766ed3a608e0e3b4c898e8715944cbebd569ae
[ "Apache-2.0" ]
null
null
null
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.IO; using System.Text; using System.Threading.Tasks; using Microsoft.AspNet.Mvc.Rendering; using Microsoft....
32.39819
119
0.567318
dbd1e0c597f0d15790bbb876f853cac1fa5118b3
4,481
cs
C#
src/Noted/Infra/ExtractCommand.cs
codito/noted
dc1414479b3bf58ca6040cd6c1d8b3ecd7ef3268
[ "MIT" ]
4
2021-05-19T10:37:08.000Z
2021-12-25T14:46:00.000Z
src/Noted/Infra/ExtractCommand.cs
codito/noted
dc1414479b3bf58ca6040cd6c1d8b3ecd7ef3268
[ "MIT" ]
1
2022-02-27T01:49:46.000Z
2022-02-27T01:49:46.000Z
src/Noted/Infra/ExtractCommand.cs
codito/noted
dc1414479b3bf58ca6040cd6c1d8b3ecd7ef3268
[ "MIT" ]
null
null
null
// Copyright (c) Arun Mahapatra. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Noted.Infra { using System; using System.CommandLine; using System.CommandLine.Invocation; using System.IO; using System.Threading.Ta...
38.965217
142
0.533363
dbdaae932f0a706e859ffcea24d74bb2bb745665
1,682
cs
C#
src/FubuMVC.Core/Security/AntiForgery/BinaryAntiForgerySerializer.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
null
null
null
src/FubuMVC.Core/Security/AntiForgery/BinaryAntiForgerySerializer.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
null
null
null
src/FubuMVC.Core/Security/AntiForgery/BinaryAntiForgerySerializer.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
null
null
null
using System; using System.IO; using FubuCore; namespace FubuMVC.Core.Security.AntiForgery { public class BinaryAntiForgerySerializer : IAntiForgerySerializer { private readonly IAntiForgeryEncoder _encoder; public BinaryAntiForgerySerializer(IAntiForgeryEncoder encoder) { ...
32.346154
94
0.508918
a303817d5d05c61520bf7d06eac6272fe762da43
1,582
cs
C#
DigitalArchitecture/Controllers/UIController.cs
QuinntyneBrown/digital-architecture
5210362847c51927ecd64fcaeaa3d326b5e3cd7b
[ "MIT" ]
null
null
null
DigitalArchitecture/Controllers/UIController.cs
QuinntyneBrown/digital-architecture
5210362847c51927ecd64fcaeaa3d326b5e3cd7b
[ "MIT" ]
null
null
null
DigitalArchitecture/Controllers/UIController.cs
QuinntyneBrown/digital-architecture
5210362847c51927ecd64fcaeaa3d326b5e3cd7b
[ "MIT" ]
null
null
null
using DigitalArchitecture.Dtos; using DigitalArchitecture.Services; using DigitalArchitecture.Trace; using System.Collections.Generic; using System.Web.Http; using System.Web.Http.Description; namespace DigitalArchitecture.Controllers { [Authorize] [RoutePrefix("api/ui")] public class UIController : ApiCon...
31.64
112
0.667509
1cbdb3112b4ce0b634a5ea06a6efee7db247d4a4
635
cs
C#
Telerik - C# 1/Exam preparation/2013Exam1/3-6-9/TheHorror/Program.cs
fr0wsTyl/TelerikAcademy-2015-
5fe93cb625498635d488ad183d3632dbe7e2e8ff
[ "MIT" ]
null
null
null
Telerik - C# 1/Exam preparation/2013Exam1/3-6-9/TheHorror/Program.cs
fr0wsTyl/TelerikAcademy-2015-
5fe93cb625498635d488ad183d3632dbe7e2e8ff
[ "MIT" ]
null
null
null
Telerik - C# 1/Exam preparation/2013Exam1/3-6-9/TheHorror/Program.cs
fr0wsTyl/TelerikAcademy-2015-
5fe93cb625498635d488ad183d3632dbe7e2e8ff
[ "MIT" ]
10
2015-03-14T13:13:32.000Z
2018-07-03T21:09:45.000Z
using System; class Program { static void Main(string[] args) { string num = Console.ReadLine(); decimal counter = 0; decimal result = 0; for (int i = 0; i < num.Length; i++) { decimal n = decimal.Parse(num[i].ToString()); if (n == 0 || n == 1 ||...
25.4
113
0.348031
855f36a394ea72100f8e363db73d025e6696877a
4,810
cs
C#
WizTest/Models/AppViewModel.cs
amv-/WizTest
87416c068cb08f8c2ccd0fd18f37de16c39589a0
[ "Apache-2.0" ]
null
null
null
WizTest/Models/AppViewModel.cs
amv-/WizTest
87416c068cb08f8c2ccd0fd18f37de16c39589a0
[ "Apache-2.0" ]
null
null
null
WizTest/Models/AppViewModel.cs
amv-/WizTest
87416c068cb08f8c2ccd0fd18f37de16c39589a0
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; using WizTest.Controllers; namespace WizTest.Models { public class AppViewModel { public StatusMessage StatusMessage { set; get; } public voi...
24.05
131
0.56736
e32a4969733f2f7a081ce6a9321fd59332d90764
11,142
cs
C#
src/NuGet.Core/NuGet.Common/Errors/NuGetLogCode.cs
jnm2/NuGet.Client
59cc05909998fd869e8c0dd3ef9e27ffbfd0e340
[ "Apache-2.0" ]
null
null
null
src/NuGet.Core/NuGet.Common/Errors/NuGetLogCode.cs
jnm2/NuGet.Client
59cc05909998fd869e8c0dd3ef9e27ffbfd0e340
[ "Apache-2.0" ]
null
null
null
src/NuGet.Core/NuGet.Common/Errors/NuGetLogCode.cs
jnm2/NuGet.Client
59cc05909998fd869e8c0dd3ef9e27ffbfd0e340
[ "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. namespace NuGet.Common { /// <summary> /// This enum is used to quantify NuGet error and wanring codes. /// Format - NUxyzw where NU is the...
26.719424
147
0.505924
5429e044f9a5d7c6b2c3bf22eedaabd32eb11d97
1,496
cs
C#
BGPViewerOpenApi/Controllers/PrefixController.cs
wallacemariadeandrade/BGPViewerTool
17815171b821f6714446e34869f3a3e5287b6976
[ "MIT" ]
2
2021-01-13T15:04:05.000Z
2022-01-18T22:09:59.000Z
BGPViewerOpenApi/Controllers/PrefixController.cs
wallacemariadeandrade/BGPViewerTool
17815171b821f6714446e34869f3a3e5287b6976
[ "MIT" ]
20
2020-11-08T21:14:57.000Z
2021-12-16T10:34:54.000Z
BGPViewerOpenApi/Controllers/PrefixController.cs
wallacemariadeandrade/BGPViewerTool
17815171b821f6714446e34869f3a3e5287b6976
[ "MIT" ]
2
2021-02-01T21:24:10.000Z
2022-01-18T22:10:23.000Z
using System.Threading.Tasks; using BGPViewerOpenApi.Service; using Microsoft.AspNetCore.Mvc; using BGPViewerOpenApi.Validators; using Swashbuckle.AspNetCore.Annotations; using BGPViewerCore.Models; namespace BGPViewerOpenApi.Controllers { [Produces("application/json")] [Route("api/{apiId}/prefix")] [ApiCo...
44
289
0.700535
a81cdb0919fedad0c76af5d7c9862d68c17f4ce1
355
cs
C#
src/_Workflow/Framework.Workflow.Domain/__Base/_Containers/IParametersContainer.cs
Luxoft/BSSFramework.Workflow
cfa2d565999ace1fbd5339c2331a9b7f81c10d66
[ "MIT" ]
null
null
null
src/_Workflow/Framework.Workflow.Domain/__Base/_Containers/IParametersContainer.cs
Luxoft/BSSFramework.Workflow
cfa2d565999ace1fbd5339c2331a9b7f81c10d66
[ "MIT" ]
1
2022-03-09T10:56:01.000Z
2022-03-09T10:56:01.000Z
src/_Workflow/Framework.Workflow.Domain/__Base/_Containers/IParametersContainer.cs
Luxoft/BSSFramework.Workflow
cfa2d565999ace1fbd5339c2331a9b7f81c10d66
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace Framework.Workflow.Domain { /// <summary> /// Интерфейс для контейнера параметров /// </summary> /// <typeparam name="TParameter">Тип параметра</typeparam> public interface IParametersContainer<out TParameter> { IEnumerable<TParam...
25.357143
63
0.656338
1089e1d4790e144a597ea9dfd46e9900e8b15e1d
1,377
cs
C#
JJ.TryThingsOut.MonoCross/MonoCross 1.3/MonoCross.Console/MXConsoleView.cs
jjvanzon/JJ.TryOut
15063afd56add73bf197eaee6eb039e39dde0fa8
[ "MIT" ]
null
null
null
JJ.TryThingsOut.MonoCross/MonoCross 1.3/MonoCross.Console/MXConsoleView.cs
jjvanzon/JJ.TryOut
15063afd56add73bf197eaee6eb039e39dde0fa8
[ "MIT" ]
null
null
null
JJ.TryThingsOut.MonoCross/MonoCross 1.3/MonoCross.Console/MXConsoleView.cs
jjvanzon/JJ.TryOut
15063afd56add73bf197eaee6eb039e39dde0fa8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using MonoCross.Navigation; namespace MonoCross.Console { public class MXConsoleView<T>: IMXView { public T Model { get; set; } public Type ModelType { get { return typeof(T); } } public void SetMode...
27
104
0.527233
5c315224af7b708be520402389597d764ce522c9
41,160
cs
C#
src/QuickFont.Shared/Builder.cs
JaszczomBe/QuickFont
157f007566919af0535012bd24e0c63c5ba07918
[ "MIT" ]
null
null
null
src/QuickFont.Shared/Builder.cs
JaszczomBe/QuickFont
157f007566919af0535012bd24e0c63c5ba07918
[ "MIT" ]
null
null
null
src/QuickFont.Shared/Builder.cs
JaszczomBe/QuickFont
157f007566919af0535012bd24e0c63c5ba07918
[ "MIT" ]
null
null
null
using QuickFont.Configuration; using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Text; using System.IO; namespace QuickFont { /// <summary> /// Class for building a Quick Font, given a Font /// and a configuration object. /// </sum...
43.787234
382
0.542104
5c5351233b86ebcb3deaf0c29bb69f7ed8871b5f
7,407
cs
C#
src/Lapis.Math.Algebra/Arithmetics/Exponential.cs
LapisDev/LapisMath
1583e980e5037e917b960f0d87bc0d5661549858
[ "MIT" ]
null
null
null
src/Lapis.Math.Algebra/Arithmetics/Exponential.cs
LapisDev/LapisMath
1583e980e5037e917b960f0d87bc0d5661549858
[ "MIT" ]
null
null
null
src/Lapis.Math.Algebra/Arithmetics/Exponential.cs
LapisDev/LapisMath
1583e980e5037e917b960f0d87bc0d5661549858
[ "MIT" ]
null
null
null
/******************************************************************************** * Module : Lapis.Math.Algebra  * Class : Exponential  * Description : Provides methods related to exponential and logarithmic functions.  * Created : 2015/5/17  * Note : ********************************************...
34.774648
104
0.45781
362a3e35dd0c1e28b41a8cad06bf36bb1d3a56d0
2,671
cs
C#
Assets/Scripts/Key.cs
EphysMic/DN-Final
cbc410fc1164948424cb11d5d5da9bb4614b467d
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Key.cs
EphysMic/DN-Final
cbc410fc1164948424cb11d5d5da9bb4614b467d
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Key.cs
EphysMic/DN-Final
cbc410fc1164948424cb11d5d5da9bb4614b467d
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public class Key : MonoBehaviour { Player _player; [SerializeField] float _interactRange = .1f; bool _registered; Door _door; [SerializeField] Material _colorLerpMaterial; [SerializeField] floa...
25.198113
94
0.597903
363521402c1a5d84811103c585464e957a53a19c
3,464
cs
C#
osu.Framework.Camera/Graphics/Camera/CameraSprite.cs
gmlwns2000/osu-framework-camera
ff6f7d58c74bf835ba1f375c8e74c4daa8d6d39e
[ "MIT" ]
1
2021-11-07T13:36:30.000Z
2021-11-07T13:36:30.000Z
osu.Framework.Camera/Graphics/Camera/CameraSprite.cs
gmlwns2000/osu-framework-camera
ff6f7d58c74bf835ba1f375c8e74c4daa8d6d39e
[ "MIT" ]
null
null
null
osu.Framework.Camera/Graphics/Camera/CameraSprite.cs
gmlwns2000/osu-framework-camera
ff6f7d58c74bf835ba1f375c8e74c4daa8d6d39e
[ "MIT" ]
null
null
null
// Copyright (c) Nitrous <n20gaming2000@gmail.com>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.IO; using System.Threading; using System.Threading.Tasks; using OpenCvSharp; using osu.Framework.Allocation; using osu.Framework.Graphics.Sprites; using...
27.935484
195
0.531178
36648409febe58d0708a8b2c9666cf1282a8e1a2
324
cs
C#
csharp/IColumnWriterVisitor.cs
markackroyd/ParquetSharp
f97027437ad64842f2e900bb8371211ef91c7fd9
[ "Apache-2.0" ]
2
2020-09-08T08:32:11.000Z
2021-04-07T16:55:09.000Z
csharp/IColumnWriterVisitor.cs
markackroyd/ParquetSharp
f97027437ad64842f2e900bb8371211ef91c7fd9
[ "Apache-2.0" ]
null
null
null
csharp/IColumnWriterVisitor.cs
markackroyd/ParquetSharp
f97027437ad64842f2e900bb8371211ef91c7fd9
[ "Apache-2.0" ]
1
2021-04-07T16:55:11.000Z
2021-04-07T16:55:11.000Z
 namespace ParquetSharp { /// <summary> /// Visitor on ColumnWriter to discover the derived writer type in a type safe manner. /// </summary> public interface IColumnWriterVisitor<out TReturn> { TReturn OnColumnWriter<TValue>(ColumnWriter<TValue> columnWriter) where TValue : unmanaged; ...
27
99
0.694444
82d49bc79cde5e5c35726dec252e78be566f8de3
290
cs
C#
SIS.MvcFramework/HttpGetAttribute.cs
TihomirMihaylov/C-Web-Development-Basics
36b05c25c4819c7508e2977a378b305d235faecb
[ "MIT" ]
null
null
null
SIS.MvcFramework/HttpGetAttribute.cs
TihomirMihaylov/C-Web-Development-Basics
36b05c25c4819c7508e2977a378b305d235faecb
[ "MIT" ]
null
null
null
SIS.MvcFramework/HttpGetAttribute.cs
TihomirMihaylov/C-Web-Development-Basics
36b05c25c4819c7508e2977a378b305d235faecb
[ "MIT" ]
null
null
null
using SIS.HTTP.Enums; namespace SIS.MvcFramework { public class HttpGetAttribute : HttpAttribute { public HttpGetAttribute(string path = null) : base(path) { } public override HttpRequestMethod Method => HttpRequestMethod.Get; } }
20.714286
74
0.627586
eac23ab206f8c788f746b7d79c4359eae919ca1f
5,511
cs
C#
src/LiGet/Extensions/PackageArchiveReaderExtensions.cs
tiagotarifa/liget
edae7b1e005a87b8c1124abb87fd27e50eb45b87
[ "MIT" ]
205
2017-10-30T17:47:25.000Z
2022-01-19T07:47:17.000Z
src/LiGet/Extensions/PackageArchiveReaderExtensions.cs
huangweiboy/liget
ac72c2f872963051fb48c0fd1bcd6df2995b2b6f
[ "MIT" ]
26
2018-01-11T10:54:57.000Z
2022-01-29T20:40:20.000Z
src/LiGet/Extensions/PackageArchiveReaderExtensions.cs
huangweiboy/liget
ac72c2f872963051fb48c0fd1bcd6df2995b2b6f
[ "MIT" ]
39
2017-12-01T12:17:58.000Z
2022-02-26T16:23:27.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using System.Threading.Tasks; using LiGet.Entities; using NuGet.Packaging; namespace LiGet.Extensions { public static class PackageArchiveReaderExtensions { private static readonly ...
36.019608
129
0.5411
d729196cd5a19ce4d8b99684288791873105cfe7
1,225
cs
C#
ID3/Source/Frames/URL Frames/OfficialArtistUrlFrame.cs
sahands/a-id3
37a23aa1e992b3c226a7e45f2d492e9456f140d4
[ "MIT", "Unlicense" ]
7
2016-05-29T01:39:36.000Z
2021-04-16T14:07:22.000Z
ID3/Source/Frames/URL Frames/OfficialArtistUrlFrame.cs
sahands/a-id3
37a23aa1e992b3c226a7e45f2d492e9456f140d4
[ "MIT", "Unlicense" ]
null
null
null
ID3/Source/Frames/URL Frames/OfficialArtistUrlFrame.cs
sahands/a-id3
37a23aa1e992b3c226a7e45f2d492e9456f140d4
[ "MIT", "Unlicense" ]
4
2016-05-29T01:40:36.000Z
2019-10-27T05:26:15.000Z
using System; using System.Collections.Generic; using System.Text; namespace Achamenes.ID3.Frames { [global::System.Serializable] public class OfficialArtistUrlFrame : UrlFrame { public OfficialArtistUrlFrame(string url) : base(url) { } public static Achamenes.ID3.Frames.Parsers.FrameParser CreateParser...
29.878049
123
0.754286
3b9ac141558bcad191995812a52e977c4e2c8f2c
2,418
cs
C#
SQLitePCL/SQLitePCL.Ext.iOS.UnifiedAPI/Platform/PlatformStorage.cs
Azure-Samples/app-service-mobile-dotnet-offline-encryption
97434af7fda4a715cba802d639217065df355e37
[ "MIT" ]
6
2017-03-16T10:53:34.000Z
2018-04-20T08:48:50.000Z
SQLitePCL/SQLitePCL.Ext.iOS.UnifiedAPI/Platform/PlatformStorage.cs
Azure-Samples/app-service-mobile-dotnet-offline-encryption
97434af7fda4a715cba802d639217065df355e37
[ "MIT" ]
null
null
null
SQLitePCL/SQLitePCL.Ext.iOS.UnifiedAPI/Platform/PlatformStorage.cs
Azure-Samples/app-service-mobile-dotnet-offline-encryption
97434af7fda4a715cba802d639217065df355e37
[ "MIT" ]
4
2016-09-24T18:26:41.000Z
2021-02-14T11:33:27.000Z
// Copyright © Microsoft Open Technologies, Inc. // All Rights Reserved // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROVIDED...
35.043478
264
0.622415
a0e643939791d0297d9d5d23cd2e8ee072b8a3c1
19,243
cs
C#
game-design/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_FontAssetUtilities.cs
adipeterca/game-design-course
21ff2406f8cd779d69c0ab9d0c4789cb2ef0fec1
[ "MIT" ]
295
2020-08-03T12:46:17.000Z
2022-03-26T13:32:54.000Z
game-design/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_FontAssetUtilities.cs
adipeterca/game-design-course
21ff2406f8cd779d69c0ab9d0c4789cb2ef0fec1
[ "MIT" ]
22
2021-02-20T10:42:57.000Z
2021-09-11T14:11:51.000Z
game-design/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Runtime/TMP_FontAssetUtilities.cs
adipeterca/game-design-course
21ff2406f8cd779d69c0ab9d0c4789cb2ef0fec1
[ "MIT" ]
30
2020-08-09T05:36:58.000Z
2022-03-20T23:39:36.000Z
using System.Collections.Generic; using UnityEngine.TextCore; using UnityEngine.TextCore.LowLevel; namespace TMPro { public class TMP_FontAssetUtilities { private static readonly TMP_FontAssetUtilities s_Instance = new TMP_FontAssetUtilities(); /// <summary> /// Default constructor ...
43.437923
258
0.563582
9d0ea7b50f3dba30724095e27882bee686837e67
1,340
cshtml
C#
BaselineSolution.WebApp/Areas/Setup/Views/SystemLanguage/_Delete.cshtml
Adconsulting/BaseSolution
fc4ebb21b9b6cc309ee5cb5ce9bc71bb9375322a
[ "MIT" ]
1
2018-03-07T15:22:58.000Z
2018-03-07T15:22:58.000Z
BaselineSolution.WebApp/Areas/Setup/Views/SystemLanguage/_Delete.cshtml
Adconsulting/BaseSolution
fc4ebb21b9b6cc309ee5cb5ce9bc71bb9375322a
[ "MIT" ]
null
null
null
BaselineSolution.WebApp/Areas/Setup/Views/SystemLanguage/_Delete.cshtml
Adconsulting/BaseSolution
fc4ebb21b9b6cc309ee5cb5ce9bc71bb9375322a
[ "MIT" ]
null
null
null
@model BaselineSolution.WebApp.Areas.Setup.ViewModels.SystemLanguage.DeleteViewModel <form class="form-horizontal" method="POST" action="@Url.Action("Delete", "SystemLanguage")"> <div class="modal-header"> <h3 class="modal-title">@SetupResource.Title_SystemLanguage</h3> <button type="button" c...
38.285714
98
0.61194
90f0f3aa1047d51c3d56ce31b953297520c55dd8
2,525
cs
C#
tests/POM.Selenium.Tests/Entities/PageEvaluatorTests.cs
xStrato/POM.Selenium
b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b
[ "Apache-2.0" ]
8
2021-01-26T14:08:12.000Z
2021-05-14T21:30:43.000Z
tests/POM.Selenium.Tests/Entities/PageEvaluatorTests.cs
xStrato/POM.Selenium
b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b
[ "Apache-2.0" ]
null
null
null
tests/POM.Selenium.Tests/Entities/PageEvaluatorTests.cs
xStrato/POM.Selenium
b25f733399d0ecd0b0cb8b2a258e1a45108b6b8b
[ "Apache-2.0" ]
null
null
null
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using POM.Selenium.Exceptions.Selector; using POM.Selenium.Tests.Config; using POM.Selenium.Tests.Pages.TestsPages; namespace POM.Selenium.Tests.Entities { [TestClass] public class PageEvaluatorTests { private delegate object Service...
30.421687
92
0.609505
29354adf074a02e65f5c88cfec775a9739bf89ef
6,574
cs
C#
tests/NetEvolve.Guard.SharedTests/RequiresSingleTests.cs
NetEvolve/guard
bc92166867b0bfbefb8f9c84b4d75b8dfb55db62
[ "MIT" ]
1
2022-01-02T11:31:37.000Z
2022-01-02T11:31:37.000Z
tests/NetEvolve.Guard.SharedTests/RequiresSingleTests.cs
NetEvolve/guard
bc92166867b0bfbefb8f9c84b4d75b8dfb55db62
[ "MIT" ]
21
2021-10-29T19:17:17.000Z
2022-03-02T03:33:49.000Z
tests/NetEvolve.Guard.SharedTests/RequiresSingleTests.cs
NetEvolve/guard
bc92166867b0bfbefb8f9c84b4d75b8dfb55db62
[ "MIT" ]
null
null
null
namespace NetEvolve.Guard.Tests; using NetEvolve.Guard; using System; using System.Diagnostics.CodeAnalysis; using Xunit; [ExcludeFromCodeCoverage] public sealed class RequiresSingleTests { private static float BaseValue { get; } private static float MaxValue { get; } = float.MaxValue; private static float MinV...
27.855932
124
0.667174
c9f69da076419c1b8ecfb8af7a29dd5742b2851b
635
cs
C#
custormRP/Assets/Scripts/CustormRP/Runtime/CustormRPAsset.cs
congzhiwei1994/_myMain
ecf2f86f753ceb4cd6a3a115aa7fd63df6f1fa60
[ "MIT" ]
null
null
null
custormRP/Assets/Scripts/CustormRP/Runtime/CustormRPAsset.cs
congzhiwei1994/_myMain
ecf2f86f753ceb4cd6a3a115aa7fd63df6f1fa60
[ "MIT" ]
null
null
null
custormRP/Assets/Scripts/CustormRP/Runtime/CustormRPAsset.cs
congzhiwei1994/_myMain
ecf2f86f753ceb4cd6a3a115aa7fd63df6f1fa60
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Rendering; /// <summary> /// 定义了SRP的类型和所有配置数据的设置,当unity首次执行渲染命令的时候,则会调用这个接口并返回一个可用的渲染实例,渲染实例表示管道配置。 /// </summary> [CreateAssetMenu (menuName = "Rendering/CustormRP")] // public class CustormRPAsset : Rende...
28.863636
74
0.733858
ed9d60e0625044218489b903bd56ebe5bf3cc941
1,839
cs
C#
Service/System/EIP.System.Models/Entities/SystemLoginLog.cs
woshisunzewei/EIP
8b159cfb809af8e88ba5f654dc59f4ac91f4fd2d
[ "MIT" ]
9
2018-08-31T01:42:24.000Z
2021-03-19T00:45:24.000Z
Service/System/EIP.System.Models/Entities/SystemLoginLog.cs
woshisunzewei/EIP
8b159cfb809af8e88ba5f654dc59f4ac91f4fd2d
[ "MIT" ]
null
null
null
Service/System/EIP.System.Models/Entities/SystemLoginLog.cs
woshisunzewei/EIP
8b159cfb809af8e88ba5f654dc59f4ac91f4fd2d
[ "MIT" ]
8
2018-10-04T16:07:21.000Z
2021-04-13T04:30:58.000Z
using System; using EIP.Common.Entities; using EIP.Common.Entities.CustomAttributes; namespace EIP.System.Models.Entities { /// <summary> /// System_LoginLog表实体类 /// </summary> [Db(Name = "EIP_Log")] [Table(Name = "System_LoginLog")] public class SystemLoginLog : EntityBase { /// <su...
22.9875
51
0.456226
c9b5703b49c3ea6c5b3f76380f63f4fba4806046
5,252
cs
C#
src/Foundation/Connect/website/Builders/Products/BaseProductBuilder.cs
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
34
2019-09-05T12:39:12.000Z
2022-02-18T11:59:17.000Z
src/Foundation/Connect/website/Builders/Products/BaseProductBuilder.cs
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
17
2019-09-23T15:28:52.000Z
2021-05-11T23:02:36.000Z
src/Foundation/Connect/website/Builders/Products/BaseProductBuilder.cs
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
22
2019-09-19T09:15:49.000Z
2021-09-06T01:59:43.000Z
// Copyright 2020 EPAM Systems, Inc. // // 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 appl...
36.985915
109
0.606245
7ce62853908f747602776f4219fc7299ad078530
3,629
cs
C#
Sifre_Olusturucu/Sifre_Olusturucu/Form1.cs
gamzebozkus/random-password-generation
0afe632818be7ced4fbd0cc3334b760583141093
[ "MIT" ]
null
null
null
Sifre_Olusturucu/Sifre_Olusturucu/Form1.cs
gamzebozkus/random-password-generation
0afe632818be7ced4fbd0cc3334b760583141093
[ "MIT" ]
null
null
null
Sifre_Olusturucu/Sifre_Olusturucu/Form1.cs
gamzebozkus/random-password-generation
0afe632818be7ced4fbd0cc3334b760583141093
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Windows.Forms; using System.IO; namespace Sifre_Olusturucu { public partial c...
33.293578
108
0.519978
2d80f3d53cff13d97a34cbbe823dd42283444a54
1,106
cs
C#
WebMVC/Models/BaseLog.cs
GpigeonCX/WebClockOnService
2df9d34215320900553698a8578ad7506fd20158
[ "Apache-2.0" ]
null
null
null
WebMVC/Models/BaseLog.cs
GpigeonCX/WebClockOnService
2df9d34215320900553698a8578ad7506fd20158
[ "Apache-2.0" ]
null
null
null
WebMVC/Models/BaseLog.cs
GpigeonCX/WebClockOnService
2df9d34215320900553698a8578ad7506fd20158
[ "Apache-2.0" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // </auto-generated> //------------------------------------------------------------------------------ namespace WebMVC.Models { usin...
33.515152
80
0.519892
f7b654a9d694370533003b33d930e00850981c94
139
cs
C#
Application/Commands/Category/IDeleteCategoryCommand.cs
jovan-rankovic/WebNews
b42573f74a5f8bd146e3e1e0a5842989f5eb3ab4
[ "MIT" ]
null
null
null
Application/Commands/Category/IDeleteCategoryCommand.cs
jovan-rankovic/WebNews
b42573f74a5f8bd146e3e1e0a5842989f5eb3ab4
[ "MIT" ]
null
null
null
Application/Commands/Category/IDeleteCategoryCommand.cs
jovan-rankovic/WebNews
b42573f74a5f8bd146e3e1e0a5842989f5eb3ab4
[ "MIT" ]
null
null
null
using Application.Interfaces; namespace Application.Commands.Category { public interface IDeleteCategoryCommand : ICommand<int> { } }
23.166667
63
0.791367
e505e81c306c84252669296b0e43b8a6e88aebf3
1,058
cs
C#
SkolaProjektniCentar/ViewModel/KontaktTelefonViewModel.cs
tmilost/Educational_institution_School
76e32cffb304bbac92ceaa131d9a2cf25f39bd39
[ "MIT" ]
null
null
null
SkolaProjektniCentar/ViewModel/KontaktTelefonViewModel.cs
tmilost/Educational_institution_School
76e32cffb304bbac92ceaa131d9a2cf25f39bd39
[ "MIT" ]
null
null
null
SkolaProjektniCentar/ViewModel/KontaktTelefonViewModel.cs
tmilost/Educational_institution_School
76e32cffb304bbac92ceaa131d9a2cf25f39bd39
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace SkolaProjektniCentar.ViewModel { public class KontaktTelefonViewModel { public KontaktTelefon KontaktTelefon { get; set; } public long IdTelefona { get; s...
35.266667
102
0.625709
4056d75d6869fa9780ca3aaf695ef0d7ddcbe2d1
1,683
cs
C#
sustainable-api-architecture-tests/Repositories/ForecastRepositoryTests.cs
apeacock1991/sustainable-api-architecture
fc0c7cd0ce7504a0233eeff804d384717cd80fcf
[ "MIT" ]
null
null
null
sustainable-api-architecture-tests/Repositories/ForecastRepositoryTests.cs
apeacock1991/sustainable-api-architecture
fc0c7cd0ce7504a0233eeff804d384717cd80fcf
[ "MIT" ]
null
null
null
sustainable-api-architecture-tests/Repositories/ForecastRepositoryTests.cs
apeacock1991/sustainable-api-architecture
fc0c7cd0ce7504a0233eeff804d384717cd80fcf
[ "MIT" ]
1
2022-01-16T20:12:01.000Z
2022-01-16T20:12:01.000Z
using System; using System.Collections.Generic; using System.Linq; using NUnit.Framework; using sustainable_api_architecture.Infrastructure; using sustainable_api_architecture.Models; using sustainable_api_architecture.Repositories; namespace sustainable_api_architecture_tests.Repositories { public class Forecas...
30.6
83
0.590018
ece37fa06f7dfe482ce94eb69ba9b4f5b1a956dc
1,969
cs
C#
ProgrammingFundamentals/ListsEX/03.SearchForANumber/SearchForANumber.cs
paykova/Test
8cb44a42cd6428c92356dde8a671d962899a055c
[ "MIT" ]
null
null
null
ProgrammingFundamentals/ListsEX/03.SearchForANumber/SearchForANumber.cs
paykova/Test
8cb44a42cd6428c92356dde8a671d962899a055c
[ "MIT" ]
null
null
null
ProgrammingFundamentals/ListsEX/03.SearchForANumber/SearchForANumber.cs
paykova/Test
8cb44a42cd6428c92356dde8a671d962899a055c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace _03.SearchForANumber { public class SearchForANumber { public static void Main() { // Solution1(); Solution2(); } private static void Solution2() { List<i...
26.253333
101
0.437278
0b0e1d43eaff03209a94ba4e746a89af8b9bb0a4
788
cs
C#
source/Calamari.Shared/Util/CrossPlatformExtensions.cs
WS-QA/Calamari
de3c85fa3a087b5ced1e75e09d5c6a40fab1f2a6
[ "Apache-2.0" ]
null
null
null
source/Calamari.Shared/Util/CrossPlatformExtensions.cs
WS-QA/Calamari
de3c85fa3a087b5ced1e75e09d5c6a40fab1f2a6
[ "Apache-2.0" ]
null
null
null
source/Calamari.Shared/Util/CrossPlatformExtensions.cs
WS-QA/Calamari
de3c85fa3a087b5ced1e75e09d5c6a40fab1f2a6
[ "Apache-2.0" ]
null
null
null
using System; using System.Text.RegularExpressions; namespace Calamari.Util { public static class CrossPlatform { public static string ExpandPathEnvironmentVariables(string path) { if (CalamariEnvironment.IsRunningOnNix || CalamariEnvironment.IsRunningOnMac) { ...
30.307692
89
0.531726
323cfd09efad130f37524535908476a830b83d40
18,484
cs
C#
FileSyncandWOPI/Source/MS-FSSHTTP-FSSHTTPB/TestSuite/MS-FSSHTTP-FSSHTTPB_S05_WhoAmI.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
29
2016-09-07T19:06:02.000Z
2022-01-12T02:24:29.000Z
FileSyncandWOPI/Source/MS-FSSHTTP-FSSHTTPB/TestSuite/MS-FSSHTTP-FSSHTTPB_S05_WhoAmI.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
26
2016-11-11T04:47:31.000Z
2022-03-11T09:43:25.000Z
FileSyncandWOPI/Source/MS-FSSHTTP-FSSHTTPB/TestSuite/MS-FSSHTTP-FSSHTTPB_S05_WhoAmI.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
38
2015-12-09T01:35:50.000Z
2022-03-25T09:45:25.000Z
namespace Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB { using System.Text.RegularExpressions; using Microsoft.Protocols.TestSuites.Common; using Microsoft.Protocols.TestSuites.SharedAdapter; using Microsoft.Protocols.TestSuites.SharedTestSuite; using Microsoft.Protocols.TestTools; using M...
54.364706
370
0.58932
9253c706bf2a9d51d2d491ae3ad02e9ad3c520cf
2,136
cs
C#
Livestock Auction/frmBrowseName.cs
The-Missing-Semicolon/Livestock-Auction
25c715893959de50c0acc2e9067584b6cd03b041
[ "MIT" ]
3
2019-05-08T18:32:53.000Z
2019-07-28T17:59:26.000Z
Livestock Auction/frmBrowseName.cs
The-Missing-Semicolon/Livestock-Auction
25c715893959de50c0acc2e9067584b6cd03b041
[ "MIT" ]
7
2019-05-14T00:35:08.000Z
2019-08-13T02:17:04.000Z
Livestock Auction/frmBrowseName.cs
The-Missing-Semicolon/Livestock-Auction
25c715893959de50c0acc2e9067584b6cd03b041
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Livestock_Auction { public partial class frmBrowseName : Form { public static DB.Types.Name BrowseNames(stri...
31.411765
152
0.586142
288e0bb57059e3e10d65567f412915718ce06db9
1,240
cs
C#
part1/Program.cs
katterfelto/embediotest
b02b464b719e559312d47260a3170b0660404bbb
[ "MIT" ]
null
null
null
part1/Program.cs
katterfelto/embediotest
b02b464b719e559312d47260a3170b0660404bbb
[ "MIT" ]
null
null
null
part1/Program.cs
katterfelto/embediotest
b02b464b719e559312d47260a3170b0660404bbb
[ "MIT" ]
null
null
null
using EmbedIO; using EmbedIO.Actions; using System; namespace embediotest { class Program { static void Main(string[] args) { var url = "http://+:9696/"; using (var server = CreateWebServer(url)) { // Once we've registered our modules and configured them, we call the R...
28.837209
95
0.562903
4780d9ad6335f3f4fc82513b5275511bf56a93cd
1,867
cs
C#
desafio12/Program.cs
ZUSM0/21desafios_Csharp
b9a97c3d45ad8fbb1f6cdeba54c941bd86d27a3b
[ "MIT" ]
2
2021-12-24T03:03:49.000Z
2022-01-22T23:53:01.000Z
desafio12/Program.cs
ZUSM0/21desafios_Csharp
b9a97c3d45ad8fbb1f6cdeba54c941bd86d27a3b
[ "MIT" ]
null
null
null
desafio12/Program.cs
ZUSM0/21desafios_Csharp
b9a97c3d45ad8fbb1f6cdeba54c941bd86d27a3b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; namespace desafio12 { class Program { static void Main(string[] args) { /* * Exercício 12/21: Fazer um algoritmos para ler um vetor de números inteiros de "x" elementos, o "x" deve ser recebido via console...
29.171875
205
0.490627
5dc24c7b82df1d6b9075e445d21e095957168842
784
cs
C#
NSysWeb/src/Core/Application/Specifications/Direcciones/DireccionesXParametrosSpec.cs
NSysX/NSysWeb
d2a8dae0d0997f6452afd81d393a35125b039af0
[ "MIT" ]
null
null
null
NSysWeb/src/Core/Application/Specifications/Direcciones/DireccionesXParametrosSpec.cs
NSysX/NSysWeb
d2a8dae0d0997f6452afd81d393a35125b039af0
[ "MIT" ]
null
null
null
NSysWeb/src/Core/Application/Specifications/Direcciones/DireccionesXParametrosSpec.cs
NSysX/NSysWeb
d2a8dae0d0997f6452afd81d393a35125b039af0
[ "MIT" ]
null
null
null
using Ardalis.Specification; using Domain.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Application.Specifications.Direcciones { public class DireccionesXParametrosSpec : Specification<Direccion> { public Direcci...
30.153846
97
0.632653
de8334a10250b9188d5fc85a8175c393c5278372
2,697
cs
C#
ZMap.GNGDataGenerator/PointsByLatLngCollect/PointCollectorHelper.cs
hanzhou/ZenithMap
7f77ab15d15d629e819d27dcabc72bb517f4e9ea
[ "Apache-2.0" ]
null
null
null
ZMap.GNGDataGenerator/PointsByLatLngCollect/PointCollectorHelper.cs
hanzhou/ZenithMap
7f77ab15d15d629e819d27dcabc72bb517f4e9ea
[ "Apache-2.0" ]
null
null
null
ZMap.GNGDataGenerator/PointsByLatLngCollect/PointCollectorHelper.cs
hanzhou/ZenithMap
7f77ab15d15d629e819d27dcabc72bb517f4e9ea
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Xml.Linq; using System.IO; namespace ZMap.GNGDataGenerator { public static class PointCollectorHelper { public static void Save(IEnumerable<PointLatLng> points, string filepath) { using (S...
38.528571
135
0.503522
262f7af89ec389a9b9a1de23c182806602ea4453
486
cs
C#
AppDNodeBootstrapper/AppDVariables.cs
apprenda/AppDNodeACPBootstrapper
8dd454c43ca5cf96c22d8d8bed0c1dd491464d86
[ "Unlicense" ]
null
null
null
AppDNodeBootstrapper/AppDVariables.cs
apprenda/AppDNodeACPBootstrapper
8dd454c43ca5cf96c22d8d8bed0c1dd491464d86
[ "Unlicense" ]
null
null
null
AppDNodeBootstrapper/AppDVariables.cs
apprenda/AppDNodeACPBootstrapper
8dd454c43ca5cf96c22d8d8bed0c1dd491464d86
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AppDNodeBootstrapper { public static class AppDVariables { public const string AppdController = "APPD_URL"; public const string AppdAccount = "APPD_ACCOUNT"; pu...
27
58
0.713992
0495002f8c68a7300a21b7c84c37733e47ffb94e
11,236
cs
C#
src/Cofoundry.Web/App_Start/StartupTasks/ServiceConfigurationTasks/DefaultAuthConfiguration.cs
BearerPipelineTest/cofoundry
763303ab969f887bde54227a71a1e7aa4e992324
[ "MIT" ]
null
null
null
src/Cofoundry.Web/App_Start/StartupTasks/ServiceConfigurationTasks/DefaultAuthConfiguration.cs
BearerPipelineTest/cofoundry
763303ab969f887bde54227a71a1e7aa4e992324
[ "MIT" ]
null
null
null
src/Cofoundry.Web/App_Start/StartupTasks/ServiceConfigurationTasks/DefaultAuthConfiguration.cs
BearerPipelineTest/cofoundry
763303ab969f887bde54227a71a1e7aa4e992324
[ "MIT" ]
null
null
null
using Cofoundry.Core; using Cofoundry.Domain; using Cofoundry.Web.Auth.Internal; using Cofoundry.Web.Internal; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyIn...
50.841629
163
0.677376
832e97a8de4cc5b7a44ef6ca12cd2a05e526fcd2
273
cs
C#
src/BFYOCSolutions/Users/User.cs
PdroCorrea/OpenHack2020
115eeeb086ee9e39d97a76f0c009b7243838afbe
[ "MIT" ]
null
null
null
src/BFYOCSolutions/Users/User.cs
PdroCorrea/OpenHack2020
115eeeb086ee9e39d97a76f0c009b7243838afbe
[ "MIT" ]
null
null
null
src/BFYOCSolutions/Users/User.cs
PdroCorrea/OpenHack2020
115eeeb086ee9e39d97a76f0c009b7243838afbe
[ "MIT" ]
2
2020-11-18T18:24:48.000Z
2020-11-18T18:24:59.000Z
using System; using System.Collections.Generic; using System.Text; namespace BFYOCSolutions.NewFolder { public class User { public Guid userId { get; set; } public string userName { get; set; } public string fullName { get; set; } } }
19.5
44
0.644689
ef88608d9aabcd790639e96533cb20df7760b00a
112
cs
C#
Source/Ap.CorrAnalysis.Common/IObjectFactory.cs
ap3rus/CorrAnalysis
46e072b3fb1bc955e2dc0c28805438abfd6186a7
[ "MIT" ]
null
null
null
Source/Ap.CorrAnalysis.Common/IObjectFactory.cs
ap3rus/CorrAnalysis
46e072b3fb1bc955e2dc0c28805438abfd6186a7
[ "MIT" ]
null
null
null
Source/Ap.CorrAnalysis.Common/IObjectFactory.cs
ap3rus/CorrAnalysis
46e072b3fb1bc955e2dc0c28805438abfd6186a7
[ "MIT" ]
null
null
null
namespace Ap.CorrAnalysis.Common { public interface IObjectFactory<out T> { T Create(); } }
16
42
0.616071
e67dd7dc6848939088d4913658730ca8afeea4b5
9,632
cs
C#
WhaleRiderSim/WhaleRiderSim/MainGameScreen.cs
davidov541/WhaleRider
af41cfbe35234f168afe93e2bc26a645bd6dcbe8
[ "Apache-2.0" ]
null
null
null
WhaleRiderSim/WhaleRiderSim/MainGameScreen.cs
davidov541/WhaleRider
af41cfbe35234f168afe93e2bc26a645bd6dcbe8
[ "Apache-2.0" ]
null
null
null
WhaleRiderSim/WhaleRiderSim/MainGameScreen.cs
davidov541/WhaleRider
af41cfbe35234f168afe93e2bc26a645bd6dcbe8
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; #if WINDOWS_PHONE using WhaleRiderForPhone; #endif namespace WhaleRiderSim { class MainGameScreen : GameScreen { #region Properties...
35.411765
191
0.446844
3969cc75760ff1d20d316bacbcee154b76dd7762
2,824
cs
C#
bast/JBSTUnpacker.cs
XAYRGA/bast
0e008d27655c6e43e59b699577966a0d16a36bbc
[ "MIT" ]
null
null
null
bast/JBSTUnpacker.cs
XAYRGA/bast
0e008d27655c6e43e59b699577966a0d16a36bbc
[ "MIT" ]
null
null
null
bast/JBSTUnpacker.cs
XAYRGA/bast
0e008d27655c6e43e59b699577966a0d16a36bbc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Be.IO; using System.IO; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace xayrga.bast { class JBSTUnpacker { private Stream streamBST; private BeBinaryReader re...
37.653333
208
0.619688
462e754b4fffff199ca4016c8249a27886a8b49b
621
cs
C#
DotnetMigrations.Lib/ConfigureMigrationRunnerOptions.cs
amityagov/dotnet-sql-migrations
7fb8e3d3b57961631b3236b0e7cabb0b4bed7450
[ "MIT" ]
2
2020-03-01T12:38:28.000Z
2020-03-11T11:05:35.000Z
DotnetMigrations.Lib/ConfigureMigrationRunnerOptions.cs
amityagov/dotnet-sql-migrations
7fb8e3d3b57961631b3236b0e7cabb0b4bed7450
[ "MIT" ]
85
2020-03-30T08:17:02.000Z
2021-07-14T05:47:54.000Z
DotnetMigrations.Lib/ConfigureMigrationRunnerOptions.cs
amityagov/dotnet-sql-migrations
7fb8e3d3b57961631b3236b0e7cabb0b4bed7450
[ "MIT" ]
null
null
null
using System; using Microsoft.Extensions.Options; namespace DotnetMigrations.Lib { internal class ConfigureMigrationRunnerOptions : IConfigureOptions<MigrationRunnerOptions> { private readonly IServiceProvider _serviceProvider; private readonly Action<IServiceProvider, MigrationRunnerOptions> _action; public...
27
131
0.814815
75bef1512f1e35aedccc1f2e7ed1221889b3db3d
230
cs
C#
src/Crumbs.Core/Event/IEventPublisher.cs
dnyvik/Crumbs
0395598e2cdabc09725b4a44c5b559dcdc8652a8
[ "MIT" ]
1
2019-06-13T19:01:53.000Z
2019-06-13T19:01:53.000Z
src/Crumbs.Core/Event/IEventPublisher.cs
dnyvik/Crumbs
0395598e2cdabc09725b4a44c5b559dcdc8652a8
[ "MIT" ]
127
2019-08-29T04:45:29.000Z
2021-07-14T04:26:14.000Z
src/Crumbs.Core/Event/IEventPublisher.cs
dnyvik/Crumbs
0395598e2cdabc09725b4a44c5b559dcdc8652a8
[ "MIT" ]
null
null
null
using System.Threading; using System.Threading.Tasks; namespace Crumbs.Core.Event { public interface IEventPublisher { Task Publish<T>(T domainEvent, CancellationToken ct = default) where T : IDomainEvent; } }
23
94
0.726087
5bb634a24c94968fc1221235651ab8ee6889c663
735
cs
C#
src/RestVerifier.AspNetCore/CustomWebApplicationFactory.cs
robocik/RestVerifier
bf1fae6b27ecd739fe6e1600d679ff0f95ff1360
[ "MIT" ]
4
2022-01-27T09:10:49.000Z
2022-02-03T21:32:08.000Z
src/RestVerifier.AspNetCore/CustomWebApplicationFactory.cs
robocik/RestVerifier
bf1fae6b27ecd739fe6e1600d679ff0f95ff1360
[ "MIT" ]
null
null
null
src/RestVerifier.AspNetCore/CustomWebApplicationFactory.cs
robocik/RestVerifier
bf1fae6b27ecd739fe6e1600d679ff0f95ff1360
[ "MIT" ]
null
null
null
using System.Reflection; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; namespace RestVerifier.AspNetCore; public class CustomWebApplicationFactory<TStartup> : WebApplicationVerifierBase<TStartup> where TStartup : class { protected override IHost CreateHost(IHostBuilder builder) ...
28.269231
143
0.719728
752d8f260eb4b677f507eb2de572ebf2705c279a
1,308
cs
C#
test/DryIoc.IssuesTests/GHIssue125_DryIoC_throws_Exception_if_registering_two_classes_with_common_base.cs
vernou/DryIoc
f715212dc0aecd960fdfc78b9d9354a8e81b7d52
[ "MIT" ]
736
2018-06-02T16:18:30.000Z
2022-03-30T14:53:13.000Z
test/DryIoc.IssuesTests/GHIssue125_DryIoC_throws_Exception_if_registering_two_classes_with_common_base.cs
vernou/DryIoc
f715212dc0aecd960fdfc78b9d9354a8e81b7d52
[ "MIT" ]
421
2018-06-06T20:29:42.000Z
2022-03-30T14:01:48.000Z
test/DryIoc.IssuesTests/GHIssue125_DryIoC_throws_Exception_if_registering_two_classes_with_common_base.cs
vernou/DryIoc
f715212dc0aecd960fdfc78b9d9354a8e81b7d52
[ "MIT" ]
115
2018-08-16T00:46:05.000Z
2022-03-30T04:52:50.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; namespace DryIoc.IssuesTests { [TestFixture] public class GHIssue125_DryIoC_throws_Exception_if_registering_two_classes_with_common_base { [Test] public void Test() { ...
25.647059
121
0.583333
75625ecb18a11335f88838e5851b2fcb105a0adc
5,001
cs
C#
src/Bot.Ibex.Instrumentation.Tests/Sentiments/SentimentClientTests.cs
chudzik1990/Bot.Ibex.Instrumentation
f9d08a0c2fd74a5740d9a437c60db797bdf67c0d
[ "MIT" ]
null
null
null
src/Bot.Ibex.Instrumentation.Tests/Sentiments/SentimentClientTests.cs
chudzik1990/Bot.Ibex.Instrumentation
f9d08a0c2fd74a5740d9a437c60db797bdf67c0d
[ "MIT" ]
null
null
null
src/Bot.Ibex.Instrumentation.Tests/Sentiments/SentimentClientTests.cs
chudzik1990/Bot.Ibex.Instrumentation
f9d08a0c2fd74a5740d9a437c60db797bdf67c0d
[ "MIT" ]
null
null
null
namespace Bot.Ibex.Instrumentation.Tests.Sentiments { using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Instrumentation.Sentiments; using Microsoft.Azure.CognitiveServices.Language.TextAnalytics; ...
42.381356
133
0.644071
46c1ea5af812b0e088b7f69b8da078acb38f1ec8
1,900
cs
C#
ExposureNotification.App/ExposureNotification.App.Android/MainActivity.cs
kazumihirose/xamarin.exposurenotification
8616e3f2023966317d60580ed9f5dc4d7a80c498
[ "MIT" ]
null
null
null
ExposureNotification.App/ExposureNotification.App.Android/MainActivity.cs
kazumihirose/xamarin.exposurenotification
8616e3f2023966317d60580ed9f5dc4d7a80c498
[ "MIT" ]
null
null
null
ExposureNotification.App/ExposureNotification.App.Android/MainActivity.cs
kazumihirose/xamarin.exposurenotification
8616e3f2023966317d60580ed9f5dc4d7a80c498
[ "MIT" ]
null
null
null
using Android.App; using Android.Content.PM; using Android.OS; using Acr.UserDialogs; using Plugin.LocalNotification; using Android.Content; using ExposureNotification.App.Styles; using Android.Content.Res; namespace ExposureNotification.App.Droid { [Activity( Label = "Exposure Notifications", Icon = "@mipmap/ic...
29.230769
115
0.790526
fe0346da3eafe953b9d4cbf8b919f4f8494844cc
574
cs
C#
MultiRowExplorer/src/MultiRowExplorer/Controllers/MultiRow/CustomColumnHeadersController.cs
GrapeCity/ComponentOne-ASPNET-MVC-Samples
1e07be73ff6a768b46852c80a34bdfebb0d2c11d
[ "MIT" ]
3
2021-05-14T08:11:49.000Z
2021-05-14T08:40:09.000Z
MultiRowExplorer/src/MultiRowExplorer/Controllers/MultiRow/CustomColumnHeadersController.cs
GrapeCity/ComponentOne-ASPNET-MVC-Samples
1e07be73ff6a768b46852c80a34bdfebb0d2c11d
[ "MIT" ]
null
null
null
MultiRowExplorer/src/MultiRowExplorer/Controllers/MultiRow/CustomColumnHeadersController.cs
GrapeCity/ComponentOne-ASPNET-MVC-Samples
1e07be73ff6a768b46852c80a34bdfebb0d2c11d
[ "MIT" ]
1
2022-03-28T06:18:54.000Z
2022-03-28T06:18:54.000Z
using C1.Web.Mvc; using C1.Web.Mvc.Serialization; using Microsoft.AspNetCore.Mvc; using MultiRowExplorer.Models; namespace MultiRowExplorer.Controllers { public partial class MultiRowController : Controller { public IActionResult CustomColumnHeaders() { return View(); } ...
28.7
123
0.709059
c0a09ac13733d240bd617fbc965980e7f89f883e
294
cs
C#
MarvelApp/MarvelApp/MarvelApp/ServicesContracts/ISecureStorageService.cs
renatohsilva/MarvelApp
fbc7ada0f745caa2023c9e5f57cda5783f038cb6
[ "MIT" ]
null
null
null
MarvelApp/MarvelApp/MarvelApp/ServicesContracts/ISecureStorageService.cs
renatohsilva/MarvelApp
fbc7ada0f745caa2023c9e5f57cda5783f038cb6
[ "MIT" ]
null
null
null
MarvelApp/MarvelApp/MarvelApp/ServicesContracts/ISecureStorageService.cs
renatohsilva/MarvelApp
fbc7ada0f745caa2023c9e5f57cda5783f038cb6
[ "MIT" ]
null
null
null
using System.Threading.Tasks; namespace MarvelApp.ServicesContracts { public interface ISecureStorageService { Task SetValue(string key, string value); Task<string> GetValue(string key); void RemoveValue(string key); Task DeleteDataAsync(); } }
18.375
48
0.673469
c790b936f545459399d4291a4ebcd4bd464afd04
1,949
cs
C#
website/SDNUOJ.Utilities/TreeNode.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
27
2015-04-13T13:18:30.000Z
2022-03-27T09:46:35.000Z
website/SDNUOJ.Utilities/TreeNode.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
6
2016-01-20T09:44:55.000Z
2020-12-31T06:17:01.000Z
website/SDNUOJ.Utilities/TreeNode.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
16
2015-04-13T16:06:54.000Z
2021-07-01T08:53:01.000Z
using System; using System.Collections.Generic; using System.Web.UI; namespace SDNUOJ.Utilities { /// <summary> /// 树形节点 /// </summary> public class TreeNode<T> : Control, INamingContainer { #region 字段 private T _dataSource; private String _value; priv...
24.3625
57
0.454079
1d24bded551aea2f2f6c1a76976a06d16ae0ae49
46,582
cs
C#
Summoners War Statistics/Other/Other.Designer.cs
QuatZo/Summoners-War-Statistics
11d8374ee793548d00f6e43b17ea877aa79aa90a
[ "Apache-2.0" ]
4
2019-08-11T18:54:12.000Z
2019-09-30T16:56:21.000Z
Summoners War Statistics/Other/Other.Designer.cs
QuatZo/Summoners-War-Statistics
11d8374ee793548d00f6e43b17ea877aa79aa90a
[ "Apache-2.0" ]
null
null
null
Summoners War Statistics/Other/Other.Designer.cs
QuatZo/Summoners-War-Statistics
11d8374ee793548d00f6e43b17ea877aa79aa90a
[ "Apache-2.0" ]
null
null
null
namespace Summoners_War_Statistics { partial class Other { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
64.428769
186
0.646108
1d38fcfcc5538d91a68de28694c004d935a4afc4
7,425
cs
C#
lib/SerializationHelper/SerializableCloudBlob.cs
pawelpabich/azure-storage-net-data-movement
9b12ee1d7ee436c37c803d384903776554680175
[ "MIT" ]
282
2015-09-23T21:52:16.000Z
2022-03-29T10:01:06.000Z
lib/SerializationHelper/SerializableCloudBlob.cs
pawelpabich/azure-storage-net-data-movement
9b12ee1d7ee436c37c803d384903776554680175
[ "MIT" ]
227
2015-09-25T06:11:51.000Z
2022-01-26T04:07:55.000Z
lib/SerializationHelper/SerializableCloudBlob.cs
pawelpabich/azure-storage-net-data-movement
9b12ee1d7ee436c37c803d384903776554680175
[ "MIT" ]
141
2015-09-22T06:23:30.000Z
2022-03-01T18:31:06.000Z
//------------------------------------------------------------------------------ // <copyright file="SerializableCloudBlob.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation // </copyright> //------------------------------------------------------------------------------ namespace Microsoft.Azure.Storag...
35.023585
122
0.560673
63519e7d7201505a8726ac58983cf450d77d6bda
1,034
cs
C#
city planning game/Assets/Scripts/MainMenu.cs
chemelia/city-planning-game
7b39ef2317d8b18097d56114a2280e14c3e4c4a0
[ "MIT" ]
1
2022-03-04T17:17:01.000Z
2022-03-04T17:17:01.000Z
city planning game/Assets/Scripts/MainMenu.cs
ameliajmoser/city-planning-game
7b39ef2317d8b18097d56114a2280e14c3e4c4a0
[ "MIT" ]
11
2022-03-22T17:33:51.000Z
2022-03-24T03:41:18.000Z
city planning game/Assets/Scripts/MainMenu.cs
ameliajmoser/city-planning-game
7b39ef2317d8b18097d56114a2280e14c3e4c4a0
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; public class MainMenu : MonoBehaviour { [SerializeField] private UITransitionManager[] transitionList; // Start is called before the first frame update void Start() { } publi...
20.27451
65
0.634429
1229c806fb2e22db1fb94a2730988a790cb783a4
2,455
cs
C#
Assets/Scripts/AirHockey/PaddleGrabbable.cs
Zargith/Keimyung_3DGA_Spring2021
00bba5b5d00bfdb07dae33476049f7271a133aaf
[ "MIT" ]
null
null
null
Assets/Scripts/AirHockey/PaddleGrabbable.cs
Zargith/Keimyung_3DGA_Spring2021
00bba5b5d00bfdb07dae33476049f7271a133aaf
[ "MIT" ]
null
null
null
Assets/Scripts/AirHockey/PaddleGrabbable.cs
Zargith/Keimyung_3DGA_Spring2021
00bba5b5d00bfdb07dae33476049f7271a133aaf
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; public class PaddleGrabbable : MonoBehaviour { [SerializeField] private GestureProcessor GestureProcessor; [SerializeField] private OVRSkeleton LeftHand; [SerializeField] private OVRSkeleton Righ...
29.578313
140
0.65947
276a31f0340f51394197cd8c7840e5d4d870fbf6
3,768
cs
C#
framework/wcf/Tools/ConfigurationCodeGenerator/CS/Constants.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
2,197
2018-04-01T06:11:52.000Z
2022-03-31T15:51:15.000Z
framework/wcf/Tools/ConfigurationCodeGenerator/CS/Constants.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
2,376
2018-04-01T06:19:23.000Z
2022-03-24T13:04:46.000Z
framework/wcf/Tools/ConfigurationCodeGenerator/CS/Constants.cs
joseocampo/samples
777603ce078af205ef915de5082cf15f30fa30a9
[ "CC-BY-4.0", "MIT" ]
4,415
2018-03-31T03:34:29.000Z
2022-03-31T16:09:27.000Z
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------- using System; namespace Microsoft.Samples.Tools.ConfigurationCodeGenerator { // A structure to hold the PropertyName ...
53.070423
124
0.723195
2789279e1d79deb03e2e4f424fa01b8158c63efe
44,255
cs
C#
src/Cuemon.Core/Calculator.cs
gimlichael/cuemoncore
7750a3bd67200924b9cfa4dddccf54c765453c24
[ "MIT" ]
11
2018-05-30T05:46:59.000Z
2020-04-30T11:44:57.000Z
src/Cuemon.Core/Calculator.cs
gimlichael/cuemoncore
7750a3bd67200924b9cfa4dddccf54c765453c24
[ "MIT" ]
4
2021-02-28T00:24:26.000Z
2021-04-01T17:58:20.000Z
src/Cuemon.Core/Calculator.cs
gimlichael/cuemoncore
7750a3bd67200924b9cfa4dddccf54c765453c24
[ "MIT" ]
3
2018-08-29T15:19:47.000Z
2019-10-14T20:47:39.000Z
using System; using System.ComponentModel; using System.Globalization; namespace Cuemon { /// <summary> /// Provides a set of static methods for generic arithmetic assignment operations. /// </summary> public static class Calculator { /// <summary> /// Performs a binary addition of...
73.513289
331
0.572432
b794595f027c97de52de7ace9e1335cfcbaba4d3
1,870
cs
C#
Assets/GigaChunker/Scripts/GigaWorld.cs
rhedgeco/GigaChunker
8a89cf3eaf40565d435b921b84c0c28ff50880f5
[ "MIT" ]
null
null
null
Assets/GigaChunker/Scripts/GigaWorld.cs
rhedgeco/GigaChunker
8a89cf3eaf40565d435b921b84c0c28ff50880f5
[ "MIT" ]
null
null
null
Assets/GigaChunker/Scripts/GigaWorld.cs
rhedgeco/GigaChunker
8a89cf3eaf40565d435b921b84c0c28ff50880f5
[ "MIT" ]
null
null
null
using GigaChunker.DataTypes; using UnityEngine; namespace GigaChunker { public class GigaWorld : MonoBehaviour { [Header("Generation"),SerializeField] private Transform center; [SerializeField, Range(8, 64)] private int chunkSize = 32; [SerializeField, Range(1, 16)] private int renderDi...
32.807018
102
0.625134
358f52f379c7d15210e57383144d30ea5a3dc5a4
27,138
cs
C#
mpx/mpx_admin.aspx.cs
Industrepreneur/ValueStreamModeling_Application
07245e43035107c27306fd2944f2c63fe10b0925
[ "MIT" ]
1
2018-10-11T22:12:46.000Z
2018-10-11T22:12:46.000Z
mpx/mpx_admin.aspx.cs
Industrepreneur/ValueStreamModelingApplication
07245e43035107c27306fd2944f2c63fe10b0925
[ "MIT" ]
4
2020-07-20T18:10:41.000Z
2022-03-15T20:18:43.000Z
mpx/mpx_admin.aspx.cs
Industrepreneur/ValueStreamModeling_Application
07245e43035107c27306fd2944f2c63fe10b0925
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.Odbc; using System.Data.OleDb; using System.IO; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using MySql.Data.MySqlClient; using PasswordHash...
45.841216
250
0.562053
7e61a416045ca3728479f871b4e08c430eddb414
443
cs
C#
ModCore/Logic/EntityFramework/EfPropertyBaseAttribute.cs
TeamModCore/ModCore
0814489293add037213a0a00ad1d5fb44a7597df
[ "MIT" ]
18
2017-09-26T23:16:15.000Z
2019-02-12T03:08:37.000Z
ModCore/Logic/EntityFramework/EfPropertyBaseAttribute.cs
TeamModCore/ModCore
0814489293add037213a0a00ad1d5fb44a7597df
[ "MIT" ]
35
2017-09-27T20:31:21.000Z
2019-06-10T19:30:49.000Z
ModCore/Logic/EntityFramework/EfPropertyBaseAttribute.cs
TeamModCore/ModCore
0814489293add037213a0a00ad1d5fb44a7597df
[ "MIT" ]
21
2017-09-28T17:53:57.000Z
2019-06-11T10:40:15.000Z
using System; namespace ModCore.Logic.EntityFramework { [AttributeUsage(AttributeTargets.Property)] public abstract class EfPropertyBaseAttribute : Attribute { /// <summary> /// If set to false in an implementation of this attribute, will throw an exception when encountering more than ...
31.642857
119
0.674944
b705a179ded57df19057f7d49c118fc7c54b6624
2,281
cs
C#
src/BeFaster.Domain/Cqrs/CommandHandlers/CheckoutCommandHandler.cs
DPNT-Sourcecode/CHK-fvdt01
2dfa59bc431d7260a11429096020f152e2bbea89
[ "Apache-2.0" ]
null
null
null
src/BeFaster.Domain/Cqrs/CommandHandlers/CheckoutCommandHandler.cs
DPNT-Sourcecode/CHK-fvdt01
2dfa59bc431d7260a11429096020f152e2bbea89
[ "Apache-2.0" ]
null
null
null
src/BeFaster.Domain/Cqrs/CommandHandlers/CheckoutCommandHandler.cs
DPNT-Sourcecode/CHK-fvdt01
2dfa59bc431d7260a11429096020f152e2bbea89
[ "Apache-2.0" ]
null
null
null
using BeFaster.Core.Cqrs; using BeFaster.Core.Data; using BeFaster.Core.Services; using BeFaster.Domain.Cqrs.Validators; using Microsoft.Extensions.Logging; using System; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace BeFaster.Domain.Cqrs { public class CheckoutComm...
41.472727
121
0.633932
15cb0c21ac0dd21f49aecf7ab91ec9ae8d8f17d2
933
cs
C#
Game/Assets/WindowIsleMessage.cs
Future-Game-Studio/Prototype
78c7c3e989db190d5204f8365ea4f74fc3da463c
[ "MIT" ]
null
null
null
Game/Assets/WindowIsleMessage.cs
Future-Game-Studio/Prototype
78c7c3e989db190d5204f8365ea4f74fc3da463c
[ "MIT" ]
null
null
null
Game/Assets/WindowIsleMessage.cs
Future-Game-Studio/Prototype
78c7c3e989db190d5204f8365ea4f74fc3da463c
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(DefaultIsle))] public class WindowIsleMessage : MonoBehaviour { DynamicIsle _isle; [SerializeField] RectTransform _messagePrefab; [SerializeField] private UIType _uiType; private void Awake() {...
29.15625
130
0.700965
06e96fd49226b174600bee9d3fcfbda0a6941a79
825
cs
C#
Source/Reloaded.Messaging.Interfaces/ISerializer.cs
Reloaded-Project/Reloaded.Messaging
750160c348cbcaf99af36d7955aa466c25cf5472
[ "MIT" ]
5
2019-08-09T02:44:14.000Z
2021-02-22T18:36:16.000Z
Source/Reloaded.Messaging.Interfaces/ISerializer.cs
Reloaded-Project/Reloaded.Messaging
750160c348cbcaf99af36d7955aa466c25cf5472
[ "MIT" ]
1
2020-03-11T15:42:07.000Z
2020-03-11T15:42:07.000Z
Source/Reloaded.Messaging.Interfaces/ISerializer.cs
Reloaded-Project/Reloaded.Messaging
750160c348cbcaf99af36d7955aa466c25cf5472
[ "MIT" ]
3
2019-08-09T02:44:15.000Z
2021-04-19T10:04:38.000Z
namespace Reloaded.Messaging.Interfaces { /// <summary> /// Defines the minimal interface necessary to bootstrap a 3rd party serializer. /// </summary> public interface ISerializer { /// <summary> /// Deserializes the provided byte array into a concrete type. /// </summary> ...
35.869565
91
0.615758
ff49c2fff50c6660cc4810280575808c4c8e0348
601
cs
C#
ClientService/Nodegem.ClientService/Services/NodegemUserService.cs
Nodegem/nodegem
592203d45bb72960f3dff9b36913ee066a8e19f7
[ "MIT" ]
1
2021-03-01T01:18:26.000Z
2021-03-01T01:18:26.000Z
ClientService/Nodegem.ClientService/Services/NodegemUserService.cs
Nodegem/nodegem
592203d45bb72960f3dff9b36913ee066a8e19f7
[ "MIT" ]
null
null
null
ClientService/Nodegem.ClientService/Services/NodegemUserService.cs
Nodegem/nodegem
592203d45bb72960f3dff9b36913ee066a8e19f7
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; using Nodegem.ClientService.Data; using Nodegem.ClientService.Extensions; using Nodegem.Common.Data; namespace Nodegem.ClientService.Services { public class NodegemUserService : NodegemAuthorizedBaseService, INodegemUserService ...
28.619048
87
0.725458
05eb5bb1c27fa204af50a1e870e696c3e7d36f71
3,589
cs
C#
src/AloysAdjustments.Common/Downloads/ThrottledDownloader.cs
AkiniKites/AloysAdjustments
976a0ceca154c5e683536ae3c978c076d40b84ab
[ "MIT" ]
43
2021-01-25T15:51:50.000Z
2022-03-28T06:02:01.000Z
src/AloysAdjustments.Common/Downloads/ThrottledDownloader.cs
AkiniKites/AloysAdjustments
976a0ceca154c5e683536ae3c978c076d40b84ab
[ "MIT" ]
36
2021-01-23T15:24:55.000Z
2022-02-16T10:00:47.000Z
src/AloysAdjustments.Common/Downloads/ThrottledDownloader.cs
AkiniKites/AloysAdjustments
976a0ceca154c5e683536ae3c978c076d40b84ab
[ "MIT" ]
9
2021-02-20T05:12:29.000Z
2022-02-26T23:53:55.000Z
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading; using System.Threading.Tasks; using AloysAdjustments.Common.Utility; using AloysAdj...
29.178862
117
0.501254
3532ddc9831911455b74b925edfb134cf633110d
2,196
cs
C#
Model/Models/Roles/PermissionRoleDb.cs
ta1H3n/Namiko
e12c1b26899cbd56a6c65e708cb25076d20de171
[ "MIT" ]
7
2018-12-04T07:16:41.000Z
2021-03-11T00:32:17.000Z
Model/Models/Roles/PermissionRoleDb.cs
ta1H3n/Namiko
e12c1b26899cbd56a6c65e708cb25076d20de171
[ "MIT" ]
60
2020-10-12T07:10:53.000Z
2022-01-02T16:22:13.000Z
Model/Models/Roles/PermissionRoleDb.cs
ta1H3n/Namiko
e12c1b26899cbd56a6c65e708cb25076d20de171
[ "MIT" ]
4
2019-11-18T16:55:36.000Z
2021-06-01T10:10:37.000Z
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Model { public static class PermissionRoleDb { public static bool IsRole(ulong roleId, RoleType type) { using var DbContext = new NamikoDb...
39.927273
130
0.628415
372f312fd86b21dcbf746e605d28b4de1440cf65
556
cs
C#
RGB.curso.WebPedidos/Controllers/BaseController.cs
LeonardoQueres/MVC5
bb15025c523941b5f7e30d1a54fd1767da8d47e9
[ "MIT" ]
null
null
null
RGB.curso.WebPedidos/Controllers/BaseController.cs
LeonardoQueres/MVC5
bb15025c523941b5f7e30d1a54fd1767da8d47e9
[ "MIT" ]
null
null
null
RGB.curso.WebPedidos/Controllers/BaseController.cs
LeonardoQueres/MVC5
bb15025c523941b5f7e30d1a54fd1767da8d47e9
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; using System.Web.Mvc; namespace RGB.curso.WebPedidos.Controllers { public class BaseController : Controller { public bool VerificaErros(List<string> Erros) { if (Erros.Any()) { foreach (var item in Err...
24.173913
65
0.510791
5e03addbbb13c7d0bbb3289d4b53785a7cb22944
267
cs
C#
ModLogger/Entrypoint.cs
deccer/GameArchitecture
fa3bc8d127572dbc25b9773ac5f3a09f8a588c3b
[ "MIT" ]
null
null
null
ModLogger/Entrypoint.cs
deccer/GameArchitecture
fa3bc8d127572dbc25b9773ac5f3a09f8a588c3b
[ "MIT" ]
null
null
null
ModLogger/Entrypoint.cs
deccer/GameArchitecture
fa3bc8d127572dbc25b9773ac5f3a09f8a588c3b
[ "MIT" ]
null
null
null
using Core; using DryIoc; namespace ModLoggerGameMod { public static class EntryPoint { public static void Register(IRegistrator registrator) { registrator.Register<ILogger, Internal.ModLogger>(Reuse.Singleton); } } }
19.071429
79
0.659176
528f4001f304e3ada586311c444650576cc4d57e
1,389
cs
C#
src/DotneterWhj.WebApi/Controllers/AdvertisementController.cs
dotneterwhj/dotnetcoreWebApi
345a8e50e408df351fee0bcb3f41a3d59e4dc183
[ "MIT" ]
null
null
null
src/DotneterWhj.WebApi/Controllers/AdvertisementController.cs
dotneterwhj/dotnetcoreWebApi
345a8e50e408df351fee0bcb3f41a3d59e4dc183
[ "MIT" ]
null
null
null
src/DotneterWhj.WebApi/Controllers/AdvertisementController.cs
dotneterwhj/dotnetcoreWebApi
345a8e50e408df351fee0bcb3f41a3d59e4dc183
[ "MIT" ]
null
null
null
using DotneterWhj.IServices; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; // For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 namespace DotneterWhj.WebApi.Controllers { [Route("api/[controller]")] [ApiController] public cla...
26.711538
116
0.612671
235810d2f47d0e073e270587fbb85be3258ccaa7
3,408
cs
C#
FactoryGirlTests/DefineTests.cs
uchagani/factory-girl
47bfe490c40e4e784b3e86c280153bd2be59f9f0
[ "MIT" ]
11
2015-08-07T09:25:49.000Z
2020-11-06T08:45:13.000Z
FactoryGirlTests/DefineTests.cs
uchagani/factory-girl
47bfe490c40e4e784b3e86c280153bd2be59f9f0
[ "MIT" ]
7
2015-05-18T03:35:21.000Z
2016-07-29T23:41:20.000Z
FactoryGirlTests/DefineTests.cs
uchagani/factory-girl
47bfe490c40e4e784b3e86c280153bd2be59f9f0
[ "MIT" ]
8
2015-05-18T13:12:41.000Z
2020-09-11T15:35:40.000Z
using System; using FactoryGirlCore; using FactoryGirlTests.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq; namespace FactoryGirlTests { [TestClass] public class DefineTests { private BookFactory bookFactory; [TestInitialize] public void Init() ...
30.428571
105
0.580399
9b1285962cd43463c0d8360f70968fbeeeb062c5
441
cshtml
C#
09.C# Web/09.02.C# MVC Frameworks - ASP.NET Core/02.ASP.NET Core - Essentials - Exercise/CarDealer.Web/Views/Sales/All.cshtml
mdamyanova/C-Sharp-Web-Development
39c1674b33c0bfad0125ea00f9d55230e40c8eb8
[ "MIT" ]
10
2017-06-19T12:42:54.000Z
2018-05-03T15:40:17.000Z
09.C# Web/09.02.C# MVC Frameworks - ASP.NET Core/02.ASP.NET Core - Essentials - Exercise/CarDealer.Web/Views/Sales/All.cshtml
mdamyanova/C-Sharp-Web-Development
39c1674b33c0bfad0125ea00f9d55230e40c8eb8
[ "MIT" ]
null
null
null
09.C# Web/09.02.C# MVC Frameworks - ASP.NET Core/02.ASP.NET Core - Essentials - Exercise/CarDealer.Web/Views/Sales/All.cshtml
mdamyanova/C-Sharp-Web-Development
39c1674b33c0bfad0125ea00f9d55230e40c8eb8
[ "MIT" ]
3
2017-11-02T12:41:26.000Z
2018-07-04T15:12:44.000Z
 @{ ViewData["Title"] = "All"; } <h2>All</h2> <table class="table table-bordered table-hover"> <thead> <tr> <th>Customer</th> <th>Discount</th> <th>Price</th> </tr> </thead> <tbody> @foreach (var sale in this.Model) { <tr> <td>@sale.Custome...
16.961538
48
0.455782
3d21a962cc699654cedfd123ebb9858ab0b710cd
2,050
cs
C#
WPFGame/Character class/PlayerCharacter.cs
HunterJKavanagh/WPF-Game
d9eed00a0f66d39f26058a9605361265d8293180
[ "Unlicense" ]
null
null
null
WPFGame/Character class/PlayerCharacter.cs
HunterJKavanagh/WPF-Game
d9eed00a0f66d39f26058a9605361265d8293180
[ "Unlicense" ]
null
null
null
WPFGame/Character class/PlayerCharacter.cs
HunterJKavanagh/WPF-Game
d9eed00a0f66d39f26058a9605361265d8293180
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WPFGame { public class PlayerCharacter : Character { public Inventory inventory = new Inventory(true); static public int StartXp = 75; public int attribute_points = 5; public int xp; ...
28.082192
77
0.473659
41805c4a327db7c023eb9975d8eea3daa363244b
152
cs
C#
bindings/BraintreeApplePay/StructsAndEnums.cs
GravitonStudios/braintree-ios-binding
6304c9dedd2cdaf26fc705eed3ab6811d0e62452
[ "MIT" ]
null
null
null
bindings/BraintreeApplePay/StructsAndEnums.cs
GravitonStudios/braintree-ios-binding
6304c9dedd2cdaf26fc705eed3ab6811d0e62452
[ "MIT" ]
null
null
null
bindings/BraintreeApplePay/StructsAndEnums.cs
GravitonStudios/braintree-ios-binding
6304c9dedd2cdaf26fc705eed3ab6811d0e62452
[ "MIT" ]
null
null
null
using ObjCRuntime; namespace BraintreeApplePay { [Native] public enum BTApplePayErrorType : long { Unknown = 0, Unsupported, Integration } }
11.692308
39
0.730263
fc6f608d29bc665c5fb1361bf86c7e1e3ba2afc0
3,579
cs
C#
encog-core-cs/Neural/Flat/FlatNetworkRBF.cs
mpcoombes/MaterialPredictor
d93a1eb788ef8eb4d7f9b4693ca1fea6b836eec6
[ "BSD-3-Clause" ]
null
null
null
encog-core-cs/Neural/Flat/FlatNetworkRBF.cs
mpcoombes/MaterialPredictor
d93a1eb788ef8eb4d7f9b4693ca1fea6b836eec6
[ "BSD-3-Clause" ]
null
null
null
encog-core-cs/Neural/Flat/FlatNetworkRBF.cs
mpcoombes/MaterialPredictor
d93a1eb788ef8eb4d7f9b4693ca1fea6b836eec6
[ "BSD-3-Clause" ]
null
null
null
// // Encog(tm) Core v3.1 - .Net Version // http://www.heatonresearch.com/encog/ // // Copyright 2008-2012 Heaton Research, Inc. // // 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 // // htt...
30.589744
105
0.558815
9670208ed5602c15f225da905a849ce856f48f03
1,273
cs
C#
book/swidgets/c#/SWidgets/SButton.cs
clinuxrulz/sodium
1c4e6a20bd20210752eec6e2e32cf0cf1c15c593
[ "BSD-3-Clause" ]
697
2015-01-01T12:46:53.000Z
2022-03-31T23:30:58.000Z
book/swidgets/c#/SWidgets/SButton.cs
clinuxrulz/sodium
1c4e6a20bd20210752eec6e2e32cf0cf1c15c593
[ "BSD-3-Clause" ]
141
2015-01-02T18:46:35.000Z
2022-03-30T14:08:06.000Z
book/swidgets/c#/SWidgets/SButton.cs
clinuxrulz/sodium
1c4e6a20bd20210752eec6e2e32cf0cf1c15c593
[ "BSD-3-Clause" ]
139
2015-01-02T23:13:29.000Z
2022-03-31T17:24:53.000Z
using System; using System.Collections.Generic; using System.Windows.Controls; using Sodium.Frp; using Sodium.Functional; namespace SWidgets { public class SButton : Button, IDisposable { private readonly IReadOnlyList<IListener> listeners; public SButton() : this(Cell.Constant(tr...
29.604651
118
0.592302
38d11513efcc557ef3e97ff84db3af5b8192003a
552
cs
C#
Spoj.Library.UnitTests/IO/SlowestIOTests.cs
davghouse/spoj
1616a7dc9ce859d5d4987c3540f4ffee931ba321
[ "MIT" ]
12
2018-05-13T20:18:04.000Z
2021-05-20T04:53:32.000Z
Spoj.Library.UnitTests/IO/SlowestIOTests.cs
davghouse/spoj
1616a7dc9ce859d5d4987c3540f4ffee931ba321
[ "MIT" ]
1
2019-06-06T21:29:11.000Z
2019-06-06T21:29:11.000Z
Spoj.Library.UnitTests/IO/SlowestIOTests.cs
davghouse/spoj
1616a7dc9ce859d5d4987c3540f4ffee931ba321
[ "MIT" ]
13
2019-07-03T10:11:52.000Z
2022-01-18T17:33:11.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Spoj.Library.UnitTests.IO { [TestClass] public class SlowestIOTests : IOTestsBase { public override string TestSource => @"using Spoj.Library.IO; public static class Program { private static void Main() { int n = int.Pa...
20.444444
65
0.599638