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
775efedb3e1c258b94c1eb10e5ab7cd5e4eb3710
1,273
cs
C#
src/Lightmap.Sqlite/tests/Migrations/Untyped_MultipleTable_WithForeignKey.cs
scionwest/Lightmap
148eebd805e42300ca9a590998a8a55049819c00
[ "MIT" ]
null
null
null
src/Lightmap.Sqlite/tests/Migrations/Untyped_MultipleTable_WithForeignKey.cs
scionwest/Lightmap
148eebd805e42300ca9a590998a8a55049819c00
[ "MIT" ]
7
2016-01-27T01:57:18.000Z
2017-03-25T04:48:58.000Z
src/Lightmap.Sqlite/tests/Migrations/Untyped_MultipleTable_WithForeignKey.cs
scionwest/Lightmap
148eebd805e42300ca9a590998a8a55049819c00
[ "MIT" ]
null
null
null
using System; using System.Linq; using Lightmap.Modeling; namespace Lightmap.Sqlite.Tests.Migrations { [MigrationVersion(0)] public class Untyped_MultipleTable_WithForeignKey : IMigration { public Untyped_MultipleTable_WithForeignKey(IDataModel model) => this.DataModel = model; public IDa...
32.641026
96
0.538885
a096d8d2f8ea1c54dc16b00960844e89a6645a30
31,848
cs
C#
GFEC/MainWindow.xaml.cs
VasilisMerevis/GFEC
780b6a8f305f9c2823d4e81db4b6ae4043d02f9e
[ "Apache-2.0" ]
null
null
null
GFEC/MainWindow.xaml.cs
VasilisMerevis/GFEC
780b6a8f305f9c2823d4e81db4b6ae4043d02f9e
[ "Apache-2.0" ]
null
null
null
GFEC/MainWindow.xaml.cs
VasilisMerevis/GFEC
780b6a8f305f9c2823d4e81db4b6ae4043d02f9e
[ "Apache-2.0" ]
2
2019-11-06T20:28:41.000Z
2021-02-17T18:32:53.000Z
using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows....
49.148148
173
0.597557
3d5c3f59f5d020d8b7019659e2023571febd290a
1,791
cs
C#
src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs
QPC-database/codelyzer
34252ac19a5826623d399795b3fdc4ab4cd9a028
[ "Apache-2.0" ]
1
2021-07-10T14:47:26.000Z
2021-07-10T14:47:26.000Z
src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs
QPC-database/codelyzer
34252ac19a5826623d399795b3fdc4ab4cd9a028
[ "Apache-2.0" ]
null
null
null
src/Analysis/Codelyzer.Analysis.Build/Models/ProjectBuildResult.cs
QPC-database/codelyzer
34252ac19a5826623d399795b3fdc4ab4cd9a028
[ "Apache-2.0" ]
null
null
null
using Codelyzer.Analysis.Model; using Microsoft.CodeAnalysis; using System; using System.Collections.Generic; using System.IO; using System.Text; namespace Codelyzer.Analysis.Build { public class ProjectBuildResult : IDisposable { public string ProjectPath { get; set; } public string ProjectR...
32.563636
87
0.619765
4fecc4a4259f5c4d94668389d6cc63f2c8768485
7,915
cs
C#
AESharp/BinaryOperators/Add.cs
prozum/ae-sharp
1e5fac3ac6685b718170afa6a55bcfceed80e388
[ "MIT" ]
1
2016-04-07T11:16:49.000Z
2016-04-07T11:16:49.000Z
AESharp/BinaryOperators/Add.cs
prozum/ae-sharp
1e5fac3ac6685b718170afa6a55bcfceed80e388
[ "MIT" ]
null
null
null
AESharp/BinaryOperators/Add.cs
prozum/ae-sharp
1e5fac3ac6685b718170afa6a55bcfceed80e388
[ "MIT" ]
null
null
null
using AESharp.Values; namespace AESharp.BinaryOperators { public class Add : BinaryOperator, ISwappable, IInvertable { public override string Identifier => "+"; public override int Priority => 30; public Add() { } public Add(Expression left, Expression right) : base(left, righ...
33.824786
132
0.473405
4a2a3bb5e1941aa6c32c6398234672d9bfd0bd70
1,706
cs
C#
KrigServices/Controllers/RegionsController.cs
USGS-WiM/krigservices
587443864672cf46ed9082ea57db95fc02915f69
[ "CC0-1.0", "MIT" ]
null
null
null
KrigServices/Controllers/RegionsController.cs
USGS-WiM/krigservices
587443864672cf46ed9082ea57db95fc02915f69
[ "CC0-1.0", "MIT" ]
6
2021-03-29T20:33:33.000Z
2022-03-24T13:49:30.000Z
KrigServices/Controllers/RegionsController.cs
USGS-WiM/krigservices
587443864672cf46ed9082ea57db95fc02915f69
[ "CC0-1.0", "MIT" ]
null
null
null
//------------------------------------------------------------------------------ //----- HttpController --------------------------------------------------------- //------------------------------------------------------------------------------ //-------1---------2---------3---------4---------5---------6---------7-----...
29.413793
85
0.474209
ac053e0bbdc2f14a9971cf974bce6600c3f2d2ed
1,832
cs
C#
Pithline.FMS.BusinessLogic.Portable/TIModels/TIData.cs
noorsyyad/FleetManagementSystem
486d462c91a8437cf1fb5bc28e60b0c08d6f8f9f
[ "MIT" ]
null
null
null
Pithline.FMS.BusinessLogic.Portable/TIModels/TIData.cs
noorsyyad/FleetManagementSystem
486d462c91a8437cf1fb5bc28e60b0c08d6f8f9f
[ "MIT" ]
1
2020-05-19T10:12:48.000Z
2020-05-19T10:12:48.000Z
Pithline.FMS.BusinessLogic.Portable/TIModels/TIData.cs
noorsyyad/FleetManagementSystem
486d462c91a8437cf1fb5bc28e60b0c08d6f8f9f
[ "MIT" ]
1
2021-04-04T09:51:38.000Z
2021-04-04T09:51:38.000Z
 using Microsoft.Practices.Prism.Mvvm; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Pithline.FMS.BusinessLogic.Portable.TIModels { public class TIData : BindableBase { public TIData()...
22.341463
66
0.590066
3e88ec5137cb4ee65e79481c81c7bba56dfb5cec
935
cs
C#
src/Enexure.MicroBus/MessageTypeExtensions.cs
ivandrofly/Enexure.MicroBus
967eb916e14e9f1325bebfa201587233527e5deb
[ "MIT" ]
165
2015-03-23T05:24:16.000Z
2019-06-03T16:15:24.000Z
src/Enexure.MicroBus/MessageTypeExtensions.cs
ivandrofly/Enexure.MicroBus
967eb916e14e9f1325bebfa201587233527e5deb
[ "MIT" ]
30
2015-04-07T11:09:00.000Z
2019-06-04T20:46:42.000Z
src/Enexure.MicroBus/MessageTypeExtensions.cs
ivandrofly/Enexure.MicroBus
967eb916e14e9f1325bebfa201587233527e5deb
[ "MIT" ]
26
2015-10-21T10:16:43.000Z
2019-03-17T15:06:04.000Z
using System; using System.Linq; using System.Reflection; namespace Enexure.MicroBus { public static class MessageTypeExtensions { public static MessageType GetMessageType(this Type messageType) { var typeInfo = messageType.GetTypeInfo(); if (typeof(ICommand).GetTypeInf...
32.241379
117
0.606417
62dbb55f4dea552bf7b97e18314b0da448e720c7
2,273
cs
C#
Assets/SimpleEncryptedDataSendSample/FileTransferSample/SEDSS_Client_File.cs
gpsnmeajp/Oredayo4V
c49cdf0878357ee5f435a23d7a5d0c2b4edb220b
[ "CC0-1.0" ]
10
2020-06-11T23:31:13.000Z
2022-03-04T20:53:47.000Z
Assets/SimpleEncryptedDataSendSample/FileTransferSample/SEDSS_Client_File.cs
gpsnmeajp/Oredayo
c49cdf0878357ee5f435a23d7a5d0c2b4edb220b
[ "CC0-1.0" ]
1
2020-06-01T13:07:03.000Z
2020-06-01T13:07:03.000Z
Assets/SimpleEncryptedDataSendSample/FileTransferSample/SEDSS_Client_File.cs
gpsnmeajp/Oredayo
c49cdf0878357ee5f435a23d7a5d0c2b4edb220b
[ "CC0-1.0" ]
3
2020-06-01T12:36:16.000Z
2020-10-23T13:14:25.000Z
/* MIT License Copyright (c) 2020 gpsnmeajp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dis...
31.136986
78
0.655081
f1eb64af23ca1ce953219f31b3691a434d138162
129,741
cs
C#
Sources/SolToBoogie/ProcedureTranslator.cs
daejunpark/verisol
f82444cd2913294beb97d3cd224513b9dc9f49bf
[ "MIT" ]
null
null
null
Sources/SolToBoogie/ProcedureTranslator.cs
daejunpark/verisol
f82444cd2913294beb97d3cd224513b9dc9f49bf
[ "MIT" ]
null
null
null
Sources/SolToBoogie/ProcedureTranslator.cs
daejunpark/verisol
f82444cd2913294beb97d3cd224513b9dc9f49bf
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. namespace SolToBoogie { using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Numerics; using System.Text; using BoogieAST; ...
47.298943
198
0.553611
0e88911d9203a518af4033980fad86c27eca680c
2,714
cs
C#
SilverFactorial64/Sharith/Factorial/FactorialFactors.cs
NaldoDj/Fast-Factorial-Functions
86716ba4335bc6ae3351099d8548bbe0027b2343
[ "MIT" ]
57
2015-03-09T03:23:55.000Z
2021-12-20T12:22:23.000Z
SilverFactorial64/Sharith/Factorial/FactorialFactors.cs
NaldoDj/Fast-Factorial-Functions
86716ba4335bc6ae3351099d8548bbe0027b2343
[ "MIT" ]
1
2018-07-30T05:20:28.000Z
2018-10-30T00:08:03.000Z
SilverFactorial64/Sharith/Factorial/FactorialFactors.cs
NaldoDj/Fast-Factorial-Functions
86716ba4335bc6ae3351099d8548bbe0027b2343
[ "MIT" ]
23
2015-04-19T11:43:05.000Z
2021-06-25T00:19:30.000Z
// -------- ToujoursEnBeta // Author & Copyright : Peter Luschny // License: LGPL version 3.0 or (at your option) // Creative Commons Attribution-ShareAlike 3.0 // Comments mail to: peter(at)luschny.de // Created: 2010-03-01 namespace Sharith.Factorial { using System.IO; using Sharith.Primes; using XMath =...
25.12963
75
0.431835
9c6aeba4a3c0564552d7c1084f4c54be20eac17a
2,298
cs
C#
Extensions/Revo.Extensions.History/ChangeTracking/Model/EntityAttributeData.cs
chengliang-git/Revo
befb6daf0c990eb44fbf303070f06b3bf871c867
[ "MIT" ]
290
2018-05-05T12:48:00.000Z
2022-03-27T00:12:00.000Z
Extensions/Revo.Extensions.History/ChangeTracking/Model/EntityAttributeData.cs
ualehosaini/Revo
636cce57ff800e9d85ac9cb3128b8ac2f5dd9cf1
[ "MIT" ]
46
2018-07-26T15:51:02.000Z
2022-03-01T12:25:21.000Z
Extensions/Revo.Extensions.History/ChangeTracking/Model/EntityAttributeData.cs
ualehosaini/Revo
636cce57ff800e9d85ac9cb3128b8ac2f5dd9cf1
[ "MIT" ]
34
2018-10-20T13:32:10.000Z
2022-03-08T16:48:03.000Z
using System; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Revo.DataAccess.Entities; using Revo.Domain.ReadModel; namespace Revo.Extensions.History.ChangeTracking.Model { [TablePrefix(NamespacePrefix = "RHI", ColumnPrefix = "EAD")] public class EntityAttributeData : EntityReadModel { p...
30.236842
131
0.567015
4e6ec5e05c28984f04537a2a21a588e66d2e6ebb
21,720
cs
C#
Tester.Integration.EfCore3/TestSynonymsDatabase.cs
jfjcn/EntityFramework-Reverse-POCO-Code-First-Generator
4cc72c161bf5d266af919fcaf169513804f6f794
[ "Apache-2.0" ]
null
null
null
Tester.Integration.EfCore3/TestSynonymsDatabase.cs
jfjcn/EntityFramework-Reverse-POCO-Code-First-Generator
4cc72c161bf5d266af919fcaf169513804f6f794
[ "Apache-2.0" ]
null
null
null
Tester.Integration.EfCore3/TestSynonymsDatabase.cs
jfjcn/EntityFramework-Reverse-POCO-Code-First-Generator
4cc72c161bf5d266af919fcaf169513804f6f794
[ "Apache-2.0" ]
null
null
null
// ------------------------------------------------------------------------------------------------ // This code was generated by EntityFramework Reverse POCO Generator (http://www.reversepoco.co.uk/). // Created by Simon Hughes (https://about.me/simon.hughes). // // Registered to: Simon Hughes // Company : Rever...
33.570325
211
0.619613
fabf39cc5ccd3b6981a9dadae442668e7cb0dc8c
2,490
cs
C#
src/Program.cs
sgisbert/parallelization
802fda864ba88c6c8e5c74bfb90544dcd7016dbc
[ "MIT" ]
1
2021-04-22T06:29:27.000Z
2021-04-22T06:29:27.000Z
src/Program.cs
sgisbert/parallelization
802fda864ba88c6c8e5c74bfb90544dcd7016dbc
[ "MIT" ]
null
null
null
src/Program.cs
sgisbert/parallelization
802fda864ba88c6c8e5c74bfb90544dcd7016dbc
[ "MIT" ]
null
null
null
using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; using System.Threading; using System.Diagnostics; using System; namespace parallel { class Program { static async Task Main(string[] args) { ConcurrentBag<int> cb = new...
33.2
106
0.488755
4f7036bf8cdcbc70e5e164bfafadbf7c36d8794a
2,682
cs
C#
Source/Steroids.Core/Extensions/IWpfTextViewExtensions.cs
pushqrdx/SteroidsVS
d9f30e85defbd0ed2e86edcf539bae7b199e80b0
[ "MIT" ]
null
null
null
Source/Steroids.Core/Extensions/IWpfTextViewExtensions.cs
pushqrdx/SteroidsVS
d9f30e85defbd0ed2e86edcf539bae7b199e80b0
[ "MIT" ]
null
null
null
Source/Steroids.Core/Extensions/IWpfTextViewExtensions.cs
pushqrdx/SteroidsVS
d9f30e85defbd0ed2e86edcf539bae7b199e80b0
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using Microsoft.VisualStudio.Text; using Microsoft.VisualStudio.Text.Editor; using Steroids.Contracts; using Steroids.Core.Diagnostics.Contracts; namespace Steroids.Core.Extensions { ...
38.869565
148
0.618941
fbc89a74131bcfb2e01f6db1688cedb447adf2d6
14,601
cs
C#
dotnet/DxDiag.Elements/DxDiagDirectSoundSoundDevice.cs
UsmanMohammad/DxDiagLib
a9827a105947310a75c67c2704248fae32bd961f
[ "MIT" ]
null
null
null
dotnet/DxDiag.Elements/DxDiagDirectSoundSoundDevice.cs
UsmanMohammad/DxDiagLib
a9827a105947310a75c67c2704248fae32bd961f
[ "MIT" ]
null
null
null
dotnet/DxDiag.Elements/DxDiagDirectSoundSoundDevice.cs
UsmanMohammad/DxDiagLib
a9827a105947310a75c67c2704248fae32bd961f
[ "MIT" ]
null
null
null
namespace DxDiag.Elements { /// <remarks/> [System.SerializableAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class DxDiagDirectSoundSoundDevice { private string descriptionField; ...
21.191582
69
0.424286
fbeca3c1de37233d8951be44add679a031fb11ae
863
cs
C#
src/Modules/Laser.Orchard.Cookies/ResourceManifest.cs
luciofassio/Laser.Orchard.Platform
6642bb1912d3d9909c034d001c6c0b194ed1ea6d
[ "Apache-2.0" ]
1
2020-08-13T21:10:15.000Z
2020-08-13T21:10:15.000Z
src/Modules/Laser.Orchard.Cookies/ResourceManifest.cs
mkbiltek2019/Laser.Orchard.Platform
4f0e54c84e76a010c73c6440c9ae1c7dfb558ba7
[ "Apache-2.0" ]
null
null
null
src/Modules/Laser.Orchard.Cookies/ResourceManifest.cs
mkbiltek2019/Laser.Orchard.Platform
4f0e54c84e76a010c73c6440c9ae1c7dfb558ba7
[ "Apache-2.0" ]
null
null
null
using Orchard.UI.Resources; namespace Laser.Orchard.Cookies { public class ResourceManifest : IResourceManifestProvider { public void BuildManifests(ResourceManifestBuilder builder) { var manifest = builder.Add(); manifest.DefineScript("jQueryCookie") .S...
31.962963
93
0.571263
fbfff5f280b3f145b8d9c1b39bbfbca373ede2d4
2,689
cs
C#
src/Services/UserUtils/UserUtils.API/Extensions/MultiPartFormDataOperationFilter.cs
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
null
null
null
src/Services/UserUtils/UserUtils.API/Extensions/MultiPartFormDataOperationFilter.cs
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
3
2021-02-25T17:45:17.000Z
2021-04-05T12:12:52.000Z
src/Services/UserUtils/UserUtils.API/Extensions/MultiPartFormDataOperationFilter.cs
lefevbre-organization/eShopOnContainers
857dca95cfd44b7ca6551a7c9ec0531e4e4a7d0b
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.OpenApi.Models; using Swashbuckle.AspNetCore.Swagger; using Swashbuckle.AspNetCore.SwaggerGen; using System.Collections.Generic; using System.Linq; namespace Lefebvre.eLefebvreOnContainers.Services.UserUtils.API.Extensions { ...
39.544118
108
0.574191
44d099f4b844ea76058ba41c917066b77d71c165
3,172
cs
C#
Source/Server/WebPortal/Apps/ReportManagement/Modules/ReportView.ascx.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
21
2015-07-22T15:22:41.000Z
2021-03-23T05:40:44.000Z
Source/Server/WebPortal/Apps/ReportManagement/Modules/ReportView.ascx.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
11
2015-10-19T07:54:10.000Z
2021-09-01T08:47:56.000Z
Source/Server/WebPortal/Apps/ReportManagement/Modules/ReportView.ascx.cs
InstantBusinessNetwork/IBN
bbcf47de56bfc52049eeb2e46677642a28f38825
[ "MIT" ]
16
2015-07-22T15:23:09.000Z
2022-01-17T10:49:43.000Z
using System; using System.Data; using System.Collections; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using Mediachase.Ibn.Core.Business; using Mediachase.Ibn.Data; using Mediachase.IBN.Business.ReportSystem; using System.IO; using Microsoft.Reporting.WebFo...
31.098039
138
0.735813
7849257afde3bfea814e3820d1148a630f49bbdc
1,040
cs
C#
Assets/Scripts/Utilities/ExecutionQueue.cs
DLR-SC/IslandViz-for-HoloLens
fc3801994363447087bc42103a39f0f2153e7c11
[ "Apache-2.0" ]
1
2020-02-03T08:26:08.000Z
2020-02-03T08:26:08.000Z
Assets/Scripts/Utilities/ExecutionQueue.cs
DLR-SC/IslandViz-for-HoloLens
fc3801994363447087bc42103a39f0f2153e7c11
[ "Apache-2.0" ]
5
2019-07-31T13:25:19.000Z
2019-10-05T01:11:08.000Z
Assets/Scripts/Utilities/ExecutionQueue.cs
DLR-SC/IslandViz-for-HoloLens
fc3801994363447087bc42103a39f0f2153e7c11
[ "Apache-2.0" ]
2
2019-07-30T14:33:32.000Z
2020-12-03T11:10:07.000Z
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ExecutionQueue : MonoBehaviour { private struct Executable { public Action Action; public bool Await; //public Executable(Action action, bool await) //{ // Acti...
20
64
0.560577
78d728e7e93515488f85ada172f30d3bc05d7810
590
cs
C#
Assets/Modeler/Code/Scripts/VisualizeNormals.cs
karl-/simple_modeler
e807da564f5f6de5c43d1ec86b67cde1fc1cc589
[ "MIT" ]
4
2017-10-03T15:28:43.000Z
2020-02-10T07:11:53.000Z
Assets/Modeler/Code/Scripts/VisualizeNormals.cs
karl-/simple_modeler
e807da564f5f6de5c43d1ec86b67cde1fc1cc589
[ "MIT" ]
null
null
null
Assets/Modeler/Code/Scripts/VisualizeNormals.cs
karl-/simple_modeler
e807da564f5f6de5c43d1ec86b67cde1fc1cc589
[ "MIT" ]
null
null
null
using UnityEngine; using UMesh = UnityEngine.Mesh; using System.Collections; namespace Modeler { public class VisualizeNormals : MonoBehaviour { public static Material unlitVertexColor { get { return ResourceUtility.Load<Material>("Material/UnlitVertexColor"); } } private UMesh _visualizeMesh = null; public...
18.4375
121
0.70678
600e880126189ca005b26438f6a10daf935e1a74
1,044
cs
C#
FreddysBBQ/src/OrderService/Models/SampleData.cs
spring-operator/Samples
f7b0d33febcfa36b2554ae868f7853f718dc342f
[ "Apache-2.0" ]
643
2016-09-20T06:03:28.000Z
2022-03-19T02:26:02.000Z
FreddysBBQ/src/OrderService/Models/SampleData.cs
spring-operator/Samples
f7b0d33febcfa36b2554ae868f7853f718dc342f
[ "Apache-2.0" ]
195
2016-12-20T01:41:11.000Z
2022-03-08T12:38:35.000Z
FreddysBBQ/src/OrderService/Models/SampleData.cs
spring-operator/Samples
f7b0d33febcfa36b2554ae868f7853f718dc342f
[ "Apache-2.0" ]
269
2016-10-11T19:24:34.000Z
2022-02-21T15:23:05.000Z
using Microsoft.Extensions.DependencyInjection; using System; namespace OrderService.Models { public static class SampleData { public static void InitializeOrderDatabase(IServiceProvider serviceProvider) { if (ShouldDropCreateDatabase()) { using (var ser...
27.473684
115
0.54023
744a45b07c7d4c31a96a7549db04a026f7694535
1,969
cs
C#
.build/Build.AzurePipelines.CI.cs
RLittlesII/Versions
f3d07b63aff51c53595e4c41be13b3d805268d81
[ "MIT" ]
1
2022-03-30T21:44:17.000Z
2022-03-30T21:44:17.000Z
.build/Build.AzurePipelines.CI.cs
RLittlesII/Versions
f3d07b63aff51c53595e4c41be13b3d805268d81
[ "MIT" ]
null
null
null
.build/Build.AzurePipelines.CI.cs
RLittlesII/Versions
f3d07b63aff51c53595e4c41be13b3d805268d81
[ "MIT" ]
null
null
null
using Nuke.Common; using Nuke.Common.Tooling; using Rocket.Surgery.Nuke.Azp; /// <summary> /// Represents the Azure Pipeline portion of the build. /// </summary> [AzurePipelinesSecretStepsAttribute( InvokeTargets = new[] { nameof(AzurePipelines) }, Parameters = new[] { nameof(IHaveConfiguration.Configuration),...
51.815789
222
0.715084
1acd8215f354801e4cc6bfe8ec17ca30836ecb5f
1,570
cs
C#
PhotoBooth/PhotoCardTemplateInfo.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
1
2020-04-09T14:15:03.000Z
2020-04-09T14:15:03.000Z
PhotoBooth/PhotoCardTemplateInfo.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
null
null
null
PhotoBooth/PhotoCardTemplateInfo.cs
marcingorecki/digiCamControl
05ebb07e26a3da4b9ce03e6a1964485fd15908a7
[ "MIT" ]
null
null
null
using PhotoBooth.Cards; using System; using System.Collections.Generic; namespace PhotoBooth { public class PhotoCardTemplateInfo { public PhotoCardTemplateInfo() { } public Type TemplateType { get; set; } public string DisplayN...
25.322581
106
0.541401
214d10f96918040c208f445576245ec28ecfe56f
1,763
cs
C#
EAAddinFramework/Utilities/Logger.cs
Helmut-Ortmann/Enterprise-Architect-Add-in-Framework
e00d1ea075bed2d12c4d06ae884266283bc82c50
[ "BSD-2-Clause" ]
null
null
null
EAAddinFramework/Utilities/Logger.cs
Helmut-Ortmann/Enterprise-Architect-Add-in-Framework
e00d1ea075bed2d12c4d06ae884266283bc82c50
[ "BSD-2-Clause" ]
null
null
null
EAAddinFramework/Utilities/Logger.cs
Helmut-Ortmann/Enterprise-Architect-Add-in-Framework
e00d1ea075bed2d12c4d06ae884266283bc82c50
[ "BSD-2-Clause" ]
1
2019-02-22T12:57:29.000Z
2019-02-22T12:57:29.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EAAddinFramework.Utilities { public static class Logger { private static string _logFileName = System.IO.Path.GetTempPath() + @"\EAAddinFramework.log"; /// <summary> /// the logfile full pat...
28.435484
107
0.533749
51cf3ed013d29bfd397aa794ea48c6fca996aaf4
3,451
cs
C#
SetMeta.Tests/Impl/OptionSetParserTestFixture.cs
RedDestroer/SetMeta
ed07f1ba9ebbf7e8d8824c94d706a034c9392e7d
[ "MIT" ]
null
null
null
SetMeta.Tests/Impl/OptionSetParserTestFixture.cs
RedDestroer/SetMeta
ed07f1ba9ebbf7e8d8824c94d706a034c9392e7d
[ "MIT" ]
21
2018-08-08T11:33:12.000Z
2018-10-18T19:38:01.000Z
SetMeta.Tests/Impl/OptionSetParserTestFixture.cs
RedDestroer/SetMeta
ed07f1ba9ebbf7e8d8824c94d706a034c9392e7d
[ "MIT" ]
3
2018-08-07T19:19:01.000Z
2018-08-21T12:14:50.000Z
using System; using System.IO; using System.Reflection; using System.Xml; using Moq; using NUnit.Framework; using SetMeta.Abstract; using SetMeta.Tests.Util; namespace SetMeta.Tests.Impl { [TestFixture] public class OptionSetParserTestFixture : AutoFixtureBase { protected override void Se...
31.66055
134
0.587076
e08d4aaf3a15e86be93fd094cde8e1f9db4388f1
13,892
cs
C#
ShopBy_Aisle/ShopBy_Aisle/obj/Release/netcoreapp3.1/Razor/Views/Home/About.cshtml.g.cs
pallavi-shah/ShopByAisleApp
c70bdf29bc1b78af37f6f6dea7fb89ed98a4d9ce
[ "MIT" ]
null
null
null
ShopBy_Aisle/ShopBy_Aisle/obj/Release/netcoreapp3.1/Razor/Views/Home/About.cshtml.g.cs
pallavi-shah/ShopByAisleApp
c70bdf29bc1b78af37f6f6dea7fb89ed98a4d9ce
[ "MIT" ]
null
null
null
ShopBy_Aisle/ShopBy_Aisle/obj/Release/netcoreapp3.1/Razor/Views/Home/About.cshtml.g.cs
pallavi-shah/ShopByAisleApp
c70bdf29bc1b78af37f6f6dea7fb89ed98a4d9ce
[ "MIT" ]
null
null
null
#pragma checksum "C:\Users\conta\Desktop\codergirl\ShopByAisleApp\ShopBy_Aisle\ShopBy_Aisle\Views\Home\About.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2ca7fa1ffe194dd93c525cff7469ac1a920daf60" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompile...
67.436893
372
0.696372
34e356dc2761436bc367f0fd91ef1ecca7e66db3
50,878
cs
C#
Qvoid Token Grabber/Qvoid Token Grabber/Main/Grabber.cs
KkjusTkk7074/Qvoid-Token-Grabber
72e4c6673c8830c42b2c77465434ae8707987ce7
[ "BSD-3-Clause" ]
1
2022-03-30T20:24:19.000Z
2022-03-30T20:24:19.000Z
Qvoid Token Grabber/Qvoid Token Grabber/Main/Grabber.cs
swagkarna/Qvoid-Token-Grabber
dd98c3584d3cb0a064eeff769620bb2ee0e0838c
[ "BSD-3-Clause" ]
null
null
null
Qvoid Token Grabber/Qvoid Token Grabber/Main/Grabber.cs
swagkarna/Qvoid-Token-Grabber
dd98c3584d3cb0a064eeff769620bb2ee0e0838c
[ "BSD-3-Clause" ]
null
null
null
using Qvoid_Token_Grabber.PasswordGrabbers; using System.Collections.Generic; using System.Diagnostics; using System.Drawing.Imaging; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Reflection; using System.Security.Principal; using System.Text.RegularExpressions; usi...
49.880392
223
0.418196
340209563fe58d3c396b1752278c21aa37316068
934
cs
C#
Assets/Generic Level Tools/CubeSnapper.cs
hach-que/GenericLevelTools-Unity
713da729ff5cbe74d2663ac12eba68176b60896d
[ "MIT" ]
1
2017-08-04T10:43:32.000Z
2017-08-04T10:43:32.000Z
Assets/Generic Level Tools/CubeSnapper.cs
hach-que/GenericLevelTools-Unity
713da729ff5cbe74d2663ac12eba68176b60896d
[ "MIT" ]
null
null
null
Assets/Generic Level Tools/CubeSnapper.cs
hach-que/GenericLevelTools-Unity
713da729ff5cbe74d2663ac12eba68176b60896d
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; [RequireComponent(typeof(Transform))] [ExecuteInEditMode] public class CubeSnapper : MonoBehaviour { public bool IgnoreScale = false; void Start () { UpdatePositioning(); } void Update () { if (!Application.isEditor || Application.isPl...
22.780488
61
0.585653
34aea17cd75f1aeb8685879fb65642c406b984e8
6,388
cs
C#
src/Whipstaff.UnitTests/Features/RequireForwardedForHeader/RequireForwardedForHeaderMiddlewareTests.cs
dpvreony/whipstaff
d9513bbee13766b668158bf4aaa2f0a4da10c468
[ "MIT" ]
3
2021-09-17T04:18:27.000Z
2022-01-05T22:50:03.000Z
src/Whipstaff.UnitTests/Features/RequireForwardedForHeader/RequireForwardedForHeaderMiddlewareTests.cs
dpvreony/whipstaff
d9513bbee13766b668158bf4aaa2f0a4da10c468
[ "MIT" ]
17
2021-07-11T19:11:14.000Z
2022-03-10T11:11:43.000Z
src/Whipstaff.UnitTests/Features/RequireForwardedForHeader/RequireForwardedForHeaderMiddlewareTests.cs
dpvreony/whipstaff
d9513bbee13766b668158bf4aaa2f0a4da10c468
[ "MIT" ]
1
2015-08-27T22:16:11.000Z
2015-08-27T22:16:11.000Z
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Whipstaff.AspNetCore.Features.RequireForwardedForHeader; using Xunit; using Xunit.Abstractions; namespace Whipstaff.UnitTests.Features.RequireForwardedForHeader { /// <summary> /// Unit Tests f...
35.098901
123
0.551659
892e0922d319972c2235ee298505d0cd53bc075c
2,018
cs
C#
src/Tenray.Topaz/Esprima/Ast/Literal.cs
koculu/topaz
ac50a33afee15e670d6ca37a65078d512a0a6352
[ "MIT" ]
15
2021-10-31T21:23:40.000Z
2022-03-07T01:57:36.000Z
src/Tenray.Topaz/Esprima/Ast/Literal.cs
koculu/topaz
ac50a33afee15e670d6ca37a65078d512a0a6352
[ "MIT" ]
null
null
null
src/Tenray.Topaz/Esprima/Ast/Literal.cs
koculu/topaz
ac50a33afee15e670d6ca37a65078d512a0a6352
[ "MIT" ]
1
2022-02-13T09:48:48.000Z
2022-02-13T09:48:48.000Z
using System.Text.RegularExpressions; using Esprima.Utils; namespace Esprima.Ast { public sealed class Literal : Expression { public string? StringValue => TokenType == TokenType.StringLiteral ? Value as string : null; public readonly double NumericValue; public bool BooleanValue => Tok...
32.548387
127
0.619425
cb4d472b46076e66e9418ff6f82b93f5b74bdfbe
25
cs
C#
AdventOfCode/GlobalUsings.cs
AlfonsoCampodonico/AdventOfCode-2021
bcf6102fdd90310253f912608d8de048e9d52d37
[ "MIT" ]
13
2020-12-22T10:21:07.000Z
2021-12-15T21:21:12.000Z
AdventOfCode/GlobalUsings.cs
AlfonsoCampodonico/AdventOfCode-2021
bcf6102fdd90310253f912608d8de048e9d52d37
[ "MIT" ]
1
2020-11-29T17:20:21.000Z
2020-11-29T17:20:22.000Z
AdventOfCode/GlobalUsings.cs
AlfonsoCampodonico/AdventOfCode-2021
bcf6102fdd90310253f912608d8de048e9d52d37
[ "MIT" ]
10
2020-11-30T09:04:54.000Z
2021-12-08T18:42:07.000Z
global using AoCHelper;
12.5
24
0.8
cbb7fc1cdd2f9bfe390e0cfa789a07bf71ac3b8c
5,155
cs
C#
Cilsil/Sil/ProcedureName.cs
marodev/infersharp
98371c63612a22c35cc9148ebab3b149d989eab6
[ "MIT" ]
null
null
null
Cilsil/Sil/ProcedureName.cs
marodev/infersharp
98371c63612a22c35cc9148ebab3b149d989eab6
[ "MIT" ]
null
null
null
Cilsil/Sil/ProcedureName.cs
marodev/infersharp
98371c63612a22c35cc9148ebab3b149d989eab6
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Cilsil.Extensions; using Mono.Cecil; using Newtonsoft.Json; using System.Collections.Generic; using System.Linq; namespace Cilsil.Sil { /// <summary> /// Method signature information. /// </summary> [JsonObject] publi...
34.139073
97
0.51775
db0e30d372dc79d31152e149ec80a479b1c52913
3,240
cs
C#
tests/Microsoft.AspNet.SignalR.Client.Store.Tests/Fakes/FakeDataReader.cs
jbruening/SignalR
3a219c101587333d562f04f30903d50ad9773e1c
[ "Apache-2.0" ]
2
2015-11-14T16:25:46.000Z
2016-03-28T00:18:29.000Z
tests/Microsoft.AspNet.SignalR.Client.Store.Tests/Fakes/FakeDataReader.cs
jbruening/SignalR
3a219c101587333d562f04f30903d50ad9773e1c
[ "Apache-2.0" ]
1
2019-06-25T05:56:05.000Z
2019-06-25T05:56:05.000Z
tests/Microsoft.AspNet.SignalR.Client.Store.Tests/Fakes/FakeDataReader.cs
jbruening/SignalR
3a219c101587333d562f04f30903d50ad9773e1c
[ "Apache-2.0" ]
2
2021-08-12T19:25:10.000Z
2021-09-17T15:52:32.000Z
 using System; using System.Collections.Generic; using Windows.Storage.Streams; namespace Microsoft.AspNet.SignalR.Client.Store.Tests.Fakes { internal class FakeDataReader : IDataReader, IDisposable, IFake { private readonly FakeInvocationManager _invocationManager = new FakeInvocationManager(); ...
23.823529
96
0.572531
a37b822bb45d4dfad3252e97034e8b30b02cb8ea
565
cs
C#
core/lib/Models/DocumentTemplate.cs
Our-Company-Ltd/our.orders
abfcce88aa46eda14f44b29708e5ab6f9d340aec
[ "MIT" ]
5
2019-02-15T12:13:25.000Z
2019-03-06T14:33:56.000Z
core/lib/Models/DocumentTemplate.cs
Our-Company-Ltd/our.orders
abfcce88aa46eda14f44b29708e5ab6f9d340aec
[ "MIT" ]
3
2018-04-02T22:10:24.000Z
2020-07-07T19:48:32.000Z
core/lib/Models/DocumentTemplate.cs
Our-Company-Ltd/our.orders
abfcce88aa46eda14f44b29708e5ab6f9d340aec
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using our.orders.Helpers; namespace our.orders.Models { public class DocumentTemplate : Model { public string TemplateId { get; set; } public string Title { get; set; } public st...
20.925926
70
0.640708
31234144849a04ed2a7d5701b8912fd63a0af3de
812
cs
C#
src/XrmMockupShared/Requests/RetrievePrincipalAccessRequestHandler.cs
thygesteffensen/XrmMockup
77759e799e779db38f624b22801058ff086c144b
[ "MIT" ]
61
2017-05-24T15:26:55.000Z
2022-01-13T15:22:17.000Z
src/XrmMockupShared/Requests/RetrievePrincipalAccessRequestHandler.cs
thygesteffensen/XrmMockup
77759e799e779db38f624b22801058ff086c144b
[ "MIT" ]
173
2017-07-07T10:18:14.000Z
2022-03-14T20:25:16.000Z
src/XrmMockupShared/Requests/RetrievePrincipalAccessRequestHandler.cs
thygesteffensen/XrmMockup
77759e799e779db38f624b22801058ff086c144b
[ "MIT" ]
29
2017-09-19T12:11:10.000Z
2022-01-13T14:34:19.000Z
using DG.Tools.XrmMockup.Database; using Microsoft.Crm.Sdk.Messages; using Microsoft.Xrm.Sdk; namespace DG.Tools.XrmMockup { internal class RetrievePrincipalAccessRequestHandler : RequestHandler { internal RetrievePrincipalAccessRequestHandler(Core core, XrmDb db, MetadataSkeleton metadata, Security s...
40.6
189
0.73399
450fc8d5fb0080edc604a96a94f0dd329e3f49a3
1,501
cs
C#
C# OOP/04.Encapsulation-Ex/PizzaCalories/Program.cs
vencislav-viktorov/VS-Console-App
93bd0e7410b259ece6d8cb1e058db8d896c6b663
[ "Apache-2.0" ]
1
2019-02-12T05:43:22.000Z
2019-02-12T05:43:22.000Z
C# OOP/04.Encapsulation-Ex/PizzaCalories/Program.cs
vencislav-viktorov/VS-Console-App
93bd0e7410b259ece6d8cb1e058db8d896c6b663
[ "Apache-2.0" ]
null
null
null
C# OOP/04.Encapsulation-Ex/PizzaCalories/Program.cs
vencislav-viktorov/VS-Console-App
93bd0e7410b259ece6d8cb1e058db8d896c6b663
[ "Apache-2.0" ]
null
null
null
namespace PizzaCalories { using System; public class Program { public static void Main(string[] args) { try { var pizzaArgs = Console.ReadLine() .Split(); var pizzaName = pizzaArgs[1]; var doughAr...
26.803571
105
0.440373
454e11e031fe8184941fe3cf212bfe8cc97d4944
356
cs
C#
Assets/Scripts/SplitScreen.cs
or9/ballgame
f40ad9dc0a8940e1b148bbae676c4e7107599d88
[ "MIT" ]
null
null
null
Assets/Scripts/SplitScreen.cs
or9/ballgame
f40ad9dc0a8940e1b148bbae676c4e7107599d88
[ "MIT" ]
null
null
null
Assets/Scripts/SplitScreen.cs
or9/ballgame
f40ad9dc0a8940e1b148bbae676c4e7107599d88
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SplitScreen : MonoBehaviour { public Camera cam1; public Camera cam2; // Update is called once per frame void Update() { if (Input.GetKeyDown(KeyCode.P)) { } } public void...
14.833333
40
0.623596
8564e314038b5754b32bdc154d0905e5b65c0f82
222
cs
C#
WProject.UI/Class1.cs
AbabeiAndrei/WProject
6a159de9f0cad1f989ed997e3ec39bf23cb5c18f
[ "MIT" ]
null
null
null
WProject.UI/Class1.cs
AbabeiAndrei/WProject
6a159de9f0cad1f989ed997e3ec39bf23cb5c18f
[ "MIT" ]
null
null
null
WProject.UI/Class1.cs
AbabeiAndrei/WProject
6a159de9f0cad1f989ed997e3ec39bf23cb5c18f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WProject.UI { public class Class1 : UserControl { } }
15.857143
37
0.743243
8bd695061095fd6b75e5d748c5b3bc1b6a39e631
1,586
cs
C#
HelperPack/CollectionsExtensions.cs
LatisVlad/HelperPack
05dfdb3ccd17a73da7a8f799e545d8296ea39cdc
[ "MIT" ]
null
null
null
HelperPack/CollectionsExtensions.cs
LatisVlad/HelperPack
05dfdb3ccd17a73da7a8f799e545d8296ea39cdc
[ "MIT" ]
null
null
null
HelperPack/CollectionsExtensions.cs
LatisVlad/HelperPack
05dfdb3ccd17a73da7a8f799e545d8296ea39cdc
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; namespace HelperPack { /// <summary> /// Helper extension methods for expressing functional algorithms /// </summary> public static class CollectionsExtensions { /// <summary> /// Enumerates...
33.041667
149
0.565574
7677a8d8740f71ced5435cff26608c5e3872be58
452
cs
C#
A-Star/Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Utilities/ExceptionHelpers.cs
wail0152/IPASS
8e2a36d60373ec892f127e883478a524788b7fb7
[ "MIT" ]
8
2020-07-03T09:54:50.000Z
2022-03-04T01:58:29.000Z
A-Star/Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Utilities/ExceptionHelpers.cs
wail0152/IPASS
8e2a36d60373ec892f127e883478a524788b7fb7
[ "MIT" ]
35
2020-02-10T02:53:56.000Z
2022-02-05T09:06:39.000Z
A-Star/Library/PackageCache/com.unity.inputsystem@1.0.0/InputSystem/Utilities/ExceptionHelpers.cs
wail0152/IPASS
8e2a36d60373ec892f127e883478a524788b7fb7
[ "MIT" ]
11
2020-01-28T03:14:20.000Z
2020-03-31T20:48:29.000Z
using System; namespace UnityEngine.InputSystem.Utilities { internal static class ExceptionHelpers { public static bool IsExceptionIndicatingBugInCode(this Exception exception) { Debug.Assert(exception != null, "Exception is null"); return exception is NullReferenceExce...
26.588235
83
0.652655
f686c71c107ed9b52c06855d2f65c00851f4c98d
835
cs
C#
CocoStudio.UndoManager/ICompositeTaskService.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
4
2017-10-22T14:55:25.000Z
2020-09-20T03:06:50.000Z
CocoStudio.UndoManager/ICompositeTaskService.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
null
null
null
CocoStudio.UndoManager/ICompositeTaskService.cs
gdbobu/CocoStudio2.0.6
b7202b200c953e7c1d80b1a24806b65af4847355
[ "MIT" ]
7
2017-04-23T08:13:13.000Z
2022-03-22T06:44:12.000Z
// Decompiled with JetBrains decompiler // Type: CocoStudio.UndoManager.ICompositeTaskService // Assembly: CocoStudio.UndoManager, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null // MVID: DCCDCB4E-BDF1-43E5-865A-77CF1074DD9D // Assembly location: C:\Program Files (x86)\Cocos\Cocos Studio 2\CocoStudio.UndoManager...
27.833333
92
0.771257
ea02b5372356bab45f8140f6b1d3be9590f2820e
5,630
cs
C#
src/Topshelf.Supervise/ServiceHandleProxy.cs
japerr/Topshelf
49f7bc026a01b5ec46cf8c626ebdbf0ded511f32
[ "Apache-2.0" ]
26
2015-01-28T16:46:27.000Z
2021-01-23T02:28:17.000Z
src/Topshelf.Supervise/ServiceHandleProxy.cs
japerr/Topshelf
49f7bc026a01b5ec46cf8c626ebdbf0ded511f32
[ "Apache-2.0" ]
null
null
null
src/Topshelf.Supervise/ServiceHandleProxy.cs
japerr/Topshelf
49f7bc026a01b5ec46cf8c626ebdbf0ded511f32
[ "Apache-2.0" ]
5
2015-01-12T01:21:10.000Z
2016-11-17T13:57:41.000Z
// Copyright 2007-2012 Chris Patterson, Dru Sellers, Travis Smith, et. al. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use // this file except in compliance with the License. You may obtain a copy of the // License at // // http://www.apache.org/licenses/LICENSE-2.0...
34.329268
127
0.574067
ea7260ccbdba153fd5bff1bd44e6b4238b42a4d4
19,573
cs
C#
sdk/dotnet/Gke/OceanLaunchSpec.cs
pulumi/pulumi-spotinst
75592d6293d63f6cec703722f2e02ff1fb1cca44
[ "ECL-2.0", "Apache-2.0" ]
4
2019-12-21T20:50:43.000Z
2021-12-01T20:57:38.000Z
sdk/dotnet/Gke/OceanLaunchSpec.cs
pulumi/pulumi-spotinst
75592d6293d63f6cec703722f2e02ff1fb1cca44
[ "ECL-2.0", "Apache-2.0" ]
103
2019-12-09T22:03:16.000Z
2022-03-30T17:07:34.000Z
sdk/dotnet/Gke/OceanLaunchSpec.cs
pulumi/pulumi-spotinst
75592d6293d63f6cec703722f2e02ff1fb1cca44
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
38.079767
182
0.601594
36f845402d659d11c45df5805ce4aeb1bd6de33c
756
cshtml
C#
soen390-team01/soen390-team01/Views/Inventory/InventoryItem.cshtml
jshoyos/soen390-team01
e5ac7da15ee35e781bf8afd4725f23cec943bb5d
[ "MIT" ]
null
null
null
soen390-team01/soen390-team01/Views/Inventory/InventoryItem.cshtml
jshoyos/soen390-team01
e5ac7da15ee35e781bf8afd4725f23cec943bb5d
[ "MIT" ]
null
null
null
soen390-team01/soen390-team01/Views/Inventory/InventoryItem.cshtml
jshoyos/soen390-team01
e5ac7da15ee35e781bf8afd4725f23cec943bb5d
[ "MIT" ]
null
null
null
@using Newtonsoft.Json @using soen390_team01.Data @model soen390_team01.Data.Entities.Inventory <td class="col">@Model.InventoryId</td> <td class="col">@Model.ItemId</td> <td class="col">@Model.Type</td> <td class="col">@Model.Warehouse</td> <td class="col"> <div class="quantity"> <button class="button-mi...
42
114
0.69709
4c3294a652567fe990b2d8436f5977a5687b309f
250
cs
C#
src/StorefrontCommunity.Gallery.API/Models/EventModel/Subscribed/Menu/ItemGroupPayload.cs
storefront-community/gallery-api
5394bbbb922912dea1b45961db5b4cdab390acaa
[ "Apache-2.0" ]
null
null
null
src/StorefrontCommunity.Gallery.API/Models/EventModel/Subscribed/Menu/ItemGroupPayload.cs
storefront-community/gallery-api
5394bbbb922912dea1b45961db5b4cdab390acaa
[ "Apache-2.0" ]
11
2019-09-21T13:16:44.000Z
2019-09-30T13:54:02.000Z
src/StorefrontCommunity.Gallery.API/Models/EventModel/Subscribed/Menu/ItemGroupPayload.cs
storefront-community/gallery-api
5394bbbb922912dea1b45961db5b4cdab390acaa
[ "Apache-2.0" ]
null
null
null
namespace StorefrontCommunity.Gallery.API.Models.EventModel.Subscribed.Menu { public sealed class ItemGroupPayload { public long Id { get; set; } public long TenantId { get; set; } public string Title { get; } } }
25
75
0.652
eae1023c8de926334da995a16fa8f6c0c7739d6b
12,642
cs
C#
src/Utils/Helper.cs
Killeroo/PowerPing
7e7b0f0d388509ad4f7efb0b4a11bf3b51472261
[ "MIT" ]
133
2017-02-12T00:28:11.000Z
2022-03-21T04:42:00.000Z
src/Utils/Helper.cs
Killeroo/PowerPing
7e7b0f0d388509ad4f7efb0b4a11bf3b51472261
[ "MIT" ]
92
2016-12-06T23:39:37.000Z
2022-03-02T23:21:53.000Z
src/Utils/Helper.cs
Killeroo/PowerPing
7e7b0f0d388509ad4f7efb0b4a11bf3b51472261
[ "MIT" ]
31
2017-06-05T17:30:31.000Z
2022-03-23T11:23:27.000Z
/* MIT License - PowerPing Copyright (c) 2021 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
38.309091
168
0.563123
d805d57156326427f2993aa21869e3dbd214c2fb
11,447
cs
C#
Services/Properties/StatusSettings.Designer.cs
trafi/clickatell-csharp
f5448ddb0da28eb289fd8fe035d7ba1604544af0
[ "MIT" ]
null
null
null
Services/Properties/StatusSettings.Designer.cs
trafi/clickatell-csharp
f5448ddb0da28eb289fd8fe035d7ba1604544af0
[ "MIT" ]
null
null
null
Services/Properties/StatusSettings.Designer.cs
trafi/clickatell-csharp
f5448ddb0da28eb289fd8fe035d7ba1604544af0
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
43.858238
164
0.634053
3b5ffda7293b2d36da81383793fcfa4e93933b42
189
cs
C#
ACadSharp/Entities/ColumnType.cs
ybarlavie/ACadSharp
8b3ade7cf381086bac40a4c09f513b789a2a65eb
[ "MIT" ]
40
2021-03-12T09:21:23.000Z
2022-03-22T08:50:31.000Z
ACadSharp/Entities/ColumnType.cs
ybarlavie/ACadSharp
8b3ade7cf381086bac40a4c09f513b789a2a65eb
[ "MIT" ]
5
2021-03-23T10:22:42.000Z
2022-03-06T17:07:29.000Z
ACadSharp/Entities/ColumnType.cs
ybarlavie/ACadSharp
8b3ade7cf381086bac40a4c09f513b789a2a65eb
[ "MIT" ]
16
2021-03-23T10:17:14.000Z
2022-03-22T06:13:46.000Z
namespace ACadSharp.Entities { /// <summary> /// Represents the type of columns. /// </summary> public enum ColumnType : short { NoColumns, StaticColumns, DynamicColumns, } }
13.5
36
0.671958
bc10d0a7dbf191042e3181f51629ac5ac6177260
215
cs
C#
MyGantt/Model/Cessors.cs
matis-87/MyGantt
170e17660cf80d1a157b6d3c3da1d4faf45edd71
[ "MIT" ]
null
null
null
MyGantt/Model/Cessors.cs
matis-87/MyGantt
170e17660cf80d1a157b6d3c3da1d4faf45edd71
[ "MIT" ]
null
null
null
MyGantt/Model/Cessors.cs
matis-87/MyGantt
170e17660cf80d1a157b6d3c3da1d4faf45edd71
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyGantt.Model { public class Cessors { // public List<GantTask>; } }
15.357143
33
0.706977
0fc9cb5c4fcdb9145f8fd0c7704383112034ade4
953
cs
C#
TestApp/OOApp/Program.cs
elliotwoods/Candle.NET
9930228366a06095cf592b3776417fe58309d36d
[ "MIT" ]
5
2020-11-22T19:23:47.000Z
2021-08-21T05:18:47.000Z
TestApp/OOApp/Program.cs
elliotwoods/Candle.NET
9930228366a06095cf592b3776417fe58309d36d
[ "MIT" ]
null
null
null
TestApp/OOApp/Program.cs
elliotwoods/Candle.NET
9930228366a06095cf592b3776417fe58309d36d
[ "MIT" ]
2
2020-11-27T07:49:27.000Z
2020-11-27T11:42:08.000Z
using System; using System.Threading; using Candle; namespace TestApp { class Program { static void Main(string[] args) { var devices = Device.ListDevices(); foreach (var device in devices) { device.Open(); foreach(var keyValue in device.Channels) { var channel = keyValue....
18.326923
47
0.557188
0fd168e79033b669165c5a9f32ef5a8ef14a13b1
12,627
cs
C#
Assets/Scripts/MicrophoneManager.cs
nicholasc861/DeafPost3
ea067b68e60b5587f7de97bdac3224f53e106c77
[ "MIT" ]
1
2021-07-03T19:14:18.000Z
2021-07-03T19:14:18.000Z
Assets/Scripts/MicrophoneManager.cs
nicholasc861/DeafPost3
ea067b68e60b5587f7de97bdac3224f53e106c77
[ "MIT" ]
null
null
null
Assets/Scripts/MicrophoneManager.cs
nicholasc861/DeafPost3
ea067b68e60b5587f7de97bdac3224f53e106c77
[ "MIT" ]
null
null
null
using HoloToolkit; using System.Collections; using System.Text; using UnityEngine; using UnityEngine.UI; using UnityEngine.Windows.Speech; using HoloToolkit.Unity; using HoloToolkit.Unity.InputModule; using HoloBot; using System; /// <summary> /// MicrophoneManager lets us capture audio from the user and feed into sp...
38.033133
143
0.637998
e19df9862cb7c4a749b512dfb2d5686797711cb3
14,433
cs
C#
Kesco.Employees.Controls/Localization/Resources.Designer.cs
Kesco-m/Kesco.App.Web.MVC.Persons
9a35c4d422395caf33f0daa28189260505480424
[ "MIT" ]
null
null
null
Kesco.Employees.Controls/Localization/Resources.Designer.cs
Kesco-m/Kesco.App.Web.MVC.Persons
9a35c4d422395caf33f0daa28189260505480424
[ "MIT" ]
null
null
null
Kesco.Employees.Controls/Localization/Resources.Designer.cs
Kesco-m/Kesco.App.Web.MVC.Persons
9a35c4d422395caf33f0daa28189260505480424
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // Этот код создан программой. // Исполняемая версия:4.0.30319.42000 // // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае // повторной генерации кода. // </auto-ge...
39.980609
192
0.596065
a981ddf4ccf7bd382f2c0038fd4e008320041ce9
1,151
cs
C#
KanaSwap/Assets/scripts/kana_popup/KanaPopup.cs
KasumiL5x/kanaswap
d0881d14c581afb2ca461b4a960c0b66be61f5a0
[ "MIT" ]
null
null
null
KanaSwap/Assets/scripts/kana_popup/KanaPopup.cs
KasumiL5x/kanaswap
d0881d14c581afb2ca461b4a960c0b66be61f5a0
[ "MIT" ]
null
null
null
KanaSwap/Assets/scripts/kana_popup/KanaPopup.cs
KasumiL5x/kanaswap
d0881d14c581afb2ca461b4a960c0b66be61f5a0
[ "MIT" ]
null
null
null
using UnityEngine; using System; using System.Collections.Generic; public class KanaPopup : MonoBehaviour { Fader fader_; GameObject colliderObj_; KanaAnimation kanaAnimation_; TextMesh textMesh_; void Start() { fader_ = GetComponent<Fader>(); colliderObj_ = transform.Find("collider").With(x => x.gameObject...
25.021739
85
0.692441
ce3f5c3c07f95d72da5a2ffa859f535302153913
6,744
cs
C#
Assets/Scripts/Game/Mahjong2D/Game/GameCtrl/ChatControl.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
2
2020-05-19T08:40:04.000Z
2021-04-07T01:02:19.000Z
Assets/Scripts/Game/Mahjong2D/Game/GameCtrl/ChatControl.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
null
null
null
Assets/Scripts/Game/Mahjong2D/Game/GameCtrl/ChatControl.cs
da1fanshu/1234ewsd
4cc92f1745241acd2590dadee55cb30f8fffbb71
[ "MIT" ]
2
2021-11-21T02:27:22.000Z
2022-03-18T07:44:24.000Z
/**   *文件名称:     ChatSystem.cs   *作者:        AndeLee   *版本:       1.0   *Unity版本: 5.4.0f3   *创建时间:     2017-03-17   *描述:      *历史记录:  这个是聊天系统,负责游戏中聊天相关的消息发送与接收 */ using System.Collections.Generic; using Assets.Scripts.Game.Mahjong2D.CommonFile.Data; using Assets.Scripts.Game.Mahjong2D.CommonFile.Request; usin...
31.514019
145
0.467082
6d939902e2785f244e8d42eb2e98788bfb61f8c9
5,626
cs
C#
src/SFA.DAS.EmployerIncentives.Domain/IncentiveApplications/IncentiveApplication.cs
SkillsFundingAgency/das-employer-incentives
0d51287a5e2e1b048fb6f6065045453c24e8dc93
[ "MIT" ]
4
2020-11-01T12:18:44.000Z
2022-03-29T10:55:46.000Z
src/SFA.DAS.EmployerIncentives.Domain/IncentiveApplications/IncentiveApplication.cs
SkillsFundingAgency/das-employer-incentives
0d51287a5e2e1b048fb6f6065045453c24e8dc93
[ "MIT" ]
55
2020-07-10T10:19:00.000Z
2022-03-29T16:15:00.000Z
src/SFA.DAS.EmployerIncentives.Domain/IncentiveApplications/IncentiveApplication.cs
SkillsFundingAgency/das-employer-incentives
0d51287a5e2e1b048fb6f6065045453c24e8dc93
[ "MIT" ]
1
2021-04-11T08:33:22.000Z
2021-04-11T08:33:22.000Z
using SFA.DAS.EmployerIncentives.Abstractions.Domain; using SFA.DAS.EmployerIncentives.Domain.IncentiveApplications.Events; using SFA.DAS.EmployerIncentives.Domain.IncentiveApplications.Models; using SFA.DAS.EmployerIncentives.Domain.ValueObjects; using SFA.DAS.EmployerIncentives.Enums; using System; using System.Coll...
42.300752
241
0.68379
ed42e0f7ede453c89d3172c1749f15ad2b7f900d
222
cs
C#
src/Server/src/Abstractions/SaveIdentityServerRequest.cs
SwissLife-OSS/IdOps
bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7
[ "MIT" ]
15
2021-11-05T15:02:02.000Z
2022-02-15T18:17:15.000Z
src/Server/src/Abstractions/SaveIdentityServerRequest.cs
SwissLife-OSS/IdOps
bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7
[ "MIT" ]
12
2021-11-02T09:54:45.000Z
2022-02-09T12:08:24.000Z
src/Server/src/Abstractions/SaveIdentityServerRequest.cs
SwissLife-OSS/IdOps
bcab39e1e3c38b3e56a1be6de7f6bd72d06037f7
[ "MIT" ]
null
null
null
using System; namespace IdOps { public record SaveIdentityServerRequest( string Name, Guid EnvironmentId, Guid GroupId, string Url) { public Guid? Id { get; init; } } }
15.857143
44
0.576577
29b25d92e100a0df32c2f0a50b6ca4df3c9468b8
226
cs
C#
src/Dnc.Spider.Selenium/IHtmlDownloader.cs
gainorloss/Dnc.Core
5491628c24ea985c53bcaa622320b41258ec3d07
[ "MIT" ]
13
2019-03-29T13:20:48.000Z
2021-02-22T19:16:18.000Z
src/Dnc.Spider.Selenium/IHtmlDownloader.cs
gainorloss/Dnc.Core
5491628c24ea985c53bcaa622320b41258ec3d07
[ "MIT" ]
null
null
null
src/Dnc.Spider.Selenium/IHtmlDownloader.cs
gainorloss/Dnc.Core
5491628c24ea985c53bcaa622320b41258ec3d07
[ "MIT" ]
2
2021-01-29T05:09:48.000Z
2021-07-20T10:54:14.000Z
using System; using System.Threading.Tasks; namespace Dnc.Spider.Selenium { public interface IHtmlDownloader :IPlugin { Task<string> DownloadHtmlContentAsync(string url, string proxy = null); } }
18.833333
79
0.69469
a0233e0fa94e96970c7627338c71fb8154086767
540
cs
C#
src/A6k.Messaging/Features/ServiceProviderFeature.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
src/A6k.Messaging/Features/ServiceProviderFeature.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
src/A6k.Messaging/Features/ServiceProviderFeature.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
using System; namespace A6k.Messaging.Features { /// <summary> /// Holds the <see cref="IServiceProvider"/> useful in places where a feature/helper needs to be constructed inside a consumer, producer /// </summary> public class ServiceProviderFeature { public ServiceProviderFeature(IServic...
30
140
0.690741
a0237f6f1286c3617e95867fcf3c00046f40337c
556
cs
C#
Zelda/CollisionResponse/SwordCollisionResponse.cs
MH15/monogame-web-scratch
b65b1fb57941ea1f249692e8f4e3949434df542d
[ "MIT" ]
null
null
null
Zelda/CollisionResponse/SwordCollisionResponse.cs
MH15/monogame-web-scratch
b65b1fb57941ea1f249692e8f4e3949434df542d
[ "MIT" ]
null
null
null
Zelda/CollisionResponse/SwordCollisionResponse.cs
MH15/monogame-web-scratch
b65b1fb57941ea1f249692e8f4e3949434df542d
[ "MIT" ]
null
null
null
using System; using game_project.ECS; using game_project.ECS.Components; using game_project.GameObjects.Link; using game_project.Levels; using game_project.Sounds; using Microsoft.Xna.Framework; namespace game_project.CollisionResponse { public class SwordCollisionResponse : ECS.Components.CollisionResponse {...
23.166667
74
0.717626
b14c62b5e2659d98894773452590cdd9312d7315
1,975
cs
C#
FirebaseUnityWrapper/FirebaseUnityWrapper/Auth/FirebaseAuth .cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
FirebaseUnityWrapper/FirebaseUnityWrapper/Auth/FirebaseAuth .cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
FirebaseUnityWrapper/FirebaseUnityWrapper/Auth/FirebaseAuth .cs
gmYusuf/firebase-wrapper
5af6a32bab1011fc77cb8ce2341ddb76e4600942
[ "MIT" ]
null
null
null
using AndroidUtils; using GMSTasks; using System; using UnityEngine; namespace FirebaseUnityWrapper.Auth { // Wrapper for com.google.firebase.auth.FirebaseAuth public class FirebaseAuth : JavaObjectWrapper { private static readonly AndroidJavaClass androidJavaClass = new AndroidJavaClass("com.goo...
47.02381
178
0.760506
973944bb248ba95fd97d18fcda557971a4be459f
7,771
cs
C#
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/Events/TSWheel.cs
dkdk-ryu/TizenFX
bbbe71cc1f8c47516933be9851482564e023a895
[ "Apache-2.0", "MIT" ]
null
null
null
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/Events/TSWheel.cs
dkdk-ryu/TizenFX
bbbe71cc1f8c47516933be9851482564e023a895
[ "Apache-2.0", "MIT" ]
null
null
null
test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/public/Events/TSWheel.cs
dkdk-ryu/TizenFX
bbbe71cc1f8c47516933be9851482564e023a895
[ "Apache-2.0", "MIT" ]
null
null
null
using NUnit.Framework; using NUnit.Framework.TUnit; using System; using Tizen.NUI; using Tizen.NUI.BaseComponents; namespace Tizen.NUI.Devel.Tests { using tlog = Tizen.Log; [TestFixture] [Description("public/Events/Wheel")] class PublicWheelTest { private const string tag = "NUITEST"; ...
31.208835
84
0.512032
1bf1923a01ef9efccc60edac77662bcd067ed6d4
665
cs
C#
src/DesignPattern.AbstractFactory/FactoryProducer.cs
hippieZhou/DesignPatterns
ec07880af7751faae86f7514d0ee929747931efe
[ "Apache-2.0" ]
40
2020-01-03T02:27:15.000Z
2022-01-27T07:24:36.000Z
src/DesignPattern.AbstractFactory/FactoryProducer.cs
hippieZhou/DesignPatterns
ec07880af7751faae86f7514d0ee929747931efe
[ "Apache-2.0" ]
null
null
null
src/DesignPattern.AbstractFactory/FactoryProducer.cs
hippieZhou/DesignPatterns
ec07880af7751faae86f7514d0ee929747931efe
[ "Apache-2.0" ]
7
2020-01-03T02:25:48.000Z
2022-01-17T09:26:05.000Z
using System; using DesignPattern.AbstractFactory.Enums; using DesignPattern.AbstractFactory.Factories; namespace DesignPattern.AbstractFactory { public class FactoryProducer { public static Factories.AbstractFactory GetFactory(ProducerType producerType) { switch (producerType) ...
28.913043
100
0.604511
b1fcf8b67c021a1c0d81536a4542d6500e7e67f2
10,034
cs
C#
StylingAButton/MainViewModel.cs
MahmudOnWeb/StylingAButton
5dfd322c18ab2e1dfc46caec2d3f910e06694026
[ "MIT" ]
2
2020-10-06T15:33:38.000Z
2021-09-24T04:40:36.000Z
StylingAButton/MainViewModel.cs
MahmudOnWeb/StylingAButton
5dfd322c18ab2e1dfc46caec2d3f910e06694026
[ "MIT" ]
null
null
null
StylingAButton/MainViewModel.cs
MahmudOnWeb/StylingAButton
5dfd322c18ab2e1dfc46caec2d3f910e06694026
[ "MIT" ]
null
null
null
using StylingAButton.Views; using System; using System.Threading; using System.Windows; using System.Windows.Input; using System.Windows.Media; namespace StylingAButton { public class MainViewModel : BaseViewModel { private object selected; private Tuple<string, FontFamily, FlowDirection>[] la...
40.136
177
0.558102
dcbd9f2999bb87570bdb531752bbab21cce8ad6f
7,630
cs
C#
src/com.spoiledcat.utilities/Editor/Utilities/TheVersion.cs
spoiledcat/UnityTools
5e6d26c29469b30463f863fb3a37bbdadfc38b94
[ "MIT" ]
3
2020-10-22T10:31:59.000Z
2022-01-17T15:00:34.000Z
src/com.spoiledcat.utilities/Editor/Utilities/TheVersion.cs
spoiledcat/UnityTools
5e6d26c29469b30463f863fb3a37bbdadfc38b94
[ "MIT" ]
null
null
null
src/com.spoiledcat.utilities/Editor/Utilities/TheVersion.cs
spoiledcat/UnityTools
5e6d26c29469b30463f863fb3a37bbdadfc38b94
[ "MIT" ]
null
null
null
// Copyright 2016-2020 Andreia Gaita // // This work is licensed under the terms of the MIT license. // For a copy, see <https://opensource.org/licenses/MIT>. using System; using System.Text.RegularExpressions; namespace SpoiledCat.Utilities { using Json; using Logging; [Serializable] public struct TheVersion : ...
25.864407
116
0.640105
932b64ca85d4a8e1bee60b0b3150df6baf29fc95
4,365
cs
C#
src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/EntityGeneratorTests.cs
inmark92/hotchocolate
aaecf401f06c6bd35b4562d2deb5ef69e3c02401
[ "MIT" ]
3
2018-02-06T19:12:14.000Z
2018-03-09T07:42:04.000Z
src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/EntityGeneratorTests.cs
inmark92/hotchocolate
aaecf401f06c6bd35b4562d2deb5ef69e3c02401
[ "MIT" ]
9
2018-05-23T19:03:12.000Z
2018-05-28T09:43:49.000Z
src/StrawberryShake/CodeGeneration/test/CodeGeneration.CSharp.Tests/EntityGeneratorTests.cs
inmark92/hotchocolate
aaecf401f06c6bd35b4562d2deb5ef69e3c02401
[ "MIT" ]
3
2018-03-29T08:56:26.000Z
2018-05-23T19:39:04.000Z
using ChilliCream.Testing; using Xunit; using static StrawberryShake.CodeGeneration.CSharp.GeneratorTestHelper; namespace StrawberryShake.CodeGeneration.CSharp; public class EntityGeneratorTests { [Fact] public void Generate_ChatClient_ConnectionNotAnEntity() { AssertResult( FileResour...
30.524476
82
0.619244
42ace6aff43ad39ef3ce7591ca4c705240bd99ad
524
cs
C#
RushHour/RushHour.Web/ViewModels/Appointment/AppointmentIndexViewModel.cs
Bfupl/RushHour
8308e5459c0777a15ea03205109a193cc21f5a84
[ "MIT" ]
null
null
null
RushHour/RushHour.Web/ViewModels/Appointment/AppointmentIndexViewModel.cs
Bfupl/RushHour
8308e5459c0777a15ea03205109a193cc21f5a84
[ "MIT" ]
null
null
null
RushHour/RushHour.Web/ViewModels/Appointment/AppointmentIndexViewModel.cs
Bfupl/RushHour
8308e5459c0777a15ea03205109a193cc21f5a84
[ "MIT" ]
null
null
null
 using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace RushHour.Web.ViewModels.Appointment { public class AppointmentIndexViewModel { public int Id { get; set; } public string StartDateTime { get; set; } ...
26.2
57
0.662214
f7a912e3eb7b7f4b99c39bce0195f03e71aa435e
1,592
cs
C#
src/2_Domain/2.1_Shared/ProjectName.Shared.Bus.Core/Handlers/NotificationHandler.cs
vinylima/Demo_EventSource
4b43e680279ae077de8fa831668577e01d947f41
[ "MIT" ]
1
2018-11-30T12:32:22.000Z
2018-11-30T12:32:22.000Z
src/2_Domain/2.1_Shared/ProjectName.Shared.Bus.Core/Handlers/NotificationHandler.cs
vinylima/Demo_EventSource
4b43e680279ae077de8fa831668577e01d947f41
[ "MIT" ]
null
null
null
src/2_Domain/2.1_Shared/ProjectName.Shared.Bus.Core/Handlers/NotificationHandler.cs
vinylima/Demo_EventSource
4b43e680279ae077de8fa831668577e01d947f41
[ "MIT" ]
null
null
null
 using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using ProjectName.Shared.Bus.Abstractions; using ProjectName.Shared.Bus.Abstractions.Enums; using ProjectName.Shared.Bus.Abstractions.ValueObjects; namespace ProjectName.Shared.Bus.Core.Handlers { public class ...
30.615385
92
0.628141
6ca55ba77111f12e38f1d22471e0e0e731e6d43f
1,238
cs
C#
code/src/UI/Converters/BoolToVisibilityConverter.cs
contentcollectivemarketing/WindowsTemplateStudio
7f3442db208b171b1b3c6cabecaf457620d3b332
[ "MIT" ]
3
2019-05-06T18:42:55.000Z
2019-05-07T14:33:13.000Z
code/src/UI/Converters/BoolToVisibilityConverter.cs
Acidburn0zzz/WindowsTemplateStudio
7b0ad962b33a1f838b03e42e8d8ee7d30910af92
[ "MIT" ]
1
2018-04-02T06:54:53.000Z
2018-04-02T06:54:53.000Z
code/src/UI/Converters/BoolToVisibilityConverter.cs
Acidburn0zzz/WindowsTemplateStudio
7b0ad962b33a1f838b03e42e8d8ee7d30910af92
[ "MIT" ]
3
2018-03-25T17:45:09.000Z
2021-02-01T15:28:25.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 file in the project root for more information. using System; using System.Globalization; using System.Windows; using System.Windows.Data; namespace Micr...
30.95
104
0.579968
6713093ad15b036b6db59be079bc50bf00be7d93
2,873
cs
C#
src/v2_1_1/Session/Session.cs
kraftvaerk/OCPI
d72b267a5c7a490df7944c9e3025190424b5020b
[ "MIT" ]
7
2019-06-03T11:44:27.000Z
2022-02-28T20:51:32.000Z
src/v2_1_1/Session/Session.cs
kraftvaerk/OCPI
d72b267a5c7a490df7944c9e3025190424b5020b
[ "MIT" ]
null
null
null
src/v2_1_1/Session/Session.cs
kraftvaerk/OCPI
d72b267a5c7a490df7944c9e3025190424b5020b
[ "MIT" ]
null
null
null
using OCPI.DTO.v2_1_1.CDRs; using OCPI.DTO.v2_1_1.Locations; using OCPI.DTO.v2_1_1.Shared; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace OCPI.DTO.v2_1_1.Session { public class Session { /// <summary> /// The unique id that identifies the...
30.56383
105
0.561782
048606b1db54f37698e3127fd11d1fd2ea84ca76
5,979
cs
C#
ios9/HomeKitCatalog/HomeKitCatalog/ViewControllers/Triggers/ServiceGroups/ServiceGroupViewController.cs
susairajs/ios-samples
6c3869949046a6f9c05d5aaa477dd335715e58ac
[ "MIT" ]
863
2016-09-02T06:42:51.000Z
2022-03-27T08:29:38.000Z
ios9/HomeKitCatalog/HomeKitCatalog/ViewControllers/Triggers/ServiceGroups/ServiceGroupViewController.cs
jadkjordan/ios-samples
4227608d8628b5a35ea4feec26c4471ca35bb668
[ "Apache-2.0" ]
182
2016-09-01T20:43:50.000Z
2022-03-31T14:24:31.000Z
ios9/HomeKitCatalog/HomeKitCatalog/ViewControllers/Triggers/ServiceGroups/ServiceGroupViewController.cs
jadkjordan/ios-samples
4227608d8628b5a35ea4feec26c4471ca35bb668
[ "Apache-2.0" ]
1,111
2016-09-01T17:41:09.000Z
2022-03-29T19:08:16.000Z
using System; using System.Collections.Generic; using System.Linq; using Foundation; using HomeKit; using UIKit; namespace HomeKitCatalog { // A view controller that allows the user to add services to a service group. public partial class ServiceGroupViewController : HMCatalogViewController, IHMAccessoryDelegate {...
25.551282
130
0.716842
092bcdb9f3e92a7095f8d934cf2949feada4b77a
1,795
cs
C#
Chapter08/Assets/Scripts/Tank/Tank.cs
lcyzgdy/Unity-2017-Game-AI-Programming-Third-Edition
a590a3c5ac3cff50f52887690759ecc4a3002d91
[ "MIT" ]
71
2018-01-07T18:29:11.000Z
2022-01-14T04:28:13.000Z
Chapter08/Assets/Scripts/Tank/Tank.cs
lcyzgdy/Unity-2017-Game-AI-Programming-Third-Edition
a590a3c5ac3cff50f52887690759ecc4a3002d91
[ "MIT" ]
1
2021-04-07T00:43:31.000Z
2021-04-07T00:43:31.000Z
Chapter08/Assets/Scripts/Tank/Tank.cs
lcyzgdy/Unity-2017-Game-AI-Programming-Third-Edition
a590a3c5ac3cff50f52887690759ecc4a3002d91
[ "MIT" ]
47
2018-02-14T22:57:25.000Z
2021-09-20T23:19:08.000Z
using UnityEngine; using System.Collections; public class Tank : MonoBehaviour { [SerializeField] private Transform goal; private UnityEngine.AI.NavMeshAgent agent; [SerializeField] private float speedBoostDuration = 3; [SerializeField] private ParticleSystem boostParticleSystem; [Seri...
26.397059
60
0.597772
09836f0e0479eb041122dcef69e06c7ff66c7cd0
2,126
cs
C#
src/Core/src/Eventuous/Tools/Ensure.cs
Eventuous/eventuous
f2365ae254289d76902293b92748370a58125cc6
[ "MIT" ]
190
2021-03-08T12:57:44.000Z
2022-03-29T23:28:34.000Z
src/Core/src/Eventuous/Tools/Ensure.cs
ahoglind/eventuous
f2365ae254289d76902293b92748370a58125cc6
[ "MIT" ]
50
2021-04-01T16:52:01.000Z
2022-03-27T18:01:36.000Z
src/Core/src/Eventuous/Tools/Ensure.cs
ahoglind/eventuous
f2365ae254289d76902293b92748370a58125cc6
[ "MIT" ]
34
2021-03-12T02:25:35.000Z
2022-03-27T17:02:50.000Z
using System.Runtime.CompilerServices; namespace Eventuous; [PublicAPI] public static class Ensure { /// <summary> /// Checks if the object is not null, otherwise throws /// </summary> /// <param name="value">Object to check for null value</param> /// <param name="name">Name of the object to be us...
45.234043
116
0.671214
cfb63fa0913a22e30715f452a8c6d3079b1eb8d1
1,982
cs
C#
example/csharp/netframework/Requests/ChangeSiteSettings/ChangeSiteSettings_HubSite.cs
AvePoint/cloud-governance-new-sdk
a036455d7142f8a15741b936af2cbe113ddfdbdd
[ "Apache-2.0" ]
6
2020-03-17T03:44:02.000Z
2022-02-14T06:05:02.000Z
example/csharp/netframework/Requests/ChangeSiteSettings/ChangeSiteSettings_HubSite.cs
AvePoint/cloud-governance-new-sdk
a036455d7142f8a15741b936af2cbe113ddfdbdd
[ "Apache-2.0" ]
null
null
null
example/csharp/netframework/Requests/ChangeSiteSettings/ChangeSiteSettings_HubSite.cs
AvePoint/cloud-governance-new-sdk
a036455d7142f8a15741b936af2cbe113ddfdbdd
[ "Apache-2.0" ]
10
2020-02-26T16:13:27.000Z
2022-03-12T15:23:28.000Z
namespace NetFramework { using Cloud.Governance.Client.Api; using Cloud.Governance.Client.Client; using Cloud.Governance.Client.Model; using System; using System.Linq; using System.Collections.Generic; public class ChangeSiteSettings_HubSite : TestBase { public ChangeSiteSettin...
44.044444
145
0.625126
f516d5d3c864f2f9816cc4f38bc807471f121ef6
6,539
cs
C#
MilitaryApp/ConsoleApp/Program.cs
Amitpnk/entityframeworkcore-tutorial
930b84cda2c94ed9670ad85434e72eaa00af97d4
[ "MIT" ]
4
2021-01-29T13:01:50.000Z
2021-12-18T19:29:09.000Z
MilitaryApp/ConsoleApp/Program.cs
Amitpnk/entityframeworkcore-tutorial
930b84cda2c94ed9670ad85434e72eaa00af97d4
[ "MIT" ]
null
null
null
MilitaryApp/ConsoleApp/Program.cs
Amitpnk/entityframeworkcore-tutorial
930b84cda2c94ed9670ad85434e72eaa00af97d4
[ "MIT" ]
1
2021-06-15T16:40:40.000Z
2021-06-15T16:40:40.000Z
using Microsoft.EntityFrameworkCore; using MilitaryApp.Data; using MilitaryApp.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; namespace ConsoleApp { class Program { private static MilitaryContext _context = new MilitaryCo...
30.699531
94
0.539226
e9732bb4baae53e575ad9fb6bee711afb48de23c
3,354
cs
C#
AosBznComDevice/Icp/IcpDcom.cs
d2cTool/ONIL_AosFaultsEmu
d1409cbfa6cd19d36e05c05c2ce1f3550ec6c6a9
[ "Apache-2.0" ]
null
null
null
AosBznComDevice/Icp/IcpDcom.cs
d2cTool/ONIL_AosFaultsEmu
d1409cbfa6cd19d36e05c05c2ce1f3550ec6c6a9
[ "Apache-2.0" ]
null
null
null
AosBznComDevice/Icp/IcpDcom.cs
d2cTool/ONIL_AosFaultsEmu
d1409cbfa6cd19d36e05c05c2ce1f3550ec6c6a9
[ "Apache-2.0" ]
null
null
null
using AosBznComDevice.Serial; using System; using System.Globalization; namespace AosBznComDevice.Icp { [Flags] public enum IcpCommand { GetName, GetFirmware, SetOutputs, SetName, GetInputState, GetModuleStatus } public static class IcpDcom { ...
29.946429
123
0.488968
4755728e903800b96915b091cb54e135d8428b17
495
cs
C#
CSharp-HQC-1/04.Mines/Score.cs
zachdimitrov/Homework
0307ebea7a5937504ae52de1856d3a423ccdfc0c
[ "MIT" ]
null
null
null
CSharp-HQC-1/04.Mines/Score.cs
zachdimitrov/Homework
0307ebea7a5937504ae52de1856d3a423ccdfc0c
[ "MIT" ]
null
null
null
CSharp-HQC-1/04.Mines/Score.cs
zachdimitrov/Homework
0307ebea7a5937504ae52de1856d3a423ccdfc0c
[ "MIT" ]
null
null
null
namespace Minesweeper { public class Score { string name; int points; public string Name { get { return name; } set { name = value; } } public int Points { get { return points; } set { points = value; } ...
17.068966
45
0.422222
5dd1befe0b4edf1ad50618de7707c082864619a5
1,986
cs
C#
src/POGOLib.Official/Pokemon/Map.cs
xythos1/POGOLib
dbd7b5aec231641724cf77b21a88abd97cf27da6
[ "MIT" ]
null
null
null
src/POGOLib.Official/Pokemon/Map.cs
xythos1/POGOLib
dbd7b5aec231641724cf77b21a88abd97cf27da6
[ "MIT" ]
null
null
null
src/POGOLib.Official/Pokemon/Map.cs
xythos1/POGOLib
dbd7b5aec231641724cf77b21a88abd97cf27da6
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using GeoCoordinatePortable; using Google.Protobuf.Collections; using POGOLib.Official.Net; using POGOProtos.Map; using POGOProtos.Map.Fort; namespace POGOLib.Official.Pokemon { /// <summary> /// A wrapper class for <see cref="RepeatedFiel...
28.782609
98
0.564955
26d3e53a64d2ca359601e2606ad175ce7992aa9f
1,390
cs
C#
OnePomodoro/OnePomodoro/Helpers/FunctionTagsAttribute.cs
Galang23/OnePomodoro
a7c92578a239f6f0399ac1dd9afd6aa9083324d6
[ "MIT" ]
92
2019-05-16T14:21:55.000Z
2022-03-09T15:26:40.000Z
OnePomodoro/OnePomodoro/Helpers/FunctionTagsAttribute.cs
Galang23/OnePomodoro
a7c92578a239f6f0399ac1dd9afd6aa9083324d6
[ "MIT" ]
17
2020-06-14T13:06:15.000Z
2022-03-31T01:01:31.000Z
OnePomodoro/OnePomodoro/Helpers/FunctionTagsAttribute.cs
Galang23/OnePomodoro
a7c92578a239f6f0399ac1dd9afd6aa9083324d6
[ "MIT" ]
23
2020-01-18T19:14:13.000Z
2022-02-18T05:04:05.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OnePomodoro.Helpers { public class FunctionTagsAttribute : Attribute { public FunctionTagsAttribute(params string[] tags) { Tags = tags; } ...
35.641026
94
0.692806
ca5b315809010d4e657505f3978080f26d1bdcb6
970
cs
C#
src/Plcway.Communication/HslSecurity.cs
mickeygo/Plcway.NET
94238efdde930be8bcb0e25b7e31f29985a0179f
[ "MIT" ]
null
null
null
src/Plcway.Communication/HslSecurity.cs
mickeygo/Plcway.NET
94238efdde930be8bcb0e25b7e31f29985a0179f
[ "MIT" ]
null
null
null
src/Plcway.Communication/HslSecurity.cs
mickeygo/Plcway.NET
94238efdde930be8bcb0e25b7e31f29985a0179f
[ "MIT" ]
null
null
null
using System; namespace Plcway.Communication { internal class HslSecurity { /// <summary> /// 加密方法,只对当前的程序集开放 /// </summary> /// <param name="enBytes">等待加密的数据</param> /// <returns>加密后的字节数据</returns> internal static byte[] ByteEncrypt(byte[] enBytes) { if (enBytes == null) { return Array.Empty...
21.086957
73
0.602062
c5a6f9282c48c7ad919dd65860fdd6c917163956
513
cs
C#
Algorithms/Implementation/Breaking The Records/breakingRecords.cs
DKLynch/HackerRank-Challenges
5b5f2ff8a3724f54b6a91c03db674e91a3b7909f
[ "Unlicense" ]
null
null
null
Algorithms/Implementation/Breaking The Records/breakingRecords.cs
DKLynch/HackerRank-Challenges
5b5f2ff8a3724f54b6a91c03db674e91a3b7909f
[ "Unlicense" ]
null
null
null
Algorithms/Implementation/Breaking The Records/breakingRecords.cs
DKLynch/HackerRank-Challenges
5b5f2ff8a3724f54b6a91c03db674e91a3b7909f
[ "Unlicense" ]
null
null
null
//Problem URL: https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem static int[] breakingRecords(int[] scores) { int min = scores[0], max = scores[0]; int minBroken = 0, maxBroken = 0; for(int i = 0; i < scores.Length; i++){ if(scores[i] > max){ maxBroken += 1;...
25.65
92
0.534113
566175a0fdd6781c8130a6a2c56d1d509033f9f2
2,543
cs
C#
source/Stile/Prototypes/Specifications/Builders/OfExpectations/Is/IsExtensions.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
source/Stile/Prototypes/Specifications/Builders/OfExpectations/Is/IsExtensions.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
source/Stile/Prototypes/Specifications/Builders/OfExpectations/Is/IsExtensions.cs
mcknell/Stile
9270d26bfcc2542cc741c848df1d35ba96ffd7c4
[ "MIT" ]
null
null
null
#region License info... // Stile for .NET, Copyright 2011-2013 by Mark Knell // Licensed under the MIT License found at the top directory of the Stile project on GitHub #endregion #region using... using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using Stile.Prototypes.Specifications....
38.530303
102
0.772316
94fa48f01a120e146d7e422af4569af5c517de1c
365
cs
C#
Fancy Unmissable Captivating Kinescope/Assets/Script/StartPlayer.cs
doggy-hzx/Fancy-Unmissable-Captivating-Kinescope
38f6dee99114b13fa90b86a55821e5e3a98f6520
[ "MIT" ]
1
2021-04-01T10:22:57.000Z
2021-04-01T10:22:57.000Z
Fancy Unmissable Captivating Kinescope/Assets/Script/StartPlayer.cs
doggy-hzx/Fancy-Unmissable-Captivating-Kinescope
38f6dee99114b13fa90b86a55821e5e3a98f6520
[ "MIT" ]
null
null
null
Fancy Unmissable Captivating Kinescope/Assets/Script/StartPlayer.cs
doggy-hzx/Fancy-Unmissable-Captivating-Kinescope
38f6dee99114b13fa90b86a55821e5e3a98f6520
[ "MIT" ]
1
2021-04-01T10:22:59.000Z
2021-04-01T10:22:59.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class StartPlayer : MonoBehaviour { // Start is called before the first frame update void Start() { StartPlay(); } // Update is called once per frame void Update() { } void StartPlay() {...
16.590909
52
0.616438
e6cda1c402d0b3944f2fd6822a8282014309cfc7
2,950
cs
C#
AzyleeCC.Utils/AzyleeCC.Core/DataUtils/EncryptUtils/DesTool.cs
a5550452/Fork
a438695dcd5d501613eef4b658721d3e3119891a
[ "Apache-2.0" ]
492
2017-05-11T05:16:31.000Z
2022-03-30T09:11:01.000Z
AzyleeCC.Utils/AzyleeCC.Core/DataUtils/EncryptUtils/DesTool.cs
a5550452/Fork
a438695dcd5d501613eef4b658721d3e3119891a
[ "Apache-2.0" ]
1
2019-08-06T08:44:34.000Z
2019-08-15T02:20:16.000Z
AzyleeCC.Utils/AzyleeCC.Core/DataUtils/EncryptUtils/DesTool.cs
a5550452/Fork
a438695dcd5d501613eef4b658721d3e3119891a
[ "Apache-2.0" ]
307
2017-05-11T05:16:33.000Z
2022-03-25T15:15:22.000Z
//************************************************************************ // author: yuzhengyang // date: 2018.3.27 - 2018.6.3 // desc: Des 加密解密工具 // Copyright (c) yuzhengyang. All rights reserved. //************************************************************************ using Sys...
36.419753
98
0.544068
e6da44eff99e2326bfc38c53a3567ab46076631c
554
cs
C#
ConnectSQLServer/ConnectSQLServer/DBUtils.cs
kelvindong1608/Csharp
ef8089e81c82dcc3b025b499bc5394c8c0c8a3d4
[ "Apache-2.0" ]
null
null
null
ConnectSQLServer/ConnectSQLServer/DBUtils.cs
kelvindong1608/Csharp
ef8089e81c82dcc3b025b499bc5394c8c0c8a3d4
[ "Apache-2.0" ]
null
null
null
ConnectSQLServer/ConnectSQLServer/DBUtils.cs
kelvindong1608/Csharp
ef8089e81c82dcc3b025b499bc5394c8c0c8a3d4
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; namespace Tutorial.SqlConn { class DBUtils { public static SqlConnection GetDBConnection() { string datasource = @"KELVIN\SQLEXPRESS"; ...
23.083333
94
0.648014
fa67a7716b3585ee150859d8ccc8b9d66dc6ce4d
316
cs
C#
src/Qooba.Framework.Bot.Abstractions/IBot.cs
qooba/Qooba.Framework
ec9efaf3fc529c3c0a87227efc0269fd232bbd60
[ "MIT" ]
2
2017-03-18T04:19:50.000Z
2017-07-31T15:02:10.000Z
src/Qooba.Framework.Bot.Abstractions/IBot.cs
qooba/Qooba.Framework
ec9efaf3fc529c3c0a87227efc0269fd232bbd60
[ "MIT" ]
null
null
null
src/Qooba.Framework.Bot.Abstractions/IBot.cs
qooba/Qooba.Framework
ec9efaf3fc529c3c0a87227efc0269fd232bbd60
[ "MIT" ]
null
null
null
using Qooba.Framework.Bot.Abstractions.Models; using System.Threading.Tasks; namespace Qooba.Framework.Bot.Abstractions { public interface IBot { Task Run(string queueItem); Task Run(Entry entry); Task Redirect(string routeText, IConversationContext conversationContext); } }
21.066667
82
0.718354
175cbf8f9ca3f73d5db29c2bf202801eb01f76a6
1,316
cs
C#
Assets/Game/Scripts/UI/PostGameUI.cs
noc7c9/code-red-II
770f43573a24b7083b39e5aba502616e6265ee31
[ "CC0-1.0", "MIT" ]
null
null
null
Assets/Game/Scripts/UI/PostGameUI.cs
noc7c9/code-red-II
770f43573a24b7083b39e5aba502616e6265ee31
[ "CC0-1.0", "MIT" ]
null
null
null
Assets/Game/Scripts/UI/PostGameUI.cs
noc7c9/code-red-II
770f43573a24b7083b39e5aba502616e6265ee31
[ "CC0-1.0", "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; namespace Noc7c9.TheDigitalFrontier { public class PostGameUI : MonoBehaviour { public float fadeInAnimationTime; public Text youText; public Text winT...
24.37037
74
0.575228
2f1ea2ff2dd4102e0e8caee1f1f2203b27fbdbf7
1,551
cs
C#
PesquisaComAjax/PesquisaComAjax.Data/Repositories/ProdutoRepository.cs
EliPedro/ExemploPesquisaAjax
8b4bbceaed42dd455cbb989a99c9db293405d2ad
[ "MIT" ]
null
null
null
PesquisaComAjax/PesquisaComAjax.Data/Repositories/ProdutoRepository.cs
EliPedro/ExemploPesquisaAjax
8b4bbceaed42dd455cbb989a99c9db293405d2ad
[ "MIT" ]
null
null
null
PesquisaComAjax/PesquisaComAjax.Data/Repositories/ProdutoRepository.cs
EliPedro/ExemploPesquisaAjax
8b4bbceaed42dd455cbb989a99c9db293405d2ad
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using PesquisaComAjax.Domain.Entities; using PesquisaComAjax.Domain.Interfaces.Repositories; using System.Linq; using System.Data.SqlClient; namespace PesquisaComAjax.Data.Repositories { public class ProdutoRepository : RepositoryBase<Produto>, IProdutoRepository ...
27.210526
260
0.575113
46aa7bf4d4c005c29f800710f7b75136cb0dd104
5,144
cs
C#
src/SmartFormat/Utilities/LocalizationProvider.cs
axuno/SmartFormat.NET
e4f829140debdc32f59f011eeb27ac2c98e37310
[ "MIT" ]
56
2018-06-25T01:17:20.000Z
2019-02-01T14:09:12.000Z
src/SmartFormat/Utilities/LocalizationProvider.cs
axuno/SmartFormat.NET
e4f829140debdc32f59f011eeb27ac2c98e37310
[ "MIT" ]
8
2018-06-22T21:57:59.000Z
2019-02-08T23:47:09.000Z
src/SmartFormat/Utilities/LocalizationProvider.cs
axuno/SmartFormat.NET
e4f829140debdc32f59f011eeb27ac2c98e37310
[ "MIT" ]
8
2018-06-25T07:01:53.000Z
2019-02-07T16:57:02.000Z
// // Copyright SmartFormat Project maintainers and contributors. // Licensed under the MIT license. using System.Collections.Generic; using System.Globalization; using System.Resources; namespace SmartFormat.Utilities; /// <summary> /// The default <see cref="ILocalizationProvider"/> for string localization. /// ...
37.823529
171
0.649689
22c3dccedbc6440e45becfb14774f8110ffaece2
1,421
cs
C#
src/src/Mvc/App/Mappings/Extensions/IMappingExpressionExtensions{TEntity,BaseViewModel}.cs
BizStream/xperience-blog-template
5d9466aa31aef2cb6b83322fa9598d2e97dcfa99
[ "MIT" ]
6
2021-02-11T16:05:28.000Z
2022-02-09T17:36:24.000Z
src/src/Mvc/App/Mappings/Extensions/IMappingExpressionExtensions{TEntity,BaseViewModel}.cs
BizStream/xperience-blog-template
5d9466aa31aef2cb6b83322fa9598d2e97dcfa99
[ "MIT" ]
12
2021-05-11T23:08:43.000Z
2022-01-11T17:40:17.000Z
src/src/Mvc/App/Mappings/Extensions/IMappingExpressionExtensions{TEntity,BaseViewModel}.cs
BizStream/xperience-blog-template
5d9466aa31aef2cb6b83322fa9598d2e97dcfa99
[ "MIT" ]
null
null
null
using System; using AutoMapper; using BlogTemplate.Mvc.Abstractions.Models; using BlogTemplate.Mvc.App.Mappings.Resolvers; namespace BlogTemplate.Mvc.App.Mappings.Extensions { public static partial class IMappingExpressionExtensions { public static IMappingExpression<TEntity, TViewModel> IncludeMeta...
36.435897
162
0.676284
fe6ef940c7e3fc5860e635104fce2b99967db2d1
248
cs
C#
NFL/FantasyData.NFL.Entities/Stadiums.cs
pzadafiya/FantasyDataAPI
79e05dec069528cb944888388a95001e1da4642e
[ "MIT" ]
null
null
null
NFL/FantasyData.NFL.Entities/Stadiums.cs
pzadafiya/FantasyDataAPI
79e05dec069528cb944888388a95001e1da4642e
[ "MIT" ]
null
null
null
NFL/FantasyData.NFL.Entities/Stadiums.cs
pzadafiya/FantasyDataAPI
79e05dec069528cb944888388a95001e1da4642e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FantasyData.NFL.Entities { public class Stadiums : List<StadiumDetails> { public Stadiums() { } } }
17.714286
48
0.71371
88577e9699dcb585493c15a883ec2cd3f4d723ac
637
cs
C#
Scripts/Ui/TermsText.cs
stencil-ltd/Stencil-Economy
c2c6c51e98b4a7a1a8c77876b62f02b50c9c3731
[ "Apache-2.0" ]
null
null
null
Scripts/Ui/TermsText.cs
stencil-ltd/Stencil-Economy
c2c6c51e98b4a7a1a8c77876b62f02b50c9c3731
[ "Apache-2.0" ]
null
null
null
Scripts/Ui/TermsText.cs
stencil-ltd/Stencil-Economy
c2c6c51e98b4a7a1a8c77876b62f02b50c9c3731
[ "Apache-2.0" ]
null
null
null
using Binding; using UnityEngine; using UnityEngine.UI; using Util; namespace Stencil.Economy.Ui { [RequireComponent(typeof(Text))] public class TermsText : MonoBehaviour { public string appleProvider = "your iTunes Account"; public string androidProvider = "Google Play"; [Bind] pr...
23.592593
97
0.613815
e1fbf0ae34434fd4f2988a011080f513375ed14e
816
cs
C#
Shell/Services/WindowService.cs
Satiriques/ComicReader.Net
17d704b54866836ff4e4430041ecef47a42c399b
[ "MIT" ]
null
null
null
Shell/Services/WindowService.cs
Satiriques/ComicReader.Net
17d704b54866836ff4e4430041ecef47a42c399b
[ "MIT" ]
2
2019-08-30T00:49:13.000Z
2019-09-02T15:42:08.000Z
Shell/Services/WindowService.cs
Satiriques/ComicReader.Net
17d704b54866836ff4e4430041ecef47a42c399b
[ "MIT" ]
null
null
null
using Autofac; using ComicReader.Net.ApplicationMenu.Views; using ComicReader.Net.Common.Interfaces; using System; using System.Windows.Forms; namespace ComicReader.Net.Shell.Services { public class WindowService : IWindowService { private readonly ILifetimeScope _scope; public WindowService(...
24
59
0.589461
2ac52b61c924d6a5a326ffbaf0ee1d3e698cc1de
98
cs
C#
Assets/AssetStoreItems/GDG_Assets/Breakable Barrel/Scripts/Barrel_DL2.cs
Graygzou/native-ruins
ef0f16d0bbffa50ef6a020e19da13ba291b0551b
[ "Apache-2.0" ]
3
2019-07-31T15:16:01.000Z
2020-09-15T03:16:46.000Z
Assets/AssetStoreItems/GDG_Assets/Breakable Barrel/Scripts/Barrel_DL2.cs
Graygzou/native-ruins
ef0f16d0bbffa50ef6a020e19da13ba291b0551b
[ "Apache-2.0" ]
55
2017-10-26T20:35:52.000Z
2018-10-11T02:01:46.000Z
Assets/AssetStoreItems/GDG_Assets/Breakable Barrel/Scripts/Barrel_DL2.cs
Graygzou/native-ruins
ef0f16d0bbffa50ef6a020e19da13ba291b0551b
[ "Apache-2.0" ]
4
2017-12-25T01:58:02.000Z
2020-10-29T11:49:06.000Z
using UnityEngine; using System.Collections; public class Barrel_DL2 : PhysicsController_DL2 { }
16.333333
49
0.816327
1d378197d2a32fa39675291d68cfe89ed6eb8a03
2,392
cs
C#
FIDO-Detector/FIDO-Detector/Notification/Notification_Helper/Notification_Location_Helper.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
FIDO-Detector/FIDO-Detector/Notification/Notification_Helper/Notification_Location_Helper.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
FIDO-Detector/FIDO-Detector/Notification/Notification_Helper/Notification_Location_Helper.cs
robfry/crucyble-csharp-micro-detectors
bb6b724c09343236299d561d6106862e08876fd2
[ "Apache-2.0" ]
null
null
null
// /* // * // * Copyright 2016 Netflix, Inc. // * // * Licensed under the Apache License, Version 2.0 (the "License"); // * you may not use this file except in compliance with the License. // * You may obtain a copy of the License at // * // * http://www.apache.org/licenses/LICENSE-2.0 // * // * ...
31.893333
142
0.614548
63e3e369e917086b3d6df39250f7103b9f856717
1,076
cs
C#
Views/BundleSelectorDialog.xaml.cs
kythyria/DieselBundleViewer
940cde594d744bbfffbe3101eec565fb5c32b9cd
[ "MIT" ]
null
null
null
Views/BundleSelectorDialog.xaml.cs
kythyria/DieselBundleViewer
940cde594d744bbfffbe3101eec565fb5c32b9cd
[ "MIT" ]
null
null
null
Views/BundleSelectorDialog.xaml.cs
kythyria/DieselBundleViewer
940cde594d744bbfffbe3101eec565fb5c32b9cd
[ "MIT" ]
null
null
null
using DieselBundleViewer.ViewModels; using System.Windows.Controls; using System.Windows.Input; namespace DieselBundleViewer.Views { /// <summary> /// Interaction logic for BundleSelectorDialog /// </summary> public partial class BundleSelectorDialog : UserControl { FixListView fix; ...
27.589744
94
0.640335
534370b438f79fea7da774867ac27c033fbc1c7b
2,163
cs
C#
Dumps/PrimitierDumpV1.0.1/SciFiArsenal/SciFiLoopScript.cs
TotalJTM/PrimitierModdingFramework
c76b4a19074034350e296743e58e7c624ab5cab3
[ "MIT" ]
2
2022-03-03T02:10:54.000Z
2022-03-05T20:54:43.000Z
Dumps/PrimitierDumpV1.0.1/SciFiArsenal/SciFiLoopScript.cs
TotalJTM/PrimitierModdingFramework
c76b4a19074034350e296743e58e7c624ab5cab3
[ "MIT" ]
null
null
null
Dumps/PrimitierDumpV1.0.1/SciFiArsenal/SciFiLoopScript.cs
TotalJTM/PrimitierModdingFramework
c76b4a19074034350e296743e58e7c624ab5cab3
[ "MIT" ]
null
null
null
/* * Generated code file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty */ using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using UnityEngine; // Image 66: Assembly-CSharp.dll - Assembly: Assembly-CSha...
37.293103
156
0.773
12a2f1cdf89d394f5022154b6f45857e59d6740e
656
cs
C#
AwfulForumsLibrary/Models/Web/AuthResult.cs
drasticactions/AwfulForumsLibrary
d7f1e517cd9ecb530b7c976a5a005f22eceac78b
[ "MIT" ]
5
2015-08-28T15:46:04.000Z
2017-01-28T12:58:48.000Z
AwfulForumsLibrary/Models/Web/AuthResult.cs
drasticactions/AwfulForumsLibrary
d7f1e517cd9ecb530b7c976a5a005f22eceac78b
[ "MIT" ]
1
2018-05-06T10:55:01.000Z
2018-05-06T10:55:01.000Z
AwfulForumsLibrary/Models/Web/AuthResult.cs
drasticactions/AwfulForumsLibrary
d7f1e517cd9ecb530b7c976a5a005f22eceac78b
[ "MIT" ]
1
2018-05-04T01:00:40.000Z
2018-05-04T01:00:40.000Z
using System; using System.Collections.Generic; using System.Net; using System.Text; namespace AwfulForumsLibrary.Models.Web { public class AuthResult { /// <summary> /// If the request we've recieved was gotten successfully. /// </summary> public bool IsSuccess { get; set; } ...
25.230769
73
0.602134
af5a0793306c23307c58200a9079d7783943f78f
1,444
cs
C#
Assets/Scripts/Bullet.cs
therealpanda98/Run-or-Die
45b7591a1ec3bdedc188c8bac85195f3114703ed
[ "MIT" ]
null
null
null
Assets/Scripts/Bullet.cs
therealpanda98/Run-or-Die
45b7591a1ec3bdedc188c8bac85195f3114703ed
[ "MIT" ]
null
null
null
Assets/Scripts/Bullet.cs
therealpanda98/Run-or-Die
45b7591a1ec3bdedc188c8bac85195f3114703ed
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Bullet : MonoBehaviour { private GameObject parent; public GameObject Parent { set { parent = value; } get { return parent; } } private float speed = 10.0f; private SpriteRenderer s...
23.672131
140
0.624654
b5341f76bd6dd6dd5ce4cd5cbba27977ddb46558
242
cs
C#
src/Server/Events_API/Models/API/TeamModel.cs
dededemi1113/GoSports
9a9fcde2fac6be2190abc277bb62e63ac825feda
[ "MIT" ]
null
null
null
src/Server/Events_API/Models/API/TeamModel.cs
dededemi1113/GoSports
9a9fcde2fac6be2190abc277bb62e63ac825feda
[ "MIT" ]
null
null
null
src/Server/Events_API/Models/API/TeamModel.cs
dededemi1113/GoSports
9a9fcde2fac6be2190abc277bb62e63ac825feda
[ "MIT" ]
1
2021-02-17T06:51:57.000Z
2021-02-17T06:51:57.000Z
using System.Collections.Generic; namespace Events_API.Models.API { public class TeamModel { public int Id { get; set; } public string Name { get; set; } public IList<PlayerModel> Players { get; set; } } }
22
55
0.623967
ccf4f03a6f813ff914049c3d8ca89f26e6601edf
5,432
cs
C#
SPMTool/Global/Extensions/PointExtensions.cs
andrefmello91/SPMTool
0b3f963c47bf2fcfc7fea21ec76e716eb7506dc5
[ "MIT" ]
null
null
null
SPMTool/Global/Extensions/PointExtensions.cs
andrefmello91/SPMTool
0b3f963c47bf2fcfc7fea21ec76e716eb7506dc5
[ "MIT" ]
null
null
null
SPMTool/Global/Extensions/PointExtensions.cs
andrefmello91/SPMTool
0b3f963c47bf2fcfc7fea21ec76e716eb7506dc5
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using andrefmello91.Extensions; using andrefmello91.OnPlaneComponents; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.Geometry; using MathNet.Numerics; using UnitsNet.Units; namespace SPMTool { public static ...
42.771654
222
0.664212