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
0d2083d16378fd213888f206b04d4d10da189671
378
cs
C#
StoreApp/StoreBL/Location/ILocationBL.cs
wmhunt1/StoreApp
984a00bcf1c7434d67eaef8a6ae9c9764e488a56
[ "MIT" ]
null
null
null
StoreApp/StoreBL/Location/ILocationBL.cs
wmhunt1/StoreApp
984a00bcf1c7434d67eaef8a6ae9c9764e488a56
[ "MIT" ]
null
null
null
StoreApp/StoreBL/Location/ILocationBL.cs
wmhunt1/StoreApp
984a00bcf1c7434d67eaef8a6ae9c9764e488a56
[ "MIT" ]
null
null
null
using StoreModels; using System.Collections.Generic; namespace StoreBL { public interface ILocationBL { List<Location> GetLocations(); void AddLocation(Location newLocation); Location GetLocationByName(string name); Location DeleteLocation(Location location2BDeleted); Loc...
27
60
0.724868
d6b003631c488854d2513f61e2e31e99ced98ba4
451
cs
C#
Test/SchoolRecords/SchoolRecords.Model/Subject.cs
NakedObjectsGroup/NakedObjectsFramework
ab8930456564b680e1ddd8dfa99b40be855ddee5
[ "Apache-2.0" ]
207
2015-01-29T22:37:11.000Z
2022-03-17T17:34:29.000Z
Test/SchoolRecords/SchoolRecords.Model/Subject.cs
NakedObjectsGroup/NakedObjectsFramework
ab8930456564b680e1ddd8dfa99b40be855ddee5
[ "Apache-2.0" ]
407
2016-05-09T10:50:24.000Z
2022-03-25T10:47:25.000Z
Test/SchoolRecords/SchoolRecords.Model/Subject.cs
NakedObjectsGroup/NakedObjectsFramework
ab8930456564b680e1ddd8dfa99b40be855ddee5
[ "Apache-2.0" ]
53
2015-01-31T16:40:54.000Z
2021-11-29T04:00:20.000Z
using NakedFunctions; namespace SchoolRecords.Model { [Bounded] public record Subject { [Hidden] public virtual int Id { get; init; } [MemberOrder(1)] public virtual string Name { get; init; } public override string ToString() => Name; public override int...
20.5
82
0.618625
792b15f8f080aabe34c56d884dfb97f736546ed4
187
cs
C#
bam.net.schema.org/Schema.Org/Things/InstallAction.cs
BryanApellanes/bamsdo
390d2c02ee8ac29ddfc8020c6e1237aea4efb617
[ "MIT" ]
null
null
null
bam.net.schema.org/Schema.Org/Things/InstallAction.cs
BryanApellanes/bamsdo
390d2c02ee8ac29ddfc8020c6e1237aea4efb617
[ "MIT" ]
null
null
null
bam.net.schema.org/Schema.Org/Things/InstallAction.cs
BryanApellanes/bamsdo
390d2c02ee8ac29ddfc8020c6e1237aea4efb617
[ "MIT" ]
null
null
null
using Bam.Net.Schema.Org.DataTypes; namespace Bam.Net.Schema.Org.Things { ///<summary>The act of installing an application.</summary> public class InstallAction: ConsumeAction { } }
18.7
60
0.754011
793237187c1bee1b89f4703c50f455ddcb7df2a6
4,117
cs
C#
Demo/Features/ClipboardEventDemo.Designer.cs
feeleen/ReoGrid
eb6cf8e4cd1bd6bf329ba57ff89e79b3e9a0d42c
[ "MIT" ]
728
2016-10-25T18:26:38.000Z
2022-03-31T14:01:43.000Z
Demo/Features/ClipboardEventDemo.Designer.cs
feeleen/ReoGrid
eb6cf8e4cd1bd6bf329ba57ff89e79b3e9a0d42c
[ "MIT" ]
421
2015-01-09T01:55:18.000Z
2022-03-26T11:09:58.000Z
Demo/Features/ClipboardEventDemo.Designer.cs
feeleen/ReoGrid
eb6cf8e4cd1bd6bf329ba57ff89e79b3e9a0d42c
[ "MIT" ]
273
2016-10-26T08:30:16.000Z
2022-03-31T14:01:33.000Z
/***************************************************************************** * * ReoGrid - .NET Spreadsheet Control * * https://reogrid.net * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * IMPLIED WARRANTIES OF...
34.596639
127
0.683022
6bbb38de705ae1ce31f166f6d3ab61cf78e66995
7,432
cs
C#
Multi-Purpose Graphic Splitter/frmMain.cs
jcsnider/Multi-Purpose-Graphic-Splitter
fbcc7f9bd56010eaf78b8b3abc39e9f7b1b8c76e
[ "MIT" ]
2
2018-10-08T03:36:38.000Z
2018-10-11T04:34:56.000Z
Multi-Purpose Graphic Splitter/frmMain.cs
jcsnider/Multi-Purpose-Graphic-Splitter
fbcc7f9bd56010eaf78b8b3abc39e9f7b1b8c76e
[ "MIT" ]
null
null
null
Multi-Purpose Graphic Splitter/frmMain.cs
jcsnider/Multi-Purpose-Graphic-Splitter
fbcc7f9bd56010eaf78b8b3abc39e9f7b1b8c76e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Multi_Purpose_Graphic_Splitter { public partial class frmMain : Form ...
37.918367
166
0.488294
dce6f42640d095515f334fb38cc02587753441e3
362
cs
C#
Assets/Objects/Interfaces/ISwitchable.cs
McYvar/BPWEindProject
10e74745f17a844a589b6a9999450974c3c225df
[ "MIT" ]
null
null
null
Assets/Objects/Interfaces/ISwitchable.cs
McYvar/BPWEindProject
10e74745f17a844a589b6a9999450974c3c225df
[ "MIT" ]
null
null
null
Assets/Objects/Interfaces/ISwitchable.cs
McYvar/BPWEindProject
10e74745f17a844a589b6a9999450974c3c225df
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface ISwitchable { // To perform a switch I need a location, a scale of the object this interface is on // and a method that defines the switching Vector3 location { get; set; } float yScale { get; set; ...
27.846154
89
0.698895
111a7974d54a673d219119ee0f4ad4f2a25ca21d
3,273
cs
C#
src/Transports/MassTransit.AmazonSqsTransport/AmazonSqsSendContextExtensions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
1
2022-03-29T23:09:02.000Z
2022-03-29T23:09:02.000Z
src/Transports/MassTransit.AmazonSqsTransport/AmazonSqsSendContextExtensions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/Transports/MassTransit.AmazonSqsTransport/AmazonSqsSendContextExtensions.cs
kjrobrien/MassTransit
7e735fd24afb2651ab3f8d2cefda821870f479e5
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
namespace MassTransit { using System; public static class AmazonSqsSendContextExtensions { /// <summary> /// Sets the GroupId of a message sent to the broker /// </summary> /// <param name="context"></param> /// <param name="groupId"></param> public static v...
36.366667
107
0.599756
11a347054e3ed10efe6f81c67fa25c1eaf2d2360
142
cs
C#
MicroCreations.Batch/MicroCreations.Batch/Processors/ProcessorType.cs
microcreationsuk/MicroCreations
868f3f9366dee908ab7bb053bfae0a74f1d28f2c
[ "MIT" ]
null
null
null
MicroCreations.Batch/MicroCreations.Batch/Processors/ProcessorType.cs
microcreationsuk/MicroCreations
868f3f9366dee908ab7bb053bfae0a74f1d28f2c
[ "MIT" ]
null
null
null
MicroCreations.Batch/MicroCreations.Batch/Processors/ProcessorType.cs
microcreationsuk/MicroCreations
868f3f9366dee908ab7bb053bfae0a74f1d28f2c
[ "MIT" ]
null
null
null
namespace MicroCreations.Batch.Processors { public enum ProcessorType { Serial, Parallel, Dependency } }
14.2
42
0.598592
e54a3016ab99c1ec393af54c4f2e5d524c065a0d
394
cs
C#
src/Mapex.Extractors.Csv.Tests/ExtractOptionsTests.cs
alexander-forbes/mapex.extractors.csv
13504225263ab5bf2c9913aba496082fb57d9254
[ "MIT" ]
null
null
null
src/Mapex.Extractors.Csv.Tests/ExtractOptionsTests.cs
alexander-forbes/mapex.extractors.csv
13504225263ab5bf2c9913aba496082fb57d9254
[ "MIT" ]
null
null
null
src/Mapex.Extractors.Csv.Tests/ExtractOptionsTests.cs
alexander-forbes/mapex.extractors.csv
13504225263ab5bf2c9913aba496082fb57d9254
[ "MIT" ]
null
null
null
using NUnit.Framework; namespace Mapex.Extractors.Csv.Tests { [TestFixture] public class When_constructing_extractor_options { [Test] public void It_should_set_the_automap_property_to_false() { Assert.IsFalse(new ExtractOptions().AutoMap); } [Test] public void It_should_set_the_rowheader_property_t...
18.761905
61
0.761421
40984c1e4ee34324d3b37d106200daf70c795716
6,963
cs
C#
DCPUB/Ast/VariableDeclarationNode.cs
Blecki/DCPUB
ceb330abb56c1e27353750b81bc9590cb1a045f5
[ "MS-PL" ]
13
2015-10-24T12:43:08.000Z
2021-11-24T06:21:16.000Z
DCPUB/Ast/VariableDeclarationNode.cs
Blecki/DCPUB
ceb330abb56c1e27353750b81bc9590cb1a045f5
[ "MS-PL" ]
12
2016-02-02T23:48:53.000Z
2017-09-23T12:47:10.000Z
DCPUB/Ast/VariableDeclarationNode.cs
Blecki/DCPUB
ceb330abb56c1e27353750b81bc9590cb1a045f5
[ "MS-PL" ]
2
2016-03-17T20:08:27.000Z
2016-05-16T17:28:07.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Irony.Interpreter.Ast; using DCPUB.Intermediate; namespace DCPUB.Ast { public class VariableDeclarationNode : CompilableNode { string declLabel = ""; Model.Variable variable = null; int size = 1...
40.719298
133
0.528651
50a3eee40f17fa6f6e41f0b6c2fa0e9e10bdd319
491
cs
C#
PhoneToolkitSample/Samples/PropertyUISample.xaml.cs
Kinnara/WPToolkit
e22624c90870e3aaa8bfc6220fc455464125d13b
[ "MS-PL" ]
22
2015-01-07T05:52:33.000Z
2016-12-09T04:31:41.000Z
PhoneToolkitSample/Samples/PropertyUISample.xaml.cs
deboajagbe/WPToolkit
e22624c90870e3aaa8bfc6220fc455464125d13b
[ "MS-PL" ]
4
2015-03-25T22:28:45.000Z
2016-07-28T03:26:11.000Z
PhoneToolkitSample/Samples/PropertyUISample.xaml.cs
deboajagbe/WPToolkit
e22624c90870e3aaa8bfc6220fc455464125d13b
[ "MS-PL" ]
13
2015-01-02T10:02:26.000Z
2021-06-28T21:03:36.000Z
using Microsoft.Phone.Controls; using System.Windows; namespace PhoneToolkitSample.Samples { public partial class PropertyUISample : BasePage { public PropertyUISample() { InitializeComponent(); } private void PropertyUI_Click(object sender, RoutedEventArgs e) ...
25.842105
102
0.641548
096c64280e17f87286840e0f210e55a3edd0552e
394
cs
C#
ChartsTest/Line Examples/CustomLine.xaml.cs
pennant/Live-Charts
ce4f937246fd8bb3910021a1b11e9ecdd10bdb36
[ "MIT" ]
1
2016-12-06T10:13:28.000Z
2016-12-06T10:13:28.000Z
ChartsTest/Line Examples/CustomLine.xaml.cs
pennant/Live-Charts
ce4f937246fd8bb3910021a1b11e9ecdd10bdb36
[ "MIT" ]
null
null
null
ChartsTest/Line Examples/CustomLine.xaml.cs
pennant/Live-Charts
ce4f937246fd8bb3910021a1b11e9ecdd10bdb36
[ "MIT" ]
null
null
null
 using System.Windows; namespace ChartsTest.Line_Examples { public partial class CustomLine { public CustomLine() { InitializeComponent(); } private void CustomLine_OnLoaded(object sender, RoutedEventArgs e) { //this is just to see animation eve...
19.7
74
0.591371
13fbaa009adc47348237e2a2ee6ce85fcf0d1280
906
cs
C#
Assets/Scripts/ARItem.cs
SeokbinKang/BMWAR
d08e5415de1b4170fda47abd8c9d86faa325ade1
[ "MIT" ]
null
null
null
Assets/Scripts/ARItem.cs
SeokbinKang/BMWAR
d08e5415de1b4170fda47abd8c9d86faa325ade1
[ "MIT" ]
null
null
null
Assets/Scripts/ARItem.cs
SeokbinKang/BMWAR
d08e5415de1b4170fda47abd8c9d86faa325ade1
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ARItem : MonoBehaviour { public static int IdCounter=0; public Vector3 size; public Vector3 rotation; public Vector3 positionTrunk; public GameObject originalItemBox; public GameOb...
22.65
65
0.642384
2841b8f7c278358b5dc34cdc09edd94bd405b34e
3,484
cshtml
C#
Tintoreria/Tintoreria/Views/Categoria/Index.cshtml
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
2
2019-01-18T14:07:43.000Z
2019-01-20T21:44:11.000Z
Tintoreria/Tintoreria/Views/Categoria/Index.cshtml
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
null
null
null
Tintoreria/Tintoreria/Views/Categoria/Index.cshtml
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
null
null
null
@model Upds.Sistemas.ProgWeb2.Tintoreria.MVC.Models.CategoriaListModel @{ ViewBag.Title = "Lista Categoria"; Layout = "~/Views/Shared/_LayoutAdmin.cshtml"; } <h2>Lista Categorias</h2> @*<a class="waves-effect waves-light btn">button</a> <a class="waves-effect waves-light btn"><i class="material-icons left...
40.988235
202
0.464983
2867d56c7f0859d8b126e8fcc15ed14b1396c05c
3,194
cs
C#
RuneScapeCacheTools/Cache/RuneTek7Cache.cs
Rune-Status/villermen-runescape-cache-tools
b0b0cd245bc633655509898947b9a4eaa37efb54
[ "MIT" ]
60
2016-12-20T06:14:09.000Z
2022-03-07T14:59:01.000Z
RuneScapeCacheTools/Cache/RuneTek7Cache.cs
PopskiVR/runescape-cache-tools
b0b0cd245bc633655509898947b9a4eaa37efb54
[ "MIT" ]
72
2016-07-28T03:09:33.000Z
2022-01-05T09:41:17.000Z
RuneScapeCacheTools/Cache/RuneTek7Cache.cs
PopskiVR/runescape-cache-tools
b0b0cd245bc633655509898947b9a4eaa37efb54
[ "MIT" ]
22
2016-08-19T01:10:06.000Z
2022-01-23T12:58:15.000Z
using System; using System.Collections.Generic; using System.Data.SQLite; using System.IO; using System.Linq; namespace Villermen.RuneScapeCacheTools.Cache { /// <summary> /// RuneTek7 (RS3 in NXT & HTML) cache format. /// </summary> [Obsolete("Finishing RuneTek5 first before continuing with this.")] public cl...
26.840336
113
0.680338
a6fd302377e4bca55e40532687582fa434ebf347
5,719
cs
C#
src/GenerateApp/TestGenerate/TestGenerateSqlServer.cs
ignatandrei/generateApp
3f1c15217bfc5a0bcae3282b509bb65b18b66bae
[ "MIT" ]
null
null
null
src/GenerateApp/TestGenerate/TestGenerateSqlServer.cs
ignatandrei/generateApp
3f1c15217bfc5a0bcae3282b509bb65b18b66bae
[ "MIT" ]
52
2020-07-31T23:59:59.000Z
2022-03-21T01:38:57.000Z
src/GenerateApp/TestGenerate/TestGenerateSqlServer.cs
ignatandrei/generateApp
3f1c15217bfc5a0bcae3282b509bb65b18b66bae
[ "MIT" ]
null
null
null
using GenerateApp.Controllers; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; using Xunit; using Xunit.Abstractions; namespace TestGenerate { public class TestGenerateSqlServer { private readonly ITestOutputHelper output; static async Task<Gene...
41.143885
100
0.492743
9f8ae5fa6618d4b60d182f85375d1ad992df7916
4,537
cs
C#
src/persistence/Elsa.Persistence.DocumentDb/DocumentDbStorage.cs
woody43567/elsa-core
d61853f5ad15121692b3e7163ec32e02fe39d946
[ "BSD-3-Clause" ]
null
null
null
src/persistence/Elsa.Persistence.DocumentDb/DocumentDbStorage.cs
woody43567/elsa-core
d61853f5ad15121692b3e7163ec32e02fe39d946
[ "BSD-3-Clause" ]
null
null
null
src/persistence/Elsa.Persistence.DocumentDb/DocumentDbStorage.cs
woody43567/elsa-core
d61853f5ad15121692b3e7163ec32e02fe39d946
[ "BSD-3-Clause" ]
null
null
null
using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Microsoft.Extensions.Options; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using NodaTime; using NodaTime.Serialization.JsonNet; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using ...
38.12605
126
0.624421
de5177f2f241a6d9074c2e9e776ca2de27a05360
323
cs
C#
src/ZhAsoiafWiki.Plus.Web/Controllers/ArticlesController.cs
lianzhao/WikiaWP
5e9485d508e7d1bd19d8b9216dd55462f7eb3c56
[ "MIT" ]
null
null
null
src/ZhAsoiafWiki.Plus.Web/Controllers/ArticlesController.cs
lianzhao/WikiaWP
5e9485d508e7d1bd19d8b9216dd55462f7eb3c56
[ "MIT" ]
null
null
null
src/ZhAsoiafWiki.Plus.Web/Controllers/ArticlesController.cs
lianzhao/WikiaWP
5e9485d508e7d1bd19d8b9216dd55462f7eb3c56
[ "MIT" ]
null
null
null
using System.Web.Mvc; using ZhAsoiafWiki.Plus.Web.Models; namespace ZhAsoiafWiki.Plus.Web.Controllers { public class ArticlesController : Controller { public ActionResult Index() { return View(new ArticlesIndexViewModel { Articles = AppCache.Articles }); } }...
23.071429
86
0.640867
6a0befe934313c66283ca00df9a606ee29e0fa9b
914
cs
C#
src/HttPlaceholder.Application.Tests/StubExecution/ResponseToStubResponseHandlers/HeaderHandlerFacts.cs
heholek/httplaceholder
e65547b702627fb3d888cdd4ae0847b3fe1ce44f
[ "MIT" ]
null
null
null
src/HttPlaceholder.Application.Tests/StubExecution/ResponseToStubResponseHandlers/HeaderHandlerFacts.cs
heholek/httplaceholder
e65547b702627fb3d888cdd4ae0847b3fe1ce44f
[ "MIT" ]
null
null
null
src/HttPlaceholder.Application.Tests/StubExecution/ResponseToStubResponseHandlers/HeaderHandlerFacts.cs
heholek/httplaceholder
e65547b702627fb3d888cdd4ae0847b3fe1ce44f
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using HttPlaceholder.Application.StubExecution.Models; using HttPlaceholder.Application.StubExecution.ResponseToStubResponseHandlers; using HttPlaceholder.Domain; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace HttPlaceholder.Application.Tests.StubExecution.ResponseToStubRe...
31.517241
96
0.751641
867440e97ca9f352120212cc7348394a1379de47
10,360
cs
C#
src/Envelop/BindingTo.cs
kthompson/envelop
9a5ee97a1ae83a0c72dc4c4ba8c524508fdaa83f
[ "MIT" ]
null
null
null
src/Envelop/BindingTo.cs
kthompson/envelop
9a5ee97a1ae83a0c72dc4c4ba8c524508fdaa83f
[ "MIT" ]
null
null
null
src/Envelop/BindingTo.cs
kthompson/envelop
9a5ee97a1ae83a0c72dc4c4ba8c524508fdaa83f
[ "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; namespace Envelop { class CallSites { public static readonly Type Func = typeof (Func<>); public static readonly Type Resolve...
37.672727
163
0.546815
efe10ef863fc3ced813ae565963a3c47d07cb7ed
92
cs
C#
samples/MudBlazor.RichTextField.Sample.Core/_Usings.cs
MyNihongo/MudBlazor.RichTextField
1df0d62290ba402446239fb2e527fde8bfd92343
[ "MIT" ]
null
null
null
samples/MudBlazor.RichTextField.Sample.Core/_Usings.cs
MyNihongo/MudBlazor.RichTextField
1df0d62290ba402446239fb2e527fde8bfd92343
[ "MIT" ]
1
2022-03-30T00:34:02.000Z
2022-03-30T00:34:02.000Z
samples/MudBlazor.RichTextField.Sample.Core/_Usings.cs
MyNihongo/MudBlazor.RichTextField
1df0d62290ba402446239fb2e527fde8bfd92343
[ "MIT" ]
null
null
null
global using Blazored.LocalStorage; global using Microsoft.Extensions.DependencyInjection;
30.666667
54
0.869565
94f962297596e3c3a474c2f2b26d232d3475bc84
953
cs
C#
Cinema/Cinema/Models/Cinema.cs
IvanBerov/Asp.NetCoreMVC_Cinema
246168c2480492797c5eaaf2c92336bd09488f0b
[ "MIT" ]
null
null
null
Cinema/Cinema/Models/Cinema.cs
IvanBerov/Asp.NetCoreMVC_Cinema
246168c2480492797c5eaaf2c92336bd09488f0b
[ "MIT" ]
null
null
null
Cinema/Cinema/Models/Cinema.cs
IvanBerov/Asp.NetCoreMVC_Cinema
246168c2480492797c5eaaf2c92336bd09488f0b
[ "MIT" ]
null
null
null
using CinemaApp.Data.BaseRepo; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace CinemaApp.Models { public class Cinema : IEntityBase { [Key] public int Id { get; set; } [Display(Name = "Cinema Logo")] [Required(ErrorMessage = "Cinema log...
32.862069
111
0.643232
a2402bdb77ae79493198cc34bc02ebf12c98e50e
927
cs
C#
Liquid.NET/src/Expressions/AndExpression.cs
mikebridge/Liquid.NET
ba066fb0936eebeab85beccc74790df29cdef254
[ "MIT" ]
61
2015-11-05T15:58:20.000Z
2021-12-07T13:33:24.000Z
Liquid.NET/src/Expressions/AndExpression.cs
mikebridge/Liquid.NET
ba066fb0936eebeab85beccc74790df29cdef254
[ "MIT" ]
49
2015-10-22T17:32:15.000Z
2019-03-15T11:16:25.000Z
Liquid.NET/src/Expressions/AndExpression.cs
mikebridge/Liquid.NET
ba066fb0936eebeab85beccc74790df29cdef254
[ "MIT" ]
15
2015-10-22T19:55:49.000Z
2021-08-29T14:27:55.000Z
using System; using System.Collections.Generic; using System.Linq; using Liquid.NET.Constants; using Liquid.NET.Utils; using ExpressionResult = Liquid.NET.Utils.Either<Liquid.NET.LiquidError, Liquid.NET.Utils.Option<Liquid.NET.Constants.ILiquidValue>>; namespace Liquid.NET.Expressions { public class AndE...
38.625
139
0.676375
395b82ad2e28aee71beb1d039be2177ffac0ea00
29
cshtml
C#
src/Feature/TaxonomyComponents/Views/Taxonomy/Tag.cshtml
kate-orlova/taxonomy-in-sitecore
fc99f1a72d1424f90249909ddb6c7a3059706c66
[ "MIT" ]
3
2020-05-10T17:13:22.000Z
2020-08-16T15:01:46.000Z
src/Feature/TaxonomyComponents/Views/Taxonomy/Tag.cshtml
kate-orlova/taxonomy-in-sitecore
fc99f1a72d1424f90249909ddb6c7a3059706c66
[ "MIT" ]
null
null
null
src/Feature/TaxonomyComponents/Views/Taxonomy/Tag.cshtml
kate-orlova/taxonomy-in-sitecore
fc99f1a72d1424f90249909ddb6c7a3059706c66
[ "MIT" ]
null
null
null
<span>@Model.Name</span>
14.5
28
0.586207
e0cf40644c909cd971e6e78b69ededffe3a4c2d1
1,035
cs
C#
Demo/Script/ListenerArchiveLoaded.cs
muxigame/GalForUnity
f795163137c6f37b8966dcdaff7aa93a486a22dd
[ "Apache-2.0" ]
18
2021-11-23T15:10:57.000Z
2022-03-24T08:27:06.000Z
Demo/Script/ListenerArchiveLoaded.cs
muxigame/GalForUnity
f795163137c6f37b8966dcdaff7aa93a486a22dd
[ "Apache-2.0" ]
null
null
null
Demo/Script/ListenerArchiveLoaded.cs
muxigame/GalForUnity
f795163137c6f37b8966dcdaff7aa93a486a22dd
[ "Apache-2.0" ]
1
2022-03-17T00:27:43.000Z
2022-03-17T00:27:43.000Z
//====================================================================== // // CopyRight 2019-2021 © MUXI Game Studio // . All Rights Reserved // // FileName : ListenerArchiveLoaded.cs // // Created by 半世癫(Roc) at 2021-12-12 16:51:30 // //====================================================...
31.363636
74
0.498551
07417ee3a60aa7155178cb317b1220c2f9d4f3ff
752
cs
C#
src/Threax.AspNetCore.BuiltInTools/ToolCommand.cs
threax/AspNetCore.Swashbuckle.Convention
5172b07ce77168d85b4493fecbf1b8fe6bec53f6
[ "Apache-2.0" ]
1
2022-01-19T18:14:42.000Z
2022-01-19T18:14:42.000Z
src/Threax.AspNetCore.BuiltInTools/ToolCommand.cs
threax/AspNetCore.Swashbuckle.Convention
5172b07ce77168d85b4493fecbf1b8fe6bec53f6
[ "Apache-2.0" ]
null
null
null
src/Threax.AspNetCore.BuiltInTools/ToolCommand.cs
threax/AspNetCore.Swashbuckle.Convention
5172b07ce77168d85b4493fecbf1b8fe6bec53f6
[ "Apache-2.0" ]
1
2016-11-04T15:47:11.000Z
2016-11-04T15:47:11.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Threax.AspNetCore.BuiltInTools { /// <summary> /// A tool command that uses an action. /// </summary> public class ToolCommand : IToolCommand { public Func<ToolArgs, Task> action; ...
21.485714
68
0.5625
753f187697fa0bc14f5c4614af40000e39fbb7c8
23,559
cs
C#
src/Sudoku.Bot.Communication/BotApis.cs
Sunnie-Shine/Sudoku
306ba1df1067cf46daf1f682f0b19e255cafc6b8
[ "MIT" ]
15
2020-02-19T14:11:57.000Z
2020-09-11T12:34:42.000Z
src/Sudoku.Bot.Communication/BotApis.cs
Sunnie-Shine/Sudoku
306ba1df1067cf46daf1f682f0b19e255cafc6b8
[ "MIT" ]
38
2020-04-14T02:29:27.000Z
2020-10-22T15:33:40.000Z
src/Sudoku.Bot.Communication/BotApis.cs
Sunnie-Shine/Sudoku
306ba1df1067cf46daf1f682f0b19e255cafc6b8
[ "MIT" ]
3
2020-05-07T19:10:38.000Z
2020-09-14T06:27:18.000Z
namespace Sudoku.Bot.Communication; /// <summary> /// Provides with a set of APIs. /// </summary> internal static class BotApis { /// <summary> /// Gets the details of the bot. /// <list type="bullet"> /// <item>Documentation: <see href="https://bot.q.qq.com/wiki/develop/api/openapi/user/me.html">here</see>.</ite...
52.469933
157
0.697356
46f0c308a6fa331609a48f40f45efbaed7d2c2ad
255
cshtml
C#
cloud-structured-rich-text-mvc/DancingGoat/Areas/Admin/Views/Shared/_SharedGeneralPartial.cshtml
Kentico/cloud-articles-examples
cac820a59a0830cf990093c5139c0c3b836ab8db
[ "MIT" ]
null
null
null
cloud-structured-rich-text-mvc/DancingGoat/Areas/Admin/Views/Shared/_SharedGeneralPartial.cshtml
Kentico/cloud-articles-examples
cac820a59a0830cf990093c5139c0c3b836ab8db
[ "MIT" ]
null
null
null
cloud-structured-rich-text-mvc/DancingGoat/Areas/Admin/Views/Shared/_SharedGeneralPartial.cshtml
Kentico/cloud-articles-examples
cac820a59a0830cf990093c5139c0c3b836ab8db
[ "MIT" ]
null
null
null
<h2>Use the Shared Project</h2> <p>Alternatively, you may wish to use the shared project (project ID "975bf280-fd91-488c-994c-2f04416e5ee3").</p> <p><strong>Note:</strong> You cannot edit content in the shared project.</p> @Html.Partial("_SharedPartial")
63.75
113
0.74902
c76c797720f1c6daeece65f892c78ca12df0296c
326
cs
C#
Repositories/Email/IEmailRepository.cs
Eng-RedWolf/Bastet-FTM-API
eaeb46edd17461153960292dfef003b229e39b73
[ "Apache-2.0" ]
null
null
null
Repositories/Email/IEmailRepository.cs
Eng-RedWolf/Bastet-FTM-API
eaeb46edd17461153960292dfef003b229e39b73
[ "Apache-2.0" ]
null
null
null
Repositories/Email/IEmailRepository.cs
Eng-RedWolf/Bastet-FTM-API
eaeb46edd17461153960292dfef003b229e39b73
[ "Apache-2.0" ]
null
null
null
using System; using System.Threading.Tasks; using BastetAPI.Entities; namespace BastetFTMAPI.Repositories { public interface IEmailRepository { Task<EmailInfo> GetEmailAsync(Guid cId, Guid eId); Task CreateEmailAsync(Guid cId, EmailInfo e); Task DeleteEmailAsync(Guid cId, Guid eId); ...
23.285714
58
0.714724
a8da32a0dc05c4a03e31e954621c1a454f84065a
1,052
cs
C#
DotNetProjects.WPF.Converters/DotNetProjects.WPF.Converters/Converters/ResourcePointStateToBrushConverter.cs
dotnetprojects/WpfConverters
c19bea236217ed633cf8545e27eb434a1b297dc7
[ "MIT" ]
24
2018-02-14T18:17:05.000Z
2022-03-29T11:18:39.000Z
DotNetProjects.WPF.Converters/DotNetProjects.WPF.Converters/Converters/ResourcePointStateToBrushConverter.cs
dotnetprojects/WpfConverters
c19bea236217ed633cf8545e27eb434a1b297dc7
[ "MIT" ]
null
null
null
DotNetProjects.WPF.Converters/DotNetProjects.WPF.Converters/Converters/ResourcePointStateToBrushConverter.cs
dotnetprojects/WpfConverters
c19bea236217ed633cf8545e27eb434a1b297dc7
[ "MIT" ]
5
2017-10-17T15:20:40.000Z
2020-03-17T20:03:13.000Z
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Windows.Data; using System.Windows.Media; namespace DotNetProjects.WPF.Converters.Converters { public class EnumerableContainsValueToBrushConverter : IValueConverter { public Color FalseValue { ...
30.057143
103
0.620722
849f8a187a9eb2e38df1c263854528920ac83128
165
cs
C#
src/A6k.Messaging.Kafka/Features/IKafkaDeserializerFactory.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
src/A6k.Messaging.Kafka/Features/IKafkaDeserializerFactory.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
src/A6k.Messaging.Kafka/Features/IKafkaDeserializerFactory.cs
AndyPook/A6k.Messaging
a87754a48dc9888de257d5dd1ceea12094b93bff
[ "MIT" ]
null
null
null
using Confluent.Kafka; namespace A6k.Messaging.Kafka.Features { public interface IKafkaDeserializerFactory { IDeserializer<T> Create<T>(); } }
16.5
46
0.690909
21b059dd2304e4e717dd2de1dc2ff36b7d8c378d
1,459
cs
C#
Result.cs
jpursey/MapCombiner
d39cca2f7dea6b9350303b44412158b7776a6322
[ "Apache-2.0" ]
null
null
null
Result.cs
jpursey/MapCombiner
d39cca2f7dea6b9350303b44412158b7776a6322
[ "Apache-2.0" ]
null
null
null
Result.cs
jpursey/MapCombiner
d39cca2f7dea6b9350303b44412158b7776a6322
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 John Pursey // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
28.607843
75
0.616861
1d236c10e36bd440cb8e8ee2bd843f9e78549db6
3,617
cshtml
C#
src/WmsCore/Views/Shared/_Layout.cshtml
lindenrty2/KopSoftWms
e41402af81bcba9cac3e632a1782a33b274ad0c5
[ "MIT" ]
1
2019-05-17T09:22:07.000Z
2019-05-17T09:22:07.000Z
src/WmsCore/Views/Shared/_Layout.cshtml
lindenrty2/KopSoftWms
e41402af81bcba9cac3e632a1782a33b274ad0c5
[ "MIT" ]
null
null
null
src/WmsCore/Views/Shared/_Layout.cshtml
lindenrty2/KopSoftWms
e41402af81bcba9cac3e632a1782a33b274ad0c5
[ "MIT" ]
null
null
null
<!DOCTYPE HTML> <html> <head> <meta > <meta name="renderer" content="webkit|ie-comp|ie-stand"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta http-equiv="...
37.677083
126
0.540227
8819f2e93a2976036014fb9409657d81be2dde40
214
cs
C#
Source/Tiled/Orientation.cs
angyan/Turnable
1f77ad5bd3b8f68c55ebbf3afffd97cd031cbafd
[ "MIT" ]
97
2015-01-06T20:08:28.000Z
2022-03-23T06:36:09.000Z
Source/Tiled/Orientation.cs
wsbfdzz/Turnable
1f77ad5bd3b8f68c55ebbf3afffd97cd031cbafd
[ "MIT" ]
8
2016-10-05T06:40:28.000Z
2017-07-29T22:43:17.000Z
Source/Tiled/Orientation.cs
wsbfdzz/Turnable
1f77ad5bd3b8f68c55ebbf3afffd97cd031cbafd
[ "MIT" ]
24
2015-01-15T17:36:03.000Z
2021-03-27T09:07:04.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Turnable.Tiled { public enum Orientation { Orthogonal, Isometric, Staggered } }
14.266667
33
0.658879
06510f44f6dd202ac8fa1595c84fcc0120998571
2,337
cs
C#
PreJit/PreJit/Program.cs
JonasSamuelsson/benchmarks
a9bceb90065ee043150dc2bf1b183ecfcab38f23
[ "MIT" ]
null
null
null
PreJit/PreJit/Program.cs
JonasSamuelsson/benchmarks
a9bceb90065ee043150dc2bf1b183ecfcab38f23
[ "MIT" ]
null
null
null
PreJit/PreJit/Program.cs
JonasSamuelsson/benchmarks
a9bceb90065ee043150dc2bf1b183ecfcab38f23
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Text; namespace PreJit { class Program { static void Main(string[] args) { //GenerateCode(); Execute("jit", Jit); One(); Two(); Three(); Four(); ...
29.582278
91
0.567822
df567b45eb3ed9d5bdeb6c724aad08aadb243a0d
1,125
cs
C#
DiscordEventBot.Model/EventBotContext.cs
Kreisverkehr/discord-event-bot
a0c3c8d805c8ce148c3e8ff22844e35008d2e77c
[ "MIT" ]
4
2021-07-24T13:56:54.000Z
2022-01-14T14:21:26.000Z
DiscordEventBot.Model/EventBotContext.cs
Kreisverkehr/discord-event-bot
a0c3c8d805c8ce148c3e8ff22844e35008d2e77c
[ "MIT" ]
33
2021-07-26T17:07:54.000Z
2022-03-19T07:43:29.000Z
DiscordEventBot.Model/EventBotContext.cs
Kreisverkehr/discord-event-bot
a0c3c8d805c8ce148c3e8ff22844e35008d2e77c
[ "MIT" ]
3
2021-07-25T20:48:51.000Z
2021-08-04T08:21:59.000Z
using Microsoft.EntityFrameworkCore; namespace DiscordEventBot.Model { public class EventBotContext : DbContext { #region Public Constructors public EventBotContext(DbContextOptions<EventBotContext> options) : base(options) { } #endregion Public Constructors #reg...
27.439024
95
0.637333
c381775192229497ccf92e4ff1aa6a194d49c2e5
768
cs
C#
P0-StoreApplication/KoreanStore/KoreanStore.Domain/Customer.cs
12062021-dynamics365-uta/KevinLeeRevature1
f9f78165a2d79dc1f825251a411e1212462e5cb7
[ "MIT" ]
null
null
null
P0-StoreApplication/KoreanStore/KoreanStore.Domain/Customer.cs
12062021-dynamics365-uta/KevinLeeRevature1
f9f78165a2d79dc1f825251a411e1212462e5cb7
[ "MIT" ]
null
null
null
P0-StoreApplication/KoreanStore/KoreanStore.Domain/Customer.cs
12062021-dynamics365-uta/KevinLeeRevature1
f9f78165a2d79dc1f825251a411e1212462e5cb7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KoreanStore.Domain { public class Customer { public string CustomerFirstName { get; set; } public string CustomerLastName { get; set; } public string CustomerUs...
26.482759
87
0.639323
0f1e02be37f47fe08213e8bee89c8814dc0b1cbe
590
cs
C#
BlockBreadcrumbs/ClientResourceRegister.cs
skjelbek/block-breadcrumbs
9c7d39a40fc5858faa2330308063c4ff7f950b82
[ "MIT" ]
4
2015-11-23T09:30:36.000Z
2021-08-20T23:14:48.000Z
BlockBreadcrumbs/ClientResourceRegister.cs
skjelbek/block-breadcrumbs
9c7d39a40fc5858faa2330308063c4ff7f950b82
[ "MIT" ]
5
2015-11-16T22:31:59.000Z
2019-02-25T13:04:10.000Z
BlockBreadcrumbs/ClientResourceRegister.cs
skjelbek/block-breadcrumbs
9c7d39a40fc5858faa2330308063c4ff7f950b82
[ "MIT" ]
2
2015-11-23T09:30:43.000Z
2016-11-04T10:19:39.000Z
using System.Web; using EPiServer.Editor; using EPiServer.Framework.Web.Resources; namespace BlockBreadcrumbs { [ClientResourceRegister] public class ClientResourceRegister : IClientResourceRegister { public void RegisterResources( IRequiredClientResourceList requiredResources, ...
28.095238
77
0.69322
c61da802ba3c9c59e53c291fe8fa4ee24424d3cd
281
cs
C#
Packages/essential/Runtime/Entities/BehaviorTreeComponentAttribute.cs
r2d2m/EntitiesBT
2a6265a88ab3fd827dcc5137f134f6ee283b4ada
[ "MIT" ]
319
2019-12-30T00:58:24.000Z
2022-03-31T09:33:59.000Z
Packages/essential/Runtime/Entities/BehaviorTreeComponentAttribute.cs
r2d2m/EntitiesBT
2a6265a88ab3fd827dcc5137f134f6ee283b4ada
[ "MIT" ]
32
2019-12-29T19:05:45.000Z
2022-03-15T08:02:06.000Z
Packages/essential/Runtime/Entities/BehaviorTreeComponentAttribute.cs
r2d2m/EntitiesBT
2a6265a88ab3fd827dcc5137f134f6ee283b4ada
[ "MIT" ]
20
2020-01-06T00:02:11.000Z
2021-10-15T04:13:37.000Z
using System; using JetBrains.Annotations; using Unity.Entities; namespace EntitiesBT.Entities { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)] [BaseTypeRequired(typeof(IComponentData))] public class BehaviorTreeComponentAttribute : Attribute {} }
25.545455
70
0.797153
66491ede7d841bb516b8e72fb6312b5fdb58dfc3
509
cs
C#
.NET Core/ASP.NET/BooksApp/WebBooks/Models/Category.cs
juliuszlosinski/.NET_Projects
e0c8c0e0d4676256648b5ab8010240ac09e5a078
[ "MIT" ]
1
2022-03-23T07:39:02.000Z
2022-03-23T07:39:02.000Z
.NET Core/ASP.NET/BooksApp/WebBooks/Models/Category.cs
juliuszlosinski/.NET_Projects
e0c8c0e0d4676256648b5ab8010240ac09e5a078
[ "MIT" ]
null
null
null
.NET Core/ASP.NET/BooksApp/WebBooks/Models/Category.cs
juliuszlosinski/.NET_Projects
e0c8c0e0d4676256648b5ab8010240ac09e5a078
[ "MIT" ]
null
null
null
using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace WebBooks.Models { public class Category { [Key] public int Id { get; set; } [Required] public string Name { get; set; } = string.Empty; [DisplayName("Display Order")] [Range(1,...
24.238095
81
0.62279
3505ab30404e5a3360b755f830745269c855b8a3
542
cs
C#
C#Fundamentals 3.0 September 2018/OOP Basics/Polymorphism EX/WildFarm/Objects/Animals/Mamal/Mamal.cs
skorae/SoftUni-kdinev
202038bf723fd948bdccc05e378314e06b27ba16
[ "MIT" ]
null
null
null
C#Fundamentals 3.0 September 2018/OOP Basics/Polymorphism EX/WildFarm/Objects/Animals/Mamal/Mamal.cs
skorae/SoftUni-kdinev
202038bf723fd948bdccc05e378314e06b27ba16
[ "MIT" ]
null
null
null
C#Fundamentals 3.0 September 2018/OOP Basics/Polymorphism EX/WildFarm/Objects/Animals/Mamal/Mamal.cs
skorae/SoftUni-kdinev
202038bf723fd948bdccc05e378314e06b27ba16
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using WildFarm.Objects.Foods; namespace WildFarm.Objects.Animals.Mamal { public abstract class Mamal : Animal { public Mamal(string name, double weight, string livingRegion) : base(name, weight) { LivingRegion = liv...
23.565217
90
0.623616
7fb8d4aef2a0cc6849d5e162a25a6ccdaa9666eb
1,076
cs
C#
00-Core/Architecture/Automation/LifetimeManagers/IDisposableContainer.cs
amkherad/AMKs-Gear.net
a833a0376d7c75562d0c373c9e837fadd26b68a4
[ "Unlicense", "MIT" ]
2
2020-01-30T19:06:58.000Z
2020-06-24T09:42:13.000Z
00-Core/Architecture/Automation/LifetimeManagers/IDisposableContainer.cs
amkherad/AMKs-Gear.net
a833a0376d7c75562d0c373c9e837fadd26b68a4
[ "Unlicense", "MIT" ]
null
null
null
00-Core/Architecture/Automation/LifetimeManagers/IDisposableContainer.cs
amkherad/AMKs-Gear.net
a833a0376d7c75562d0c373c9e837fadd26b68a4
[ "Unlicense", "MIT" ]
null
null
null
using System; using System.Collections; using System.Collections.Generic; namespace AMKsGear.Architecture.Automation.LifetimeManagers { /// <summary> /// Keep track of a list of disposable objects. /// </summary> public interface IDisposableContainer : ICollection, IEnumerable, IDisposable { ...
34.709677
96
0.627323
b4ea33af02ff085616025e215a9250e56b07fec3
1,023
cs
C#
Best_Practices_And_Architecture/PhotoShare.Client/Core/Commands/PrintFriendsList.cs
ivajlotokiew/Databases_Entity_Framework
b72bcd98ce29e7e14d14a6f913437ab93ddf8262
[ "MIT" ]
null
null
null
Best_Practices_And_Architecture/PhotoShare.Client/Core/Commands/PrintFriendsList.cs
ivajlotokiew/Databases_Entity_Framework
b72bcd98ce29e7e14d14a6f913437ab93ddf8262
[ "MIT" ]
null
null
null
Best_Practices_And_Architecture/PhotoShare.Client/Core/Commands/PrintFriendsList.cs
ivajlotokiew/Databases_Entity_Framework
b72bcd98ce29e7e14d14a6f913437ab93ddf8262
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PhotoShare.Client.Core.Commands { using Attributes; using Data; using Models; using System; using System.Data.Entity; public class PrintFriendsListCommand : Command ...
23.25
66
0.612903
afe4fa41f1735ac40f3c1c2c7ef4dde5cca6cb6b
25,489
cs
C#
staymad.cs
Capowt/ying-mog
10fcab28f81f3194002b6b8e47a95df145c8f353
[ "Unlicense" ]
null
null
null
staymad.cs
Capowt/ying-mog
10fcab28f81f3194002b6b8e47a95df145c8f353
[ "Unlicense" ]
null
null
null
staymad.cs
Capowt/ying-mog
10fcab28f81f3194002b6b8e47a95df145c8f353
[ "Unlicense" ]
null
null
null
using System; using System.Diagnostics; using System.Linq; using System.Runtime.Caching; using System.Security.Cryptography; using System.Threading.Tasks; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using DSharpPlus.Interactivity.Extensions; using Microsoft.Extens...
50.373518
234
0.409942
cc0d1fd30ef80d2575073cae53b9d83d49016ab5
832
cs
C#
Services/Tenants/TenantSqlRepository.cs
pedr-munhoz/real-estate-web-api
070af4d93837ac7905d30ae3cb4071abb161455b
[ "MIT" ]
null
null
null
Services/Tenants/TenantSqlRepository.cs
pedr-munhoz/real-estate-web-api
070af4d93837ac7905d30ae3cb4071abb161455b
[ "MIT" ]
null
null
null
Services/Tenants/TenantSqlRepository.cs
pedr-munhoz/real-estate-web-api
070af4d93837ac7905d30ae3cb4071abb161455b
[ "MIT" ]
null
null
null
using Microsoft.EntityFrameworkCore; using real_estate_web_api.Infrastructure.Database; using real_estate_web_api.Models.Entities.Tenants; namespace real_estate_web_api.Services.Tenants; public class TenantSqlRepository : EntitySqlRepository<Tenant> { public TenantSqlRepository(ServerDbContext dbContext) : base(d...
33.28
75
0.754808
c16dd0fa5e534525e43c29df85bc65997fdb626c
2,309
cs
C#
Esiur/Core/AsyncQueue.cs
esyur/esyur-dotnet
fbae3eb96066e196fed17bf93702ba50cea70ed5
[ "MIT" ]
6
2017-09-17T19:35:27.000Z
2021-04-02T17:27:03.000Z
Esiur/Core/AsyncQueue.cs
esyur/esyur-dotnet
fbae3eb96066e196fed17bf93702ba50cea70ed5
[ "MIT" ]
null
null
null
Esiur/Core/AsyncQueue.cs
esyur/esyur-dotnet
fbae3eb96066e196fed17bf93702ba50cea70ed5
[ "MIT" ]
2
2017-09-17T19:44:53.000Z
2019-07-04T13:41:22.000Z
/* Copyright (c) 2017 Ahmed Kh. Zamil 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, distribu...
27.488095
78
0.641403
c1a6ef5639684ecd90dfed6b4e37ff82b4535d4d
3,899
cs
C#
stock123/app/ui/DlgResetPass.Designer.cs
thuyps/vnchart_windows
b3f87407ca58cf481c27ba6d1e1cb89c95f90344
[ "Unlicense" ]
null
null
null
stock123/app/ui/DlgResetPass.Designer.cs
thuyps/vnchart_windows
b3f87407ca58cf481c27ba6d1e1cb89c95f90344
[ "Unlicense" ]
null
null
null
stock123/app/ui/DlgResetPass.Designer.cs
thuyps/vnchart_windows
b3f87407ca58cf481c27ba6d1e1cb89c95f90344
[ "Unlicense" ]
null
null
null
namespace stock123.app.ui { partial class DlgResetPass { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summar...
39.383838
108
0.544755
0cb08b7b733960d6df42ff0a2f3c2aa90b634a90
8,105
cs
C#
Startup.cs
criipto/verify-with-aspnet-core2
fe2a0ee46f739132c6c1b9eebd64af07a0773ea1
[ "MIT" ]
null
null
null
Startup.cs
criipto/verify-with-aspnet-core2
fe2a0ee46f739132c6c1b9eebd64af07a0773ea1
[ "MIT" ]
null
null
null
Startup.cs
criipto/verify-with-aspnet-core2
fe2a0ee46f739132c6c1b9eebd64af07a0773ea1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OAuth.Claims; using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Microsoft.AspNetCore.Builder; using Microsoft.AspNet...
47.122093
149
0.555953
ebf448cc160da7330b6ae8df82142cd893b84034
2,477
cs
C#
src/Librame.Extensions.Content.Abstractions/Stores/ContentUnitVisitCount.cs
gitter-badger/aspnetcore-cms
a93cd3df9f84c0cf7805c5e1aa1e62a23a6c7487
[ "MIT" ]
null
null
null
src/Librame.Extensions.Content.Abstractions/Stores/ContentUnitVisitCount.cs
gitter-badger/aspnetcore-cms
a93cd3df9f84c0cf7805c5e1aa1e62a23a6c7487
[ "MIT" ]
null
null
null
src/Librame.Extensions.Content.Abstractions/Stores/ContentUnitVisitCount.cs
gitter-badger/aspnetcore-cms
a93cd3df9f84c0cf7805c5e1aa1e62a23a6c7487
[ "MIT" ]
1
2021-12-02T06:13:31.000Z
2021-12-02T06:13:31.000Z
#region License /* ************************************************************************************** * Copyright (c) Librame Pang All rights reserved. * * http://librame.net * * You must not remove this notice, or any other, from this software. * **********************************************************...
31.75641
92
0.558337
8b766b734123f9aec9c79383964a2f05a1b0a290
5,568
cs
C#
BrowseFormsApp/Skin/GraphicsPathHelper.cs
qingzhiku/CEFSharpWebBrowse
c806b452004014b49dcf2c9f7d99601249964d78
[ "MIT" ]
null
null
null
BrowseFormsApp/Skin/GraphicsPathHelper.cs
qingzhiku/CEFSharpWebBrowse
c806b452004014b49dcf2c9f7d99601249964d78
[ "MIT" ]
null
null
null
BrowseFormsApp/Skin/GraphicsPathHelper.cs
qingzhiku/CEFSharpWebBrowse
c806b452004014b49dcf2c9f7d99601249964d78
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using System.Drawing; using System.Drawing.Drawing2D; namespace BrowseForms { public static class GraphicsPathHelper { /// <summary> /// 建立带有圆角样式的路径。 /// </summary> /// <param name="rect">用来建立路径的矩形。</param> ...
39.211268
89
0.386853
413c6e5a50a9aa0b8f6bf41f6f1a11dd720b38f5
1,069
cs
C#
Web/BeGorgeous.Web.Infrastructure/ViewComponents/SalonsTreatmentsDetailsViewComponent.cs
dinikolaeva/BeGorgeous
7b98970800b8a9b1afea3e4851eebe332fa04812
[ "MIT" ]
2
2022-03-24T10:01:40.000Z
2022-03-31T19:20:22.000Z
Web/BeGorgeous.Web.Infrastructure/ViewComponents/SalonsTreatmentsDetailsViewComponent.cs
dinikolaeva/BeGorgeous
7b98970800b8a9b1afea3e4851eebe332fa04812
[ "MIT" ]
null
null
null
Web/BeGorgeous.Web.Infrastructure/ViewComponents/SalonsTreatmentsDetailsViewComponent.cs
dinikolaeva/BeGorgeous
7b98970800b8a9b1afea3e4851eebe332fa04812
[ "MIT" ]
null
null
null
namespace BeGorgeous.Web.Infrastructure.ViewComponents { using System.Threading.Tasks; using BeGorgeous.Services.Data.Salons; using BeGorgeous.Services.Data.SalonsTreatments; using BeGorgeous.Web.ViewModels.Appointments; using BeGorgeous.Web.ViewModels.SalonsTreatments; using BeGorgeou...
35.633333
131
0.720299
416c0061acfba8d8b83bb9bf2c70d6040432c6fc
2,054
cs
C#
package/com.unity.formats.usd/Samples/ImportMesh/Editor/UsdImportMeshExampleEditor.cs
mwikenma/usd-unity-sdk
22689c8c8f321d824349189cb572bda7fb1884fa
[ "Apache-2.0" ]
233
2018-10-04T09:05:03.000Z
2022-03-10T18:23:15.000Z
Samples~/ImportMesh/Editor/UsdImportMeshExampleEditor.cs
needle-mirror/com.unity.formats.usd
48055d1da3604a10bc529191891e88b8e9f89803
[ "Apache-2.0" ]
164
2018-10-22T17:51:17.000Z
2022-03-29T15:35:21.000Z
Samples~/ImportMesh/Editor/UsdImportMeshExampleEditor.cs
needle-mirror/com.unity.formats.usd
48055d1da3604a10bc529191891e88b8e9f89803
[ "Apache-2.0" ]
57
2018-10-22T16:32:16.000Z
2022-02-08T15:55:54.000Z
// Copyright 2018 Jeremy Cowles. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applica...
33.672131
101
0.620253
fc85c0b62e66cd431db071185fe5bb07622dfc42
7,837
cs
C#
src/Stripe.net/Entities/BalanceTransactions/BalanceTransaction.cs
Manny27nyc/stripe-dotnet
f9a29bed3c8dbba93cc87931f963964d4801c6c7
[ "Apache-2.0" ]
557
2017-07-02T22:04:19.000Z
2022-03-30T08:19:11.000Z
src/Stripe.net/Entities/BalanceTransactions/BalanceTransaction.cs
Manny27nyc/stripe-dotnet
f9a29bed3c8dbba93cc87931f963964d4801c6c7
[ "Apache-2.0" ]
1,006
2017-06-28T05:02:47.000Z
2022-03-28T22:31:21.000Z
src/Stripe.net/Entities/BalanceTransactions/BalanceTransaction.cs
Manny27nyc/stripe-dotnet
f9a29bed3c8dbba93cc87931f963964d4801c6c7
[ "Apache-2.0" ]
263
2017-06-30T08:59:56.000Z
2022-03-28T21:14:32.000Z
// File generated from our OpenAPI spec namespace Stripe { using System; using System.Collections.Generic; using Newtonsoft.Json; using Stripe.Infrastructure; /// <summary> /// Balance transactions represent funds moving through your Stripe account. They're created /// for every type of tra...
44.782857
108
0.599209
1fe688a6d41708335d1dc5a7573690efc7cdb0e2
2,565
cs
C#
03. C# Fundamentals/02.C#_OOP_Basic/01. Defining Classes - Exercise/12. Google/StartUp.cs
IvanKirov/SoftUni
4c2b34bf16f00ae70810b5b58c773e573370f437
[ "MIT" ]
null
null
null
03. C# Fundamentals/02.C#_OOP_Basic/01. Defining Classes - Exercise/12. Google/StartUp.cs
IvanKirov/SoftUni
4c2b34bf16f00ae70810b5b58c773e573370f437
[ "MIT" ]
null
null
null
03. C# Fundamentals/02.C#_OOP_Basic/01. Defining Classes - Exercise/12. Google/StartUp.cs
IvanKirov/SoftUni
4c2b34bf16f00ae70810b5b58c773e573370f437
[ "MIT" ]
1
2021-05-28T00:36:39.000Z
2021-05-28T00:36:39.000Z
using System; using System.Collections.Generic; using System.Linq; namespace _12._Google { public class StartUp { public static void Main() { var persons = new Dictionary<string, Person>(); AddindPerseonsAndInfo(persons); var person = Console.ReadLine(); ...
36.642857
110
0.440156
3869dcf4d8ca98999f783e117a9b5c5d3f06e450
56,494
cs
C#
src/SimplCommerce.WebHost/Migrations/20160730194908_InitialSchema.cs
Scomishy/SimplCommerce
efd8f65eb95548b2d3851e360b089e96c3aae34f
[ "Apache-2.0" ]
5
2021-04-10T10:05:00.000Z
2021-04-10T23:52:23.000Z
src/SimplCommerce.WebHost/Migrations/20160730194908_InitialSchema.cs
Scomishy/SimplCommerce
efd8f65eb95548b2d3851e360b089e96c3aae34f
[ "Apache-2.0" ]
1
2017-12-14T21:49:24.000Z
2017-12-14T21:53:39.000Z
src/SimplCommerce.WebHost/Migrations/20160730194908_InitialSchema.cs
Scomishy/SimplCommerce
efd8f65eb95548b2d3851e360b089e96c3aae34f
[ "Apache-2.0" ]
3
2018-08-31T14:39:23.000Z
2021-01-13T13:32:15.000Z
using System; using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; using Microsoft.EntityFrameworkCore.Metadata; namespace SimplCommerce.WebHost.Migrations { public partial class InitialSchema : Migration { protected override void Up(MigrationBuilder migrationBuilder) ...
46.117551
139
0.512639
f04defdb5616891f501bedebf446efe1be3a3919
953
cs
C#
C# Fundamentals/05_Lists/Exercises/07_AppendArrays/AppendArrays.cs
q2kPetrov/SoftUni
79093590592f1b767f15ef65c1f316b3842aa2ad
[ "MIT" ]
4
2021-03-09T12:43:46.000Z
2021-07-21T16:02:25.000Z
C# Fundamentals/05_Lists/Exercises/07_AppendArrays/AppendArrays.cs
q2kPetrov/SoftUni
79093590592f1b767f15ef65c1f316b3842aa2ad
[ "MIT" ]
2
2021-08-31T22:44:31.000Z
2021-08-31T22:54:13.000Z
C# Fundamentals/05_Lists/Exercises/07_AppendArrays/AppendArrays.cs
q2kPetrov/SoftUni
79093590592f1b767f15ef65c1f316b3842aa2ad
[ "MIT" ]
6
2020-05-29T13:44:21.000Z
2022-01-22T13:41:19.000Z
using System; using System.Collections.Generic; using System.Linq; namespace AppendArrays { class Program { static void Main(string[] args) { List<string> initialList = Console.ReadLine() .Split("|", StringSplitOptions.RemoveEmptyEntries) ...
28.029412
71
0.467996
1a5de88bd1aa302ea7e3bc11b8e5eb66906c5698
9,044
cs
C#
src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.cs
elinor-fung/coreclr
c1801e85024add717f518feb6a9caed60d54500f
[ "MIT" ]
2
2017-02-14T18:46:17.000Z
2019-10-04T23:41:36.000Z
src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.cs
elinor-fung/coreclr
c1801e85024add717f518feb6a9caed60d54500f
[ "MIT" ]
3
2018-01-03T00:57:25.000Z
2018-10-05T16:17:52.000Z
src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.cs
elinor-fung/coreclr
c1801e85024add717f518feb6a9caed60d54500f
[ "MIT" ]
1
2015-11-17T16:14:35.000Z
2015-11-17T16:14:35.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.Collections.Generic; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using ...
34.918919
232
0.652808
1abc92f5f94c16871a4c6bac1d513c8c68c5df5d
8,130
cs
C#
FrontEnd/Search.Core.Windows/Helpers/QueryHelper.cs
banban/OhMySearch
13ee2820bd7b3254bb2f3c3cde285540af53131b
[ "MIT" ]
5
2016-06-15T04:31:33.000Z
2018-09-01T15:35:53.000Z
FrontEnd/Search.Core.Windows/Helpers/QueryHelper.cs
banban/OhMySearch
13ee2820bd7b3254bb2f3c3cde285540af53131b
[ "MIT" ]
10
2016-06-04T11:13:20.000Z
2022-03-02T02:50:45.000Z
FrontEnd/Search.Core.Windows/Helpers/QueryHelper.cs
banban/OhMySearch
13ee2820bd7b3254bb2f3c3cde285540af53131b
[ "MIT" ]
1
2018-05-10T21:12:32.000Z
2018-05-10T21:12:32.000Z
using Microsoft.Extensions.Caching.Memory; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Text.RegularExpressions; using System.Threading.Tasks; namespa...
43.475936
159
0.512546
aed0dae328b08b7c00c87c694016e69da4866538
7,613
cs
C#
src/BinaryKits.Zpl.TestConsole/Program.cs
M-Mommsen/BinaryKits.Zpl
116180bc9d0d1dbf232a9a85936dedcdb70d18d4
[ "MIT" ]
86
2017-04-19T08:41:28.000Z
2021-07-07T06:19:37.000Z
src/BinaryKits.Zpl.TestConsole/Program.cs
M-Mommsen/BinaryKits.Zpl
116180bc9d0d1dbf232a9a85936dedcdb70d18d4
[ "MIT" ]
46
2021-07-14T07:12:56.000Z
2022-03-30T19:29:10.000Z
src/BinaryKits.Zpl.TestConsole/Program.cs
M-Mommsen/BinaryKits.Zpl
116180bc9d0d1dbf232a9a85936dedcdb70d18d4
[ "MIT" ]
24
2017-04-19T08:41:28.000Z
2021-06-30T14:07:19.000Z
using BinaryKits.Zpl.Label; using BinaryKits.Zpl.Label.Elements; using BinaryKits.Zpl.Labelary; using System; using System.Diagnostics; using System.IO; using System.Threading.Tasks; namespace BinaryKits.Zpl.TestConsole { class Program { static async Task Main(string[] args) { var ...
38.64467
272
0.546959
aedec1b94d0ea010682812b48aa9515e85486126
4,811
cs
C#
NBXplorer.Client/Models/CreatePSBTRequest.cs
aidbar/NBXplorer
2013de1f3c911c534e62946bb3d23c072ff3de4c
[ "MIT" ]
263
2017-08-18T16:01:02.000Z
2022-03-31T07:54:02.000Z
NBXplorer.Client/Models/CreatePSBTRequest.cs
aidbar/NBXplorer
2013de1f3c911c534e62946bb3d23c072ff3de4c
[ "MIT" ]
300
2017-08-19T12:19:44.000Z
2022-03-29T02:45:37.000Z
NBXplorer.Client/Models/CreatePSBTRequest.cs
aidbar/NBXplorer
2013de1f3c911c534e62946bb3d23c072ff3de4c
[ "MIT" ]
211
2017-10-17T21:14:43.000Z
2022-03-21T15:46:57.000Z
using NBitcoin; using System; using System.Collections.Generic; using System.Text; namespace NBXplorer.Models { public class CreatePSBTRequest { /// <summary> /// A seed to specific to get a deterministic PSBT (useful for tests) /// </summary> public int? Seed { get; set; } /// <summary> /// The version...
34.862319
176
0.684681
aeec8bd1bb38b719c18ee40ab497338b99421fad
955
cs
C#
src/MixERP.Net.VCards/Lookups/ClassificationLookup.cs
darioleggen/MixERP.Net.VCards
3f2cb60b6c3674b3f82806e46d5d8875be609a57
[ "Apache-2.0" ]
65
2017-02-14T21:26:36.000Z
2022-03-22T05:43:50.000Z
src/MixERP.Net.VCards/Lookups/ClassificationLookup.cs
darioleggen/MixERP.Net.VCards
3f2cb60b6c3674b3f82806e46d5d8875be609a57
[ "Apache-2.0" ]
17
2017-04-16T11:17:21.000Z
2021-10-04T14:25:08.000Z
src/MixERP.Net.VCards/Lookups/ClassificationLookup.cs
darioleggen/MixERP.Net.VCards
3f2cb60b6c3674b3f82806e46d5d8875be609a57
[ "Apache-2.0" ]
39
2017-02-20T20:32:30.000Z
2021-12-27T10:56:50.000Z
using System; using System.Collections.Generic; using System.Linq; using MixERP.Net.VCards.Types; namespace MixERP.Net.VCards.Lookups { public static class ClassificationLookup { private static readonly Dictionary<ClassificationType, string> Lookup = new Dictionary<ClassificationType, string> ...
29.84375
122
0.638743
8c05c359bbaf3533cbe287480ff2106811f6723d
10,225
cs
C#
QuikSync/LocalWorks/SetupWorks/SetupFileHandler.cs
Halozzee/QuikSync
64261444f930d052f855bf6da42e0ea8c3785154
[ "MIT" ]
1
2020-12-13T15:33:13.000Z
2020-12-13T15:33:13.000Z
QuikSync/LocalWorks/SetupWorks/SetupFileHandler.cs
Halozzee/TcpDirectorySyncronizer
64261444f930d052f855bf6da42e0ea8c3785154
[ "MIT" ]
16
2020-12-10T16:02:38.000Z
2020-12-21T12:13:12.000Z
QuikSync/LocalWorks/SetupWorks/SetupFileHandler.cs
Hininn/TcpDirectorySyncronizer
64261444f930d052f855bf6da42e0ea8c3785154
[ "MIT" ]
4
2021-05-14T14:01:19.000Z
2022-03-08T07:06:50.000Z
using IniParser; using IniParser.Model; using System; using System.Collections.Generic; using System.IO; using System.Windows.Forms; using QuikSync.LocalWorks.Attributes; using QuikSync.LocalWorks.FileWorks; using QuikSync.NetWorks; namespace QuikSync.LocalWorks.SetupWorks { /// <summary> /// Enum that shows ...
41.396761
138
0.502494
f1180754cb11179cf7ed2afc47c75e5681a13ea2
1,336
cs
C#
src/博客订阅/BaqulukaNercerewhelbebaTests/Business/FakeRssBlog.cs
lindexi/UWP
e3d89b6dabc6a1c6812edb4bd35ecf49c40001b3
[ "MIT" ]
61
2016-08-30T07:40:11.000Z
2021-12-31T04:30:10.000Z
src/博客订阅/BaqulukaNercerewhelbebaTests/Business/FakeRssBlog.cs
lindexi/UWP
e3d89b6dabc6a1c6812edb4bd35ecf49c40001b3
[ "MIT" ]
11
2018-09-08T01:17:13.000Z
2021-03-21T11:45:49.000Z
src/博客订阅/BaqulukaNercerewhelbebaTests/Business/FakeRssBlog.cs
lindexi/UWP
e3d89b6dabc6a1c6812edb4bd35ecf49c40001b3
[ "MIT" ]
24
2016-11-10T17:03:20.000Z
2021-11-05T13:25:28.000Z
using System; using System.Collections.Generic; using System.Threading.Tasks; using BaqulukaNercerewhelbeba.Model; namespace BaqulukaNercerewhelbeba.Business.Tests { public class FakeRssBlog : IRssBlog { /// <inheritdoc /> public Task<List<BlogDescription>> FetchBlog(string url) { ...
29.043478
77
0.493263
f122155e3488c6b09f37e9ef1cd926144e4f08ff
442
cs
C#
src/Nacos.AspNetCore/LoadBalance/ILBStrategy.cs
xakml/nacos-sdk-csharp
5ff77b24c6ca274854fbcf474aa551f2fd35c867
[ "MIT" ]
186
2019-04-19T01:42:20.000Z
2022-02-20T05:23:27.000Z
src/Nacos.AspNetCore/LoadBalance/ILBStrategy.cs
xakml/nacos-sdk-csharp
5ff77b24c6ca274854fbcf474aa551f2fd35c867
[ "MIT" ]
27
2019-09-19T01:20:57.000Z
2020-07-22T03:04:41.000Z
src/Nacos.AspNetCore/LoadBalance/ILBStrategy.cs
xakml/nacos-sdk-csharp
5ff77b24c6ca274854fbcf474aa551f2fd35c867
[ "MIT" ]
35
2019-07-27T07:39:31.000Z
2022-01-28T06:03:27.000Z
namespace Nacos.AspNetCore { using System.Collections.Generic; public interface ILBStrategy { /// <summary> /// Strategy Name /// </summary> LBStrategyName Name { get; } /// <summary> /// Get instance /// </summary> /// <param name="list">se...
22.1
51
0.542986
1473e0e47e1048632242d313120369bb3116301d
1,632
cs
C#
test/Microsoft.Azure.Functions.Isolated.TestDoubles/MockFunctionContext.cs
lohithgn/az-fx-isolated-unittest
d3709dca0f5be7fbe4330e43fe0b862d283390d2
[ "Apache-2.0" ]
4
2022-01-24T12:59:41.000Z
2022-03-18T10:32:54.000Z
test/Microsoft.Azure.Functions.Isolated.TestDoubles/MockFunctionContext.cs
lohithgn/az-fx-isolated-unittest
d3709dca0f5be7fbe4330e43fe0b862d283390d2
[ "Apache-2.0" ]
null
null
null
test/Microsoft.Azure.Functions.Isolated.TestDoubles/MockFunctionContext.cs
lohithgn/az-fx-isolated-unittest
d3709dca0f5be7fbe4330e43fe0b862d283390d2
[ "Apache-2.0" ]
1
2022-02-21T23:36:56.000Z
2022-02-21T23:36:56.000Z
using Microsoft.Azure.Functions.Worker; namespace Microsoft.Azure.Functions.Isolated.TestDoubles; public class MockFunctionContext : FunctionContext, IDisposable { private readonly FunctionInvocation _invocation; public MockFunctionContext() : this(new MockFunctionDefinition(), new MockFunctionInvoca...
32.64
135
0.73223
781d2753d8dc3c7cdb01913e99338fd7433b109c
965
cs
C#
Assets/Scripts/UI/SettingsMenu.cs
bcaffee/HVScape
4e92d49a6334788d2cbf3f3a766e52e6083ca7b5
[ "MIT" ]
null
null
null
Assets/Scripts/UI/SettingsMenu.cs
bcaffee/HVScape
4e92d49a6334788d2cbf3f3a766e52e6083ca7b5
[ "MIT" ]
null
null
null
Assets/Scripts/UI/SettingsMenu.cs
bcaffee/HVScape
4e92d49a6334788d2cbf3f3a766e52e6083ca7b5
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEngine.UI; public class SettingsMenu : MonoBehaviour { //If default settings are on then when switched off the previous values for the settings will be used [SerializeField] private Button ResetSettingsToDefault; [SerializeField] private Button BackBtn; [Seriali...
22.44186
105
0.650777
78308242132f5d0afa93bac6aaee19974d2bac65
5,354
cs
C#
MySQL.Data/src/Types/MetaData.cs
softlgl/mysql-connector-net
e9f447130843b71d85b1e0458b5deeae728ed662
[ "Artistic-1.0-Perl" ]
1
2021-03-17T02:23:16.000Z
2021-03-17T02:23:16.000Z
MySQL.Data/src/Types/MetaData.cs
softlgl/mysql-connector-net
e9f447130843b71d85b1e0458b5deeae728ed662
[ "Artistic-1.0-Perl" ]
null
null
null
MySQL.Data/src/Types/MetaData.cs
softlgl/mysql-connector-net
e9f447130843b71d85b1e0458b5deeae728ed662
[ "Artistic-1.0-Perl" ]
null
null
null
// Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License, version 2.0, as // published by the Free Software Foundation. // // This program is also distributed with ce...
31.869048
80
0.629436
7830b8f663d6ae8627b0c5bc920bffe945845f2a
399
cs
C#
src/UniLife.Shared/DataModels/OdataExtClasses/DersAcilan.cs
ahmetsekmen/UniLife
a4b7c65f8ea644bb371012afe9447f5fa4df35c8
[ "MIT" ]
null
null
null
src/UniLife.Shared/DataModels/OdataExtClasses/DersAcilan.cs
ahmetsekmen/UniLife
a4b7c65f8ea644bb371012afe9447f5fa4df35c8
[ "MIT" ]
1
2022-03-03T19:45:45.000Z
2022-03-04T17:36:16.000Z
src/UniLife.Shared/DataModels/OdataExtClasses/DersAcilan.cs
ahmetsekmen/UniLife
a4b7c65f8ea644bb371012afe9447f5fa4df35c8
[ "MIT" ]
1
2022-03-04T15:09:41.000Z
2022-03-04T15:09:41.000Z
using UniLife.Shared.DataInterfaces; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UniLife.Shared.DataModels { public class DersAcilanForSinav : DersAcilan { public int DersKayi...
23.470588
49
0.746867
74eeb77a96e7775d0abb39b0389f8b650f3c4092
698
cs
C#
src/Activities/Maui.Tools.Studio/Controls/EntityDragInfo.cs
bg0jr/Maui
5e326e4d07959682173e3ef8d5269ed0fd758347
[ "BSD-3-Clause" ]
null
null
null
src/Activities/Maui.Tools.Studio/Controls/EntityDragInfo.cs
bg0jr/Maui
5e326e4d07959682173e3ef8d5269ed0fd758347
[ "BSD-3-Clause" ]
null
null
null
src/Activities/Maui.Tools.Studio/Controls/EntityDragInfo.cs
bg0jr/Maui
5e326e4d07959682173e3ef8d5269ed0fd758347
[ "BSD-3-Clause" ]
1
2020-06-05T20:19:19.000Z
2020-06-05T20:19:19.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; namespace Maui.Tools.Studio.Controls { public class EntityDragInfo { public static readonly string DataFormat = "EntityDragInfo"; public EntityDragInfo( object entity ) ...
19.388889
69
0.52149
2d18da0e844967ca244427e71f998c8c2f8fafeb
596
cs
C#
Src/Business/Rik.CodeCamp.Core/Contracts/IBarContract.cs
generik0/Rik.CodeCamp
2f2c5ac3c7f34af316f1af37def9b735f411484a
[ "MIT" ]
null
null
null
Src/Business/Rik.CodeCamp.Core/Contracts/IBarContract.cs
generik0/Rik.CodeCamp
2f2c5ac3c7f34af316f1af37def9b735f411484a
[ "MIT" ]
null
null
null
Src/Business/Rik.CodeCamp.Core/Contracts/IBarContract.cs
generik0/Rik.CodeCamp
2f2c5ac3c7f34af316f1af37def9b735f411484a
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.ServiceModel; using System.Threading.Tasks; using GAIT.Utilities.DI.Attributes; using Rik.Codecamp.Entities; namespace Rik.CodeCamp.Core.Contracts { [ServiceContract, InverstionOfControlInstallAsWcfService] public interface IBarContract { [OperationCo...
23.84
61
0.696309
d5fa94dc7768d51eb800f12bbee0c780f2970201
989
cs
C#
PortClosedEmailer.Core/Configuration/ConfiguredViewModelBase.cs
peterson1/port-closed-emailer
d73658d703f576d1ef8cded271fe798d442746f6
[ "MIT" ]
null
null
null
PortClosedEmailer.Core/Configuration/ConfiguredViewModelBase.cs
peterson1/port-closed-emailer
d73658d703f576d1ef8cded271fe798d442746f6
[ "MIT" ]
null
null
null
PortClosedEmailer.Core/Configuration/ConfiguredViewModelBase.cs
peterson1/port-closed-emailer
d73658d703f576d1ef8cded271fe798d442746f6
[ "MIT" ]
null
null
null
using MvvmCross.Logging; using MvvmCross.ViewModels; using Serilog.Context; using System; using System.Runtime.CompilerServices; namespace PortClosedEmailer.Core.Configuration { public abstract class ConfiguredViewModelBase : MvxViewModel { protected readonly IAppSettings _cfg; private reado...
29.088235
96
0.639029
8f3ccd0dd8d30f7b8d064b64737b55620b1691c1
4,245
cs
C#
src/Ansj.Net/Ansj.Net/Lucene/Util/AnsjTokenizer.cs
echofool/Ansj.Net
519425306b30913e9c21e5f90bc0420c6cd7377d
[ "Apache-2.0" ]
null
null
null
src/Ansj.Net/Ansj.Net/Lucene/Util/AnsjTokenizer.cs
echofool/Ansj.Net
519425306b30913e9c21e5f90bc0420c6cd7377d
[ "Apache-2.0" ]
null
null
null
src/Ansj.Net/Ansj.Net/Lucene/Util/AnsjTokenizer.cs
echofool/Ansj.Net
519425306b30913e9c21e5f90bc0420c6cd7377d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using Ansj.Net.Domain; using Ansj.Net.SplitWord; using Lucene.Net.Analysis; using Lucene.Net.Analysis.Tokenattributes; namespace Ansj.Net.Lucene.Util { public sealed class AnsjTokenizer : Tokenizer { private readonly AbstractAnalysis _an...
39.672897
126
0.572203
e8956322230aa2b06d53faf95efdd881eeafa7ab
836
cs
C#
Model/traininglog.cs
halilkocaerkek/Asp.Net-Mvc-Templates
40d409ba753bb9f9375c755e87a5a776dcc6592e
[ "Apache-2.0" ]
null
null
null
Model/traininglog.cs
halilkocaerkek/Asp.Net-Mvc-Templates
40d409ba753bb9f9375c755e87a5a776dcc6592e
[ "Apache-2.0" ]
null
null
null
Model/traininglog.cs
halilkocaerkek/Asp.Net-Mvc-Templates
40d409ba753bb9f9375c755e87a5a776dcc6592e
[ "Apache-2.0" ]
null
null
null
namespace DataModel { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; [Table("traininglog")] public partial class traininglog { public int id { get;...
23.222222
55
0.610048
b5f8497eaa478bc715d9b460ad39be25c6da735e
4,158
cs
C#
src/XMakeBuildEngine/Construction/ProjectOnErrorElement.cs
abock/msbuild
7acc1fe0023ef2393428933e7704dae6d242c849
[ "MIT" ]
9
2015-10-18T14:56:32.000Z
2020-06-20T15:51:45.000Z
src/XMakeBuildEngine/Construction/ProjectOnErrorElement.cs
abock/msbuild
7acc1fe0023ef2393428933e7704dae6d242c849
[ "MIT" ]
1
2015-10-06T17:56:44.000Z
2015-10-06T17:56:44.000Z
src/XMakeBuildEngine/Construction/ProjectOnErrorElement.cs
abock/msbuild
7acc1fe0023ef2393428933e7704dae6d242c849
[ "MIT" ]
6
2015-11-17T14:46:39.000Z
2021-07-03T11:00:37.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. //----------------------------------------------------------------------- // </copyright> // <summary>Definition of ProjectOnErrorElement class.</summary> //------...
39.6
169
0.627706
bd6eae4930eee213ccdf15113854bce67c9e0946
983
cs
C#
02.C# Part 2/08.Text-Files/06.SaveSortedNames/SaveSortedNames.cs
b-slavov/Telerik-Software-Academy
251c2304d287dd085f3cd6e9851b53c83c04a176
[ "MIT" ]
2
2016-03-11T19:24:57.000Z
2016-05-12T08:06:49.000Z
02.C# Part 2/08.Text-Files/06.SaveSortedNames/SaveSortedNames.cs
b-slavov/Telerik-Software-Academy
251c2304d287dd085f3cd6e9851b53c83c04a176
[ "MIT" ]
null
null
null
02.C# Part 2/08.Text-Files/06.SaveSortedNames/SaveSortedNames.cs
b-slavov/Telerik-Software-Academy
251c2304d287dd085f3cd6e9851b53c83c04a176
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Linq; class SaveSortedNames { static void Main() { List<string> names = new List<string>(); StreamReader reader = new StreamReader("../../input.txt", Encoding.GetEncoding("UTF-8")); Consol...
23.97561
105
0.536114
a7b2cfb9931e13f35d59c7da4c895fa88ad73ef5
397
cs
C#
Libraries/Thinktecture.IdentityServer.Web.Library/Security/OAuth2/ResourceOwnerCredentialRequest.cs
IdentityServer/IdentityServer1
a91121397270ecc27b9eaa1d51f0c919ceacb9b6
[ "BSD-3-Clause" ]
5
2016-07-12T18:37:01.000Z
2020-10-09T21:21:46.000Z
Libraries/Thinktecture.IdentityServer.Web.Library/Security/OAuth2/ResourceOwnerCredentialRequest.cs
IdentityServer/IdentityServer1
a91121397270ecc27b9eaa1d51f0c919ceacb9b6
[ "BSD-3-Clause" ]
6
2015-06-08T20:59:02.000Z
2017-07-10T08:54:08.000Z
Libraries/Thinktecture.IdentityServer.Web.Library/Security/OAuth2/ResourceOwnerCredentialRequest.cs
IdentityServer/IdentityServer1
a91121397270ecc27b9eaa1d51f0c919ceacb9b6
[ "BSD-3-Clause" ]
7
2015-03-20T14:38:56.000Z
2021-06-02T03:05:59.000Z
using System.ComponentModel.DataAnnotations; namespace Thinktecture.IdentityServer.Web.ViewModels.OAuth2 { public class ResourceOwnerCredentialRequest { [Required] public string Grant_Type { get; set; } [Required] public string Scope { get; set; } public string UserNa...
23.352941
59
0.639798
8968aeee135188a4d12f90f81e35318134b1b89f
13,812
cs
C#
Assets/Dreamteck/Splines/Components/TubeGenerator.cs
SandGardeners/Some-Excavated-Wounds
4df44933116c763bf14883cee6181320e58c3043
[ "Unlicense" ]
5
2020-05-04T02:29:50.000Z
2022-03-29T11:46:12.000Z
Assets/Dreamteck/Splines/Components/TubeGenerator.cs
SandGardeners/Some-Excavated-Wounds
4df44933116c763bf14883cee6181320e58c3043
[ "Unlicense" ]
null
null
null
Assets/Dreamteck/Splines/Components/TubeGenerator.cs
SandGardeners/Some-Excavated-Wounds
4df44933116c763bf14883cee6181320e58c3043
[ "Unlicense" ]
1
2021-07-02T08:52:56.000Z
2021-07-02T08:52:56.000Z
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Threading; namespace Dreamteck.Splines { [RequireComponent(typeof(MeshFilter))] [RequireComponent(typeof(MeshRenderer))] [AddComponentMenu("Dreamteck/Splines/Tube Generator")] public class TubeGenerator : MeshGe...
40.385965
202
0.492615
d38f381403cda347500d2e3a7d6bca92303dfc4b
678
cs
C#
src/War3Net.CodeAnalysis.Jass/Renderer/ElseClauseRenderer.cs
YakaryBovine/War3Net
afb75b10f4459697e26068b09754744a71e8da87
[ "MIT" ]
70
2019-08-23T21:04:57.000Z
2022-02-27T10:20:15.000Z
src/War3Net.CodeAnalysis.Jass/Renderer/ElseClauseRenderer.cs
Bia10/War3Net
ab67d1d2701dcb74c735185e16d5347e4c090dba
[ "MIT" ]
20
2019-12-17T11:40:58.000Z
2021-11-24T23:33:09.000Z
src/War3Net.CodeAnalysis.Jass/Renderer/ElseClauseRenderer.cs
Bia10/War3Net
ab67d1d2701dcb74c735185e16d5347e4c090dba
[ "MIT" ]
20
2019-08-23T21:05:12.000Z
2022-02-27T10:20:18.000Z
// ------------------------------------------------------------------------------ // <copyright file="ElseClauseRenderer.cs" company="Drake53"> // Licensed under the MIT license. // See the LICENSE file in the project root for more information. // </copyright> // -------------------------------------------------------...
30.818182
82
0.489676
d3db1b2c87d452d6a751b3571c285a437491715a
516
cs
C#
IronAssembler/IronAssembler/Data/ParsedBlock.cs
Celarix/IronAssembler
a36c6adf492816943008aca0a01a09b15c58168f
[ "MIT" ]
null
null
null
IronAssembler/IronAssembler/Data/ParsedBlock.cs
Celarix/IronAssembler
a36c6adf492816943008aca0a01a09b15c58168f
[ "MIT" ]
1
2019-09-08T01:27:59.000Z
2019-09-08T01:27:59.000Z
IronAssembler/IronAssembler/Data/ParsedBlock.cs
ChrisAkridge/IronAssembler
a36c6adf492816943008aca0a01a09b15c58168f
[ "MIT" ]
null
null
null
using System.Collections.Generic; using System.Linq; namespace IronAssembler.Data { internal sealed class ParsedBlock { private readonly List<ParsedInstruction> instructions; public string Name { get; } public IReadOnlyList<ParsedInstruction> Instructions => instructions.AsReadOnly()...
25.8
90
0.670543
db8eb147e9b0ab93d886821f9a474973b8adfdb7
1,469
cs
C#
UICatalog/Scenarios/TextAlignments.cs
cohero/gui.cs
19de1b1bfd16f52088a9801174309071f04bdc62
[ "MIT" ]
1
2020-06-24T19:20:28.000Z
2020-06-24T19:20:28.000Z
UICatalog/Scenarios/TextAlignments.cs
cohero/gui.cs
19de1b1bfd16f52088a9801174309071f04bdc62
[ "MIT" ]
null
null
null
UICatalog/Scenarios/TextAlignments.cs
cohero/gui.cs
19de1b1bfd16f52088a9801174309071f04bdc62
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using Terminal.Gui; namespace UICatalog { [ScenarioMetadata (Name: "Text Alignment", Description: "Demonstrates text alignment")] [ScenarioCategory ("Text")] class TextAlignments : Scenario { public override void Setup () { #if true string t...
38.657895
144
0.650783
62c969d644d7c9b6533591819aa7fcae59011a84
10,300
cs
C#
src/Caching/Impl/ModuleDatabase.cs
6paklata/python-language-server
f7058a7b4dea9a77a46095d7fe550943f584e0a4
[ "Apache-2.0" ]
1
2021-02-16T10:01:30.000Z
2021-02-16T10:01:30.000Z
src/Caching/Impl/ModuleDatabase.cs
vemel/python-language-server
9cf476b17a0dc1b827d1e4888a28288f5fff038b
[ "Apache-2.0" ]
null
null
null
src/Caching/Impl/ModuleDatabase.cs
vemel/python-language-server
9cf476b17a0dc1b827d1e4888a28288f5fff038b
[ "Apache-2.0" ]
1
2019-11-20T02:48:46.000Z
2019-11-20T02:48:46.000Z
// 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/LICENSE-2.0 // // THIS CODE IS PROVIDED ON AN ...
42.213115
150
0.594175
028d1374fe801f59b39ed02d1940268668a60309
2,049
cs
C#
src/Tools.DotNet/Program.cs
zpbappi/EntityFramework
7df098ec4a5508c98003a6d742114e265c5cebc2
[ "Apache-2.0" ]
1
2017-02-04T05:48:52.000Z
2017-02-04T05:48:52.000Z
src/Tools.DotNet/Program.cs
zpbappi/EntityFramework
7df098ec4a5508c98003a6d742114e265c5cebc2
[ "Apache-2.0" ]
null
null
null
src/Tools.DotNet/Program.cs
zpbappi/EntityFramework
7df098ec4a5508c98003a6d742114e265c5cebc2
[ "Apache-2.0" ]
null
null
null
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Reflection; using JetBrains.Annotations; using Microsoft.DotNet.Cli.Utils; using Microsoft.EntityFrameworkCore.Tools.DotNet....
31.045455
111
0.564666
02b69a261991686d4a066ac88e589023e86c7213
6,354
cs
C#
Packages/ca.tekly.common/Runtime/Terminal/Commands/CommandStore.cs
FodderMK/tekly-packages
908a58ecff855427d4a52446eac237bdea91f81f
[ "MIT" ]
1
2022-03-29T15:02:56.000Z
2022-03-29T15:02:56.000Z
Packages/ca.tekly.common/Runtime/Terminal/Commands/CommandStore.cs
FodderMK/tekly-packages
908a58ecff855427d4a52446eac237bdea91f81f
[ "MIT" ]
1
2022-03-12T06:20:52.000Z
2022-03-12T06:20:52.000Z
Packages/ca.tekly.common/Runtime/Terminal/Commands/CommandStore.cs
FodderMK/tekly-packages
908a58ecff855427d4a52446eac237bdea91f81f
[ "MIT" ]
1
2022-03-07T16:32:59.000Z
2022-03-07T16:32:59.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using Tekly.Common.Utils; using UnityEngine; namespace Tekly.Common.Terminal.Commands { public interface ICommandSource { } [Serializable] public class CommandMessage { public string...
32.418367
118
0.494964
7af456c39dfcba076922e19bc9dd34d0657d05bf
1,142
cs
C#
src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayMarketingVoucherdetailListQueryResponse.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
1
2021-04-21T03:40:05.000Z
2021-04-21T03:40:05.000Z
src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayMarketingVoucherdetailListQueryResponse.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
null
null
null
src/Essensoft.AspNetCore.Payment.Alipay/Response/AlipayMarketingVoucherdetailListQueryResponse.cs
LuohuaRain/payment
e175dd1e2af43c07d01e60c575dc9ec128c2757b
[ "MIT" ]
1
2022-02-22T01:16:19.000Z
2022-02-22T01:16:19.000Z
using System.Collections.Generic; using System.Text.Json.Serialization; using Essensoft.AspNetCore.Payment.Alipay.Domain; namespace Essensoft.AspNetCore.Payment.Alipay.Response { /// <summary> /// AlipayMarketingVoucherdetailListQueryResponse. /// </summary> public class AlipayMarketingVoucherdetailLi...
26.55814
79
0.578809
bb09b059ea89920fe9ddf3a1b573b10c98679b0b
3,037
cs
C#
PDF SDK/C#/Add Show Hide Action to PDF/Program.cs
jboddiford/ByteScout-SDK-SourceCode
6e6ed69b1b337a432b2c194b7748453f36e0bede
[ "Apache-2.0" ]
null
null
null
PDF SDK/C#/Add Show Hide Action to PDF/Program.cs
jboddiford/ByteScout-SDK-SourceCode
6e6ed69b1b337a432b2c194b7748453f36e0bede
[ "Apache-2.0" ]
null
null
null
PDF SDK/C#/Add Show Hide Action to PDF/Program.cs
jboddiford/ByteScout-SDK-SourceCode
6e6ed69b1b337a432b2c194b7748453f36e0bede
[ "Apache-2.0" ]
null
null
null
//*******************************************************************************************// // // // Download Free Evaluation Version From: https://bytescout.com/download/web-installer // // ...
44.014493
95
0.454067
bb49df1bc8853f180ae116163a4f202fea75f6f6
724
cs
C#
Antrv.FFMpeg/Interop/libavcodec/avcodec.h/AVCodecExportSideDataFlags.cs
antrv/ffmpeg-net
24d009f473fe3f5cfb01d15d5d16294e9038e82f
[ "MIT" ]
null
null
null
Antrv.FFMpeg/Interop/libavcodec/avcodec.h/AVCodecExportSideDataFlags.cs
antrv/ffmpeg-net
24d009f473fe3f5cfb01d15d5d16294e9038e82f
[ "MIT" ]
null
null
null
Antrv.FFMpeg/Interop/libavcodec/avcodec.h/AVCodecExportSideDataFlags.cs
antrv/ffmpeg-net
24d009f473fe3f5cfb01d15d5d16294e9038e82f
[ "MIT" ]
null
null
null
namespace Antrv.FFMpeg.Interop; [Flags] public enum AVCodecExportSideDataFlags { None = 0, /// <summary> /// Export motion vectors through frame side data. /// </summary> AV_CODEC_EXPORT_DATA_MVS = 1 << 0, /// <summary> /// Export encoder Producer Reference Time through packet side data ...
24.133333
71
0.635359
e340b8ac369aeadcd731608aadd6efa33ed05118
256
cs
C#
Assets/Scripts/SOEvents/StringObjectEvents/StringObjectEvent.cs
MouradZzz/TankArena
73b24aca0a85927cd86e145cc557eebf579e0d3d
[ "MIT" ]
null
null
null
Assets/Scripts/SOEvents/StringObjectEvents/StringObjectEvent.cs
MouradZzz/TankArena
73b24aca0a85927cd86e145cc557eebf579e0d3d
[ "MIT" ]
null
null
null
Assets/Scripts/SOEvents/StringObjectEvents/StringObjectEvent.cs
MouradZzz/TankArena
73b24aca0a85927cd86e145cc557eebf579e0d3d
[ "MIT" ]
2
2019-11-22T08:14:57.000Z
2019-11-22T08:15:25.000Z
using System; using UnityEngine; namespace SOEvents.StringObjectEvents { [CreateAssetMenu(fileName = "StringObjectTuple_OnEvent", menuName = "SOEvent/StringObjectTuple")] public class StringObjectEvent : BaseGameEvent<Tuple<string, object>> {} }
32
101
0.78125
5415a909b1152586e04f6c17d29f045557ed5fae
1,538
cs
C#
src/NnCase.Converter.K210/Converters/Layers/QuantizedExclusiveConcatenation.cs
svija/nncase
d9a9e45d9539900f4c9b2319df945812d5028c47
[ "Apache-2.0" ]
1
2019-07-27T10:09:37.000Z
2019-07-27T10:09:37.000Z
src/NnCase.Converter.K210/Converters/Layers/QuantizedExclusiveConcatenation.cs
svija/nncase
d9a9e45d9539900f4c9b2319df945812d5028c47
[ "Apache-2.0" ]
null
null
null
src/NnCase.Converter.K210/Converters/Layers/QuantizedExclusiveConcatenation.cs
svija/nncase
d9a9e45d9539900f4c9b2319df945812d5028c47
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using NnCase.Converter.Converters; using NnCase.Converter.K210.Converters.Stages.Convert; using NnCase.Converter.K210.Converters.Stages.Inference; using NnCase.Converter.K210.Converters.Stages.Quantize; using NnCase.Converter.Model; ...
38.45
127
0.687906
2e021c9674ec159506da4dd1319480ea1f1652c8
4,332
cs
C#
Benchmarks/Mapping/NativeMapping.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
199
2016-04-23T09:16:55.000Z
2022-03-15T09:19:36.000Z
Benchmarks/Mapping/NativeMapping.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
93
2015-05-27T16:17:44.000Z
2016-04-21T09:00:10.000Z
Benchmarks/Mapping/NativeMapping.cs
stannynuytkens/ExpressMapper
d1f95527c0695bd15213f3cbbf11d4cb71086c41
[ "Apache-2.0" ]
64
2016-05-02T20:24:56.000Z
2022-01-20T08:23:09.000Z
using System.Linq; using Benchmarks.Enums; using Benchmarks.Models; using Benchmarks.ViewModels; namespace Benchmarks.Mapping { public static class NativeMapping { public static ItemViewModel Map(Item src) { return new ItemViewModel() { Id = src.Id, ...
28.688742
87
0.471607
8dd0e85e3df225ed5f1fba56fbec16d537e02740
1,313
cs
C#
RTWTR/RTWTR.MVC/Areas/Administration/Controllers/HomeController.cs
RTWTR/RTWTR
575e5ee9b06e1e8a45c86b04cf26f2ffa3bb1029
[ "MIT" ]
1
2018-04-12T22:11:48.000Z
2018-04-12T22:11:48.000Z
RTWTR/RTWTR.MVC/Areas/Administration/Controllers/HomeController.cs
RTWTR/RTWTR
575e5ee9b06e1e8a45c86b04cf26f2ffa3bb1029
[ "MIT" ]
null
null
null
RTWTR/RTWTR.MVC/Areas/Administration/Controllers/HomeController.cs
RTWTR/RTWTR
575e5ee9b06e1e8a45c86b04cf26f2ffa3bb1029
[ "MIT" ]
null
null
null
using System; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using RTWTR.Service.Data.Contracts; using RTWTR.Service.Twitter.Contracts; namespace RTWTR.MVC.Areas.Administration.Controllers { [Area("Administration")] [Authorize(Roles = "Administrator")] public class HomeControlle...
38.617647
115
0.703732
5c55b16ef78e762f9512c3aeecdff1075fe499e3
400
cs
C#
Src/CoSales/trunk/CoSales.DAL/EmployeeDAO.cs
imwyw/.net
ad56295ecef38a13afc9dce458d26b88be680230
[ "Apache-2.0" ]
15
2018-03-27T02:00:59.000Z
2022-02-28T07:55:28.000Z
Src/CoSales/trunk/CoSales.DAL/EmployeeDAO.cs
imwyw/.net
ad56295ecef38a13afc9dce458d26b88be680230
[ "Apache-2.0" ]
null
null
null
Src/CoSales/trunk/CoSales.DAL/EmployeeDAO.cs
imwyw/.net
ad56295ecef38a13afc9dce458d26b88be680230
[ "Apache-2.0" ]
10
2018-04-17T02:49:56.000Z
2021-05-20T05:48:54.000Z
using CoSales.Model.PO; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoSales.DAL { public class EmployeeDAO { public static readonly EmployeeDAO DAO = new EmployeeDAO(); public List<Employee> GetList() { ...
20
67
0.6675
825b72b3f42c8e924a9296d6c4fbd6321150eb18
794
cs
C#
src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Toolbars/IToolbarConfigurationContext.cs
Lflying-NRSoft/NRSoft.CloudBackup
b0e33d23f999ef7a0df5060f218f23b801cd0c82
[ "MIT" ]
null
null
null
src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Toolbars/IToolbarConfigurationContext.cs
Lflying-NRSoft/NRSoft.CloudBackup
b0e33d23f999ef7a0df5060f218f23b801cd0c82
[ "MIT" ]
null
null
null
src/Volo.Abp.AspNetCore.Components.WebAssembly.Theming/Toolbars/IToolbarConfigurationContext.cs
Lflying-NRSoft/NRSoft.CloudBackup
b0e33d23f999ef7a0df5060f218f23b801cd0c82
[ "MIT" ]
null
null
null
using System; using System.Threading.Tasks; using JetBrains.Annotations; using Microsoft.AspNetCore.Authorization; using Microsoft.Extensions.Localization; using Volo.Abp.DependencyInjection; namespace Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Toolbars { public interface IToolbarConfigurationContext : IS...
26.466667
76
0.735516
f6198386259dda6de371c78a9460f38eda220639
10,222
cs
C#
src/NightlightApp.cs
walterimaican/nightlight
5cff9e7aed1fe863eeea5f6ff209c214fb9c1052
[ "MIT" ]
12
2021-03-16T01:35:08.000Z
2022-03-31T20:58:13.000Z
src/NightlightApp.cs
walterimaican/nightlight
5cff9e7aed1fe863eeea5f6ff209c214fb9c1052
[ "MIT" ]
15
2021-01-29T18:43:57.000Z
2021-10-31T18:24:50.000Z
src/NightlightApp.cs
walterimaican/nightlight
5cff9e7aed1fe863eeea5f6ff209c214fb9c1052
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Reflection; using System.Windows.Forms; namespace Nightlight { class NightlightApp : ApplicationContext { private Assembly _assembly; private ThemeSwitcher _themeSwitcher; private NotifyIcon _not...
35.741259
100
0.598317
f6252861609ac72abaa858420e2bf287855e2091
1,376
cs
C#
src/Color-Chan.Discord.Rest/Models/Application/DiscordApplicationCommand.cs
Color-Chan/Color-Chan.Discord
dbd5dd8631bcde214b10e35c2c290055899fec5a
[ "MIT" ]
28
2021-07-12T21:26:52.000Z
2022-03-01T01:35:36.000Z
src/Color-Chan.Discord.Rest/Models/Application/DiscordApplicationCommand.cs
Color-Chan/Color-Chan.Discord
dbd5dd8631bcde214b10e35c2c290055899fec5a
[ "MIT" ]
20
2021-10-18T12:43:26.000Z
2022-03-19T12:10:15.000Z
src/Color-Chan.Discord.Rest/Models/Application/DiscordApplicationCommand.cs
Color-Chan/Color-Chan.Discord
dbd5dd8631bcde214b10e35c2c290055899fec5a
[ "MIT" ]
6
2021-11-05T22:50:20.000Z
2022-02-22T13:28:24.000Z
using System.Collections.Generic; using System.Linq; using Color_Chan.Discord.Core.Common.API.DataModels.Application; using Color_Chan.Discord.Core.Common.Models.Application; namespace Color_Chan.Discord.Rest.Models.Application { public class DiscordApplicationCommand : IDiscordApplicationCommand { pub...
32.761905
106
0.642442
f678172c4a9ea9cdd8ebb7ddde1a5cd4f84cee09
3,829
cs
C#
Dir2Iso/Program.cs
smourier/Dir2Iso
7509428a612f584cde76728dbe38e7d48a8a1194
[ "MIT" ]
3
2020-12-16T09:57:30.000Z
2021-03-12T10:39:44.000Z
Dir2Iso/Program.cs
smourier/Dir2Iso
7509428a612f584cde76728dbe38e7d48a8a1194
[ "MIT" ]
null
null
null
Dir2Iso/Program.cs
smourier/Dir2Iso
7509428a612f584cde76728dbe38e7d48a8a1194
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using IMAPI2FS; namespace Dir2Iso { class Program { static void Main(string[] args) { Console.WriteLine("Dir2Iso - Copyright (C) 2019-" + DateTime.No...
42.076923
162
0.57404
b63dea3c767ad83b6f1173fded2dbd61c08c5872
286
cs
C#
Debugger.Server/Commands/DebugCommand_EEPROM_Write.cs
MRazvan/ASAVRSD
91bb2678eaf4460bbd55c7db4f11ba28d98ee18b
[ "MIT" ]
null
null
null
Debugger.Server/Commands/DebugCommand_EEPROM_Write.cs
MRazvan/ASAVRSD
91bb2678eaf4460bbd55c7db4f11ba28d98ee18b
[ "MIT" ]
null
null
null
Debugger.Server/Commands/DebugCommand_EEPROM_Write.cs
MRazvan/ASAVRSD
91bb2678eaf4460bbd55c7db4f11ba28d98ee18b
[ "MIT" ]
null
null
null
namespace Debugger.Server.Commands { public class DebugCommand_EEPROM_Write : DebugCommand_BaseWrite { public DebugCommand_EEPROM_Write(uint address, byte[] data) : base(address, data, DebuggerCommandCodes.DEBUG_REQ_WRITE_EEPROM) { } } }
28.6
78
0.685315
30b15a440c2550c869a18f4d00c8604dba7da30b
4,710
cs
C#
src/Kenc.AbuseIPDB.Tests/AbuseIpDbClientTests.cs
Kencdk/Kenc.AbuseIPDB
81b0f0203637ece11f91bd775de2a18d6b72e0c1
[ "MIT" ]
null
null
null
src/Kenc.AbuseIPDB.Tests/AbuseIpDbClientTests.cs
Kencdk/Kenc.AbuseIPDB
81b0f0203637ece11f91bd775de2a18d6b72e0c1
[ "MIT" ]
4
2021-04-05T20:47:44.000Z
2021-06-05T20:07:21.000Z
src/Kenc.AbuseIPDB.Tests/AbuseIpDbClientTests.cs
Kencdk/Kenc.AbuseIPDB
81b0f0203637ece11f91bd775de2a18d6b72e0c1
[ "MIT" ]
null
null
null
namespace Kenc.AbuseIPDB.Tests { using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using FluentAssertions; using Kenc.AbuseIPDB.Entities; using Kenc.AbuseIPDB.Exceptions; using Microsoft...
38.606557
143
0.610616
30c407ac4a7941b29ed5cac689363284bc95d5a7
1,478
cs
C#
Trunk/GameUI/SkillTree/SkillTreeModelHelpers.cs
donblas/magecrawl
f6e783e781bcde297eff72bfa96b01c0f9599e5a
[ "CC0-1.0" ]
3
2016-09-14T08:40:42.000Z
2019-05-31T14:37:35.000Z
Trunk/GameUI/SkillTree/SkillTreeModelHelpers.cs
donblas/magecrawl
f6e783e781bcde297eff72bfa96b01c0f9599e5a
[ "CC0-1.0" ]
null
null
null
Trunk/GameUI/SkillTree/SkillTreeModelHelpers.cs
donblas/magecrawl
f6e783e781bcde297eff72bfa96b01c0f9599e5a
[ "CC0-1.0" ]
null
null
null
using System.Collections.Generic; using System.Linq; using Magecrawl.Interfaces; using Magecrawl.Utilities; namespace Magecrawl.GameUI.SkillTree { internal static class SkillTreeModelHelpers { public static bool HasDependencyOn(IEnumerable<SkillTreeTab> treeTabs, string parentSkill, string po...
35.190476
126
0.588633
3aeb8d793ff833b7ba695a813ceddca7ccede899
643
cs
C#
Assets/Scripts/Monobehaviours/Arco.cs
BryanCruz/rpg
458b0d0d5ac5e522ccd6ca3a13188e8333036ba9
[ "MIT" ]
null
null
null
Assets/Scripts/Monobehaviours/Arco.cs
BryanCruz/rpg
458b0d0d5ac5e522ccd6ca3a13188e8333036ba9
[ "MIT" ]
null
null
null
Assets/Scripts/Monobehaviours/Arco.cs
BryanCruz/rpg
458b0d0d5ac5e522ccd6ca3a13188e8333036ba9
[ "MIT" ]
null
null
null
using System.Collections; using UnityEngine; public class Arco : MonoBehaviour { public IEnumerator arcoTrajetoria(Vector3 destino, float duracao) { var posicaoInicial = transform.position; var percentualCompleto = 0.0f; while ( percentualCompleto < 1.0f ) { percentualCompleto += Time.deltaTi...
27.956522
115
0.718507
0fa62d8669d227aed57be8b377724fa195c3be73
2,802
cs
C#
src/BusinessRules.POC/RuleDOB48/DoB48Validator.cs
SkillsFundingAgency/DC-Alpha-Azurefunctions-POC
d8859b5a98eec07e0ba7aac2fe5f81fc4882441d
[ "MIT" ]
null
null
null
src/BusinessRules.POC/RuleDOB48/DoB48Validator.cs
SkillsFundingAgency/DC-Alpha-Azurefunctions-POC
d8859b5a98eec07e0ba7aac2fe5f81fc4882441d
[ "MIT" ]
null
null
null
src/BusinessRules.POC/RuleDOB48/DoB48Validator.cs
SkillsFundingAgency/DC-Alpha-Azurefunctions-POC
d8859b5a98eec07e0ba7aac2fe5f81fc4882441d
[ "MIT" ]
1
2021-04-11T08:51:47.000Z
2021-04-11T08:51:47.000Z
using BusinessRules.POC.Data; using BusinessRules.POC.Helpers; using BusinessRules.POC.Interfaces; using BusinessRules.POC.Models; using BusinessRules.POC.SharedRules; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BusinessRules.POC.RuleDO...
29.494737
120
0.641328