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
83736d5875ad08cc1f1faa64be871a1dc93f647b
5,063
cs
C#
ARKitten/Assets/Scripts/PhotoCapture.cs
ktaka/ARKitten2019
bf6414f3211bb926726377a5c180a7545ec65275
[ "Apache-2.0" ]
9
2019-09-25T10:27:06.000Z
2022-03-08T22:57:23.000Z
ARKitten/Assets/Scripts/PhotoCapture.cs
ktaka/ARKitten2019
bf6414f3211bb926726377a5c180a7545ec65275
[ "Apache-2.0" ]
null
null
null
ARKitten/Assets/Scripts/PhotoCapture.cs
ktaka/ARKitten2019
bf6414f3211bb926726377a5c180a7545ec65275
[ "Apache-2.0" ]
5
2019-09-18T15:06:59.000Z
2020-01-25T22:07:13.000Z
using System; using System.Collections; using System.IO; using System.Collections.Generic; using UnityEngine; #if UNITY_EDITOR #elif UNITY_ANDROID using UnityEngine.Android; #elif UNITY_IOS using System.Runtime.InteropServices; #endif public class PhotoCapture : MonoBehaviour { public GameObject[] UICanvas; ...
28.44382
138
0.645665
839ec6d64dfa57dd851e37d2d7ca37a6641f0b0d
4,033
cs
C#
src/Multiblog.Service/Model/OAuthClient/LinkedInPersonData.cs
fredrikstrandin/Miniblog.Core
8983ce2e1368d0e5ac01acfec1e753abd7a07121
[ "Apache-2.0" ]
null
null
null
src/Multiblog.Service/Model/OAuthClient/LinkedInPersonData.cs
fredrikstrandin/Miniblog.Core
8983ce2e1368d0e5ac01acfec1e753abd7a07121
[ "Apache-2.0" ]
2
2018-02-07T08:20:20.000Z
2018-02-07T08:27:00.000Z
src/Multiblog.Service/Model/OAuthClient/LinkedInPersonData.cs
fredrikstrandin/Mutiblog.Core
8983ce2e1368d0e5ac01acfec1e753abd7a07121
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace IdentityServer4.MongoDB.Model.OAuthClient { public class LinkedInPersonData { public ApiStandardProfileRequest apiStandardProfileRequest { get; set; } public CurrentShare currentShare { get; set; } public stri...
26.188312
82
0.57823
fa68d90e237177399b14558d968f0113b6fb4ef5
2,077
cs
C#
PrintWorkflowAndWSDACombinedSample/Strings/LocalizedStrings.cs
Ganeshcoep/print-oem-samples
0508c31e2881ee0d4379cd7ff830e0062e818a6c
[ "MIT" ]
4
2020-03-25T20:39:20.000Z
2021-04-20T16:11:17.000Z
PrintWorkflowAndWSDACombinedSample/Strings/LocalizedStrings.cs
Ganeshcoep/print-oem-samples
0508c31e2881ee0d4379cd7ff830e0062e818a6c
[ "MIT" ]
2
2019-06-13T23:13:13.000Z
2020-07-30T18:01:03.000Z
PrintWorkflowAndWSDACombinedSample/Strings/LocalizedStrings.cs
Ganeshcoep/print-oem-samples
0508c31e2881ee0d4379cd7ff830e0062e818a6c
[ "MIT" ]
7
2019-06-13T23:15:42.000Z
2020-08-05T14:57:37.000Z
// Copyright(c) Microsoft Corporation.All rights reserved. // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Sample code ...
31
103
0.610496
ab32728f22b4429b9e147d2c53c768dd1de1d858
3,598
cs
C#
Afonsoft.Petz/Controller/SpeciesController.cs
afonsoft/PetSystem
44bf186b960a81485d4f5bc4a622ae1a5b544068
[ "Apache-2.0" ]
null
null
null
Afonsoft.Petz/Controller/SpeciesController.cs
afonsoft/PetSystem
44bf186b960a81485d4f5bc4a622ae1a5b544068
[ "Apache-2.0" ]
null
null
null
Afonsoft.Petz/Controller/SpeciesController.cs
afonsoft/PetSystem
44bf186b960a81485d4f5bc4a622ae1a5b544068
[ "Apache-2.0" ]
null
null
null
using Afonsoft.Petz.DataBase; using Afonsoft.Petz.Model; using System; using System.Linq; namespace Afonsoft.Petz.Controller { public class SpeciesController { public SpeciesEntity[] GetSpecies(String name = "") { using (Petz_dbEntities db = new Petz_dbEntities()) { ...
41.356322
123
0.379933
39c7fd8a41b251d8518a94bcc3ddec5c12c30085
2,401
cs
C#
Chewiebot v3.0/ChewieBot_SteamRE/botCommands/cmdList.cs
Hadlock/ChewieBot
82ce5bc9580bf1143eef925df4b8468507741262
[ "WTFPL" ]
2
2015-10-12T10:43:27.000Z
2016-01-19T00:37:20.000Z
Chewiebot v3.0/ChewieBot_SteamRE/botCommands/cmdList.cs
Hadlock/ChewieBot
82ce5bc9580bf1143eef925df4b8468507741262
[ "WTFPL" ]
null
null
null
Chewiebot v3.0/ChewieBot_SteamRE/botCommands/cmdList.cs
Hadlock/ChewieBot
82ce5bc9580bf1143eef925df4b8468507741262
[ "WTFPL" ]
null
null
null
////////////////////////////////////////////////////////////////////////////////// // // // Please read LICENSE.TXT for License Information // // ...
36.378788
83
0.356102
07eaf918beb5b6fa2c18787eab198c35fb9c641e
25,546
cs
C#
Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/OPR/Forms/frmChecklistconfig.Designer.cs
atiq-shumon/DotNetProjects
954951ff5c1774e288502bb734a6af86bd2a5f12
[ "Apache-2.0" ]
null
null
null
Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/OPR/Forms/frmChecklistconfig.Designer.cs
atiq-shumon/DotNetProjects
954951ff5c1774e288502bb734a6af86bd2a5f12
[ "Apache-2.0" ]
null
null
null
Hospital_ERP_VS13-WCF_WF/AH.ModuleController/UI/OPR/Forms/frmChecklistconfig.Designer.cs
atiq-shumon/DotNetProjects
954951ff5c1774e288502bb734a6af86bd2a5f12
[ "Apache-2.0" ]
null
null
null
namespace AH.ModuleController.UI.OPR { partial class frmChecklistconfig { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </...
54.122881
176
0.612542
f9a1167f1931a67539cb5aa47dbe657ee37b2664
246
cs
C#
osu.Game.Rulesets.Tau/Judgements/TauJudgement.cs
Flutterish/tau
e549552e3ca22b5c80d2280f0b74fb04ed88dd7e
[ "MIT" ]
102
2019-10-07T01:36:41.000Z
2021-05-27T15:13:50.000Z
osu.Game.Rulesets.Tau/Judgements/TauJudgement.cs
Flutterish/tau
e549552e3ca22b5c80d2280f0b74fb04ed88dd7e
[ "MIT" ]
116
2019-10-05T22:27:21.000Z
2021-05-22T17:37:19.000Z
osu.Game.Rulesets.Tau/Judgements/TauJudgement.cs
Flutterish/tau
e549552e3ca22b5c80d2280f0b74fb04ed88dd7e
[ "MIT" ]
27
2019-10-14T22:11:19.000Z
2021-04-13T17:03:27.000Z
using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Scoring; namespace osu.Game.Rulesets.Tau.Judgements { public class TauJudgement : Judgement { public override HitResult MaxResult => HitResult.Great; } }
22.363636
64
0.699187
70ba9da7e3931672eb05d58a91c9820606897534
1,128
cs
C#
ReOsuStoryboardPlayer.Core/Parser/CommandParser/ValueCommandParser/SplitableScaleCommandParser.cs
Milkitic/ReOsuStoryboardPlayer
fcfeb882aacca723e170c59b24464d15418ce0f7
[ "MIT" ]
12
2019-01-27T00:35:55.000Z
2021-04-16T02:43:56.000Z
ReOsuStoryboardPlayer.Core/Parser/CommandParser/ValueCommandParser/SplitableScaleCommandParser.cs
Milkitic/ReOsuStoryboardPlayer
fcfeb882aacca723e170c59b24464d15418ce0f7
[ "MIT" ]
1
2017-06-09T09:36:23.000Z
2017-06-09T09:36:23.000Z
ReOsuStoryboardPlayer.Core/Parser/CommandParser/ValueCommandParser/SplitableScaleCommandParser.cs
Milkitic/ReOsuStoryboardPlayer
fcfeb882aacca723e170c59b24464d15418ce0f7
[ "MIT" ]
3
2017-06-09T09:13:03.000Z
2018-09-17T08:55:30.000Z
using ReOsuStoryboardPlayer.Core.Commands; using ReOsuStoryboardPlayer.Core.PrimitiveValue; using System.Collections.Generic; using System.Linq; namespace ReOsuStoryboardPlayer.Core.Parser.CommandParser.ValueCommandParser { public class SplitableScaleCommandParser : FloatCommandParser<ScaleCommand> { ...
34.181818
111
0.609929
2f0aef7c2baec01504e157a43890597796b7257a
3,272
cs
C#
Utility/Data/TypeUtility.cs
SwiftAusterity/Cottontail
0c04ca73404fc1b1f5a48c771c17b3d31bf5c826
[ "MIT" ]
2
2018-04-24T11:27:06.000Z
2021-05-04T07:47:21.000Z
Echoes/Utility/Data/TypeUtility.cs
SwiftAusterity/MarkovianEchoes
5b917d14b4e3c63d92f56c5ab65739a25c60496a
[ "MIT" ]
null
null
null
Echoes/Utility/Data/TypeUtility.cs
SwiftAusterity/MarkovianEchoes
5b917d14b4e3c63d92f56c5ab65739a25c60496a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace Utility { /// <summary> /// Type conversion utilities and extensions /// </summary> public static class TypeUtility { /// <summary> /// Fault safe type conversion with output reference and verification (li...
34.083333
112
0.490526
22954c4c963dbafcff71d201ef4c248824e973d1
11,862
cs
C#
ITAssetMgmtForms/ITAssetMgmtForms/Resources.xaml.cs
evkapsal/SCSM-2016-IT-Asset-Management
3bf244c3f142d7b52e6d0de1440802d8aa813949
[ "MIT" ]
2
2019-04-16T11:00:01.000Z
2020-06-01T21:03:30.000Z
PreviewForms/Resources.xaml.cs
evkapsal/SCSM-2016-IT-Asset-Management
3bf244c3f142d7b52e6d0de1440802d8aa813949
[ "MIT" ]
null
null
null
PreviewForms/Resources.xaml.cs
evkapsal/SCSM-2016-IT-Asset-Management
3bf244c3f142d7b52e6d0de1440802d8aa813949
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigati...
79.610738
115
0.748778
54d854c13d173898437ceb7c1c257f14283e0020
1,369
cs
C#
src/FluentBuild/AssemblyInfoBuilding/AssemblyInfoLanguageTests.cs
GotWoods/Fluent-Build
d14a99357b6f865f04f32a2d9adea651d4c595a4
[ "Apache-2.0" ]
8
2015-10-05T16:05:50.000Z
2020-06-13T23:39:12.000Z
src/FluentBuild/AssemblyInfoBuilding/AssemblyInfoLanguageTests.cs
GotWoods/Fluent-Build
d14a99357b6f865f04f32a2d9adea651d4c595a4
[ "Apache-2.0" ]
null
null
null
src/FluentBuild/AssemblyInfoBuilding/AssemblyInfoLanguageTests.cs
GotWoods/Fluent-Build
d14a99357b6f865f04f32a2d9adea651d4c595a4
[ "Apache-2.0" ]
6
2015-04-02T02:43:29.000Z
2020-09-24T09:44:11.000Z
using System; using FluentBuild.Utilities; using NUnit.Framework; using Rhino.Mocks; namespace FluentBuild.AssemblyInfoBuilding { ///<summary> ///</summary> ///<summary /> [TestFixture] public class AssemblyInfoLanguageTests { ///<summary> ///</summary> ///<summary /> ...
33.390244
149
0.626004
885414a8b555460eb253e5432ce550cb13370197
307
cs
C#
Decorator.IO.Core/Modifier.cs
TheDecoratorProject/Decorator.IO
a1bcfedcc5e658833af1ca1225fc3ba2d165e2dd
[ "MIT" ]
null
null
null
Decorator.IO.Core/Modifier.cs
TheDecoratorProject/Decorator.IO
a1bcfedcc5e658833af1ca1225fc3ba2d165e2dd
[ "MIT" ]
null
null
null
Decorator.IO.Core/Modifier.cs
TheDecoratorProject/Decorator.IO
a1bcfedcc5e658833af1ca1225fc3ba2d165e2dd
[ "MIT" ]
null
null
null
namespace Decorator.IO.Core { /// <summary> /// The modifier for a decorator item. /// </summary> public enum Modifier { /// <summary> /// This item is required, it has to exist. /// </summary> Required, /// <summary> /// This can optionally have a value. /// </summary> Optional } }
17.055556
45
0.602606
8478c471692f72aa2000da47e3da8cfa64f92ad2
402
cs
C#
Assets/_scripts/Playmaker Actions/ForceUnfreeze.cs
takemurakimio/missing-part-1
f8e4aef82a5e3fbc734560982a85956b5693327c
[ "Apache-2.0" ]
1
2021-10-05T10:03:47.000Z
2021-10-05T10:03:47.000Z
Assets/_scripts/Playmaker Actions/ForceUnfreeze.cs
takemurakimio/missing-part-1
f8e4aef82a5e3fbc734560982a85956b5693327c
[ "Apache-2.0" ]
null
null
null
Assets/_scripts/Playmaker Actions/ForceUnfreeze.cs
takemurakimio/missing-part-1
f8e4aef82a5e3fbc734560982a85956b5693327c
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System.Collections; using HutongGames.PlayMaker; namespace CTIActions.Actions { [ActionCategory(ActionCategory.ScriptControl)] [HutongGames.PlayMaker.Tooltip("Force Unfreeze PC")] public class ForceUnfreeze : FsmStateAction { public override void OnEnter() { ...
18.272727
54
0.649254
246a91bfed1032774eb7571b5da37cfdc3212466
2,211
cs
C#
Assets/Game/Scripts/MainMechanic/StackManager.cs
mert-erdem/stacky-dash-clone
8fc3b58aa53076790680b8c2aaf177434e16c590
[ "MIT" ]
1
2022-03-09T18:39:18.000Z
2022-03-09T18:39:18.000Z
Assets/Game/Scripts/MainMechanic/StackManager.cs
mert-erdem/stacky-dash-clone
8fc3b58aa53076790680b8c2aaf177434e16c590
[ "MIT" ]
null
null
null
Assets/Game/Scripts/MainMechanic/StackManager.cs
mert-erdem/stacky-dash-clone
8fc3b58aa53076790680b8c2aaf177434e16c590
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public class StackManager : Singleton<StackManager> { [SerializeField] private Transform playerVisual, rootPos; [SerializeField] private BoxCollider stackTileCollider; private float DeltaPosY => stackTileColli...
29.092105
81
0.626866
609fe9cc1e7a627bd7cc0a461ab5233b0c8ca0e3
1,108
cs
C#
08-Microservices-Async-Communication-with-RabbitMQ-and-MassTransit-for-Checkout-Order/AspnetMicroservices/src/Services/Ordering/Ordering.Application/Features/Orders/Queries/GetOrdersList/GetOrdersListQueryHandler.cs
WELL1NGTON/udemy-Microservices-Architecture-and-Implementation-on-.NET5
ab7e55d5d3f2ab43d5f61c353341d1be564cad2e
[ "MIT" ]
4
2021-11-18T01:07:35.000Z
2022-03-23T20:43:32.000Z
12-Building-Shopping-Web-Application-Microservices/AspnetMicroservices/src/Services/Ordering/Ordering.Application/Features/Orders/Queries/GetOrdersList/GetOrdersListQueryHandler.cs
WELL1NGTON/udemy-Microservices-Architecture-and-Implementation-on-.NET5
ab7e55d5d3f2ab43d5f61c353341d1be564cad2e
[ "MIT" ]
null
null
null
12-Building-Shopping-Web-Application-Microservices/AspnetMicroservices/src/Services/Ordering/Ordering.Application/Features/Orders/Queries/GetOrdersList/GetOrdersListQueryHandler.cs
WELL1NGTON/udemy-Microservices-Architecture-and-Implementation-on-.NET5
ab7e55d5d3f2ab43d5f61c353341d1be564cad2e
[ "MIT" ]
null
null
null
namespace Ordering.Application.Features.Orders.Queries.GetOrdersList { using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using AutoMapper; using MediatR; using Ordering.Application.Contracts.Persistence; public class GetOrdersListQueryHandler :...
39.571429
115
0.707581
2cbca42d99c9c87caf445bef8e483032a6665767
543
cs
C#
Ryujinx.Graphics.Vulkan/DisposablePipeline.cs
BSoDGamingYT/Ryujinx
7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29
[ "MIT" ]
1
2022-02-19T12:09:14.000Z
2022-02-19T12:09:14.000Z
Ryujinx.Graphics.Vulkan/DisposablePipeline.cs
BSoDGamingYT/Ryujinx
7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29
[ "MIT" ]
null
null
null
Ryujinx.Graphics.Vulkan/DisposablePipeline.cs
BSoDGamingYT/Ryujinx
7d4a7aef56ed8eb35b71bd4401fac5c96afe3f29
[ "MIT" ]
null
null
null
using Silk.NET.Vulkan; using System; namespace Ryujinx.Graphics.Vulkan { struct DisposablePipeline : IDisposable { private readonly Vk _api; private readonly Device _device; public Pipeline Value { get; } public DisposablePipeline(Vk api, Device device, Pipeline pipeline) ...
20.884615
75
0.576427
81a684ea59dd2ba5553b3c37f9e55e0db6d4f1eb
1,153
cs
C#
src/Data/PcPartPicker2.Data/Seeding/BlogSeeder.cs
TodorNedkovski/PcPartPicker2
f78efae9934d031030c47f6980a6101f4eabf752
[ "MIT" ]
null
null
null
src/Data/PcPartPicker2.Data/Seeding/BlogSeeder.cs
TodorNedkovski/PcPartPicker2
f78efae9934d031030c47f6980a6101f4eabf752
[ "MIT" ]
null
null
null
src/Data/PcPartPicker2.Data/Seeding/BlogSeeder.cs
TodorNedkovski/PcPartPicker2
f78efae9934d031030c47f6980a6101f4eabf752
[ "MIT" ]
null
null
null
namespace PcPartPicker2.Data.Seeding { using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using PcPartPicker2.Data.Models; public class BlogSeeder : ISeeder { public async Task SeedAsync(ApplicationDbContext dbContext, IServiceProvider...
26.813953
101
0.435386
86d7a047b7dc869e38e73756f59e09ac82aaadc5
1,216
cs
C#
Gee.External.Capstone/Arm/ArmSysRegister.cs
ReneLergner/Capstone.NET
1ce8e3b94ba6b75cf5c1ab991590440f5b5479f5
[ "MIT" ]
3
2019-04-23T07:06:58.000Z
2022-03-01T09:39:27.000Z
Gee.External.Capstone/Arm/ArmSysRegister.cs
ReneLergner/Capstone.NET
1ce8e3b94ba6b75cf5c1ab991590440f5b5479f5
[ "MIT" ]
null
null
null
Gee.External.Capstone/Arm/ArmSysRegister.cs
ReneLergner/Capstone.NET
1ce8e3b94ba6b75cf5c1ab991590440f5b5479f5
[ "MIT" ]
1
2021-10-30T18:35:56.000Z
2021-10-30T18:35:56.000Z
using System; using System.Diagnostics.CodeAnalysis; #pragma warning disable 1591 namespace Gee.External.Capstone.Arm { /// <summary> /// ARM SYS Register. /// </summary> [Flags] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "IdentifierTypo")] publ...
18.707692
56
0.473684
d1edbc475497ee9d5f8e22ced98f3532a6cd5d9a
1,011
cshtml
C#
Frapper.Web/Frapper.Web/Views/Document/UploadtoDatabase.cshtml
Vineet2121/Frapper
a786b21bf47d9a1f3e47ccf4600f6a67c5097abd
[ "MIT" ]
167
2020-11-20T06:53:27.000Z
2022-03-09T17:19:59.000Z
Frapper.Web/Frapper.Web/Views/Document/UploadtoDatabase.cshtml
Ramasagar/Frapper
98937517a4b366f8ea9a7eccee3445ab0c5e150f
[ "MIT" ]
null
null
null
Frapper.Web/Frapper.Web/Views/Document/UploadtoDatabase.cshtml
Ramasagar/Frapper
98937517a4b366f8ea9a7eccee3445ab0c5e150f
[ "MIT" ]
44
2020-11-20T07:01:45.000Z
2022-03-30T06:49:10.000Z
 @{ ViewBag.PageName = "Document"; Layout = "~/Views/Shared/_LayoutUser.cshtml"; } <div class="col-md-6"> <div class="card card-primary"> <div class="card-header"> <h3 class="card-title">Upload to Database</h3> </div> <!-- /.card-header --> <!-- form start --> ...
34.862069
138
0.512364
1db63cf5425305b5ff1af691e693a6d1a843527a
2,957
cs
C#
Assets/Scripts/SimpleMusicPlayer/Window/EnvWin.cs
bosssu/LocalMusicPlayerVR
0147c1300bb3e2a35c0ba46e628fd25963801b5c
[ "MIT" ]
2
2019-11-01T11:42:51.000Z
2020-03-10T07:24:51.000Z
Assets/Scripts/SimpleMusicPlayer/Window/EnvWin.cs
bosssu/LocalMusicPlayerVR
0147c1300bb3e2a35c0ba46e628fd25963801b5c
[ "MIT" ]
null
null
null
Assets/Scripts/SimpleMusicPlayer/Window/EnvWin.cs
bosssu/LocalMusicPlayerVR
0147c1300bb3e2a35c0ba46e628fd25963801b5c
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; using UnityEngine.UI; public class EnvWin : WindowBase { Button btn_close; Transform tubeui; Text text_tube_image_name; Dropdown dropdown_lighttype; Slider slider_light_intensity; Slider slider_spo...
35.626506
108
0.65979
df0112ffbbdc796607d9fd03847475ee89e4d59c
279
cs
C#
08-2-3-Decorator/Program.cs
thomaskaelin/OST-SEP2
8022688af96fdf1b3c333c3dfa38848f6b837f3c
[ "MIT" ]
1
2022-02-21T16:15:42.000Z
2022-02-21T16:15:42.000Z
08-2-3-Decorator/Program.cs
thomaskaelin/OST-SEP2
8022688af96fdf1b3c333c3dfa38848f6b837f3c
[ "MIT" ]
null
null
null
08-2-3-Decorator/Program.cs
thomaskaelin/OST-SEP2
8022688af96fdf1b3c333c3dfa38848f6b837f3c
[ "MIT" ]
null
null
null
namespace Decorator { // ReSharper disable once ClassNeverInstantiated.Global public sealed class Program { public static void Main(string[] args) { var calculator = new Calculator(); calculator.Calculate(); } } }
21.461538
59
0.591398
df6e4c72df6e83d3f4bbb1b34970a2616bd92265
1,358
cs
C#
src/Dissertation.Modeling/App.xaml.cs
Fairday/Dissertation
a13fe98159ebd5fff49cc59ba27bc85e41920119
[ "MIT" ]
null
null
null
src/Dissertation.Modeling/App.xaml.cs
Fairday/Dissertation
a13fe98159ebd5fff49cc59ba27bc85e41920119
[ "MIT" ]
null
null
null
src/Dissertation.Modeling/App.xaml.cs
Fairday/Dissertation
a13fe98159ebd5fff49cc59ba27bc85e41920119
[ "MIT" ]
null
null
null
using ATS.WPF.Shell.Helpers; using ATS.WPF.Shell.Model; using ATS.WPF.Shell.Screens; using ATS.WPF.Shell.Shells; using ATS.WPF.Shell.UI.AvalonMenuControl; using Dissertation.Algorithms.Algorithms.Helpers; using Dissertation.Modeling.Model.BallisticTasksComponents; using Dissertation.Modeling.Modules.OrbitalEvaluatorMo...
32.333333
103
0.64433
1264fe20d8f33a8c78bcd765adeb743ca7ba1a98
215
cs
C#
TT.ConfTool/TT.ConfTool/Services/IDialogService.cs
thinktecture/basta-2022-spring-blazor-sample
5b613dd1e64aeb82a63245c1919058be92d3447d
[ "MIT" ]
null
null
null
TT.ConfTool/TT.ConfTool/Services/IDialogService.cs
thinktecture/basta-2022-spring-blazor-sample
5b613dd1e64aeb82a63245c1919058be92d3447d
[ "MIT" ]
null
null
null
TT.ConfTool/TT.ConfTool/Services/IDialogService.cs
thinktecture/basta-2022-spring-blazor-sample
5b613dd1e64aeb82a63245c1919058be92d3447d
[ "MIT" ]
null
null
null
 namespace TT.ConfTool.Client.Services { public interface IDialogService { Task AlertAsync(string message); Task<bool> ConfirmAsync(string message); ValueTask DisposeAsync(); } }
21.5
48
0.665116
127c60d1e5e5f596e71e01a1f908ad97c3c8ba4a
1,252
cshtml
C#
Shkolo/Areas/Admin/Views/Claims/All.cshtml
DimitarAngov/ShkoloAspNetProject
2b92929b146e031153341245fdfb119f342f1d6a
[ "MIT" ]
null
null
null
Shkolo/Areas/Admin/Views/Claims/All.cshtml
DimitarAngov/ShkoloAspNetProject
2b92929b146e031153341245fdfb119f342f1d6a
[ "MIT" ]
2
2021-08-20T17:40:19.000Z
2021-08-28T21:47:32.000Z
Shkolo/Areas/Admin/Views/Claims/All.cshtml
DimitarAngov/ShkoloAspNetProject
2b92929b146e031153341245fdfb119f342f1d6a
[ "MIT" ]
null
null
null
@model ICollection<AspNetUserClaims> @{ViewData["Title"] = "All Claims";} <h2 class="display-4">Claims : </h2> <div class="row"> <table class="table"> <thead class="badge-info"> <tr> <th scope="col">ClaimType</th> <th scope="col">ClaimValue</th...
29.809524
110
0.338658
b776c82a2a8bd74f076112ca7564490649d7d66f
734
cs
C#
snsrpi-device/Models/VibrationData.cs
jonDufty/snsrpi-device
0e2d8023093385e1ec457560e8880c43036c73dc
[ "MIT" ]
null
null
null
snsrpi-device/Models/VibrationData.cs
jonDufty/snsrpi-device
0e2d8023093385e1ec457560e8880c43036c73dc
[ "MIT" ]
null
null
null
snsrpi-device/Models/VibrationData.cs
jonDufty/snsrpi-device
0e2d8023093385e1ec457560e8880c43036c73dc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Collections; using Sensr.CX; using Sensr.Utils; namespace snsrpi.Models { /// <summary> /// Basic class for holding vibration data /// </summary> public class VibrationData { public DateTime time {get;} public double acc...
22.242424
79
0.599455
ff358fdddb312e3d351cec36920a50b7537361ec
273
cshtml
C#
CompareCloudware.Web/Views/Shared/SearchNavigationInfo.cshtml
protechdm/CompareCloudware
9c316339717d21ccc6c272bb3b0845e4b41aad5f
[ "MIT" ]
null
null
null
CompareCloudware.Web/Views/Shared/SearchNavigationInfo.cshtml
protechdm/CompareCloudware
9c316339717d21ccc6c272bb3b0845e4b41aad5f
[ "MIT" ]
null
null
null
CompareCloudware.Web/Views/Shared/SearchNavigationInfo.cshtml
protechdm/CompareCloudware
9c316339717d21ccc6c272bb3b0845e4b41aad5f
[ "MIT" ]
null
null
null
@model CompareCloudware.Web.Models.SearchPageModel @{var searchResultsPages = Model.ContainerModel.SearchResultsModel.SearchResultsModelOneColumn.SearchResultsPage;} @{var searchResults = Model.ContainerModel.SearchResultsModel.SearchResultsModelOneColumn.SearchResults;}
68.25
114
0.879121
058f91caa3e8c97b361fa70eff20a18a2025cc00
927
cs
C#
DotNetBuilder/Response.cs
inga-lovinde/micro-build-server
a7b89a84da0d70a9862404d21d6e3f4b82eb7c20
[ "MIT" ]
null
null
null
DotNetBuilder/Response.cs
inga-lovinde/micro-build-server
a7b89a84da0d70a9862404d21d6e3f4b82eb7c20
[ "MIT" ]
null
null
null
DotNetBuilder/Response.cs
inga-lovinde/micro-build-server
a7b89a84da0d70a9862404d21d6e3f4b82eb7c20
[ "MIT" ]
1
2021-11-02T10:40:23.000Z
2021-11-02T10:40:23.000Z
using Newtonsoft.Json; using System; namespace MicroBuildServer.DotNetBuilder { [JsonObject(MemberSerialization = MemberSerialization.OptIn)] [Serializable] class Response { [JsonObject(MemberSerialization = MemberSerialization.OptIn)] [Serializable] private class ResponseMessa...
27.264706
77
0.591154
52839db8ff90e6606863fc6735c7deda55177a2d
555
cs
C#
ImageAI/Models/WorldContext.cs
qianch/ImageSearch
163543f161d624d00ba3ef9d8f59792a4e4b33b8
[ "MIT" ]
1
2020-10-02T08:21:50.000Z
2020-10-02T08:21:50.000Z
ImageAI/Models/WorldContext.cs
qianch/ImageSearch
163543f161d624d00ba3ef9d8f59792a4e4b33b8
[ "MIT" ]
1
2019-11-21T15:37:05.000Z
2019-11-26T05:46:43.000Z
ImageAI/Models/WorldContext.cs
qianch/ImageAI
163543f161d624d00ba3ef9d8f59792a4e4b33b8
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using ImageAI.Models; namespace ImageAI.Models { public class ImageAIContext : DbContext { public ImageAIContext(DbContextOptions<ImageAIContext> options) : ...
23.125
73
0.65045
c1aecd4feb5e1bcc304a366dc3110d8934befd61
164
cs
C#
src/Arbor.NuGetServer.Api/Areas/Application/ApplicationHolder.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
null
null
null
src/Arbor.NuGetServer.Api/Areas/Application/ApplicationHolder.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
10
2021-03-23T06:00:44.000Z
2021-04-30T15:45:53.000Z
src/Arbor.NuGetServer.Api/Areas/Application/ApplicationHolder.cs
niklaslundberg/Arbor.NuGetServer
12e7461968375bbf8ab220aba1087273ca964d10
[ "MIT" ]
null
null
null
namespace Arbor.NuGetServer.Api.Areas.Application { public static class ApplicationHolder { public static NuGetServerApp App { get; set; } } }
20.5
54
0.689024
2323f6b44c7bf6eee58244629c2dcd9aca59637d
1,139
cs
C#
Problems 11-20/Problem14.cs
Transurgeon/ProjectEuler.Net
4b702b3cf38a1c38a22369ca72369ed4300cdb7b
[ "MIT" ]
null
null
null
Problems 11-20/Problem14.cs
Transurgeon/ProjectEuler.Net
4b702b3cf38a1c38a22369ca72369ed4300cdb7b
[ "MIT" ]
null
null
null
Problems 11-20/Problem14.cs
Transurgeon/ProjectEuler.Net
4b702b3cf38a1c38a22369ca72369ed4300cdb7b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace ProjectEuler.Net.Problems { class Problem14 { /* static void Main(string[] args) { findLongestCollatzChain(1000000); } static void findLongestCollatzChain(int high) ...
23.244898
53
0.39245
23af60dc23e6bf5c7e79cdebe8b9e8f68821e3b6
1,196
cs
C#
3-Observable-Collection/Model/Form.cs
GreedNeSS/UI_items
469b2f49b258cfc8206c9855e37ffa94855f0804
[ "MIT" ]
null
null
null
3-Observable-Collection/Model/Form.cs
GreedNeSS/UI_items
469b2f49b258cfc8206c9855e37ffa94855f0804
[ "MIT" ]
null
null
null
3-Observable-Collection/Model/Form.cs
GreedNeSS/UI_items
469b2f49b258cfc8206c9855e37ffa94855f0804
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel; namespace _3_Observable_Collection.Model { public class Form : INotifyPropertyChanged { string _icon; public string Icon { get ...
23.92
74
0.479933
9b99e7b6f23cd9e962c3d467d3446394a28c48e8
150
cs
C#
Circle.Game/Graphics/UserInterface/MenuItemType.cs
ojh050118/Circle
a6cceda5d182e7c969ecc1e0a9882d1eae9e1bb9
[ "MIT" ]
4
2021-11-12T14:30:40.000Z
2022-03-30T15:27:50.000Z
Circle.Game/Graphics/UserInterface/MenuItemType.cs
ojh050118/Circle
a6cceda5d182e7c969ecc1e0a9882d1eae9e1bb9
[ "MIT" ]
7
2021-11-11T00:17:13.000Z
2022-03-22T00:20:53.000Z
Circle.Game/Graphics/UserInterface/MenuItemType.cs
ojh050118/Circle
a6cceda5d182e7c969ecc1e0a9882d1eae9e1bb9
[ "MIT" ]
null
null
null
namespace Circle.Game.Graphics.UserInterface { public enum MenuItemType { Standard, Highlighted, Destructive } }
15
45
0.613333
be0f8cdbb6ff8447cd75da80825d893c794a6e27
6,483
cs
C#
test/AspNetCoreRateLimit.Tests/IpRateLimitTests.cs
hueifeng/Abp.UsingLimiter
eff4f4731f200fc0c746310921a22d6fe30f16c5
[ "MIT" ]
1
2020-07-27T03:25:33.000Z
2020-07-27T03:25:33.000Z
test/AspNetCoreRateLimit.Tests/IpRateLimitTests.cs
hueifeng/Abp.UsingLimiter
eff4f4731f200fc0c746310921a22d6fe30f16c5
[ "MIT" ]
null
null
null
test/AspNetCoreRateLimit.Tests/IpRateLimitTests.cs
hueifeng/Abp.UsingLimiter
eff4f4731f200fc0c746310921a22d6fe30f16c5
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Mvc.Testing; using System.Net.Http; using System.Threading.Tasks; using Xunit; namespace AspNetCoreRateLimit.Tests { public class IpRateLimitTests: IClassFixture<RateLimitWebApplicationFactory> { private const string apiValuesPath = "/api/values"; private const strin...
30.725118
158
0.516736
be873de17d81898c55a095d4f25e4f9782ec957f
741
cs
C#
src/OnceMi.Framework.Model/Dto/Request/Interface/ITranRequest.cs
oncemi/OnceMi.Framework
37d8aa1c7f6565ee3c720e113a9273f741e46e5a
[ "MIT" ]
33
2021-07-30T08:28:33.000Z
2022-03-30T07:44:37.000Z
src/OnceMi.Framework.Model/Dto/Request/Interface/ITranRequest.cs
oncemi/OnceMi.Framework
37d8aa1c7f6565ee3c720e113a9273f741e46e5a
[ "MIT" ]
5
2022-01-01T06:45:36.000Z
2022-03-21T15:14:59.000Z
src/OnceMi.Framework.Model/Dto/Request/Interface/ITranRequest.cs
oncemi/OnceMi.Framework
37d8aa1c7f6565ee3c720e113a9273f741e46e5a
[ "MIT" ]
12
2021-08-10T06:16:27.000Z
2022-03-24T10:06:40.000Z
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OnceMi.Framework.Model.Dto { /// <summary> /// 流水号请求 /// </summary> public class ITranRequest : IRequest { /// <summary...
24.7
66
0.584345
1e804bb5c59097e5cbcae0aae6b946c82e25b792
5,754
cs
C#
SWEN5232/UIConsole/Assets/Mapbox/Core/mapbox-sdk-cs/Tests/UnitTests/Editor/MapboxUnitTests_FileSource.cs
uhcl-capstone-spring-2019/Capstone-Architecture
c854f080b2f44fce43aed51c1cd59eaf267feda1
[ "MIT" ]
23
2018-08-01T17:40:57.000Z
2021-12-14T16:02:21.000Z
SWEN5232/UIConsole/Assets/Mapbox/Core/mapbox-sdk-cs/Tests/UnitTests/Editor/MapboxUnitTests_FileSource.cs
uhcl-capstone-spring-2019/Capstone-Architecture
c854f080b2f44fce43aed51c1cd59eaf267feda1
[ "MIT" ]
38
2019-01-18T02:31:00.000Z
2019-03-05T05:20:55.000Z
SWEN5232/UIConsole/Assets/Mapbox/Core/mapbox-sdk-cs/Tests/UnitTests/Editor/MapboxUnitTests_FileSource.cs
uhcl-capstone-spring-2019/Capstone-Architecture
c854f080b2f44fce43aed51c1cd59eaf267feda1
[ "MIT" ]
16
2018-08-07T10:13:31.000Z
2021-10-31T08:53:16.000Z
//----------------------------------------------------------------------- // <copyright file="FileSourceTest.cs" company="Mapbox"> // Copyright (c) 2016 Mapbox. All rights reserved. // </copyright> //----------------------------------------------------------------------- // TODO: figure out how run tests outside ...
22.924303
112
0.680396
4fb6d445e2a7149186f1c196e947c81835a7f391
195
cs
C#
src/P3D.Legacy.Server.CQERS/Behaviours/Command/CommandHandlerDelegate.cs
P3D-Legacy/P3D-Legacy-Server
2b253fdc7032fbbfb23583263135ef32885bf47f
[ "MIT" ]
null
null
null
src/P3D.Legacy.Server.CQERS/Behaviours/Command/CommandHandlerDelegate.cs
P3D-Legacy/P3D-Legacy-Server
2b253fdc7032fbbfb23583263135ef32885bf47f
[ "MIT" ]
21
2021-11-15T09:17:52.000Z
2022-03-20T16:12:59.000Z
src/P3D.Legacy.Server.CQERS/Behaviours/Command/CommandHandlerDelegate.cs
P3D-Legacy/P3D-Legacy-Server
2b253fdc7032fbbfb23583263135ef32885bf47f
[ "MIT" ]
1
2022-02-21T23:16:56.000Z
2022-02-21T23:16:56.000Z
using P3D.Legacy.Server.CQERS.Commands; using System.Threading.Tasks; namespace P3D.Legacy.Server.CQERS.Behaviours.Command { public delegate Task<CommandResult> CommandHandlerDelegate(); }
24.375
65
0.805128
96ba68ec5f32e03d3bdd54ad1117220cacd87e5f
13,491
cs
C#
Source/ScreenFrame/WindowHelper.cs
Daxxxis/Monitorian
5f9a0c4b1aa53d9812e51a2b43a3a18832e60fd0
[ "MIT" ]
null
null
null
Source/ScreenFrame/WindowHelper.cs
Daxxxis/Monitorian
5f9a0c4b1aa53d9812e51a2b43a3a18832e60fd0
[ "MIT" ]
null
null
null
Source/ScreenFrame/WindowHelper.cs
Daxxxis/Monitorian
5f9a0c4b1aa53d9812e51a2b43a3a18832e60fd0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Interop; namespace ScreenFrame { internal static class WindowHelper { #region Win32 [DllImport("Use...
26.298246
132
0.665036
4a355eeee3e76c9a80f4e5430bd94f743a1ca2fd
5,128
cs
C#
ViennaNET.Validation/Validators/Validator.cs
DAtink/ViennaNET
5187d27e21f71e3f09215fcbea874478ecd6189d
[ "MIT" ]
203
2020-02-16T06:25:17.000Z
2022-03-23T23:19:19.000Z
ViennaNET.Validation/Validators/Validator.cs
sergeyo/ViennaNET
60ee3ca52d878ef0a9de1ba179c3780aea777d15
[ "MIT" ]
30
2020-05-20T12:34:11.000Z
2021-12-19T10:13:41.000Z
ViennaNET.Validation/Validators/Validator.cs
sergeyo/ViennaNET
60ee3ca52d878ef0a9de1ba179c3780aea777d15
[ "MIT" ]
35
2020-03-01T11:55:16.000Z
2022-03-17T12:49:25.000Z
using System; using System.Collections.Generic; using System.Linq; using ViennaNET.Validation.Rules; using ViennaNET.Validation.ValidationChains; using ViennaNET.Validation.Validators.Exceptions; namespace ViennaNET.Validation.Validators { /// <summary> /// Синхронный валидатор. Обеспечивает выполнение цепи валид...
32.251572
136
0.638261
f010136a5e5a349448a668c1cad9ca89e8d70e7b
9,934
cs
C#
Assets/Editor/Procedural Low Poly Cities/Scripts/mesh_operations/MeshOps.cs
DennisTismenko/Prosody
65d7aa3152a3a9b788a69a4d334a531b54915d3b
[ "MIT" ]
2
2017-04-05T03:18:17.000Z
2017-04-05T05:26:19.000Z
Assets/Editor/Procedural Low Poly Cities/Scripts/mesh_operations/MeshOps.cs
DennisTDev/Prosody
65d7aa3152a3a9b788a69a4d334a531b54915d3b
[ "MIT" ]
null
null
null
Assets/Editor/Procedural Low Poly Cities/Scripts/mesh_operations/MeshOps.cs
DennisTDev/Prosody
65d7aa3152a3a9b788a69a4d334a531b54915d3b
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; using System.Collections.Generic; using Triangulation; using System.Linq; namespace MeshOperation { public class MeshOps { public static void AddQuad(List<Vector3> vertexList, List<int> triangleList) { //triangle1 triangleLi...
50.94359
174
0.583954
fb8d112f203cc05ce1c2809f8c427b4c8acc9707
165
cs
C#
Tests/TestFixtures/Fixtures/Components/CustomPrefixFlagComponent.cs
woshihuo12/Entitas-CSharp
0d74adc91df1db25b1001679d989f1f3195af49c
[ "MIT" ]
6,042
2015-02-16T10:40:17.000Z
2022-03-31T23:49:24.000Z
Tests/TestFixtures/Fixtures/Components/CustomPrefixFlagComponent.cs
woshihuo12/Entitas-CSharp
0d74adc91df1db25b1001679d989f1f3195af49c
[ "MIT" ]
921
2015-05-14T00:03:11.000Z
2022-02-18T04:48:53.000Z
Tests/TestFixtures/Fixtures/Components/CustomPrefixFlagComponent.cs
woshihuo12/Entitas-CSharp
0d74adc91df1db25b1001679d989f1f3195af49c
[ "MIT" ]
1,266
2015-03-08T22:36:12.000Z
2022-03-30T15:00:07.000Z
using Entitas; using Entitas.CodeGeneration.Attributes; [Context("Test"), Unique, FlagPrefix("My")] public sealed class CustomPrefixFlagComponent : IComponent { }
23.571429
60
0.781818
2238d6507b77f6e1e8605989192351b9ab955189
1,067
cs
C#
source/EduCATS/Networking/Models/SaveMarks/Labs/LaboratoryWorksModel.cs
ejedevopsprod/xamarin-demo
01361a2aa934d74932adb008be0b6ff1579b7012
[ "MIT" ]
11
2020-07-14T17:39:34.000Z
2021-11-24T09:36:58.000Z
source/EduCATS/Networking/Models/SaveMarks/Labs/LaboratoryWorksModel.cs
ejedevopsprod/xamarin-demo
01361a2aa934d74932adb008be0b6ff1579b7012
[ "MIT" ]
118
2020-04-03T13:29:12.000Z
2021-06-15T15:16:57.000Z
source/EduCATS/Networking/Models/SaveMarks/Labs/LaboratoryWorksModel.cs
IlyaLehchylin/educats-xamarin
0b7c4ed264b079f8b30517dd1850c707feeaabf0
[ "MIT" ]
7
2020-07-18T16:44:23.000Z
2022-02-01T02:02:52.000Z
using EduCATS.Networking.Models.SaveMarks.Practicals; using System; using System.Collections.Generic; using System.Text; namespace EduCATS.Networking.Models.SaveMarks { public class LaboratoryWorksModel { public bool AllTestsPassed { get; set; } public string FileLabs { get; set; } public string FullName { ...
23.711111
68
0.721649
78da5440fb50534a8e7d9134c6e8cd56183fa031
1,416
cs
C#
src/DbLocalizationProvider.AdminUI/LocalizationResourceViewModel.cs
porresuppe/localization-provider-aspnet
a9e0b2b8f7e68ade4100cd65749c6e3c2e69fac9
[ "MIT" ]
null
null
null
src/DbLocalizationProvider.AdminUI/LocalizationResourceViewModel.cs
porresuppe/localization-provider-aspnet
a9e0b2b8f7e68ade4100cd65749c6e3c2e69fac9
[ "MIT" ]
null
null
null
src/DbLocalizationProvider.AdminUI/LocalizationResourceViewModel.cs
porresuppe/localization-provider-aspnet
a9e0b2b8f7e68ade4100cd65749c6e3c2e69fac9
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Globalization; using System.Linq; namespace DbLocalizationProvider.AdminUI { public class LocalizationResourceViewModel { public LocalizationResourceViewModel(List<ResourceListItem> resources, IEnumerable<CultureInfo> languages, IEnumerable<string> selecte...
33.714286
168
0.616525
78e880ea7116428c24640c8f6fdec3a9aae8b5c3
1,438
cs
C#
Assets/Scripts/PlayerMovement.cs
Treyboyland/SpoopyJam2021
44bcb0ba8d45eed4b0d5a2ca6e50f05c0af96851
[ "MIT" ]
null
null
null
Assets/Scripts/PlayerMovement.cs
Treyboyland/SpoopyJam2021
44bcb0ba8d45eed4b0d5a2ca6e50f05c0af96851
[ "MIT" ]
null
null
null
Assets/Scripts/PlayerMovement.cs
Treyboyland/SpoopyJam2021
44bcb0ba8d45eed4b0d5a2ca6e50f05c0af96851
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; public class PlayerMovement : MonoBehaviour { [SerializeField] Player player; [SerializeField] Rigidbody2D body; [SerializeField] float speed; [SerializeField] float jumpPowe...
20.84058
64
0.59249
c8b958c7132e81a8f84a7ed9e18d1515b1d41116
1,334
cs
C#
Assets/Demo/Scripts/BaseListBank.cs
qiankanglai/LoopScrollRect
95059b47f216253d4717b0ee209b79684ed02902
[ "MIT" ]
1,445
2015-08-14T06:01:02.000Z
2022-03-31T13:37:08.000Z
Assets/Demo/Scripts/BaseListBank.cs
qiankanglai/LoopScrollRect
95059b47f216253d4717b0ee209b79684ed02902
[ "MIT" ]
124
2016-03-03T00:48:18.000Z
2022-03-26T02:03:15.000Z
Assets/Demo/Scripts/BaseListBank.cs
qiankanglai/LoopScrollRect
95059b47f216253d4717b0ee209b79684ed02902
[ "MIT" ]
401
2015-09-16T07:12:02.000Z
2022-03-22T07:11:08.000Z
/* Store the contents for ListBoxes to display. */ using UnityEngine; namespace Demo { /* The base class of the list content container * * Create the individual ListBank by inheriting this class */ public abstract class BaseListBank : MonoBehaviour { // Get content in list by index...
24.703704
65
0.594453
74ebe02230727827d497a1d7e7c7eda3d15d2fd9
456
cs
C#
Sygic.Corona.Contracts/Responses/GetDeviceWithContactsResponse.cs
slovensko-help/ekarantena-app-backend
3f6aa17ae27ae2e896d202f89cb62772c3bcfda8
[ "MIT" ]
5
2020-06-03T19:50:43.000Z
2021-02-22T13:47:11.000Z
Sygic.Corona.Contracts/Responses/GetDeviceWithContactsResponse.cs
ph4r05/ekarantena-app-backend
7ee7ab0a6dbf1fb2cd7a0f7b73cf7168c3f4a08d
[ "MIT" ]
null
null
null
Sygic.Corona.Contracts/Responses/GetDeviceWithContactsResponse.cs
ph4r05/ekarantena-app-backend
7ee7ab0a6dbf1fb2cd7a0f7b73cf7168c3f4a08d
[ "MIT" ]
2
2020-06-03T19:54:20.000Z
2020-06-03T20:17:26.000Z
using System; using System.Collections.Generic; namespace Sygic.Corona.Contracts.Responses { public class GetDeviceWithContactsResponse { public long Id { get; set; } public string DeviceId { get; set; } public string CovidPass { get; set; } public DateTime? QuarantineBeginning...
30.4
60
0.660088
5160c0adb1e554fa2ae72d5d99d6761dd323ec41
699
cs
C#
AgileMapper/DataSources/Factories/ConfiguredDataSourcesFactory.cs
WeiiWang/AgileMapper
4b76ad85468ce38752c4c26ad19f7679e102568f
[ "MIT" ]
440
2016-10-04T08:41:30.000Z
2022-03-28T21:40:08.000Z
AgileMapper/DataSources/Factories/ConfiguredDataSourcesFactory.cs
WeiiWang/AgileMapper
4b76ad85468ce38752c4c26ad19f7679e102568f
[ "MIT" ]
110
2016-10-04T11:43:41.000Z
2022-03-31T16:32:13.000Z
AgileMapper/DataSources/Factories/ConfiguredDataSourcesFactory.cs
WeiiWang/AgileMapper
4b76ad85468ce38752c4c26ad19f7679e102568f
[ "MIT" ]
23
2016-10-04T10:19:15.000Z
2021-06-18T10:04:12.000Z
namespace AgileObjects.AgileMapper.DataSources.Factories { using System.Collections.Generic; using Extensions.Internal; internal static class ConfiguredDataSourcesFactory { public static IEnumerable<IDataSource> Create(DataSourceFindContext context) { if (context.Configured...
26.884615
84
0.563662
a42e1c65a37d3fb6c93dcf141c146d9a55b569b7
1,511
cshtml
C#
AbhsChinese.Web/Views/Login/FaceBindSuccess.cshtml
GuoQqizz/SmartChinese
de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4
[ "Apache-2.0" ]
null
null
null
AbhsChinese.Web/Views/Login/FaceBindSuccess.cshtml
GuoQqizz/SmartChinese
de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4
[ "Apache-2.0" ]
null
null
null
AbhsChinese.Web/Views/Login/FaceBindSuccess.cshtml
GuoQqizz/SmartChinese
de13b3a6baaa0e65ccf30eb5ae080cfd85758fd4
[ "Apache-2.0" ]
null
null
null
 @{ ViewBag.Title = "人脸绑定"; } @section Styles{ <style> html, body { height: 100%; } body { background-image: url(../../Images/StudentInfo/loginbj.jpg); background-repeat: no-repeat; background-position: center bottom; backgro...
32.148936
175
0.56585
da32d92f6d021aebc2aa7bc46d4652ebc6995c45
2,230
cshtml
C#
NakliyatV03.Web/Views/City/Edit.cshtml
nebikiramanli/AraBul_E-NakliyatV03Solution
5ad0aaca7360876c70386e898531d05e4d59c841
[ "MIT" ]
null
null
null
NakliyatV03.Web/Views/City/Edit.cshtml
nebikiramanli/AraBul_E-NakliyatV03Solution
5ad0aaca7360876c70386e898531d05e4d59c841
[ "MIT" ]
null
null
null
NakliyatV03.Web/Views/City/Edit.cshtml
nebikiramanli/AraBul_E-NakliyatV03Solution
5ad0aaca7360876c70386e898531d05e4d59c841
[ "MIT" ]
null
null
null
@model AraBulNakliyat.Entities.City @{ ViewBag.Title = "Düzenleme"; } <link href="~/Content/Validation-summary.css" rel="stylesheet" /> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2>@ViewBag.Title</h2> <hr /> </div> </div> <div class="row"> <div class="col-md-8 col-md-...
37.166667
140
0.487892
c535378e1858887d2c27e6d43f4697d9bfcb38bf
6,062
cs
C#
src/Practice/Gui4UControls/Utility/Log.cs
zpublic/cozy
dde5f2bcf7482e2e5042f9e51266d9fd272e1456
[ "WTFPL" ]
48
2015-04-11T13:25:45.000Z
2022-03-28T08:27:40.000Z
src/Practice/Gui4UControls/Utility/Log.cs
ToraiRei/cozy
c8197d9c6531f1864d6063ae149db53b669241f0
[ "WTFPL" ]
4
2016-04-06T09:30:57.000Z
2022-02-26T01:21:18.000Z
src/Practice/Gui4UControls/Utility/Log.cs
ToraiRei/cozy
c8197d9c6531f1864d6063ae149db53b669241f0
[ "WTFPL" ]
33
2015-06-03T10:06:54.000Z
2020-12-15T00:50:28.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Log.cs" company="Jarno Burger"> // See copyright.txt in the root of this project. // </copyright> // <summary> // Defines the Log type. // </summary> // ----------------------...
37.190184
120
0.451336
3444a78e182d186c30f2ca6f976e98df489e7d02
3,079
cs
C#
YihuiMgr/YihuiMgr/UI/Order/OrderPage.xaml.cs
meloht/yihuiServer
59e91561425b9cdbce1880fd4cf33b14d390c5ad
[ "MIT" ]
null
null
null
YihuiMgr/YihuiMgr/UI/Order/OrderPage.xaml.cs
meloht/yihuiServer
59e91561425b9cdbce1880fd4cf33b14d390c5ad
[ "MIT" ]
null
null
null
YihuiMgr/YihuiMgr/UI/Order/OrderPage.xaml.cs
meloht/yihuiServer
59e91561425b9cdbce1880fd4cf33b14d390c5ad
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
29.893204
113
0.573563
5a7a66597be80f2e1602d29ecb2f096b9802465c
2,832
cs
C#
src/PVRGlobal.cs
mcraiha/CSharp-PVR
cce501451bfd3265d9b7bf21a71c8d2dc593d7fd
[ "Unlicense" ]
3
2020-09-24T17:36:11.000Z
2021-07-04T16:58:52.000Z
src/PVRGlobal.cs
mcraiha/CSharp-PVR
cce501451bfd3265d9b7bf21a71c8d2dc593d7fd
[ "Unlicense" ]
null
null
null
src/PVRGlobal.cs
mcraiha/CSharp-PVR
cce501451bfd3265d9b7bf21a71c8d2dc593d7fd
[ "Unlicense" ]
null
null
null
using System; using System.IO; namespace CSharp_PVR { /// <summary> /// Pvr Version /// </summary> public enum PvrVersion { /// <summary> /// Unknown version /// </summary> Unknown = 0, /// <summary> /// Version 1 /// </summary> Version1 = 1, /// <summary> /// Version 2 /// </summary> Ve...
22.83871
114
0.675847
2b1808e137e0624c40bb26bc0d1b1a1127cf44cf
1,093
cs
C#
02.TechModule-09.2017/Fundamentals/07.Arrays/04.SieveOfEratosthenes/SieveOfEratosthenes.cs
Steffkn/SoftUni
f6bbbcc6cb093e84fd4ed7c78a8b34e67269c32a
[ "MIT" ]
1
2021-09-18T15:26:35.000Z
2021-09-18T15:26:35.000Z
02.TechModule-09.2017/Fundamentals/07.Arrays/04.SieveOfEratosthenes/SieveOfEratosthenes.cs
Steffkn/SoftUni
f6bbbcc6cb093e84fd4ed7c78a8b34e67269c32a
[ "MIT" ]
null
null
null
02.TechModule-09.2017/Fundamentals/07.Arrays/04.SieveOfEratosthenes/SieveOfEratosthenes.cs
Steffkn/SoftUni
f6bbbcc6cb093e84fd4ed7c78a8b34e67269c32a
[ "MIT" ]
1
2018-02-24T15:45:32.000Z
2018-02-24T15:45:32.000Z
namespace _04.SieveOfEratosthenes { using System; using System.Text; public class SieveOfEratosthenes { static void Main() { int n = int.Parse(Console.ReadLine()); int[] numbers = new int[n + 1]; bool[] isPrime = new bool[n + 1]; for (...
23.255319
70
0.428179
2b4e9d7e1c90e34d453e6933897c9a8dc0c69f7f
1,920
cs
C#
Sistec/Negocio/DTO/Cliente.cs
Matheus-Carnauba/asp-net
83f2a2e62a04bf1df18e30c5364397e1dcbc6be0
[ "MIT" ]
null
null
null
Sistec/Negocio/DTO/Cliente.cs
Matheus-Carnauba/asp-net
83f2a2e62a04bf1df18e30c5364397e1dcbc6be0
[ "MIT" ]
null
null
null
Sistec/Negocio/DTO/Cliente.cs
Matheus-Carnauba/asp-net
83f2a2e62a04bf1df18e30c5364397e1dcbc6be0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Dapper.Contrib.Extensions; namespace Sistec { [Table ("TB_CLIENTE")] public class Cliente { [Key] public int CLIID{get;set;} public string CLINOME{get;set;} public string ...
42.666667
114
0.6375
a744a05aaa1ec1deb6e7618342f9c7025632e5df
3,491
cs
C#
test/Functions.Tests/RocketHostBuilderTests.cs
RocketSurgeonsGuild/SpaceShuttle
9ab9451d0a80f40bc35777bfaedabbe321db6a01
[ "MIT" ]
null
null
null
test/Functions.Tests/RocketHostBuilderTests.cs
RocketSurgeonsGuild/SpaceShuttle
9ab9451d0a80f40bc35777bfaedabbe321db6a01
[ "MIT" ]
null
null
null
test/Functions.Tests/RocketHostBuilderTests.cs
RocketSurgeonsGuild/SpaceShuttle
9ab9451d0a80f40bc35777bfaedabbe321db6a01
[ "MIT" ]
null
null
null
using FakeItEasy; using FluentAssertions; using Microsoft.Azure.Functions.Extensions.DependencyInjection; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Rocket.Surgery.Conventions; using Rocket.Surgery.Conventions.DependencyInjection; using Rocket.Surgery.Extensions.Test...
35.262626
116
0.742767
58ab8b2b5dac35731687cc724c5bb576ac456a61
185
cs
C#
RepoZ.Api.Common/Git/RepositoryActions/IRepositoryActionConfigurationStore.cs
ewqqrwee/RepoZ
232126e2582cfdb2ddc30e96157e093859985153
[ "MIT" ]
717
2017-09-27T11:47:26.000Z
2022-03-27T11:27:40.000Z
RepoZ.Api.Common/Git/RepositoryActions/IRepositoryActionConfigurationStore.cs
ewqqrwee/RepoZ
232126e2582cfdb2ddc30e96157e093859985153
[ "MIT" ]
106
2017-04-26T10:37:24.000Z
2022-03-25T20:52:53.000Z
RepoZ.Api.Common/Git/RepositoryActions/IRepositoryActionConfigurationStore.cs
ewqqrwee/RepoZ
232126e2582cfdb2ddc30e96157e093859985153
[ "MIT" ]
85
2017-07-13T12:56:55.000Z
2022-03-06T23:34:44.000Z
namespace RepoZ.Api.Common.Git { public interface IRepositoryActionConfigurationStore { void Preload(); RepositoryActionConfiguration RepositoryActionConfiguration { get; } } }
20.555556
70
0.8
45a28b281181423d381ce7c0bf1463d9425a1383
590
cs
C#
src/Mvc/Jerrycurl.Data/Queries/QueryException.cs
rwredding/jerrycurl
3aabf260c4a87d9195b29ab7872e5cbea173643b
[ "MIT" ]
44
2019-11-11T18:00:06.000Z
2020-09-13T12:45:10.000Z
src/Mvc/Jerrycurl.Data/Queries/QueryException.cs
rwredding/jerrycurl
3aabf260c4a87d9195b29ab7872e5cbea173643b
[ "MIT" ]
32
2019-11-20T20:00:33.000Z
2020-03-15T17:43:57.000Z
src/Mvc/Jerrycurl.Data/Queries/QueryException.cs
rwredding/jerrycurl
3aabf260c4a87d9195b29ab7872e5cbea173643b
[ "MIT" ]
3
2019-11-18T04:39:01.000Z
2021-08-25T00:46:11.000Z
using System; using System.Runtime.Serialization; namespace Jerrycurl.Data.Queries { [Serializable] public class QueryException : Exception { public QueryException() { } public QueryException(string message) : base(message) { } public...
17.878788
82
0.583051
45b05ea40dc2a1a9ae5f30ae8dec4e21515b88c0
1,525
cake
C#
recipe.cake
VCipher/Cake.Hg
0b9d074441ec788305e4635539d505b0debd2eab
[ "MIT" ]
null
null
null
recipe.cake
VCipher/Cake.Hg
0b9d074441ec788305e4635539d505b0debd2eab
[ "MIT" ]
11
2017-10-31T07:09:08.000Z
2019-10-08T03:20:14.000Z
recipe.cake
VCipher/Cake.Hg
0b9d074441ec788305e4635539d505b0debd2eab
[ "MIT" ]
5
2017-10-31T07:09:21.000Z
2021-02-23T00:43:48.000Z
#load nuget:?package=Cake.Recipe&version=1.0.0 Environment.SetVariableNames(); BuildParameters.SetParameters(context: Context, buildSystem: BuildSystem, sourceDirectoryPath: "./src", title: "Cake.Hg", repositoryOwner: "cake-contrib", repositoryName: "Cake.Hg", appVeyorAccountName: "cakecontrib...
31.770833
86
0.713443
62102406584505bf541f9431ccec0d4ab7cc5a9e
1,496
cs
C#
Ame.Infrastructure/Models/Serializer/Json/TileCollectionJsonWriter.cs
kwkin/AtomicMapEditor
4eeed20111d671631801d45aabce9cbb83f9e553
[ "MIT" ]
null
null
null
Ame.Infrastructure/Models/Serializer/Json/TileCollectionJsonWriter.cs
kwkin/AtomicMapEditor
4eeed20111d671631801d45aabce9cbb83f9e553
[ "MIT" ]
null
null
null
Ame.Infrastructure/Models/Serializer/Json/TileCollectionJsonWriter.cs
kwkin/AtomicMapEditor
4eeed20111d671631801d45aabce9cbb83f9e553
[ "MIT" ]
null
null
null
using Ame.Infrastructure.Models.Serializer.Json.Data; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ame.Infrastructure.Models.Serializer.Json { internal class TileCollectionJsonWriter...
26.245614
108
0.636364
62820abd92710b24cb6156140becdfbc7b320572
188
cs
C#
Libraries/Farmhand/Overrides/SerializableDictionary.cs
Entoarox/Stardew-Farmhand
01dc5566bac6610b78188e168587ba305fa6ddee
[ "MIT" ]
1
2021-02-22T04:15:25.000Z
2021-02-22T04:15:25.000Z
Libraries/Farmhand/Overrides/SerializableDictionary.cs
Entoarox/Stardew-Farmhand
01dc5566bac6610b78188e168587ba305fa6ddee
[ "MIT" ]
null
null
null
Libraries/Farmhand/Overrides/SerializableDictionary.cs
Entoarox/Stardew-Farmhand
01dc5566bac6610b78188e168587ba305fa6ddee
[ "MIT" ]
null
null
null
using StardewValley; namespace Farmhand.Overrides { //[HookForceVirtualBase] public class SerializableOverride<TKey, TValue> : SerializableDictionary<TKey, TValue> { } }
18.8
90
0.728723
5cf01d46b0045dd1a12e8149e3ec5aba80b5a076
265
cs
C#
OAuthApp/Models/Apis/AuthingController/AuthingAuthinChangePhoneRequest.cs
geffzhang/IdentityServer4.MicroService
eeb55a41d31d124a574defb7148ed59d775f5c69
[ "Apache-2.0" ]
13
2020-10-23T03:40:46.000Z
2022-02-26T13:18:30.000Z
OAuthApp/Models/Apis/AuthingController/AuthingAuthinChangePhoneRequest.cs
geffzhang/IdentityServer4.MicroService
eeb55a41d31d124a574defb7148ed59d775f5c69
[ "Apache-2.0" ]
2
2021-07-30T06:10:09.000Z
2022-03-01T07:13:49.000Z
OAuthApp/Models/Apis/AuthingController/AuthingAuthinChangePhoneRequest.cs
geffzhang/IdentityServer4.MicroService
eeb55a41d31d124a574defb7148ed59d775f5c69
[ "Apache-2.0" ]
3
2021-01-25T10:51:50.000Z
2021-10-21T07:09:00.000Z
using System.ComponentModel.DataAnnotations; namespace OAuthApp.Models.Apis.AuthingController { public class AuthingAuthinChangePhoneRequest { [Phone] [Display(Name = "Phone number")] public string PhoneNumber { get; set; } } }
22.083333
48
0.686792
cf462aeb22c8f2dc1b3dcdb8aa61839fa5ff749b
3,552
cs
C#
src/DevOpsMetrics.Core/DeploymentFrequency.cs
ckadluba/DevOpsMetrics
28db05522ac7364c7ee19b1b287388aace49c6a9
[ "MIT" ]
null
null
null
src/DevOpsMetrics.Core/DeploymentFrequency.cs
ckadluba/DevOpsMetrics
28db05522ac7364c7ee19b1b287388aace49c6a9
[ "MIT" ]
null
null
null
src/DevOpsMetrics.Core/DeploymentFrequency.cs
ckadluba/DevOpsMetrics
28db05522ac7364c7ee19b1b287388aace49c6a9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; namespace DevOpsMetrics.Core { /// <summary> /// Deployment frequency: How often we deploy to production /// </summary> public class DeploymentFrequency { private List<KeyValuePair<DateTime, DateTime>> DeploymentFrequencyLi...
35.52
129
0.58643
a8a20ad5ed130dce7e70e0a3894c461dfbc0eb05
3,481
cs
C#
src/ConsoleMef/Program.cs
yasu-s/MEF-Sample
33c2ab493039efe6c519232924273a0b91f29eea
[ "MIT" ]
null
null
null
src/ConsoleMef/Program.cs
yasu-s/MEF-Sample
33c2ab493039efe6c519232924273a0b91f29eea
[ "MIT" ]
null
null
null
src/ConsoleMef/Program.cs
yasu-s/MEF-Sample
33c2ab493039efe6c519232924273a0b91f29eea
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.Composition.Hosting; using System.ComponentModel.Composition.Registration; using System.Reflection; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleMef { class Program { static void Main(st...
28.532787
96
0.534616
8dbd4d63059225cbe2199a5ebeb5a0f59dfd49b8
1,610
cs
C#
src/DeploymentCockpit.Core/Models/DeploymentJob.cs
cscannell-inacloud/INaCloud-DeploymentCockpit
3e9561d56212c58235fdec3550daf2cb816bb6d2
[ "Apache-2.0" ]
4
2018-09-18T16:17:23.000Z
2021-01-27T05:44:51.000Z
src/DeploymentCockpit.Core/Models/DeploymentJob.cs
cscannell-inacloud/INaCloud-DeploymentCockpit
3e9561d56212c58235fdec3550daf2cb816bb6d2
[ "Apache-2.0" ]
null
null
null
src/DeploymentCockpit.Core/Models/DeploymentJob.cs
cscannell-inacloud/INaCloud-DeploymentCockpit
3e9561d56212c58235fdec3550daf2cb816bb6d2
[ "Apache-2.0" ]
4
2015-10-25T18:07:15.000Z
2021-01-27T05:44:54.000Z
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
39.268293
86
0.585714
5c0b36255ea1239e0ff897063342772129ad3842
783
cs
C#
Samples~/SamplesPerlinNoise/PerlinNoise/Editor/PerlinNoiseGeneratorEditor.cs
OrganicaWild/OrganicaWild
e239be71f46b58d8fd100988f07bd3913e7a49a8
[ "MIT" ]
15
2021-08-20T06:22:56.000Z
2022-03-25T09:03:42.000Z
Samples~/SamplesPerlinNoise/PerlinNoise/Editor/PerlinNoiseGeneratorEditor.cs
OrganicaWild/OrganicaWild
e239be71f46b58d8fd100988f07bd3913e7a49a8
[ "MIT" ]
6
2022-03-29T14:44:28.000Z
2022-03-29T14:46:25.000Z
Samples~/SamplesPerlinNoise/PerlinNoise/Editor/PerlinNoiseGeneratorEditor.cs
OrganicaWild/OrganicaWild
e239be71f46b58d8fd100988f07bd3913e7a49a8
[ "MIT" ]
1
2021-08-20T05:48:24.000Z
2021-08-20T05:48:24.000Z
using UnityEditor; using UnityEngine; using Random = System.Random; [CustomEditor(typeof(PerlinNoiseGenerator))] public class PerlinNoiseGeneratorEditor : UnityEditor.Editor { private bool AutoUpdate { get; set; } = true; public override void OnInspectorGUI() { DrawDefaultInspector(); Per...
27.964286
75
0.642401
5c62e8e70a2baba87d3781d8d483e52c328b6e22
643
cs
C#
Sistema/backend/JuniorOne.Blog/JuniorOne.Blog.data/Map/PostMap.cs
lunadis/JuniorOne
e01668c7e5c8b5cabbf3c27f36b23f508705a9a1
[ "Apache-2.0" ]
null
null
null
Sistema/backend/JuniorOne.Blog/JuniorOne.Blog.data/Map/PostMap.cs
lunadis/JuniorOne
e01668c7e5c8b5cabbf3c27f36b23f508705a9a1
[ "Apache-2.0" ]
6
2021-03-11T02:24:48.000Z
2022-02-27T08:34:45.000Z
Sistema/backend/JuniorOne.Blog/JuniorOne.Blog.data/Map/PostMap.cs
lunadis/JuniorOne
e01668c7e5c8b5cabbf3c27f36b23f508705a9a1
[ "Apache-2.0" ]
null
null
null
using JuniorOne.Blog.Domain.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace JuniorOne.Blog.Data.Map { public class PostMap : IEntityTypeConfiguration<Post> { public void Configure(EntityTypeBuilder<Post> builder) { build...
27.956522
62
0.595645
82eb624ff14bc1e506880d06fcc557421eb8e7b8
380
cs
C#
src/Spec/IClaimDbContext.cs
the-orb/orb.net
be5a63ab48d9cc16bfab7245cf4f0686db9bcdd9
[ "MIT" ]
1
2020-05-25T20:18:48.000Z
2020-05-25T20:18:48.000Z
src/Spec/IClaimDbContext.cs
the-orb/orb.net
be5a63ab48d9cc16bfab7245cf4f0686db9bcdd9
[ "MIT" ]
null
null
null
src/Spec/IClaimDbContext.cs
the-orb/orb.net
be5a63ab48d9cc16bfab7245cf4f0686db9bcdd9
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Spec { internal interface IClaimDbContext { DbSet<ClaimTypeEntity> Claims { get; } DbSet<ClaimTypeEntity> ClaimTypes { get; } int Sa...
18.095238
50
0.684211
36f876e9182994133758a7d56d3d837143e3c6af
3,361
cs
C#
src/Web.Api/ReviewApp.Web.UnitTests/Api/Controllers/LocationControllerTests.cs
linuxchata/review-app
0d65a463d567aa214e5133da9b955032279f5414
[ "MIT" ]
3
2018-11-25T11:51:11.000Z
2019-12-12T19:42:39.000Z
src/Web.Api/ReviewApp.Web.UnitTests/Api/Controllers/LocationControllerTests.cs
linuxchata/review-app
0d65a463d567aa214e5133da9b955032279f5414
[ "MIT" ]
2
2022-02-11T02:32:03.000Z
2022-02-12T21:44:46.000Z
src/Web.Api/ReviewApp.Web.UnitTests/Api/Controllers/LocationControllerTests.cs
linuxchata/review-app
0d65a463d567aa214e5133da9b955032279f5414
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Moq; using ReviewApp.Web.Api.Controllers; using ReviewApp.Web.Core.Domain; using ReviewApp.Web.Services.Contracts; using Xunit; namespace ReviewApp.Web.UnitTests.Api.Controllers { public class LocationControll...
29.482456
128
0.571556
a52b403d53e0e144da60e8da7e020b6e086d799f
555
cs
C#
RCAR.Api/Helpers/GenerateRefreshToken.cs
radoslawpyrcioch/RCAR
904eba516e02e53e583da36eb42ab49bf8c87506
[ "MIT" ]
null
null
null
RCAR.Api/Helpers/GenerateRefreshToken.cs
radoslawpyrcioch/RCAR
904eba516e02e53e583da36eb42ab49bf8c87506
[ "MIT" ]
null
null
null
RCAR.Api/Helpers/GenerateRefreshToken.cs
radoslawpyrcioch/RCAR
904eba516e02e53e583da36eb42ab49bf8c87506
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Threading.Tasks; namespace RCAR.Api.Helpers { public static class GenerateRefreshToken { public static string GenerateRefreshTokenJwt() { var random = new byte[32]; ...
25.227273
78
0.637838
4c165e306b96a3d90e80d7457828c9ad9b1be2c5
2,608
cs
C#
src/ShareThings.Data/Repositories/ProductRepository.cs
MasterCloudApps-Projects/RUP-Arquitecturas-Agiles
eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26
[ "Apache-2.0" ]
2
2021-05-16T07:22:08.000Z
2021-08-18T09:47:03.000Z
src/ShareThings.Data/Repositories/ProductRepository.cs
MasterCloudApps-Projects/RUP-Arquitecturas-Agiles
eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26
[ "Apache-2.0" ]
null
null
null
src/ShareThings.Data/Repositories/ProductRepository.cs
MasterCloudApps-Projects/RUP-Arquitecturas-Agiles
eaaeb12d65dca79ae9a42e3dad7943e96dfb9e26
[ "Apache-2.0" ]
null
null
null
using Microsoft.EntityFrameworkCore; using ShareThings.Data.Context; using ShareThings.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ShareThings.Data.Repositories { public class ProductRepository : IProductRepository { private readon...
28.977778
114
0.529525
3a3da0b3f34474572af46c5da0b6e4b63b6dd05b
1,744
cs
C#
Assets/AdventureGame/Editor/TriggerAreaEditor.cs
Unity-Technologies/hw18-adventuregame
bde49525cc1e547bda08ef3919b57885b24cc818
[ "MIT" ]
14
2018-06-26T13:22:07.000Z
2021-12-28T05:39:13.000Z
Assets/AdventureGame/Editor/TriggerAreaEditor.cs
Unity-Technologies/hw18-adventuregame
bde49525cc1e547bda08ef3919b57885b24cc818
[ "MIT" ]
null
null
null
Assets/AdventureGame/Editor/TriggerAreaEditor.cs
Unity-Technologies/hw18-adventuregame
bde49525cc1e547bda08ef3919b57885b24cc818
[ "MIT" ]
6
2018-06-25T09:31:03.000Z
2022-02-11T20:02:02.000Z
using System.IO; using UnityEngine; using UnityEngine.AdventureGame; namespace UnityEditor.AdventureGame { [CustomEditor(typeof(TriggerArea))] public class TriggerAreaEditor : BaseAreaEditor { SerializedProperty m_GameLogicData; public override void OnEnable() { m_Game...
38.755556
160
0.634748
3abc474470f713b2dfe91e0ec2234cfa2e803ff7
765
cs
C#
FeatherTouchDH1/Driver/InitializeTerminate.cs
TimPovlick/FeatherTouchDH1
88c3aa9e8643be74479ac09368e0dc44418ed3c2
[ "BSD-2-Clause" ]
null
null
null
FeatherTouchDH1/Driver/InitializeTerminate.cs
TimPovlick/FeatherTouchDH1
88c3aa9e8643be74479ac09368e0dc44418ed3c2
[ "BSD-2-Clause" ]
null
null
null
FeatherTouchDH1/Driver/InitializeTerminate.cs
TimPovlick/FeatherTouchDH1
88c3aa9e8643be74479ac09368e0dc44418ed3c2
[ "BSD-2-Clause" ]
null
null
null
using System; namespace ASCOM.FeatherTouchDH1 { public partial class Focuser { /// <summary> /// Initializes stuffs. /// </summary> void Initialize() { LogMessage("Focuser", "Class_Initalize"); if (m_FocuserCreated) { logEntry("Tried to create a second instance of the focuse...
21.25
88
0.647059
9d9fe2c3fe114fdd41ae9af81a46058c07135c70
255
cs
C#
src/EngineeringWork.Infrastructure/Application/Drivers/GetDriver/GetDriverQuery.cs
piratezxe/Engineering
17523e56acb235d77db4d0ec8b454cbad600e263
[ "MIT" ]
null
null
null
src/EngineeringWork.Infrastructure/Application/Drivers/GetDriver/GetDriverQuery.cs
piratezxe/Engineering
17523e56acb235d77db4d0ec8b454cbad600e263
[ "MIT" ]
null
null
null
src/EngineeringWork.Infrastructure/Application/Drivers/GetDriver/GetDriverQuery.cs
piratezxe/Engineering
17523e56acb235d77db4d0ec8b454cbad600e263
[ "MIT" ]
null
null
null
using System; using EngineeringWork.Infrastructure.DTO; using MediatR; namespace EngineeringWork.Infrastructure.Application.Drivers.GetDriver { public class GetDriverQuery : IRequest<DriverDto> { public Guid DriverId { get; set; } } }
23.181818
70
0.74902
4b08fff3f1e67aa8e6d0afa9a68bc3f5ccdb7d61
433
cs
C#
Osiris.Stats/ISceneActor.cs
densjizz/Osiris
e061895e975b30d095f3f48622eb53d4a6020843
[ "MIT" ]
null
null
null
Osiris.Stats/ISceneActor.cs
densjizz/Osiris
e061895e975b30d095f3f48622eb53d4a6020843
[ "MIT" ]
null
null
null
Osiris.Stats/ISceneActor.cs
densjizz/Osiris
e061895e975b30d095f3f48622eb53d4a6020843
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Osiris.Stats { public delegate void FinishedDelegate(); public interface ISceneActor { Stat GetStatNamed(string name); DerivativeStat GetDerivativeStatNamed(strin...
17.32
59
0.685912
d7460d02b97380845930b0adaea668e9ac5f83ab
1,385
cs
C#
IukerTech_ThreeKingdoms/CSharp/.BackProtobuf/STC_WoLong_OperateMsg.cs
liuruoyu1981/IukerTech
bc4fdc9fb8b44dc7cac5f620256be424ea16ef6d
[ "MIT" ]
null
null
null
IukerTech_ThreeKingdoms/CSharp/.BackProtobuf/STC_WoLong_OperateMsg.cs
liuruoyu1981/IukerTech
bc4fdc9fb8b44dc7cac5f620256be424ea16ef6d
[ "MIT" ]
null
null
null
IukerTech_ThreeKingdoms/CSharp/.BackProtobuf/STC_WoLong_OperateMsg.cs
liuruoyu1981/IukerTech
bc4fdc9fb8b44dc7cac5f620256be424ea16ef6d
[ "MIT" ]
null
null
null
using ProtoBuf; namespace ThreeKingdoms { [ProtoContract] public class STC_WoLong_OperateMsg { /// <summary> /// /// </summary> [ProtoMember(1)] public long tableId { get; set; } /// <summary> /// /// </summary> [ProtoMember(2)] ...
19.785714
48
0.418051
08f5ea4fcf4c9b0e6a62371dd5d70f367ee72243
440
cs
C#
Assets/Scripts/Interactions/Interactable.cs
scaperoth/unity-mission-design-pattern
4e82c1a22cc6300b7ffd33ff2445208100e6dd71
[ "MIT" ]
null
null
null
Assets/Scripts/Interactions/Interactable.cs
scaperoth/unity-mission-design-pattern
4e82c1a22cc6300b7ffd33ff2445208100e6dd71
[ "MIT" ]
null
null
null
Assets/Scripts/Interactions/Interactable.cs
scaperoth/unity-mission-design-pattern
4e82c1a22cc6300b7ffd33ff2445208100e6dd71
[ "MIT" ]
null
null
null
using UnityEngine; namespace Scaperoth { public class Interactable : MonoBehaviour { [SerializeField] GameObjectEvent _onInteraction = new GameObjectEvent(); public void Interact(GameObject actor) { _onInteraction?.Invoke(actor); } void Start() ...
20
63
0.568182
1c64b6c5fec160fb6993ce78ee458bedb8c7eddd
432
cs
C#
CybtansSDK/Cybtans.Automation/SupportedDrivers.cs
ansel86castro/cybtans-sdk
6466adeab9d2282e40aec59d6e9a2df4e653981a
[ "MIT" ]
14
2020-06-21T03:46:06.000Z
2021-10-30T04:52:25.000Z
CybtansSDK/Cybtans.Automation/SupportedDrivers.cs
ansel86castro/cybtans-sdk
6466adeab9d2282e40aec59d6e9a2df4e653981a
[ "MIT" ]
null
null
null
CybtansSDK/Cybtans.Automation/SupportedDrivers.cs
ansel86castro/cybtans-sdk
6466adeab9d2282e40aec59d6e9a2df4e653981a
[ "MIT" ]
4
2020-10-06T16:50:00.000Z
2021-12-07T17:26:02.000Z
using System; using System.Collections.Generic; using System.Text; namespace Cybtans.Automation { public static class SupportedDrivers { public const string DRIVER_CHROME = "Chrome"; public const string DRIVER_CHROME_HEADLESS = "ChromeHeadless"; public const string DRIVER_FIREFOX = "Fi...
27
70
0.696759
ee132453fe1613d2b82c596a5eb534aee1388f29
157
cs
C#
src/Loader/ScriptAttribute.cs
tld-modloader-org/tld-modloader
b97ebd0e41673de0a656b9421ada97faa71735d1
[ "MIT" ]
1
2018-01-02T15:06:18.000Z
2018-01-02T15:06:18.000Z
src/Loader/ScriptAttribute.cs
tld-modloader-org/tld-modloader
b97ebd0e41673de0a656b9421ada97faa71735d1
[ "MIT" ]
null
null
null
src/Loader/ScriptAttribute.cs
tld-modloader-org/tld-modloader
b97ebd0e41673de0a656b9421ada97faa71735d1
[ "MIT" ]
null
null
null
using System; namespace Loader { [AttributeUsage(AttributeTargets.Class, Inherited = false)] public sealed class ScriptAttribute : Attribute { } }
19.625
63
0.738854
6a864cdc5b477d28dd5b3da0d2f0f8751595ad09
282
cs
C#
core/crackingTheCodingInterview/c13q3.cs
tarunbatta/ipg
ace945c5450bb88d6ed81e53f7d03790e62e2a49
[ "MIT" ]
1
2019-09-04T17:27:21.000Z
2019-09-04T17:27:21.000Z
core/crackingTheCodingInterview/c13q3.cs
tarunbatta/ipg
ace945c5450bb88d6ed81e53f7d03790e62e2a49
[ "MIT" ]
null
null
null
core/crackingTheCodingInterview/c13q3.cs
tarunbatta/ipg
ace945c5450bb88d6ed81e53f7d03790e62e2a49
[ "MIT" ]
1
2021-03-18T20:12:13.000Z
2021-03-18T20:12:13.000Z
/* Final, etc.: What is the difference between final, finally, and finalize? */ using System; namespace InterviewPreperationGuide.Core.CrackingTheCodingInterview.c13q3 { public class Solution { public void Init () { Console.WriteLine (); } } }
21.692308
75
0.659574
e4aadf14508bd519ebe17ded8e8eb5e2c3095e2c
41,645
cs
C#
TraktSharp.Examples.Wpf/TestRequests.cs
wwarby/TraktSharp
c3002c17396bc85454ec0c36c0dcb6c59042c0ac
[ "MIT" ]
16
2015-07-02T05:44:44.000Z
2019-05-02T09:34:49.000Z
TraktSharp.Examples.Wpf/TestRequests.cs
wwarby/TraktSharp
c3002c17396bc85454ec0c36c0dcb6c59042c0ac
[ "MIT" ]
1
2019-03-23T09:34:03.000Z
2019-03-23T09:34:03.000Z
TraktSharp.Examples.Wpf/TestRequests.cs
wwarby/TraktSharp
c3002c17396bc85454ec0c36c0dcb6c59042c0ac
[ "MIT" ]
12
2015-01-16T03:48:52.000Z
2018-02-07T09:52:21.000Z
using System; using System.ComponentModel; using System.Threading.Tasks; using TraktSharp.Enums; using TraktSharp.Helpers; namespace TraktSharp.Examples.Wpf { internal static class TestRequests { public static async Task<object> ExecuteTestRequest( TraktClient client, TestRequestType requestType, TraktE...
43.380208
152
0.794525
c4b526ded3545c05de02f8e4b8f0412afab01ab0
695
cs
C#
imageenhan-20190930/csharp/core/Models/AssessSharpnessResponse.cs
alibabacloud-sdk-swift/alibabacloud-sdk
afd43b41530abb899076a34ceb96bdef55f74460
[ "Apache-2.0" ]
null
null
null
imageenhan-20190930/csharp/core/Models/AssessSharpnessResponse.cs
alibabacloud-sdk-swift/alibabacloud-sdk
afd43b41530abb899076a34ceb96bdef55f74460
[ "Apache-2.0" ]
null
null
null
imageenhan-20190930/csharp/core/Models/AssessSharpnessResponse.cs
alibabacloud-sdk-swift/alibabacloud-sdk
afd43b41530abb899076a34ceb96bdef55f74460
[ "Apache-2.0" ]
null
null
null
// This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Imageenhan20190930.Models { public class AssessSharpnessResponse : TeaModel { [NameInMap("RequestId")] [Validation(Required=true)] ...
24.821429
61
0.643165
72829d34b8812cb1ec5a5abcdc4328cbafefe7f0
3,604
cs
C#
GroupService/GroupService.Repo/Migrations/20201015120805_CredentialVerifiedBy.cs
HelpMyStreet/group-service
8d2674a438fa8e3948942587857a2a8a586b0162
[ "MIT" ]
null
null
null
GroupService/GroupService.Repo/Migrations/20201015120805_CredentialVerifiedBy.cs
HelpMyStreet/group-service
8d2674a438fa8e3948942587857a2a8a586b0162
[ "MIT" ]
4
2021-01-04T12:15:27.000Z
2021-04-26T10:01:20.000Z
GroupService/GroupService.Repo/Migrations/20201015120805_CredentialVerifiedBy.cs
HelpMyStreet/group-service
8d2674a438fa8e3948942587857a2a8a586b0162
[ "MIT" ]
2
2020-09-23T15:59:25.000Z
2020-09-24T09:55:20.000Z
using Microsoft.EntityFrameworkCore.Migrations; namespace GroupService.Repo.Migrations { public partial class CredentialVerifiedBy : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<byte>( name: "CredentialVerifi...
36.77551
71
0.488069
0d43f5425dd9b8b3f7ca4edf2698cead0e30666b
2,785
cs
C#
packageProduct/Program.cs
nap3/packageProduct
11a10dd2df6edc26db9d20399bc5d364dca1e47c
[ "MIT" ]
null
null
null
packageProduct/Program.cs
nap3/packageProduct
11a10dd2df6edc26db9d20399bc5d364dca1e47c
[ "MIT" ]
null
null
null
packageProduct/Program.cs
nap3/packageProduct
11a10dd2df6edc26db9d20399bc5d364dca1e47c
[ "MIT" ]
null
null
null
using System; using System.IO; using System.Reflection; using System.Threading; namespace packageProduct { internal class Program { /// <summary> /// メイン処理 /// </summary> /// <param name="args">ルートディレクトリの判断とバージョン情報の取得をするexe</param> /// <returns>ERRORLEVEL</...
33.963415
113
0.520287
d63017f8edd82c4e018ec0ea83e103714be7dfc1
4,349
cs
C#
examples/dotNET/2. Functions/Binary Analysis/Particle Analysis Report/cs/Backup/Form1.cs
ni/vdm-dotnet
a83c01c67b8bf4a0e27a9eafc2d4440ca71f82a6
[ "MIT" ]
12
2019-08-27T10:01:28.000Z
2021-07-28T03:08:45.000Z
examples/dotNET/2. Functions/Binary Analysis/Particle Analysis Report/cs/Form1.cs
ni/vdm-dotnet
a83c01c67b8bf4a0e27a9eafc2d4440ca71f82a6
[ "MIT" ]
1
2022-01-10T17:04:54.000Z
2022-01-10T17:04:54.000Z
examples/dotNET/2. Functions/Binary Analysis/Particle Analysis Report/cs/Form1.cs
ni/vdm-dotnet
a83c01c67b8bf4a0e27a9eafc2d4440ca71f82a6
[ "MIT" ]
9
2019-11-05T15:52:27.000Z
2022-02-19T14:23:50.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using NationalInstruments.Vision; using NationalInstruments.Vision.Analysis; using System.Collections.ObjectModel; // This example demonstrates how to gra...
38.830357
154
0.621062
6e10aa28757a2ff1d88af204e5b8329cc9a9e17d
5,263
cs
C#
SeijaTelegram/SeijaTelegram/Main/Brain.cs
Fourslash/SeijaTelegram
6cdf9114d78fd7581adc3cc3ab0bab18b91444ce
[ "MIT" ]
null
null
null
SeijaTelegram/SeijaTelegram/Main/Brain.cs
Fourslash/SeijaTelegram
6cdf9114d78fd7581adc3cc3ab0bab18b91444ce
[ "MIT" ]
null
null
null
SeijaTelegram/SeijaTelegram/Main/Brain.cs
Fourslash/SeijaTelegram
6cdf9114d78fd7581adc3cc3ab0bab18b91444ce
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Telegram.Bot; using Telegram.Bot.Types; using SeijaTelegram.Commands; using SeijaTelegram.Utils; using System.IO; using System.Security.Cryptography; namespace SeijaTelegram.Main { ...
34.625
132
0.480144
dc4895f8c61ea963ad341d1afd4ac353bb7a7978
435
cs
C#
Src/YawlUrl.Common/LinqExtensions.cs
PonyUrl/ponyurl
3236df471e12c31fe7d39f25e582e60106beadbd
[ "MIT" ]
4
2019-10-31T07:44:11.000Z
2020-07-06T20:56:46.000Z
Src/YawlUrl.Common/LinqExtensions.cs
PonyUrl/ponyurl
3236df471e12c31fe7d39f25e582e60106beadbd
[ "MIT" ]
7
2019-10-31T20:21:14.000Z
2020-04-12T00:02:33.000Z
Src/YawlUrl.Common/LinqExtensions.cs
PonyUrl/ponyurl
3236df471e12c31fe7d39f25e582e60106beadbd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; namespace YawlUrl.Common { public static class LinqExtensions { public static IQueryable<TSource> WhereIf<TSource>(this IQueryable<TSource> source, bool condition, Expression<Func<TSour...
25.588235
150
0.705747
42c1d38332a41b3312876769c55b5f49c61ce760
3,184
cs
C#
src/BEDA.CMB/Contracts/Requests/23/RQ23_10.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
38
2019-01-31T03:12:59.000Z
2022-03-10T08:06:11.000Z
src/BEDA.CMB/Contracts/Requests/23/RQ23_10.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
1
2021-03-20T02:19:59.000Z
2021-03-20T02:19:59.000Z
src/BEDA.CMB/Contracts/Requests/23/RQ23_10.cs
fdstar/BankEnterpriseDirectAttach
3257313a7db653767975ae2c10b113b974b723f9
[ "MIT" ]
11
2019-01-31T05:08:50.000Z
2021-11-11T03:17:22.000Z
using BEDA.CMB.Contracts.Responses; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace BEDA.CMB.Contracts.Requests { /// <summary> /// 23.10.临时额度设置请求主体 /// </summary> ...
25.886179
129
0.440013
61b3321c785e25b45b97ccf480350295be579fe8
476
cs
C#
SFeed.Core/Models/WallPost/WallPostCacheModel.cs
yilmazanil/SFeed
93faf7fa9f1b4be594c32b79167b13be5928ff59
[ "MIT" ]
null
null
null
SFeed.Core/Models/WallPost/WallPostCacheModel.cs
yilmazanil/SFeed
93faf7fa9f1b4be594c32b79167b13be5928ff59
[ "MIT" ]
null
null
null
SFeed.Core/Models/WallPost/WallPostCacheModel.cs
yilmazanil/SFeed
93faf7fa9f1b4be594c32b79167b13be5928ff59
[ "MIT" ]
null
null
null
using SFeed.Core.Models.Wall; using System; namespace SFeed.Core.Models.Newsfeed { public class WallPostCacheModel { public string Id { get; set; } public string Body { get; set; } public string PostedBy { get; set; } public short PostType { get; set; } public WallC...
20.695652
54
0.605042
73a625c4cf4f86d23dc45241d0f8e60ea9a2be02
17,662
cs
C#
NET.Undersoft.Vegas.Sdk/Undersoft.System.Uniques/Structures/Ussn.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Develop
f17de5751d0c38dc7f65e579c53d645b9963ab1b
[ "MIT" ]
2
2021-04-16T05:15:48.000Z
2021-04-17T18:27:08.000Z
NET.Undersoft.Vegas.Sdk/Undersoft.System.Uniques/Structures/Ussn.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Devel
f17de5751d0c38dc7f65e579c53d645b9963ab1b
[ "MIT" ]
1
2021-04-18T23:14:55.000Z
2021-04-19T14:37:32.000Z
NET.Undersoft.Vegas.Sdk/Undersoft.System.Uniques/Structures/Ussn.cs
undersoft-org/NET.Undersoft.Vegas.Sdk.Devel
f17de5751d0c38dc7f65e579c53d645b9963ab1b
[ "MIT" ]
null
null
null
/************************************************* Copyright (c) 2021 Undersoft System.Uniques.Ussn.cs @project: Undersoft.Vegas.Sdk @stage: Development @author: Dariusz Hanc @date: (05.06.2021) @licence MIT *************************************************/ namespace System.Uniques { ...
28.214058
170
0.389367
6cdc94e4d33f358807da368e268435add5e5c765
965
cs
C#
Projects/RealmServer/ClientDB/Structures/WorldLayer.cs
Arctium/WildStar-Sandbox
917bfaa03476b39d17102dbc78b66ac5af6c67ca
[ "MIT" ]
5
2021-06-06T12:08:53.000Z
2022-01-18T20:16:43.000Z
Projects/RealmServer/ClientDB/Structures/WorldLayer.cs
Arctium/WildStar-Sandbox
917bfaa03476b39d17102dbc78b66ac5af6c67ca
[ "MIT" ]
null
null
null
Projects/RealmServer/ClientDB/Structures/WorldLayer.cs
Arctium/WildStar-Sandbox
917bfaa03476b39d17102dbc78b66ac5af6c67ca
[ "MIT" ]
2
2021-06-22T12:41:14.000Z
2021-06-26T09:06:05.000Z
public class WorldLayer { public uint Id { get; set; } public string Description { get; set; } public float HeightScale { get; set; } public float HeightOffset { get; set; } public float ParallaxScale { get; set; } public float ParallaxOffset { get; set; } public float Meters...
40.208333
53
0.634197
04298f60d664999d2f2d21ff7bdecd941496086d
591
cs
C#
net/ComVisibleNetStandard/ComVisible.cs
kyourek/ComVisibleNetStandard
e995b1250bbbe193ca10f30b084fcdd8b834b67e
[ "MIT" ]
7
2018-06-08T12:33:07.000Z
2020-09-29T15:17:10.000Z
net/ComVisibleNetStandard/ComVisible.cs
kyourek/ComVisibleNetStandard
e995b1250bbbe193ca10f30b084fcdd8b834b67e
[ "MIT" ]
null
null
null
net/ComVisibleNetStandard/ComVisible.cs
kyourek/ComVisibleNetStandard
e995b1250bbbe193ca10f30b084fcdd8b834b67e
[ "MIT" ]
null
null
null
using System.Runtime.InteropServices; namespace ComVisibleNetStandard { [Guid("A6D6728D-F990-4330-B55C-296E13112601")] [ComVisible(true)] [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public interface IComVisibleObject { [DispId(1)] string GiveItBack(string s); } [Gui...
28.142857
58
0.675127
093ded5c682f9c260e1751b5099cc93df883a010
795
cs
C#
CardsLibrary/Suit.cs
ashfordl/card-games
2584770b3b1065263e8a1cff2eb4ae9bc5458f18
[ "MIT" ]
3
2016-01-09T20:04:49.000Z
2020-04-13T21:22:24.000Z
CardsLibrary/Suit.cs
ashfordl/card-games
2584770b3b1065263e8a1cff2eb4ae9bc5458f18
[ "MIT" ]
1
2015-04-12T17:27:37.000Z
2015-04-12T17:27:37.000Z
CardsLibrary/Suit.cs
ashfordl/card-games
2584770b3b1065263e8a1cff2eb4ae9bc5458f18
[ "MIT" ]
1
2016-07-04T18:43:30.000Z
2016-07-04T18:43:30.000Z
// Suit.cs // <copyright file="Suit.cs"> This code is protected under the MIT License. </copyright> namespace CardsLibrary { /// <summary> /// The Suits available for a card. /// </summary> public enum Suit { /// <summary> /// The Clubs suit is called: /// </summa...
22.083333
89
0.445283
327e5264b533115fb5072fb54ab73f407a3c1448
2,653
cs
C#
test/Util.Biz.Tests.Integration/Payments/Alipay/Configs/TestConfigProvider.cs
gstsgy/Util
6c54d049e38f8fcbf2597646d029655a6528be78
[ "MIT" ]
10
2019-09-29T01:21:24.000Z
2022-01-04T16:01:30.000Z
test/Util.Biz.Tests.Integration/Payments/Alipay/Configs/TestConfigProvider.cs
gstsgy/Util
6c54d049e38f8fcbf2597646d029655a6528be78
[ "MIT" ]
2
2019-07-23T08:20:21.000Z
2019-11-30T09:59:59.000Z
test/Util.Biz.Tests.Integration/Payments/Alipay/Configs/TestConfigProvider.cs
gstsgy/Util
6c54d049e38f8fcbf2597646d029655a6528be78
[ "MIT" ]
3
2018-09-10T15:49:59.000Z
2021-08-30T02:56:32.000Z
using System.Threading.Tasks; using Util.Biz.Payments.Alipay.Configs; namespace Util.Biz.Tests.Integration.Payments.Alipay.Configs { /// <summary> /// 支付宝测试配置提供器 /// </summary> public class TestConfigProvider : IAlipayConfigProvider { /// <summary> /// 获取配置 /// </summary> ...
115.347826
1,620
0.86732
cfbf8b0f42ef07fd14834aad578a005b3002f6bd
2,146
cs
C#
Obvs.Monitoring.AppMetrics/AppMetricsMonitor.cs
agilitix/Obvs.Monitoring
8e4a5c8111c08b535da791a84d0ee5b09b1b48b6
[ "MIT" ]
215
2017-11-13T20:30:28.000Z
2022-03-28T11:34:38.000Z
Obvs.Monitoring.AppMetrics/AppMetricsMonitor.cs
agilitix/Obvs.Monitoring
8e4a5c8111c08b535da791a84d0ee5b09b1b48b6
[ "MIT" ]
14
2017-11-28T19:59:32.000Z
2022-03-06T11:51:37.000Z
Obvs.Monitoring.AppMetrics/AppMetricsMonitor.cs
agilitix/Obvs.Monitoring
8e4a5c8111c08b535da791a84d0ee5b09b1b48b6
[ "MIT" ]
29
2018-01-07T06:54:44.000Z
2021-08-13T06:40:45.000Z
using System; using App.Metrics; using App.Metrics.Timer; namespace Obvs.Monitoring.AppMetrics { public class AppMetricsMonitor<TMessage> : IMonitor<TMessage> { private readonly IMetrics _metrics; private static readonly TimerOptions CounterSent = new TimerOptions { Context = "Obvs", Name = "...
31.101449
172
0.532153
59a23ee6a260d96584cce23058bdd6effb882d7f
10,031
cs
C#
Languages/Ruby/ironruby/Compiler/Ast/Definitions/MethodDefinition.cs
calbonaler/DLR_Japanese
28c9dbf5fa9f4976d478cffa1ad904c7664f227c
[ "MS-PL" ]
1
2020-02-11T06:02:40.000Z
2020-02-11T06:02:40.000Z
Src/Languages/Ruby/ironruby/Compiler/Ast/Definitions/MethodDefinition.cs
rudimk/dlr-dotnet
71d11769f99d6ff1516ddbaed091a359eb46c670
[ "MS-PL" ]
null
null
null
Src/Languages/Ruby/ironruby/Compiler/Ast/Definitions/MethodDefinition.cs
rudimk/dlr-dotnet
71d11769f99d6ff1516ddbaed091a359eb46c670
[ "MS-PL" ]
1
2018-11-21T04:10:23.000Z
2018-11-21T04:10:23.000Z
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Microsoft Public License. A * copy of the license can be found in the License.html file at the root of this distribution. If * ...
40.285141
145
0.567042
26d53319fbe268626b9bfa40d9ff5a07b4e38260
5,485
cs
C#
src/Tatum/Clients/DogecoinClient.cs
saman-hosseini/tatum-csharp
3aa8efa344a87845f9757c1a733310abb37b4bfc
[ "MIT" ]
1
2021-10-13T08:52:48.000Z
2021-10-13T08:52:48.000Z
src/Tatum/Clients/DogecoinClient.cs
saman-hosseini/tatum-csharp
3aa8efa344a87845f9757c1a733310abb37b4bfc
[ "MIT" ]
null
null
null
src/Tatum/Clients/DogecoinClient.cs
saman-hosseini/tatum-csharp
3aa8efa344a87845f9757c1a733310abb37b4bfc
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TatumPlatform.Blockchain; using TatumPlatform.Model.Requests; using TatumPlatform.Model.Responses; namespace TatumPlatform.Clients { public class DogecoinClient : BaseClient, IDogecoinClient ...
36.812081
141
0.570465
b0a014483df2a43a6438c868dae83df3433defa5
2,916
cs
C#
RateCalculationSystem.Core/Calculations/RateCalculation/RateCalculation.cs
cantasci/RCS
99f97eddf30a5102f72fb0f31b4c8608b3b6a6d4
[ "MIT" ]
null
null
null
RateCalculationSystem.Core/Calculations/RateCalculation/RateCalculation.cs
cantasci/RCS
99f97eddf30a5102f72fb0f31b4c8608b3b6a6d4
[ "MIT" ]
null
null
null
RateCalculationSystem.Core/Calculations/RateCalculation/RateCalculation.cs
cantasci/RCS
99f97eddf30a5102f72fb0f31b4c8608b3b6a6d4
[ "MIT" ]
null
null
null
using System; using RateCalculationSystem.Common.Models.Message; using RateCalculationSystem.Common.Models.Rate; namespace RateCalculationSystem.Core.Calculations.RateCalculation { /// <summary> /// Decimal Rate Calculation /// </summary> public class RateCalculation : ICalculation<MarketRateInput...
38.88
115
0.613169
de49a22c0af9d888e86fc9c3eab95eb945efa9cb
1,629
cs
C#
NextAIPolicyEditor2/ClassMaskGenerator.cs
Kn1fe/NextAIPolicyEditor2
55ffb45705ce889b085828fdf377afa081fabb6e
[ "Apache-2.0" ]
1
2018-09-27T14:34:22.000Z
2018-09-27T14:34:22.000Z
NextAIPolicyEditor2/ClassMaskGenerator.cs
Kn1fe/NextAIPolicyEditor2
55ffb45705ce889b085828fdf377afa081fabb6e
[ "Apache-2.0" ]
null
null
null
NextAIPolicyEditor2/ClassMaskGenerator.cs
Kn1fe/NextAIPolicyEditor2
55ffb45705ce889b085828fdf377afa081fabb6e
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Windows.Forms; namespace NextAIPolicyEditor2 { public partial class ClassMaskGenerator : Form { uint combo; bool onLoad = true; MainForm f; public ClassMaskGenerator(MainForm f) { combo = Convert....
26.704918
107
0.457336
6a3e5044555cb41f4e68bbb85dc7d2abd16dd56a
13,405
cs
C#
Testing/Networking/QueueManagement/QueueManagement.cs
NeerajPatil2000/meet.me
730bceaa3f6f53c7f6828ad3246d1cd47dc19887
[ "MIT" ]
18
2021-12-20T14:30:30.000Z
2022-01-19T13:22:37.000Z
Testing/Networking/QueueManagement/QueueManagement.cs
NeerajPatil2000/meet.me
730bceaa3f6f53c7f6828ad3246d1cd47dc19887
[ "MIT" ]
49
2021-10-11T11:21:52.000Z
2021-12-11T05:33:14.000Z
Testing/Networking/QueueManagement/QueueManagement.cs
NeerajPatil2000/meet.me
730bceaa3f6f53c7f6828ad3246d1cd47dc19887
[ "MIT" ]
7
2021-10-11T07:38:02.000Z
2021-11-02T16:08:21.000Z
/// <author>Alisetti Sai Vamsi</author> /// <created>01/11/2021</created> /// <summary> /// This file contains the unit tests for the Queue Module. /// </summary> using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Networking; using NUnit.Framework; namespace Testin...
36.327913
108
0.553823
568410359bee514cf80f05fe53cceabda2735b11
3,096
cs
C#
libGtkSharpExtensions/GtkWidgetExtensions/ToolbarExtensions.cs
TDubClark/GtkSharpExtensions
f02eb735e903089841382d09f2987904f8adef83
[ "MIT" ]
null
null
null
libGtkSharpExtensions/GtkWidgetExtensions/ToolbarExtensions.cs
TDubClark/GtkSharpExtensions
f02eb735e903089841382d09f2987904f8adef83
[ "MIT" ]
null
null
null
libGtkSharpExtensions/GtkWidgetExtensions/ToolbarExtensions.cs
TDubClark/GtkSharpExtensions
f02eb735e903089841382d09f2987904f8adef83
[ "MIT" ]
null
null
null
using System; namespace GtkSharp.Extensions { public static class ToolbarExtensions { /// <summary> /// Inserts a new Gtk.ToolButton, with the assigned click event handler, at the given position. /// </summary> /// <param name="toolbar">Toolbar.</param> /// <param name="icon_widget">Icon widget.</param> ...
31.917526
148
0.684109
ab2e282e7039e20ac0c7833a832fa17b9476508a
717
cs
C#
src/netstandard2.0/XFluentAssert/EqualityAssertions/MustBeSealed.cs
grzesiek-galezowski/xassert
525ea1109a19b5e8aa5498af8f01d97e53c0ce08
[ "MIT" ]
null
null
null
src/netstandard2.0/XFluentAssert/EqualityAssertions/MustBeSealed.cs
grzesiek-galezowski/xassert
525ea1109a19b5e8aa5498af8f01d97e53c0ce08
[ "MIT" ]
6
2018-11-21T13:18:18.000Z
2021-03-26T00:05:43.000Z
src/netstandard2.0/XFluentAssert/EqualityAssertions/MustBeSealed.cs
grzesiek-galezowski/xassert
525ea1109a19b5e8aa5498af8f01d97e53c0ce08
[ "MIT" ]
null
null
null
using System; using TddXt.XFluentAssert.AssertionConstraints; namespace TddXt.XFluentAssert.EqualityAssertions { internal class MustBeSealed : IConstraint { private readonly Type _type; public MustBeSealed(Type type) { _type = type; } public void CheckAndRecord(ConstraintsViolations vi...
28.68
116
0.688982