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
7684962ddede01ff894b862bea34e230ca2cf90f
243
cs
C#
System/ConsoleScreenBufferInfo.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
1
2021-06-21T11:34:02.000Z
2021-06-21T11:34:02.000Z
System/ConsoleScreenBufferInfo.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
System/ConsoleScreenBufferInfo.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
internal struct ConsoleScreenBufferInfo // TypeDefIndex: 436 { // Fields public Coord Size; // 0x0 public Coord CursorPosition; // 0x4 public short Attribute; // 0x8 public SmallRect Window; // 0xA public Coord MaxWindowSize; // 0x12 }
22.090909
60
0.736626
b3b0c6b159c51bb948eff9e1c26d1ed358391548
876
cs
C#
PholioVisualisationWS/Parsers/IntListStringParser.cs
publichealthengland/fingertips-open
678089724a516138232d273c4c7f511ed3c5a338
[ "MIT" ]
2
2016-01-22T10:32:57.000Z
2020-02-05T15:47:19.000Z
PholioVisualisationWS/Parsers/IntListStringParser.cs
PublicHealthEngland/fingertips-open
678089724a516138232d273c4c7f511ed3c5a338
[ "MIT" ]
2
2021-05-06T15:49:22.000Z
2022-03-02T01:00:49.000Z
PholioVisualisationWS/Parsers/IntListStringParser.cs
publichealthengland/fingertips-open
678089724a516138232d273c4c7f511ed3c5a338
[ "MIT" ]
1
2016-05-09T15:43:57.000Z
2016-05-09T15:43:57.000Z
 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PholioVisualisation.Parsers { /// <summary> /// Parses a list of integers from a string, e.g. "1,4,6" /// </summary> public class IntListStringParser { public List<int> IntList { get; set; } ...
25.764706
103
0.490868
b604df58f599f1853a745dae62d40d5527948b51
812
cs
C#
Samples/SdkBrowser/ViewModels/HomeViewModel.cs
telerik/maui-samples
73433a4f8b88f613a5b1f4fd7d034ccf5e5c7640
[ "RSA-MD" ]
7
2022-02-07T12:38:47.000Z
2022-03-08T17:53:28.000Z
Samples/SdkBrowser/ViewModels/HomeViewModel.cs
telerik/maui-samples
73433a4f8b88f613a5b1f4fd7d034ccf5e5c7640
[ "RSA-MD" ]
null
null
null
Samples/SdkBrowser/ViewModels/HomeViewModel.cs
telerik/maui-samples
73433a4f8b88f613a5b1f4fd7d034ccf5e5c7640
[ "RSA-MD" ]
2
2022-02-03T16:56:13.000Z
2022-03-24T09:24:13.000Z
using Microsoft.Maui.Controls; using SDKBrowserMaui.Common; using SDKBrowserMaui.Services; using System; using System.Collections.ObjectModel; using System.Linq; using Telerik.XamarinForms.DataControls.ListView.Commands; namespace SDKBrowserMaui.ViewModels { public class HomeViewModel : ExamplesViewModelBase ...
28
86
0.685961
8ca98165d2e984376165bab915952d010f5e323f
1,934
cs
C#
src/shortenerTools/UrlClickStats/UrlClickStats.cs
thefisk/AzUrlShortener-1
cf6308fb319ce517afa1c87cfb2acf2df501e3ab
[ "MIT" ]
null
null
null
src/shortenerTools/UrlClickStats/UrlClickStats.cs
thefisk/AzUrlShortener-1
cf6308fb319ce517afa1c87cfb2acf2df501e3ab
[ "MIT" ]
102
2020-06-09T18:22:44.000Z
2021-07-19T13:51:42.000Z
src/shortenerTools/UrlClickStats/UrlClickStats.cs
sujithq/AzUrlShortener
dddd55f426d4a4e0f5a00b951cd37ca840dab4dd
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Extensions.Logging; using System.Net; using System.Net.Http; using Cloud5mins.domain; using Microsoft.Extensions.Configuration; namespace Cloud5mins.Function { public static cla...
33.344828
96
0.615822
36f8603bc92542b5fc93ff7ccddd552ac516f466
868
cs
C#
Assets/Scripts/Characters/States/WallSlideJumpState.cs
tai-engineer/2D-Dungeon-Platformer
bce75f02db43a40c7eb0ae1be74caa2b5d53d731
[ "CC0-1.0" ]
null
null
null
Assets/Scripts/Characters/States/WallSlideJumpState.cs
tai-engineer/2D-Dungeon-Platformer
bce75f02db43a40c7eb0ae1be74caa2b5d53d731
[ "CC0-1.0" ]
null
null
null
Assets/Scripts/Characters/States/WallSlideJumpState.cs
tai-engineer/2D-Dungeon-Platformer
bce75f02db43a40c7eb0ae1be74caa2b5d53d731
[ "CC0-1.0" ]
null
null
null
namespace DP2D { public class WallSlideJumpState : IState { public WallSlideJumpState(PlayerStateMachine stateMachine) { controller = stateMachine.controller; animator = stateMachine.animator; player = stateMachine.player; } public override voi...
28
79
0.595622
4cb4727d36ecb304138cb57ed50a7feb032ecfcc
801
cs
C#
snippets/csharp/VS_Snippets_ADO.NET/Classic WebData DataColumn.Caption Example/CS/source.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
1
2019-12-06T21:52:55.000Z
2019-12-06T21:52:55.000Z
snippets/csharp/VS_Snippets_ADO.NET/Classic WebData DataColumn.Caption Example/CS/source.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
555
2019-09-23T22:22:58.000Z
2021-07-15T18:51:12.000Z
snippets/csharp/VS_Snippets_ADO.NET/Classic WebData DataColumn.Caption Example/CS/source.cs
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
1
2022-03-07T20:09:25.000Z
2022-03-07T20:09:25.000Z
using System; using System.Data; public class Sample { protected DataSet DataSet1; // <Snippet1> private void CreateDataTable() { DataTable table; DataColumn column; table = new DataTable("Customers"); //CustomerID column column = table.Columns.Add("CustomerID", System.Type.GetType("Syste...
20.538462
55
0.656679
29e7941ce647dea3a6cb9a0630a0f8012c5bee62
429
cs
C#
Ponshot/Assets/AuxiliarAssets/InControl/Source/Native/DeviceProfiles/Generated/GuitarHeroControllerMacProfile.cs
denevcoding/Ponshot-Videogame
2593553182a2e4e9a721aee1176a537b0eaba67b
[ "Apache-2.0" ]
null
null
null
Ponshot/Assets/AuxiliarAssets/InControl/Source/Native/DeviceProfiles/Generated/GuitarHeroControllerMacProfile.cs
denevcoding/Ponshot-Videogame
2593553182a2e4e9a721aee1176a537b0eaba67b
[ "Apache-2.0" ]
null
null
null
Ponshot/Assets/AuxiliarAssets/InControl/Source/Native/DeviceProfiles/Generated/GuitarHeroControllerMacProfile.cs
denevcoding/Ponshot-Videogame
2593553182a2e4e9a721aee1176a537b0eaba67b
[ "Apache-2.0" ]
null
null
null
namespace InControl.NativeProfile { // @cond nodoc [AutoDiscover, Preserve] public class GuitarHeroControllerMacProfile : Xbox360DriverMacProfile { public GuitarHeroControllerMacProfile() { Name = "Guitar Hero Controller"; Meta = "Guitar Hero Controller on Mac"; Matchers = new[] { new NativeInp...
15.888889
70
0.668998
d7b7a9a4606241ffe9f87588b2b3bce312d65879
290
cs
C#
ReversoApi/Models/Segment/TranslateSegmentRequest.cs
shamanski/ReversoDownloader
b0388e4ece39ce1563533d7144a2e9974c934f7d
[ "MIT" ]
3
2020-10-30T12:57:31.000Z
2021-08-19T13:25:09.000Z
ReversoApi/Models/Segment/TranslateSegmentRequest.cs
Overmiind/ReversoAPI
b17da2fc8ec8cbaee40c131e9fe7be386db8beba
[ "MIT" ]
null
null
null
ReversoApi/Models/Segment/TranslateSegmentRequest.cs
Overmiind/ReversoAPI
b17da2fc8ec8cbaee40c131e9fe7be386db8beba
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace ReversoApi.Models.Segment { public class TranslateSegmentRequest: TranslateRequestBase { public TranslateSegmentRequest(Language @from, Language to) : base(@from, to) { } } }
20.714286
85
0.696552
ba940d9edb3f61245f0d8717d6a654a166439be5
1,601
cs
C#
G2/Class03 - Models/Code/SEDC.PizzaApp/SEDC.PizzaApp/StaticDb.cs
sedc-codecademy/skwd9-net-08-aspnetmvc
f4f368e88623eb9b6545b36823196b1c47c328b8
[ "MIT" ]
1
2021-08-13T15:52:29.000Z
2021-08-13T15:52:29.000Z
G2/Class03 - Models/Code/SEDC.PizzaApp/SEDC.PizzaApp/StaticDb.cs
sedc-codecademy/skwd9-net-08-aspnetmvc
f4f368e88623eb9b6545b36823196b1c47c328b8
[ "MIT" ]
null
null
null
G2/Class03 - Models/Code/SEDC.PizzaApp/SEDC.PizzaApp/StaticDb.cs
sedc-codecademy/skwd9-net-08-aspnetmvc
f4f368e88623eb9b6545b36823196b1c47c328b8
[ "MIT" ]
6
2021-08-07T08:34:11.000Z
2022-01-17T08:19:28.000Z
using SEDC.PizzaApp.Models.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SEDC.PizzaApp { public static class StaticDb { public static List<Pizza> Pizzas = new List<Pizza> { new Pizza { ...
24.257576
63
0.400999
f38a955f90bc3492d4529e67793c31301fa9146f
1,580
cs
C#
nicos_login/nicos_signup/nicos_signup/Models/Extended/admin.cs
denicos/android_andela
a0a201f3f1d5e96cace2f49716738a4e2e4b91dc
[ "MIT" ]
2
2019-08-04T23:53:50.000Z
2020-03-22T17:56:22.000Z
nicos_login/nicos_signup/nicos_signup/Models/Extended/admin.cs
denicos/android_andela
a0a201f3f1d5e96cace2f49716738a4e2e4b91dc
[ "MIT" ]
null
null
null
nicos_login/nicos_signup/nicos_signup/Models/Extended/admin.cs
denicos/android_andela
a0a201f3f1d5e96cace2f49716738a4e2e4b91dc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.ComponentModel.DataAnnotations; namespace nicos_signup.Models { [MetadataType(typeof(UserMetadata))] public partial class admin { public string ConfirmPassword { get; set; } } public cl...
32.916667
90
0.646835
6aed4be36f4560e43347f5c6f3b39214de8bc93e
223
cs
C#
Sugar/Sugar.Language/Parsing/Nodes/Expressions/ExpressionNode.cs
kokonut27/Sugar.lang
bf9d06a2a399678e96358cc228e89614773c48cc
[ "MIT" ]
6
2022-01-25T13:07:59.000Z
2022-02-13T15:36:29.000Z
Sugar/Sugar.Language/Parsing/Nodes/Expressions/ExpressionNode.cs
kokonut27/Sugar.lang
bf9d06a2a399678e96358cc228e89614773c48cc
[ "MIT" ]
null
null
null
Sugar/Sugar.Language/Parsing/Nodes/Expressions/ExpressionNode.cs
kokonut27/Sugar.lang
bf9d06a2a399678e96358cc228e89614773c48cc
[ "MIT" ]
1
2022-02-13T17:21:32.000Z
2022-02-13T17:21:32.000Z
using System; namespace Sugar.Language.Parsing.Nodes.Expressions { internal abstract class ExpressionNode : Node { public override Node AddChild(Node _node) => throw new NotImplementedException(); } }
22.3
89
0.721973
f2a06df90c07d170bfce4ea247d0fb263f13e0f0
2,006
cs
C#
Assets/3rdParty/GamelogicGrids/Plugins/Gamelogic/Grids/Templates/FullLib/TemplateCode.cs
jvlppm/ggj-2017-abaiara
21518d904b393151672d754f0dfa4d4948cc92d0
[ "Apache-2.0" ]
null
null
null
Assets/3rdParty/GamelogicGrids/Plugins/Gamelogic/Grids/Templates/FullLib/TemplateCode.cs
jvlppm/ggj-2017-abaiara
21518d904b393151672d754f0dfa4d4948cc92d0
[ "Apache-2.0" ]
null
null
null
Assets/3rdParty/GamelogicGrids/Plugins/Gamelogic/Grids/Templates/FullLib/TemplateCode.cs
jvlppm/ggj-2017-abaiara
21518d904b393151672d754f0dfa4d4948cc92d0
[ "Apache-2.0" ]
null
null
null
 // Generated helper templates // Generated items // D:\Work\GameLogicSoftware\Grids\AssetStoreProjects\Grids\Assets\GamelogicGrids\Plugins\Gamelogic\Grids\Templates\FullLib\ShapeAbbreviations.cs // D:\Work\GameLogicSoftware\Grids\AssetStoreProjects\Grids\Assets\GamelogicGrids\Plugins\Gamelogic\Grid...
80.24
146
0.844965
f2b7eb04a4ce59835911a0056b8a252e5356cd1b
415
cs
C#
src/Provider/Provider.Web/ViewModels/ManageNotifications/ConfirmUnsubscribeNotificationsEditModel.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
12
2018-01-26T11:16:21.000Z
2019-10-24T15:43:55.000Z
src/Provider/Provider.Web/ViewModels/ManageNotifications/ConfirmUnsubscribeNotificationsEditModel.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
244
2018-01-25T15:37:57.000Z
2022-03-31T11:31:50.000Z
src/Provider/Provider.Web/ViewModels/ManageNotifications/ConfirmUnsubscribeNotificationsEditModel.cs
uk-gov-mirror/SkillsFundingAgency.das-recruit
a500a3015a000679f66876549f1815775f0c4737
[ "MIT" ]
3
2019-02-01T14:32:31.000Z
2021-04-11T08:34:19.000Z
using System.ComponentModel.DataAnnotations; using ValMsg = Esfa.Recruit.Shared.Web.ViewModels.ValidationMessages; namespace Esfa.Recruit.Provider.Web.ViewModels.ManageNotifications { public class ConfirmUnsubscribeNotificationsEditModel { [Required(ErrorMessage = ValMsg.UnsubscribeNotificationsConfirm...
37.727273
104
0.79759
9387184675c374456d2209cd2853a0425f3f18aa
8,106
cs
C#
algs/BoruvkaMST.cs
franklzt/DataStruct
05c66a9004256578e2bce8a259cc045a61edee6e
[ "MIT" ]
null
null
null
algs/BoruvkaMST.cs
franklzt/DataStruct
05c66a9004256578e2bce8a259cc045a61edee6e
[ "MIT" ]
null
null
null
algs/BoruvkaMST.cs
franklzt/DataStruct
05c66a9004256578e2bce8a259cc045a61edee6e
[ "MIT" ]
null
null
null
/****************************************************************************** * Compilation: javac BoruvkaMST.java * Execution: java BoruvkaMST filename.txt * Dependencies: EdgeWeightedGraph.java Edge.java Bag.java * UF.java In.java StdOut.java * Data files: https://algs4.cs.princeton.ed...
36.349776
109
0.529114
93d13dbfbdc98d62ea5896c7d43839ecd3720a49
10,151
cshtml
C#
Server/Romontinka.Server.WebSite/Views/Home/WarehouseDescription.cshtml
alexs0ff/remboard
f2f84fad952d02946009421a51211ee382c5877c
[ "MIT" ]
null
null
null
Server/Romontinka.Server.WebSite/Views/Home/WarehouseDescription.cshtml
alexs0ff/remboard
f2f84fad952d02946009421a51211ee382c5877c
[ "MIT" ]
null
null
null
Server/Romontinka.Server.WebSite/Views/Home/WarehouseDescription.cshtml
alexs0ff/remboard
f2f84fad952d02946009421a51211ee382c5877c
[ "MIT" ]
null
null
null
@using Romontinka.Server.WebSite.Controllers @{ ViewBag.Title = "Описание складского учета"; } <article> <h1>Слады</h1> <p> Система <strong>Ремборд</strong> поддерживает многоскладовую структуру предприятия. Администратор может завести склад, выбрав в меню пункт @Html.ActionLink("склады", "index", ...
57.676136
359
0.708699
72c6cbc7c7f2413c11e3f4b505a07ccf1f63a7ae
779
cs
C#
src/disasm/core/ILView/Members/FieldItem.cs
rbtech/uno
1bdfb278b3f989141caebf7cde65fd634e4ad079
[ "MIT" ]
84
2018-05-03T09:36:13.000Z
2021-12-31T05:10:43.000Z
src/disasm/core/ILView/Members/FieldItem.cs
Nicero/uno
c13ce69cbe164751196569c8e35eebd8fdba95a2
[ "MIT" ]
157
2018-05-03T07:47:32.000Z
2021-08-23T05:42:11.000Z
src/disasm/core/ILView/Members/FieldItem.cs
Nicero/uno
c13ce69cbe164751196569c8e35eebd8fdba95a2
[ "MIT" ]
25
2018-05-03T07:38:06.000Z
2021-12-18T21:18:55.000Z
using Uno.Compiler.API.Domain.IL.Members; namespace Uno.Disasm.ILView.Members { public class FieldItem : ILItem { public readonly Field Field; public override string DisplayName => Field.Name; public override object Object => Field; public override ILIcon Icon => Field.IsStatic...
28.851852
79
0.618742
6e94851cb38c88893bfdbba62582430eca03ed08
917
cs
C#
ShadeMsg_Server/Core/User/Login.cs
BartekRybak/ShadeMsg
967a218ab38252269be01af3bc914ee1bc9b9c58
[ "Unlicense" ]
null
null
null
ShadeMsg_Server/Core/User/Login.cs
BartekRybak/ShadeMsg
967a218ab38252269be01af3bc914ee1bc9b9c58
[ "Unlicense" ]
null
null
null
ShadeMsg_Server/Core/User/Login.cs
BartekRybak/ShadeMsg
967a218ab38252269be01af3bc914ee1bc9b9c58
[ "Unlicense" ]
1
2021-04-19T21:14:21.000Z
2021-04-19T21:14:21.000Z
using System; using System.Collections.Generic; using System.Text; using ShadeMsg.Network.Packets; using ShadeMsg_Server.Network; using ShadeMsg_Server.DB; namespace ShadeMsg_Server.Core { class Login { public Login(Packet packet,Client client) { string nick = packet.GetArgument("n...
30.566667
96
0.604144
7cb0d5af5196cbcc44ed95a2482344f5bc9456e8
657
cs
C#
Synchronization.Application.Tests/ApplicationDbContextExtensions.cs
nmshd/bkb-synchronization
9d2f4c5ad3fadd5206e32a88278bb5482a0bf4f4
[ "MIT" ]
null
null
null
Synchronization.Application.Tests/ApplicationDbContextExtensions.cs
nmshd/bkb-synchronization
9d2f4c5ad3fadd5206e32a88278bb5482a0bf4f4
[ "MIT" ]
null
null
null
Synchronization.Application.Tests/ApplicationDbContextExtensions.cs
nmshd/bkb-synchronization
9d2f4c5ad3fadd5206e32a88278bb5482a0bf4f4
[ "MIT" ]
null
null
null
using Synchronization.Infrastructure.Persistence.Database; namespace Synchronization.Application.Tests; public static class ApplicationDbContextExtensions { public static TEntity[] SaveEntities<TEntity>(this ApplicationDbContext dbContext, params TEntity[] entities) where TEntity : class { dbContext....
31.285714
135
0.726027
2dd388ae335ae6b8da1a0995640fb843bc42b72d
620
cs
C#
src/BuyEngine/Common/ValidationResult.cs
wamplerj/BuyEngine
ef443788d69d3ef244418ac8942cd21fa2d1e082
[ "Apache-2.0" ]
null
null
null
src/BuyEngine/Common/ValidationResult.cs
wamplerj/BuyEngine
ef443788d69d3ef244418ac8942cd21fa2d1e082
[ "Apache-2.0" ]
null
null
null
src/BuyEngine/Common/ValidationResult.cs
wamplerj/BuyEngine
ef443788d69d3ef244418ac8942cd21fa2d1e082
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using System.Linq; namespace BuyEngine.Common { public class ValidationResult { public ValidationResult() { Messages = new Dictionary<string, string>(); } public bool IsValid => !Messages.Any(); public bool IsInval...
20.666667
60
0.567742
2dfcbcd5aeaae07dad721fda1a5ce3c5c870cd52
8,167
cs
C#
Source/VhdAttach-Service/VirtualDiskServiceHelper.cs
kingspride/VhdAttach
e265026c4b637a232f0cedcc1bb2e1676e1684d7
[ "MIT" ]
50
2015-04-29T04:38:54.000Z
2022-01-08T11:57:17.000Z
Source/VhdAttach-Service/VirtualDiskServiceHelper.cs
kingspride/VhdAttach
e265026c4b637a232f0cedcc1bb2e1676e1684d7
[ "MIT" ]
8
2015-11-20T13:29:48.000Z
2021-12-24T17:27:52.000Z
Source/VhdAttach-Service/VirtualDiskServiceHelper.cs
kingspride/VhdAttach
e265026c4b637a232f0cedcc1bb2e1676e1684d7
[ "MIT" ]
14
2015-06-16T17:59:19.000Z
2021-06-21T09:11:30.000Z
using System; using System.Runtime.InteropServices; namespace VhdAttachService { [ComImport, Guid("118610b7-8d94-4030-b5b8-500889788e4e"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] internal interface IEnumVdsObject { void Next(uint numberOfObjects, [MarshalAs(UnmanagedType.IUnknown)...
33.064777
123
0.651035
61fb8d9ff6b93eb29ee140c4065c4dc69d00fd11
6,247
cs
C#
MSFSTouchPortalPlugin/Enums/EventIds.cs
mpaperno/MSFSTouchPortalPlugin
b77c79c1d0efa8dcc05b15fb3f4231c3f69577e2
[ "MIT" ]
6
2022-02-15T10:14:40.000Z
2022-03-21T15:55:50.000Z
MSFSTouchPortalPlugin/Enums/EventIds.cs
mpaperno/MSFSTouchPortalPlugin
b77c79c1d0efa8dcc05b15fb3f4231c3f69577e2
[ "MIT" ]
25
2022-02-11T12:23:48.000Z
2022-03-21T17:16:48.000Z
MSFSTouchPortalPlugin/Enums/EventIds.cs
mpaperno/MSFSTouchPortalPlugin
b77c79c1d0efa8dcc05b15fb3f4231c3f69577e2
[ "MIT" ]
2
2022-02-13T13:22:26.000Z
2022-03-15T21:56:04.000Z
using System.ComponentModel.DataAnnotations; namespace MSFSTouchPortalPlugin.Enums { // Note that the Display.Name properties are used in TP in the event type selector and cannot be changed w/out breaking any events a plugin user may have already set up. // The Display.Description properties are used for document...
57.842593
346
0.721306
1138036e5f81c49d4fba5caa49ba2ef8e505a200
320
cs
C#
Scripts/UI Scripts/LeaderboardFilterButton.cs
ecarpouzis/Skeet-VR.Target.Shooting
f2f732a2cda1138cb40961930d525226ce0b63a7
[ "CC0-1.0" ]
null
null
null
Scripts/UI Scripts/LeaderboardFilterButton.cs
ecarpouzis/Skeet-VR.Target.Shooting
f2f732a2cda1138cb40961930d525226ce0b63a7
[ "CC0-1.0" ]
null
null
null
Scripts/UI Scripts/LeaderboardFilterButton.cs
ecarpouzis/Skeet-VR.Target.Shooting
f2f732a2cda1138cb40961930d525226ce0b63a7
[ "CC0-1.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LeaderboardFilterButton : Shootable { public LeaderboardFilter LeaderboardFilter; public LeaderboardUI LeaderboardUI; override public void OnHit() { LeaderboardUI.SetFilter(LeaderboardFilter); } }
22.857143
51
0.7625
f7a5f6acd2029a9170d731aaf0826dd58f28fceb
172
cs
C#
src/Connecterra.StateTracking.Persistent/EventStore/IEventTypeResolver.cs
ASMaharana/AI.Connecterra.StateTracking
08f47f0d85e0232fa24548b36a1dc3beced3893c
[ "MIT" ]
null
null
null
src/Connecterra.StateTracking.Persistent/EventStore/IEventTypeResolver.cs
ASMaharana/AI.Connecterra.StateTracking
08f47f0d85e0232fa24548b36a1dc3beced3893c
[ "MIT" ]
null
null
null
src/Connecterra.StateTracking.Persistent/EventStore/IEventTypeResolver.cs
ASMaharana/AI.Connecterra.StateTracking
08f47f0d85e0232fa24548b36a1dc3beced3893c
[ "MIT" ]
null
null
null
using System; namespace Connecterra.StateTracking.Persistent.EventStore { public interface IEventTypeResolver { Type GetEventType(string typeName); } }
19.111111
57
0.738372
16d35b5636bebc03dfb9a7aea232144de82e5e8b
231
cs
C#
Passingwind.Blog.Core/Utils/KnowRolePermissions.cs
jxnkwlp/Passingwind.Blog
3d2eaf8f5c8d06c0b147a9245fafd0376f50f739
[ "MIT" ]
5
2018-05-07T08:44:54.000Z
2021-11-19T20:45:38.000Z
Passingwind.Blog.Core/Utils/KnowRolePermissions.cs
jxnkwlp/Passingwind.Blog
3d2eaf8f5c8d06c0b147a9245fafd0376f50f739
[ "MIT" ]
67
2020-08-10T06:10:29.000Z
2021-01-12T21:02:42.000Z
Passingwind.Blog.Core/Utils/KnowRolePermissions.cs
jxnkwlp/Passingwind.Blog
3d2eaf8f5c8d06c0b147a9245fafd0376f50f739
[ "MIT" ]
2
2018-08-17T09:49:47.000Z
2021-03-06T06:27:00.000Z
using Passingwind.Blog.Data.Domains; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Passingwind.Blog.Utils { public class KnowRolePermissions { } }
16.5
36
0.800866
40884325cba281e4869997163da8e3064416d8e6
5,660
cs
C#
src/Core2D.Modules.Renderer.Dxf/DxfRenderer.IProjectExporter.cs
juliuming/my-core2d
9deda28de9a8187732e1fba3b9642049419fe3ea
[ "MIT" ]
604
2017-03-04T21:26:50.000Z
2022-03-28T05:08:37.000Z
src/Core2D.Modules.Renderer.Dxf/DxfRenderer.IProjectExporter.cs
juliuming/my-core2d
9deda28de9a8187732e1fba3b9642049419fe3ea
[ "MIT" ]
23
2017-02-25T12:50:34.000Z
2021-10-07T13:08:19.000Z
src/Core2D.Modules.Renderer.Dxf/DxfRenderer.IProjectExporter.cs
juliuming/my-core2d
9deda28de9a8187732e1fba3b9642049419fe3ea
[ "MIT" ]
71
2017-02-27T16:11:35.000Z
2022-03-10T09:37:43.000Z
#nullable enable using System; using System.IO; using Core2D.Model; using Core2D.Model.Renderer; using Core2D.ViewModels; using Core2D.ViewModels.Containers; using Core2D.ViewModels.Data; using DXF = netDxf; using DXFH = netDxf.Header; using DXFO = netDxf.Objects; using DXFT = netDxf.Tables; namespace Core2D.Modules....
29.633508
137
0.606537
e5dabc3b3dc7fa5b7a987fad38194c07840500e8
1,148
cs
C#
ExternalAuthenticationWeb/Models/FlexUser.cs
JSystemsTech/FederatedAuth
8961464a2d3b97dbd4b7f54466341837097c2445
[ "MIT" ]
null
null
null
ExternalAuthenticationWeb/Models/FlexUser.cs
JSystemsTech/FederatedAuth
8961464a2d3b97dbd4b7f54466341837097c2445
[ "MIT" ]
null
null
null
ExternalAuthenticationWeb/Models/FlexUser.cs
JSystemsTech/FederatedAuth
8961464a2d3b97dbd4b7f54466341837097c2445
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ExternalAuthenticationWeb.Models { public class AuthUser { public Guid UserId { get; set; } public string Email { get; set; } public static AuthUser DevUser1 = new AuthUser() { ...
32.8
111
0.601045
ec403529b7e0e0018eadc6f529241ef2157372bd
332
cs
C#
g7/Class-02/SEDC.Adv.02/SEDC.Adv.02.Polymorphism/Entities/Dog.cs
sedc-codecademy/skwd8-06-csharpadv
273ab9d41e0c41eccf18ca43b266babb9a5bb5f3
[ "MIT" ]
null
null
null
g7/Class-02/SEDC.Adv.02/SEDC.Adv.02.Polymorphism/Entities/Dog.cs
sedc-codecademy/skwd8-06-csharpadv
273ab9d41e0c41eccf18ca43b266babb9a5bb5f3
[ "MIT" ]
null
null
null
g7/Class-02/SEDC.Adv.02/SEDC.Adv.02.Polymorphism/Entities/Dog.cs
sedc-codecademy/skwd8-06-csharpadv
273ab9d41e0c41eccf18ca43b266babb9a5bb5f3
[ "MIT" ]
4
2020-06-08T17:37:42.000Z
2020-06-19T15:42:59.000Z
using System; using System.Collections.Generic; using System.Text; namespace SEDC.Adv._02.Polymorphism.Entities { public class Dog : Pet { public bool IsGoodBoi { get; set; } // Cat also has Eat() and it has the same signature public override void Eat() { Console.WriteLine("Nom nom nom nomming dog food!"...
19.529412
54
0.701807
0b61c832c0a501d8e2906984c5a2c1dc3e1a963b
2,126
cs
C#
src/mycouldbook-aspnet-core/src/MyCouldBook.Core/BookListManagement/BookList/Authorization/BookListAuthorizationProvider.cs
cacayue/MyCouldBook
453a94e6644d96aeab605be85f57ad2290a925ec
[ "MIT" ]
null
null
null
src/mycouldbook-aspnet-core/src/MyCouldBook.Core/BookListManagement/BookList/Authorization/BookListAuthorizationProvider.cs
cacayue/MyCouldBook
453a94e6644d96aeab605be85f57ad2290a925ec
[ "MIT" ]
null
null
null
src/mycouldbook-aspnet-core/src/MyCouldBook.Core/BookListManagement/BookList/Authorization/BookListAuthorizationProvider.cs
cacayue/MyCouldBook
453a94e6644d96aeab605be85f57ad2290a925ec
[ "MIT" ]
null
null
null
using System.Linq; using Abp.Authorization; using Abp.Configuration.Startup; using Abp.Localization; using Abp.MultiTenancy; using MyCouldBook.Authorization; namespace MyCouldBook.Authorization { /// <summary> /// 权限配置都在这里。 /// 给权限默认设置服务 /// See <see cref="BookListPermissions" /> for all permission n...
32.212121
195
0.750706
09ecb8a3b596db8e0e2b241e350dcf2387d68c38
830
cs
C#
Assets/Kuhpik's Bootstrap/Source/Scripts/MonoBehaviours/CollisionListener2D.cs
Kuhpik/Bootstrap
50aa4e60891b14b48c33eb0720734c9796cc466a
[ "BSD-3-Clause" ]
5
2021-08-10T13:51:37.000Z
2022-03-31T11:45:30.000Z
Assets/Kuhpik's Bootstrap/Source/Scripts/MonoBehaviours/CollisionListener2D.cs
KuhPik/Bootstrap
2cab37916f6e9dabc7b8174e4f8a364f07d71815
[ "BSD-3-Clause" ]
null
null
null
Assets/Kuhpik's Bootstrap/Source/Scripts/MonoBehaviours/CollisionListener2D.cs
KuhPik/Bootstrap
2cab37916f6e9dabc7b8174e4f8a364f07d71815
[ "BSD-3-Clause" ]
null
null
null
using System; using UnityEngine; namespace Kuhpik { public class CollisionListener2D : MonoBehaviour { public event Action<Transform> CollisionEnterEvent2D, CollisionExitEvent2D; public event Action<Transform> TriggerEnterEvent2D, TriggetExitEvent2D; void OnCollisionEnter2D(Collision2...
26.774194
83
0.661446
598d556d7879955e572c70dbe99caccb68087fb7
19,198
cs
C#
CsvSerializer.cs
DenisBelobrotski/CsvSerializer
87902062acfcbafb35f9882498ca32c365f19258
[ "MIT" ]
null
null
null
CsvSerializer.cs
DenisBelobrotski/CsvSerializer
87902062acfcbafb35f9882498ca32c365f19258
[ "MIT" ]
null
null
null
CsvSerializer.cs
DenisBelobrotski/CsvSerializer
87902062acfcbafb35f9882498ca32c365f19258
[ "MIT" ]
null
null
null
using System; using System.Text; using System.Linq; using System.Data; using System.Reflection; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Runtime.Serialization; using System.Text.RegularExpressions; namespace CsvSerialization { /// <summary> /// Abstract class...
38.243028
180
0.510522
59c526123038763e873bd1ac872ede10854513ae
202
cs
C#
Hotel.Datos/Hotel.Contratos/IManagementServices.cs
alvbarbosa/CrudHotel
dfdebffe99270f4783ed7643598b98f46c9f73ec
[ "MIT" ]
null
null
null
Hotel.Datos/Hotel.Contratos/IManagementServices.cs
alvbarbosa/CrudHotel
dfdebffe99270f4783ed7643598b98f46c9f73ec
[ "MIT" ]
null
null
null
Hotel.Datos/Hotel.Contratos/IManagementServices.cs
alvbarbosa/CrudHotel
dfdebffe99270f4783ed7643598b98f46c9f73ec
[ "MIT" ]
null
null
null
using Hotel.Entities; using System; using System.Collections.Generic; using System.Text; namespace Hotel.Contratos { public interface IManagementServices : IManagementBase<SERVICES> { } }
16.833333
68
0.757426
eb957345b8750e77ffcba0f08294572dd9e25ee8
1,140
cs
C#
Src/CTS.W.150401/CTS.W.150401.Models/Domain/Object/Client/ItemObject.cs
g4soft/cts-w-1504-01
159691db95d7629c2281eb08edda7b87d05a3f30
[ "Apache-2.0" ]
null
null
null
Src/CTS.W.150401/CTS.W.150401.Models/Domain/Object/Client/ItemObject.cs
g4soft/cts-w-1504-01
159691db95d7629c2281eb08edda7b87d05a3f30
[ "Apache-2.0" ]
null
null
null
Src/CTS.W.150401/CTS.W.150401.Models/Domain/Object/Client/ItemObject.cs
g4soft/cts-w-1504-01
159691db95d7629c2281eb08edda7b87d05a3f30
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using CTS.Com.Domain.Attr; namespace CTS.W._150401.Models.Domain.Object.Client { public class ItemObject { // Mã sản phẩm. [OutputText] public string ItemCd { get; set; } // Tên...
23.75
52
0.528947
68e1bcfd966a3e23fd2836b21cc80c0e78727135
3,420
cs
C#
aspnet-core/modules/common/LINGYUN.Abp.RealTime/LINGYUN/Abp/RealTime/Client/OnlineClientManager.cs
ai408/abp-vue-admin-element-typescript
ebc5c32396fce6df0eb1d1f5c477f97d6919bdbc
[ "MIT" ]
1
2021-04-13T01:57:34.000Z
2021-04-13T01:57:34.000Z
aspnet-core/modules/common/LINGYUN.Abp.RealTime/LINGYUN/Abp/RealTime/Client/OnlineClientManager.cs
ai408/abp-vue-admin-element-typescript
ebc5c32396fce6df0eb1d1f5c477f97d6919bdbc
[ "MIT" ]
null
null
null
aspnet-core/modules/common/LINGYUN.Abp.RealTime/LINGYUN/Abp/RealTime/Client/OnlineClientManager.cs
ai408/abp-vue-admin-element-typescript
ebc5c32396fce6df0eb1d1f5c477f97d6919bdbc
[ "MIT" ]
null
null
null
using JetBrains.Annotations; using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Linq.Expressions; using Volo.Abp; using Volo.Abp.DependencyInjection; namespace LINGYUN.Abp.RealTime.Client { public class OnlineClientManager : IOnlineClientManager, IS...
30.535714
114
0.546491
bf63ec566deb6080db3f33306bb1a7c8c889236e
4,257
cs
C#
Xe.Game.Drawing/MapDrawer.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
Xe.Game.Drawing/MapDrawer.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
Xe.Game.Drawing/MapDrawer.cs
XeEngine/XeTools
16485a54b99ef84f57ba8df57f9dab6ddcc4405c
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Xe.Drawing; using Xe.Game.Tilemaps; using Xe.Tools.Services; using Xe.Tools.Tilemap; namespace Xe.Game.Drawing { public partial class MapDrawer : IDisposabl...
25.957317
83
0.695325
28824c8beba194016bdc79cb71f06c46d3ba811c
4,278
cs
C#
src/FormationApp/Composants/GestionCompetence.razor.cs
AnthonyRyck/SuiviFormation
e015523e4986d2f5ca761d11054e2151843f9868
[ "MIT" ]
null
null
null
src/FormationApp/Composants/GestionCompetence.razor.cs
AnthonyRyck/SuiviFormation
e015523e4986d2f5ca761d11054e2151843f9868
[ "MIT" ]
null
null
null
src/FormationApp/Composants/GestionCompetence.razor.cs
AnthonyRyck/SuiviFormation
e015523e4986d2f5ca761d11054e2151843f9868
[ "MIT" ]
null
null
null
using AccessData; using AccessData.Models; using FormationApp.Data; using MatBlazor; using Microsoft.AspNetCore.Components; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace FormationApp.Composants { public partial ...
23.124324
125
0.720664
473f7f71adad6bbf6611fa36f3bd00af0b6c9fa2
1,077
cs
C#
CocoStudio.ToolKit/PointEditorWidget.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
4
2017-10-22T14:55:25.000Z
2020-09-20T03:06:50.000Z
CocoStudio.ToolKit/PointEditorWidget.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
null
null
null
CocoStudio.ToolKit/PointEditorWidget.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
7
2017-04-23T08:13:13.000Z
2022-03-22T06:44:12.000Z
// Decompiled with JetBrains decompiler // Type: CocoStudio.ToolKit.PointEditorWidget // Assembly: CocoStudio.ToolKit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 1DF66ED6-34A9-42A1-B332-161EEDB05F29 // Assembly location: C:\Program Files (x86)\Cocos\Cocos Studio 2\CocoStudio.ToolKit.dll using Syst...
28.342105
88
0.698236
f8b90179192e635cff069c8d622f22c986658398
236
cs
C#
GraphicsCourse/GraphicsCourse.Task3/PointExtensions.cs
gODeaLoAple/urfu-computer-graphics
9d54b1a18c484f3e4caf791b9eda21454d85b54a
[ "Apache-2.0" ]
null
null
null
GraphicsCourse/GraphicsCourse.Task3/PointExtensions.cs
gODeaLoAple/urfu-computer-graphics
9d54b1a18c484f3e4caf791b9eda21454d85b54a
[ "Apache-2.0" ]
null
null
null
GraphicsCourse/GraphicsCourse.Task3/PointExtensions.cs
gODeaLoAple/urfu-computer-graphics
9d54b1a18c484f3e4caf791b9eda21454d85b54a
[ "Apache-2.0" ]
null
null
null
using System.Drawing; using System.Numerics; namespace GraphicsCourse.Task3; public static class PointExtensions { public static VectorRat ToVectorRat(this Point point) { return new VectorRat(point.X, point.Y); } }
19.666667
57
0.733051
198fdada969dfd8c049875f3a1b0d9473b47f0d8
3,757
cs
C#
src/Agents.Net.Designer.WpfView/ViewExtensions.cs
agents-net/agents.net.designer
648d5a92448a0d145d123d7869587798790d251a
[ "MIT" ]
null
null
null
src/Agents.Net.Designer.WpfView/ViewExtensions.cs
agents-net/agents.net.designer
648d5a92448a0d145d123d7869587798790d251a
[ "MIT" ]
1
2021-07-25T05:53:17.000Z
2021-07-25T05:53:17.000Z
src/Agents.Net.Designer.WpfView/ViewExtensions.cs
agents-net/agents.net.designer
648d5a92448a0d145d123d7869587798790d251a
[ "MIT" ]
null
null
null
#region Copyright // Copyright (c) Tobias Wilker and contributors // This file is licensed under MIT #endregion using System; using System.Windows; using System.Windows.Controls; using System.Windows.Media; namespace Agents.Net.Designer.WpfView { public static class ViewExtensions { //...
37.57
89
0.535268
04e7aea2217042babfa644d1982a31db9be48ed3
541
cs
C#
Client/State/UpdateName/UpdateLastNameEffect.cs
alexnoddings/Melinoe
825d0e541de95ed905e762962750321b925253a0
[ "MIT" ]
null
null
null
Client/State/UpdateName/UpdateLastNameEffect.cs
alexnoddings/Melinoe
825d0e541de95ed905e762962750321b925253a0
[ "MIT" ]
null
null
null
Client/State/UpdateName/UpdateLastNameEffect.cs
alexnoddings/Melinoe
825d0e541de95ed905e762962750321b925253a0
[ "MIT" ]
null
null
null
using Fluxor; using System.Threading.Tasks; using Melinoe.Client.Services; namespace Melinoe.Client.State.UpdateName { public class UpdateLastNameEffect : Effect<UpdateLastNameAction> { private readonly GameService _gameService; public UpdateLastNameEffect(GameService gameService) { ...
27.05
99
0.719039
3f79a52d8262ca6ed8356b1793312a99e3eaa8e6
3,855
cs
C#
mcs/class/System.Web/Test/System.Web.UI.WebControls/LabelTest.cs
lefb766/mono
4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c
[ "Apache-2.0" ]
469
2019-01-23T12:21:59.000Z
2022-03-10T15:50:42.000Z
mcs/class/System.Web/Test/System.Web.UI.WebControls/LabelTest.cs
pcc/mono
c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1
[ "Apache-2.0" ]
83
2015-07-16T01:31:41.000Z
2016-01-13T02:15:47.000Z
mcs/class/System.Web/Test/System.Web.UI.WebControls/LabelTest.cs
pcc/mono
c64a76e3aae1bd6347f35c1c3bd1ace56247d4f1
[ "Apache-2.0" ]
36
2019-01-23T22:17:09.000Z
2022-01-20T15:41:34.000Z
// // Tests for System.Web.UI.WebControls.Label.cs // // Author: // Miguel de Icaza (miguel@novell.com) // // // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Sof...
24.09375
78
0.644358
947d8d7b2bfbe0fc1a475ae006fc637f3bbfb404
3,855
cs
C#
RideOnBulgaria.Services/CartService.cs
VenciNanov/RideOnBulgaria
3e7d4f861172e15598f2cac823c563b642b8a180
[ "MIT" ]
null
null
null
RideOnBulgaria.Services/CartService.cs
VenciNanov/RideOnBulgaria
3e7d4f861172e15598f2cac823c563b642b8a180
[ "MIT" ]
null
null
null
RideOnBulgaria.Services/CartService.cs
VenciNanov/RideOnBulgaria
3e7d4f861172e15598f2cac823c563b642b8a180
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using System.Linq; using RideOnBulgaria.Data; using RideOnBulgaria.Models; using RideOnBulgaria.Services.Contracts; namespace RideOnBulgaria.Services { public class CartService : ICartService { private readonly ApplicationDbContext context; ...
32.125
118
0.601816
abc0c8566172281df45cf72a1845d328351408e1
2,214
cs
C#
UltimaOnline.Data/Misc/ShrinkTable.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
UltimaOnline.Data/Misc/ShrinkTable.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
UltimaOnline.Data/Misc/ShrinkTable.cs
netcode-gamer/game.ultimaonline.io
5be917d62b6232b07c5517f5f0b06bcaf3df93b9
[ "MIT" ]
null
null
null
using System; using System.IO; namespace UltimaOnline { public class ShrinkTable { public const int DefaultItemID = 0x1870; // Yellow virtue stone private static int[] m_Table; public static int Lookup(Mobile m) { return Lookup(m.Body.BodyID, DefaultIt...
25.744186
79
0.385276
07982fbce6a04db3971a9a96106a95a8571c257f
1,039
cs
C#
src/lib.repos/SQL.cs
dugooder/a-microservice
b3c0e30e611fde597c667529b7536d45707b0bbe
[ "MIT" ]
null
null
null
src/lib.repos/SQL.cs
dugooder/a-microservice
b3c0e30e611fde597c667529b7536d45707b0bbe
[ "MIT" ]
null
null
null
src/lib.repos/SQL.cs
dugooder/a-microservice
b3c0e30e611fde597c667529b7536d45707b0bbe
[ "MIT" ]
null
null
null
namespace lib.repos { internal static class SQL { public const string Read_User_By_UserName = "SELECT u.id, u.username, u.password FROM user u where u.username = @UserName"; public const string Read_All_Users = "SELECT u.id, u.username, u.password FROM user u"; public const string Read_...
64.9375
131
0.709336
f9f0a1efce2454fe5bbf7c1b61bdd19d3eb95fb4
236
cs
C#
src/Contracts/Interfaces/IProductCategory.cs
nunobaraujo/BoTest
8d8beebf8dcb980147ab5a79b6d54679ad84d56d
[ "MIT" ]
null
null
null
src/Contracts/Interfaces/IProductCategory.cs
nunobaraujo/BoTest
8d8beebf8dcb980147ab5a79b6d54679ad84d56d
[ "MIT" ]
null
null
null
src/Contracts/Interfaces/IProductCategory.cs
nunobaraujo/BoTest
8d8beebf8dcb980147ab5a79b6d54679ad84d56d
[ "MIT" ]
null
null
null
using System; namespace Contracts { public interface IProductCategory { string Id { get; } DateTime? IntegrationDate { get; } string IntegrationRef { get; } string Name { get; } } }
18.153846
42
0.563559
17348a1b45913d30b7462144c8f19b977e487392
880
cs
C#
src/Squidex.Domain.Apps.Read/Schemas/ISchemaEntity.cs
andrewhoi/squidex
11592faa35e0d4a211e6ad7f8b1d7730f00b4a09
[ "MIT" ]
null
null
null
src/Squidex.Domain.Apps.Read/Schemas/ISchemaEntity.cs
andrewhoi/squidex
11592faa35e0d4a211e6ad7f8b1d7730f00b4a09
[ "MIT" ]
35
2019-12-06T07:06:30.000Z
2021-03-23T07:29:49.000Z
src/Squidex.Domain.Apps.Read/Schemas/ISchemaEntity.cs
maooson/squidex
41417fa4986e0bba3f4a3ddcbadc17714a6a0f73
[ "MIT" ]
1
2018-10-13T22:41:21.000Z
2018-10-13T22:41:21.000Z
// ========================================================================== // ISchemaEntity.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // =========================================================...
25.882353
119
0.471591
98f40cde246c4106474ab6abbce0f416de5d7e1a
590
cs
C#
code/Unity Project/Assets/Scripts/Creatures/DNA.cs
aawadall/Game-Off-2018
bad0e9cd627b7fe5fd313215f045da7bd1984275
[ "MIT" ]
null
null
null
code/Unity Project/Assets/Scripts/Creatures/DNA.cs
aawadall/Game-Off-2018
bad0e9cd627b7fe5fd313215f045da7bd1984275
[ "MIT" ]
12
2018-11-02T00:15:10.000Z
2018-11-29T18:18:40.000Z
code/Unity Project/Assets/Scripts/Creatures/DNA.cs
aawadall/Game-Off-2018
bad0e9cd627b7fe5fd313215f045da7bd1984275
[ "MIT" ]
1
2018-11-06T13:46:07.000Z
2018-11-06T13:46:07.000Z
using System; using System.Collections.Generic; namespace Creatures { /// <summary> /// DNA class contains creature traits /// </summary> public class DNA { public List<Genom> Genoms { get; private set; } = new List<Genom>(); public string Name {get; private set;} public Gui...
24.583333
76
0.525424
c72e78c8c50e6869f5c747e5c3cd9b3b10f58259
406
cs
C#
Models/Messages/ProductExperienceMessages/UnsolicitedUpdateIndividualProductExperienceReport.cs
amenkes/HL7Parser
0236df7fbd6af40132af72ae300ffeefd3232204
[ "MIT" ]
null
null
null
Models/Messages/ProductExperienceMessages/UnsolicitedUpdateIndividualProductExperienceReport.cs
amenkes/HL7Parser
0236df7fbd6af40132af72ae300ffeefd3232204
[ "MIT" ]
null
null
null
Models/Messages/ProductExperienceMessages/UnsolicitedUpdateIndividualProductExperienceReport.cs
amenkes/HL7Parser
0236df7fbd6af40132af72ae300ffeefd3232204
[ "MIT" ]
null
null
null
using HL7Data.Contracts.Messages.ProductExperienceMessages; using HL7Data.Models.Types; namespace HL7Data.Models.Messages.ProductExperienceMessages { public class UnsolicitedUpdateIndividualProductExperienceReport : BaseProductExperienceMessage, IUnsolicitedUpdateIndividualProductExperienceReport { pu...
40.6
151
0.844828
fec8d55cfb24cab8f18889a79e9f9ec715be28b2
13,933
cs
C#
Assets/Scripts/Agent/Decision System/TacticDecisionSystem.cs
kahsez/ai4g-RTS
bca11b9d7129bc58601401f0f57552cf492ab637
[ "MIT" ]
1
2021-07-08T20:28:46.000Z
2021-07-08T20:28:46.000Z
Assets/Scripts/Agent/Decision System/TacticDecisionSystem.cs
kahsez/ai4g-RTS
bca11b9d7129bc58601401f0f57552cf492ab637
[ "MIT" ]
4
2021-01-30T18:27:54.000Z
2021-01-31T21:19:07.000Z
Assets/Scripts/Agent/Decision System/TacticDecisionSystem.cs
kahsez/ai4g-RTS
bca11b9d7129bc58601401f0f57552cf492ab637
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public enum NpcMode { OFFENSE, DEFENSE } [RequireComponent(typeof(AgentNpc))] public class TacticDecisionSystem : MonoBehaviour { public enum NpcState { OFFENSE_ATTACK, DEFENSE_ATTACK, ...
31.310112
150
0.582574
56f5e50653073d3a1c4fcff650c14084dfd9fdb3
414
cs
C#
_no_namespace/VoiceComment.----c__DisplayClass34_0.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
1
2021-06-21T11:34:02.000Z
2021-06-21T11:34:02.000Z
_no_namespace/VoiceComment.----c__DisplayClass34_0.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
_no_namespace/VoiceComment.----c__DisplayClass34_0.cs
SinsofSloth/RF5-global-metadata
2bbf6e4a0d2cb91ac5177b20b569c023a1f07949
[ "MIT" ]
null
null
null
[CompilerGeneratedAttribute] // RVA: 0x1598E0 Offset: 0x1599E1 VA: 0x1598E0 private sealed class VoiceComment.<>c__DisplayClass34_0 // TypeDefIndex: 8902 { // Fields public VoiceComment <>4__this; // 0x10 public bool _flag; // 0x18 // Methods // RVA: 0x1CFFCD0 Offset: 0x1CFFDD1 VA: 0x1CFFCD0 public void .ctor()...
24.352941
77
0.722222
719103f9cdb20abd12cc6d515dffe9232857b5c0
1,669
cs
C#
Appinion.Infrastructure/Common/PagedObject.cs
eduardosbcabral/appinion-backend
7acf04310c861135c52176cdb69c1ef54003bfe7
[ "MIT" ]
1
2021-02-22T18:59:04.000Z
2021-02-22T18:59:04.000Z
Appinion.Infrastructure/Common/PagedObject.cs
eduardosbcabral/appinion-backend
7acf04310c861135c52176cdb69c1ef54003bfe7
[ "MIT" ]
null
null
null
Appinion.Infrastructure/Common/PagedObject.cs
eduardosbcabral/appinion-backend
7acf04310c861135c52176cdb69c1ef54003bfe7
[ "MIT" ]
null
null
null
using NHibernate; using NHibernate.Transform; using System; using System.Collections.Generic; using System.Text; namespace Appinion.Infrastructure.Common { /// <summary> /// Classe que faz a implementação da paginação nas consultas. /// </summary> /// <typeparam name="T">Recebe qualquer tipo de objeto...
31.490566
124
0.595566
a8d986b5cf0f7106b24f090a6228ee9b5cd74648
5,304
cs
C#
DentalSim/GUI/StateList/StateListDialog.cs
AnomalousMedical/Medical
ac16f069e4f8a919609ca7589ccbfae31f4810e2
[ "MIT" ]
7
2019-06-05T03:22:45.000Z
2022-03-24T20:33:19.000Z
DentalSim/GUI/StateList/StateListDialog.cs
AnomalousMedical/Medical
ac16f069e4f8a919609ca7589ccbfae31f4810e2
[ "MIT" ]
2
2021-07-10T10:40:27.000Z
2021-07-10T10:43:33.000Z
DentalSim/GUI/StateList/StateListDialog.cs
AnomalousMedical/Medical
ac16f069e4f8a919609ca7589ccbfae31f4810e2
[ "MIT" ]
1
2020-08-09T04:25:55.000Z
2020-08-09T04:25:55.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using MyGUIPlugin; using Engine; using Anomalous.GuiFramework; namespace Medical.GUI { public class StateListDialog : PinableMDIDialog { private ImageAtlas imageAtlas = new ImageAtlas("StateListAtlas", ne...
35.125828
140
0.608786
c0100711498fa0c61bec4079d92f5a69372b3bd4
303
cs
C#
microservice.toolkit.core/extension/DictionaryExtension.cs
MpStyle/microservicetoolkit
17694722cfb48ecdf2e07292d355ffb4a2d731d6
[ "MIT" ]
null
null
null
microservice.toolkit.core/extension/DictionaryExtension.cs
MpStyle/microservicetoolkit
17694722cfb48ecdf2e07292d355ffb4a2d731d6
[ "MIT" ]
null
null
null
microservice.toolkit.core/extension/DictionaryExtension.cs
MpStyle/microservicetoolkit
17694722cfb48ecdf2e07292d355ffb4a2d731d6
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace microservice.toolkit.core.extension { public static class DictionaryExtension { public static bool IsNullOrEmpty<TKey, TValue>(this Dictionary<TKey, TValue> dict) { return dict == null || dict.Count == 0; } } }
25.25
90
0.650165
243f4b5cfbf2f2a909e73cbd0c319d09a4f4525f
3,058
cs
C#
ExtendedTeam.Polls/ExtendedTeam.Polls.Infra/Migrations/ApplicationContextModelSnapshot.cs
vsalbuq/polls
15c6e26e1f25bd0ce3a45119ec71748381cbc0d9
[ "MIT" ]
null
null
null
ExtendedTeam.Polls/ExtendedTeam.Polls.Infra/Migrations/ApplicationContextModelSnapshot.cs
vsalbuq/polls
15c6e26e1f25bd0ce3a45119ec71748381cbc0d9
[ "MIT" ]
null
null
null
ExtendedTeam.Polls/ExtendedTeam.Polls.Infra/Migrations/ApplicationContextModelSnapshot.cs
vsalbuq/polls
15c6e26e1f25bd0ce3a45119ec71748381cbc0d9
[ "MIT" ]
null
null
null
// <auto-generated /> using System; using ExtendedTeam.Polls.Infra; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace ExtendedTeam.Polls.Infra.Migrations { [D...
36.404762
125
0.535971
24e988a83d1a050eb97e1f89d39e8a9b2e828a15
864
cs
C#
src/FubuMVC.StructureMap/StructureMapPageHarness.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
1
2017-02-10T12:24:06.000Z
2017-02-10T12:24:06.000Z
src/FubuMVC.StructureMap/StructureMapPageHarness.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
null
null
null
src/FubuMVC.StructureMap/StructureMapPageHarness.cs
ketiko/fubumvc
5074cb71255bca52b65217c8b74558ed0180946b
[ "Apache-2.0" ]
null
null
null
using FubuMVC.Core.Runtime; using FubuMVC.Core.View; using StructureMap; namespace FubuMVC.StructureMap { /// <summary> /// Used for automated testing /// </summary> /// <typeparam name="T"></typeparam> public class StructureMapPageHarness<T> : PageHarness<T> where T : class, new() {...
28.8
84
0.59375
2a34dc5b8e94072460a228849c6bbd948ccbc599
1,947
cs
C#
src/Nordigen.Net/IAgreementsEndpoint.cs
dariogriffo/Nordigen.Net
85df61a0f55ee93637551c1579b4ee24b27be810
[ "MIT" ]
null
null
null
src/Nordigen.Net/IAgreementsEndpoint.cs
dariogriffo/Nordigen.Net
85df61a0f55ee93637551c1579b4ee24b27be810
[ "MIT" ]
null
null
null
src/Nordigen.Net/IAgreementsEndpoint.cs
dariogriffo/Nordigen.Net
85df61a0f55ee93637551c1579b4ee24b27be810
[ "MIT" ]
null
null
null
using System; using System.Threading; using System.Threading.Tasks; using Nordigen.Net.Queries; using Nordigen.Net.Responses; namespace Nordigen.Net; public interface IAgreementsEndpoint { /// <summary> /// Creates enduser agreement /// </summary> /// <param name="request">The <see cref=...
44.25
139
0.661017
606289c4906663ab791305b6a647d2675a852c2b
668
cs
C#
ContactInformation/ContactInfoProject.Tests/Controllers/MockHttpContext.cs
niteenkurle/contact_info_app
1c36588c539d8a848974d09736eae340192643f9
[ "MIT" ]
null
null
null
ContactInformation/ContactInfoProject.Tests/Controllers/MockHttpContext.cs
niteenkurle/contact_info_app
1c36588c539d8a848974d09736eae340192643f9
[ "MIT" ]
null
null
null
ContactInformation/ContactInfoProject.Tests/Controllers/MockHttpContext.cs
niteenkurle/contact_info_app
1c36588c539d8a848974d09736eae340192643f9
[ "MIT" ]
null
null
null
using System.Security.Principal; using System.Web; /*** * Created Date : 10-Jul-2018 * Created by : Nitin Kurle * Information : Create read only identity Mock class * **/ namespace ContactInfoProject.Tests.Controllers { internal class MockHttpContext : HttpContextBase { //Create read only iden...
23.034483
116
0.564371
2cc9737265600f5f2ea3f546b7f7539ae40b662e
385
cs
C#
Unity-Gyroscope-Game/Assets/Scripts/AmmoCrate.cs
BartlomiejGuzek/Unity-Gyroscope-Game
172cd7b70c90d617bc9a532bec38a755f7f7a3ac
[ "Apache-2.0" ]
null
null
null
Unity-Gyroscope-Game/Assets/Scripts/AmmoCrate.cs
BartlomiejGuzek/Unity-Gyroscope-Game
172cd7b70c90d617bc9a532bec38a755f7f7a3ac
[ "Apache-2.0" ]
null
null
null
Unity-Gyroscope-Game/Assets/Scripts/AmmoCrate.cs
BartlomiejGuzek/Unity-Gyroscope-Game
172cd7b70c90d617bc9a532bec38a755f7f7a3ac
[ "Apache-2.0" ]
null
null
null
using UnityEngine; public class AmmoCrate : MonoBehaviour { [SerializeField] Cannon cannonScript; [SerializeField] AudioSource scoreSound; void Start () { } void Update () { } private void OnCollisionEnter(Collision collision) { if (collision.collider.tag == "Bullet") { scoreSound.Play...
12.833333
51
0.672727
067a0dc79776867bddec6387d3087796298670d8
1,139
cs
C#
LanguageExt.Tests/Transformer/Traverse/Lst/Sync/EitherUnsafe.cs
CK-LinoPro/language-ext
3466308bb20ad2c905e5e401fcbd60ae96a93824
[ "MIT" ]
3,903
2015-01-05T17:28:17.000Z
2022-03-31T01:32:42.000Z
LanguageExt.Tests/Transformer/Traverse/Lst/Sync/EitherUnsafe.cs
CK-LinoPro/language-ext
3466308bb20ad2c905e5e401fcbd60ae96a93824
[ "MIT" ]
848
2015-01-15T23:08:54.000Z
2022-03-29T11:12:18.000Z
LanguageExt.Tests/Transformer/Traverse/Lst/Sync/EitherUnsafe.cs
CK-LinoPro/language-ext
3466308bb20ad2c905e5e401fcbd60ae96a93824
[ "MIT" ]
416
2015-01-10T15:17:28.000Z
2022-03-21T19:30:47.000Z
using System; using LanguageExt.Common; using Xunit; using static LanguageExt.Prelude; namespace LanguageExt.Tests.Transformer.Traverse.Lst.Sync { public class EitherUnsafeLst { [Fact] public void LeftIsSingletonLeft() { var ma = LeftUnsafe<Error, Lst<int>>(Error.New("alt"))...
27.780488
138
0.53029
38265d491e2fadffb7ae532be1898598a43768cd
339
cs
C#
Source/Sholo.HomeAssistant.Client/Services/RootServiceSet.cs
scottt732/Sholo.HomeAssistant
509f9f5e3bc015a0b113682c431d73026423f9d4
[ "MIT" ]
5
2020-07-26T00:34:38.000Z
2021-01-28T19:50:57.000Z
Source/Sholo.HomeAssistant.Client/Services/RootServiceSet.cs
scottt732/Sholo.HomeAssistant
509f9f5e3bc015a0b113682c431d73026423f9d4
[ "MIT" ]
31
2020-07-02T17:07:23.000Z
2022-03-21T09:01:33.000Z
Source/Sholo.HomeAssistant.Client/Services/RootServiceSet.cs
scottt732/Sholo.HomeAssistant
509f9f5e3bc015a0b113682c431d73026423f9d4
[ "MIT" ]
2
2020-07-25T17:07:40.000Z
2021-08-19T11:08:45.000Z
using Sholo.HomeAssistant.Client.WebSockets; namespace Sholo.HomeAssistant.Client.Services { public class RootServiceSet : IRootServiceSet { public IHomeAssistantWebSocketsClient Client { get; } public RootServiceSet(IHomeAssistantWebSocketsClient client) { Client = client...
24.214286
68
0.687316
3836a71d7f36e0c6ebe8a4e4d3245478cdb11b5c
131
cs
C#
Grunt/Grunt/Models/HaloInfinite/News.cs
dend/grunt
2fd05e403b8edf4040e82cae07deda22dcb642c5
[ "MIT" ]
15
2022-01-20T22:09:01.000Z
2022-03-30T02:00:44.000Z
Grunt/Grunt/Models/HaloInfinite/News.cs
dend/grunt
2fd05e403b8edf4040e82cae07deda22dcb642c5
[ "MIT" ]
null
null
null
Grunt/Grunt/Models/HaloInfinite/News.cs
dend/grunt
2fd05e403b8edf4040e82cae07deda22dcb642c5
[ "MIT" ]
null
null
null
namespace Grunt.Models.HaloInfinite { public class News { public NewsArticle[] NewsArticles { get; set; } } }
16.375
55
0.625954
4da464c1199e6348918b7aef2c70585896d133d6
39,631
cs
C#
test/SlowTests/Server/Documents/Patching/AdvancedPatching.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2017-03-02T13:05:14.000Z
2017-03-02T13:05:14.000Z
test/SlowTests/Server/Documents/Patching/AdvancedPatching.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2019-03-12T12:10:52.000Z
2019-03-12T12:10:52.000Z
test/SlowTests/Server/Documents/Patching/AdvancedPatching.cs
aviv86/ravendb
3ee33d576fecd2c47dc7a9f5b671a46731fed659
[ "Linux-OpenIB" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using FastTests; using Raven.Client; using Raven.Client.Documents.Indexes; using Raven.Client.Documents.Operations; using Raven.Client.Documents.Operations.Indexes; using Raven.Client.Exceptions; using Raven.Clien...
38.033589
204
0.453054
12beb458d53f2e87d04178531888e7bac8b8fda5
267
cs
C#
TeamGame0401/Assets/UnityChan2D/Demo/Scripts/LoadingController.cs
kagamiS/UnityGame1
182e96d23079bc3325c7215e091230ef359de5c8
[ "MIT" ]
1
2019-06-08T13:34:40.000Z
2019-06-08T13:34:40.000Z
Assets/UnityChan2D/Demo/Scripts/LoadingController.cs
seiroise/GPUSandbox
e5caf249a3e11c3b3d27687589e213b786e604c4
[ "MIT" ]
null
null
null
Assets/UnityChan2D/Demo/Scripts/LoadingController.cs
seiroise/GPUSandbox
e5caf249a3e11c3b3d27687589e213b786e604c4
[ "MIT" ]
1
2019-04-20T07:28:24.000Z
2019-04-20T07:28:24.000Z
using UnityEngine; using System.Collections; public class LoadingController : MonoBehaviour { [SceneName] public string nextLevel; IEnumerator Start() { yield return new WaitForSeconds(3); Application.LoadLevel(nextLevel); } }
16.6875
46
0.685393
c3f74d41310860a50536da41929daa65c05c77ed
7,555
cshtml
C#
src/JD.Invoicing.Web.Mvc/Views/Goods/_EditGoodsModal.cshtml
IT-Evan/JD.Invoicing
15425d288f450bbbe78a1ad935255097750b6320
[ "MIT" ]
4
2019-09-07T02:07:59.000Z
2020-10-13T01:28:05.000Z
src/JD.Invoicing.Web.Mvc/Views/Goods/_EditGoodsModal.cshtml
IT-Evan/JD.Invoicing
15425d288f450bbbe78a1ad935255097750b6320
[ "MIT" ]
null
null
null
src/JD.Invoicing.Web.Mvc/Views/Goods/_EditGoodsModal.cshtml
IT-Evan/JD.Invoicing
15425d288f450bbbe78a1ad935255097750b6320
[ "MIT" ]
null
null
null
@using JD.Invoicing.Web.Models.Common.Modals @model JD.Invoicing.Web.Models.Goods.EditGoodsModalViewModel @{ Layout = null; } @Html.Partial("~/Views/Shared/Modals/_ModalHeader.cshtml", new ModalHeaderViewModel(L("EditGoods"))) <div class="modal-body"> <form name="GoodsEditForm" role="form" novalidate class="fo...
50.366667
145
0.452019
b7dae52218b67cfaa0dfb795e334dbe7475948d2
1,740
cs
C#
ClassLibrary/SwaggerPrimitve.cs
PlexConnectAdmin/WindowsFormApplications
d861ab69d2d734e3a8b9ab4f7e5cb025f094bddf
[ "MIT" ]
2
2016-05-17T19:41:11.000Z
2017-03-28T20:59:32.000Z
ClassLibrary/SwaggerPrimitve.cs
PlexConnectAdmin/WindowsFormApplications
d861ab69d2d734e3a8b9ab4f7e5cb025f094bddf
[ "MIT" ]
null
null
null
ClassLibrary/SwaggerPrimitve.cs
PlexConnectAdmin/WindowsFormApplications
d861ab69d2d734e3a8b9ab4f7e5cb025f094bddf
[ "MIT" ]
null
null
null
namespace ClassLibrary { /// <summary> /// http://swagger.io/specification/ -> "Primitive data types in the Swagger Specification are based on the types supported by the JSON-Schema Draft 4. Models are described using the Schema Object which is a subset of JSON Schema Draft 4." /// </summary> public sealed cla...
33.461538
241
0.596552
35fa1cf215e799a0047f0b61972bc4c80cc8c51d
1,101
cs
C#
Infusion.Desktop/Profiles/LaunchProfile.cs
Nirad/Infusion
7f1c53610cc736b32a7236702158f06fef9abcba
[ "MIT" ]
36
2018-07-29T16:52:42.000Z
2021-11-05T09:58:04.000Z
Infusion.Desktop/Profiles/LaunchProfile.cs
Nirad/Infusion
7f1c53610cc736b32a7236702158f06fef9abcba
[ "MIT" ]
165
2018-01-20T10:19:28.000Z
2022-02-20T21:11:34.000Z
Infusion.Desktop/Profiles/LaunchProfile.cs
Nirad/Infusion
7f1c53610cc736b32a7236702158f06fef9abcba
[ "MIT" ]
15
2018-10-23T23:51:35.000Z
2022-01-16T19:44:04.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; using Infusion.Desktop.Console; using Infusion.Desktop.Launcher; namespace Infusion.Desktop.Profiles { internal sealed class LaunchProfile : INotifyPropertyChanged { private string name;...
27.525
108
0.640327
7fd84df1fd77f2cd38964a7e52a1232045774e7e
293
cs
C#
Web/Areas/Platform/Controllers/TaskControllers/HasbeendoneController.cs
fanshuyi/.netcore-admin
aee90e889b4dea726900cb0099876081b7da4810
[ "MIT" ]
2
2021-05-28T05:54:01.000Z
2022-01-07T03:18:02.000Z
Web/Areas/Platform/Controllers/TaskControllers/HasbeendoneController.cs
fanshuyi/.netcore-admin
aee90e889b4dea726900cb0099876081b7da4810
[ "MIT" ]
null
null
null
Web/Areas/Platform/Controllers/TaskControllers/HasbeendoneController.cs
fanshuyi/.netcore-admin
aee90e889b4dea726900cb0099876081b7da4810
[ "MIT" ]
2
2021-05-28T05:39:18.000Z
2022-03-09T05:30:11.000Z
using Microsoft.AspNetCore.Mvc; using System; namespace Web.Areas.Platform.Controllers.TaskControllers { [Area("Platform")] public class HasbeendoneController : Controller { public IActionResult Index() { throw new Exception("Test"); } } }
20.928571
56
0.641638
7fec8b49e16bb28076dc65255e0f9955e77f7367
2,937
cs
C#
tests/Binstate.Tests/src/ActionsSequenceTest.cs
Ed-ward/Binstate
8456980ef219dee64357a06d43a36c34fcdeb352
[ "Apache-2.0" ]
1
2020-11-28T20:56:13.000Z
2020-11-28T20:56:13.000Z
tests/Binstate.Tests/src/ActionsSequenceTest.cs
Ed-ward/Binstate
8456980ef219dee64357a06d43a36c34fcdeb352
[ "Apache-2.0" ]
4
2020-09-25T09:43:14.000Z
2020-10-26T09:16:53.000Z
tests/Binstate.Tests/src/ActionsSequenceTest.cs
Ed-ward/Binstate
8456980ef219dee64357a06d43a36c34fcdeb352
[ "Apache-2.0" ]
2
2021-09-08T15:38:53.000Z
2022-03-09T03:33:56.000Z
using System; using System.Collections.Generic; using System.Threading; using FakeItEasy; using FluentAssertions; using NUnit.Framework; namespace Binstate.Tests; public class EnterExitActionsTest : StateMachineTestBase { [TestCaseSource(nameof(RaiseWays))] public void should_finish_enter_before_call_exit_and_ca...
26.223214
89
0.655431
afd7932036ac53ec334efdc7935197df789e669e
4,732
cs
C#
DiscUtils.Core/IWindowsFileSystem.cs
Ciastex/DiscUtils-vddcore
20046b8ad8e45f40a11c80ce66d5b92a44d5dfac
[ "MIT" ]
null
null
null
DiscUtils.Core/IWindowsFileSystem.cs
Ciastex/DiscUtils-vddcore
20046b8ad8e45f40a11c80ce66d5b92a44d5dfac
[ "MIT" ]
null
null
null
DiscUtils.Core/IWindowsFileSystem.cs
Ciastex/DiscUtils-vddcore
20046b8ad8e45f40a11c80ce66d5b92a44d5dfac
[ "MIT" ]
null
null
null
using DiscUtils.Core.WindowsSecurity.AccessControl; namespace DiscUtils.Core { /// <summary> /// Provides the base class for all file systems that support Windows semantics. /// </summary> public interface IWindowsFileSystem : IFileSystem { /// <summary> /// Gets the security descri...
44.224299
106
0.604818
cc8d01ec880718114e840bd88d28e0054f474805
2,598
cs
C#
AgentPathPlanning/Cell.cs
TomAlanCarroll/agent-path-planning
dfa6f02b5ba80e9143e82545612f302b997a4fbe
[ "MIT" ]
11
2015-07-30T01:50:53.000Z
2021-07-05T02:00:36.000Z
AgentPathPlanning/Cell.cs
TomAlanCarroll/agent-path-planning
dfa6f02b5ba80e9143e82545612f302b997a4fbe
[ "MIT" ]
null
null
null
AgentPathPlanning/Cell.cs
TomAlanCarroll/agent-path-planning
dfa6f02b5ba80e9143e82545612f302b997a4fbe
[ "MIT" ]
3
2015-10-05T13:05:38.000Z
2018-08-08T23:01:24.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Shapes; namespace AgentPathPlanning { class Cell { private int rowIndex; private int columnIndex; private double hScore; private double gScor...
21.471074
112
0.539261
23fe1553bfa33d4a825938cc21237144001bab5a
1,311
cs
C#
Softeq.XToolkit.Permissions.Droid/PermissionsService.cs
Softeq/XToolkit.WhiteLabel
62c33e8bcf0cf56cc5e164772bd6375c5f4119a9
[ "MIT" ]
25
2018-11-14T16:11:27.000Z
2022-02-23T21:12:24.000Z
Softeq.XToolkit.Permissions.Droid/PermissionsService.cs
Softeq/XToolkit.WhiteLabel
62c33e8bcf0cf56cc5e164772bd6375c5f4119a9
[ "MIT" ]
91
2018-11-20T12:34:24.000Z
2022-02-23T11:59:52.000Z
Softeq.XToolkit.Permissions.Droid/PermissionsService.cs
Softeq/XToolkit.WhiteLabel
62c33e8bcf0cf56cc5e164772bd6375c5f4119a9
[ "MIT" ]
4
2018-10-25T16:06:37.000Z
2022-01-08T15:49:42.000Z
// Developed by Softeq Development Corporation // http://www.softeq.com using System.Threading.Tasks; using Xamarin.Essentials; using BasePermission = Xamarin.Essentials.Permissions.BasePermission; using EssentialsPermissions = Xamarin.Essentials.Permissions; namespace Softeq.XToolkit.Permissions.Droid { /// <in...
32.775
97
0.643783
9b0266fe439ff37d744857cbbb9bdded2322a60a
683
cs
C#
src/EasyCaching.Core/DistributedLock/EasyCachingOptionsExtensions.cs
wenfeifei/EasyCaching
7ada76c173edd156f2ad0add1928296c9b15e5dc
[ "MIT" ]
1,310
2018-03-16T00:46:32.000Z
2022-03-31T13:13:37.000Z
src/EasyCaching.Core/DistributedLock/EasyCachingOptionsExtensions.cs
rezaAzimi1/EasyCaching
c842bfe2bc1fabd40e3e781516e1bfb57bfb89fe
[ "MIT" ]
218
2018-03-22T14:45:27.000Z
2022-03-30T14:28:15.000Z
src/EasyCaching.Core/DistributedLock/EasyCachingOptionsExtensions.cs
rezaAzimi1/EasyCaching
c842bfe2bc1fabd40e3e781516e1bfb57bfb89fe
[ "MIT" ]
278
2018-03-16T00:49:38.000Z
2022-03-30T07:13:54.000Z
using EasyCaching.Core.Configurations; using System; namespace EasyCaching.Core.DistributedLock { public static class EasyCachingOptionsExtensions { public static EasyCachingOptions UseMemoryLock(this EasyCachingOptions options) => options.UseDistributedLock<MemoryLockFactory>(); ...
31.045455
95
0.70571
be1d439b11e17c95af23c12d65b056d6607eec23
1,244
cs
C#
WRK-V1.2/tests/gc/methodical/pinning/pinningother/pinnedhandle.cs
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/tests/gc/methodical/pinning/pinningother/pinnedhandle.cs
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
WRK-V1.2/tests/gc/methodical/pinning/pinningother/pinnedhandle.cs
intj-t/openvmsft
0d17fbce8607ab2b880be976c2e86d8cfc3e83bb
[ "Intel" ]
null
null
null
// ==++== // // // Copyright (c) 2006 Microsoft Corporation. All rights reserved. // // The use and distribution terms for this software are contained in the file // named license.txt, which can be found in the root of this distribution. // By using this software in any fashion, you are agreeing to b...
27.043478
83
0.692122
3d3b5780f1d80267a8d3cbde28633376ca6a7fff
278
cs
C#
src/ServiceSupport.Infrastructure/CQRS/Queries/IQueryHandler.cs
Lukasz0303/ServiceSupport
449c1121ceed9b64044539c7dc36972423951e0b
[ "MIT" ]
null
null
null
src/ServiceSupport.Infrastructure/CQRS/Queries/IQueryHandler.cs
Lukasz0303/ServiceSupport
449c1121ceed9b64044539c7dc36972423951e0b
[ "MIT" ]
null
null
null
src/ServiceSupport.Infrastructure/CQRS/Queries/IQueryHandler.cs
Lukasz0303/ServiceSupport
449c1121ceed9b64044539c7dc36972423951e0b
[ "MIT" ]
null
null
null
using MediatR; using System; using System.Collections.Generic; using System.Text; namespace ServiceSupport.Infrastructure.CQRS.Queries { public interface IQueryHandler<in TQuery, TResult> : IRequestHandler<TQuery, TResult> where TQuery : IQuery<TResult> { } }
23.166667
71
0.755396
3d89867df6498a5dfc38a8d2f995ac9a4f5cc9ab
7,057
cs
C#
src/vstest.console/Processors/Utilities/RunSettingsProviderExtensions.cs
wjk/dotnet-vstest
9902741d679fe85ed7c92afe0c49f82139cd54b6
[ "MIT" ]
null
null
null
src/vstest.console/Processors/Utilities/RunSettingsProviderExtensions.cs
wjk/dotnet-vstest
9902741d679fe85ed7c92afe0c49f82139cd54b6
[ "MIT" ]
null
null
null
src/vstest.console/Processors/Utilities/RunSettingsProviderExtensions.cs
wjk/dotnet-vstest
9902741d679fe85ed7c92afe0c49f82139cd54b6
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.VisualStudio.TestPlatform.CommandLine.Processors.Utilities { using System; using System.Diagnostics.CodeAnalysis; using Syst...
42.005952
191
0.642483
3ddee03346c90159b1181314616ef33ab8818540
8,403
cs
C#
Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/Wizard/Controls/Header.cs
Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461
a03bbfc132e6f56775d5f3044f676b4dfdc365f7
[ "BSD-3-Clause" ]
null
null
null
Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/Wizard/Controls/Header.cs
Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461
a03bbfc132e6f56775d5f3044f676b4dfdc365f7
[ "BSD-3-Clause" ]
null
null
null
Source/Krypton Toolkit Suite Extended/Full Toolkit/Extended Controls/ExtendedToolkit/Wizard/Controls/Header.cs
Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461
a03bbfc132e6f56775d5f3044f676b4dfdc365f7
[ "BSD-3-Clause" ]
null
null
null
#region BSD License /* * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE.md file or at * https://github.com/Wagnerp/Krypton-Toolkit-Suite-Extended-NET-5.461/blob/master/LICENSE * */ #endregion using ExtendedControls.ExtendedToolkit.Wizard.Classes; using System.Compon...
37.681614
169
0.569082
964b4b69f514d49e94c15138d2e40b51a5ef2e34
2,651
cs
C#
packages/dotnet-sdk/src/TeamsFx/TeamsFx.cs
a1exwang/TeamsFx
c8300e5c8530c7f8ea23185891a7d6e7610e23fe
[ "MIT" ]
null
null
null
packages/dotnet-sdk/src/TeamsFx/TeamsFx.cs
a1exwang/TeamsFx
c8300e5c8530c7f8ea23185891a7d6e7610e23fe
[ "MIT" ]
null
null
null
packages/dotnet-sdk/src/TeamsFx/TeamsFx.cs
a1exwang/TeamsFx
c8300e5c8530c7f8ea23185891a7d6e7610e23fe
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Azure.Core; using Microsoft.Extensions.Logging; using Microsoft.Graph; namespace Microsoft.TeamsFx { /// <summary> /// Top Level API in TeamsFx SDK. /// </summary> public class TeamsFx { private readonly ILog...
44.183333
177
0.653338
9691e9366d46902a8c764065cc5468433cf1ff12
11,021
cshtml
C#
input/_layout.cshtml
Aaronontheweb/discoverdotnet
529477bffbd6662cfd82d4eeb26666a51aff9def
[ "MIT" ]
null
null
null
input/_layout.cshtml
Aaronontheweb/discoverdotnet
529477bffbd6662cfd82d4eeb26666a51aff9def
[ "MIT" ]
null
null
null
input/_layout.cshtml
Aaronontheweb/discoverdotnet
529477bffbd6662cfd82d4eeb26666a51aff9def
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-54470483-5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}...
53.241546
350
0.506851
4a0c61dc52c20f00a60412b07963077d1b5716c6
1,243
cs
C#
Trash Queen/Assets/Scripts/TargetInstantiate.cs
Shikirashi/trash-queen
403cbb0dd3ba917a249bc676814ec3365bab3011
[ "MIT" ]
null
null
null
Trash Queen/Assets/Scripts/TargetInstantiate.cs
Shikirashi/trash-queen
403cbb0dd3ba917a249bc676814ec3365bab3011
[ "MIT" ]
null
null
null
Trash Queen/Assets/Scripts/TargetInstantiate.cs
Shikirashi/trash-queen
403cbb0dd3ba917a249bc676814ec3365bab3011
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class TargetInstantiate : MonoBehaviour{ public int targetAmount; public GameObject targetPrefab; GameObject[] targets; void Start(){ for (int i = 0; i < targetAmount; i++) { Vector3 spawnPoint = new Vector3(Random.Range(-...
27.622222
98
0.686243
ac3a2f6d4c97d8c258c7b132f8c26fc9eecb3631
1,087
cshtml
C#
src/Merchello.FastTrack.Ui/App_Plugins/FastTrack/Views/CheckoutPaymentMethod/PaymentMethodForm.cshtml
ryanology/Merchello
f6cf4861c875d34c74acb43e26ff3c9d0a5e6627
[ "MIT" ]
null
null
null
src/Merchello.FastTrack.Ui/App_Plugins/FastTrack/Views/CheckoutPaymentMethod/PaymentMethodForm.cshtml
ryanology/Merchello
f6cf4861c875d34c74acb43e26ff3c9d0a5e6627
[ "MIT" ]
null
null
null
src/Merchello.FastTrack.Ui/App_Plugins/FastTrack/Views/CheckoutPaymentMethod/PaymentMethodForm.cshtml
ryanology/Merchello
f6cf4861c875d34c74acb43e26ff3c9d0a5e6627
[ "MIT" ]
null
null
null
@inherits Umbraco.Web.Mvc.UmbracoViewPage<Merchello.FastTrack.Models.FastTrackPaymentMethodModel> @using System.Web.Mvc.Html @using Merchello.FastTrack.Controllers @using Merchello.FastTrack.Ui @using Merchello.Web.Models.Ui @using Umbraco.Web @{ Model.SuccessRedirectUrl = ExampleUiHelper.CheckoutWorkflow.GetPageF...
40.259259
133
0.708372
f093c26a2ba5da0d10ea988300706c82a54699a3
1,575
cs
C#
Assets/Scripts/Gadget/Flashlight.cs
samuelschnurr/luminance-detection
520a417dd9968a4d472ba0b455fd61b58f5374bb
[ "MIT" ]
null
null
null
Assets/Scripts/Gadget/Flashlight.cs
samuelschnurr/luminance-detection
520a417dd9968a4d472ba0b455fd61b58f5374bb
[ "MIT" ]
null
null
null
Assets/Scripts/Gadget/Flashlight.cs
samuelschnurr/luminance-detection
520a417dd9968a4d472ba0b455fd61b58f5374bb
[ "MIT" ]
null
null
null
using Assets.Scripts.Player; using UnityEngine; using UnityEngine.AI; namespace Assets.Scripts.Gadget { /// <summary> /// A simple flashlight /// </summary> public class Flashlight : MonoBehaviour { private NavMeshObstacle navMeshObstacle; private PlayerInput playerInput; p...
28.125
70
0.547937
ad59ed4f999bc866cab7aacafdbf3618a09473c3
1,772
cs
C#
src/Servers/Kestrel/Transport.Quic/src/WebHostBuilderQuicExtensions.cs
aspnet/AspNetCore
e8be566ee25d40fc2338b7384c5225ba5da831f3
[ "Apache-2.0" ]
8,570
2018-10-09T21:50:10.000Z
2020-01-07T21:08:56.000Z
src/Servers/Kestrel/Transport.Quic/src/WebHostBuilderQuicExtensions.cs
aspnet/AspNetCore
e8be566ee25d40fc2338b7384c5225ba5da831f3
[ "Apache-2.0" ]
13,668
2018-10-10T00:13:51.000Z
2020-01-07T21:01:12.000Z
src/Servers/Kestrel/Transport.Quic/src/WebHostBuilderQuicExtensions.cs
aspnet/AspNetCore
e8be566ee25d40fc2338b7384c5225ba5da831f3
[ "Apache-2.0" ]
2,679
2018-10-10T03:53:59.000Z
2020-01-07T14:57:11.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.Net.Quic; using Microsoft.AspNetCore.Connections; using Microsoft.AspNetCore.Server.Kestrel.Transport.Quic; using Microsoft.Extensions.DependencyInjection; namespace Mi...
36.916667
122
0.687359
e2b8f3cc938cbe626c19facdb50e8856c54e3b69
4,350
cs
C#
MsuEcosystemApi/Core/Application/Services/JwtService/JWTService.cs
1337Motya/MsuEcosystem
d4c4658848a36866f93d719bb632d0be9e99143f
[ "MIT" ]
null
null
null
MsuEcosystemApi/Core/Application/Services/JwtService/JWTService.cs
1337Motya/MsuEcosystem
d4c4658848a36866f93d719bb632d0be9e99143f
[ "MIT" ]
null
null
null
MsuEcosystemApi/Core/Application/Services/JwtService/JWTService.cs
1337Motya/MsuEcosystem
d4c4658848a36866f93d719bb632d0be9e99143f
[ "MIT" ]
1
2021-05-31T19:45:52.000Z
2021-05-31T19:45:52.000Z
using Application.Interfaces; using Domain.Entitties.Identity; using Domain.Entitties.Identity.Settings; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using Persistence.Contexts; using System; using System.Co...
36.864407
137
0.592644
5b58b34a741dc00021a85194c9ccddbc0e74c0e4
893
cs
C#
AlipaySDKNet/Domain/AlipayOpenMiniAmpeExpressQueryModel.cs
alipay/alipay-sdk-net
5213242e99da6c18cf27799d3e43ac3aa3bef9c3
[ "Apache-2.0" ]
117
2020-01-09T06:06:46.000Z
2022-03-31T12:54:34.000Z
AlipaySDKNet/Domain/AlipayOpenMiniAmpeExpressQueryModel.cs
alipay/alipay-sdk-net
5213242e99da6c18cf27799d3e43ac3aa3bef9c3
[ "Apache-2.0" ]
19
2019-12-26T15:24:05.000Z
2021-08-08T08:54:33.000Z
AlipaySDKNet/Domain/AlipayOpenMiniAmpeExpressQueryModel.cs
alipay/alipay-sdk-net
5213242e99da6c18cf27799d3e43ac3aa3bef9c3
[ "Apache-2.0" ]
50
2019-12-26T15:21:32.000Z
2022-03-31T12:54:36.000Z
using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// <summary> /// AlipayOpenMiniAmpeExpressQueryModel Data Structure. /// </summary> [Serializable] public class AlipayOpenMiniAmpeExpressQueryModel : AopObject { /// <summary> /// 设备编号 ...
24.135135
65
0.515118
5b9020d19ba0b3870c16953e7e5e9e8d1eecf4da
206
cs
C#
NextGenSoftware.OASIS.API.Providers.CargoOASIS/Core/Models/Cargo/Beneficiary.cs
HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
13907a6d2774baa738d541a9857b3abda6b4eb59
[ "CC0-1.0" ]
43
2019-08-13T13:08:06.000Z
2022-02-08T06:12:37.000Z
NextGenSoftware.OASIS.API.Providers.CargoOASIS/Core/Models/Cargo/Beneficiary.cs
HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
13907a6d2774baa738d541a9857b3abda6b4eb59
[ "CC0-1.0" ]
60
2020-07-24T18:33:07.000Z
2022-03-22T17:51:52.000Z
NextGenSoftware.OASIS.API.Providers.CargoOASIS/Core/Models/Cargo/Beneficiary.cs
HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
13907a6d2774baa738d541a9857b3abda6b4eb59
[ "CC0-1.0" ]
26
2020-07-24T18:35:58.000Z
2022-03-19T10:40:08.000Z
namespace NextGenSoftware.OASIS.API.Providers.CargoOASIS.Models.Cargo { public class Beneficiary { public string Address { get; set; } public string Commission { get; set; } } }
25.75
70
0.665049
3e59b3cba3a07d237794a92ec0fd2b14d8c3b4e1
6,390
cs
C#
UIBrowser/PartialViews/Native/PasswordBoxView.xaml.cs
tonghudan/PanuonUI.Silver
88852d3cf1ec9bbf61ea51c72912996b276d9c54
[ "MIT" ]
1,429
2019-06-12T02:32:06.000Z
2021-06-09T06:56:54.000Z
UIBrowser/PartialViews/Native/PasswordBoxView.xaml.cs
keaidefeizao/PanuonUI.Silver
437983105cc16dbbdd57d8ab8800c016129b5b7f
[ "MIT" ]
78
2019-06-26T05:18:02.000Z
2021-06-05T03:05:50.000Z
UIBrowser/PartialViews/Native/PasswordBoxView.xaml.cs
keaidefeizao/PanuonUI.Silver
437983105cc16dbbdd57d8ab8800c016129b5b7f
[ "MIT" ]
280
2019-06-13T10:25:08.000Z
2021-06-05T11:04:16.000Z
using Panuon.UI.Silver; using System.Windows; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Effects; using UIBrowser.Helpers; namespace UIBrowser.PartialViews.Native { /// <summary> /// PasswordBoxView.xaml 的交互逻辑 /// </summary> ...
36.101695
155
0.566354
69d7a2dfcfdd498bc5d9074e6eeb825c445d3b02
1,033
cs
C#
2020/AOC2020/Day01/Puzzle.cs
GreenOlvi/AdventOfCode
b30a68243dbcc82b7b2f4b8814ccee10b4d6b90a
[ "MIT" ]
1
2015-12-18T10:30:10.000Z
2015-12-18T10:30:10.000Z
2020/AOC2020/Day01/Puzzle.cs
GreenOlvi/AdventOfCode2015
b30a68243dbcc82b7b2f4b8814ccee10b4d6b90a
[ "MIT" ]
null
null
null
2020/AOC2020/Day01/Puzzle.cs
GreenOlvi/AdventOfCode2015
b30a68243dbcc82b7b2f4b8814ccee10b4d6b90a
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; namespace AOC2020.Day01 { public class Puzzle : PuzzleBase<int, int> { public Puzzle(IEnumerable<int> input) { _input = input.ToHashSet(); } private readonly HashSet<int> _input; private IEnumerable<(int...
23.477273
89
0.466602
9c5faf9df4068820d3387ba0975b8e6dd3e0b051
800
cs
C#
ZXH.ZentaoNotify.Host/obj/Debug/netcoreapp3.0/ZXH.ZentaoNotify.Host.MvcApplicationPartsAssemblyInfo.cs
zhutoutou/ZendaoNotify
085ddbe260bfa86e2db5a75b1375ff4de14fba45
[ "MIT" ]
null
null
null
ZXH.ZentaoNotify.Host/obj/Debug/netcoreapp3.0/ZXH.ZentaoNotify.Host.MvcApplicationPartsAssemblyInfo.cs
zhutoutou/ZendaoNotify
085ddbe260bfa86e2db5a75b1375ff4de14fba45
[ "MIT" ]
null
null
null
ZXH.ZentaoNotify.Host/obj/Debug/netcoreapp3.0/ZXH.ZentaoNotify.Host.MvcApplicationPartsAssemblyInfo.cs
zhutoutou/ZendaoNotify
085ddbe260bfa86e2db5a75b1375ff4de14fba45
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ using System...
38.095238
109
0.6275
141cf915cee3b6e8297e941d797be18e5e746d34
6,780
cs
C#
OnlineShopping/OnlineShopping/Areas/Admin/Controllers/ProductsController.cs
Tuyen104/AdminAreaEx
6d654b68907de4c8efad9c9ca1cbeecf19b1bf93
[ "Apache-2.0" ]
null
null
null
OnlineShopping/OnlineShopping/Areas/Admin/Controllers/ProductsController.cs
Tuyen104/AdminAreaEx
6d654b68907de4c8efad9c9ca1cbeecf19b1bf93
[ "Apache-2.0" ]
null
null
null
OnlineShopping/OnlineShopping/Areas/Admin/Controllers/ProductsController.cs
Tuyen104/AdminAreaEx
6d654b68907de4c8efad9c9ca1cbeecf19b1bf93
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.IO; using System.Linq; using System.Net; using System.Web; using System.Web.Mvc; using OnlineShopping.Models; using PagedList; namespace OnlineShopping.Areas.Admin.Controllers { [Authorize(Roles = "Admin, Man...
33.9
139
0.520649
4e0876332b17c0b9cd8af8775a53ad8c5f5875ac
163
cs
C#
src/Documentor/Config/DownloadSettings.cs
askalione/documentor
66b325c11ded0aeac9b6ef11a9b2da077e06745e
[ "MIT" ]
7
2018-08-08T08:33:16.000Z
2019-08-09T09:57:32.000Z
src/Documentor/Config/DownloadSettings.cs
askalione/documentor
66b325c11ded0aeac9b6ef11a9b2da077e06745e
[ "MIT" ]
null
null
null
src/Documentor/Config/DownloadSettings.cs
askalione/documentor
66b325c11ded0aeac9b6ef11a9b2da077e06745e
[ "MIT" ]
2
2019-07-13T15:38:58.000Z
2021-07-29T05:39:22.000Z
namespace Documentor.Config { public class DownloadSettings { public string Url { get; set; } public string Version { get; set; } } }
18.111111
43
0.601227
4f44b3fd58493bfcf19e8c21e245cae949e61df7
319
cs
C#
src/Roadkill.Text/Parsers/Markdig/IMarkdigParserFactory.cs
roadkillwiki/roadkill_new
fa4a821b06c16532232166d2ebe05a49c2cf04fd
[ "MS-PL" ]
24
2018-12-12T06:57:36.000Z
2021-04-23T11:57:33.000Z
src/Roadkill.Text/Parsers/Markdig/IMarkdigParserFactory.cs
ozturk1907/roadkill_new
748ae939ac1e190b063466b92e6970b500750248
[ "MS-PL" ]
6
2018-12-11T09:50:32.000Z
2022-02-26T22:35:22.000Z
src/Roadkill.Text/Parsers/Markdig/IMarkdigParserFactory.cs
ozturk1907/roadkill_new
748ae939ac1e190b063466b92e6970b500750248
[ "MS-PL" ]
5
2019-05-21T22:20:38.000Z
2021-05-21T05:39:06.000Z
using Microsoft.AspNetCore.Mvc; using Roadkill.Core.Repositories; namespace Roadkill.Text.Parsers.Markdig { public interface IMarkdigParserFactory { // TODO: NETStandard - replace urlhelper to IUrlHelper MarkdigParser Create(IPageRepository pageRepository, TextSettings textSettings, IUrlHelper urlHelper); } }
26.583333
104
0.818182
fba7a020d1cd157048475dde402d4d28dac80cb7
439
cs
C#
Models/SSBPopulationStatistics/POCO/LabeledValue.cs
IT2901-SINTEF01/backend
f6f41650c925a53dcf008fefcf0d66446e787b04
[ "Apache-2.0" ]
15
2021-02-06T19:26:39.000Z
2021-03-05T14:49:58.000Z
Models/SSBPopulationStatistics/POCO/LabeledValue.cs
IT2901-SINTEF01/backend
f6f41650c925a53dcf008fefcf0d66446e787b04
[ "Apache-2.0" ]
157
2021-02-06T18:24:59.000Z
2022-03-10T07:10:02.000Z
Models/SSBPopulationStatistics/POCO/LabeledValue.cs
IT2901-SINTEF01/backend
f6f41650c925a53dcf008fefcf0d66446e787b04
[ "Apache-2.0" ]
null
null
null
using System.Collections.ObjectModel; using System.Text.Json.Serialization; namespace Backend.Models.SSBPopulationStatistics.POCO { public class LabeledValue { [JsonPropertyName("municipality")] public string Municipality { get; init; } /// Format: [ [ year, population ] ] [JsonPropert...
31.357143
84
0.710706
d068b7bf3362915b501f3bdbcfb5947a7f722c2d
20,940
cs
C#
Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/DemoScrollPanZoom/Scripts/BaseClasses/PanZoomBase.cs
KevinKennedy/RemotedGestures
7d28e3bd7bb4047f899074a68bcd54b58d37340e
[ "MIT" ]
20
2020-03-18T22:03:39.000Z
2021-11-18T13:58:47.000Z
Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/DemoScrollPanZoom/Scripts/BaseClasses/PanZoomBase.cs
KevinKennedy/RemotedGestures
7d28e3bd7bb4047f899074a68bcd54b58d37340e
[ "MIT" ]
41
2019-10-22T17:47:22.000Z
2019-12-09T06:10:29.000Z
Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/DemoScrollPanZoom/Scripts/BaseClasses/PanZoomBase.cs
KevinKennedy/RemotedGestures
7d28e3bd7bb4047f899074a68bcd54b58d37340e
[ "MIT" ]
2
2021-02-15T07:31:16.000Z
2021-12-30T02:26:22.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using System.Collections; using System.Collections.Generic; using UnityEn...
33.080569
173
0.546466
7849d0dacd72a10b362093d6b3ff03810e4683ca
1,196
cs
C#
Source/Blazorise/CardSubtitle.razor.cs
ShikaTech/Blazorise
383125efc52a5c8534ea8ebeac53eb5a1af12d9d
[ "MIT" ]
null
null
null
Source/Blazorise/CardSubtitle.razor.cs
ShikaTech/Blazorise
383125efc52a5c8534ea8ebeac53eb5a1af12d9d
[ "MIT" ]
null
null
null
Source/Blazorise/CardSubtitle.razor.cs
ShikaTech/Blazorise
383125efc52a5c8534ea8ebeac53eb5a1af12d9d
[ "MIT" ]
null
null
null
#region Using directives using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; #endregion namespace Blazorise { public abstract class BaseCardSubtitle : BaseComponent { #region Members private int size = 6; ...
21.357143
105
0.562709
74b97fac2a0899a3718fdde11b0ff7e0ddc6af33
1,645
cs
C#
SumOfMatrixDiagonal/Program.cs
agathafr/DotNetCourse
c96880b86463d5ed2023345758b16d45e9f7adb1
[ "MIT" ]
2
2021-09-23T17:47:53.000Z
2021-11-30T09:34:17.000Z
SumOfMatrixDiagonal/Program.cs
agathafr/DotNetCourse
c96880b86463d5ed2023345758b16d45e9f7adb1
[ "MIT" ]
null
null
null
SumOfMatrixDiagonal/Program.cs
agathafr/DotNetCourse
c96880b86463d5ed2023345758b16d45e9f7adb1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SumOfMatrixDiagonal { class Program { static int[,] matrix = new int[6, 6]; static int sum = 0; static void Main(string[] args) { AddElemen...
23.84058
121
0.406079
51144859f6b5293436eafe11e204035483623b6e
5,335
cs
C#
samples/aspnetcore/SwaggerODataSample/Startup.cs
waqaskhan540/aspnet-api-versioning
7925cbde39d3bbdb8a7f4ca261630b4f116ce11b
[ "MIT" ]
3
2019-01-23T09:09:23.000Z
2021-02-08T14:14:49.000Z
samples/aspnetcore/SwaggerODataSample/Startup.cs
AzureMentor/aspnet-api-versioning
6d4284e7d21587d2853ccff306d7b9c1687654a6
[ "MIT" ]
null
null
null
samples/aspnetcore/SwaggerODataSample/Startup.cs
AzureMentor/aspnet-api-versioning
6d4284e7d21587d2853ccff306d7b9c1687654a6
[ "MIT" ]
1
2021-11-14T03:29:02.000Z
2021-11-14T03:29:02.000Z
namespace Microsoft.Examples { using Microsoft.AspNet.OData.Builder; using Microsoft.AspNet.OData.Extensions; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.Extensions.DependencyInjection; using Microsoft.E...
46.798246
163
0.595127
515c0a71f5beb4ef95813f790576bb0c0e162f9e
988
cs
C#
src/Raven.Server/Documents/Indexes/MapReduce/Auto/AggregatedDocuments.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2017-03-02T13:05:14.000Z
2017-03-02T13:05:14.000Z
src/Raven.Server/Documents/Indexes/MapReduce/Auto/AggregatedDocuments.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2019-03-12T12:10:52.000Z
2019-03-12T12:10:52.000Z
src/Raven.Server/Documents/Indexes/MapReduce/Auto/AggregatedDocuments.cs
aviv86/ravendb
3ee33d576fecd2c47dc7a9f5b671a46731fed659
[ "Linux-OpenIB" ]
null
null
null
using Sparrow.Json; using System.Collections.Generic; namespace Raven.Server.Documents.Indexes.MapReduce.Auto { public class AggregatedDocuments : AggregationResult { private readonly List<Document> _outputs; public AggregatedDocuments(List<Document> results) { ...
24.097561
83
0.527328
3379b981d0b2d57ff86b51fd06fb4484ba1be9d9
2,536
cs
C#
src/tests/Microsoft.PowerFx.Core.Tests/ExpressionTestHelpers/ExpressionTestCase.cs
King0520/Power-Fx
e2d926f7144645c2cb54ae64737052b6236d0a3b
[ "MIT" ]
null
null
null
src/tests/Microsoft.PowerFx.Core.Tests/ExpressionTestHelpers/ExpressionTestCase.cs
King0520/Power-Fx
e2d926f7144645c2cb54ae64737052b6236d0a3b
[ "MIT" ]
null
null
null
src/tests/Microsoft.PowerFx.Core.Tests/ExpressionTestHelpers/ExpressionTestCase.cs
King0520/Power-Fx
e2d926f7144645c2cb54ae64737052b6236d0a3b
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. using System.Collections.Generic; using System.IO; using Newtonsoft.Json; using Xunit.Abstractions; namespace Microsoft.PowerFx.Core.Tests { // Wrap a test case for calling from xunit. public class ExpressionTestCase : TestCase, IXun...
34.27027
123
0.617114
7dedf3d35bf9841d9a186cec6014548144806d18
411
cs
C#
Compiler/TranslatorTests/TestProjects/16/BridgeIssues/1500/N1009.cs
Danielku15/Bridge
9cffa0be5546053ea11f13001f304825bdd1734b
[ "Apache-2.0" ]
14
2019-03-13T22:02:12.000Z
2022-02-15T11:16:52.000Z
Compiler/TranslatorTests/TestProjects/16/BridgeIssues/1500/N1009.cs
Danielku15/Bridge
9cffa0be5546053ea11f13001f304825bdd1734b
[ "Apache-2.0" ]
null
null
null
Compiler/TranslatorTests/TestProjects/16/BridgeIssues/1500/N1009.cs
Danielku15/Bridge
9cffa0be5546053ea11f13001f304825bdd1734b
[ "Apache-2.0" ]
2
2022-01-24T09:49:51.000Z
2022-03-14T11:25:21.000Z
//#1009 namespace Test.BridgeIssues.N1009 { using Bridge; public class Class1009 { [Init(InitPosition.Top)] public static void Top() { /* A custom comment */ } [Init(InitPosition.Bottom)] public static void Bottom() ...
16.44
35
0.425791
3309e4a56b0b52ffd2ae5f2d62c326c26574636c
922
cs
C#
WarsawCityGameServer/WarsawCityGamesServer.Services/Controllers/MissionHistoryController.cs
Koteczeg/WarsawCityGame
40769f8e92ae6c20de53814b6d7025ed5052762b
[ "MIT" ]
null
null
null
WarsawCityGameServer/WarsawCityGamesServer.Services/Controllers/MissionHistoryController.cs
Koteczeg/WarsawCityGame
40769f8e92ae6c20de53814b6d7025ed5052762b
[ "MIT" ]
null
null
null
WarsawCityGameServer/WarsawCityGamesServer.Services/Controllers/MissionHistoryController.cs
Koteczeg/WarsawCityGame
40769f8e92ae6c20de53814b6d7025ed5052762b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using System.Web.Http; using WarsawCityGamesServer.DataAccess.DataAccessServices.Interfaces; namespace WarsawCityGamesServer.Services.Controllers { [Authorize] [RoutePrefix...
27.939394
78
0.696312
7d29ed132cb13585e17c8af98adf3ef28a762781
1,337
cs
C#
0a-procedural/Arrays/Program.cs
2002-feb24-net/trainer-code
94035f9d0e8152e73a924bbfb899720de81835e3
[ "MIT" ]
5
2020-02-27T21:24:48.000Z
2020-04-10T22:16:27.000Z
0a-procedural/Arrays/Program.cs
2002-feb24-net/trainer-code
94035f9d0e8152e73a924bbfb899720de81835e3
[ "MIT" ]
1
2020-04-01T14:55:02.000Z
2020-04-01T14:55:28.000Z
0a-procedural/Arrays/Program.cs
2002-feb24-net/trainer-code
94035f9d0e8152e73a924bbfb899720de81835e3
[ "MIT" ]
1
2020-02-25T20:36:48.000Z
2020-02-25T20:36:48.000Z
using System; namespace Arrays { class Program { static void Main(string[] args) { // arrays are the most fundamental/basic way to // have a collection/sequence of data in C#. // the main rules about them: // 1) once they've been created, they c...
36.135135
103
0.551234