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
8a5e864fb23af405f6895fe24f9c96178cf58a17
214
cs
C#
src/tcalc/Expressions/NumericValue.cs
andymac4182/tcalc
20714f299439c6f0d3c8ac2a85eeefc9e145f8e7
[ "Apache-2.0" ]
35
2018-09-10T07:42:43.000Z
2022-01-05T01:57:12.000Z
src/tcalc/Expressions/NumericValue.cs
andymac4182/tcalc
20714f299439c6f0d3c8ac2a85eeefc9e145f8e7
[ "Apache-2.0" ]
null
null
null
src/tcalc/Expressions/NumericValue.cs
andymac4182/tcalc
20714f299439c6f0d3c8ac2a85eeefc9e145f8e7
[ "Apache-2.0" ]
7
2018-09-22T04:36:15.000Z
2022-02-20T23:47:01.000Z
namespace tcalc.Expressions { public class NumericValue : Expression { public double Value { get; } public NumericValue(double value) { Value = value; } } }
17.833333
42
0.546729
be04d082d5b70a47e8851d89766fdbc0bdea5745
379
cs
C#
Api/Battleship/BattleshipApi.Ships/DML/Intefaces/IDispatcherShips.cs
ernegreiros/BatalhaNaval
5191a53dd00c49dc21d9383f5498bc6831eb271d
[ "MIT" ]
null
null
null
Api/Battleship/BattleshipApi.Ships/DML/Intefaces/IDispatcherShips.cs
ernegreiros/BatalhaNaval
5191a53dd00c49dc21d9383f5498bc6831eb271d
[ "MIT" ]
39
2020-09-09T03:12:18.000Z
2020-11-28T22:06:49.000Z
Api/Battleship/BattleshipApi.Ships/DML/Intefaces/IDispatcherShips.cs
ernegreiros/BatalhaNaval
5191a53dd00c49dc21d9383f5498bc6831eb271d
[ "MIT" ]
2
2020-09-21T23:46:14.000Z
2021-10-04T16:38:23.000Z
using BattleshipApi.Base.DAL.Interfaces; using System.Collections.Generic; namespace BattleshipApi.Ships.DML.Intefaces { public interface IDispatcherShips : IDispatcherBase { void Create(Ships shipObject); Ships Get(int shipId); void Update(Ships specialPower); void Delete(int...
23.6875
55
0.691293
be2b021f5e22288ae086a2a96b390ddbe691b440
3,584
cs
C#
src/OData/Microsoft/OData/Core/ODataException.cs
noflashbang/odata.net
7ec65c3e86edd1266044523b88eb44114321c111
[ "Apache-2.0" ]
null
null
null
src/OData/Microsoft/OData/Core/ODataException.cs
noflashbang/odata.net
7ec65c3e86edd1266044523b88eb44114321c111
[ "Apache-2.0" ]
null
null
null
src/OData/Microsoft/OData/Core/ODataException.cs
noflashbang/odata.net
7ec65c3e86edd1266044523b88eb44114321c111
[ "Apache-2.0" ]
null
null
null
// OData .NET Libraries // Copyright (c) Microsoft Corporation. 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/LICE...
48.432432
280
0.687779
1e9fd6af296d6bf48a9ad7dee7215e2cf7656787
689
cs
C#
SmartHealthCard.Token/Validators/SmartHealthCardPayloadValidator.cs
micleners/SmartHealthCard
5973f19dc3c7751a036d08c02d515b5fe7dba210
[ "MIT" ]
22
2021-05-30T16:38:52.000Z
2022-03-03T01:35:11.000Z
SmartHealthCard.Token/Validators/SmartHealthCardPayloadValidator.cs
micleners/SmartHealthCard
5973f19dc3c7751a036d08c02d515b5fe7dba210
[ "MIT" ]
12
2021-08-31T06:44:17.000Z
2022-02-24T13:16:01.000Z
SmartHealthCard.Token/Validators/SmartHealthCardPayloadValidator.cs
micleners/SmartHealthCard
5973f19dc3c7751a036d08c02d515b5fe7dba210
[ "MIT" ]
9
2021-08-28T00:42:05.000Z
2022-01-17T18:48:21.000Z
using SmartHealthCard.Token.JwsToken; using SmartHealthCard.Token.Model.Shc; using SmartHealthCard.Token.Support; namespace SmartHealthCard.Token.Validators { public class SmartHealthCardPayloadValidator : IJwsPayloadValidator { public Result Validate<T>(T Obj) { if (Obj is SmartHealthCardModel S...
28.708333
167
0.719884
3d54aeb4dcd036da2495c4ee4af857551554378a
4,333
cs
C#
GearUp.Test/Controllers/ListControllerTest.cs
timmydo/gearup
74543619dad7973ac476f6a8d10d4bb3c0937751
[ "MIT" ]
1
2015-04-29T03:28:20.000Z
2015-04-29T03:28:20.000Z
GearUp.Test/Controllers/ListControllerTest.cs
timmydo/gearup
74543619dad7973ac476f6a8d10d4bb3c0937751
[ "MIT" ]
null
null
null
GearUp.Test/Controllers/ListControllerTest.cs
timmydo/gearup
74543619dad7973ac476f6a8d10d4bb3c0937751
[ "MIT" ]
null
null
null
namespace GearUp.Test.Controllers { using GearUp.Controllers; using GearUp.Services; using Microsoft.AspNet.Http.Internal; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Shared.Interfaces; using System; using System.Collections.Generic; using System.Threading.Tasks; ...
25.19186
85
0.684283
3db8225f9d21766e51667266dac3f6fe76124c08
1,668
cs
C#
src/EloquentObjectsBenchmark/Wcf/Benchmarks/SumOfTwoIntegers.cs
ni28/EloquentObjects
66688e67afa3247bfc0d00172cec6e6f7e051742
[ "MIT" ]
null
null
null
src/EloquentObjectsBenchmark/Wcf/Benchmarks/SumOfTwoIntegers.cs
ni28/EloquentObjects
66688e67afa3247bfc0d00172cec6e6f7e051742
[ "MIT" ]
null
null
null
src/EloquentObjectsBenchmark/Wcf/Benchmarks/SumOfTwoIntegers.cs
ni28/EloquentObjects
66688e67afa3247bfc0d00172cec6e6f7e051742
[ "MIT" ]
null
null
null
using System; using System.ServiceModel; using System.ServiceModel.Channels; namespace EloquentObjectsBenchmark.Wcf.Benchmarks { internal sealed class SumOfTwoIntegers: IBenchmark { private readonly string _scheme; private readonly int _iterations; public SumOfTwoIntegers(string scheme...
32.705882
190
0.582134
4fedc6c47f992230f840e59ae342174eac53365a
3,879
cs
C#
src/SourceGenerator.MediatR.Proxy/Internal/MediatrRequestScanner.cs
stiankroknes/sourcegenerator-mediatr-proxy
8ba3a5e39f2ae6f5cbd4b6562f8f0c4321fe3b51
[ "MIT" ]
null
null
null
src/SourceGenerator.MediatR.Proxy/Internal/MediatrRequestScanner.cs
stiankroknes/sourcegenerator-mediatr-proxy
8ba3a5e39f2ae6f5cbd4b6562f8f0c4321fe3b51
[ "MIT" ]
4
2021-11-08T14:45:41.000Z
2021-11-08T15:01:58.000Z
src/SourceGenerator.MediatR.Proxy/Internal/MediatrRequestScanner.cs
stiankroknes/sourcegenerator-mediatr-proxy
8ba3a5e39f2ae6f5cbd4b6562f8f0c4321fe3b51
[ "MIT" ]
null
null
null
using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using System.Collections.Generic; namespace SourceGenerator.MediatR.Proxy.Internal { /// <summary> /// Scanner to identify all queries and commands from the list of candidate types detected in the I...
43.1
161
0.554524
8b0bf1a71c4574799d876b07901b0cd34bdaf187
2,106
cs
C#
Clients/Xamarin.Interactive.Client/Compilation/Roslyn/SyntaxExtensions.cs
mono/workbooks
b48be68d16d4840e37c4f39a5ed5de8d458c989d
[ "MIT" ]
null
null
null
Clients/Xamarin.Interactive.Client/Compilation/Roslyn/SyntaxExtensions.cs
mono/workbooks
b48be68d16d4840e37c4f39a5ed5de8d458c989d
[ "MIT" ]
null
null
null
Clients/Xamarin.Interactive.Client/Compilation/Roslyn/SyntaxExtensions.cs
mono/workbooks
b48be68d16d4840e37c4f39a5ed5de8d458c989d
[ "MIT" ]
1
2022-02-16T12:07:00.000Z
2022-02-16T12:07:00.000Z
// // Author: // Aaron Bockover <abock@xamarin.com> // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.IO; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Xamarin.Interactive.Compilation.Roslyn { static clas...
30.970588
109
0.573599
8b613ff2a3bccd5a3942a1e43d596fdc640a1257
955
cs
C#
src/EasyHttpClient/Attributes/Route/RoutePrefixAttribute.cs
Feng-Bu-Jue/EasyHttpClient-NetStandard
a536f70e29b465d337592cb61a1ee25ea3018812
[ "MIT" ]
null
null
null
src/EasyHttpClient/Attributes/Route/RoutePrefixAttribute.cs
Feng-Bu-Jue/EasyHttpClient-NetStandard
a536f70e29b465d337592cb61a1ee25ea3018812
[ "MIT" ]
null
null
null
src/EasyHttpClient/Attributes/Route/RoutePrefixAttribute.cs
Feng-Bu-Jue/EasyHttpClient-NetStandard
a536f70e29b465d337592cb61a1ee25ea3018812
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EasyHttpClient.Attributes { [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class, AllowMultiple = false)] public class RoutePrefixAttribute : Attribute { // ...
26.527778
96
0.608377
fcdf5236d4d882986261ee85f9e3edc305cc2711
355
cs
C#
core/Rezare.TogsCop.Integration.WorkFlowMax/Api/Responses/StaffResponse.cs
RezareSystems/togs-cop
46931eb9b9141423468840c269d32d4ed84b5985
[ "MIT" ]
null
null
null
core/Rezare.TogsCop.Integration.WorkFlowMax/Api/Responses/StaffResponse.cs
RezareSystems/togs-cop
46931eb9b9141423468840c269d32d4ed84b5985
[ "MIT" ]
8
2020-07-16T23:42:46.000Z
2022-02-26T10:32:40.000Z
core/Rezare.TogsCop.Integration.WorkFlowMax/Api/Responses/StaffResponse.cs
RezareSystems/togs-cop
46931eb9b9141423468840c269d32d4ed84b5985
[ "MIT" ]
null
null
null
using Rezare.TogsCop.Integration.WorkFlowMax.Api.Models; using System.Collections.Generic; using System.Xml.Serialization; namespace Rezare.TogsCop.Integration.WorkFlowMax.Api.Responses { [XmlRoot("Response")] public class StaffResponse { public string Status { get; set; } public List<Staf...
25.357143
62
0.715493
964be4f46281f1821ebd3130b75ca706eeab7bd2
1,688
cs
C#
ZoomClient/Models/Reports/Meeting.cs
lgtonkal/zoom-netcore-api
18534ba498ed133c3fb980c2e891c2cb3f538c92
[ "Apache-2.0" ]
null
null
null
ZoomClient/Models/Reports/Meeting.cs
lgtonkal/zoom-netcore-api
18534ba498ed133c3fb980c2e891c2cb3f538c92
[ "Apache-2.0" ]
null
null
null
ZoomClient/Models/Reports/Meeting.cs
lgtonkal/zoom-netcore-api
18534ba498ed133c3fb980c2e891c2cb3f538c92
[ "Apache-2.0" ]
null
null
null
using System; using AndcultureCode.ZoomClient.Models.Meetings; namespace AndcultureCode.ZoomClient.Models.Reports { public class Meeting { /// <summary> /// Zoom Property: uuid /// </summary> public string Uuid { get; set; } /// <summary> /// Zoom Property: id ...
24.463768
53
0.501185
96a08e3e40d1ce281aad4c2b50a413c1d966c329
9,213
cs
C#
BTSMaintenanceSystemClient/plugins/com.brodysoft.sqlitePlugin/src/wp/csharp-sqlite-src/btmutex_c.cs
mistrzszefow/BTSMaintenanceSystem
07ca61bd09b1bb3888fa5545c05d68db8646224e
[ "Apache-2.0" ]
4
2019-03-11T02:40:13.000Z
2021-01-29T06:45:21.000Z
BTSMaintenanceSystemClient/plugins/com.brodysoft.sqlitePlugin/src/wp/csharp-sqlite-src/btmutex_c.cs
mistrzszefow/BTSMaintenanceSystem
07ca61bd09b1bb3888fa5545c05d68db8646224e
[ "Apache-2.0" ]
null
null
null
BTSMaintenanceSystemClient/plugins/com.brodysoft.sqlitePlugin/src/wp/csharp-sqlite-src/btmutex_c.cs
mistrzszefow/BTSMaintenanceSystem
07ca61bd09b1bb3888fa5545c05d68db8646224e
[ "Apache-2.0" ]
1
2020-01-15T06:46:16.000Z
2020-01-15T06:46:16.000Z
using System.Diagnostics; namespace Community.CsharpSqlite { public partial class Sqlite3 { /* ** 2007 August 27 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yours...
30.206557
83
0.644198
4a19f3d98e7af4be6611937c3d4337635bd30503
2,600
cs
C#
src/USD.NET/generated/pxr/usd/usdUtils/UsdUtilsSparseAttrValueWriter.cs
Secticide/usd-unity-sdk
29bef55be7d580b63fb47efcf946a2cd89051bb2
[ "Apache-2.0" ]
2
2020-12-23T14:05:29.000Z
2021-02-11T21:13:22.000Z
src/USD.NET/generated/pxr/usd/usdUtils/UsdUtilsSparseAttrValueWriter.cs
prefrontalcortex/usd-unity-sdk
29bef55be7d580b63fb47efcf946a2cd89051bb2
[ "Apache-2.0" ]
null
null
null
src/USD.NET/generated/pxr/usd/usdUtils/UsdUtilsSparseAttrValueWriter.cs
prefrontalcortex/usd-unity-sdk
29bef55be7d580b63fb47efcf946a2cd89051bb2
[ "Apache-2.0" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 3.0.12 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //----...
40
209
0.711923
ac48a8b181cb6e9c317465c37fd4b9c794cbb551
581
cs
C#
Drivers/Mifare/NFC/LLCP/Parameters/LinkServiceClass.cs
arnoud-koolecontrols/FYSETC-MINI13864-netcore
4637ea1c5eede3df78fee9498eafe1b162766f9e
[ "MIT" ]
null
null
null
Drivers/Mifare/NFC/LLCP/Parameters/LinkServiceClass.cs
arnoud-koolecontrols/FYSETC-MINI13864-netcore
4637ea1c5eede3df78fee9498eafe1b162766f9e
[ "MIT" ]
null
null
null
Drivers/Mifare/NFC/LLCP/Parameters/LinkServiceClass.cs
arnoud-koolecontrols/FYSETC-MINI13864-netcore
4637ea1c5eede3df78fee9498eafe1b162766f9e
[ "MIT" ]
null
null
null
 namespace Iot.Device.Nfc.LLCP.Parameters { /// <summary> /// /// </summary> public enum LinkServiceClass { Unknown = 0, /// <summary> /// Devices offering only the Connectionless transport service /// </summary> Class1, /// <summary> /// De...
23.24
91
0.554217
80c7955b3a7ad5f0849569e808643028a124d1c3
1,014
cs
C#
Editor/App.xaml.cs
MovGP0/math-editor
3ae8aeed358660011b93e452b82b08ac9b092668
[ "MIT" ]
1
2020-10-17T19:57:53.000Z
2020-10-17T19:57:53.000Z
Editor/App.xaml.cs
MovGP0/math-editor
3ae8aeed358660011b93e452b82b08ac9b092668
[ "MIT" ]
null
null
null
Editor/App.xaml.cs
MovGP0/math-editor
3ae8aeed358660011b93e452b82b08ac9b092668
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Windows; using System.Reflection; using System.IO; namespace Editor { /// <summary> /// Interaction logic for App.xaml /// </summary> public partial class App : Application ...
28.971429
112
0.547337
444a5edd114d2e0bdeeba08844d5691de2e17c94
145
cs
C#
Ressy.Tests.Dummy/Program.cs
Tyrrrz/Ressy
3f25f2859fbc82e2f8f6e859f2d9e754416b28fb
[ "MIT" ]
26
2021-07-06T13:57:46.000Z
2022-03-22T07:45:23.000Z
Ressy.Tests.Dummy/Program.cs
Tyrrrz/Ressy
3f25f2859fbc82e2f8f6e859f2d9e754416b28fb
[ "MIT" ]
3
2021-11-25T22:51:48.000Z
2022-02-04T01:32:17.000Z
Ressy.Tests.Dummy/Program.cs
Tyrrrz/Ressy
3f25f2859fbc82e2f8f6e859f2d9e754416b28fb
[ "MIT" ]
2
2021-11-27T12:27:39.000Z
2021-12-07T02:31:36.000Z
using System; namespace Ressy.Tests.Dummy; public static class Program { public static void Main() => Console.WriteLine("Hello world!"); }
18.125
67
0.724138
e5d517ca2a14d5d418264783bff076b3ea5abcdc
1,036
cs
C#
OKCSharp/User/UserLike.cs
li223/OKCSharp
f2bc7b9798b219f9e02f81495f9be36fc7e6a09f
[ "MIT" ]
null
null
null
OKCSharp/User/UserLike.cs
li223/OKCSharp
f2bc7b9798b219f9e02f81495f9be36fc7e6a09f
[ "MIT" ]
1
2019-10-14T06:18:41.000Z
2019-10-16T09:32:29.000Z
OKCSharp/User/UserLike.cs
li223/OKCSharp
f2bc7b9798b219f9e02f81495f9be36fc7e6a09f
[ "MIT" ]
3
2019-10-15T01:30:56.000Z
2019-10-26T21:30:00.000Z
using Newtonsoft.Json; using OKCSharp.DiscoveryObjects; namespace OKCSharp.User { public class UserLike { [JsonProperty("matchPercent")] public int MatchPercent { get; private set; } [JsonProperty("senderLikeTime")] public ulong? SenderLikeTime { get; set; } [JsonProp...
27.263158
58
0.621622
a6b94bb11b2e4da39b02dd23b48473ea39868868
2,980
cs
C#
ClassicalSharp/2D/Screens/Menu/MiscOptionsScreen.cs
Peteys93/ClassicalSharp
3f6b25dccbc7d141402de97d756b3d7c6b2d0b05
[ "BSD-3-Clause" ]
null
null
null
ClassicalSharp/2D/Screens/Menu/MiscOptionsScreen.cs
Peteys93/ClassicalSharp
3f6b25dccbc7d141402de97d756b3d7c6b2d0b05
[ "BSD-3-Clause" ]
null
null
null
ClassicalSharp/2D/Screens/Menu/MiscOptionsScreen.cs
Peteys93/ClassicalSharp
3f6b25dccbc7d141402de97d756b3d7c6b2d0b05
[ "BSD-3-Clause" ]
1
2021-10-18T02:58:07.000Z
2021-10-18T02:58:07.000Z
// ClassicalSharp copyright 2014-2016 UnknownShadow200 | Licensed under MIT using System; using System.Drawing; using ClassicalSharp.Singleplayer; namespace ClassicalSharp.Gui { public class MiscOptionsScreen : MenuOptionsScreen { public MiscOptionsScreen( Game game ) : base( game ) { } pub...
35.47619
90
0.60604
cf9785101daeb5eb76e840c5716c2cc6bc87bca6
3,426
cs
C#
NetML/Plots.cs
ApexWeed/NetML
f77db4d68d53ac66f66fd188bb41082e494cc0cf
[ "MIT" ]
null
null
null
NetML/Plots.cs
ApexWeed/NetML
f77db4d68d53ac66f66fd188bb41082e494cc0cf
[ "MIT" ]
null
null
null
NetML/Plots.cs
ApexWeed/NetML
f77db4d68d53ac66f66fd188bb41082e494cc0cf
[ "MIT" ]
null
null
null
using System; using System.Windows.Forms; using Apex.Layout; namespace NetML { public partial class Plots : Form { new public MainForm Parent { get; private set; } new private LayoutEngine Layout; private PlotEditor Editor; public Plots...
27.853659
115
0.455925
cfcfda643a08ee04b7c82a19700adead378dc8b8
13,941
cs
C#
EPlast/EPlast.Tests/Services/Regions/RegionAccessServiceTest.cs
ita-social-projects/EPlas
4bf0a214b09eedd116ab34b87d95531618a1b21d
[ "MIT" ]
22
2020-08-27T07:59:24.000Z
2022-02-16T14:16:29.000Z
EPlast/EPlast.Tests/Services/Regions/RegionAccessServiceTest.cs
ita-social-projects/EPlas
4bf0a214b09eedd116ab34b87d95531618a1b21d
[ "MIT" ]
1,929
2020-08-31T07:34:33.000Z
2022-03-31T18:07:08.000Z
EPlast/EPlast.Tests/Services/Regions/RegionAccessServiceTest.cs
ita-social-projects/EPlas
4bf0a214b09eedd116ab34b87d95531618a1b21d
[ "MIT" ]
10
2020-08-30T22:43:32.000Z
2022-01-25T11:48:51.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using AutoMapper; using EPlast.BLL.DTO.Region; using EPlast.BLL.Services.Region.RegionAccess; using EPlast.BLL.Settings; using EPlast.DataAccess.Entities; using EPlast.DataAccess.Repositories...
46.315615
158
0.612438
68df4489184e900676a3f76a97c9232973039ea5
1,271
cs
C#
dotnet/src/Carbonfrost.Commons.Web.Dom/TextVisitor.cs
Carbonfrost/f-web-dom
037b86e6999685fc048f0495d7979162801223ed
[ "Apache-2.0" ]
null
null
null
dotnet/src/Carbonfrost.Commons.Web.Dom/TextVisitor.cs
Carbonfrost/f-web-dom
037b86e6999685fc048f0495d7979162801223ed
[ "Apache-2.0" ]
null
null
null
dotnet/src/Carbonfrost.Commons.Web.Dom/TextVisitor.cs
Carbonfrost/f-web-dom
037b86e6999685fc048f0495d7979162801223ed
[ "Apache-2.0" ]
null
null
null
// // Copyright 2020 Carbonfrost Systems, Inc. (https://carbonfrost.com) // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless...
31.775
95
0.671125
929ff7b9b86a27c055024223b0ed9055dafe74fe
1,508
cs
C#
src/libs/H.XamlExtensions.Shared/Extensions/GridExtensions.ColumnsAndRows.cs
HavenDV/H.XamlExtensions
12924107e7b907f179c82b95ed12117d30e3ccad
[ "MIT" ]
2
2022-01-05T14:56:37.000Z
2022-03-31T07:29:35.000Z
src/libs/H.XamlExtensions.Shared/Extensions/GridExtensions.ColumnsAndRows.cs
HavenDV/H.XamlExtensions
12924107e7b907f179c82b95ed12117d30e3ccad
[ "MIT" ]
null
null
null
src/libs/H.XamlExtensions.Shared/Extensions/GridExtensions.ColumnsAndRows.cs
HavenDV/H.XamlExtensions
12924107e7b907f179c82b95ed12117d30e3ccad
[ "MIT" ]
null
null
null
#nullable enable namespace H.XamlExtensions; public static class GridColumnsAndRowsExtensions { #region Methods public static void SetColumnsAndRows( this Grid grid, string columnsAndRows) { grid = grid ?? throw new ArgumentNullException(nameof(grid)); columnsAndRows = co...
26.928571
99
0.551724
e9be8e23bfa45c51ee26e64220d36ebe2503cb2f
1,347
cs
C#
Samples/FlapOrDie/Components/BackgroundScroller.cs
ilexp/duality
1eb36342a3efe87127f12130b6f01b03f62f0ce0
[ "MIT" ]
1,338
2015-01-01T08:36:24.000Z
2022-03-30T01:37:22.000Z
Samples/FlapOrDie/Components/BackgroundScroller.cs
ilexp/duality
1eb36342a3efe87127f12130b6f01b03f62f0ce0
[ "MIT" ]
685
2015-01-05T21:37:45.000Z
2020-12-28T09:33:56.000Z
Samples/FlapOrDie/Components/BackgroundScroller.cs
ilexp/duality
1eb36342a3efe87127f12130b6f01b03f62f0ce0
[ "MIT" ]
455
2015-01-08T16:05:09.000Z
2022-01-28T14:34:52.000Z
using Duality; using Duality.Components; using Duality.Components.Renderers; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlapOrDie.Components { public class BackgroundScroller : Component { private float speed; ...
21.380952
101
0.660728
f88b066adc0432c7cbe6d7082828647db8a56c2d
1,819
cs
C#
Packages/com.brabbit.toolsui/Runtime/WaitingScreen/ScriptableObjects/WaitingScreenLink.cs
BrabbitGame/ToolsUI
9cc5470d10931d9188f8814506fe19db1988f824
[ "Apache-2.0" ]
null
null
null
Packages/com.brabbit.toolsui/Runtime/WaitingScreen/ScriptableObjects/WaitingScreenLink.cs
BrabbitGame/ToolsUI
9cc5470d10931d9188f8814506fe19db1988f824
[ "Apache-2.0" ]
null
null
null
Packages/com.brabbit.toolsui/Runtime/WaitingScreen/ScriptableObjects/WaitingScreenLink.cs
BrabbitGame/ToolsUI
9cc5470d10931d9188f8814506fe19db1988f824
[ "Apache-2.0" ]
null
null
null
using System; using UnityEngine; // ReSharper disable once CheckNamespace namespace ToolsUI { [CreateAssetMenu(fileName = "WaitingScreenLink", menuName = "UI/Tools UI/WaitingScreenLink")] public class WaitingScreenLink : ScriptableObject { public Action<WaitingState> WaitingScreenStateChangedAction...
29.819672
109
0.609676
7c0da43fe4fc372bd8151ad4b150760016cc0927
4,852
cs
C#
LabelTool/ToolBox/ToolScrollButton.cs
vanBassum/LabelTool
e669eba43165940367d61e53fddc658ed95a5b5e
[ "MIT" ]
2
2015-02-26T16:15:37.000Z
2020-06-19T14:37:23.000Z
thirdparty/ToolBox/ToolScrollButton.cs
AeroNexus/AspireStudio
ab10db3d2dcfbce94ef25baa3d5b3248f36efbc9
[ "Apache-2.0" ]
3
2019-05-31T14:42:22.000Z
2019-06-14T14:19:36.000Z
thirdparty/ToolBox/ToolScrollButton.cs
AeroNexus/AspireStudio
ab10db3d2dcfbce94ef25baa3d5b3248f36efbc9
[ "Apache-2.0" ]
null
null
null
//---------------------------------------------------------------------------- // File : ToolScrollButton.cs // Date : 17/09/2004 // Author : Aju George // Email : aju_george_2002@yahoo.co.in ; george.aju@gmail.com // // Updates : // See ToolBox.cs // // Legal : See ToolBox.cs //------------------...
27.258427
89
0.408079
198e777ee899971fe92f3d966ef64b88b261172f
146
cshtml
C#
src/Ironclad/Views/_ViewImports.cshtml
jchannon/ironclad
14827156a322da8f78a17fdc38f2100b6f65a57a
[ "MIT" ]
null
null
null
src/Ironclad/Views/_ViewImports.cshtml
jchannon/ironclad
14827156a322da8f78a17fdc38f2100b6f65a57a
[ "MIT" ]
null
null
null
src/Ironclad/Views/_ViewImports.cshtml
jchannon/ironclad
14827156a322da8f78a17fdc38f2100b6f65a57a
[ "MIT" ]
null
null
null
@using Ironclad.Models @using Ironclad.Application @using Microsoft.AspNetCore.Identity @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
29.2
53
0.815068
c20d7d9639142c41b563e442d59f4b6e2a46173f
808
cs
C#
src/VisualStudio/Commands/UpdateSelfCommand.cs
kzu/dotnet-visualstudio
68de193967e395e3d2b88091174e4809e111a961
[ "MIT" ]
22
2020-12-21T22:41:05.000Z
2022-03-29T06:27:33.000Z
src/VisualStudio/Commands/UpdateSelfCommand.cs
kzu/dotnet-visualstudio
68de193967e395e3d2b88091174e4809e111a961
[ "MIT" ]
33
2020-12-21T22:49:15.000Z
2022-03-07T18:02:35.000Z
src/VisualStudio/Commands/UpdateSelfCommand.cs
kzu/dotnet-visualstudio
68de193967e395e3d2b88091174e4809e111a961
[ "MIT" ]
2
2021-01-11T20:57:45.000Z
2021-11-30T19:42:29.000Z
using System.Diagnostics; using System.IO; using System.Threading.Tasks; namespace Devlooped { class UpdateSelfCommand : Command<UpdateSelfCommandDescriptor> { public UpdateSelfCommand(UpdateSelfCommandDescriptor descriptor) : base(descriptor) { } public override Task ExecuteAsync(TextWriter ...
29.925926
95
0.602723
b9bb6b4aca061dab7bc0eef247daa53ab850e877
619
cs
C#
Tower Defence_Brackeys_Tutorial/Assets/Scripts/CompleteLevel.cs
JojuGeorge/Tower_Defence_Tutorial
df25147dbe0084b7cb4a95f8f6dcc17cb179b6ee
[ "MIT" ]
null
null
null
Tower Defence_Brackeys_Tutorial/Assets/Scripts/CompleteLevel.cs
JojuGeorge/Tower_Defence_Tutorial
df25147dbe0084b7cb4a95f8f6dcc17cb179b6ee
[ "MIT" ]
null
null
null
Tower Defence_Brackeys_Tutorial/Assets/Scripts/CompleteLevel.cs
JojuGeorge/Tower_Defence_Tutorial
df25147dbe0084b7cb4a95f8f6dcc17cb179b6ee
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CompleteLevel : MonoBehaviour { [SerializeField] private SceneFader _sceneFader; [SerializeField] private string _nextLevel; [SerializeField] private int _levelToUnlock = 2; public void Continue() { ...
25.791667
95
0.684976
ef5dc7128d09c06fd973ff4fee6a4e2c298840fa
592
cs
C#
frontend/TrainsOnline.Desktop/Views/User/UserDetailsPage.xaml.cs
adambajguz/pkp-app
a01da15687102b16e6e85b59b3dd11de6acc1a0e
[ "MIT" ]
1
2021-12-17T11:20:38.000Z
2021-12-17T11:20:38.000Z
frontend/TrainsOnline.Desktop/Views/User/UserDetailsPage.xaml.cs
adambajguz/TrainsOnline
e2728647bee1b2541510cf5212b853621e3947f3
[ "MIT" ]
null
null
null
frontend/TrainsOnline.Desktop/Views/User/UserDetailsPage.xaml.cs
adambajguz/TrainsOnline
e2728647bee1b2541510cf5212b853621e3947f3
[ "MIT" ]
null
null
null
namespace TrainsOnline.Desktop.Views.User { using TrainsOnline.Desktop.ViewModels.User; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Navigation; public sealed partial class UserDetailsPage : Page { public UserDetailsPage() { InitializeComponent(); } ...
24.666667
86
0.653716
177cb445e57aa53d684b1b7a676136d10d8d2446
75,642
cs
C#
unity-projects/exp-launcher/Assets/Thirdparty/public/Qualisys/QTM-Unity-Realtime-Streaming/RTClientSDK.Net/RTProtocol.cs
FlorianLance/exvr
4d210780737479e9576c90e9c80391c958787f44
[ "MIT" ]
null
null
null
unity-projects/exp-launcher/Assets/Thirdparty/public/Qualisys/QTM-Unity-Realtime-Streaming/RTClientSDK.Net/RTProtocol.cs
FlorianLance/exvr
4d210780737479e9576c90e9c80391c958787f44
[ "MIT" ]
null
null
null
unity-projects/exp-launcher/Assets/Thirdparty/public/Qualisys/QTM-Unity-Realtime-Streaming/RTClientSDK.Net/RTProtocol.cs
FlorianLance/exvr
4d210780737479e9576c90e9c80391c958787f44
[ "MIT" ]
null
null
null
// Realtime SDK for Qualisys Track Manager. Copyright 2015 Qualisys AB // using System; using System.Text; using System.Text.RegularExpressions; using System.IO; using System.Collections.Generic; using System.Net.Sockets; using System.Xml; using System.Xml.Linq; using System.Xml.Serialization; using System.Threading; ...
37.915789
165
0.509175
98bd16bdb1961f7a31b7f65acdeb1b323f2d5c3e
1,194
cs
C#
examples/AzureFunction/ExampleAzureFunction.NetCore3_1/Function1.cs
dirvo/RazorTemplating
f1a9e2bc68ffd5bf206eb012e40f46cd59b7713c
[ "MIT" ]
133
2020-05-27T10:52:36.000Z
2022-03-30T02:57:37.000Z
examples/AzureFunction/ExampleAzureFunction.NetCore3_1/Function1.cs
dirvo/RazorTemplating
f1a9e2bc68ffd5bf206eb012e40f46cd59b7713c
[ "MIT" ]
25
2020-07-10T03:27:56.000Z
2022-03-02T18:03:49.000Z
examples/AzureFunction/ExampleAzureFunction.NetCore3_1/Function1.cs
dirvo/RazorTemplating
f1a9e2bc68ffd5bf206eb012e40f46cd59b7713c
[ "MIT" ]
28
2020-05-27T10:52:46.000Z
2022-03-29T19:33:56.000Z
using ExampleRazorTemplatesLibrary.Models; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Extensions.Logging; using Razor.Templating.Core; using System.Collections.Generic; using System.Threading.Tasks; name...
31.421053
107
0.642379
9863a374bdee58c1f28da950c42078c7e8a8d8f8
349
cs
C#
Ryujinx.HLE/HOS/Kernel/KHandleEntry.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
Ryujinx.HLE/HOS/Kernel/KHandleEntry.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
Ryujinx.HLE/HOS/Kernel/KHandleEntry.cs
simonmkwii-dev/Ryujinx
aa1cd849cfe254dc7c8c9a0783a546a4b9b3c0ab
[ "Unlicense" ]
null
null
null
namespace Ryujinx.HLE.HOS.Kernel { class KHandleEntry { public KHandleEntry Next { get; set; } public int Index { get; private set; } public ushort HandleId { get; set; } public object Obj { get; set; } public KHandleEntry(int Index) { this.Ind...
20.529412
46
0.535817
fe171cec53492e647e7e8c75decdbb42834612f3
432
cs
C#
Researcher.Bot.Integration.Slack/Models/Events/BaseEventBody.cs
esterkaufman/Elastic-Slack-NetCore-SmartBot
8f858f30e8d4e8a3482b3668ef2e0e387b25a97e
[ "Apache-2.0" ]
null
null
null
Researcher.Bot.Integration.Slack/Models/Events/BaseEventBody.cs
esterkaufman/Elastic-Slack-NetCore-SmartBot
8f858f30e8d4e8a3482b3668ef2e0e387b25a97e
[ "Apache-2.0" ]
null
null
null
Researcher.Bot.Integration.Slack/Models/Events/BaseEventBody.cs
esterkaufman/Elastic-Slack-NetCore-SmartBot
8f858f30e8d4e8a3482b3668ef2e0e387b25a97e
[ "Apache-2.0" ]
null
null
null
using Newtonsoft.Json.Linq; using Researcher.Bot.Integration.Slack.Models.Interactive; namespace Researcher.Bot.Integration.Slack.Models.Events { public class BaseEventBody { public string Type { get; set; } public JObject Bot_Profile { get; set; } public Block[] Blocks { get; set; } ...
25.411765
58
0.666667
99ed4d895ec020bcb1abb9d44d2689b42070e74e
291
cs
C#
GitVersionCore/GitVersionContext.cs
potherca-contrib/GitVersion
80054301de5c86d94c7f5b59b3be1cc920714e1e
[ "MIT" ]
null
null
null
GitVersionCore/GitVersionContext.cs
potherca-contrib/GitVersion
80054301de5c86d94c7f5b59b3be1cc920714e1e
[ "MIT" ]
null
null
null
GitVersionCore/GitVersionContext.cs
potherca-contrib/GitVersion
80054301de5c86d94c7f5b59b3be1cc920714e1e
[ "MIT" ]
1
2021-05-03T14:12:12.000Z
2021-05-03T14:12:12.000Z
namespace GitVersion { using LibGit2Sharp; /// <summary> /// Contextual information about where GitVersion is being run /// </summary> public class GitVersionContext { public IRepository Repository; public Branch CurrentBranch; } }
20.785714
67
0.621993
cad15092c8d7d6783c03e542750ea34d70b971fd
1,135
cs
C#
src/HotChocolate/Core/src/Types/Utilities/TypeConversionExtensions.cs
erwan-joly/hotchocolate
c885e75b007cc027fc590347c4ee9b6247e8e8bb
[ "MIT" ]
1
2021-02-07T12:44:02.000Z
2021-02-07T12:44:02.000Z
src/HotChocolate/Core/src/Types/Utilities/TypeConversionExtensions.cs
erwan-joly/hotchocolate
c885e75b007cc027fc590347c4ee9b6247e8e8bb
[ "MIT" ]
null
null
null
src/HotChocolate/Core/src/Types/Utilities/TypeConversionExtensions.cs
erwan-joly/hotchocolate
c885e75b007cc027fc590347c4ee9b6247e8e8bb
[ "MIT" ]
1
2021-12-23T11:42:19.000Z
2021-12-23T11:42:19.000Z
using System; namespace HotChocolate.Utilities { public static class TypeConversionExtensions { public static bool TryConvert<TFrom, TTo>( this ITypeConversion typeConversion, TFrom source, out TTo converted) { if (typeConversion == null) { ...
26.395349
72
0.514537
88ee4b0b9782fbade74a69f2ff56a09bc2dc2c5e
793
cs
C#
Data/NameHelper.cs
ziplantil/LibDescent
4678e79758750c954880d6005fa0354e6032f0ae
[ "MIT" ]
4
2020-08-31T11:33:29.000Z
2022-03-23T17:33:50.000Z
Data/NameHelper.cs
ziplantil/LibDescent
4678e79758750c954880d6005fa0354e6032f0ae
[ "MIT" ]
2
2020-05-25T19:01:27.000Z
2020-05-27T20:19:27.000Z
Data/NameHelper.cs
ziplantil/LibDescent
4678e79758750c954880d6005fa0354e6032f0ae
[ "MIT" ]
4
2020-07-05T15:37:07.000Z
2021-09-28T16:39:44.000Z
using System; using System.Linq; namespace LibDescent.Data { public static class NameHelper { public static byte[] GetNameBytes(string name, int lenght) { var nameChars = name.ToCharArray(); return GetNameBytes(nameChars, lenght); } public static byte[...
23.323529
71
0.533417
c0153e4148448d34cfd3f7b354b1752a6f9a32d6
3,659
cs
C#
BreadBuilder/Controllers/UserController.cs
Jbohn44/BreadBuilder
f022f8e99e94faccbb0d941e9ee8168bbf09ee3e
[ "MIT" ]
null
null
null
BreadBuilder/Controllers/UserController.cs
Jbohn44/BreadBuilder
f022f8e99e94faccbb0d941e9ee8168bbf09ee3e
[ "MIT" ]
null
null
null
BreadBuilder/Controllers/UserController.cs
Jbohn44/BreadBuilder
f022f8e99e94faccbb0d941e9ee8168bbf09ee3e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using BreadBuilder.Data; using BreadBuilder.Models; using BreadBuilder.ViewModels; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Se...
27.103704
90
0.517081
1598ab1b0433261092a8407b1ab94b747fbf67ae
4,370
cs
C#
v07/pr15-17_EIN/pr15-17_EIN/about.Designer.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
1
2021-11-18T10:18:34.000Z
2021-11-18T10:18:34.000Z
v07/pr15-17_EIN/pr15-17_EIN/about.Designer.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
null
null
null
v07/pr15-17_EIN/pr15-17_EIN/about.Designer.cs
LencoDigitexer/mdk0101
a6748ca24b813a640ae0fffe60535fdee3f12b64
[ "MIT" ]
null
null
null
namespace pr15_17_EIN { partial class About { /// <summary> /// Требуется переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// </summary> //...
41.619048
130
0.583982
63f012a02b98756e2cd8959468514524c3c5c15c
1,177
cs
C#
src/Acr.UserDialogs.Android/Builders/AbstractAlertDialogBuilder.cs
smstuebe/userdialogs
a8004d6c3a85194ceba88de5f12b157cfc10cef0
[ "MS-PL" ]
null
null
null
src/Acr.UserDialogs.Android/Builders/AbstractAlertDialogBuilder.cs
smstuebe/userdialogs
a8004d6c3a85194ceba88de5f12b157cfc10cef0
[ "MS-PL" ]
null
null
null
src/Acr.UserDialogs.Android/Builders/AbstractAlertDialogBuilder.cs
smstuebe/userdialogs
a8004d6c3a85194ceba88de5f12b157cfc10cef0
[ "MS-PL" ]
1
2019-12-20T22:12:22.000Z
2019-12-20T22:12:22.000Z
using System; using Android.App; using Android.Support.V7.App; using AlertDialog = Android.App.AlertDialog; using AppCompatAlertDialog = Android.Support.V7.App.AlertDialog; namespace Acr.UserDialogs.Builders { public abstract class AbstractAlertDialogBuilder<TConfig> : IAlertDialogBuilder<TConfig> { p...
34.617647
111
0.692438
2c633801a16057e268438e740db4618c376a269b
2,736
cs
C#
src/Kapture/Kapture/Model/LogFormat.cs
Athavar/Dalamud.Kapture
7c7b076a78703c1d5d35075ef0c8c3cb6235e3e9
[ "MIT" ]
3
2021-07-31T18:29:00.000Z
2021-12-16T21:50:15.000Z
src/Kapture/Kapture/Model/LogFormat.cs
Athavar/Dalamud.Kapture
7c7b076a78703c1d5d35075ef0c8c3cb6235e3e9
[ "MIT" ]
16
2021-03-17T02:36:01.000Z
2022-03-22T10:27:39.000Z
src/Kapture/Kapture/Model/LogFormat.cs
Athavar/Dalamud.Kapture
7c7b076a78703c1d5d35075ef0c8c3cb6235e3e9
[ "MIT" ]
3
2021-03-25T04:52:44.000Z
2022-01-04T03:17:17.000Z
using System.Collections.Generic; using System.Linq; namespace Kapture { /// <summary> /// Log format. /// </summary> public class LogFormat { /// <summary> /// Log formats. /// </summary> public static readonly List<LogFormat> LogFormats = new (); /// <summ...
27.36
93
0.507675
86d78f0158d19ceaecb1d244d84aae3d66ec8bf3
6,674
cs
C#
ProjektDotNet/Rregjistrim.aspx.designer.cs
no-ra/Hotel-Reservation-System
9269662703ffcd874ce15fadf3bb9aaf8ba80e32
[ "MIT" ]
1
2021-02-03T19:17:31.000Z
2021-02-03T19:17:31.000Z
ProjektDotNet/Rregjistrim.aspx.designer.cs
no-ra/Hotel-Reservation-System
9269662703ffcd874ce15fadf3bb9aaf8ba80e32
[ "MIT" ]
null
null
null
ProjektDotNet/Rregjistrim.aspx.designer.cs
no-ra/Hotel-Reservation-System
9269662703ffcd874ce15fadf3bb9aaf8ba80e32
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
35.68984
94
0.547947
1da42119e8d7e0070306c502469256281c4dc60e
3,918
cs
C#
XPlat/Shopify/Android/samples/ShopifyAndroidSample/Activities/CheckoutActivity.cs
SaViGnAnO/XamarinComponents
10136c079d7d59e1765ea6beb4d55456da677fcf
[ "MIT" ]
1
2020-01-04T07:02:54.000Z
2020-01-04T07:02:54.000Z
XPlat/Shopify/Android/samples/ShopifyAndroidSample/Activities/CheckoutActivity.cs
NAXAM/XamarinComponents
5834fcbb13f0d9baa078189eb250ebebd8647eed
[ "MIT" ]
null
null
null
XPlat/Shopify/Android/samples/ShopifyAndroidSample/Activities/CheckoutActivity.cs
NAXAM/XamarinComponents
5834fcbb13f0d9baa078189eb250ebebd8647eed
[ "MIT" ]
1
2021-06-29T15:30:54.000Z
2021-06-29T15:30:54.000Z
// // Created by Shopify. // Copyright (c) 2016 Shopify Inc. All rights reserved. // Copyright (c) 2016 Xamarin Inc. All rights reserved. // // 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 So...
34.982143
148
0.740429
125a20e2e519309cf1b2d0027dae0570f2fedead
985
cshtml
C#
BoardingHouse/Views/Home/Index.cshtml
anovkova/BoardingHouse
0625323e3d732d96f5c9f0fa252484c98df5af88
[ "Apache-2.0" ]
null
null
null
BoardingHouse/Views/Home/Index.cshtml
anovkova/BoardingHouse
0625323e3d732d96f5c9f0fa252484c98df5af88
[ "Apache-2.0" ]
null
null
null
BoardingHouse/Views/Home/Index.cshtml
anovkova/BoardingHouse
0625323e3d732d96f5c9f0fa252484c98df5af88
[ "Apache-2.0" ]
null
null
null
 @{ ViewBag.Title = "Најави се"; Layout = "~/Views/_LayoutPage.cshtml"; } <div class="col-lg-6 col-lg-offset-3" ng-controller="mainController"> <form name="loginForm"> <div class="form-group"> <label for="exampleInputEmail1">Е-маил адреса</label> <input type="email" class="...
44.772727
226
0.639594
66e8ccbbdab548b912144cb251f93bf70f523781
868
cs
C#
atcoder/arc/arc034/a/a/Program.cs
yu3mars/procon
1242bec7559ca3a6af0347a8f1d371e9076ba101
[ "MIT" ]
1
2015-09-18T12:41:31.000Z
2015-09-18T12:41:31.000Z
atcoder/arc/arc034/a/a/Program.cs
yu3mars/procon
1242bec7559ca3a6af0347a8f1d371e9076ba101
[ "MIT" ]
null
null
null
atcoder/arc/arc034/a/a/Program.cs
yu3mars/procon
1242bec7559ca3a6af0347a8f1d371e9076ba101
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace a { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); double max = double.MinValue; for (int i = 0; i < n; i++) ...
25.529412
61
0.388249
af0c9126fde97f86787a55434e5dde5944318755
825
cs
C#
Crx.vNext.Repository/UserRepository.cs
as260405901/Crx.vNext.Web
3ced39cba41f4959af492dc8fdbdfa723c3c6122
[ "MIT" ]
null
null
null
Crx.vNext.Repository/UserRepository.cs
as260405901/Crx.vNext.Web
3ced39cba41f4959af492dc8fdbdfa723c3c6122
[ "MIT" ]
null
null
null
Crx.vNext.Repository/UserRepository.cs
as260405901/Crx.vNext.Web
3ced39cba41f4959af492dc8fdbdfa723c3c6122
[ "MIT" ]
null
null
null
using Crx.vNext.IRepository; using Crx.vNext.IRepository.Base; using Crx.vNext.Model.DataModel; using Dapper; using System; using System.Collections.Generic; using System.Data; using System.Text; namespace Crx.vNext.Repository { public class UserRepository : IUserRepository { private readonly IUnitOfW...
24.264706
81
0.66303
b8189acc81282331010899ff6ca7cb73bb334a6f
5,588
cshtml
C#
www/JN.Web/obj/Release/Package/PackageTmp/Areas/UserCenter/Views/Home/Indexcfb.cshtml
fisherLB/NX1222
6c47a72facc06daeb6b2ffe762656cacc6169e0d
[ "MIT" ]
1
2019-07-09T10:04:08.000Z
2019-07-09T10:04:08.000Z
www/JN.Web/obj/Release/Package/PackageTmp/Areas/UserCenter/Views/Home/Indexcfb.cshtml
fisherLB/NX1222
6c47a72facc06daeb6b2ffe762656cacc6169e0d
[ "MIT" ]
null
null
null
www/JN.Web/obj/Release/Package/PackageTmp/Areas/UserCenter/Views/Home/Indexcfb.cshtml
fisherLB/NX1222
6c47a72facc06daeb6b2ffe762656cacc6169e0d
[ "MIT" ]
null
null
null
@{ ViewBag.Title = "首页"; Layout = "~/Areas/User/Views/Shared/_Layout" + JN.Common.ConfigHelper.GetConfigString("Theme") + ".cshtml"; } @using Webdiyer.WebControls.Mvc @model PagedList<JN.Entity.TMatching> <script src="~/theme/mmm/js/box.js"></script> <div class="mainarea" id="mainarea"> <div class="maintit...
63.5
319
0.391195
37210e7583619c8533f5a75f952b4e958c7569ca
1,065
cs
C#
asp.net-project/Models/Product.cs
ShevchenyaIlya/asp.net-project
a008c61b3f3a39a61e1839250c9a4432631798dd
[ "Apache-2.0" ]
null
null
null
asp.net-project/Models/Product.cs
ShevchenyaIlya/asp.net-project
a008c61b3f3a39a61e1839250c9a4432631798dd
[ "Apache-2.0" ]
null
null
null
asp.net-project/Models/Product.cs
ShevchenyaIlya/asp.net-project
a008c61b3f3a39a61e1839250c9a4432631798dd
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace asp.net_project.Models { public class Product { public int ProductId { get; set; } [Required] public string ProductName { get; set; } ...
32.272727
67
0.589671
5294756f9a8173d03df5b1d52c4e42df1f474355
609
cs
C#
Assets/Scripts/PseudoRotator.cs
pseudo7/PseudoParallax
f89ce60acf97da44cf5d4693675815971e2cc06c
[ "MIT" ]
null
null
null
Assets/Scripts/PseudoRotator.cs
pseudo7/PseudoParallax
f89ce60acf97da44cf5d4693675815971e2cc06c
[ "MIT" ]
null
null
null
Assets/Scripts/PseudoRotator.cs
pseudo7/PseudoParallax
f89ce60acf97da44cf5d4693675815971e2cc06c
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PseudoRotator : MonoBehaviour { public Transform[] transforms; public Vector3 eulerAngle = new Vector3(0, 60, 0); public float deviceDampening = 15; void Update() { #if UNITY_EDITOR foreach (Trans...
26.478261
108
0.697865
ebfeacd69f5bb2eec03b2b32802ea358ffe01cef
2,692
cs
C#
Cliente/WebApi/Controllers/ClientsController.cs
gomescgpereira/Desafio
db9b91039703608b4148d4a8d86ad870d34309ff
[ "MIT" ]
null
null
null
Cliente/WebApi/Controllers/ClientsController.cs
gomescgpereira/Desafio
db9b91039703608b4148d4a8d86ad870d34309ff
[ "MIT" ]
null
null
null
Cliente/WebApi/Controllers/ClientsController.cs
gomescgpereira/Desafio
db9b91039703608b4148d4a8d86ad870d34309ff
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Domain.Context.Commands; using Domain.Context.Entities; using Domain.Context.Services; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; namespace WebApi....
27.469388
89
0.536776
8a6457e1894d0b7b92fb4e3a8b0294bcf80ee75b
411
cs
C#
PizzaOrderRefactoringKata/AcceptPizzaType/PizzaVisitor.cs
AtefMlaouhi/PizzaOrder-Refact-Kata
965a7963e67d8aed15eaf86e85b8c59040785923
[ "MIT" ]
1
2019-02-06T13:52:06.000Z
2019-02-06T13:52:06.000Z
PizzaOrderRefactoringKata/AcceptPizzaType/PizzaVisitor.cs
AtefMlaouhi/PizzaOrder-Refact-Kata
965a7963e67d8aed15eaf86e85b8c59040785923
[ "MIT" ]
null
null
null
PizzaOrderRefactoringKata/AcceptPizzaType/PizzaVisitor.cs
AtefMlaouhi/PizzaOrder-Refact-Kata
965a7963e67d8aed15eaf86e85b8c59040785923
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace PizzaOrderRefactoringKata.AcceptPizzaType { public class PizzaVisitor : IPizzaVisitor { public void Visit(RealPizza pizza) { } public void Visit(DommyPizza pizza) { ...
20.55
80
0.656934
1e0bcce635f2e640076d77a840ac387cf3df7b3c
4,629
cs
C#
src/Razor/test/Microsoft.VisualStudio.LanguageServer.ContainedLanguage.Test/DefaultFileUriProviderTest.cs
jimmylewis/razor-tooling
76465fc4b410a006e4b80b88d7c4e64ed1d6542a
[ "MIT" ]
null
null
null
src/Razor/test/Microsoft.VisualStudio.LanguageServer.ContainedLanguage.Test/DefaultFileUriProviderTest.cs
jimmylewis/razor-tooling
76465fc4b410a006e4b80b88d7c4e64ed1d6542a
[ "MIT" ]
null
null
null
src/Razor/test/Microsoft.VisualStudio.LanguageServer.ContainedLanguage.Test/DefaultFileUriProviderTest.cs
jimmylewis/razor-tooling
76465fc4b410a006e4b80b88d7c4e64ed1d6542a
[ "MIT" ]
null
null
null
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT license. See License.txt in the project root for license information. using System; using Microsoft.VisualStudio.Test; using Microsoft.VisualStudio.Text; using Moq; using Xunit; namespace Microsoft.VisualStudio.LanguageServer.ContainedL...
34.804511
132
0.616764
3d3520524a9e5f9e6cffa223e5c7a19e1012a91d
3,207
cs
C#
tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/Mocks/ILaunchSettingsProviderFactory.cs
cartermp/project-system
63712c48f36de269b3c5a7f2b1a6ed46a328c23b
[ "MIT" ]
3
2021-05-14T17:05:28.000Z
2022-02-02T11:43:52.000Z
tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/Mocks/ILaunchSettingsProviderFactory.cs
cartermp/project-system
63712c48f36de269b3c5a7f2b1a6ed46a328c23b
[ "MIT" ]
1
2020-11-13T22:35:43.000Z
2020-11-16T09:01:47.000Z
tests/Microsoft.VisualStudio.ProjectSystem.Managed.UnitTests/Mocks/ILaunchSettingsProviderFactory.cs
cartermp/project-system
63712c48f36de269b3c5a7f2b1a6ed46a328c23b
[ "MIT" ]
1
2021-12-13T14:45:22.000Z
2021-12-13T14:45:22.000Z
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Sys...
44.541667
201
0.605239
414086028a022baba79636e4b6c7d6748c6e8e43
2,157
cs
C#
src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/HasDeclSecurityTag.cs
sharwell/corefx
64f58e21c55f80db465aa9ccf8c0fab6f9fc36a5
[ "MIT" ]
null
null
null
src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/HasDeclSecurityTag.cs
sharwell/corefx
64f58e21c55f80db465aa9ccf8c0fab6f9fc36a5
[ "MIT" ]
null
null
null
src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/HasDeclSecurityTag.cs
sharwell/corefx
64f58e21c55f80db465aa9ccf8c0fab6f9fc36a5
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Runtime.CompilerServices; namespace System.Reflection.Metadata.Ecma335 { internal static class HasDeclSecurityTag { internal const int Num...
39.218182
148
0.627724
41a5440418a4cb12f238757445bde80c35757fb9
4,940
cs
C#
src/Glimpse.Server/GlimpseServerMiddleware.cs
jbogard/Glimpse.Prototype
3dce7b071f364d685dc41917c2f2139e8b7383ea
[ "MIT" ]
203
2015-08-01T03:22:27.000Z
2022-03-10T12:57:00.000Z
src/Glimpse.Server/GlimpseServerMiddleware.cs
hassoon1986/Glimpse.Prototype
3dce7b071f364d685dc41917c2f2139e8b7383ea
[ "MIT" ]
133
2015-07-29T04:14:38.000Z
2020-04-28T18:06:21.000Z
src/Glimpse.Server/GlimpseServerMiddleware.cs
hassoon1986/Glimpse.Prototype
3dce7b071f364d685dc41917c2f2139e8b7383ea
[ "MIT" ]
61
2015-07-30T18:44:29.000Z
2021-03-03T08:30:29.000Z
using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using System.Collections.Generic; using Glimpse.Initialization; using Glimpse.Server.Configuration; using Glimpse.Server.Internal; using Glimpse.Server.Resources; using Microsoft.Extensions.Options; namespace Glimpse.Ser...
38
402
0.553239
aca2f9cbcdc047315cdf11c32d93e92c3956c68c
247
cs
C#
src/DomainBus/Configuration/IConfigureHostedEndpoint.cs
DomainBus/DomainBus
e280a5f781398d35c9fd19e553c035fe0912df7f
[ "Apache-2.0" ]
3
2016-02-15T20:32:53.000Z
2016-04-12T21:58:04.000Z
src/DomainBus/Configuration/IConfigureHostedEndpoint.cs
DomainBus/DomainBus
e280a5f781398d35c9fd19e553c035fe0912df7f
[ "Apache-2.0" ]
null
null
null
src/DomainBus/Configuration/IConfigureHostedEndpoint.cs
DomainBus/DomainBus
e280a5f781398d35c9fd19e553c035fe0912df7f
[ "Apache-2.0" ]
1
2021-08-31T02:46:34.000Z
2021-08-31T02:46:34.000Z
using System; namespace DomainBus.Configuration { public interface IConfigureHostedEndpoint { bool CanHandle(Type type); /// <summary> /// Processor name /// </summary> string Name { get; } } }
19
45
0.574899
1ff2a93cadeaad7ab3a94c2ecc346fc395bace4c
1,479
cs
C#
SourceBase/DataAccess/Entities.Administration/PatientWard.cs
uon-crissp/IQCare
de4276400e609615d22007e680b6bb23abc3a244
[ "MIT" ]
null
null
null
SourceBase/DataAccess/Entities.Administration/PatientWard.cs
uon-crissp/IQCare
de4276400e609615d22007e680b6bb23abc3a244
[ "MIT" ]
69
2018-01-16T08:44:01.000Z
2018-10-01T17:53:03.000Z
SourceBase/DataAccess/Entities.Administration/PatientWard.cs
uon-crissp/IQCare
de4276400e609615d22007e680b6bb23abc3a244
[ "MIT" ]
3
2018-09-27T08:20:10.000Z
2018-10-01T17:21:41.000Z
using System; namespace Entities.Administration { [Serializable] public class PatientWard { /// <summary> /// The ward identifier /// </summary> /// <value> /// The ward identifier. /// </value> public int? WardID {get;set;} /// <summary> ...
24.245902
61
0.434077
388a8d6591cf3ac7f98d633b71e644b4718f52cb
877
cs
C#
sources/core/Stride.Core/Serialization/Binary/HashSerializationWriter.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
sources/core/Stride.Core/Serialization/Binary/HashSerializationWriter.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
sources/core/Stride.Core/Serialization/Binary/HashSerializationWriter.cs
Ethereal77/stride
f2d72c2ec7276dd87ddd51519986de65a691c254
[ "MIT" ]
null
null
null
// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org) // Copyright (c) 2018-2021 Stride and its contributors (https://stride3d.net) // Copyright (c) 2011-2018 Silicon Studio Corp. (https://www.siliconstudio.co.jp) // See the LICENSE.md file in the project root for full license information. u...
30.241379
90
0.661345
ac41b880a41e2086b6449db9f3b2d0d6accbcd30
618
cshtml
C#
04a.Hook into Office 365 APIs/src/Completed Lab/MVCResearchTracker/MVCResearchTracker/Views/Home/Files.cshtml
nplanchart/DevCampTraining
3b75af9e01d30d36f6e62ff680d90d237b1d477f
[ "Apache-2.0" ]
null
null
null
04a.Hook into Office 365 APIs/src/Completed Lab/MVCResearchTracker/MVCResearchTracker/Views/Home/Files.cshtml
nplanchart/DevCampTraining
3b75af9e01d30d36f6e62ff680d90d237b1d477f
[ "Apache-2.0" ]
null
null
null
04a.Hook into Office 365 APIs/src/Completed Lab/MVCResearchTracker/MVCResearchTracker/Views/Home/Files.cshtml
nplanchart/DevCampTraining
3b75af9e01d30d36f6e62ff680d90d237b1d477f
[ "Apache-2.0" ]
null
null
null
@model IEnumerable<MVCResearchTracker.Models.MyFile> @{ ViewBag.Title = "Files"; } <h2>Files</h2> <div> @Html.ActionLink("Create New Project", "Projects") </div> <table class="table"> <tr> <th> @Html.DisplayNameFor(model => model.Name) </th> <th> @Html.Di...
16.702703
54
0.5
ac55e7da8ca999f7bf1d111594fcc77be617d5bd
3,327
cs
C#
src/KK.AspNetCore.Images.Sample.Web/Startup.cs
kirkone/KK.AspNetCore.Images
e928e476038c07df10b65fa46046e49fc5eecc40
[ "MIT" ]
7
2018-04-30T11:30:54.000Z
2021-05-21T22:18:10.000Z
src/KK.AspNetCore.Images.Sample.Web/Startup.cs
kirkone/KK.AspNetCore.Images
e928e476038c07df10b65fa46046e49fc5eecc40
[ "MIT" ]
6
2019-02-14T09:37:44.000Z
2020-01-21T10:40:25.000Z
src/KK.AspNetCore.Images.Sample.Web/Startup.cs
kirkone/KK.AspNetCore.Images
e928e476038c07df10b65fa46046e49fc5eecc40
[ "MIT" ]
null
null
null
namespace KK.AspNetCore.Images.Sample.Web { using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.HttpsPolicy; ...
33.606061
119
0.60024
f06892231a6de97d0de03fa0bbfc366aed6edc8d
4,579
cs
C#
OrleansDashboard/Dashboard.cs
carloslazo/OrleansDashboard
e763e6d92d48779cb252734213fbd81b3e3bb5fa
[ "MIT" ]
null
null
null
OrleansDashboard/Dashboard.cs
carloslazo/OrleansDashboard
e763e6d92d48779cb252734213fbd81b3e3bb5fa
[ "MIT" ]
null
null
null
OrleansDashboard/Dashboard.cs
carloslazo/OrleansDashboard
e763e6d92d48779cb252734213fbd81b3e3bb5fa
[ "MIT" ]
null
null
null
using System; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Options; using Microsoft.Extensions.Logging; using Orleans; using Orleans.Runtime; using System.Threading; namespace OrleansDashboard { public sea...
31.363014
119
0.501638
f06cf3580ac81ce1232d3ee8395bb7bc44679a53
628
cs
C#
Assets/Board/Scripts/BoardTranslate.cs
RyanStonebraker/Derelict
c7009ab1536633e8dd047592ab78ba16b0559e37
[ "MIT" ]
7
2018-04-23T19:43:15.000Z
2020-03-01T20:13:57.000Z
Assets/Board/Scripts/BoardTranslate.cs
RyanStonebraker/Derelict
c7009ab1536633e8dd047592ab78ba16b0559e37
[ "MIT" ]
null
null
null
Assets/Board/Scripts/BoardTranslate.cs
RyanStonebraker/Derelict
c7009ab1536633e8dd047592ab78ba16b0559e37
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class BoardTranslate : MonoBehaviour { public float distance = 3; public bool snappedInPlace = false; void Update() { if (GameObject.Find("StartBlock")) return; else if (!snappedInPlac...
24.153846
98
0.619427
8741469b3d4ed42f72ef993baef35bc6fda5ae74
835
cs
C#
WebAPI/Controllers/HomeController.cs
dhineshkumarmayilsamy/CSharp-Source-Generator
0fb8db09ace5379bbc37d71ac4aa8373a204b71e
[ "Apache-2.0" ]
null
null
null
WebAPI/Controllers/HomeController.cs
dhineshkumarmayilsamy/CSharp-Source-Generator
0fb8db09ace5379bbc37d71ac4aa8373a204b71e
[ "Apache-2.0" ]
null
null
null
WebAPI/Controllers/HomeController.cs
dhineshkumarmayilsamy/CSharp-Source-Generator
0fb8db09ace5379bbc37d71ac4aa8373a204b71e
[ "Apache-2.0" ]
null
null
null
using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using SourceGenSampleAPI.Models; namespace SourceGenSampleAPI.Controllers { [ApiController] [Route("[controller]")] public class HomeController : ControllerBase { private readonly ILogger<HomeController> _logger; publ...
24.558824
70
0.572455
8754e5e2f4f2bdce570c712a5ce1f7d74552f687
889
cs
C#
src/services/projects/Abacuza.Projects.ApiService/Models/JobRunner.cs
mlnethub/abacuza
f9ba607f19f6a8a4d93d4d3c2a48eec219e764e1
[ "Apache-2.0" ]
18
2020-10-16T06:51:31.000Z
2022-02-17T10:28:18.000Z
src/services/projects/Abacuza.Projects.ApiService/Models/JobRunner.cs
mlnethub/abacuza
f9ba607f19f6a8a4d93d4d3c2a48eec219e764e1
[ "Apache-2.0" ]
11
2021-08-18T07:28:33.000Z
2022-03-02T12:11:19.000Z
src/services/projects/Abacuza.Projects.ApiService/Models/JobRunner.cs
mlnethub/abacuza
f9ba607f19f6a8a4d93d4d3c2a48eec219e764e1
[ "Apache-2.0" ]
2
2021-08-23T00:21:29.000Z
2021-08-30T00:59:34.000Z
// ============================================================== // _ // /\ | | // / \ | |__ __ _ ___ _ _ ______ _ // / /\ \ | '_ \ / _` |/ __| | | |_ / _` | // / ____ \| |_) | (_| | (__| |_| |/ / (_| | // /_/ \_\_.__/ \__,_|\___|\__,_/___\__,_| // // Data Processing Platform // Copyright ...
30.655172
75
0.489314
87db7d8b1f8dd97ef7f309aa9ab9024ba4ccf4ac
839
cs
C#
Topocat.Backend/Topocat.Services/Commands/Users/SignUp/SignUpUserCommand.cs
DarkFIxED/topocat
89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804
[ "MIT" ]
4
2019-01-05T13:57:48.000Z
2019-12-17T13:21:38.000Z
Topocat.Backend/Topocat.Services/Commands/Users/SignUp/SignUpUserCommand.cs
DarkFIxED/topocat
89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804
[ "MIT" ]
28
2019-01-23T04:04:50.000Z
2022-03-02T03:03:03.000Z
Topocat.Backend/Topocat.Services/Commands/Users/SignUp/SignUpUserCommand.cs
DarkFIxED/topocat
89dbfb0d6fe7cde9bddc5cd1ae92bbed01729804
[ "MIT" ]
null
null
null
using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Topocat.Common; using Topocat.Domain.Entities.Users; using Topocat.Services.Exceptions; namespace Topocat.Services.Commands.Users.SignUp { [RegisterScoped] public class SignUpUserCommand : ICommand<SignUpUserCommandArg...
28.931034
78
0.680572
3e04d8c255a864d7d95b762a25e53ee4e7b756d2
3,538
cs
C#
DictionaresExcercisesHomework/11.DragonArmy.cs
YordanTerziev96/Programming-Fundamentals-Exercises
4f784ff508914680b81b3ab181e11f982d352c7d
[ "MIT" ]
null
null
null
DictionaresExcercisesHomework/11.DragonArmy.cs
YordanTerziev96/Programming-Fundamentals-Exercises
4f784ff508914680b81b3ab181e11f982d352c7d
[ "MIT" ]
null
null
null
DictionaresExcercisesHomework/11.DragonArmy.cs
YordanTerziev96/Programming-Fundamentals-Exercises
4f784ff508914680b81b3ab181e11f982d352c7d
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _11.DragonArmy { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); Dictionary<string, Dictionary<string,...
34.349515
160
0.480215
3e54d312a7211956a8f6c52f109a1251c8de8e69
5,449
cs
C#
Project1-5_MVC_REST/Project1-5_MVC_REST/Controllers/ReservationController.cs
1811-nov27-net/RP-AT-MN-Project1.5
23d2be116bcbe0226562d6826b3a297c9843639b
[ "MIT" ]
null
null
null
Project1-5_MVC_REST/Project1-5_MVC_REST/Controllers/ReservationController.cs
1811-nov27-net/RP-AT-MN-Project1.5
23d2be116bcbe0226562d6826b3a297c9843639b
[ "MIT" ]
null
null
null
Project1-5_MVC_REST/Project1-5_MVC_REST/Controllers/ReservationController.cs
1811-nov27-net/RP-AT-MN-Project1.5
23d2be116bcbe0226562d6826b3a297c9843639b
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Project1_5_Library; using Project1_5_Library.RepoInterfaces; using Project1_5_Library.Exceptions; namespace Project1_5_MVC_REST.Controllers { [Rou...
32.434524
106
0.520462
4ede5558e4842e3dd6539697dab21a79af04c739
3,908
cs
C#
src/Dapplo.Windows/Desktop/IInteropWindow.cs
kosorin/Dapplo.Windows
57256136b2c4d1afcf49f2d2f1d82bc3f40e12e3
[ "MIT" ]
99
2018-02-15T08:48:31.000Z
2022-03-09T02:57:29.000Z
src/Dapplo.Windows/Desktop/IInteropWindow.cs
kosorin/Dapplo.Windows
57256136b2c4d1afcf49f2d2f1d82bc3f40e12e3
[ "MIT" ]
14
2017-03-23T14:49:36.000Z
2022-02-25T07:44:55.000Z
src/Dapplo.Windows/Desktop/IInteropWindow.cs
kosorin/Dapplo.Windows
57256136b2c4d1afcf49f2d2f1d82bc3f40e12e3
[ "MIT" ]
21
2016-03-05T16:25:05.000Z
2021-09-12T14:53:36.000Z
// Copyright (c) Dapplo and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Text; using Dapplo.Windows.Enums; using Dapplo.Windows.User32.Structs; namespace Dapplo.Windo...
32.297521
168
0.551433
4f8aa4d68ce2dea17b4aff6e942e3341848fdd93
323
cs
C#
Neocra.Markgen.Tests/TemplateContextExtensions.cs
neocra/Neocra.Markgen
177231649d6d966224910762570dfffd1e0cf22d
[ "Apache-2.0" ]
2
2021-12-17T19:27:04.000Z
2021-12-28T18:56:55.000Z
Neocra.Markgen.Tests/TemplateContextExtensions.cs
neocra/Neocra.Markgen
177231649d6d966224910762570dfffd1e0cf22d
[ "Apache-2.0" ]
32
2021-12-13T09:16:42.000Z
2022-01-28T15:00:22.000Z
Neocra.Markgen.Tests/TemplateContextExtensions.cs
neocra/neocra-markgen
177231649d6d966224910762570dfffd1e0cf22d
[ "Apache-2.0" ]
null
null
null
using Scriban; using Scriban.Syntax; namespace Neocra.Markgen.Tests; public static class TemplateContextExtensions { public static T Get<T>(this TemplateContext t, string name) { var value = t.GetValue( ScriptVariable.Create(name, ScriptVariableScope.Global)); return (T)value; ...
23.071429
69
0.693498
14cfafbb93705d09001602df51a303f256b83ecc
982
cs
C#
SourceCode/src/Graphviz4Net.Core/Dot/DotGraph.cs
84KaliPleXon3/zBang
b0a6ecdd3a3a384d51ebb60ea0aca9f11521a66a
[ "MIT" ]
267
2018-11-23T12:42:37.000Z
2022-03-02T12:03:18.000Z
SourceCode/src/Graphviz4Net.Core/Dot/DotGraph.cs
84KaliPleXon3/zBang
b0a6ecdd3a3a384d51ebb60ea0aca9f11521a66a
[ "MIT" ]
7
2019-01-28T13:08:30.000Z
2021-11-17T10:42:46.000Z
SourceCode/src/Graphviz4Net.Core/Dot/DotGraph.cs
84KaliPleXon3/zBang
b0a6ecdd3a3a384d51ebb60ea0aca9f11521a66a
[ "MIT" ]
48
2018-11-26T10:05:05.000Z
2021-11-26T04:12:38.000Z
 namespace Graphviz4Net.Dot { using Graphs; public class DotGraph<TVertexId> : Graph<DotVertex<TVertexId>, DotSubGraph<TVertexId>, DotEdge<TVertexId>, Edge<DotSubGraph<TVertexId>>> { private BoundingBox bondingBox = null; public double? Width { ge...
26.540541
111
0.502037
14e36277522da9103ed0e1e2f30b749f4b7bf780
799
cs
C#
osu.iOS/AppDelegate.cs
ProTheory8/osu
a4ba2181ec276a23730b590912a38d1f0d210a0f
[ "MIT" ]
10,964
2015-01-13T09:27:45.000Z
2022-03-31T20:10:44.000Z
osu.iOS/AppDelegate.cs
ProTheory8/osu
a4ba2181ec276a23730b590912a38d1f0d210a0f
[ "MIT" ]
10,467
2015-07-09T19:08:23.000Z
2022-03-31T23:52:55.000Z
osu.iOS/AppDelegate.cs
ProTheory8/osu
a4ba2181ec276a23730b590912a38d1f0d210a0f
[ "MIT" ]
2,902
2015-08-27T14:38:20.000Z
2022-03-31T22:41:36.000Z
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using System.Threading.Tasks; using Foundation; using osu.Framework.iOS; using UIKit; namespace osu.iOS { [Register("AppDelegate")] public class AppDe...
28.535714
89
0.610763
14f5eae7498b0e5592987f0d629cb39cf411be9a
1,001
cshtml
C#
Web/Wilson.Web/Views/Install/InstallDatabase.cshtml
AsimKhan2019/ERP-Construction
e5a0a1853450a3fc3fff2b53e5a98727bd975d97
[ "BSD-2-Clause" ]
84
2017-03-14T10:22:09.000Z
2022-03-22T04:07:12.000Z
Web/Wilson.Web/Views/Install/InstallDatabase.cshtml
AsimKhan2019/ERP-Construction
e5a0a1853450a3fc3fff2b53e5a98727bd975d97
[ "BSD-2-Clause" ]
1
2018-06-21T13:45:57.000Z
2018-06-21T13:47:11.000Z
Web/Wilson.Web/Views/Install/InstallDatabase.cshtml
AsimKhan2019/ERP-Construction
e5a0a1853450a3fc3fff2b53e5a98727bd975d97
[ "BSD-2-Clause" ]
49
2017-04-01T03:16:04.000Z
2022-01-11T02:25:12.000Z
@model InstallDatabaseViewModel @{ var curentController = this.ViewContext.RouteData.Values["controller"].ToString(); } <form asp-controller=@curentController asp-action=@nameof(InstallController.InstallDatabase) method="post" class="form-horizontal"> <div asp-validation-summary="All" class="text-danger"></di...
38.5
131
0.648352
44de474d013ab123d59f62446094a6899e766002
317
cs
C#
src/Sorcery.ModularCourse/Skeletons/ModuleSkeleton.cs
V0ldek/Sorcery
eaeabf5c03382d9a4133d107172edd85bec34ab5
[ "MIT" ]
1
2022-03-15T13:42:59.000Z
2022-03-15T13:42:59.000Z
src/Sorcery.ModularCourse/Skeletons/ModuleSkeleton.cs
V0ldek/Sorcery
eaeabf5c03382d9a4133d107172edd85bec34ab5
[ "MIT" ]
null
null
null
src/Sorcery.ModularCourse/Skeletons/ModuleSkeleton.cs
V0ldek/Sorcery
eaeabf5c03382d9a4133d107172edd85bec34ab5
[ "MIT" ]
null
null
null
// Licensed under MIT, copyright Mateusz Gienieczko, all rights reserved. namespace Sorcery.ModularCourse.Skeletons; public sealed record class ModuleSkeleton(string DisplayName, string RouteName, IReadOnlyList<SectionSkeleton> Sections, AssignmentSkeleton? Assignment) { public bool IsHidden { get; init; } }
35.222222
152
0.804416
78798aa34e61f0ab4b61047f79adb05e103974a9
378
cs
C#
30 Days Of Code/Day5 Loops/Program.cs
LeftTwixWand/Hackerrank
c2cad6b784a86717d56c5781f4cc69161d74e558
[ "MIT" ]
1
2020-07-13T17:42:10.000Z
2020-07-13T17:42:10.000Z
30 Days Of Code/Day5 Loops/Program.cs
LeftTwixWand/Hackerrank
c2cad6b784a86717d56c5781f4cc69161d74e558
[ "MIT" ]
null
null
null
30 Days Of Code/Day5 Loops/Program.cs
LeftTwixWand/Hackerrank
c2cad6b784a86717d56c5781f4cc69161d74e558
[ "MIT" ]
null
null
null
using System; namespace Day5_Loops { // https://www.hackerrank.com/challenges/30-loops/problem class Program { static void Main(string[] args) { int n = Convert.ToInt32(Console.ReadLine()); for (int i = 1; i <= 10; i++) { Console.WriteLin...
22.235294
61
0.468254
64e9a746f5289b918394a392b62376192391af63
1,501
cs
C#
Selenium.Framework/Website.PageObjects/Pages/Index.cs
darrenudaiyan/SeleniumFramework
b31bb207d4bf100f8efb01e13c59f1bd518d1322
[ "MIT" ]
null
null
null
Selenium.Framework/Website.PageObjects/Pages/Index.cs
darrenudaiyan/SeleniumFramework
b31bb207d4bf100f8efb01e13c59f1bd518d1322
[ "MIT" ]
null
null
null
Selenium.Framework/Website.PageObjects/Pages/Index.cs
darrenudaiyan/SeleniumFramework
b31bb207d4bf100f8efb01e13c59f1bd518d1322
[ "MIT" ]
null
null
null
using OpenQA.Selenium; using Website.PageObjects.Controls; namespace Website.PageObjects { /// <summary> /// Index page Object /// </summary> public class Index : BasePage { private readonly IWebDriver webDriver; private readonly string PageName = "/index.html"; ...
32.630435
104
0.611592
41f45fff7d22207309a9f947c7319e55bd1b9cb6
761
cs
C#
src/TestStratos/Module/FileSystemServiceStub.cs
DIPSAS/Stratos
ba4a0137af0e02dd6fc31aaa8199244b59045e4f
[ "MIT" ]
17
2016-11-20T17:19:46.000Z
2019-11-13T15:39:53.000Z
src/TestStratos/Module/FileSystemServiceStub.cs
DIPSAS/Stratos
ba4a0137af0e02dd6fc31aaa8199244b59045e4f
[ "MIT" ]
16
2016-11-20T17:47:46.000Z
2020-05-06T09:20:11.000Z
src/TestStratos/Module/FileSystemServiceStub.cs
DIPSAS/Stratos
ba4a0137af0e02dd6fc31aaa8199244b59045e4f
[ "MIT" ]
4
2017-05-03T07:47:03.000Z
2017-10-26T06:37:56.000Z
using System.IO; using System.Xml; using Stratos.Service; using TestStratos.TestData; namespace TestStratos.Module { public class FileSystemServiceStub : IFileSystemService { public bool DirectoryExists(string path) { return true; } public bool FileEx...
23.060606
67
0.558476
7b5578d5f15787386685dda9a715b8356452ec20
2,454
cs
C#
src/ViaCepClient.Testing/Fixture/ViaCepMockedStartup.cs
sidneyflima/viacepclient
2f7c021773cce6cf3ad89f063ec7dfbc217e63c8
[ "MIT" ]
null
null
null
src/ViaCepClient.Testing/Fixture/ViaCepMockedStartup.cs
sidneyflima/viacepclient
2f7c021773cce6cf3ad89f063ec7dfbc217e63c8
[ "MIT" ]
null
null
null
src/ViaCepClient.Testing/Fixture/ViaCepMockedStartup.cs
sidneyflima/viacepclient
2f7c021773cce6cf3ad89f063ec7dfbc217e63c8
[ "MIT" ]
null
null
null
using System.Net; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using ViaCepClient.Models; namespace ViaCepClient.Testing.Fixture { public class ViaCepMockedS...
36.626866
111
0.53586
7bd52475a1afbab04d33ec87750782801e067e07
107
cshtml
C#
CarStore/CarStore.WebApp/Views/_ViewImports.cshtml
2006-jun15-net/kirti-project1
236a1551a451700bae308ccacc662631d88ff8c0
[ "MIT" ]
null
null
null
CarStore/CarStore.WebApp/Views/_ViewImports.cshtml
2006-jun15-net/kirti-project1
236a1551a451700bae308ccacc662631d88ff8c0
[ "MIT" ]
null
null
null
CarStore/CarStore.WebApp/Views/_ViewImports.cshtml
2006-jun15-net/kirti-project1
236a1551a451700bae308ccacc662631d88ff8c0
[ "MIT" ]
null
null
null
@using CarStore.WebApp @using CarStore.WebApp.Models @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
26.75
52
0.82243
b59b80d2f5d651082d13d9824f7884bb4457fb4a
1,030
cs
C#
src/Common/src/Common/SecurityUtilities.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
495
2020-04-16T15:55:36.000Z
2022-03-29T12:36:37.000Z
src/Common/src/Common/SecurityUtilities.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
575
2020-04-14T16:35:53.000Z
2022-03-31T20:19:43.000Z
src/Common/src/Common/SecurityUtilities.cs
mzakrzewski/Steeltoe
9322d0627673c9c96d71b584d190284649c4005d
[ "Apache-2.0" ]
90
2020-04-14T16:37:25.000Z
2022-03-30T18:10:38.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System.Net; namespace Steeltoe.Common { /// <summary> /// Helpers for compliance with securit...
34.333333
110
0.639806
bd489f034322cf9436e1150a5221f340ccc2dc9c
3,186
cs
C#
ComplexConditions/08.TradeComissions/Program.cs
SpleefDinamix/SoftuniCSProgrammingBasics
5168a3c5616c1baba849c8418b4d80ed8e235081
[ "MIT" ]
null
null
null
ComplexConditions/08.TradeComissions/Program.cs
SpleefDinamix/SoftuniCSProgrammingBasics
5168a3c5616c1baba849c8418b4d80ed8e235081
[ "MIT" ]
null
null
null
ComplexConditions/08.TradeComissions/Program.cs
SpleefDinamix/SoftuniCSProgrammingBasics
5168a3c5616c1baba849c8418b4d80ed8e235081
[ "MIT" ]
null
null
null
using System; namespace _08.TradeComissions { class Program { static void Main(string[] args) { var town = Console.ReadLine().ToLower(); var sales = double.Parse(Console.ReadLine()); double comission = 0d; bool error = false; switch ...
30.932039
60
0.276522
343b52aec5c7d7fa714241aafb9909a62e86c05c
48
cs
C#
sample/Large/source/Eta/Project187/Class1.cs
reduckted/ProjectFilter
5efc9732a72d8402896c38f2690da3ec6311102a
[ "MIT" ]
4
2021-03-22T00:05:52.000Z
2021-12-24T00:50:22.000Z
sample/Large/source/Eta/Project187/Class1.cs
reduckted/ProjectFilter
5efc9732a72d8402896c38f2690da3ec6311102a
[ "MIT" ]
2
2021-05-26T00:04:50.000Z
2021-12-24T04:00:00.000Z
sample/Large/source/Eta/Project187/Class1.cs
reduckted/ProjectFilter
5efc9732a72d8402896c38f2690da3ec6311102a
[ "MIT" ]
null
null
null
namespace Project187; public class Class1 { }
8
22
0.75
3447e23241e38b2e19de8c8de02d8430779fc39d
498
cs
C#
NotificationService/NotificationService.Common/Configurations/UserTokenSetting.cs
cblessingms1/notification-provider
8365aa07dcfdd403fcde40d0281f1a98777da224
[ "MIT" ]
19
2020-11-24T12:47:42.000Z
2022-03-19T08:49:25.000Z
NotificationService/NotificationService.Common/Configurations/UserTokenSetting.cs
QPC-database/notification-provider
1dae5f2ebbb0ad7cf70f1efeef049912787af380
[ "MIT" ]
23
2020-12-15T10:00:34.000Z
2022-02-27T11:36:41.000Z
NotificationService/NotificationService.Common/Configurations/UserTokenSetting.cs
QPC-database/notification-provider
1dae5f2ebbb0ad7cf70f1efeef049912787af380
[ "MIT" ]
22
2020-12-28T10:25:11.000Z
2022-01-10T22:42:20.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. namespace NotificationService.Common { /// <summary> /// User Token Configuration Settings. /// </summary> public class UserTokenSetting { /// <summary> /// Gets or sets Authority. /// </summary> ...
22.636364
45
0.560241
3499967d7f9ef7a637384646216afa9182ce9844
456
cs
C#
WeatherForecast/Constants/BuiltInGeographyTypes.cs
vietnh/Weather-Bot
61427d5e829b05be4258d76dc8cdefbffda7da84
[ "MIT" ]
null
null
null
WeatherForecast/Constants/BuiltInGeographyTypes.cs
vietnh/Weather-Bot
61427d5e829b05be4258d76dc8cdefbffda7da84
[ "MIT" ]
null
null
null
WeatherForecast/Constants/BuiltInGeographyTypes.cs
vietnh/Weather-Bot
61427d5e829b05be4258d76dc8cdefbffda7da84
[ "MIT" ]
null
null
null
namespace WeatherForecast.Constants { public class BuiltInGeographyTypes { public const string City = "builtin.geography.city"; public const string Country = "builtin.geography.country"; public const string PointOfInterest = "builtin.geography.pointOfInterest"; public string ...
25.333333
82
0.692982
34c2acaa701c7dc6c60392b4d9f4526d3362b837
4,062
cs
C#
Sygic.Corona.Infrastructure.Tests/RepositoryUnitTests.cs
CovidWorld/server
a61aa004421ed076f1b4124e5df1f7ebd4e37af8
[ "MIT" ]
18
2020-03-21T15:55:14.000Z
2020-07-04T18:34:18.000Z
Sygic.Corona.Infrastructure.Tests/RepositoryUnitTests.cs
CovidWorld/server
a61aa004421ed076f1b4124e5df1f7ebd4e37af8
[ "MIT" ]
8
2020-04-06T11:39:50.000Z
2020-05-04T02:41:58.000Z
Sygic.Corona.Infrastructure.Tests/RepositoryUnitTests.cs
CovidWorld/server
a61aa004421ed076f1b4124e5df1f7ebd4e37af8
[ "MIT" ]
9
2020-03-27T23:20:44.000Z
2020-07-04T19:04:55.000Z
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Moq; using Moq.EntityFrameworkCore; using NUnit.Framework; using Sygic.Corona.Domain; using Sygic.Corona.Infrastructure.Repositories; namespace Sygic.Corona.Infrastructure.Tests { pu...
34.423729
118
0.557361
8fbceace6957d0a549c3ba0bfbe8544f0ef6d616
1,400
cs
C#
src/Votorantim.Domain/Aggregates/Transports/Services/TransportService.cs
EduGomesTI/ChalengeVotorantim
858e755d1b25182e5fd9d722a7c935954a674e06
[ "MIT" ]
null
null
null
src/Votorantim.Domain/Aggregates/Transports/Services/TransportService.cs
EduGomesTI/ChalengeVotorantim
858e755d1b25182e5fd9d722a7c935954a674e06
[ "MIT" ]
null
null
null
src/Votorantim.Domain/Aggregates/Transports/Services/TransportService.cs
EduGomesTI/ChalengeVotorantim
858e755d1b25182e5fd9d722a7c935954a674e06
[ "MIT" ]
null
null
null
using Votorantim.Domain.Aggregates.Docks.Enums; using Votorantim.Domain.Aggregates.Tickets.Interfaces; using Votorantim.Domain.Aggregates.Transports.Entities; using Votorantim.Domain.Aggregates.Transports.Interfaces.Service; namespace Votorantim.Domain.Aggregates.Transports.Services { public class TransportServic...
33.333333
79
0.628571
2b2415805e51b7dca5ff42bfe360263aaa33973c
786
cs
C#
ShopifySharp/Entities/RedactedCustomer.cs
aliahmad866/ShopifySharp
cc7811fb6d611912b528fff43541bccf9254a009
[ "MIT" ]
550
2015-07-28T21:15:29.000Z
2022-03-30T16:08:54.000Z
ShopifySharp/Entities/RedactedCustomer.cs
ServLinSystems/ShopifySharp
f91054b2fdbc756c21499a94b176bff0abd5a729
[ "MIT" ]
704
2015-07-29T16:25:17.000Z
2022-03-30T06:51:49.000Z
ShopifySharp/Entities/RedactedCustomer.cs
ServLinSystems/ShopifySharp
f91054b2fdbc756c21499a94b176bff0abd5a729
[ "MIT" ]
262
2015-09-24T14:26:40.000Z
2022-03-07T09:37:04.000Z
using Newtonsoft.Json; namespace ShopifySharp { /// <summary> /// Represents a customer that should be purged from your database after receiving a GDPR webhook. /// In some cases, a customer record contains only the customer's email address /// </summary> public class RedactedCustomer { ...
27.103448
102
0.55598
91d20e9bbf5be01348ba775b92a3d01a70a42b4a
2,845
cs
C#
src/CWITC.Clients.UI/Converters/StringConverters.cs
CenWIDev/app-cwitc
8ecf88d896bf83429b542ca36855e0523dafbbe7
[ "MIT" ]
null
null
null
src/CWITC.Clients.UI/Converters/StringConverters.cs
CenWIDev/app-cwitc
8ecf88d896bf83429b542ca36855e0523dafbbe7
[ "MIT" ]
43
2017-06-08T03:18:03.000Z
2019-10-19T20:34:35.000Z
src/CWITC.Clients.UI/Converters/StringConverters.cs
CenWIDev/app-cwitc
8ecf88d896bf83429b542ca36855e0523dafbbe7
[ "MIT" ]
4
2017-06-10T21:44:53.000Z
2021-11-22T03:48:08.000Z
using System; using Xamarin.Forms; using System.Globalization; using System.Diagnostics; namespace CWITC.Clients.UI { /// <summary> /// Is favorite text converter. /// </summary> class IsFavoriteTextConverter : IValueConverter { public object Convert(object value, Type targetType...
25.401786
104
0.589807
91e1692ee127130feffb75696e5308342951daa4
3,667
cs
C#
WR-Player/Models/Player.cs
elgaspar/WR-Player
47d66834068e5a9a45a42f44e1c380b096aec240
[ "MIT" ]
1
2020-05-12T06:50:23.000Z
2020-05-12T06:50:23.000Z
WR-Player/Models/Player.cs
elgaspar/WR-Player
47d66834068e5a9a45a42f44e1c380b096aec240
[ "MIT" ]
null
null
null
WR-Player/Models/Player.cs
elgaspar/WR-Player
47d66834068e5a9a45a42f44e1c380b096aec240
[ "MIT" ]
1
2020-05-12T06:51:51.000Z
2020-05-12T06:51:51.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; namespace WR_Player.Models { public class Player : NotifyBase { private const int DEFAULT_DURATION_POSITION = -1; public double Volume { get; private...
25.465278
84
0.515135
3cfd45fc6404614b110c845fc2956dd2a4e7571c
2,207
cs
C#
Extension/Medusa/Medusa/Common/MySortedList.cs
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
143
2015-11-18T01:06:03.000Z
2022-03-30T03:08:54.000Z
Extension/Medusa/Medusa/Common/MySortedList.cs
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
1
2019-10-23T13:00:40.000Z
2019-10-23T13:00:40.000Z
Extension/Medusa/Medusa/Common/MySortedList.cs
tony2u/Medusa
d4ac8181a693bc796681880e09aac3fdba9aaaaf
[ "MIT" ]
45
2015-11-18T01:17:59.000Z
2022-03-05T12:29:45.000Z
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. using System; using System.Collections; using System.Collections.Generic; namespace Medusa.Common { public class MySortedList<T> : IList<T> where T : IComparabl...
20.820755
68
0.491164
dbd73719e5971bae8f21a2e6ad799f0ac52ed4f4
213
cs
C#
PhotoMSK/Core/PhotoMSK.Data/Models/SmsMessage.cs
MarkusMokler/photomsmsk-by
3d938abf2ccc6430feb42217360fa8265cde9dc8
[ "MIT" ]
1
2021-02-22T20:56:18.000Z
2021-02-22T20:56:18.000Z
PhotoMSK/Core/PhotoMSK.Data/Models/SmsMessage.cs
MarkusMokler/photomsmsk-by
3d938abf2ccc6430feb42217360fa8265cde9dc8
[ "MIT" ]
null
null
null
PhotoMSK/Core/PhotoMSK.Data/Models/SmsMessage.cs
MarkusMokler/photomsmsk-by
3d938abf2ccc6430feb42217360fa8265cde9dc8
[ "MIT" ]
null
null
null
using System; namespace PhotoMSK.Data.Models { public class SmsMessage { public Guid ID { get; set; } public string Phone { get; set; } public string Message { get; set; } } }
19.363636
43
0.586854
a312e4f7e052d106a26754deda989db21871e822
6,612
cs
C#
Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.Shared/Controls/CheckBox.cs
coldacid/FlatRedBall
3b03408c6eb332c2ad7e8f5cbbfd26e24fa29a45
[ "MIT" ]
110
2016-01-14T14:46:16.000Z
2022-03-27T19:00:48.000Z
Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.Shared/Controls/CheckBox.cs
coldacid/FlatRedBall
3b03408c6eb332c2ad7e8f5cbbfd26e24fa29a45
[ "MIT" ]
471
2016-08-21T14:48:15.000Z
2022-03-31T20:22:50.000Z
Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.Shared/Controls/CheckBox.cs
coldacid/FlatRedBall
3b03408c6eb332c2ad7e8f5cbbfd26e24fa29a45
[ "MIT" ]
33
2016-01-25T23:30:03.000Z
2022-02-18T07:24:45.000Z
using FlatRedBall.Forms.Controls.Primitives; using FlatRedBall.Gui; using Gum.Wireframe; using System; using System.Collections.Generic; using System.Text; namespace FlatRedBall.Forms.Controls { public class CheckBox : ToggleButton { #region Fields/Properties private GraphicalUiElement textCo...
32.411765
190
0.461736
7aa51ef997545af90c68b53f531537ffd3a691dd
9,909
cs
C#
src/Windows/Host/Client/Test/RtvsPackage/BlobsTest.cs
skeptycal/RTVS
46a8f4579e4fd56219af3bb2cf3fd15b84464874
[ "MIT" ]
429
2016-03-09T18:17:53.000Z
2019-05-04T19:03:59.000Z
src/Windows/Host/Client/Test/RtvsPackage/BlobsTest.cs
skeptycal/RTVS
46a8f4579e4fd56219af3bb2cf3fd15b84464874
[ "MIT" ]
2,927
2016-03-09T17:44:33.000Z
2019-04-29T22:03:10.000Z
src/Windows/Host/Client/Test/RtvsPackage/BlobsTest.cs
skeptycal/RTVS
46a8f4579e4fd56219af3bb2cf3fd15b84464874
[ "MIT" ]
133
2016-03-09T16:28:28.000Z
2019-04-13T13:20:29.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Diagnostics.CodeAnalysis; using System.IO; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Microsoft.Common.Core.IO;...
43.270742
141
0.598345
85060219fe26224c7dc587706d8b6d651c2b51f8
6,859
cs
C#
Lib_XBox/Sprites/SimpleASprite.cs
SquirtingElephant/XNA-Library
a4dd762bbe9de6fb175c0e27c3c84cd60b110260
[ "MIT" ]
null
null
null
Lib_XBox/Sprites/SimpleASprite.cs
SquirtingElephant/XNA-Library
a4dd762bbe9de6fb175c0e27c3c84cd60b110260
[ "MIT" ]
null
null
null
Lib_XBox/Sprites/SimpleASprite.cs
SquirtingElephant/XNA-Library
a4dd762bbe9de6fb175c0e27c3c84cd60b110260
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; namespace XNALib { public class SimpleASprite { #region Members ...
38.533708
152
0.560577
ce80d7c5c3b44cd7ccb711f0ebe5cb7d6c37cd54
4,015
cs
C#
TeamCityAPI/Locators/InvestigationLocator.cs
ISBronny/TeamCityAPI
032db6ea4a37a71fb8ef93addfca7b96ef9f75d7
[ "MIT" ]
2
2021-12-29T00:06:50.000Z
2022-01-01T00:06:05.000Z
TeamCityAPI/Locators/InvestigationLocator.cs
ISBronny/TeamCityAPI
032db6ea4a37a71fb8ef93addfca7b96ef9f75d7
[ "MIT" ]
2
2022-01-01T00:16:12.000Z
2022-01-04T15:41:47.000Z
TeamCityAPI/Locators/InvestigationLocator.cs
ISBronny/TeamCityAPI
032db6ea4a37a71fb8ef93addfca7b96ef9f75d7
[ "MIT" ]
null
null
null
using TeamCityAPI.Locators.Common; using TeamCityAPI.Locators.Enums; namespace TeamCityAPI.Locators { /// <summary>Represents a locator string for filtering Investigation entities.</summary> [System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.5.2.0 (Newtonsoft.Json v12.0.0.0)")] public partial class...
64.758065
166
0.728767
8bcff9ac1e815510410bc6f5c807ae0c2595f107
2,153
cs
C#
source/Karamem0.SPClientCore/Commands/GetTenantSiteTemplateCommand.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
null
null
null
source/Karamem0.SPClientCore/Commands/GetTenantSiteTemplateCommand.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
1
2019-09-03T06:23:26.000Z
2019-09-03T06:23:26.000Z
source/Karamem0.SPClientCore/Commands/GetTenantSiteTemplateCommand.cs
karamem0/spclientcore
3e6f2cbe7c068cb13d013d8bca44736d1e7ee480
[ "MIT" ]
1
2020-08-29T17:02:35.000Z
2020-08-29T17:02:35.000Z
// // Copyright (c) 2021 karamem0 // // This software is released under the MIT License. // // https://github.com/karamem0/sp-client-core/blob/main/LICENSE // using Karamem0.SharePoint.PowerShell.Models; using Karamem0.SharePoint.PowerShell.Runtime.Commands; using Karamem0.SharePoint.PowerShell.Services; us...
31.202899
108
0.58523
a81bb641c4784356470f740f2cc87ea43221eff3
4,561
cs
C#
FileSplitStrategies/SplitBySizeSettingsControl.Designer.cs
hectorsosajr/textfilesplitter
d1851d4b9115eb2250ac2d764ef09a77d6254312
[ "MIT" ]
6
2018-08-09T06:37:30.000Z
2022-02-13T05:41:47.000Z
FileSplitStrategies/SplitBySizeSettingsControl.Designer.cs
hectorsosajr/textfilesplitter
d1851d4b9115eb2250ac2d764ef09a77d6254312
[ "MIT" ]
null
null
null
FileSplitStrategies/SplitBySizeSettingsControl.Designer.cs
hectorsosajr/textfilesplitter
d1851d4b9115eb2250ac2d764ef09a77d6254312
[ "MIT" ]
2
2018-04-24T20:30:11.000Z
2020-03-04T01:01:33.000Z
namespace Datakido.FileSplitStrategies { partial class SplitBySizeSettingsControl { /// <summary> /// Required designer variable. /// </summary> private readonly System.ComponentModel.IContainer components; /// <summary> /// Clean up any resources be...
45.61
169
0.591975
a870cfe91b1346b3cb08632134350b2a83c84ee4
550
cs
C#
examples/Example.Mvc/Startup.cs
Halceyon/lock-stock-and-auth
fb840b6774f6fc10d080c09690c0fa7bf48c97cd
[ "MIT" ]
null
null
null
examples/Example.Mvc/Startup.cs
Halceyon/lock-stock-and-auth
fb840b6774f6fc10d080c09690c0fa7bf48c97cd
[ "MIT" ]
null
null
null
examples/Example.Mvc/Startup.cs
Halceyon/lock-stock-and-auth
fb840b6774f6fc10d080c09690c0fa7bf48c97cd
[ "MIT" ]
null
null
null
using System.Data.Entity; using System.Web.Http; using Microsoft.Owin; using Owin; [assembly: OwinStartup(typeof(Example.Mvc.Startup))] namespace Example.Mvc { public class Startup { public void Configuration(IAppBuilder app) { var config = new HttpConfiguration(); app....
25
71
0.656364
8dffde46e6b57f59a4aa3366928c66b72054f272
852
cs
C#
SkeddlySDK/Model/ListActionExecutionsFilter.cs
eleven41/skeddly-sdk-net
dbddc7f7fe5f2c78068316a46514dce7265e3aef
[ "MIT" ]
1
2021-12-22T13:24:32.000Z
2021-12-22T13:24:32.000Z
SkeddlySDK/Model/ListActionExecutionsFilter.cs
eleven41/skeddly-sdk-net
dbddc7f7fe5f2c78068316a46514dce7265e3aef
[ "MIT" ]
1
2018-10-17T13:16:51.000Z
2018-10-17T13:17:48.000Z
SkeddlySDK/Model/ListActionExecutionsFilter.cs
eleven41/skeddly-sdk-net
dbddc7f7fe5f2c78068316a46514dce7265e3aef
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Skeddly.Model { public class ListActionExecutionsFilter { public ListActionExecutionsFilterStatuses? Status { get; set; } /// <summary> /// Date range to include. /// </summary> p...
20.780488
75
0.707746
5c55dbc027f11daaeb0dc97c7938bc9427dfc696
603
cs
C#
src/Tests/TestObjects/PrivateMembersClass.cs
SimonCropp/Argonautica
d1ae7b68b308bfa230e0565dcd79428846469bf0
[ "MIT" ]
null
null
null
src/Tests/TestObjects/PrivateMembersClass.cs
SimonCropp/Argonautica
d1ae7b68b308bfa230e0565dcd79428846469bf0
[ "MIT" ]
null
null
null
src/Tests/TestObjects/PrivateMembersClass.cs
SimonCropp/Argonautica
d1ae7b68b308bfa230e0565dcd79428846469bf0
[ "MIT" ]
null
null
null
// Copyright (c) 2007 James Newton-King. All rights reserved. // Use of this source code is governed by The MIT License, // as found in the license.md file. namespace TestObjects; public class PrivateMembersClass { public PrivateMembersClass(string privateString, string internalString) { _privateStri...
21.535714
75
0.6733
b38b8630eae174d53747a47ae35cc59bc5902580
4,799
cs
C#
Naos.Deployment.Domain/InstanceTargeterBase.cs
NaosFramework/Naos.Deployment
9ccac96984065e95bf534e9ef8dcf82f6ba2514a
[ "MIT" ]
12
2016-04-20T13:15:04.000Z
2021-09-23T19:35:56.000Z
Naos.Deployment.Domain/InstanceTargeterBase.cs
NaosFramework/Naos.Deployment
9ccac96984065e95bf534e9ef8dcf82f6ba2514a
[ "MIT" ]
null
null
null
Naos.Deployment.Domain/InstanceTargeterBase.cs
NaosFramework/Naos.Deployment
9ccac96984065e95bf534e9ef8dcf82f6ba2514a
[ "MIT" ]
null
null
null
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="InstanceTargeterBase.cs" company="Naos Project"> // Copyright (c) Naos Project 2019. All rights reserved. // </copyright> // ---------------------------------------------------...
43.627273
196
0.610127
b642846d96542ece5d769b4dda23d3b5d2691aed
1,012
cs
C#
MVCForum.Website/ViewModels/Admin/AdminTagViewModel.cs
YodasMyDad/mvcforum
8ce337990e079950113dae594f9407bf04854ed5
[ "MIT" ]
411
2016-01-23T19:42:01.000Z
2021-11-08T12:21:13.000Z
MVCForum.Website/ViewModels/Admin/AdminTagViewModel.cs
YodasMyDad/mvcforum
8ce337990e079950113dae594f9407bf04854ed5
[ "MIT" ]
135
2016-01-27T23:47:04.000Z
2021-11-02T15:43:46.000Z
MVCForum.Website/ViewModels/Admin/AdminTagViewModel.cs
YodasMyDad/mvcforum
8ce337990e079950113dae594f9407bf04854ed5
[ "MIT" ]
398
2016-01-23T13:53:05.000Z
2022-03-07T19:27:09.000Z
namespace MvcForum.Web.ViewModels.Admin { using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Web.Mvc; using Core.Models.Entities; using Core.Models.General; public class MoveTagsViewModel { ...
25.3
57
0.616601