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
cee2725235f8c76af324c7ed4d12a7d43479ebb6
9,424
cs
C#
Test/Test.VirtualRadar.WebSite/TestHelpers/ReportRowsAddress.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
208
2016-08-10T20:29:57.000Z
2022-03-29T04:58:05.000Z
Test/Test.VirtualRadar.WebSite/TestHelpers/ReportRowsAddress.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
43
2017-07-23T12:24:05.000Z
2022-01-23T11:33:34.000Z
Test/Test.VirtualRadar.WebSite/TestHelpers/ReportRowsAddress.cs
neonowy/vrs
96b129b924ee18f9c1f356d58313e6075994b724
[ "BSD-3-Clause" ]
47
2016-08-10T17:16:16.000Z
2022-03-05T08:12:21.000Z
// Copyright © 2017 onwards, Andrew Whewell // All rights reserved. // // Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright notice, th...
67.314286
750
0.611842
e3bf7434e3cd059a15853d4b3ccab4b7a4f30511
299
cs
C#
src/SST.Application/Lectors/Commands/DeleteGradeByLector/DeleteGradeByLectorCommand.cs
DthRazak/Student-Success
43bd25011b245be30f88872fdebbc2459d393bd2
[ "Apache-2.0" ]
1
2020-03-08T17:34:14.000Z
2020-03-08T17:34:14.000Z
src/SST.Application/Lectors/Commands/DeleteGradeByLector/DeleteGradeByLectorCommand.cs
DthRazak/Student-Success
43bd25011b245be30f88872fdebbc2459d393bd2
[ "Apache-2.0" ]
41
2020-03-08T17:27:34.000Z
2020-05-12T19:23:49.000Z
src/SST.Application/Lectors/Commands/DeleteGradeByLector/DeleteGradeByLectorCommand.cs
DthRazak/Student-Success
43bd25011b245be30f88872fdebbc2459d393bd2
[ "Apache-2.0" ]
1
2020-05-11T20:42:49.000Z
2020-05-11T20:42:49.000Z
using System.ComponentModel.DataAnnotations; using MediatR; namespace SST.Application.Lectors.Commands.DeleteGradeByLector { public class DeleteGradeByLectorCommand : IRequest { [Required] public int GradeId { get; set; } public int LectorId { get; set; } } }
21.357143
62
0.692308
0095e1e13997089ab1a49fd0ebd77a7ce8e70ad1
12,494
cshtml
C#
Views/Home/ZaprosCentral.cshtml
str1py/Rosim-Docks
7f2a45b70eaab771ceb1c7d6711b1d81455bbdf7
[ "MIT" ]
null
null
null
Views/Home/ZaprosCentral.cshtml
str1py/Rosim-Docks
7f2a45b70eaab771ceb1c7d6711b1d81455bbdf7
[ "MIT" ]
null
null
null
Views/Home/ZaprosCentral.cshtml
str1py/Rosim-Docks
7f2a45b70eaab771ceb1c7d6711b1d81455bbdf7
[ "MIT" ]
null
null
null
@using RosreestDocks.Interfaces @using RosreestDocks.Models @using RosreestDocks.Contexts @using RosreestDocks.Helpers @model ZaprosCA @inject DataBaseContext db @{ ViewData["Title"] = "Запрос поручения"; } <h1>@ViewData["Title"]</h1> <div> <p>Поля отмеченные <strong>*</strong> обязательны к заполнению</p> <...
50.582996
217
0.516808
85fb98379a077ae13b25a3b7d76974b8d1d1015e
13,762
cs
C#
Assets/Script/JsonData.cs
heshost/GameLerisaUnity
0b31efde9f5232e71ff2c354a42210687b5f67cc
[ "MIT" ]
null
null
null
Assets/Script/JsonData.cs
heshost/GameLerisaUnity
0b31efde9f5232e71ff2c354a42210687b5f67cc
[ "MIT" ]
null
null
null
Assets/Script/JsonData.cs
heshost/GameLerisaUnity
0b31efde9f5232e71ff2c354a42210687b5f67cc
[ "MIT" ]
null
null
null
using Photon.Pun; using Photon.Pun.UtilityScripts; using System.Collections; using System.Collections.Generic; using TMPro; using UnityEngine; using UnityEngine.Networking; using UnityEngine.UI; namespace lerisa { [System.Serializable] public class JsonData : MonoBehaviour { [System.Serializable]...
27.634538
121
0.493388
82d1e300ecd1192897087aea7ff519fa4239ebed
237
cs
C#
Super.Testing.Objects/Near.cs
SuperDotNet/Super.NET
7eeaf44f7379d5338c01fb689178a988e32d4b5a
[ "MIT" ]
13
2018-04-09T08:53:17.000Z
2020-03-29T17:40:49.000Z
Super.Testing.Objects/Near.cs
SuperDotNet/Super.NET
7eeaf44f7379d5338c01fb689178a988e32d4b5a
[ "MIT" ]
29
2018-10-12T11:59:04.000Z
2019-11-06T09:29:59.000Z
Super.Testing.Objects/Near.cs
SuperDotNet/Super.NET
7eeaf44f7379d5338c01fb689178a988e32d4b5a
[ "MIT" ]
4
2018-05-27T16:00:22.000Z
2021-08-18T01:25:41.000Z
using Super.Model.Results; using Super.Model.Sequences; namespace Super.Testing.Objects { sealed class Near : Instance<Selection> { public static Near Default { get; } = new Near(); Near() : base(new Selection(300, 100)) {} } }
19.75
51
0.696203
bcb5b77c4f7adb2ca1620819e92f2a6d25aa1b2f
163
cs
C#
CharacterGen/Randomizers/CharacterClasses/ISetLevelRandomizer.cs
cidthecoatrack/CharacterGen
286ef67ae1bdee3f120822fe2567029aecaa1ab7
[ "MIT" ]
null
null
null
CharacterGen/Randomizers/CharacterClasses/ISetLevelRandomizer.cs
cidthecoatrack/CharacterGen
286ef67ae1bdee3f120822fe2567029aecaa1ab7
[ "MIT" ]
125
2015-08-16T02:29:46.000Z
2021-02-08T17:15:50.000Z
CharacterGen/Randomizers/CharacterClasses/ISetLevelRandomizer.cs
cidthecoatrack/CharacterGen
286ef67ae1bdee3f120822fe2567029aecaa1ab7
[ "MIT" ]
1
2019-07-16T00:12:38.000Z
2019-07-16T00:12:38.000Z
namespace CharacterGen.Randomizers.CharacterClasses { public interface ISetLevelRandomizer : ILevelRandomizer { int SetLevel { get; set; } } }
23.285714
59
0.705521
0f7b447a962a685f5205c0d58512398cecbee129
1,346
cs
C#
HRM_Track_Merger/PolarXML/PowerData.cs
iameph/HRM_Track_Merger
30df6b766be2ec5dc4292c5e3276ea49bf986ffd
[ "MIT" ]
null
null
null
HRM_Track_Merger/PolarXML/PowerData.cs
iameph/HRM_Track_Merger
30df6b766be2ec5dc4292c5e3276ea49bf986ffd
[ "MIT" ]
null
null
null
HRM_Track_Merger/PolarXML/PowerData.cs
iameph/HRM_Track_Merger
30df6b766be2ec5dc4292c5e3276ea49bf986ffd
[ "MIT" ]
null
null
null
using System; using System.Xml; namespace HRM_Track_Merger.PolarXML { class PowerData { public PowerData() { } public PowerData(XmlElement elem) { ParseXmlElement(elem); } private void ParseXmlElement(XmlElement elem) { foreach (XmlElement el in elem.ChildNo...
35.421053
75
0.497028
ba350f42daa5339f4a6f0e5d5f2cbf6f6b17eaa2
1,111
cshtml
C#
Web/JudgeSystem.Web/Areas/Administration/Views/Course/Edit.cshtml
NaskoVasilev/JudgeSystem
c9aa9e2462ed80fa180756e3e3fe578b4bbd739e
[ "MIT" ]
37
2019-10-08T11:51:09.000Z
2022-02-22T18:57:26.000Z
Web/JudgeSystem.Web/Areas/Administration/Views/Course/Edit.cshtml
NaskoVasilev/JudgeSystem
c9aa9e2462ed80fa180756e3e3fe578b4bbd739e
[ "MIT" ]
10
2019-10-12T23:11:04.000Z
2021-11-20T19:05:33.000Z
Web/JudgeSystem.Web/Areas/Administration/Views/Course/Edit.cshtml
NaskoVasilev/JudgeSystem
c9aa9e2462ed80fa180756e3e3fe578b4bbd739e
[ "MIT" ]
4
2020-05-26T08:46:02.000Z
2022-03-03T20:41:13.000Z
@inject IStringLocalizer<SharedResources> SharedLocalizer @model CourseEditModel @{ ViewData["Title"] = SharedLocalizer["Course Edit"]; } <h1>@ViewData["Title"]</h1> <div class="row"> <div class="col-md-4"> <section> <form id="account" method="post"> <div asp-validation-su...
35.83871
99
0.50315
d2c9554747342ee89066578aca119a0202263022
2,190
cs
C#
Assets/scripts/animacionScripts/PlayScritp.cs
NessDisk/Crewild
a6e2220b41d052e8ce36f3319c1adf09660931ea
[ "MIT" ]
null
null
null
Assets/scripts/animacionScripts/PlayScritp.cs
NessDisk/Crewild
a6e2220b41d052e8ce36f3319c1adf09660931ea
[ "MIT" ]
null
null
null
Assets/scripts/animacionScripts/PlayScritp.cs
NessDisk/Crewild
a6e2220b41d052e8ce36f3319c1adf09660931ea
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class PlayScritp : MonoBehaviour { public bool activador; public ModosRepruduccion ModoReproduccion; public bool DetenerAnimacion; public float VelocidadAnimacion; Image Spriterender; ...
22.346939
71
0.540639
b8af6bfc36c8b42ab71be80e1d37e87c7a05d18b
1,574
cs
C#
Scripts/BaseApi/Data/SpecialAuthority/TopHoldersSpecialAuthorityData.cs
echoprotocol/echo-unity-lib
c8ae11bcc2ce007994670c1951dde982df928809
[ "MIT" ]
1
2019-06-24T05:38:15.000Z
2019-06-24T05:38:15.000Z
Scripts/BaseApi/Data/SpecialAuthority/TopHoldersSpecialAuthorityData.cs
echoprotocol/echo-unity-lib
c8ae11bcc2ce007994670c1951dde982df928809
[ "MIT" ]
null
null
null
Scripts/BaseApi/Data/SpecialAuthority/TopHoldersSpecialAuthorityData.cs
echoprotocol/echo-unity-lib
c8ae11bcc2ce007994670c1951dde982df928809
[ "MIT" ]
null
null
null
using Base.Config; using Buffers; using Newtonsoft.Json.Linq; using Tools.Json; namespace Base.Data.SpecialAuthorities { public sealed class TopHoldersSpecialAuthorityData : SpecialAuthorityData { private const string ASSET_FIELD_KEY = "asset"; private const string NUM_TOP_HOLDERS_FIELD_KEY = ...
34.977778
134
0.646125
fdc1501376d33c3b8fbc11c2b1fbd337ef2401c8
994
cs
C#
src/SpectatorView.Unity/Assets/SpectatorView/Scripts/Socketer/IncomingMessage.cs
arttylovelychoise/MixedReality-SpectatorView
d31d6ee2136e9978d6c0af875911857cfba09771
[ "MIT" ]
165
2019-06-19T18:41:20.000Z
2022-03-16T12:17:02.000Z
src/SpectatorView.Unity/Assets/SpectatorView/Scripts/Socketer/IncomingMessage.cs
arttylovelychoise/MixedReality-SpectatorView
d31d6ee2136e9978d6c0af875911857cfba09771
[ "MIT" ]
297
2019-06-18T19:01:43.000Z
2022-03-31T00:11:07.000Z
src/SpectatorView.Unity/Assets/SpectatorView/Scripts/Socketer/IncomingMessage.cs
arttylovelychoise/MixedReality-SpectatorView
d31d6ee2136e9978d6c0af875911857cfba09771
[ "MIT" ]
108
2019-06-17T22:44:08.000Z
2022-03-18T05:44:57.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace Microsoft.MixedReality.SpectatorView { /// <summary> /// Helper class that wraps an incoming message /// </summary> public class IncomingMe...
29.235294
91
0.588531
ce5006a453d7f4f066e8306847cfa624e94b4c27
562
cs
C#
CorePluralsight/CityInfo.Core/Services/MailServices/LocalMailService.cs
zhenyaracheva/AspNet-Core
1b6e90657521e4fd309d7e65879d59a9d6bd0d8b
[ "MIT" ]
null
null
null
CorePluralsight/CityInfo.Core/Services/MailServices/LocalMailService.cs
zhenyaracheva/AspNet-Core
1b6e90657521e4fd309d7e65879d59a9d6bd0d8b
[ "MIT" ]
null
null
null
CorePluralsight/CityInfo.Core/Services/MailServices/LocalMailService.cs
zhenyaracheva/AspNet-Core
1b6e90657521e4fd309d7e65879d59a9d6bd0d8b
[ "MIT" ]
null
null
null
using System.Diagnostics; namespace CityInfo.Core { public class LocalMailService : IMailService { private string mailTo = Startup.Configuration["mailSettings:mailToAddress"]; private string mailFrom = Startup.Configuration["mailSettings:mailFromAddress"]; public void Send(string subj...
31.222222
88
0.654804
08aa3ecbbf3bc71a09e474f01b0730c273817048
335
cs
C#
starbase-nexus-api/Models/Identity/Role/ViewRole.cs
WildChild85/starbase-nexus-api
be6280c8b3130c382ece8150d3463b2856039c53
[ "MIT" ]
1
2021-09-17T08:20:01.000Z
2021-09-17T08:20:01.000Z
starbase-nexus-api/Models/Identity/Role/ViewRole.cs
WildChild85/starbase-nexus-api
be6280c8b3130c382ece8150d3463b2856039c53
[ "MIT" ]
null
null
null
starbase-nexus-api/Models/Identity/Role/ViewRole.cs
WildChild85/starbase-nexus-api
be6280c8b3130c382ece8150d3463b2856039c53
[ "MIT" ]
null
null
null
using System; namespace starbase_nexus_api.Models.Identity.Role { public class ViewRole : ExternalViewModel { public string Id { get; set; } public string Name { get; set; } public DateTimeOffset CreatedAt { get; set; } public DateTimeOffset? UpdatedAt { get; set...
20.9375
55
0.608955
a0b5e9a33b38813b259e8c0f716361e2b0266b7b
4,839
cs
C#
Connect.API/Connect.API/Controllers/UsersController.cs
KingCobrass/connect-the-planet
4a2ce4373126f61737571859e1a5f5423a6cda08
[ "Apache-2.0" ]
null
null
null
Connect.API/Connect.API/Controllers/UsersController.cs
KingCobrass/connect-the-planet
4a2ce4373126f61737571859e1a5f5423a6cda08
[ "Apache-2.0" ]
null
null
null
Connect.API/Connect.API/Controllers/UsersController.cs
KingCobrass/connect-the-planet
4a2ce4373126f61737571859e1a5f5423a6cda08
[ "Apache-2.0" ]
null
null
null
using connect.Interface.User; using Connect.API.Infrastructure; using Connect.API.Models; using Connect.API.Models.Response; using Connect.Interface.Constants; using Connect.Interface.Logger; using Connect.Interface.Response; using Connect.Interface.User; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNe...
39.663934
164
0.61769
a0e5d69d74193be7a91fb6459e989e97668911e0
538
cs
C#
Test/Program.cs
kant/Nebulator
60e93bcdc4ce93e7d2e09b0f2fd0907f090d6596
[ "MIT" ]
null
null
null
Test/Program.cs
kant/Nebulator
60e93bcdc4ce93e7d2e09b0f2fd0907f090d6596
[ "MIT" ]
null
null
null
Test/Program.cs
kant/Nebulator
60e93bcdc4ce93e7d2e09b0f2fd0907f090d6596
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NBagOfTricks.PNUT; using Nebulator.Common; namespace Nebulator.Test { class Program { [STAThread] static void Main(string[] args) { ScriptDefinitions.Th...
22.416667
70
0.633829
ee4a2abddc250b95a49fc5935e96030a1c91b18b
195
cs
C#
FoodCalculator.FoodApi.DomainModel/NutritionDataDomainInput.cs
GuyBukys/FoodCalculator.FoodApi
7e00fc365ebffddc5ae882e5cdd62e4c3a355934
[ "MIT" ]
null
null
null
FoodCalculator.FoodApi.DomainModel/NutritionDataDomainInput.cs
GuyBukys/FoodCalculator.FoodApi
7e00fc365ebffddc5ae882e5cdd62e4c3a355934
[ "MIT" ]
1
2022-03-22T18:12:00.000Z
2022-03-22T18:12:00.000Z
FoodCalculator.FoodApi.DomainModel/NutritionDataDomainInput.cs
GuyBukys/FoodCalculator.FoodApi
7e00fc365ebffddc5ae882e5cdd62e4c3a355934
[ "MIT" ]
null
null
null
namespace FoodCalculator.FoodApi.DomainModel; public class NutritionDataDomainInput { public string Ingredient { get; set; } = string.Empty; public double AmountInGrams { get; set; } }
24.375
58
0.748718
6ae9492e55a53091014c6590f52a56f639233eab
2,633
cs
C#
Edison.Web/Edison.Microservices.ChatService/Helpers/CommandFactoryHelper.cs
sysgain/ProjectEdison-1
b8727361295bb60ba760d019e63d9833fb154938
[ "MIT" ]
14
2018-10-15T10:00:16.000Z
2021-01-29T02:31:32.000Z
Edison.Web/Edison.Microservices.ChatService/Helpers/CommandFactoryHelper.cs
sysgain/ProjectEdison-1
b8727361295bb60ba760d019e63d9833fb154938
[ "MIT" ]
null
null
null
Edison.Web/Edison.Microservices.ChatService/Helpers/CommandFactoryHelper.cs
sysgain/ProjectEdison-1
b8727361295bb60ba760d019e63d9833fb154938
[ "MIT" ]
11
2019-01-12T17:42:55.000Z
2019-10-01T13:54:35.000Z
using System; using AutoMapper; using Microsoft.Bot.Schema; using Edison.Core.Common.Models; using Edison.ChatService.Models; namespace Edison.ChatService.Helpers { public static class CommandFactoryHelper { public static Command CreateCommandError(string botId) { return new Comman...
31.722892
129
0.582605
298e6c0caa5433d2110bc0b1acd53acb89df8be6
267
cs
C#
Packages/com.unity.entities@0.17.0-preview.42/Unity.Entities/Static.cs
polartron/open-netcode
935e7094463dc09c2341821335a0fbab349e2e43
[ "MIT" ]
7
2022-02-23T16:20:51.000Z
2022-03-08T21:32:59.000Z
Packages/com.unity.entities@0.17.0-preview.42/Unity.Entities/Static.cs
polartron/open-netcode
935e7094463dc09c2341821335a0fbab349e2e43
[ "MIT" ]
null
null
null
Packages/com.unity.entities@0.17.0-preview.42/Unity.Entities/Static.cs
polartron/open-netcode
935e7094463dc09c2341821335a0fbab349e2e43
[ "MIT" ]
null
null
null
using System; using Unity.Entities; namespace Unity.Transforms { /// <summary> /// This component is added during conversion by GameObjects that are marked with StaticOptimizeEntity. /// </summary> public struct Static : IComponentData { } }
20.538462
107
0.692884
ae0c76d34c7f894afcec212cda7060705a572551
327
cs
C#
Transition/Compiler/ValueConverters/IValueConverter.cs
bcatcho/statescript
9ebfe43d367da6ece35397cea556e4dfc8e2aac3
[ "MIT" ]
2
2017-01-22T23:00:20.000Z
2021-06-22T23:37:35.000Z
Assets/transition_unity_v0.5.0/Compiler/ValueConverters/IValueConverter.cs
bcatcho/transition-unity-examples
73fc0551f1eac8edfc50a2bbfd815c3889ceb1df
[ "MIT" ]
null
null
null
Assets/transition_unity_v0.5.0/Compiler/ValueConverters/IValueConverter.cs
bcatcho/transition-unity-examples
73fc0551f1eac8edfc50a2bbfd815c3889ceb1df
[ "MIT" ]
null
null
null
using System; namespace Transition.Compiler.ValueConverters { /// <summary> /// Implement this interface to convert a string in a state machine into a specific type. /// </summary> public interface IValueConverter { Type GetConverterType(); bool TryConvert(string input, out object result);...
23.357143
92
0.69419
a074ee0fa42e9d5155c7255679dbe6814ce7f2fb
1,336
cs
C#
Source/Domain/Improvements/InitiateImprovement.cs
dolittle-platform/ContinuousImprovement
c4ed25e122dfd2115594c15547015cb196c277fc
[ "MIT" ]
null
null
null
Source/Domain/Improvements/InitiateImprovement.cs
dolittle-platform/ContinuousImprovement
c4ed25e122dfd2115594c15547015cb196c277fc
[ "MIT" ]
88
2018-06-19T11:47:02.000Z
2019-10-17T11:50:52.000Z
Source/Domain/Improvements/InitiateImprovement.cs
dolittle-platform/ContinuousImprovement
c4ed25e122dfd2115594c15547015cb196c277fc
[ "MIT" ]
5
2018-11-05T14:15:48.000Z
2019-08-09T08:53:48.000Z
/*--------------------------------------------------------------------------------------------- * Copyright (c) Dolittle. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. * -------------------------------------------------------------------------------...
37.111111
97
0.530689
9724d4f18f915fc2b610d9cb989ac0b31126b1b1
2,790
cs
C#
Assets/Scripts/Game/Mahjong3D/Standard/Core/Playback/PlaybackFrame.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
2
2020-05-19T08:40:04.000Z
2021-04-07T01:02:19.000Z
Assets/Scripts/Game/Mahjong3D/Standard/Core/Playback/PlaybackFrame.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
null
null
null
Assets/Scripts/Game/Mahjong3D/Standard/Core/Playback/PlaybackFrame.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
2
2021-11-21T02:27:22.000Z
2022-03-18T07:44:24.000Z
using System.Collections.Generic; using System.Text; namespace Assets.Scripts.Game.Mahjong3D.Standard { /// <summary> /// 回放的帧数据 /// </summary> public class PlaybackFrameData { /// <summary> /// 上一帧数据 /// </summary> public PlaybackFrameData LastFrameData; //...
25.135135
83
0.445161
9743125be26069d61e5db69c2afeedba96300466
386
cs
C#
src/TrueOrFalse/Domain/Message/Ops/SetMessageRead.cs
memucho/webapp
96a919d8298bb7ac282bac32692c443f9a98fceb
[ "MIT" ]
4
2021-09-09T15:32:23.000Z
2022-01-03T11:52:54.000Z
src/TrueOrFalse/Domain/Message/Ops/SetMessageRead.cs
memucho/webapp
96a919d8298bb7ac282bac32692c443f9a98fceb
[ "MIT" ]
214
2019-11-14T14:10:06.000Z
2022-03-30T21:32:09.000Z
src/TrueOrFalse/Domain/Message/Ops/SetMessageRead.cs
memucho/webapp
96a919d8298bb7ac282bac32692c443f9a98fceb
[ "MIT" ]
null
null
null
using NHibernate; public class SetMessageRead : IRegisterAsInstancePerLifetime { private readonly ISession _session; public SetMessageRead(ISession session){_session = session;} public void Run(int msgId) { _session .CreateSQLQuery("UPDATE Message SET IsRead = " + 1 + ...
24.125
89
0.626943
d9cbfc673552da635097cc9b5cd8cbfc385d17d8
200
cs
C#
Ryujinx.HLE/HOS/Kernel/KernelResult.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
Ryujinx.HLE/HOS/Kernel/KernelResult.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
Ryujinx.HLE/HOS/Kernel/KernelResult.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
namespace Ryujinx.HLE.HOS.Kernel { enum KernelResult { Success = 0, HandleTableFull = 0xd201, InvalidHandle = 0xe401, InvalidState = 0xfa01 } }
20
33
0.55
e47caa58c6314a818e5ffddea97dc2d9293e7839
1,895
cs
C#
Code/test/Suzianna.Core.Tests.Unit/Tests/Screenplay/CastTests.cs
sohilww/Suzianna
6f8acc82b3e6c89614fcb8572ef2e4036ecf865c
[ "MIT" ]
8
2020-03-15T06:16:31.000Z
2021-09-01T12:04:19.000Z
Code/test/Suzianna.Core.Tests.Unit/Tests/Screenplay/CastTests.cs
sohilww/Suzianna
6f8acc82b3e6c89614fcb8572ef2e4036ecf865c
[ "MIT" ]
14
2020-01-08T22:03:32.000Z
2021-12-05T10:36:58.000Z
Code/test/Suzianna.Core.Tests.Unit/Tests/Screenplay/CastTests.cs
sohilww/Suzianna
6f8acc82b3e6c89614fcb8572ef2e4036ecf865c
[ "MIT" ]
9
2019-09-11T13:18:45.000Z
2022-03-06T13:29:19.000Z
using System.Linq; using NFluent; using Suzianna.Core.Screenplay; using Suzianna.Core.Tests.Unit.Utils; using Suzianna.Core.Tests.Unit.Utils.Constants; using Xunit; namespace Suzianna.Core.Tests.Unit.Tests.Screenplay { public class CastTests { [Fact] public void should_create_cast_with_abiliti...
27.867647
105
0.615831
90a33bd1cb5d4d985f283991f6c83f15fa29c4a2
2,234
cs
C#
Multiflash/Flashing/ConfigTemplate.cs
jblam/Multiflash
d75abc52f16716d67d89d99237d5f000946d4639
[ "MIT" ]
null
null
null
Multiflash/Flashing/ConfigTemplate.cs
jblam/Multiflash
d75abc52f16716d67d89d99237d5f000946d4639
[ "MIT" ]
null
null
null
Multiflash/Flashing/ConfigTemplate.cs
jblam/Multiflash
d75abc52f16716d67d89d99237d5f000946d4639
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace JBlam.Multiflash { public class ConfigTemplate { /// <summary> /// The serial command which instructs the ...
39.892857
142
0.609221
f450732de12783a501acac60804196be3d28983f
1,877
cs
C#
sdk/sqlmanagement/Microsoft.Azure.Management.Sql/src/Generated/Models/SensitivityLabelUpdateKind.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
3,268
2015-01-08T04:21:52.000Z
2022-03-31T11:10:48.000Z
sdk/sqlmanagement/Microsoft.Azure.Management.Sql/src/Generated/Models/SensitivityLabelUpdateKind.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
18,748
2015-01-06T00:12:22.000Z
2022-03-31T23:55:50.000Z
sdk/sqlmanagement/Microsoft.Azure.Management.Sql/src/Generated/Models/SensitivityLabelUpdateKind.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
4,179
2015-01-07T20:13:22.000Z
2022-03-31T09:09:02.000Z
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
30.770492
102
0.615876
7cf5e2e785479c8eddea7a9d74a4304d7bdc1da6
4,111
cs
C#
weeb.desktop/Neues Design/MainForm.cs
MarcPlaying/weeb.desktop
195dc7c65ec0eea00187abbe2bca2eb2813ccfe0
[ "MIT" ]
1
2018-11-21T14:00:10.000Z
2018-11-21T14:00:10.000Z
weeb.desktop/Neues Design/MainForm.cs
MarcPlaying/weeb.desktop
195dc7c65ec0eea00187abbe2bca2eb2813ccfe0
[ "MIT" ]
null
null
null
weeb.desktop/Neues Design/MainForm.cs
MarcPlaying/weeb.desktop
195dc7c65ec0eea00187abbe2bca2eb2813ccfe0
[ "MIT" ]
null
null
null
using Microsoft.Win32; using System; using System.Drawing; using System.IO; using System.IO.Compression; using System.Windows.Forms; using weeb.desktop.Classes; namespace weeb.desktop.Neues_Design { public partial class MainForm : Form { public MainForm() { InitializeComponent(); ...
29.364286
126
0.558988
117a0615aee01307daf13221cfde7de3c3ae5309
9,920
cs
C#
src/Books.Lib/Entities/Book.cs
rodolphocastro/patterns-with-bdd
0d8cd698b5cdae5572b5a04760d5d50f29edf5b0
[ "MIT" ]
1
2021-03-28T19:16:09.000Z
2021-03-28T19:16:09.000Z
src/Books.Lib/Entities/Book.cs
rodolphocastro/patterns-with-bdd
0d8cd698b5cdae5572b5a04760d5d50f29edf5b0
[ "MIT" ]
null
null
null
src/Books.Lib/Entities/Book.cs
rodolphocastro/patterns-with-bdd
0d8cd698b5cdae5572b5a04760d5d50f29edf5b0
[ "MIT" ]
null
null
null
using System; namespace Books.Lib.Entities { /// <summary> /// A book written by an Author. /// </summary> public class Book { protected internal BookPublishState _publishingState = new(); internal Book() { } protected Book(string authorsName, string books...
28.921283
130
0.546169
f7de96d7934b4787b9e5ace58dc0f6390ccc6b41
726
cs
C#
IODataBlock/Business/Business.Common/Extensions/ExceptionObjectExtensions.cs
JohnPKosh/IODataBlock
08745e2d470f132493f6c4a0119be7747f582e9f
[ "MIT" ]
1
2019-12-28T21:26:23.000Z
2019-12-28T21:26:23.000Z
IODataBlock/Business/Business.Common/Extensions/ExceptionObjectExtensions.cs
JohnPKosh/IODataBlock
08745e2d470f132493f6c4a0119be7747f582e9f
[ "MIT" ]
1
2015-12-18T12:52:43.000Z
2015-12-18T12:52:43.000Z
IODataBlock/Business/Business.Common/Extensions/ExceptionObjectExtensions.cs
JohnPKosh/IODataBlock
08745e2d470f132493f6c4a0119be7747f582e9f
[ "MIT" ]
null
null
null
namespace Business.Common.Extensions { public static class ExceptionObjectExtensions { //private void WriteToEventLog(String msg) //{ // //ActivationContext ac = AppDomain.CurrentDomain.ActivationContext; // //ApplicationIdentity ai = ac.Identity; // var eventMs...
29.04
102
0.566116
730e65e711e87302dff010e1a6c86df13c77eaa4
578
cs
C#
sources/engine/Xenko.Rendering/Rendering/Lights/LightAmbient.cs
nesrak1/xenko
4d655c05be5c13acc46e677305da56bbbf00c7bc
[ "MIT" ]
34
2019-11-16T16:47:01.000Z
2022-03-29T05:09:03.000Z
sources/engine/Xenko.Rendering/Rendering/Lights/LightAmbient.cs
kbb-uran/xenko
618f743e1435d59d2a4db6bbc82402d28f278d0a
[ "MIT" ]
41
2019-01-06T03:03:55.000Z
2019-09-06T02:30:35.000Z
sources/engine/Xenko.Rendering/Rendering/Lights/LightAmbient.cs
kbb-uran/xenko
618f743e1435d59d2a4db6bbc82402d28f278d0a
[ "MIT" ]
19
2019-12-08T16:57:02.000Z
2022-03-30T02:04:49.000Z
// Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using Xenko.Core; using Xenko.Engine; namespace Xenko.Rendering.Lights { /// <summary> /// ...
26.272727
114
0.655709
e505e99b556a23c83b779367f2a97f6edc4e9632
2,778
cs
C#
website/SDNUOJ.Controllers/Admin/ResourceController.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
27
2015-04-13T13:18:30.000Z
2022-03-27T09:46:35.000Z
website/SDNUOJ.Controllers/Admin/ResourceController.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
6
2016-01-20T09:44:55.000Z
2020-12-31T06:17:01.000Z
website/SDNUOJ.Controllers/Admin/ResourceController.cs
eggry/sdnuoj
76d3d3c22be5587d73cf3df050c7f4d8c92acb63
[ "MIT" ]
16
2015-04-13T16:06:54.000Z
2021-07-01T08:53:01.000Z
using System; using System.Web.Mvc; using SDNUOJ.Controllers.Core; using SDNUOJ.Entity; using SDNUOJ.Utilities; namespace SDNUOJ.Areas.Admin.Controllers { [Authorize(Roles = "ResourceManage")] public class ResourceController : AdminBaseController { /// <summary> /// 资源管理页面 ...
29.553191
128
0.508639
ecf7bfae8d36322852191b4591e334d104711ffe
1,053
cs
C#
UI/Libs/Intense/UI/IAppearanceManagerEventSink.cs
mediaexplorer74/InteropTools
63e469d807f862dfbb98751617e2e8145a881dd1
[ "MIT" ]
null
null
null
UI/Libs/Intense/UI/IAppearanceManagerEventSink.cs
mediaexplorer74/InteropTools
63e469d807f862dfbb98751617e2e8145a881dd1
[ "MIT" ]
null
null
null
UI/Libs/Intense/UI/IAppearanceManagerEventSink.cs
mediaexplorer74/InteropTools
63e469d807f862dfbb98751617e2e8145a881dd1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Intense.UI { /// <summary> /// The <see cref="AppearanceManager"/> event sink. /// </summary> public interface IAppearanceManagerEventSink { /// <summa...
30.970588
69
0.562203
047934f3770038c056b6dff4d1b0df797f5e04e0
5,838
cs
C#
Source/MSHTML/Enums/_htmlComponent.cs
NetOfficeFw/NetOffice-LegacyRepository
07a4b5d217cbda9c318b835e31f2ad43a5964f90
[ "MIT" ]
99
2016-07-05T09:09:11.000Z
2022-03-13T02:21:12.000Z
Source/MSHTML/Enums/_htmlComponent.cs
NetOfficeFw/NetOffice-LegacyRepository
07a4b5d217cbda9c318b835e31f2ad43a5964f90
[ "MIT" ]
16
2016-10-15T15:03:44.000Z
2021-07-30T01:01:05.000Z
Source/MSHTML/Enums/_htmlComponent.cs
NetOfficeFw/NetOffice-LegacyRepository
07a4b5d217cbda9c318b835e31f2ad43a5964f90
[ "MIT" ]
52
2016-10-14T22:53:04.000Z
2021-10-14T11:14:26.000Z
using System; using NetOffice; namespace NetOffice.MSHTMLApi.Enums { /// <summary> /// SupportByVersion MSHTML 4 /// </summary> [SupportByVersionAttribute("MSHTML", 4)] [EntityTypeAttribute(EntityType.IsEnum)] public enum _htmlComponent { /// <summary> /// SupportByVersion MSHTML 4 /// <...
25.49345
44
0.604488
32a895f73bcfefbc344a7955493059c5bf213330
44,849
cs
C#
CppTranslator/MyIlInstructionVisitor.cs
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
CppTranslator/MyIlInstructionVisitor.cs
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
CppTranslator/MyIlInstructionVisitor.cs
lambertlb/CppTranslator
8d9e94f01a0eb099c224fbd9720a0d060a49bda9
[ "MIT" ]
null
null
null
// Copyright (c) 2019 LLambert // // Permission is hereby granted, free of charge, to any person obtaining a copy of this // software and associated documentation files (the "Software"), to deal in the Software // without restriction, including without limitation the rights to use, copy, modify, merge, // publish, dis...
30.760631
155
0.709737
8722e5edc8889c781480226b670e659e60851c71
1,145
cs
C#
Calculator.iOS/ViewController.cs
mrward/xamarin-calculator
3b03600d1640ea76bad5daa8bc613502925eb627
[ "MIT" ]
2
2015-08-22T10:08:26.000Z
2016-05-12T13:49:58.000Z
Calculator.iOS/ViewController.cs
mrward/xamarin-calculator
3b03600d1640ea76bad5daa8bc613502925eb627
[ "MIT" ]
null
null
null
Calculator.iOS/ViewController.cs
mrward/xamarin-calculator
3b03600d1640ea76bad5daa8bc613502925eb627
[ "MIT" ]
5
2019-09-26T11:59:30.000Z
2021-05-31T12:24:35.000Z
using System; using System.ComponentModel; using Calculator.Core; using Foundation; using UIKit; namespace Calculator.iOS { public partial class ViewController : UIViewController { CalculatorEngine calculatorEngine; public ViewController (IntPtr handle) : base (handle) { } public override void ViewD...
22.9
102
0.768559
e9b853fe6632034431dc29180896a04817a89a38
11,767
cs
C#
src/Form1.cs
Dev-Fault/DiceKeeper
451242486446cf0e089d997c58e6350953c3d636
[ "MIT" ]
null
null
null
src/Form1.cs
Dev-Fault/DiceKeeper
451242486446cf0e089d997c58e6350953c3d636
[ "MIT" ]
null
null
null
src/Form1.cs
Dev-Fault/DiceKeeper
451242486446cf0e089d997c58e6350953c3d636
[ "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.Threading.Tasks; using System.Windows.Forms; using System.Diagnostics; using System.IO; namespace DiceKeeper { public partial class DiceKeeper : ...
28.422705
144
0.528002
471a6618d3860375a682a2e2f54bd0c3cdb07986
3,338
cs
C#
References/GoogleMapsApi/GoogleMapsApi/StaticMaps/Entities/MapStyle.cs
dotnetshop/Resgrid-Core
a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf
[ "Apache-2.0" ]
169
2015-01-08T05:26:41.000Z
2022-03-27T04:18:05.000Z
References/GoogleMapsApi/GoogleMapsApi/StaticMaps/Entities/MapStyle.cs
dotnetshop/Resgrid-Core
a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf
[ "Apache-2.0" ]
98
2015-01-31T15:09:45.000Z
2022-02-18T18:33:35.000Z
References/GoogleMapsApi/GoogleMapsApi/StaticMaps/Entities/MapStyle.cs
dotnetshop/Resgrid-Core
a0eb52a888d06e68ba21dd2dbb1c57033fa82ccf
[ "Apache-2.0" ]
149
2015-01-08T15:31:11.000Z
2022-02-16T13:47:57.000Z
using GoogleMapsApi.StaticMaps.Enums; namespace GoogleMapsApi.StaticMaps.Entities { /// <summary> /// Styled maps allow you to customize the presentation of the standard Google map styles, changing the visual display of such elements as roads, parks, and built-up areas to reflect a different style than that used in ...
65.45098
539
0.745956
475dfd9165f725434c525fd471426c7c05386d25
761
cs
C#
Assets/Plugins/UniRx/Scripts/Async/Triggers/AsyncCancelTrigger.cs
MizoTake/SuperPK
6c31b4a79c7cc2871332af9db2c7cc9f464a8250
[ "MIT" ]
null
null
null
Assets/Plugins/UniRx/Scripts/Async/Triggers/AsyncCancelTrigger.cs
MizoTake/SuperPK
6c31b4a79c7cc2871332af9db2c7cc9f464a8250
[ "MIT" ]
null
null
null
Assets/Plugins/UniRx/Scripts/Async/Triggers/AsyncCancelTrigger.cs
MizoTake/SuperPK
6c31b4a79c7cc2871332af9db2c7cc9f464a8250
[ "MIT" ]
null
null
null
#if CSHARP_7_OR_LATER #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member using UniRx.Async.Internal; using UnityEngine; using UnityEngine.EventSystems; namespace UniRx.Async.Triggers { [DisallowMultipleComponent] public class AsyncCancelTrigger : MonoBehaviour...
27.178571
110
0.681997
47d61596e75bedc6b94183249d7faa82531481eb
3,097
cs
C#
src/Chatter.MessageBrokers/src/Chatter.MessageBrokers/Configuration/MessageBrokerOptionsBuilder.cs
kmiltiadous/Chatter
2eeed553f9d0fb65129c85a8fce5d571aeb479b1
[ "MIT" ]
null
null
null
src/Chatter.MessageBrokers/src/Chatter.MessageBrokers/Configuration/MessageBrokerOptionsBuilder.cs
kmiltiadous/Chatter
2eeed553f9d0fb65129c85a8fce5d571aeb479b1
[ "MIT" ]
null
null
null
src/Chatter.MessageBrokers/src/Chatter.MessageBrokers/Configuration/MessageBrokerOptionsBuilder.cs
kmiltiadous/Chatter
2eeed553f9d0fb65129c85a8fce5d571aeb479b1
[ "MIT" ]
null
null
null
using Chatter.MessageBrokers.Receiving; using Chatter.MessageBrokers.Reliability.Configuration; using Chatter.MessageBrokers.Saga.Configuration; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; namespace Chatter.MessageBrokers.Co...
36.435294
171
0.639651
f808aa895afd1762d0349b7c7bd01d55e1724293
2,280
cs
C#
Demos/Microsoft.Band.Portable.Sample/Microsoft.Band.Portable.Sample/ViewModels/NotificationsViewModel.cs
cahernanz/MS-Band-SDK
afc8ad16329f480a14da414335eeafa6e1d6bd72
[ "Apache-2.0" ]
39
2015-02-26T17:35:01.000Z
2021-09-12T19:18:50.000Z
Demos/Microsoft.Band.Portable.Sample/Microsoft.Band.Portable.Sample/ViewModels/NotificationsViewModel.cs
cahernanz/MS-Band-SDK
afc8ad16329f480a14da414335eeafa6e1d6bd72
[ "Apache-2.0" ]
17
2015-02-26T04:01:57.000Z
2016-10-12T17:17:16.000Z
Demos/Microsoft.Band.Portable.Sample/Microsoft.Band.Portable.Sample/ViewModels/NotificationsViewModel.cs
cahernanz/MS-Band-SDK
afc8ad16329f480a14da414335eeafa6e1d6bd72
[ "Apache-2.0" ]
30
2015-03-25T06:17:28.000Z
2021-08-31T21:20:04.000Z
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.IO; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Windows.Input; using Plugin.Media; using Xamarin.Forms; using Microsoft.Band.Portable.Notification...
28.860759
101
0.569298
5daf149c5b15c7a6f239423db700d9d434a2a6be
306
cs
C#
GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Processors/SymbolicAlgebra/Evaluators/IIntoSymbolicExpressionConverter.cs
ga-explorer/GeometricAlgebraLib
7998cdab8682eb04367492d87fdb41320e171a21
[ "MIT" ]
6
2021-09-14T22:31:45.000Z
2022-03-02T02:12:00.000Z
GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Processors/SymbolicAlgebra/Evaluators/IIntoSymbolicExpressionConverter.cs
ga-explorer/GeometricAlgebraLib
7998cdab8682eb04367492d87fdb41320e171a21
[ "MIT" ]
null
null
null
GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Processors/SymbolicAlgebra/Evaluators/IIntoSymbolicExpressionConverter.cs
ga-explorer/GeometricAlgebraLib
7998cdab8682eb04367492d87fdb41320e171a21
[ "MIT" ]
2
2022-01-11T22:16:48.000Z
2022-03-24T20:04:05.000Z
using DataStructuresLib; using GeometricAlgebraFulcrumLib.Algebra.SymbolicAlgebra; namespace GeometricAlgebraFulcrumLib.Processors.SymbolicAlgebra.Evaluators { public interface IIntoSymbolicExpressionConverter<in T> : IDynamicTreeVisitor<T, ISymbolicExpression> where T : class { } }
27.818182
74
0.800654
9fd8eabd9776e37a245e15c27655ed8ca74dccc0
5,565
cshtml
C#
src/MB.MVC/Views/Blog/ThingsToRememberWithBlazor.cshtml
mjbradvica/Michael-Bradvica-Website
f112934b2c9a7e8e7766f139d843b07daa1bb53f
[ "MIT" ]
null
null
null
src/MB.MVC/Views/Blog/ThingsToRememberWithBlazor.cshtml
mjbradvica/Michael-Bradvica-Website
f112934b2c9a7e8e7766f139d843b07daa1bb53f
[ "MIT" ]
null
null
null
src/MB.MVC/Views/Blog/ThingsToRememberWithBlazor.cshtml
mjbradvica/Michael-Bradvica-Website
f112934b2c9a7e8e7766f139d843b07daa1bb53f
[ "MIT" ]
null
null
null
<blog-post title="Things to Remember with Blazor"> <p> <a href="https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor" target="_blank">Blazor</a> is a wonderful new framework put forth by Microsoft as their entry into the WebAssembly development space. It allows us as developers to write responsive web ...
135.731707
828
0.770171
de9151977209441ec2d54e0ff9c0848a163cdff7
265
cs
C#
src/Lem/Lem/Scenes/BaseScene.cs
xdrie/Lem
2337db807052befcb503a3c18b68427b9ad29056
[ "MIT" ]
1
2021-05-30T22:15:05.000Z
2021-05-30T22:15:05.000Z
src/Lem/Lem/Scenes/BaseScene.cs
xdrie/Lem
2337db807052befcb503a3c18b68427b9ad29056
[ "MIT" ]
null
null
null
src/Lem/Lem/Scenes/BaseScene.cs
xdrie/Lem
2337db807052befcb503a3c18b68427b9ad29056
[ "MIT" ]
null
null
null
using Glint.Scenes; namespace Lem.Scenes { public abstract class BaseScene : BaseGameScene<GameContext, Config> { public override void Initialize() { base.Initialize(); ClearColor = gameContext.assets.bgColor; } } }
24.090909
74
0.633962
c2717cf6ea788c035c1aa41c697ad3cde3c0c389
2,916
cs
C#
StuApiWithDatabaseDeeDee/StuApiWithDatabaseDeeDee/Repositories/StuRepository.cs
dee-dee-raye/StuApieWithDatabase
595ab7c3cd382c3cf9b5fe2833c14318e769690d
[ "MIT" ]
null
null
null
StuApiWithDatabaseDeeDee/StuApiWithDatabaseDeeDee/Repositories/StuRepository.cs
dee-dee-raye/StuApieWithDatabase
595ab7c3cd382c3cf9b5fe2833c14318e769690d
[ "MIT" ]
null
null
null
StuApiWithDatabaseDeeDee/StuApiWithDatabaseDeeDee/Repositories/StuRepository.cs
dee-dee-raye/StuApieWithDatabase
595ab7c3cd382c3cf9b5fe2833c14318e769690d
[ "MIT" ]
null
null
null
using System; using System.Data; using MySql.Data; using MySql.Data.MySqlClient; using Dapper; using StuApiWithDatabaseDeeDee.Models; using System.Collections.Generic; using System.Linq; namespace StuApiWithDatabaseDeeDee.Repositories { public class StuRepository : IStuRepository { const string connec...
33.136364
168
0.593278
2662396386a4f8b78e43a58c32091c2cf297bd2d
2,991
cs
C#
SESE/Language.cs
OpenE2/SESE
33c7edab8f97d9425f5518279c185a0e56467f87
[ "MIT" ]
1
2016-11-14T21:02:42.000Z
2016-11-14T21:02:42.000Z
SESE/Language.cs
OpenE2/SESE
33c7edab8f97d9425f5518279c185a0e56467f87
[ "MIT" ]
null
null
null
SESE/Language.cs
OpenE2/SESE
33c7edab8f97d9425f5518279c185a0e56467f87
[ "MIT" ]
null
null
null
// Copyright (c) 2013 Krkadoni.com - Released under The MIT License. // Full license text can be found at http://opensource.org/licenses/MIT using System.ComponentModel; using System.Globalization; namespace Krkadoni.SESE { // ReSharper disable once LocalizableElement [System.SerializableAttribute, Des...
24.516393
95
0.516884
683c88a2522aece2e8783d66352683c6cf71e25c
574
cs
C#
AlipaySDKNet/Domain/ConversionDataDetail.cs
alipay/alipay-sdk-net
5213242e99da6c18cf27799d3e43ac3aa3bef9c3
[ "Apache-2.0" ]
117
2020-01-09T06:06:46.000Z
2022-03-31T12:54:34.000Z
AlipaySDKNet/Domain/ConversionDataDetail.cs
alipay/alipay-sdk-net
5213242e99da6c18cf27799d3e43ac3aa3bef9c3
[ "Apache-2.0" ]
19
2019-12-26T15:24:05.000Z
2021-08-08T08:54:33.000Z
AlipaySDKNet/Domain/ConversionDataDetail.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> /// ConversionDataDetail Data Structure. /// </summary> [Serializable] public class ConversionDataDetail : AopObject { /// <summary> /// 转化事件id /// </summary> [Xm...
22.96
53
0.543554
703efc1ade78f928587e169043902d15dcb52b43
346
cshtml
C#
ChameleonForms.Example/Views/ExampleForms/_FormAgainstChildProperty.cshtml
MRCollective/ChameleonForms
e62459a0b847ed19048756507a6140a5b6c4e192
[ "MIT" ]
231
2015-01-13T11:37:16.000Z
2021-09-15T06:59:17.000Z
ChameleonForms.Example/Views/ExampleForms/_FormAgainstChildProperty.cshtml
MRCollective/ChameleonForms
e62459a0b847ed19048756507a6140a5b6c4e192
[ "MIT" ]
62
2015-01-01T09:10:18.000Z
2020-08-29T16:10:44.000Z
ChameleonForms.Example/Views/ExampleForms/_FormAgainstChildProperty.cshtml
MRCollective/ChameleonForms
e62459a0b847ed19048756507a6140a5b6c4e192
[ "MIT" ]
48
2015-02-17T09:47:20.000Z
2022-02-09T03:48:05.000Z
@model ChildViewModel <chameleon-form action="@Url.Action("PostChildViewModel")?tagHelpers=true"> <form-section> <field for="ChildField" /> <field for="SomeEnum" /> </form-section> <form-navigation> <submit-button add-class="child-model" label="Submit" /> </form-naviga...
28.833333
76
0.627168
75c2a7ec5360ef193c431d88bd0b75da8f006728
2,726
cs
C#
WebView2.DevTools.Dom.Tests/ElementHandleTests/HtmlButtonElementTests.cs
ChromiumDotNet/WebView2.DevTools.Dom
f860f27ae4b6b00fe86b3134748f75bbbc69acbc
[ "MIT" ]
5
2022-03-21T12:51:31.000Z
2022-03-31T02:34:11.000Z
WebView2.DevTools.Dom.Tests/ElementHandleTests/HtmlButtonElementTests.cs
ChromiumDotNet/WebView2.DevTools.Dom
f860f27ae4b6b00fe86b3134748f75bbbc69acbc
[ "MIT" ]
1
2022-03-25T08:56:22.000Z
2022-03-25T08:56:22.000Z
WebView2.DevTools.Dom.Tests/ElementHandleTests/HtmlButtonElementTests.cs
ChromiumDotNet/WebView2.DevTools.Dom
f860f27ae4b6b00fe86b3134748f75bbbc69acbc
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using WebView2.DevTools.Dom.Tests.Attributes; using Xunit.Abstractions; using Xunit; namespace WebView2.DevTools.Dom.Tests.ElementHandleTests { [Collection(TestConstants.TestFixtureCollectionName)] public class HtmlButtonElementTests : DevTooolsContextBaseTest { publi...
32.452381
103
0.658474
c751e6d9d0524b639238eb2bb420802d4601250c
196
cs
C#
SharedMediaStreamer.Domain/Models/Settings/MediaSettings.cs
Thunderbolt-Blue/SharedMediaStreamer
512035dc5dc137a2e8259c6e7633905e564c45e6
[ "MIT" ]
null
null
null
SharedMediaStreamer.Domain/Models/Settings/MediaSettings.cs
Thunderbolt-Blue/SharedMediaStreamer
512035dc5dc137a2e8259c6e7633905e564c45e6
[ "MIT" ]
null
null
null
SharedMediaStreamer.Domain/Models/Settings/MediaSettings.cs
Thunderbolt-Blue/SharedMediaStreamer
512035dc5dc137a2e8259c6e7633905e564c45e6
[ "MIT" ]
null
null
null
namespace SharedMediaStreamer.Domain.Models.Settings { public class MediaSettings { public string FilePath { get; set; } public short BufferSizeInMB { get; set; } } }
21.777778
53
0.658163
c0ec5033fbb51c84dbb5d6083a55091789029f5f
227
cs
C#
Assets/Scripts/DummyCamera.cs
pev285/NoPhysicsArkanoid
e32b9330eb8bc85ca6f028caebe7f543334eb61c
[ "MIT" ]
null
null
null
Assets/Scripts/DummyCamera.cs
pev285/NoPhysicsArkanoid
e32b9330eb8bc85ca6f028caebe7f543334eb61c
[ "MIT" ]
null
null
null
Assets/Scripts/DummyCamera.cs
pev285/NoPhysicsArkanoid
e32b9330eb8bc85ca6f028caebe7f543334eb61c
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace NoPhysArkanoid { public class DummyCamera : MonoBehaviour { private void Awake() { gameObject.SetActive(false); } } }
12.611111
42
0.726872
989b2b5eaaa304036b0b167ff90b65bcd7d5467e
126
cs
C#
src/outer/imL.Rest.Sbif/imL/Schema/Recurso_UTM.cs
rllamocca/imL
d398d0abead5282cf48fbb00f1037ea2e936c41c
[ "MIT" ]
1
2021-09-22T03:36:54.000Z
2021-09-22T03:36:54.000Z
src/outer/imL.Rest.Sbif/imL/Schema/Recurso_UTM.cs
rllamocca/imL
d398d0abead5282cf48fbb00f1037ea2e936c41c
[ "MIT" ]
null
null
null
src/outer/imL.Rest.Sbif/imL/Schema/Recurso_UTM.cs
rllamocca/imL
d398d0abead5282cf48fbb00f1037ea2e936c41c
[ "MIT" ]
null
null
null
namespace imL.Rest.Sbif.Schema { public class Recurso_UTM { public InternalIndex[] UTMs { set; get; } } }
18
49
0.611111
71d97e6be305b6fb1a679c207bd92cfbf0f67b75
3,540
cs
C#
FirePass/Program.cs
white-collor/steal-decrypted-firefox-passwords-using-c-sharp
d8a7b1b82bd998a3cab48d1aef20a1fd5fd2c0bd
[ "MIT" ]
1
2021-12-15T23:07:32.000Z
2021-12-15T23:07:32.000Z
FirePass/Program.cs
white-collor/steal-decrypted-firefox-passwords-using-c-sharp
d8a7b1b82bd998a3cab48d1aef20a1fd5fd2c0bd
[ "MIT" ]
null
null
null
FirePass/Program.cs
white-collor/steal-decrypted-firefox-passwords-using-c-sharp
d8a7b1b82bd998a3cab48d1aef20a1fd5fd2c0bd
[ "MIT" ]
1
2021-12-15T23:07:35.000Z
2021-12-15T23:07:35.000Z
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; namespace FirePass { class Program { static void Main(string[] args) { ...
35.049505
110
0.50565
071effc618d5dd394495ca5509fb33fb0ff9ee9e
323
cs
C#
src/CommonLib/IdentifierDto.cs
achal-shah/uma-is4
06494b711fe78fc4f5c5488986a960fb39bb46ea
[ "MIT" ]
null
null
null
src/CommonLib/IdentifierDto.cs
achal-shah/uma-is4
06494b711fe78fc4f5c5488986a960fb39bb46ea
[ "MIT" ]
null
null
null
src/CommonLib/IdentifierDto.cs
achal-shah/uma-is4
06494b711fe78fc4f5c5488986a960fb39bb46ea
[ "MIT" ]
null
null
null
// Copyright (c) Achal Shah. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Text.Json.Serialization; namespace CommonLib { public class IdentifierDto { [JsonPropertyName("_id")] public string Id { get; set; } }...
23.071429
91
0.687307
c7edf87c5cba6ca058d1a24c07f48728de0e0018
406
cs
C#
Entities/Edge/TableSequenceEntity.cs
brianmed/SpeedyCdn
91d4c5859926c47ac769d6ff1e47c68929f5fc64
[ "Apache-2.0" ]
null
null
null
Entities/Edge/TableSequenceEntity.cs
brianmed/SpeedyCdn
91d4c5859926c47ac769d6ff1e47c68929f5fc64
[ "Apache-2.0" ]
null
null
null
Entities/Edge/TableSequenceEntity.cs
brianmed/SpeedyCdn
91d4c5859926c47ac769d6ff1e47c68929f5fc64
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Microsoft.EntityFrameworkCore; namespace SpeedyCdn.Server.Entities.Edge { public class TableSequenceEntity { [Key] ...
21.368421
51
0.736453
2c0e62332617c3bb703743bbc66f8c482629d8a3
542
cs
C#
Assets/_Course Library/Scripts/MirrorMatChange.cs
franciskairos777/CreateWithVR-Suter
69b97076639c92ff8bdea90483768daf1464b5a2
[ "MIT" ]
null
null
null
Assets/_Course Library/Scripts/MirrorMatChange.cs
franciskairos777/CreateWithVR-Suter
69b97076639c92ff8bdea90483768daf1464b5a2
[ "MIT" ]
1
2021-12-15T15:03:49.000Z
2021-12-15T15:03:49.000Z
Assets/_Course Library/Scripts/MirrorMatChange.cs
franciskairos777/CreateWithVR-Suter
69b97076639c92ff8bdea90483768daf1464b5a2
[ "MIT" ]
1
2021-12-15T12:31:54.000Z
2021-12-15T12:31:54.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MirrorMatChange : MonoBehaviour { public Material Clear; public Material Mirror; //private Material theMat; // Start is called before the first frame update void Start() { //theMat = GetComponen...
20.074074
53
0.658672
2cc5d02d10f56d06e6c3adf57db0609d48838186
3,383
cs
C#
Assets/Scripts/Stage/TurnProgression.cs
yunomichawan/AloneWar
46da31569382af0f7069ae84df7d06da1b631ecb
[ "MIT" ]
null
null
null
Assets/Scripts/Stage/TurnProgression.cs
yunomichawan/AloneWar
46da31569382af0f7069ae84df7d06da1b631ecb
[ "MIT" ]
null
null
null
Assets/Scripts/Stage/TurnProgression.cs
yunomichawan/AloneWar
46da31569382af0f7069ae84df7d06da1b631ecb
[ "MIT" ]
null
null
null
using AloneWar.Common; using AloneWar.Common.Extensions; using AloneWar.Stage.Event.EventObject; using AloneWar.Unit.Component; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; namespace AloneWar.Stage { /// <summary> /// /// </summary> p...
32.219048
152
0.544192
c3b2a265cff98464b2f839430fd1c9ffae639b7d
33,045
cs
C#
TGC.Group/Model/sndmng.cs
mbanquiero/tgc-2018
bbcc10aadb9ab733a80a36b5364af087e1e24a8f
[ "MIT" ]
null
null
null
TGC.Group/Model/sndmng.cs
mbanquiero/tgc-2018
bbcc10aadb9ab733a80a36b5364af087e1e24a8f
[ "MIT" ]
null
null
null
TGC.Group/Model/sndmng.cs
mbanquiero/tgc-2018
bbcc10aadb9ab733a80a36b5364af087e1e24a8f
[ "MIT" ]
null
null
null
using System; using Microsoft.DirectX.Direct3D; using TGC.Core.Direct3D; using System.Runtime.InteropServices; using System.IO; using TGC.Group.Model; using TGC.Core.Mathematica; using System.Drawing; namespace TGC.Group { // Esta catedra esta a favor del "lenguaje inclusivo" class sndmng : IDisposable ...
39.433174
195
0.513633
66a2ea454aa50c04697f5c837a898e2d74cf696a
499
cs
C#
ServiceFabricSdkContrib.Common/ConsoleLogger.cs
aL3891/ServiceFabricSdk-Contrib
528650bd3bd7418f25cf13914ebd1f310326b27e
[ "MIT" ]
4
2017-11-01T21:21:15.000Z
2019-04-10T16:57:54.000Z
ServiceFabricSdkContrib.Common/ConsoleLogger.cs
aL3891/ServiceFabricSdk-Contrib
528650bd3bd7418f25cf13914ebd1f310326b27e
[ "MIT" ]
19
2017-07-31T21:10:57.000Z
2018-01-04T14:55:22.000Z
ServiceFabricSdkContrib.Common/ConsoleLogger.cs
aL3891/ServiceFabricSdk-Contrib
528650bd3bd7418f25cf13914ebd1f310326b27e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace ServiceFabricSdkContrib.Common { public class ConsoleLogger : ILogger { public void LogInfo(string message) { Console.WriteLine(message); } public void LogError(string message, Exception exception) { Console.WriteLine(me...
16.633333
59
0.723447
4936a55523dbb39cb5b1f9608a49eb3790bfaf84
7,887
cs
C#
Time2Rest/SettingForm.cs
yuzhen1024/Time2Rest
f80fb577d760b423b84680d54bdc97b6748bcad5
[ "MIT" ]
8
2021-09-03T11:17:10.000Z
2021-10-07T22:56:34.000Z
Time2Rest/SettingForm.cs
yuzhen1024/Time2Rest
f80fb577d760b423b84680d54bdc97b6748bcad5
[ "MIT" ]
9
2021-09-04T19:59:18.000Z
2021-10-21T07:17:19.000Z
Time2Rest/SettingForm.cs
yuzhen1024/Time2Rest
f80fb577d760b423b84680d54bdc97b6748bcad5
[ "MIT" ]
6
2021-09-04T20:07:39.000Z
2021-10-15T22:52:04.000Z
using System; using System.Drawing; using System.Windows.Forms; using Time2Rest.Config; using Time2Rest.Languages; namespace Time2Rest { public partial class SettingForm : Form { public T2rConfig NewConfig { get; set; } private NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger(); ...
38.661765
152
0.588944
35020e351afa5cb2ebe17ac3a8c2aeba84d4ef7c
6,752
cs
C#
Core/Common/INIReader.cs
reanimuse/wz-addon-tosser
e0bf105609c3c427d3914ecf35842fa70603b6d7
[ "MIT" ]
null
null
null
Core/Common/INIReader.cs
reanimuse/wz-addon-tosser
e0bf105609c3c427d3914ecf35842fa70603b6d7
[ "MIT" ]
null
null
null
Core/Common/INIReader.cs
reanimuse/wz-addon-tosser
e0bf105609c3c427d3914ecf35842fa70603b6d7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Collections; namespace WzAddonTosser.Core.Common { public class INIFile { public INISectionsCollection Sections { get; protected set; } public stri...
30.278027
147
0.50237
7f78689bf424272f1f7b8cd77ccbfec3c7a90a2b
847
cs
C#
CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/Common/IHtmlFromXamlConverter.cs
ekmixon/cset
7cec975770461fb8ab1244fea074ef66cdd64378
[ "MIT" ]
907
2019-03-19T16:42:08.000Z
2022-03-31T13:19:20.000Z
CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/Common/IHtmlFromXamlConverter.cs
ekmixon/cset
7cec975770461fb8ab1244fea074ef66cdd64378
[ "MIT" ]
833
2019-04-15T14:40:03.000Z
2022-03-31T08:23:40.000Z
CSETWebApi/CSETWeb_Api/CSETWebCore.Interfaces/Common/IHtmlFromXamlConverter.cs
ekmixon/cset
7cec975770461fb8ab1244fea074ef66cdd64378
[ "MIT" ]
186
2019-06-13T14:45:23.000Z
2022-03-30T00:45:01.000Z
using System.Text; using System.Xml; namespace CSETWebCore.Interfaces.Common { public interface IHtmlFromXamlConverter { string ConvertXamlToHtml(string xamlString); bool WriteFlowDocument(XmlTextReader xamlReader, XmlTextWriter htmlWriter); void WriteFormattingProperties(XmlTextReader...
47.055556
118
0.780401
af8bd4ec3bb6ac98e831410525b2d6035235a621
6,589
cs
C#
Services/Export/Placeholder/ScribanRenderingEngine/ValueCollector/NpcSkillValueCollector.cs
steffendx/GoNorth
f5a9522fd454bc6dedefe45a53c2f660215da5fd
[ "MIT" ]
419
2018-02-26T01:10:18.000Z
2022-03-25T01:40:26.000Z
Services/Export/Placeholder/ScribanRenderingEngine/ValueCollector/NpcSkillValueCollector.cs
Dyescape/GoNorth
7140a6a1cdeed5ab99cc1a7b29fe6c1fed23749a
[ "MIT" ]
88
2018-02-26T21:18:18.000Z
2022-03-24T16:43:25.000Z
Services/Export/Placeholder/ScribanRenderingEngine/ValueCollector/NpcSkillValueCollector.cs
Dyescape/GoNorth
7140a6a1cdeed5ab99cc1a7b29fe6c1fed23749a
[ "MIT" ]
37
2018-02-26T07:36:23.000Z
2021-12-09T11:48:03.000Z
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using GoNorth.Data.Evne; using GoNorth.Data.Exporting; using GoNorth.Data.Kortisto; using GoNorth.Data.Project; using GoNorth.Services.Export.Data; using GoNorth.Services.Export.Placeholder.ScribanRenderingEngine.LanguageKeyGener...
47.746377
190
0.66611
b3174f1b84d2a0c70b47866ac40e67080a17e96c
892
cs
C#
Source/Editor.Test/Descriptors/LoggerDescriptorTest.cs
atown-24/log4net-config-editor
15560a66ed38035f8f17cbf807635aad8d31dae9
[ "MIT" ]
15
2018-05-18T18:01:51.000Z
2022-03-15T19:25:18.000Z
Source/Editor.Test/Descriptors/LoggerDescriptorTest.cs
alexleen/log4net-config-editor
15560a66ed38035f8f17cbf807635aad8d31dae9
[ "MIT" ]
68
2018-05-18T18:25:26.000Z
2021-02-03T01:35:55.000Z
Source/Editor.Test/Descriptors/LoggerDescriptorTest.cs
atown-24/log4net-config-editor
15560a66ed38035f8f17cbf807635aad8d31dae9
[ "MIT" ]
4
2019-08-23T10:36:13.000Z
2021-07-02T03:25:28.000Z
// Copyright © 2018 Alex Leendertsen using Editor.Descriptors; using Editor.Enums; using NUnit.Framework; namespace Editor.Test.Descriptors { [TestFixture] public class LoggerDescriptorTest { [Test] public void Root_ShouldHaveCorrectName() { Assert.AreEqu...
24.108108
84
0.593049
5e69f867a0952fd46a22e21035ccbf2c32eabb08
6,488
cs
C#
winsvc/NativeMethods.cs
frogmorecs/winsvc
b0790495849c75603e3cd298e2d04775c5a743c0
[ "BSD-2-Clause" ]
2
2018-07-11T22:09:30.000Z
2022-02-06T11:24:33.000Z
winsvc/NativeMethods.cs
frogmorecs/winsvc
b0790495849c75603e3cd298e2d04775c5a743c0
[ "BSD-2-Clause" ]
null
null
null
winsvc/NativeMethods.cs
frogmorecs/winsvc
b0790495849c75603e3cd298e2d04775c5a743c0
[ "BSD-2-Clause" ]
3
2018-04-22T09:00:45.000Z
2021-01-19T17:38:41.000Z
using System; using System.Runtime.InteropServices; using frogmore.winsvc.Enumerations; using frogmore.winsvc.Flags; using frogmore.winsvc.Structs; namespace frogmore.winsvc { // Conventions // All declarations are Unicode // BOOL are marshalled as bool // HANDLEs are marshalled as UIntPtr // DWO...
34.88172
83
0.60897
0c89c32f7ca914bba0b04bbc1ee4eca13e8b9e3c
775
cs
C#
Assets/DQEmulation/Scripts/00_Domain/Model/Interface/IHealable.cs
xrdnk/DQEmulation
66a0ad646596280b2e1805dd5650e7f0dce3951f
[ "MIT" ]
12
2021-04-17T01:53:45.000Z
2022-03-08T12:21:56.000Z
Assets/DQEmulation/Scripts/00_Domain/Model/Interface/IHealable.cs
xrdnk/DQEmulation
66a0ad646596280b2e1805dd5650e7f0dce3951f
[ "MIT" ]
1
2021-05-07T13:22:10.000Z
2021-05-08T05:51:37.000Z
Assets/DQEmulation/Scripts/00_Domain/Model/Interface/IHealable.cs
xrdnk/DQEmulation
66a0ad646596280b2e1805dd5650e7f0dce3951f
[ "MIT" ]
1
2021-05-11T17:47:43.000Z
2021-05-11T17:47:43.000Z
using System; using UniRx; namespace Denik.DQEmulation.Model { public interface IHealable { /// <summary> /// 回復力 /// </summary> float HealPower { get; } /// <summary> /// 回復されたことを通知する /// </summary> /// <returns>回復量</returns> IObservable...
25
70
0.487742
954c19e4f4187006e69df7225611d33c16ff54b4
1,359
cs
C#
src/Tasks/ManifestUtil/XmlNamespaces.cs
3F/IeXod
a447d985684232d47487a12dc37be47aabb0d2de
[ "MIT" ]
4
2020-06-04T19:46:37.000Z
2021-04-25T19:20:10.000Z
src/Tasks/ManifestUtil/XmlNamespaces.cs
3F/IeXod
a447d985684232d47487a12dc37be47aabb0d2de
[ "MIT" ]
null
null
null
src/Tasks/ManifestUtil/XmlNamespaces.cs
3F/IeXod
a447d985684232d47487a12dc37be47aabb0d2de
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft. All rights reserved. // Copyright (c) Denis Kuzmin <x-3F@outlook.com> github/3F // Copyright (c) IeXod contributors https://github.com/3F/IeXod/graphs/contributors // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Xml; names...
42.46875
101
0.667403
f0a369abbcf0c7913844b4d8e07aa6985fce3b30
51,581
cs
C#
src/YesSql.Core/Services/DefaultQuery.cs
VE-2016/YesSQL
942a93e26ab5846cd9ac370b57c8e0a75caa3d59
[ "MIT" ]
null
null
null
src/YesSql.Core/Services/DefaultQuery.cs
VE-2016/YesSQL
942a93e26ab5846cd9ac370b57c8e0a75caa3d59
[ "MIT" ]
null
null
null
src/YesSql.Core/Services/DefaultQuery.cs
VE-2016/YesSQL
942a93e26ab5846cd9ac370b57c8e0a75caa3d59
[ "MIT" ]
null
null
null
using Dapper; using Microsoft.Extensions.Logging; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using System.Threading.Tasks; using YesSql.Co...
42.73488
206
0.520269
87ef54dea6a0f9c32d237148100f39b2f19d8160
2,266
cs
C#
FontViewer/FontViewer.xaml.cs
jairbubbles/emoji.wpf
3eb677e5a9f6321b839da416b6f8cd5e715093c3
[ "WTFPL" ]
254
2017-09-27T14:39:37.000Z
2022-03-21T19:52:08.000Z
FontViewer/FontViewer.xaml.cs
jairbubbles/emoji.wpf
3eb677e5a9f6321b839da416b6f8cd5e715093c3
[ "WTFPL" ]
53
2018-04-15T10:07:43.000Z
2022-02-16T21:34:32.000Z
FontViewer/FontViewer.xaml.cs
jairbubbles/emoji.wpf
3eb677e5a9f6321b839da416b6f8cd5e715093c3
[ "WTFPL" ]
38
2018-03-30T01:36:52.000Z
2022-03-23T02:04:53.000Z
// // Emoji.Wpf — Emoji support for WPF // // Copyright © 2017—2020 Sam Hocevar <sam@hocevar.net> // // This program is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it // and/or modify it under the terms of the Do What the Fuck You Want // to Pu...
31.472222
107
0.56752
488375bf57ba5f7ecd857f9a3246e7e535dfd9b3
3,571
cs
C#
backend/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ValueConverters.cs
MartijnDijkgraaf/squidex
fefd23a63bb7b6b868b33555037a6edd3ce20251
[ "MIT" ]
null
null
null
backend/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ValueConverters.cs
MartijnDijkgraaf/squidex
fefd23a63bb7b6b868b33555037a6edd3ce20251
[ "MIT" ]
null
null
null
backend/src/Squidex.Domain.Apps.Core.Operations/ConvertContent/ValueConverters.cs
MartijnDijkgraaf/squidex
fefd23a63bb7b6b868b33555037a6edd3ce20251
[ "MIT" ]
null
null
null
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...
31.883929
143
0.400168
20e4ad397165d57f4860095ed17214b60fa3679a
931
cshtml
C#
Mantle.Web.ContentManagement/Areas/Admin/Sitemap/Views/XmlSitemap/Index.cshtml
gordon-matt/MantleCMS
b3bbec18412b7c1237c2124d5816d35c010d4b92
[ "MIT" ]
3
2019-09-10T00:15:22.000Z
2020-06-30T01:12:02.000Z
Mantle.Web.ContentManagement/Areas/Admin/Sitemap/Views/XmlSitemap/Index.cshtml
gordon-matt/MantleCMS
b3bbec18412b7c1237c2124d5816d35c010d4b92
[ "MIT" ]
null
null
null
Mantle.Web.ContentManagement/Areas/Admin/Sitemap/Views/XmlSitemap/Index.cshtml
gordon-matt/MantleCMS
b3bbec18412b7c1237c2124d5816d35c010d4b92
[ "MIT" ]
null
null
null
@using Mantle.Web.ContentManagement @using Mantle.Web.ContentManagement.Areas.Admin.Sitemap.Domain @model IEnumerable<SitemapConfig> @inject Microsoft.Extensions.Localization.IStringLocalizer T @inject Mantle.Web.Configuration.SiteSettings SiteSettings @{ string rtlClass = System.Globalization.CultureInfo.Curren...
33.25
118
0.647691
9caeb1414d5c6b70a840ade36766a5fbad42183a
3,093
cs
C#
src/GitHubReleaseNotesGenerator.ConsoleApp/Program.cs
Just15/GitHubReleaseNotesGenerator
c952ec567b00e85f7e45e4cddfb9dccd71fa49c3
[ "MIT" ]
null
null
null
src/GitHubReleaseNotesGenerator.ConsoleApp/Program.cs
Just15/GitHubReleaseNotesGenerator
c952ec567b00e85f7e45e4cddfb9dccd71fa49c3
[ "MIT" ]
5
2021-11-06T20:42:45.000Z
2022-01-03T05:34:04.000Z
src/GitHubReleaseNotesGenerator.ConsoleApp/Program.cs
Just15/GitHubReleaseNotesGenerator
c952ec567b00e85f7e45e4cddfb9dccd71fa49c3
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using GitHubReleaseNotesGenerator.Models; using Octokit; namespace GitHubReleaseNotesGenerator.ConsoleApp { internal static class Program { private static async Task Main(string[] args) { ...
39.653846
208
0.563207
4ea9d68602099b2238f5071baaea236ba05c7d35
1,903
cs
C#
src/GensouSakuya.Aria2.Desktop.Model/DownloadStatusInfoList.cs
GensouSakuya/aria2-win-gui
9c53f973d018799ac9110d4a73adcac191cf4822
[ "MIT" ]
null
null
null
src/GensouSakuya.Aria2.Desktop.Model/DownloadStatusInfoList.cs
GensouSakuya/aria2-win-gui
9c53f973d018799ac9110d4a73adcac191cf4822
[ "MIT" ]
2
2019-08-15T01:08:15.000Z
2019-08-15T01:14:13.000Z
src/GensouSakuya.Aria2.Desktop.Model/DownloadStatusInfoList.cs
GensouSakuya/aria2-desktop
9c53f973d018799ac9110d4a73adcac191cf4822
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace GensouSakuya.Aria2.Desktop.Model { public class DownloadStatusInfoList { private List<DownloadTask> _list = new List<DownloadTask>(); private volatile object locker = new object(); public List<DownloadTask> L...
26.430556
86
0.4866
44f6d14949047e3409ac1f7877ed3202b2e6dd5c
373
cs
C#
ApiClient/Models/ActiveCellChange.cs
JoyfulBits/FungusToast-UWP
83d7083441210adc3203069337da27271083551c
[ "MIT" ]
1
2019-01-08T01:48:17.000Z
2019-01-08T01:48:17.000Z
ApiClient/Models/ActiveCellChange.cs
jakejgordon/CellTakeover
83d7083441210adc3203069337da27271083551c
[ "MIT" ]
24
2019-04-22T16:45:56.000Z
2019-07-02T00:59:40.000Z
ApiClient/Models/ActiveCellChange.cs
JoyfulBits/FungusToast-UWP
83d7083441210adc3203069337da27271083551c
[ "MIT" ]
1
2019-01-08T01:48:20.000Z
2019-01-08T01:48:20.000Z
namespace ApiClient.Models { public class ActiveCellChange { public int Index { get; } public int SkillId { get; } public string PlayerId { get; } public ActiveCellChange(string playerId, int index, int skillId) { PlayerId = playerId; Index = ind...
21.941176
72
0.546917
744054bbded022d09dcfb9b9a31e71ef1f490343
1,287
cs
C#
src/HatTrick.DbEx.Sql/Mapper/EntityMapper{T}.cs
HatTrickLabs/dbExpression
260a92137618dbd832945f02449c23303b1e226d
[ "Apache-2.0" ]
null
null
null
src/HatTrick.DbEx.Sql/Mapper/EntityMapper{T}.cs
HatTrickLabs/dbExpression
260a92137618dbd832945f02449c23303b1e226d
[ "Apache-2.0" ]
24
2021-04-27T20:48:04.000Z
2022-02-14T17:11:22.000Z
src/HatTrick.DbEx.Sql/Mapper/EntityMapper{T}.cs
HatTrickLabs/dbExpression
260a92137618dbd832945f02449c23303b1e226d
[ "Apache-2.0" ]
null
null
null
#region license // Copyright (c) HatTrick Labs, LLC. 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 // // Unless re...
33
102
0.700855
74544d709ed7bcf1a060104173a845441dd2eeef
364
cs
C#
GeneralCMS/GeneralCMS.Models/ViewModel/Frontend/VAboutUs.cs
EminemJK/General.CMS
78f1f8349e3c259145b5fc5b6a88256577d459d5
[ "MIT" ]
29
2019-04-11T08:32:37.000Z
2021-11-07T20:22:58.000Z
GeneralCMS/GeneralCMS.Models/ViewModel/Frontend/VAboutUs.cs
EminemJK/General.CMS
78f1f8349e3c259145b5fc5b6a88256577d459d5
[ "MIT" ]
2
2022-02-12T08:37:49.000Z
2022-03-02T03:44:27.000Z
GeneralCMS/GeneralCMS.Models/ViewModel/Frontend/VAboutUs.cs
EminemJK/General.CMS
78f1f8349e3c259145b5fc5b6a88256577d459d5
[ "MIT" ]
8
2019-04-11T08:25:44.000Z
2021-01-12T01:31:58.000Z
using System; using System.Collections.Generic; using System.Text; using GeneralCMS.Models.Dto; namespace GeneralCMS.Models.ViewModel.Frontend { public class VAboutUs: VBaseModel { public List<PageContentDto> PageContents { get; set; } = new List<PageContentDto>(); public List<NewsDto> News {...
24.266667
92
0.697802
2d37d24d76aefe313d9b06a1d52b6d8324fd1de1
857
cs
C#
ShoppingHelperForms/ShoppingHelperForms/Model/Item.cs
yagizhanNY/shopping-helper-mobile
62ba5b88a5c87522e609760349bc170d7cf7c17b
[ "MIT" ]
null
null
null
ShoppingHelperForms/ShoppingHelperForms/Model/Item.cs
yagizhanNY/shopping-helper-mobile
62ba5b88a5c87522e609760349bc170d7cf7c17b
[ "MIT" ]
13
2021-12-20T14:00:30.000Z
2022-01-04T14:35:43.000Z
ShoppingHelperForms/ShoppingHelperForms/Model/Item.cs
yagizhanNY/shopping-helper-mobile
62ba5b88a5c87522e609760349bc170d7cf7c17b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; namespace ShoppingHelperForms.Model { public class Item : INotifyPropertyChanged { public string _id { get; set; } private bool _isChecked = false; public string Name { get; set; } p...
25.969697
86
0.595099
2178d39e0070b415a918b50874b93a8affdc2922
1,291
cs
C#
src/GuiException/UiException/CodeFormatters/IFormatterCatalog.cs
ecole/testcentric-gui
9eff2225954dbee9496d42227f5dd03c98db3c8b
[ "MIT" ]
58
2018-03-18T10:39:35.000Z
2021-12-24T02:57:36.000Z
src/GuiException/UiException/CodeFormatters/IFormatterCatalog.cs
ecole/testcentric-gui
9eff2225954dbee9496d42227f5dd03c98db3c8b
[ "MIT" ]
498
2018-03-17T13:51:51.000Z
2022-02-25T14:34:33.000Z
src/GuiException/UiException/CodeFormatters/IFormatterCatalog.cs
ecole/testcentric-gui
9eff2225954dbee9496d42227f5dd03c98db3c8b
[ "MIT" ]
26
2018-04-12T12:02:29.000Z
2021-11-06T00:46:54.000Z
// *********************************************************************** // Copyright (c) Charlie Poole and TestCentric GUI contributors. // Licensed under the MIT License. See LICENSE file in root directory. // *********************************************************************** namespace NUnit.UiException.Code...
39.121212
86
0.562355
5159f8a2b957e87fa854d997959f636f10cfad69
2,683
cs
C#
src/Core/Subscriptions.InMemory/InMemoryEventRegistry.cs
SwissLife-OSS/hotchocolate
d64036aabd064890242af98c6956ef7dbb2d004d
[ "MIT" ]
1
2021-08-19T13:27:10.000Z
2021-08-19T13:27:10.000Z
src/Core/Subscriptions.InMemory/InMemoryEventRegistry.cs
SwissLife-OSS/hotchocolate
d64036aabd064890242af98c6956ef7dbb2d004d
[ "MIT" ]
null
null
null
src/Core/Subscriptions.InMemory/InMemoryEventRegistry.cs
SwissLife-OSS/hotchocolate
d64036aabd064890242af98c6956ef7dbb2d004d
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace HotChocolate.Subscriptions { public class InMemoryEventRegistry : IEventRegistry , IEventSender { private readonly SemaphoreSlim _semaphore = new SemaphoreSlim(1); pr...
28.542553
92
0.511368
7bae0501cce1f7c2092bf8b808133129616d2ca0
2,600
cshtml
C#
src/Pages/Get-Involved/Index.cshtml
dotnetnepal/dotnetnepal-website
83af3a33fe164098962d27f5768cd941a5b1df5d
[ "MIT" ]
null
null
null
src/Pages/Get-Involved/Index.cshtml
dotnetnepal/dotnetnepal-website
83af3a33fe164098962d27f5768cd941a5b1df5d
[ "MIT" ]
null
null
null
src/Pages/Get-Involved/Index.cshtml
dotnetnepal/dotnetnepal-website
83af3a33fe164098962d27f5768cd941a5b1df5d
[ "MIT" ]
null
null
null
@page @using Microsoft.AspNetCore.Mvc.RazorPages @{ Layout = "_Layout"; ViewData["Title"] = "About"; } <h2>Get Involved</h2> <p>The .NET Foundation is looking for community involvement several areas: contributing to a project, new project submissions, and spreading the word.</p> <div class="row"> <div cla...
83.870968
811
0.742692
bd2824e98b824f06043494caeb32c68ad99ad94c
1,938
cs
C#
Exceptions/Handlers/Handlers.cs
kamlesh-nb/floki
947734eddde3d20d31f12c5b348a016ce1a978aa
[ "MIT" ]
null
null
null
Exceptions/Handlers/Handlers.cs
kamlesh-nb/floki
947734eddde3d20d31f12c5b348a016ce1a978aa
[ "MIT" ]
null
null
null
Exceptions/Handlers/Handlers.cs
kamlesh-nb/floki
947734eddde3d20d31f12c5b348a016ce1a978aa
[ "MIT" ]
null
null
null
namespace Floki.Exceptions { using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; public class Handlers { public static void HandleForbidden(ExceptionContext context) { var details = new ProblemDetails { Status = StatusCod...
28.925373
84
0.651187
bd7a2b373964ab2a010f8e51cde8429257d95118
337
cs
C#
src/Newbe.Mahua/Messages/Steps/IEmojiStep.cs
allenxie888/Newbe.Mahua.Framework
5b798727762009ff74eacff01a9d6589181b0a51
[ "MIT" ]
6
2018-11-25T16:33:20.000Z
2020-02-19T12:10:46.000Z
src/Newbe.Mahua/Messages/Steps/IEmojiStep.cs
molongwudi/Newbe.Mahua.Framework
659b00b0ca8a44fd59effa3af9ed59ea99b81ecf
[ "MIT" ]
null
null
null
src/Newbe.Mahua/Messages/Steps/IEmojiStep.cs
molongwudi/Newbe.Mahua.Framework
659b00b0ca8a44fd59effa3af9ed59ea99b81ecf
[ "MIT" ]
2
2019-02-19T02:44:56.000Z
2019-06-13T17:19:33.000Z
namespace Newbe.Mahua.Messages.Steps { public interface IEmojiStep<out T> : IMessageBuildStep where T : IMessageBuildStep { /// <summary> /// emoji表情 /// </summary> /// <param name="id">emoji字符的unicode编号</param> /// <returns></returns> T Emoji(str...
22.466667
54
0.543027
bdb0ed8b44e89a8255015b1576ee1d467b746368
3,869
cs
C#
NGitLab/Impl/IssueClient.cs
martin-bougie-ubi/NGitLab
25c63c01bd9d58dd23b57671ab9f2eece7254d36
[ "MIT" ]
2
2021-08-24T20:55:46.000Z
2021-12-19T01:11:35.000Z
NGitLab/Impl/IssueClient.cs
martin-bougie-ubi/NGitLab
25c63c01bd9d58dd23b57671ab9f2eece7254d36
[ "MIT" ]
24
2021-06-07T07:00:38.000Z
2022-02-21T14:06:59.000Z
NGitLab/Impl/IssueClient.cs
martin-bougie-ubi/NGitLab
25c63c01bd9d58dd23b57671ab9f2eece7254d36
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Globalization; using NGitLab.Models; namespace NGitLab.Impl { public class IssueClient : IIssueClient { private const string IssuesUrl = "/issues"; private const string ProjectIssuesUrl = "/projects/{0}/issues"; private const string Single...
42.516484
150
0.650814
2bb86f9fd51d86adcd0b3c91d2a929e67625f1df
789
cs
C#
test/EFCore.Sqlite.FunctionalTests/KeysWithConvertersSqliteTest.cs
leniency/efcore
0103866b680b626813d0e2a258b62d0551e6fea6
[ "MIT" ]
4,158
2017-08-16T18:59:17.000Z
2020-01-07T19:55:32.000Z
test/EFCore.Sqlite.FunctionalTests/KeysWithConvertersSqliteTest.cs
leniency/efcore
0103866b680b626813d0e2a258b62d0551e6fea6
[ "MIT" ]
9,287
2017-08-16T19:04:38.000Z
2020-01-07T20:59:35.000Z
test/EFCore.Sqlite.FunctionalTests/KeysWithConvertersSqliteTest.cs
leniency/efcore
0103866b680b626813d0e2a258b62d0551e6fea6
[ "MIT" ]
1,237
2017-08-17T09:20:21.000Z
2020-01-07T16:30:44.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.EntityFrameworkCore; public class KeysWithConvertersSqliteTest : KeysWithConvertersTestBase<KeysWithConvertersSqliteTest.KeysWithConvertersSqliteFixture> { p...
35.863636
132
0.770596
7e977ce094c3c1c5e9dc2a07700cbe797dd5e6f1
1,585
cs
C#
src/client/Microsoft.Identity.Client/IntuneAppProtectionPolicyRequiredException.cs
xamcat/microsoft-authentication-library-for-dotnet
001a6b33b8ba466652a1f6b1d0d4e02cc6a8ed01
[ "MIT" ]
null
null
null
src/client/Microsoft.Identity.Client/IntuneAppProtectionPolicyRequiredException.cs
xamcat/microsoft-authentication-library-for-dotnet
001a6b33b8ba466652a1f6b1d0d4e02cc6a8ed01
[ "MIT" ]
null
null
null
src/client/Microsoft.Identity.Client/IntuneAppProtectionPolicyRequiredException.cs
xamcat/microsoft-authentication-library-for-dotnet
001a6b33b8ba466652a1f6b1d0d4e02cc6a8ed01
[ "MIT" ]
null
null
null
using System; namespace Microsoft.Identity.Client { /// <summary> /// This exception is thrown when Intune requires app protection policy. /// The information in this exception can be used by app to obtain the required /// enrollment ID from Mobile App Management (MAM) SDK. /// See https://aka.ms/...
33.723404
111
0.592429
345ddb0c39f4289abe978aff660186cc15e8bc94
3,153
cs
C#
Knapcode.KitchenSink/Extensions/StringExtensions.cs
joelverhagen/KitchenSink
b0023782a8934706ea5c0ef43f33aa42feab3f58
[ "MIT" ]
null
null
null
Knapcode.KitchenSink/Extensions/StringExtensions.cs
joelverhagen/KitchenSink
b0023782a8934706ea5c0ef43f33aa42feab3f58
[ "MIT" ]
1
2015-02-10T03:59:12.000Z
2019-03-17T23:15:37.000Z
Knapcode.KitchenSink/Extensions/StringExtensions.cs
joelverhagen/KitchenSink
b0023782a8934706ea5c0ef43f33aa42feab3f58
[ "MIT" ]
1
2018-08-29T18:09:27.000Z
2018-08-29T18:09:27.000Z
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; namespace Knapcode.KitchenSink.Extensions { public static class StringExtensions { public static bool Contains(this string s, string value, StringComparison comparisonType) { return s.Ind...
31.848485
114
0.481446
656c7b9e635e70a159fe0d07de610cfd0de4f33b
3,292
cs
C#
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/WebSitesAddAppVirtualDir.ascx.designer.cs
shadowchamber/SolidCP
359b6c3fae2b9ebf34bdb88c8ed0079a36908cb3
[ "BSD-3-Clause" ]
54
2019-09-01T21:58:28.000Z
2022-03-31T07:24:19.000Z
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/WebSitesAddAppVirtualDir.ascx.designer.cs
gitohm/SolidCP
b51985250c0b8af71cb1d619c54aac2d9a08425a
[ "BSD-3-Clause" ]
84
2019-09-03T06:53:59.000Z
2022-03-19T12:53:39.000Z
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/WebSitesAddAppVirtualDir.ascx.designer.cs
gitohm/SolidCP
b51985250c0b8af71cb1d619c54aac2d9a08425a
[ "BSD-3-Clause" ]
51
2019-09-02T23:26:36.000Z
2022-02-24T11:49:17.000Z
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-----------------------------------------...
33.938144
84
0.529465
5a553a331d17a83dd5a27524059eb1c411055926
17,011
cs
C#
Trifolia.Import/Terminology/Excel/ExcelImporter.cs
lantanagroup/trifolia
dcc687e1f2e2cf8d2c1384e41e16a820f3047757
[ "Apache-2.0" ]
34
2016-05-13T02:31:45.000Z
2021-10-04T17:19:46.000Z
Trifolia.Import/Terminology/Excel/ExcelImporter.cs
sajjad765/Trifolia
e73c575db16f01500b2628d083356bf5a275ab0e
[ "Apache-2.0" ]
52
2016-09-28T21:00:12.000Z
2019-02-08T15:09:50.000Z
Trifolia.Import/Terminology/Excel/ExcelImporter.cs
sajjad765/Trifolia
e73c575db16f01500b2628d083356bf5a275ab0e
[ "Apache-2.0" ]
7
2016-09-19T20:41:40.000Z
2021-03-03T19:23:12.000Z
using DocumentFormat.OpenXml.Packaging; using DocumentFormat.OpenXml.Spreadsheet; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Trifolia.DB; using Trifolia.Logging; namespace Trifolia.Import.Terminology.Excel { public cla...
45.362667
199
0.559638
8fb3de3ccbea0222357b457336e33b0e44a99585
6,166
cs
C#
src/DatabaseDeployer/Program.cs
saulmadi/Encomiendas
7928f3ea639f30f250e477ca0499a3ee8e25a54a
[ "MIT" ]
null
null
null
src/DatabaseDeployer/Program.cs
saulmadi/Encomiendas
7928f3ea639f30f250e477ca0499a3ee8e25a54a
[ "MIT" ]
null
null
null
src/DatabaseDeployer/Program.cs
saulmadi/Encomiendas
7928f3ea639f30f250e477ca0499a3ee8e25a54a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using AcklenAvenue.Data.NHibernate; using DomainDrivenDatabaseDeployer; using FluentNHibernate.Cfg.Db; using Encomiendas.Data; using NHibernate; namespace DatabaseDeployer { ...
39.273885
139
0.512488
6de055e434c4035c16e786d41f1411c0201daa7f
9,656
cs
C#
Sources/Engine/NeoAxis.Stubs/System.Windows.Forms/System.Windows.Forms/TreeView.cs
intensifier/NeoAxisEngine
5c3d6d853c1d420e332aa31c73840f7cf3fd3eef
[ "IJG" ]
null
null
null
Sources/Engine/NeoAxis.Stubs/System.Windows.Forms/System.Windows.Forms/TreeView.cs
intensifier/NeoAxisEngine
5c3d6d853c1d420e332aa31c73840f7cf3fd3eef
[ "IJG" ]
null
null
null
Sources/Engine/NeoAxis.Stubs/System.Windows.Forms/System.Windows.Forms/TreeView.cs
intensifier/NeoAxisEngine
5c3d6d853c1d420e332aa31c73840f7cf3fd3eef
[ "IJG" ]
null
null
null
using System.Collections; using System.Drawing; namespace System.Windows.Forms { public class TreeView : Control { public override Color BackColor { get { throw null; } set { throw null; } } public override Image BackgroundImage { get { throw null; } set { ...
10.837262
78
0.566487
a38e28a5303e1ae8eeb49443bfb3c09d8b5e2fb7
720
cs
C#
ch2/Insertion_Sort/algorithm.cs
omar659/Algorithms-Sequential-Parallel-Distributed
3543631139a20625f413cea2ba1f013f3a40d123
[ "MIT" ]
2
2020-02-19T09:27:20.000Z
2020-02-19T09:28:21.000Z
ch2/Insertion_Sort/algorithm.cs
omar-3/Algorithms-Sequential-Parallel-Distributed
3543631139a20625f413cea2ba1f013f3a40d123
[ "MIT" ]
null
null
null
ch2/Insertion_Sort/algorithm.cs
omar-3/Algorithms-Sequential-Parallel-Distributed
3543631139a20625f413cea2ba1f013f3a40d123
[ "MIT" ]
null
null
null
using System; public class algorithm { public static T[] insertion_sort<T>(T[] List) where T:IComparable<T> { for(int i = 1 ; i < List.Length ; i++) { T current = List[i]; int position = i-1; while ((position >= 0) && (current.CompareTo(List[position])<0)){ ...
28.8
77
0.515278
316836c21d915705dc761c41af0dce9d36d139e2
371
cs
C#
src/SlimShader/Chunks/Common/ProgramType.cs
tgjones/slimshader
4fc64414b82fec8a41f8455037b3717e71907b89
[ "MIT" ]
125
2015-01-04T09:33:05.000Z
2022-03-13T05:08:50.000Z
src/SlimShader/Chunks/Common/ProgramType.cs
tgjones/slimshader
4fc64414b82fec8a41f8455037b3717e71907b89
[ "MIT" ]
1
2015-04-01T22:26:14.000Z
2015-04-02T12:57:18.000Z
src/SlimShader/Chunks/Common/ProgramType.cs
tgjones/slimshader
4fc64414b82fec8a41f8455037b3717e71907b89
[ "MIT" ]
36
2015-01-26T22:01:38.000Z
2022-01-26T04:35:56.000Z
namespace SlimShader.Chunks.Common { public enum ProgramType : ushort { [Description("ps")] PixelShader = 0, [Description("vs")] VertexShader = 1, [Description("gs")] GeometryShader = 2, // Below are shaders new in DX 11 [Description("hs")] HullShader = 3, [Description("ds")] DomainShader =...
14.84
35
0.641509
bb300285de58ebd60815eca4165a6af0890044e4
5,435
cs
C#
examples/unity/Assets/LSL4Unity/Demos/DataReceiver.cs
Emotiv/labstreaminglayer
dabceba7304a64d0d2c76ce0382f95bb43619231
[ "MIT" ]
22
2020-09-16T19:30:28.000Z
2022-03-18T18:57:16.000Z
examples/unity/Assets/LSL4Unity/Demos/DataReceiver.cs
Emotiv/labstreaminglayer
dabceba7304a64d0d2c76ce0382f95bb43619231
[ "MIT" ]
4
2020-11-09T07:41:15.000Z
2022-03-31T07:39:50.000Z
examples/unity/Assets/LSL4Unity/Demos/DataReceiver.cs
Emotiv/labstreaminglayer
dabceba7304a64d0d2c76ce0382f95bb43619231
[ "MIT" ]
7
2020-11-09T08:27:43.000Z
2021-12-01T18:04:49.000Z
using UnityEngine; using LSL; using System.Collections; using UnityEngine.UI; using UnityEngine.EventSystems; // Don't forget the Namespace import using Assets.LSL4Unity.Scripts.AbstractInlets; using System.Collections.Generic; public class DataReceiver :ADoubleInlet { /// <summary> /// number of channels ...
29.538043
95
0.544802
ce90e187a1fba27c7c5af92be97491e8b88879ed
3,478
cs
C#
Reactive4.NET/operators/FlowableDelaySubscription.cs
akarnokd/Reactive4.NET
1e2824947493682495e080ab5242783d17607f51
[ "Apache-2.0" ]
35
2017-04-11T08:07:23.000Z
2022-02-22T19:27:56.000Z
Reactive4.NET/operators/FlowableDelaySubscription.cs
akarnokd/Reactive4.NET
1e2824947493682495e080ab5242783d17607f51
[ "Apache-2.0" ]
28
2017-06-22T08:32:05.000Z
2022-03-02T16:07:08.000Z
Reactive4.NET/operators/FlowableDelaySubscription.cs
akarnokd/Reactive4.NET
1e2824947493682495e080ab5242783d17607f51
[ "Apache-2.0" ]
7
2017-06-22T08:32:53.000Z
2021-07-19T07:51:54.000Z
using Reactive.Streams; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Reactive4.NET.operators { sealed class FlowableDelaySubscription<T, U> : AbstractFlowableOperator<T, T> { readonly IPublisher<U> other; public ...
26.96124
98
0.493962
bbb29f0f74ba83059725053f2e818ff1a6665663
232
cs
C#
src/Infrastructure.Change.Generate/Program.cs
matthiasrondenet/sample-api-ef
1ea169f09b8027438a811b46ba4c85136632914a
[ "Unlicense" ]
null
null
null
src/Infrastructure.Change.Generate/Program.cs
matthiasrondenet/sample-api-ef
1ea169f09b8027438a811b46ba4c85136632914a
[ "Unlicense" ]
null
null
null
src/Infrastructure.Change.Generate/Program.cs
matthiasrondenet/sample-api-ef
1ea169f09b8027438a811b46ba4c85136632914a
[ "Unlicense" ]
null
null
null
using System; using Infrastructure.Change.Generate; Console.WriteLine("..."); using var context = new DesignTimeDbContextFactory().CreateDbContext(Array.Empty<string>()); context.Database.EnsureCreated(); Console.WriteLine("...");
29
92
0.771552
bbfcdb79822878a6d04c98f0a575e76563298d0d
30,060
cs
C#
GraphLibraryDotNet/GraphDrawer/GraphDrawer.cs
KonstantinSerebryakov/Graph-basics
d8edf32cdd5d7da8a902857fdb2d26af5c3478ce
[ "MIT" ]
2
2022-01-26T11:25:24.000Z
2022-01-26T18:23:52.000Z
GraphLibraryDotNet/GraphDrawer/GraphDrawer.cs
KonstantinSerebryakov/Graph-basics
d8edf32cdd5d7da8a902857fdb2d26af5c3478ce
[ "MIT" ]
null
null
null
GraphLibraryDotNet/GraphDrawer/GraphDrawer.cs
KonstantinSerebryakov/Graph-basics
d8edf32cdd5d7da8a902857fdb2d26af5c3478ce
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GraphLibraryDotNet { public class GraphDrawer { public const int MIN_VERTEX_RADIUS = 40; public const int MIN_IMA...
35.323149
144
0.481204
015bfaefb0025e71e9d3eb45cc1e68a7c8688522
5,233
cs
C#
src/SlnGen.Core/Code/SGClassConstructor.cs
chriszumberge/SlnGen
c53cb987f4a861511d5c74d337eb20aaef7fdc28
[ "MIT" ]
2
2018-12-13T08:00:00.000Z
2021-03-21T20:13:20.000Z
src/SlnGen.Core/Code/SGClassConstructor.cs
chriszumberge/SlnGen
c53cb987f4a861511d5c74d337eb20aaef7fdc28
[ "MIT" ]
null
null
null
src/SlnGen.Core/Code/SGClassConstructor.cs
chriszumberge/SlnGen
c53cb987f4a861511d5c74d337eb20aaef7fdc28
[ "MIT" ]
1
2018-02-21T03:45:26.000Z
2018-02-21T03:45:26.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace SlnGen.Core.Code { public class SGClassConstructor { string _className; public string ClassName { get { return _className; } set { if (val...
30.424419
122
0.474107
e3126a700e66051fa059e80b5c64bcd19873c9e4
1,278
cs
C#
backend/src/Notifo/Areas/Api/OpenApi/ReflectionServices.cs
idist-hn/notifo
030a689f7f9b41e683181691f2313b99043eb8d2
[ "MIT" ]
1
2022-03-25T14:28:37.000Z
2022-03-25T14:28:37.000Z
backend/src/Notifo/Areas/Api/OpenApi/ReflectionServices.cs
idist-hn/notifo
030a689f7f9b41e683181691f2313b99043eb8d2
[ "MIT" ]
null
null
null
backend/src/Notifo/Areas/Api/OpenApi/ReflectionServices.cs
idist-hn/notifo
030a689f7f9b41e683181691f2313b99043eb8d2
[ "MIT" ]
null
null
null
// ========================================================================== // Notifo.io // ========================================================================== // Copyright (c) Sebastian Stehle // All rights reserved. Licensed under the MIT license. // ======================================================...
32.769231
96
0.517997
55bf90269af603ae34e29ed8f6b434be85decf50
1,318
cs
C#
guncelleyolcu.cs
MehmetGeyik/PlaneTicketAutomation
e138ff6c57f9bcf4ab6cc47c3ee021495c9a113a
[ "MIT" ]
null
null
null
guncelleyolcu.cs
MehmetGeyik/PlaneTicketAutomation
e138ff6c57f9bcf4ab6cc47c3ee021495c9a113a
[ "MIT" ]
null
null
null
guncelleyolcu.cs
MehmetGeyik/PlaneTicketAutomation
e138ff6c57f9bcf4ab6cc47c3ee021495c9a113a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Uçak_Bileti_Otomasyonu { class Guncelleyolcu { // Gözlemleyicilerimizi tutacağımız listemiz. private List<Observer> _observers = new List<Observer>(); private S...
26.36
140
0.586495
82f2bb85eeaed14f7f87cc5aca936c40f5fd2c61
404
cs
C#
Wrapper/CLSparse/CLSparseScalar.cs
clSharp/clMathLibraries-dotnet
97f9b5897e4225d14696036b0da407807b18d554
[ "Apache-2.0", "MIT" ]
5
2017-02-08T09:10:35.000Z
2021-06-15T17:04:21.000Z
Wrapper/CLSparse/CLSparseScalar.cs
clSharp/clMathLibraries-dotnet
97f9b5897e4225d14696036b0da407807b18d554
[ "Apache-2.0", "MIT" ]
1
2017-09-06T07:48:12.000Z
2019-04-03T10:40:03.000Z
Wrapper/CLSparse/CLSparseScalar.cs
clSharp/clMathLibraries-dotnet
97f9b5897e4225d14696036b0da407807b18d554
[ "Apache-2.0", "MIT" ]
1
2021-03-16T22:20:47.000Z
2021-03-16T22:20:47.000Z
using System; namespace CLMathLibraries.CLSparse { public struct CLSparseScalar { public IntPtr Value; /**< OpenCL 1.x memory handle */ /*! Given that cl_mem objects are opaque without pointer arithmetic, this offset is added to * the cl_mem locations on device to define beginning of...
28.857143
100
0.670792
7652d396729456ed7993ad93bf2997f4fcee5246
432
cs
C#
ZSpitz.Util/Globals.cs
zspitz/ZSpitz.Util
62e425e900ce9073e288cc8acf3bd22c73a35bee
[ "MIT" ]
1
2022-02-07T13:37:53.000Z
2022-02-07T13:37:53.000Z
ZSpitz.Util/Globals.cs
zspitz/ZSpitz.Util
62e425e900ce9073e288cc8acf3bd22c73a35bee
[ "MIT" ]
16
2020-03-31T22:33:18.000Z
2021-01-06T20:43:50.000Z
ZSpitz.Util/Globals.cs
zspitz/ZSpitz.Util
62e425e900ce9073e288cc8acf3bd22c73a35bee
[ "MIT" ]
1
2022-03-26T08:18:30.000Z
2022-03-26T08:18:30.000Z
namespace ZSpitz.Util { public static class LanguageNames { public const string CSharp = "C#"; public const string VisualBasic = "Visual Basic"; } public enum Language { CSharp, VisualBasic } public enum ConversionStrategy { None, Assignable, ...
20.571429
76
0.606481